/*
GENERAL
--------------------------------------------------------- */
#clerk-power-popup {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
}

#clerk-power-popup .clerk-top-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #EEE;
    margin-top: 10px;
}

#clerk-power-popup .clerk-top-wrapper .table {
    width: 95% !important;
    margin: 0 auto !important;
}

#clerk-power-popup .clerk-clearer {
    clear: both;
}


/*
ADD SUCCESS
--------------------------------------------------------- */

.alert-success {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    color: #3c763d;
    background-color: #dff0d8;
}

.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.col4 {
    width: 32%;
    display: inline-block;
}

.col6 {
    width: 50%;
    display: inline-block;
}

.col8 {
    width: 66%;
    display: inline-block;
}

.col12 {
    width: 100%;
    display: inline-block;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.padding10-top {
    padding: 10px 0 0 0;
}
/*
CART OVERVIEW
--------------------------------------------------------- */

.clerk-text {
    text-align: left;
}

.clerk-price {
    text-align: right;
}

.clerk-total .clerk-text {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.clerk-total .clerk-price {
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-to-cart {
    width: 100%;
    margin: 0 auto;
}

#clerk-power-popup .clerk-top-wrapper .clerk-to-cart span, #clerk-power-popup .clerk-top-wrapper .clerk-to-cart span span {
    font-size: 16px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping, #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout {
    margin: 0 auto;
    font-size: 13px;
}

#clerk-power-popup .clerk-top-wrapper .clerk-continue-shopping span, #clerk-power-popup .clerk-top-wrapper .clerk-to-checkout span {
    padding: 0px;
}

/*
RESULTS
--------------------------------------------------------- */

#clerk-power-popup .clerk-results {
    clear: both;
    text-align: center;
}

@media (max-width: 767px) {
    .col6 {
        width: 100% !important;
    }
}

#clerk-power-popup .products-grid .actions {
    position: static;
}

#clerk-power-popup .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
}

.checkout-cart-clerk .col4,
.checkout-cart-clerk .col6,
.checkout-cart-clerk .col8,
.checkout-cart-clerk .col12 {
    box-sizing: border-box;
}
#extabs span#tb4 {
	width: 100px;
}
div#noticeevents {
	border: 1px solid #999;
	background-color: #FFF;
	height: 100px;
	overflow: auto;
}
div#noticeevents div {
	border-bottom: 1px dotted #DDD;
	padding: 3px;
	margin: 0px;
}
.runner {
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	float: right;
	font-size: .8em;
	background-color: #333;
	color: #FFF;
	padding: 2px 10px 5px 10px;
	cursor: pointer;
}


/** Growler Notice Custom Styling **/
div.Growler-notice {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	margin-left: 			auto;
	margin-right: 			auto;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	min-height: 			40px;
    z-index:                10000;
}

div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
}

div.Growler-notice-exit {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

/** Plain Theme **/
div.plain {
	color: 					#000;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background-color: 		#EDEDED;
	border: 				1px solid #777;
}

div.plain div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
	padding: 				2px 10px;
}

div.plain div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				0px;
	padding: 				0px 0px 2px 2px;
	width: 					10px;
	height: 				10px;
	color: 					#BFBFBF;
}
div.plain div.Growler-notice-body {
	padding: 5px;
}


/** Mac OS X Theme **/
div.macosx {
	color: 					#000;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background: #d7d7d7 url(https://img.eurofides.com/skin/frontend/base/default/images/macosx.jpg) repeat-y 0;
	border: 				1px solid #C9C9C9;
}

div.macosx div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
	padding: 				5px 10px;
}

div.macosx div.Growler-notice-exit {
	width: 					15px;
	height: 				15px;
	float: 					left;
	cursor:					pointer;
	margin: 				4px;
	margin-left: 			1px;
	font-size: 				0em;
	color: 					transparent;
	background: transparent url(https://img.eurofides.com/skin/frontend/base/default/images/macosx_exit.png) no-repeat left 0;
}
div.macosx div.Growler-notice-exit:hover {
	background: transparent url(https://img.eurofides.com/skin/frontend/base/default/images/macosx_exit_over.png) no-repeat left 0;
}
div.macosx div.Growler-notice-body {
	padding: 2px 0 10px 25px;
}

/** Candybars Theme **/
div.candybar {
	color: 					#000;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background-color: 		#F5F7FA;
	border: 				1px solid #19304B;
}

div.candybar div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				10px;
	background: 			url(https://img.eurofides.com/skin/frontend/base/default/images/candybars.jpg) repeat-x;
	padding: 				5px 10px;
}

div.candybar div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				3px;
}
div.candybar div.Growler-notice-body {
	border-top: 1px solid #999;
	padding: 10px;
}

/** Construction Theme **/
div.atwork {
	color: 					#FFF;
	width: 					253px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	text-align: 			left;
	display: 				none;
	min-height: 			40px;
	background: 			#4d4d4d url(https://img.eurofides.com/skin/frontend/base/default/images/atwork.png) repeat-y 0;
	border: 				1px solid #222;
}

div.atwork div.Growler-notice-head {
	font-weight: 			bold;
	font-size:				12px;
	padding: 				5px 20px;
	color: 					#efca23;
	
}

div.atwork div.Growler-notice-exit {
	float: 					right;
	cursor:					pointer;
	margin: 				3px;
}
div.atwork div.Growler-notice-body {
	padding: 2px 0 10px 25px;
}


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://img.eurofides.com/skin/frontend/base/default/ajaxcart/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	
	-webkit-box-shadow: 0 0 64px #000; 
	-moz-box-shadow: #000 0 0 64px; 
	box-shadow: 0 0 64px #000;
}
	#MB_frame {
		padding-bottom: 4px;
		
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;

		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;

		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	
	#MB_content { border-top: 1px solid #F9F9F9; }

	#MB_header {
	  background-color: #DDD;
	  border-bottom: 1px solid #CCC;
	}
		#MB_caption { color: #000 }
		#MB_close { color: #777 }
		#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.btn,
.button {
    -ms-user-select: none
}

.cart-tax-info,
.cart-tax-info .cart-price,
.cart-tax-total {
    padding-right: 20px
}

.map-popup,
.remember-me-popup {
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc
}

.block-cart .mini-products-list .product-details .nobr small,
.block-cart .mini-products-list .product-details .product-name,
.map-popup-text,
#modale-addToCart .product-name {
    word-wrap: break-word;
}

.header-messages>div,
.prs-intro .prs-lg,
.prs-intro .prs-md {
    min-height: 1px;
    position: relative
}

#home-customer-banner .safeshopping img,
#promo-banner IMG,
.footer-icons img,
.prs-row img {
    max-width: 100%
}

#eu-vantaggi .slogan:after,
.footer-top p.title:before {
    content: " ";
    display: block
}

a.btn.disabled,
a.button.disabled,
a.my-wishlist .link-edit.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.button,
fieldset[disabled] a.my-wishlist .link-edit {
    pointer-events: none
}

tr.summary-total {
    cursor: pointer
}

tr.summary-total .summary-collapse {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer
}

tr.show-details .summary-collapse {
    background-position: 0 -52px
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}

tr.summary-details-excluded {
    font-style: italic
}

.cart-tax-info {
    display: block
}

.cart-tax-total {
    display: block;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline!important;
    font-weight: 400!important
}

.cart-tax-total-expanded {
    background-position: 100% -52px
}

.window-overlay {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/window_overlay.png);
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990
}

.remember-me label {
    float: none;
    margin: 0 6px
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px
}

.remember-me-popup .remember-me-popup-head {
    position: relative
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: 700 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff
}

.cart-msrp-totals {
    color: red;
    font-size: 12px!important;
    font-weight: 700;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis
}

.map-popup-arrow {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}

.map-popup-close {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px
}

.map-popup-checkout {
    display: inline;
    text-align: right
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}

.map-popup-price {
    margin: 5px 0 0
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left
}

.header-messages,
.prs-row {
    margin-left: -15px;
    margin-right: -15px
}

.map-popup-only-text {
    border-top: 1px solid #ddd
}

.prs-intro {
    padding: 15px 0
}

.prs-intro .prs-lg {
    float: left;
    width: 71.66666667%;
    border: 1px solid #0bae91;
    padding-right: 0;
    padding-left: 0
}

.prs-intro .prs-md {
    float: left;
    width: 27.5%;
    padding-left: 15px;
    padding-right: 15px
}

.prs-intro img {
    width: 100%
}

.header-messages a,
.header-messages a:hover {
    color: #fff
}

.header-messages>div {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.header-messages>div>.inner {
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px
}

.header-messages>div p {
    display: inline-block;
    margin: 0;
    padding: 0
}


.header-messages .reso {
    position: relative
}

.header-messages .reso span.icon {
    display: inline-block;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-consegna.png) -30px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 25px
}

.header-messages .consegna {
    position: relative
}

.header-messages .consegna span.icon {
    display: inline-block;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-consegna.png) -2px;
    position: absolute;
    width: 19px;
    height: 20px;
    left: 45px
}

.header-messages .free-shipping {
    margin: 0
}

#home-customer-banner {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    margin-left: -15px;
    margin-right: -15px
}

#home-customer-banner .safeshopping {
    background: #fff;
    height: 280px;
    padding: 10px
}

#home-customer-banner .safeshopping h4 {
    text-align: center;
    font-weight: 700;
    font-size: 13px
}

#home-customer-banner .netcomm {
    background: #fff;
    text-align: center;
    height: 280px;
    padding: 15px 0
}

#home-customer-banner .netcomm h4 {
    color: #000;
    font-weight: 400;
    font-size: 14px
}

#home-customer-banner .netcomm p {
    color: #0bae91;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0
}

#home-customer-banner .netcomm a {
    display: block;
    text-decoration: underline;
    margin: 0 0 20px
}

.cms-index-index .container h3,
.section-home .container h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    font-family: 'Open Sans';
    font-weight: 300
}

.cms-index-index .special-list h3,
.section-home .special-list h3 {
    margin-top: 0;
    padding-top: 10px;
    font-size: 0;
    height: 20px
}

.cms-index-index .vetrina_packgift,
.section-home .vetrina_packgift {
    padding-top: 25px
}

.cms-index-index .vetrina_packgift h3,
.section-home .vetrina_packgift h3 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/home-page-title.png);
    background-repeat: no-repeat;
    background-position: center top
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .cms-index-index .vetrina_packgift h3,
    .section-home .vetrina_packgift h3 {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/home-page-title@2x.png);
        background-size: 210px 103px
    }
}

.cms-index-index .vetrina_winefood h3,
.section-home .vetrina_winefood h3 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/home-page-title.png);
    background-repeat: no-repeat;
    background-position: center -35px;
    margin: 25px 0 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .cms-index-index .vetrina_winefood h3,
    .section-home .vetrina_winefood h3 {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/home-page-title@2x.png);
        background-size: 210px 103px
    }
}

.cms-index-index .vetrina_recentlyview h3,
.section-home .vetrina_recentlyview h3 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/home-page-title.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 25px 0 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .cms-index-index .vetrina_recentlyview h3,
    .section-home .vetrina_recentlyview h3 {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/home-page-title@2x.png);
        background-size: 210px 103px
    }
}

.cms-index-index .vetrina-home,
.section-home .vetrina-home {
    position: relative
}

.cms-index-index .vetrina-home .owl-next,
.cms-index-index .vetrina-home .owl-prev,
.section-home .vetrina-home .owl-next,
.section-home .vetrina-home .owl-prev {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/vetrina-arrows-st.png);
    display: block;
    position: absolute;
    height: 50px;
    width: 30px;
    font-size: 0;
    top: 30%
}

.cms-index-index .vetrina-home .owl-next,
.section-home .vetrina-home .owl-next {
    right: 0;
    background-position: -44px -10px
}

.cms-index-index .vetrina-home .owl-prev,
.section-home .vetrina-home .owl-prev {
    left: 0;
    background-position: -5px -10px
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #212121
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    opacity: 1;
    background: #0bae91
}

.cms-index-index .container #home-slider .owl-item .slide-text {
    position: absolute;
    top: 50px;
    left: 70px;
    font-size: 17px;
    text-align: left
}

.cms-index-index .container #home-slider .owl-item .slide-text h3 {
    font-size: 27px;
    margin-top: 10px;
    font-style: italic;
    font-weight: 700
}

.cms-index-index .container #home-slider .owl-item .slide-text h4 {
    font-size: 20px;
    font-style: italic;
    font-weight: 700
}

.cms-index-index .container #home-slider .owl-pagination {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center
}

.cms-index-index .container #home-slider .owl-next,
.cms-index-index .container #home-slider .owl-prev {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/vetrina-arrows.png);
    display: block;
    position: absolute;
    height: 45px;
    width: 45px;
    font-size: 0;
    top: 45%;
    opacity: .5;
    filter: alpha(opacity=50)
}

.cms-index-index .container #home-slider .owl-next:hover,
.cms-index-index .container #home-slider .owl-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.cms-index-index .container #home-slider .owl-next {
    right: 20px;
    background-position: -72px -2px
}

.cms-index-index .container #home-slider .owl-prev {
    left: 20px;
    background-position: 0 -2px
}

.owl-link-wrapper.col-xs-12 {
    height: 40px;
    line-height: 40px;
    background-color: #eee9e7;
    padding: 0
}

.owl-link-wrapper.col-xs-12 A {
    width: 33.33%;
    float: left;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #212121
}

.owl-link-wrapper.col-xs-12 A.current {
    background-color: silver;
    font-weight: 700
}

#promo-banner {
    margin-left: -15px;
    margin-right: -15px;
    /*padding-bottom: 15px;*/
    text-align: center
}

#promo-banner .switch-banner {
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
    z-index: 0;
    position: relative
}

#promo-banner .switch-banner IMG {
    position: relative;
    max-width: 100%
}

#promo-banner .switch-banner IMG.banner-main {
    z-index: 1
}

#promo-banner .switch-banner IMG.banner-over {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#promo-banner IMG {
    width: 100%;
    height: auto;
    cursor: pointer
}

.footer-icons {
    text-align: center;
    padding: 10px 0 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: -15px;
    margin-right: -15px
}

.copy {
    font-size: 12px;
    padding-top: 20px
}

.footer-contacts {
    padding: 10px 0;
    text-align: center
}

.footer-contacts strong {
    padding: 10px 0;
    display: block
}

.footer-contacts .left {
    text-align: left
}

.box-footer .center,
.footer-contacts .magazine {
    text-align: center
}

.footer-contacts .left ul {
    margin-top: -2px
}

.box-footer {
    height: 280px;
    background-color: #fff;
    margin-top: 20px;
    padding: 20px
}

.box-footer a {
    color: #0bae91;
    text-decoration: underline
}

#newsletter-validate-detail {
    background: #fff;
    padding: 100px 20px 20px;
    position: relative;
    height: 200px
}

#newsletter-validate-detail img {
    position: absolute;
    top: -35px
}

#newsletter-validate-detail .input-text {
    border: none;
    height: 25px;
    width: 70%;
    background-color: #ededed;
    float: left;
    border-radius: 3px
}

#newsletter-validate-detail button.button {
    float: left;
    width: 25%;
    padding: 2px 5px;
    border: none;
    font-size: 12px;
    height: 25px
}

#newsletter-validate-detail button.button span span {
    font-weight: 300
}

#newsletter-validate-detail small {
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    display: inline-block
}

#catalogueRequest {
    margin-top: 30px
}

#catalogueRequest .title {
    text-align: left;
    padding: 5px 0
}

#catalogueRequest .buttons-set .privacy-box,
#catalogueRequest .checkbox-catalogrequest,
#catalogueRequest .title p {
    text-align: right
}

#catalogueRequest .title h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    border: none;
    margin: 0
}

#catalogueRequest .title p {
    font-size: 16px;
    font-weight: 200;
    display: block
}

#catalogueRequest ul.form-list {
    padding-left: 0;
    list-style: none
}

#catalogueRequest ul.form-list label {
    width: 15%;
    text-transform: uppercase;
    float: left;
    font-size: 12px;
    text-align: right;
    line-height: 2.5;
    font-weight: 700;
    padding-right: 15px
}

#catalogueRequest ul.form-list .input-box {
    width: 85%;
    float: right
}

#catalogueRequest ul.form-list .input-box .input-text {
    border: none;
    background-color: #eee;
    box-shadow: none
}

#catalogueRequest .checkbox-catalogrequest input[type=checkbox] {
    margin-top: 5px
}

#catalogueRequest .buttons-set {
    margin: 0;
    padding: 0;
    border: none
}

#catalogueRequest .buttons-set .button {
    clear: both;
    background: #e2170c;
    border: none;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    float: left !important;
    margin-left:0px !important;
}

#catalogueRequest .buttons-set .privacy-box .input-text {
    width: auto
}

#catalogueRequest .buttons-set .privacy-box label {
    font-weight: 400
}

#catalogueRequest .buttons-set p.required {
    clear: both;
    line-height: .4;
    margin: 0;
    color: #333
}

#catalogueRequest .privacy-box {
    clear: both;
    font-size: 12px
}

#catalogueRequest p.required {
    position: relative!important;
    line-height: 2!important;
    right: auto
}

#catalogueRequest .success img {
    margin: 0;
    padding: 0 0 1px
}

#catalogueRequest .success .youama-ajaxlogin-loader {
    display: none
}

#catalogueRequest .success .modal-body {
    opacity: 1
}

#catalogueRequest .preloader .modal-body {
    opacity: .5
}

#catalogueRequest .preloader .youama-ajaxlogin-loader {
    display: block
}

.footer-top {
    font-size: 13px;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    border-bottom: 1px solid #9b9a9b
}

.footer-top p.title.t1:before {
    background-position: -4px 0
}

.footer-top p.title.t2:before {
    background-position: -72px 0
}

.footer-top p.title.t4:before {
    background-position: -225px 0
}

.footer-top p.title {
    font-weight: 700;
    font-size: 14px
}

.footer-top p.title:before {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/footer-sprite.png);
    height: 62px;
    width: 65px;
    margin: 5px auto
}

.footer-bottom {
    text-align: center;
    padding-top: 20px
}

.footer-bottom p {
    font-size: 9px
}

#eu-vantaggi {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/tratteggio-sm.png) repeat-x;
    text-align: center
}

#eu-vantaggi p {
    margin: 0
}

#eu-vantaggi:hover .slogan:after {
    top: 30px
}

#eu-vantaggi:hover .slogan.collapsed:after {
    top: 38px
}

#eu-vantaggi .slogan {
    padding: 30px 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    position: relative
}

#eu-vantaggi .slogan:after {
    width: 56px;
    height: 20px;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/accordion-arrows.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

#eu-vantaggi .slogan.collapsed {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/tratteggio-sm.png) bottom repeat-x
}

#eu-vantaggi .slogan.collapsed:after {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/accordion-arrows.png) 0 -25px no-repeat
}

#eu-vantaggi .well {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/tratteggio-sm.png) bottom repeat-x #f5f5f5;
    border-top: 10px solid #ced1d0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none
}

#eu-vantaggi .well .col-sm-3 {
    font-family: 'Open Sans';
    padding-top: 20px
}

#eu-vantaggi .well .col-sm-3:before {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/vantaggi-sprite.png);
    content: " ";
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto
}

.icon-msg .backstock:before,
.icon-msg .personalize:before {
    content: " ";
    height: 35px;
    display: block;
    float: left
}

#eu-vantaggi .well .v2:before {
    background-position: -80px 0
}

#eu-vantaggi .well .v3:before {
    background-position: -170px 0
}

#eu-vantaggi .well .v4:before {
    background-position: -245px 0
}

.icon-msg {
    color: #0bae91;
    float: left;
    font-size: 12px;
    padding-top: 60px
}

.icon-msg .personalize {
    width: 200px;
    float: left;
    line-height: 2.6
}

.icon-msg .personalize:before {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite.png) 0 -348px no-repeat;
    width: 50px
}

.icon-msg .backstock {
    float: left;
    width: 265px
}

.icon-msg .backstock:before {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite.png) 0 -295px no-repeat;
    width: 50px
}

#modale-taglie .modal-dialog {
    width: 800px
}

#modale-taglie .modal-dialog .modal-content {
    max-width: 800px
}

#modale-taglie .modal-dialog .modal-content .modal-header {
    background-color: #fff
}

#modale-taglie .modal-dialog .modal-content .modal-body img {
    max-width: 100%
}

#guida-taglie-container>a {
    color: #0bae91;
    font-weight: 700
}

#success-banner {
    background-color: #aabfbd;
    padding: 10px;
    margin: 20px 0;
    text-align: center
}

#success-banner img {
    padding: 30px 0
}

#success-banner .print {
    border: 2px dotted #fff;
    position: relative;
    padding: 40px 30px;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 16px
}

#success-banner .print a.print-order {
    display: block;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/button_print_order.png) no-repeat;
    width: 200px;
    height: 60px;
    font-size: 0;
    margin: 10px auto
}

body,
ol,
ul {
    margin: 0
}

#success-banner .print .icon {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/bg_print_order.png) no-repeat;
    position: absolute;
    width: 200px;
    height: 80px;
    left: -25px;
    top: -15px
}

.store-sections {
    padding-left: 0!important;
    padding-top: 20px
}

ol,
td,
th,
ul {
    padding: 0
}

.store-sections>div {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/sezioni-sprite.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.container,
.page-print>div {
    width: 1089px!important
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .store-sections>div {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/sezioni-sprite@2x.png);
        background-size: 375px 67px
    }
}

.store-sections>div .fa-caret-up {
    position: absolute;
    bottom: -24px;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: none
}

.store-sections .packaging {
    background-position: 0 -37px
}

.store-sections .packaging .fa-caret-up {
    display: block
}

.cms-chisiamo .breadcrumb,
.product-essential .product-variants ul li.zeroopacity {
    display: none
}

.store-sections .horeca {
    background-position: -115px 0
}

.store-sections .printing {
    background-position: -230px 0
}

.cms-chisiamo .layout .std {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/sfondo.jpg) top right no-repeat
}

.product-essential .product-variants ul li.zeroopacity.tooltiped {
    display: inline-block
}

#habla_window_div {
    z-index: 0!important
}

#Growler,
[hidden],
template {
    display: none
}

#productalert-loader {
    display: none;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/youama/ajaxlogin/loader.gif) center center no-repeat;
    height: 31px
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.MagicBoxGlow,
.MagicBoxShadow,
.input-group {
    border-collapse: separate
}

.img-thumbnail,
body {
    line-height: 1.42857143;
    background-color: #fff
}

.page-print {
    padding-top: 0
}

.page-print>div {
    margin: 0 auto;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus,
a:hover {
    color: #d9d9d9;
    text-decoration: underline
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

figure {
    margin: 0
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.form-control,
.input-text {
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.page-popup {
    padding: 30px
}

body {
    color: #333;
    font-family: 'Open Sans';
    padding-top: 170px;
    font-size: 13px
}

header[role=banner] {
    background: #ececec;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998
}

header[role=banner]>.container {
    position: relative;
    background-color: #ececec;
}

header[role=banner] .top-header {
    padding: 5px 0;
    background: #000
}

header[role=banner] .store-sections {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

header[role=banner] .customer-utilities,
header[role=banner] .logo-box {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    position: relative
}

header[role=banner] .logo-box {
    padding-right: 15px;
    padding-top: 5px
}

header[role=banner] .logo-box img {
    padding-right: 5px;
    max-width: 100%;
    margin-left: -15px
}

header[role=banner] .logo-box .logo strong {
    display: none
}

header[role=banner] .customer-utilities {
    text-align: right;
    color: #999;
    padding-right: 0;
    padding-top: 28px
}

header[role=banner] .customer-utilities .user-link {
    display: inline-block;
    padding: 0 5px
}

header[role=banner] .customer-utilities .user-link .links li a {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite.png);
    background-repeat: no-repeat;
    background-position: -8px -43px;
    display: block;
    content: " ";
    text-align: center;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    color: #999;
    font-size: 11px;
    padding-top: 25px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    header[role=banner] .customer-utilities .user-link .links li a {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite@2x.png);
        background-size: 133px 108px
    }
}

header[role=banner] .customer-utilities .user-active {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite.png);
    background-repeat: no-repeat;
    background-position: 8px -73px;
    text-align: center;
    margin: 0 auto;
    min-width: 50px;
    color: #999;
    padding-top: 25px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    header[role=banner] .customer-utilities .user-active {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite@2x.png);
        background-size: 133px 108px
    }
}

header[role=banner] .customer-utilities .wish-items {
    display: inline-block;
    font-size: 11px;
    padding: 0 5px
}

header[role=banner] .customer-utilities .wish-items .empty-heart,
header[role=banner] .customer-utilities .wish-items .red-heart {
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    text-align: center;
    content: " "
}

header[role=banner] .customer-utilities .wish-items a {
    color: #999
}

header[role=banner] .customer-utilities .wish-items .empty-heart {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite.png);
    background-position: -48px -2px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    header[role=banner] .customer-utilities .wish-items .empty-heart {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite@2x.png);
        background-size: 133px 108px
    }
}

header[role=banner] .customer-utilities .wish-items .red-heart {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite.png);
    background-position: -48px -37px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    header[role=banner] .customer-utilities .wish-items .red-heart {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite@2x.png);
        background-size: 133px 108px
    }
}

header[role=banner] .user-menu {
    position: relative
}

header[role=banner] .user-menu .dropdown-menu {
    border-radius: 0;
    min-width: 0;
    border-color: #999;
    padding: 0
}

header[role=banner] .user-menu .dropdown-menu>li {
    border-bottom: 1px solid #999
}

header[role=banner] .user-menu .dropdown-menu>li>a {
    padding: 3px 10px
}

.layout.layout-1-col div[role=main],
.layout.layout-2-cols div[role=main],
.layout.layout-3-cols div[role=main],
aside[role=complementary] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    min-height: 1px
}

header[role=banner] .user-menu button {
    color: #999;
    font-size: 11px;
    max-width: 80px;
    overflow: hidden
}

.data-table,
.table,
label {
    max-width: 100%
}

@media (min-width:1px) {
    header[role=banner] .form-language {
        float: left;
        width: 160px
    }
    header[role=banner] .form-language .form-control {
        width: 120px
    }
}

.layout {
    margin-left: -15px;
    margin-right: -15px
}

.layout.layout-1-col div[role=main] {
    width: 100%;
    padding-bottom: 30px;
    border: none
}

.layout.layout-2-cols div[role=main] {
    width: 80%
}

.layout.layout-3-cols div[role=main] {
    width: 50%
}

aside[role=complementary] {
    width: 20%;
    margin-bottom: 20px
}

aside[role=complementary] #layered-navigation {
    padding-top: 20px
}

aside[role=complementary] #layered-navigation .block-title {
    padding-bottom: 10px
}

aside[role=complementary] #layered-navigation .block-title strong {
    color: #6d6d6c;
    font-size: 14px
}

.border-bottom {
    height: 50px;
    background: #fff
}

.pre-footer {
    margin: 0 auto;
    width: 100%;
    background-color: #f7f7f7
}

.pre-footer hr {
    display: none
}

.pre-footer .vantaggi {
    padding: 20px 0
}

.pre-footer .vantaggi div {
    padding: 0 0 0 50px;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/tick.png);
    background-repeat: no-repeat;
    background-position: 15px top
}

.cms-index-index .pre-footer hr {
    display: block;
    border-top: 1px solid #212121;
    margin: 0 0 10px
}

.catalog-line {
    margin: 0 auto;
    width: 100%;
    background-color: #cac5c5
}

.catalog-line .right {
    text-align: center;
    padding-bottom: 60px
}

.catalog-line .right h3 {
    font-size: 28px;
    text-transform: none;
    margin-bottom: 25px
}

.catalog-line .right .btn {
    border: none;
    color: #212121
}

.catalog-line .right .btn.richiedi-catalogo {
    background: #c8e8f6;
    margin-right: 20px
}

.catalog-line .right .btn.sfoglia-catalogo {
    background-color: #ffd800
}

.catalog-line .catalog-preview {
    position: relative
}

.catalog-line .catalog-preview IMG {
    position: absolute;
    top: -20px;
    left: 50px
}

footer[role=contentinfo] {
    margin: 0 auto;
    width: 100%;
    background-color: #ececec;
    clear: both;
    padding: 27px 0 0
}

footer[role=contentinfo]:after,
footer[role=contentinfo]:before {
    content: " ";
    display: table
}

footer[role=contentinfo]:after {
    clear: both
}

footer[role=contentinfo] .row-1,
footer[role=contentinfo] .row-2 {
    border-bottom: 2px solid #595959
}

footer[role=contentinfo] .menu {
    padding-left: 0;
    margin-left: -15px;
    text-align: left
}

footer[role=contentinfo] .menu p {
    margin: 0
}

footer[role=contentinfo] .menu ul {
    float: left
}

footer[role=contentinfo] .menu ul>li {
    line-height: 1.3
}

footer[role=contentinfo] .menu ul>li>a {
    font-size: 12px
}

footer[role=contentinfo] address {
    text-align: center;
    font-style: normal;
    font-size: 12px
}

footer[role=contentinfo] .social {
    padding-bottom: 30px;
    text-align: right
}

footer[role=contentinfo] .social span {
    padding-right: 5px
}

footer[role=contentinfo] .social a.bb {
    background-position: 0 0
}

footer[role=contentinfo] .social a.fb {
    background-position: -68px 0
}

footer[role=contentinfo] .social a.pin {
    background-position: -204px 0
}

footer[role=contentinfo] .social a.tw {
    background-position: -135px 0
}

footer[role=contentinfo] .social a.gg {
    background-position: -273px 0
}

footer[role=contentinfo] .social a.lk {
    background-position: -338px 0
}

footer[role=contentinfo] .social a {
    display: inline-block;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/social-sprite.png);
    width: 57px;
    height: 57px
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.form-control,
.form-list select,
.form-list textarea,
.input-text,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

div.main-menu a.dropdown-toggle, div.main-menu div.custom-menu ul li a  {
    font-size:15px;
}
div.main-menu a.dropdown-toggle {
    text-align:center;
}
.magazine-title {
    font-weight:bold;
    min-width:80px !important
}
a.special-20 img {
    margin-top: -5px;
}
select[multiple],
select[size],
textarea.form-control {
    height: auto
}

footer[role=contentinfo] .social a:hover {
    opacity: .9
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:2px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.buttons-set,
.title-buttons,
p.required {
    text-align: right
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.h1,
.initialism,
h1,
p.title {
    text-transform: uppercase
}

.text-muted {
    color: #777
}

.text-primary {
    color: #fff
}

a.text-primary:focus,
a.text-primary:hover {
    color: #e6e6e6
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #fff
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #e6e6e6
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    list-style: none;
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

.h1,
.h2,
h1,
h2 {
    font-weight: 300
}

dd {
    margin-left: 0
}

@media (min-width:2px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .container {
        width: 750px
    }
}

.form-list,
.form-list li,
.form-list li:after,
.form-list:after,
.page-title:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857143
}

.h1,
h1 {
    font-size: 18px;
    margin-top: 0
}

.h2,
h2 {
    font-size: 22px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 17px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

a {
    text-decoration: none;
    color: #363b43
}

a:hover {
    color: #e2170c;
}

a.main-menu-link:hover, a.main-forniture:hover, a.main-personalizzazione:hover {
    color: #e2170c;
    /*background-color: #64a6e0;
    color: #fff;*/
    min-height: 40px;
    min-width: 125px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
}

.main_menu_focus {
    background-color: #e2170c;
    color: #fff;
}

.main_menu_focus:hover {
    color:#fff !important;
}

a.main-menu-link:focus, a.main-forniture:focus, a.main-personalizzazione:focus {
    /*color: #0bae91*/
    background-color: #e2170c;
    color: #fff;
    min-height: 40px;
    min-width: 125px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
}

a.main-menu-link:focus, a.main-menu-link.main_menu_focus, #algolia-searchbox .btn, .form-search .btn, .popup-content button  {
    background-color: #e2170c !important;
}
button.popup-close {
    background:none;
    border:none;
    color:#e2170c;
}

a.main-menu-link, a.main-forniture, a.main-personalizzazione {
    /*color: #0bae91*/
    min-height: 40px;
    padding-top: 10px;
    min-width: 125px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    display:block;
}

a.main-forniture, a.main-personalizzazione {
    margin-top:-7px;
}

div.custom-menu ul li a {
    min-height: 40px;
    padding-top: 10px;
    min-width: 125px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    display:block;
    margin-top:-7px;
}

.red {
    color: #e43232
}
.page-title {
    clear: both;
    padding-bottom: 0;
    margin: 15px 0 0;
    border: none
}

.page-title:after,
.page-title:before {
    content: " ";
    display: table
}

.checkbox,
.form-control,
.radio,
input[type=file],
legend,
output {
    display: block
}

.page-title h2 {
    font-size: 24px;
    color: #212121
}

.page-title .separator {
    margin: 0 3px
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left
}

p.title {
    color: #565656;
    font-weight: 500
}

.sub-title,
.subtitle,
caption {
    color: #777
}

caption,
th {
    text-align: left
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:3px) {
    .container {
        width: 970px
    }
}

@media (min-width:9999px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.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:2px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:3px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:9999px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.col2-set,
.col4-set {
    margin-left: -15px;
    margin-right: -15px
}

.col2-set>.legend {
    margin-left: 15px;
    margin-right: 15px;
    width: auto
}

.col2-set .col-1,
.col2-set .col-2,
.col2-set .col-narrow,
.col2-set .col-wide,
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3,
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:2px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        float: left;
        width: 50%
    }
    .col2-set .col-narrow {
        float: left;
        width: 33.33333333%
    }
    .col2-set .col-wide {
        float: left;
        width: 66.66666667%
    }
    .col3-set .col-1,
    .col3-set .col-2,
    .col3-set .col-3 {
        float: left;
        width: 33.33333333%
    }
    .col4-set .col-1,
    .col4-set .col-2,
    .col4-set .col-3,
    .col4-set .col-4 {
        float: left;
        width: 25%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table 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-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

.checkbox label,
.radio label,
.well {
    min-height: 20px
}

@media screen and (max-width:1px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.data-table,
legend {
    margin-bottom: 20px;
    width: 100%
}

.data-table {
    border: 1px solid #ddd
}

.data-table>tbody>tr>td,
.data-table>tbody>tr>th,
.data-table>tfoot>tr>td,
.data-table>tfoot>tr>th,
.data-table>thead>tr>td,
.data-table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top
}

.data-table>thead>tr>th {
    vertical-align: bottom
}

.data-table>caption+thead>tr:first-child>td,
.data-table>caption+thead>tr:first-child>th,
.data-table>colgroup+thead>tr:first-child>td,
.data-table>colgroup+thead>tr:first-child>th,
.data-table>thead:first-child>tr:first-child>td,
.data-table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.data-table>tbody+tbody {
    border-top: 2px solid #ddd
}

.data-table .table {
    background-color: #fff
}

.data-table>tbody>tr>td,
.data-table>tbody>tr>th,
.data-table>tfoot>tr>td,
.data-table>tfoot>tr>th,
.data-table>thead>tr>td,
.data-table>thead>tr>th {
    border: 1px solid #ddd
}

.data-table>thead>tr>td,
.data-table>thead>tr>th {
    border-bottom-width: 2px
}

fieldset,
legend {
    padding: 0;
    border: 0
}

.data-table>tbody>tr:nth-child(odd)>td,
.data-table>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

.btn,
.btn-link,
.button,
.legend {
    font-weight: 400
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.form-control[disabled],
.form-list select[disabled],
.form-list textarea[disabled],
.input-text[disabled],
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .form-control,
fieldset[disabled] .form-list select,
fieldset[disabled] .form-list textarea,
fieldset[disabled] .input-text,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.form-group,
.form-list li {
    margin-bottom: 15px
}

.form-control,
.input-text,
output {
    line-height: 1.42857143
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px;
    font-size: 14px;
    color: #555
}

.form-control {
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #0cbb9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.checkbox,
.radio {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-control,
.input-text {
    height: 30px;
    font-size: 13px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:2px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:2px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px
}

.form-control {
    border: 1px solid #818181;
    border-radius: 0;
    color: #b2afaf
}

.input-text {
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #818181;
    border-radius: 0;
    color: #000!important
}

.form-list li:after,
.form-list li:before,
.form-list:after,
.form-list:before {
    display: table;
    content: " "
}

.input-text:focus {
    border-color: #000!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6)
}

.input-text::-moz-placeholder {
    color: #999;
    opacity: 1
}

.input-text:-ms-input-placeholder {
    color: #999
}

.input-text::-webkit-input-placeholder {
    color: #999
}

.input-text::-ms-expand {
    border: 0;
    background-color: transparent
}

.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
    background-color: #eee;
    opacity: 1
}

textarea.input-text {
    height: auto
}

.form-list label {
    position: relative
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #a94442;
    position: absolute;
    top: 0;
    right: -8px
}

.form-list li.control label {
    float: none;
    display: block
}

.form-list li.control input.checkbox,
.form-list li.control input.radio {
    margin-right: 6px;
    display: inline;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto
}

.buttons-set,
.buttons-set:after,
.dropdown-menu>li>a,
.form-list li.additional-row p,
.form-list li.additional-row p:after,
.pager,
.pager:after,
.sorter,
.sorter:after,
.validation-advice {
    clear: both
}

.form-list .field {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

.form-list .field:first-child,
.form-list .field:first-of-type {
    padding-left: 0
}

.form-list .field:last-child {
    padding-right: 0
}

.form-list select,
.form-list textarea {
    display: block;
    width: 100%;
    padding: 3px 12px;
    line-height: 1.42857143;
    background-color: #eee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #818181;
    font-size: 13px;
    border-radius: 0;
    color: #000;
    height: 30px
}

.form-list select:focus,
.form-list textarea:focus {
    border-color: #0cbb9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6)
}

.form-list select::-moz-placeholder,
.form-list textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-list select:-ms-input-placeholder,
.form-list textarea:-ms-input-placeholder {
    color: #999
}

.form-list select::-webkit-input-placeholder,
.form-list textarea::-webkit-input-placeholder {
    color: #999
}

.form-list select::-ms-expand,
.form-list textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-list select[disabled],
.form-list select[readonly],
.form-list textarea[disabled],
.form-list textarea[readonly],
fieldset[disabled] .form-list select,
fieldset[disabled] .form-list textarea {
    background-color: #eee;
    opacity: 1
}

.form-list select[multiple],
.form-list textarea,
textarea.form-list select,
textarea.form-list textarea {
    height: auto
}

.form-list li.additional-row {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 7px
}

.form-list li.additional-row p:after,
.form-list li.additional-row p:before {
    content: " ";
    display: table
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0
}

.form-list .input-range input.input-text,
.form-list .input-range span {
    display: inline-block
}

.form-list .input-range input.input-text {
    width: 40%
}

.form-list-narrow li {
    margin-bottom: 0
}

.form-list-narrow li .input-box {
    margin-bottom: 6px
}

.form-list-narrow li.wide .input-box {
    width: 260px
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px
}

.form-list .customer-name-prefix .name-prefix {
    width: 16%
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname {
    width: 42%
}

.form-list .customer-name-prefix-middlename .name-middlename,
.form-list .customer-name-prefix-middlename .name-prefix {
    width: 16%
}

.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname {
    width: 34%
}

.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix {
    width: 16%
}

.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 34%
}

.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-suffix {
    width: 12%
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 32%
}

.form-list .customer-name-middlename .name-middlename {
    width: 16%
}

.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {
    width: 42%
}

.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix {
    width: 16%
}

.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 34%
}

.form-list .customer-name-suffix .name-suffix {
    width: 16%
}

.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname {
    width: 42%
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
    float: left;
    padding-right: 15px;
    padding-left: 15px
}

.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child {
    padding-left: 0
}

.form-list .customer-dob .dob-day+.dob-month+.dob-year,
.form-list .customer-dob .dob-month+.dob-day+.dob-year,
.form-list .customer-dob .dob-year+.dob-day+.dob-month,
.form-list .customer-dob .dob-year+.dob-month+.dob-day {
    padding-right: 0
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 30%
}

.form-list .customer-dob .dob-year {
    width: 40%
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

.advanced-search .form-list .input-range,
.buttons-set {
    line-height: 34px
}

.buttons-set {
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e5e5e5
}

.buttons-set:after,
.buttons-set:before {
    content: " ";
    display: table
}

.buttons-set p.required {
    margin: 0 0 10px
}

.buttons-set .back-link {
    float: left;
    margin: 0
}

.buttons-set button.button {
    float: right;
    margin-left: 5px
}

.buttons-set-order {
    margin: 10px 0 0
}

.btn,
.button {
    margin-bottom: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    vertical-align: middle
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0
}

.validation-advice {
    color: #a94442
}

.validation-failed {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.validation-failed:focus {
    border-color: #843534!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483!important
}

.btn,
.button,
.products-view-buttons,
.tooltip-inner {
    text-align: center
}

.v-fix {
    float: left
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    touch-action: manipulation;
    cursor: pointer;
    line-height: 1.42857143;
    -moz-user-select: none;
    user-select: none
}

.button,
.my-wishlist .link-edit {
    touch-action: manipulation;
    -moz-user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    background-color: #fff
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #fff;
    border-color: #f2f2f2
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #b3b3b3
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d4d4d4
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #b3b3b3
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #fff;
    border-color: #f2f2f2
}

.btn-primary .badge {
    color: #fff;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #fff;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #d9d9d9;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-sm {
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn,
.btn-default,
.button {
    font-size: 13px;
    padding: 6px 15px
}

.btn-block {
    display: block
}

.btn-block+.btn-block {
    margin-top: 5px
}

.button {
    display: inline-block;
    cursor: pointer;
    line-height: 1.42857143;
    user-select: none;
    color: #fff;
    background: #f29e29;
    border: 1px solid #999;
    border-radius: 0
}

.btn span span,
.btn-default span span,
.button span span {
    font-weight: 700;
    text-transform: uppercase
}

.button.active.focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button:active:focus,
.button:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.button.focus,
.button:focus,
.button:hover {
    text-decoration: none
}

.button.active,
.button:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.button.focus,
.button:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.button.active,
.button:active,
.button:hover,
.open>.dropdown-toggle.button {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.button.active.focus,
.button.active:focus,
.button.active:hover,
.button:active.focus,
.button:active:focus,
.button:active:hover,
.open>.dropdown-toggle.button.focus,
.open>.dropdown-toggle.button:focus,
.open>.dropdown-toggle.button:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.button.active,
.button:active,
.open>.dropdown-toggle.button {
    background-image: none
}

.button.disabled.focus,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled].focus,
.button[disabled]:focus,
.button[disabled]:hover,
fieldset[disabled] .button.focus,
fieldset[disabled] .button:focus,
fieldset[disabled] .button:hover {
    background-color: #fff;
    border-color: #ccc
}

.button .badge {
    color: #fff;
    background-color: #333
}

.button:hover {
    background: #363b43;
    color: #fff
}

.btn,
.btn-default {
    color: #fff;
    background: #f27b19;
    border: 1px solid #999;
    border-radius: 0
}

.btn-default:hover,
.btn:hover {
    background: #363b43;
    color: #fff
}

.products-view-buttons a.btn {
    display: inline-block;
    padding: 8px 9px;
    border-radius: 3px
}

.products-view-buttons a.btn:hover {
    background: #0bae91
}

.products-view-buttons a.cart-button {
    background: #f4f4f4;
    color: #363b43;
    padding: 8px 10px
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.collapse,
.tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
    display: none
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    margin-top: -2px
}

.tooltip.right {
    margin-left: 2px
}

.tooltip.bottom {
    margin-top: 2px;
    display: none
}

.tooltip.left {
    margin-left: -2px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.tooltip.left .tooltip-arrow,
.tooltip.right .tooltip-arrow {
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tooltip.left .tooltip-arrow {
    right: 0;
    border-left: 5px solid #000
}

.tooltip.right .tooltip-arrow {
    left: 0;
    border-right: 5px solid #000
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    background-clip: padding-box
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #fff
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block;
    min-height: 450px;
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.input-group,
.input-group-btn,
.input-group-btn>.btn,
.nav>li,
.nav>li>a {
    position: relative
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background: 0 0
}

.input-group {
    display: table
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.nav>li,
.nav>li>a {
    display: block
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-addon label {
    margin-bottom: 0;
    font-weight: 400
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #fff
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:2px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #fff
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:2px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navigation {
    /*border-bottom: 1px solid #a0a0a0;*/
    margin-top: 10px
}

.navigation .netcomm-logo {
    position: absolute;
    right: 20px;
    bottom: 2px
}

/**
*   START - Personalizzazioni al megamenu
*/
/* forzo l'apertura sempre del primo elemento */
/*li.first ul.level0 {
    display:block !important;
    width: 812px; 
    left: 245px; 
    height: 372px;
}*/

.navigation .main-menu-link {
    /* metto la prima voce di menu di colore celeste perchè è pre selezionata */
    /*color: #0bae91;*/
    display: block;
    /*margin-top: 5px;
    margin-left: 10px*/
}

.navigation .navbar {
    float: left
}

.navigation .main-menu {
    padding-top: 5px;
    float: left
}

.navigation .main-menu a {
    text-decoration: none
}

.navigation .main-menu a.dropdown-toggle:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f107";
    padding-left: 5px
}

.custom-menu:after,
.navigation .main-menu:after {
    content: '';
    clear: both
}

.navigation #search_mini_form {
    float: right
}

.custom-menu {
    float: left;
    padding-left: 15px
}

.custom-menu ul {
    margin: 0
}

.custom-menu ul>li {
    padding: 7px 0;
    float: left;
    margin-right: 21px;
    padding-bottom:0px;
}

.custom-menu ul>li.packaging NAV>A {
    padding: 7px 0 7px 40px;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-packaging.png);
    background-repeat: no-repeat;
    color: #363b43;
    background-position: 0 -2px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .custom-menu ul>li.packaging NAV>A {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-packaging@2x.png);
        background-size: 37px 36px
    }
}

.custom-menu ul>li.packaging NAV.open>A {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-packaging-over.png);
    background-repeat: no-repeat;
    color: #0bae91
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .custom-menu ul>li.packaging NAV.open>A {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-packaging-over@2x.png);
        background-size: 37px 36px
    }
}

.custom-menu ul>li.winefood NAV>A {
    padding: 7px 0 7px 30px;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-food-beverage.png);
    background-repeat: no-repeat;
    background-position: left center
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .custom-menu ul>li.winefood NAV>A {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-food-beverage@2x.png);
        background-size: 20px 30px
    }
}

.custom-menu ul>li.winefood NAV>A:hover {
    color: #363b43
}

.custom-menu ul>li.winefood NAV.open>A {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-food-beverage-over.png);
    background-repeat: no-repeat;
    color: #0bae91
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .custom-menu ul>li.winefood NAV.open>A {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/icon-food-beverage-over@2x.png);
        background-size: 20px 30px
    }
}

.custom-menu ul>li.two-row {
    max-width: 110px;
    text-align: center;
    line-height: 1;
    position: relative
}

.custom-menu ul>li.two-row a.dropdown-toggle:after {
    position: absolute
}

.xmas-link a {
    border-bottom: 4px #e2170c solid;
    margin-top:-3px !important;
}
.separatore-megamenu {
    margin-top: 5px;
}
div.custom-menu > ul > li {
    text-align:center;
}
.custom-menu .dropdown-menu {
    left: 20px;
}

.custom-menu .dropdown-menu>li {
    float: none
}

.custom-menu .dropdown-menu>li a {
    text-transform: none;
    font-weight: 400
}

.custom-menu .dropdown-menu .active>a {
    text-transform: none;
    font-weight: 400;
    color: #000
}

.dropdown-menu {
    border-radius: 0;
    margin: -1px 0 0;
    left: auto;
    -moz-box-shadow: 2px 3px 10px #b4b4b4;
    -webkit-box-shadow: 2px 3px 10px #b4b4b4;
    box-shadow: 2px 3px 10px #b4b4b4
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:focus,
.dropdown-menu .active>a:hover,
.dropdown-menu li>a:focus,
.dropdown-menu li>a:hover {
    color: #0bae91;
    font-weight: 700;
    text-decoration: underline;
    background-color: transparent
}

.dropdown-menu li>a:hover span {
    background-color: none
}

.dropdown-menu li.parent>a>span {
    position: relative;
    display: block;
    padding-right: 15px
}

.dropdown-menu li.parent>a>span:after {
    font-family: FontAwesome;
    font-style: bold;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    content: "\f105";
    right: 0;
    color:#0bae91;
}

.dropdown-menu ul.level0 {
    background-position: bottom right;
    background-repeat: no-repeat
}

.dropdown-menu ul.level0>li>a:hover {
    text-decoration: underline;
    font-weight: 400
}

.dropdown-menu ul.level0.allproductsmenu_1 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/1_buste-shopper.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_2 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/2_carta-regalo.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_3 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/3_sacchetti-buste-regalo.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_4 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/4_nastri-decorativi-fiocchi.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_5 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/5_acessori-per-confezionare.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_6 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/6_scatole-cesti-confezionare.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_7 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/7_allestimento-vetrofanie.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_8 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/8_monouso-ristorazione.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_9 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/9_acessori-tavola.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_10 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/10_materiale-spedizioni-imballaggi.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_11 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/11_cancelleria.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_12 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/12_igiene-pulizia.jpg')
}

.dropdown-menu ul.level0.allproductsmenu_13 {
    background-image: url('https://www.eurofides.com/media/wysiwyg/megamenu/13_allestimento.jpg')
}

.dropdown-menu li.parent.open-submenu>a>span {
    border-radius: 3px
}

.dropdown-menu li.parent.open-submenu>a>span:after {
    content: ' ';
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/menu-arrow.png) no-repeat;
    background-size: 12px;
    width: 11px;
    height: 26px;
    right: -11px;
    z-index: 1000
}

.dropdown-menu>li>a {
    font-weight: 700
}

.breadcrumb strong,
.toolbar label {
    font-weight: 400
}

.dropdown-menu li {
    position: static
}

.dropdown-menu li a {
    position: static;
    padding: 5px 10px
}

.dropdown-menu li a span {
    padding: 3px 5px
}

.dropdown-menu ul {
    position: absolute;
    display: none;
    background: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    top: 0;
    min-width: 160px;
    padding: 5px 0;
    -moz-box-shadow: 2px 3px 10px #b4b4b4;
    -webkit-box-shadow: 2px 3px 10px #b4b4b4;
    box-shadow: 2px 3px 10px #b4b4b4
}

.dropdown-menu ul>li a {
    display: block;
    white-space: nowrap;
    color: #000
}

.breadcrumb>li,
.pagination {
    display: inline-block
}

.dropdown-menu ul>li a:hover {
    text-decoration: none
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.breadcrumb {
    list-style: none;
    background: 0 0;
    padding: 10px 0 5px;
    border-radius: 0;
    margin: 0;
    font-size: 12px
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #d9d9d9;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager:after,
.pager:before,
.sorter:after,
.sorter:before {
    content: " ";
    display: table
}

.pager {
    padding: 4px 8px;
    border-top: 1px solid #363b43;
    text-align: center;
    line-height: 30px
}

.pager .amount {
    float: left;
    margin-bottom: 0
}

.pager .pages {
    float: left;
    width: 100%;
    margin-top: 4px;
    text-align: center
}

.pager .pages ol {
    padding-left: 0;
    border-radius: 4px;
    margin: 0;
    display: inline-block
}

.pager .pages ol>li {
    display: inline
}

.pager .pages ol>li>a,
.pager .pages ol>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pager .pages ol>li:first-child>a,
.pager .pages ol>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pager .pages ol>li>a:focus,
.pager .pages ol>li>a:hover,
.pager .pages ol>li>span:focus,
.pager .pages ol>li>span:hover {
    z-index: 2;
    color: #d9d9d9;
    background-color: #eee;
    border-color: #ddd
}

.pager .pages ol>.active>a,
.pager .pages ol>.active>a:focus,
.pager .pages ol>.active>a:hover,
.pager .pages ol>.active>span,
.pager .pages ol>.active>span:focus,
.pager .pages ol>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    cursor: default
}

.pager .pages ol>.disabled>a,
.pager .pages ol>.disabled>a:focus,
.pager .pages ol>.disabled>a:hover,
.pager .pages ol>.disabled>span,
.pager .pages ol>.disabled>span:focus,
.pager .pages ol>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pager .pages ol>li:last-child>a,
.pager .pages ol>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager .pages ol li {
    display: inline-block;
    margin: 0 2px
}

.pager .pages ol li a {
    color: #212121;
    text-decoration: none
}

.pager .pages ol li a:hover {
    color: #212121
}

.pager .pages li.current a {
    text-decoration: underline
}

.sorter {
    padding-bottom: 2px
}

.sorter .sort-by label {
    margin-bottom: 0
}

.sorter .sort-by select {
    display: inline;
}

@media (min-width:2px) {
    .sorter .sort-by {
        padding-right: 43px
    }
}

.toolbar .form-control {
    line-height: 1
}

.toolbar .limiter,
.toolbar .sort-by {
    border-right: 1px solid #ccc
}

.toolbar .limiter select,
.toolbar .sort-by select {
    padding: 3px;
    margin: 0;
    border: none;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    box-shadow: none;
    color: #363b43
}

.toolbar .limiter label,
.toolbar .sort-by label {
    position: absolute
}

.fa-ul>li,
.list-group-item,
.toolbar .limiter,
.toolbar .sort-by,
.toolbar-bottom {
    position: relative
}

.toolbar label {
    display: inline;
    margin-right: 5px;
    padding: 5px 5px 0 10px
}

.alert .alert-link,
.close,
.error-msg .alert-link,
.note-msg .alert-link,
.notice-msg .alert-link,
.success-msg .alert-link {
    font-weight: 700
}

.toolbar .btn-default,
.toolbar .form-control {
    border: none;
    border-radius: 0;
    padding: 2px 0 0
}

.toolbar .sort-by {
    float: left;
    margin-right: 15px
}

.toolbar .sort-by select {
    padding-left: 85px;
    width: auto
}

.toolbar .limiter {
    float: left;
    padding-right: 10px
}

.toolbar .limiter select {
    padding-left: 60px;
    width: auto
}

.toolbar .sorter {
    float: left;
    clear: none;
    border-right: 1px solid #ccc
}

.toolbar .sorter .view-mode {
    margin: 0 5px
}

.toolbar .sorter .grid,
.toolbar .sorter .list {
    font-size: 0
}

.toolbar .sorter .grid:before,
.toolbar .sorter .list:before {
    font-family: FontAwesome;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block
}

.toolbar .sorter .list:before {
    content: "\f00b"
}

.toolbar .sorter .grid:before {
    content: "\f00a"
}

.toolbar .pagination {
    display: inline;
    margin: 0 3px 0 0;
    padding-bottom: 2px
}

.toolbar .pagination ol {
    margin: 0
}

.toolbar .pagination li {
    float: left;
    margin: 0 1px;
    padding: 5px
}

.toolbar .pagination li.current span {
    color: #e43232
}

.toolbar-bottom {
    width: 100%;
    margin-top: 30px
}

.toolbar-bottom .limiter,
.toolbar-bottom .social-likes,
.toolbar-bottom .sorter {
    display: none
}

.toolbar-bottom .toolbar {
    bottom: 0;
    margin: 0
}

.toolbar-bottom .toolbar .pagination {
    border: none
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-danger,
.error-msg {
    background-color: #f2dede
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.success {
    color: #3c763d
}

.error {
    color: #a94442
}

.notice {
    color: #31708f
}

.messages>li {
    margin-bottom: 10px
}

.error-msg,
.note-msg,
.notice-msg,
.success-msg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.error-msg h4,
.note-msg h4,
.notice-msg h4,
.success-msg h4 {
    margin-top: 0;
    color: inherit
}

.error-msg>p,
.error-msg>ul,
.note-msg>p,
.note-msg>ul,
.notice-msg>p,
.notice-msg>ul,
.success-msg>p,
.success-msg>ul {
    margin-bottom: 0
}

.error-msg>p+p,
.note-msg>p+p,
.notice-msg>p+p,
.success-msg>p+p {
    margin-top: 5px
}

.error-msg {
    border-color: #ebccd1;
    color: #a94442
}

.error-msg hr {
    border-top-color: #e4b9c0
}

.error-msg .alert-link {
    color: #843534
}

.success-msg {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.success-msg hr {
    border-top-color: #c9e2b3
}

.success-msg .alert-link {
    color: #2b542c
}

.note-msg,
.notice-msg {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.note-msg hr,
.notice-msg hr {
    border-top-color: #a6e1ec
}

.note-msg .alert-link,
.notice-msg .alert-link {
    color: #245269
}

.global-site-notice {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #faebcc;
    border-radius: 4px;
    background-color: #fcf8e3;
    color: #8a6d3b
}

.global-site-notice h4 {
    margin-top: 0;
    color: inherit
}

.global-site-notice .alert-link {
    font-weight: 700;
    color: #66512c
}

.global-site-notice>p,
.global-site-notice>ul {
    margin-bottom: 0
}

.global-site-notice>p+p {
    margin-top: 5px
}

.global-site-notice hr {
    border-top-color: #f7e1b5
}

.global-site-notice p {
    margin: 0
}

p.required {
    color: #e43232;
    margin: 0;
    font-size: 12px
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.eu_stickers,
.fa,
.fa-stack {
    display: inline-block
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.fa-fw,
.fa-li,
.std ul.messages ul {
    text-align: center
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #fff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.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-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-primary,
.panel-primary>.panel-heading {
    border-color: #fff
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-primary>.panel-heading,
.panel-primary>.panel-heading .badge {
    color: #fff;
    background-color: #fff
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fff
}

.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
}

.well {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 45px;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    filter: alpha(opacity=20)
}

.logo strong,
.popover,
.tool-tip {
    text-shadow: none
}

.close:focus,
.close:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.eu_stickers {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/stikers-sprite.png);
    background-size: 305px 48px;
    width: 50px;
    height: 48px
}

.attr-logo {
    background-position: 0 0
}

.attr-art {
    background-position: -52px 0
}

.attr-bio {
    background-position: -103px 0;
    background-size: 305px 55px;
    width: 50px;
    height: 55px;
}

.attr-b-price {
    background-position: -206px 0
}

.attr-b-seller {
    background-position: -154px 0
}

.attr-new {
    background-position: -257px 0
}

.std ol,
.std ul {
    padding-left: 40px
}

.std ul {
    list-style: disc
}

.std ul.messages {
    list-style: none;
    padding-left: 0
}

.std ul.messages ul {
    list-style: none;
    margin: 0
}

.std ol {
    list-style: decimal
}

.std img {
    max-width: 100%
}

.catalog-thumb {
    margin: 10px
}

.contatti-column {
    width: 33%;
    padding: 20px;
    float: left;
    min-height: 300px
}

.contatti-column img {
    margin-bottom: 20px
}

.contatti-column A:hover {
    color: #333;
    text-decoration: none
}

.pagamenti-column {
    width: 50%;
    float: left;
    padding: 20px
}

.pagamenti-column>IMG {
    display: block;
    margin-bottom: 10px
}

.links li {
    display: inline
}

.links li:first-child {
    padding-left: 0
}

.links li:last-child {
    padding-right: 0
}

.link-cart,
.link-compare,
.link-print,
.link-reorder,
.link-wishlist {
    font-weight: 700
}

.btn-edit,
.btn-previous,
.btn-remove,
.btn-remove2 {
    display: inline-block;
    font-size: 0
}

.btn-edit:focus,
.btn-edit:hover,
.btn-previous:focus,
.btn-previous:hover,
.btn-remove2:focus,
.btn-remove2:hover,
.btn-remove:focus,
.btn-remove:hover {
    text-decoration: none
}

.btn-edit:after,
.btn-previous:after,
.btn-remove2:after,
.btn-remove:after {
    font-size: 14px;
    font-weight: 700;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-edit:after {
    content: "\f040"
}

.btn-remove2:after,
.btn-remove:after {
    content: "\f00d"
}

.button.btn-cart {
    position: relative;
    background: #0bae91;
    margin: 10px 0;
    font-size: 11px;
    border: none;
    width: 100%;
    padding: 10px 15px 10px 40px
}

.button.btn-cart span span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.button.btn-cart:before {
    display: block;
    content: '';
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/btn-cart-white.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 2px;
    top: 5px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .button.btn-cart:before {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/btn-cart-white@2x.png);
        background-size: 32px 30px
    }
}

.button.btn-cart:hover {
    background: #363b43
}

.cards-list dt {
    margin: 5px 0 0
}

.cards-list .offset {
    padding: 2px 0 2px 20px
}

.separator {
    margin: 0 3px
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden
}

.logo strong {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

h1.logo {
    margin: 0
}

.form-language {
    margin-bottom: 10px
}

.form-language label {
    display: none
}

.form-language select {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #818181;
    font-size: 13px;
    border-radius: 0;
    color: #b2afaf;
    height: 30px
}

.form-language select:focus {
    border-color: #0cbb9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6)
}

.form-language select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-language select:-ms-input-placeholder {
    color: #999
}

.form-language select::-webkit-input-placeholder {
    color: #999
}

.form-language select::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-language select[disabled],
.form-language select[readonly],
fieldset[disabled] .form-language select {
    background-color: #eee;
    opacity: 1
}

.form-language select[disabled],
fieldset[disabled] .form-language select {
    cursor: not-allowed
}

textarea.form-language select {
    height: auto
}

#search_mini_form {
    position: relative
}

#search_mini_form .form-search {
    margin-bottom: 0;
    background-color: #f4f4f4;
    margin-top: 29px
}

#search_mini_form .form-search #algolia-searchbox.input-group,
#search_mini_form .form-search .input-group {
    display: block;
    margin: 4px 0 0
}

#search_mini_form .form-search #algolia-searchbox.input-group svg.magnifying-glass,
#search_mini_form .form-search .input-group svg.magnifying-glass {
    top: 0;
    right: 0;
    background-color: #0bae91;
    padding: 5px
}

#search_mini_form .form-search #algolia-searchbox.input-group .clear-query-autocomplete,
#search_mini_form .form-search .input-group .clear-query-autocomplete {
    top: 8px
}

#search_mini_form .form-search #algolia-searchbox.input-group #algolia-autocomplete-tt.algolia-autocomplete,
#search_mini_form .form-search .input-group #algolia-autocomplete-tt.algolia-autocomplete {
    float: left;
    width: 91.6%;
    background-color: #f4f4f4
}

#search_mini_form .form-search #algolia-searchbox.input-group .input-text,
#search_mini_form .form-search .input-group .input-text {
    background: #ffffff;
    border: none;
    width: 450px;
    float: left;
    height: 40px;
    padding: 0 5px
}

.advanced-search .form-list .input-range small,
.form-search .search-autocomplete li .amount {
    float: right
}

#search_mini_form .form-search #algolia-searchbox.input-group .input-text::-webkit-input-placeholder,
#search_mini_form .form-search .input-group .input-text::-webkit-input-placeholder {
    color: #b2afaf
}

#search_mini_form .form-search #algolia-searchbox.input-group .input-text:-moz-placeholder,
#search_mini_form .form-search .input-group .input-text:-moz-placeholder {
    color: #b2afaf
}

#search_mini_form .form-search #algolia-searchbox.input-group .input-text::-moz-placeholder,
#search_mini_form .form-search .input-group .input-text::-moz-placeholder {
    color: #b2afaf
}

#search_mini_form .form-search #algolia-searchbox.input-group .input-text:-ms-input-placeholder,
#search_mini_form .form-search .input-group .input-text:-ms-input-placeholder {
    color: #b2afaf
}

#search_mini_form .form-search #algolia-searchbox.input-group .btn,
#search_mini_form .form-search .input-group .btn {
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: right;
    height: 40px;
    padding: 6px 12px
}

#search_mini_form .form-search #algolia-searchbox.input-group .btn .fa,
#search_mini_form .form-search .input-group .btn .fa {
    font-size: 18px
}

.form-search {
    margin-bottom: 10px;
    position: relative
}

.form-search .search-autocomplete {
    z-index: 1000
}

.form-search .search-autocomplete li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer
}

.advanced-search-summary:after,
.advanced-search-summary:before,
.block .actions:after,
.block .actions:before,
.block .block-content:after,
.block .block-content:before {
    display: table;
    content: " "
}

.form-search .search-autocomplete li.first,
.form-search .search-autocomplete li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.form-search .search-autocomplete li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-search .search-autocomplete li.disabled,
.form-search .search-autocomplete li.disabled:focus,
.form-search .search-autocomplete li.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.form-search .search-autocomplete li.disabled .list-group-item-heading,
.form-search .search-autocomplete li.disabled:focus .list-group-item-heading,
.form-search .search-autocomplete li.disabled:hover .list-group-item-heading {
    color: inherit
}

.form-search .search-autocomplete li.disabled .list-group-item-text,
.form-search .search-autocomplete li.disabled:focus .list-group-item-text,
.form-search .search-autocomplete li.disabled:hover .list-group-item-text {
    color: #777
}

.form-search .search-autocomplete li.active,
.form-search .search-autocomplete li.active:focus,
.form-search .search-autocomplete li.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.form-search .search-autocomplete li.active .list-group-item-heading,
.form-search .search-autocomplete li.active .list-group-item-heading>.small,
.form-search .search-autocomplete li.active .list-group-item-heading>small,
.form-search .search-autocomplete li.active:focus .list-group-item-heading,
.form-search .search-autocomplete li.active:focus .list-group-item-heading>.small,
.form-search .search-autocomplete li.active:focus .list-group-item-heading>small,
.form-search .search-autocomplete li.active:hover .list-group-item-heading,
.form-search .search-autocomplete li.active:hover .list-group-item-heading>.small,
.form-search .search-autocomplete li.active:hover .list-group-item-heading>small {
    color: inherit
}

.advanced-search-summary strong,
.form-search .search-autocomplete li.active .list-group-item-text,
.form-search .search-autocomplete li.active:focus .list-group-item-text,
.form-search .search-autocomplete li.active:hover .list-group-item-text {
    color: #fff
}

.form-search .search-autocomplete li:focus,
.form-search .search-autocomplete li:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.form-search .search-autocomplete li.selected,
.form-search .search-autocomplete li.selected:focus,
.form-search .search-autocomplete li.selected:hover {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.advanced-search-summary {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 9px;
    border-radius: 3px;
    clear: both
}

.advanced-search-summary blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.advanced-search-summary:after {
    clear: both
}

.advanced-search-summary ul {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
}

.advanced-search-summary p {
    clear: both;
    padding: 10px 15px 0;
    margin-bottom: 0;
    font-weight: 700
}

@media (min-width:1px) {
    .advanced-search-summary ul {
        float: left;
        width: 50%
    }
}

.block .block-title {
    padding: 7px 0;
    font-weight: 500;
    font-size: 20px
}

.block .block-subtitle {
    margin: 0 15px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.block .actions,
.block .block-content {
    clear: both;
    background: 0 0
}

.block .actions:after,
.block .block-content,
.block .block-content:after {
    clear: both
}

.block .block-content li.item {
    padding: 10px 15px
}

.block .btn-edit,
.block .btn-remove {
    float: right;
    margin: 1px 0 2px 5px
}

.block-account .block-content ul,
.block-login,
.block-register {
    margin-bottom: 0
}

.block .actions {
    padding: 6px 15px;
    border-top: 1px solid #ddd;
    text-align: right;
    line-height: 30px
}

.block .actions:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.block .actions a {
    float: left
}

.block .actions button.button {
    float: right;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.block .empty {
    margin: 0;
    padding: 15px
}

.block li.odd {
    background-color: #f9f9f9
}

.block-cart,
.block-compare,
.block-compared,
.block-login,
.block-poll,
.block-related,
.block-reorder,
.block-subscribe,
.block-tags,
.block-viewed,
.block-wishlist {
    font-size: 12px
}

.mini-products-list .product-image {
    float: left
}

.mini-products-list .product-details {
    margin-left: 60px
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal!important
}

.block-quick-order {
    float: right;
    border: none;
    margin: 0;
    box-shadow: none;
    text-align: right
}

.block-account .block-content li.current.last,
.block-account .block-content li.last a {
    border-bottom: 0
}

.block-quick-order p.title {
    text-transform: uppercase;
    color: #565656;
    font-weight: 700;
    text-align: left
}

.block-account {
    margin-top: 11px
}

.block-account .block-title {
    display: none
}

.block-account .block-content li a {
    display: block;
    padding: 3px 0
}

.block-account .block-content li.current {
    padding: 3px 0
}

.block-layered-nav .block-title strong span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase
}

.block-layered-nav p.block-subtitle {
    padding: 0;
    font-weight: 300;
    font-size: 20px
}

.block-layered-nav ol {
    padding-left: 25px;
    padding-bottom: 15px
}

.block-layered-nav ol li>a {
    font-size: 12px;
    color: #565656
}

.block-layered-nav dl {
    margin: 0
}

.block-layered-nav dd {
    padding: 0 15px 0 0;
    margin-bottom: 10px
}

.block-layered-nav dd.last {
    background: 0 0
}

.block-layered-nav dd.last .block-title {
    display: none
}

.block-layered-nav .currently {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 10px 0 0
}

.block-layered-nav .currently .block-subtitle {
    text-transform: uppercase;
    font-size: 14px
}

.block-layered-nav .currently .content {
    background-color: #f5f5f5
}

.block-layered-nav .currently li {
    /*position: relative;*/
    padding: 5px 0
}

.block-layered-nav .currently .label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    display: block
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0
}

.block-layered-nav .currently .btn-previous {
    right: 17px
}

.block-layered-nav .actions {
    text-align: center;
    background-color: #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.block-layered-nav .actions a {
    float: none;
    color: #212121;
    text-decoration: underline
}

.block-cart {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 11px
}

.block-cart a {
    text-decoration: none;
    color: #999
}

.block-cart a:hover {
    color: #999
}

.block-cart .cart,
#modale-addToCart .cart {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 35px;
    height: 30px;
    cursor: pointer;
    background-size: 128px;
    margin: 0 auto
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .block-cart .cart {
        background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/header-sprite@2x.png);
        background-size: 133px 108px
    }
}

.block-cart .cart .summary {
    background: #e2170c;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    right: 5px;
    top: -5px
}

.block-cart .cart .summary a {
    color: #fff
}

.block-cart .cart .summary .amount {
    line-height: 2
}

.block-cart .subtotal {
    border: 1px solid #bce8f1;
    border-radius: 4px;
    background-color: #d9edf7;
    color: #31708f;
    padding: 4px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

.block-cart .subtotal h4 {
    margin-top: 0;
    color: inherit
}

.block-cart .subtotal .alert-link {
    font-weight: 700;
    color: #245269
}

.block-cart .subtotal>p,
.block-cart .subtotal>ul {
    margin-bottom: 0
}

.block-cart .subtotal>p+p {
    margin-top: 5px
}

.block-cart .subtotal hr {
    border-top-color: #a6e1ec
}

.block-cart .subtotal .price,
#modale-addToCart .price {
    font-weight: 700
}

.block-cart .buttons {
    display: none
}

.block-cart .buttons .btn-edit,
.block-cart .buttons .btn-remove {
    padding: 0
}

.block-cart .buttons .btn-remove:after {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/edit-remove.png) -20px 0;
    content: " ";
    width: 16px;
    height: 17px;
    display: block
}

.block-cart .buttons .btn-edit:after {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/edit-remove.png);
    content: " ";
    width: 16px;
    height: 17px;
    display: block
}

.block-cart .actions {
    border-bottom: 1px solid #ddd;
    text-align: center
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0
}

.block-cart .dropdown-menu {
    right: -15px;
    left: auto;
    border-radius: 0;
    min-width: 340px;
    border-color: #e7e7e7;
    padding: 0;
    top: 50px
}

.block-cart .dropdown-menu li a {
    padding: 0
}

.block-cart .dropdown-menu .arrow {
    width: 12px;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/cart-arrow.png);
    height: 12px;
    position: absolute;
    right: 30px;
    top: -12px
}

.block-cart .dropdown-menu .cms {
    text-align: left;
    text-transform: uppercase;
    display: block;
    padding: 15px 0 15px 50px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/cart-cms-bg-reverse.png) no-repeat #e7e7e7;
    color: #000000;
    background-position: 91% 30% !important;
}

.block-cart .dropdown-menu .cms.orange-header {
    background-color: #ffd69e;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-image: none;
    text-transform: none;
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: initial;
    font-size: 14px;
}

.block-cart .dropdown-menu .cms p {
    font-size: 16px;
    margin-bottom: 0px;
}

.block-cart .dropdown-menu .cms.orange-header p {
    font-size: 14px;
}

.cart-col-2 .static-shippingmethod-block.orange-header-cart {
    background-color: #ffd69e;
    border: 1px #fffde6 solid;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-image: none;
    text-transform: none;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    margin-top: 13px;
    font-size: 14px;
}

span.orange-price-header {
    font-size: 1.3em;
    font-weight: bold;
}

.block-cart .dropdown-menu .cms p {
    display: inline
}

.block-cart .dropdown-menu .cms .fa {
    color: #b6b6b6;
    font-size: 20px;
    margin-right: 10px
}

.block-cart .dropdown-menu .mini-products-list {
    margin-bottom: 0;
    height: auto;
    max-height: 300px;
    overflow-y: auto
}

.block-cart .dropdown-menu .mini-products-list .item,
#modale-addToCart .item {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    color: #000;
    font-size: 12px;
    min-height: 100px
}

.block-cart .dropdown-menu .mini-products-list .item .product-name {
    font-size: 13px;
    padding-right: 30px
}

.block-cart .dropdown-menu .mini-products-list .item p {
    margin: 0
}

.block-cart .dropdown-menu .mini-products-list .item .product-details,
#modale-addToCart .item .product-details {
    margin-left: 60px
}

.block-cart .dropdown-menu .mini-products-list .item .product-details .qty,
#modale-addToCart .item .product-details .qty {
    color: #363b43
}

.block-cart .dropdown-menu .mini-products-list .item .price,
#modale-addToCart .item .price {
    color: #363b43;
    display: block;
    text-align: right;
    font-weight: 700
}

.block-cart .dropdown-menu .subtotal,
#modale-addToCart .subtotal {
    background: 0 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 10px;
    color: #363b43;
    font-size: 12px
}

.block-cart .dropdown-menu .subtotal p.pull-left,
.block-cart .dropdown-menu .subtotal p.pull-right,
#modale-addToCart p.pull-left,
#modale-addToCart p.pull-right {
    font-size: 14px;
    text-align: center;
    float: none!important;
    margin: 0
}

.block-cart .dropdown-menu .subtotal p.pull-left {
    font-weight: 700
}

.block-cart .dropdown-menu .actions {
    border: none;
    padding: 10px;
    font-size: 12px
}

.block-cart .dropdown-menu .actions .label {
    margin: 0;
    line-height: 2.5;
    float: left
}

.block-cart .dropdown-menu .actions button.button-cart,
#modale-addToCart button.button-cart {
    color: #fff;
    background: #f27b19
}

.block-cart .dropdown-menu .actions button, 
#modale-addToCart .actions button {
    background: #0bae91;
    border: none;
    border-radius: 3px;
    padding: 5px 13px;
}

.block-cart .dropdown-menu .actions button span span,
#modale-addToCart .actions button span span {
    text-transform: uppercase;
    font-weight: 700
}

.block-cart .dropdown-menu .actions button .fa,
#modale-addToCart .actions button .fa {
    font-size: 16px;
    margin-left: 10px
}

.block-wishlist .actions {
    text-align: right
}

.block-wishlist .actions a {
    float: none
}

.block-related input.checkbox {
    float: left
}

.block-related .product {
    margin-left: 20px
}

.compare-table .btn-remove {
    float: right;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/images/btn_remove2.gif);
    width: 72px;
    height: 15px
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center
}

.compare-table tr.first td {
    text-align: center
}

.compare-table tr.first td .product-name {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #203548
}

.compare-table tr.first td .product-name a {
    color: #203548
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto
}

.compare-table tr.add-to-row td p,
.compare-table tr.first td p {
    margin: 0
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0
}

.block-poll .label {
    display: block;
    margin-left: 18px
}

.block-poll li {
    padding: 10px 15px
}

.block-poll label {
    color: #777;
    font-weight: 700;
    margin-bottom: 0
}

.block-poll .actions {
    margin: 5px 0 0
}

.block-poll .answer {
    font-weight: 700
}

.block-poll .votes {
    float: right;
    margin-left: 10px
}

.block-tags .actions a,
.paypal-logo a {
    float: none
}

.block-tags .block-content .tags-list {
    padding: 15px!important;
    margin-bottom: 0!important;
    font-size: 12px
}

.block-tags .actions {
    text-align: right
}

#newsletter-popup .modal-dialog .modal-content {
    width: 596px;
    max-width: 596px
}

#newsletter-popup .modal-dialog .modal-content .close {
    margin: 0px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999
}

.block-subscribe,
.block-subscribe .input-box {
    position: relative
}

#newsletter-popup .modal-dialog .modal-content .modal-body {
    background-size: 100% auto
}

#newsletter-popup .modal-dialog .modal-content .modal-body .title {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

#newsletter-popup .modal-dialog .modal-content .modal-body .nl-text {
    text-align: center
}

#newsletter-popup .modal-dialog .modal-content .modal-body .nl-text strong {
    color: #b62b48
}

#newsletter-popup .modal-dialog .modal-content .modal-body #accept-term {
    width: 100%;
    margin-top: 10px;
    clear: both
}

#newsletter-popup .modal-dialog .modal-content .modal-body #accept-term .checkbox {
    min-height: auto;
    display: inline
}

.block-subscribe {
    text-align: center;
    padding: 10px 0
}

.block-subscribe .form-subscribe-header {
    padding-top: 10px
}

.block-subscribe .input-box .validation-advice {
    clear: both;
    color: #DD4C4C;
    bottom: -20px;
    text-align: center;
    width: 100%
}

.block-subscribe .input-box .button {
    background: #f29e29;
    text-transform: uppercase;
    border-radius: 0 7px 7px 0;
    position: absolute;
    right: 0;
    border: none;
    height: 30px;
    top: 0
}

.block-subscribe .input-box .button span span {
    color: #fff
}

.block-subscribe .input-box .input-text {
    height: 30px;
    width: 90%;
    background: #efefef;
    border: none;
    box-shadow: none;
    border-radius: 7px;
    margin-bottom: 6px
}

.block-subscribe p {
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.3
}

.block-subscribe p span {
    color: #e43232;
    text-transform: uppercase;
    font-weight: 700
}

.custom-menu .dropdown-megamenu .megamenu-content .col-menu-wrap .col>ul li a:hover,
.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col>ul li a:hover {
    color: #0bae91;
    text-decoration: underline
}

.block-reorder img {
    max-width: 100%
}

.block-banner {
    border: 0;
    background-color: transparent
}

.block-banner .block-content {
    padding: 0;
    background-color: transparent;
    text-align: center
}

.block-banner .block-content img {
    display: block;
    max-width: 100%;
    height: auto
}

.custom-menu .dropdown-megamenu .megamenu-image img,
.custom-menu .dropdown-megamenu .megamenu-thumb img,
.custom-menu .dropdown-megamenu .megamenu-thumb-winefood img {
    height: 100%;
    max-width: 100%
}

.block-login .block-content {
    padding: 15px 15px 0
}

.block-login .actions {
    margin: 15px -15px 0
}

.paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center
}

.custom-menu .dropdown-megamenu {
    width: 97%;
    left: 15px;
    top: 142px;
    padding: 0;
    margin: -4px 0 0
}

.custom-menu .dropdown-megamenu .full-image img {
    width: 100%;
    max-width: 100%
}

.custom-menu .dropdown-megamenu .megamenu-content {
    padding: 15px 15px 5px;
    width: 80%;
    float: left
}

.custom-menu .dropdown-megamenu .megamenu-content p {
    margin: 0
}

.custom-menu .dropdown-megamenu .megamenu-content .col-menu-wrap {
    width: 100%;
    overflow: auto
}

.custom-menu .dropdown-megamenu .megamenu-content .col-menu-wrap .col {
    width: 25%;
    float: left;
    font-size: 12px
}

.custom-menu .dropdown-megamenu .megamenu-content .col-menu-wrap .col>strong {
    padding: 5px 0 0;
    display: block
}

.custom-menu .dropdown-megamenu .megamenu-content .col-menu-wrap .col>ul {
    display: block;
    position: relative;
    border: none;
    top: auto;
    left: auto;
    margin-top: 0;
    padding-top: 0;
    box-shadow: none;
    margin-bottom: 15px
}

.custom-menu .dropdown-megamenu .megamenu-content .col-menu-wrap .col>ul li {
    position: relative;
    display: block;
    float: none;
    margin-right: 0;
    padding: 4px 0
}

.custom-menu .dropdown-megamenu .megamenu-content .col-menu-wrap .col>ul li a {
    padding: 0;
    font-weight: 400;
    text-transform: none
}

.custom-menu .dropdown-megamenu .megamenu-content.packgift .col-menu-wrap .col>UL>LI {
    padding: 3px 0
}

.custom-menu .dropdown-megamenu .megamenu-content-2 {
    overflow: hidden;
    padding: 15px 15px 5px
}

.custom-menu .dropdown-megamenu .megamenu-content-2 p {
    margin: 0
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: auto
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col {
    width: 19%;
    float: left;
    font-size: 12px
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col.column-1 {
    width: 15%
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col.column-4 {
    width: 23%
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col>strong {
    padding: 5px 0 0;
    display: block
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col>ul {
    background-color: transparent;
    display: block;
    position: relative;
    border: none;
    top: auto;
    left: auto;
    margin-top: 0;
    padding-top: 0;
    box-shadow: none;
    margin-bottom: 7px
}

.custom-menu .dropdown-megamenu .megamenu-image p,
.custom-menu .dropdown-megamenu .megamenu-thumb p,
.custom-menu .dropdown-megamenu .megamenu-thumb-winefood p {
    margin: 0
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col>ul li {
    position: relative;
    display: block;
    float: none;
    padding: 4px 0
}

.custom-menu .dropdown-megamenu .megamenu-content-2 .col-menu-wrap .col>ul li a {
    padding: 0;
    font-weight: 400;
    text-transform: none
}

.custom-menu .dropdown-megamenu .megamenu-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

.custom-menu .dropdown-megamenu .megamenu-thumb-winefood {
    position: absolute;
    bottom: 10px;
    right: 23%;
    z-index: 0
}

.custom-menu .dropdown-megamenu .megamenu-image {
    width: 30%;
    position: relative;
    float: left
}

.custom-menu .dropdown-megamenu .megamenu-forniture {
    float: left
}

.custom-menu .dropdown-megamenu .megamenu-forniture h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0
}

.custom-menu .dropdown-megamenu .megamenu-link {
    width: 20%;
    float: left;
    border-left: 1px solid #555;
    margin: 10px 0
}

.custom-menu .dropdown-megamenu .megamenu-link H3 {
    padding: 10px 0 0 10px;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
    text-align: left;
    font-style: italic
}

.custom-menu .dropdown-megamenu .megamenu-link P {
    margin: 0
}

.custom-menu .dropdown-megamenu .megamenu-link A {
    display: block;
    height: 46px;
    line-height: 63px;
    text-transform: uppercase;
    padding: 0 80px 0 10px;
    background-position: bottom left;
    position: relative;
    text-align: left;
    font-size: 12px;
    margin: 0 3px;
    color: #000;
    font-weight: 400;
    background-repeat: repeat-x
}

.custom-menu .dropdown-megamenu .megamenu-link A::after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 6px;
    color: #787878
}

.custom-menu .dropdown-megamenu .megamenu-link A.pg_1 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.pg_2 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.pg_3 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.pg_4 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.pg_5 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.pg_6 IMG {
    bottom: 0;
    right: 20px;
    position: absolute
}

.custom-menu .dropdown-megamenu .megamenu-link A.wf_1 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.wf_2 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.wf_3 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.wf_4 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.wf_5 IMG,
.custom-menu .dropdown-megamenu .megamenu-link A.wf_6 IMG {
    top: 0;
    right: 20px;
    position: absolute
}

.custom-menu .dropdown-megamenu .megamenu-link A.wf_1 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/wf_wine.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.wf_2 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/wf_ltthetable.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.wf_3 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/wf_fingerfood.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.wf_4 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/wf_ecostyle.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.wf_5 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/wf_takeaway.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.wf_6 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/wf_allestimenti.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.pg_1 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/pg_verde.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.pg_2 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/pg_maron.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.pg_3 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/pg_viola.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.pg_4 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/pg_azzurro.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.pg_5 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/pg_rosa.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A.pg_6 {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/megamenu/pg_giallo.gif)
}

.custom-menu .dropdown-megamenu .megamenu-link A:hover IMG {
    opacity: .5;
    filter: alpha(opacity=50)
}

.category-title h1 {
    margin-top: 10px;
    font-family: 'Open Sans';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    color: #363b43;
    padding-top: 10px;
    padding-bottom: 10px
}

.category-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.category-description {
    margin-bottom: 10px;
    font-size: 12px
}

.category-description h1,
.category-description h2,
.category-description h3 {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2
}

.category-description p {
    font-size: 12px
}

.social-likes {
    text-align: center;
    display: block!important;
    min-height: 31px!important;
    padding: 5px!important;
    margin: 0!important
}

.social-likes .social-likes__button {
    padding: .04em .2em .18em 1.65em
}

.social-likes .social-likes__widget {
    margin: 0
}

.social-likes .social-likes__widget .social-likes__icon {
    margin-left: 0
}

.social-likes .fb_iframe_widget span {
    padding-top: 3px
}

.social-likes .email-friend {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/mailto-icon.png) 0 4px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block
}

.category-products {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 25px
}

.toolbar {
    margin-bottom: 10px;
    position: absolute;
    top: -30px;
    right: 15px;
    margin-top: 15px
}

.toolbar .limiter,
.toolbar .pagination,
.toolbar .sorter {
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

.catalog-category-view div[role=main],
.catalogsearch-result-index div[role=main] {
    border-left: 1px solid #ccc
}

.catalogsearch-result-index .page-title {
    margin-top: 30px
}

.cd-top {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: fixed;
    z-index: 90;
    bottom: 50px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/back-to-top.png) center 50% no-repeat;
    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
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/back-to-top-over.png) center 50% no-repeat
}

.MagicHotspots,
.invisible {
    visibility: hidden
}

.cd-top.cd-fade-out {
    opacity: 1;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/back-to-top.png) center 50% no-repeat
}

.cd-top:hover {
    opacity: 1;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/back-to-top-over.png) center 50% no-repeat
}

.category-products .products-grid .item {
    position: relative;
    height: 370px
}

.category-products .products-grid .item .variant-active .product-variants {
    display: none
}

.category-products .products-grid .item:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(41, 39, 44, .2);
    -moz-box-shadow: 0 0 4px 0 rgba(41, 39, 44, .2);
    box-shadow: 0 0 4px 0 rgba(41, 39, 44, .2)
}

.category-products .products-grid .item:hover .variant-active .product-variants {
    display: block;
    position: absolute;
    top: 0;
    left: -72px;
    padding: 10px;
    background: #fff;
    z-index: 90;
    height: 370px;
    overflow: hidden;
    -webkit-box-shadow: -3px 0 4px 0 rgba(41, 39, 44, .2);
    -moz-box-shadow: -3px 0 4px 0 rgba(41, 39, 44, .2);
    box-shadow: -3px 0 4px 0 rgba(41, 39, 44, .2)
}

.category-products .products-grid .item:hover .variant-active .product-variants img {
    display: block;
    border: 1px solid #fff;
    height: 65px
}

.category-products .products-grid .item:hover .variant-active .product-variants img:hover {
    border: 1px solid #818181
}

.category-products .products-grid .item:hover .variant-active .product-variants .pre {
    cursor: pointer;
    font-size: 17px;
    display: block;
    text-align: center
}

.category-products .products-grid .item:hover .variant-active .product-variants .list {
    overflow: visible
}

.category-products .products-grid .item:hover .variant-active .product-variants .viewport {
    height: 260px;
    overflow: hidden
}

.category-products .stickers {
    margin-left: -15px;
    text-align: right;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.category-products .stickers .eu_stickers {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat
}

.category-products .stickers .attr-logo {
    background-position: 0 0
}

.category-products .stickers .attr-art {
    background-position: -52px 0
}

.category-products .stickers .attr-bio {
    background-position: -103px 0
}

.category-products .stickers .attr-b-price {
    background-position: -206px 0
}

.category-products .stickers .attr-b-seller {
    background-position: -155px 0
}

.category-products .stickers .attr-new {
    background-position: -257px 0
}

.category-products .percentage {
    background-color: #e43232;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    z-index: 99;
    padding: 7px 10px
}

.products-grid {
    width: 100%
}

.products-grid .price {
    font-size: 14px;
    line-height: normal
}

.products-grid .price strong {
    font-size: 15px
}

.products-grid .special-minimal {
    color: #e43232
}

.products-grid .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

@media (min-width:2px) {
    .products-grid .item {
        float: left;
        width: 33.33333333%
    }
}

.products-grid .item .price {
    color: #e43232;
    text-transform: lowercase
}

.products-grid .item .old-price {
    line-height: 0
}

.products-grid .item .old-price>span {
    line-height: 1
}

.products-grid .item .old-price>.price {
    color: #000
}

.products-grid .item .link {
    font-size: 12px;
    display: block
}

.products-grid .item .new-product {
    position: absolute;
    top: 3px;
    right: 9px;
    color: #e43232;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.products-grid .item .price-box {
    line-height: 1.2;
    padding: 5px 0
}

.products-grid .item .price-box .old-price .price {
    color: #ddd
}

.products-grid .item .price-box .minimal-price .price {
    font-weight: 700;
    font-size: 12px
}

.products-grid .item .price-box .regular-price .price {
    font-size: 15px;
    font-weight: 600
}

.products-grid .item .price-box .special-price .price {
    font-weight: 600;
    font-size: 18px
}

.products-grid .item .price-box .price-label {
    font-weight: 400;
    font-size: 12px
}

.products-grid .item h2.product-name {
    min-height: auto;
    margin: 0;
    line-height: .6em
}

.products-grid .item h2.product-name a {
    font-size: 13px;
    font-weight: 700;
    color: #363b43
}

.products-grid .item h2.product-name a:active,
.products-grid .item h2.product-name a:focus,
.products-grid .item h2.product-name a:hover {
    color: #0bae91;
    text-decoration: none
}

.products-grid .item .product-image {
    position: relative
}

.products-grid .item .product-image img {
    border: none;
    padding: 0;
    border-radius: 0
}

.products-grid .product-image {
    display: block;
    margin-bottom: 10px
}

.products-grid .product-image img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.multiple-checkout .data-table select,
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.products-grid .actions {
    position: absolute;
    bottom: 0
}

.products-grid .add-to-links .separator {
    display: none
}

.cms-index-index .products-grid .item,
.section-home .products-grid .item {
    width: 100%
}

.products-list {
    margin-top: 15px
}

.products-list li.item {
    clear: both;
    padding: 0 15px;
    margin-bottom: 40px;
    position: relative
}

.products-list li.item:after,
.products-list li.item:before {
    content: " ";
    display: table
}

.products-list li.item:after {
    clear: both
}

.products-list li.item .product-name {
    margin-top: 0;
    line-height: .2
}

.products-list li.item .product-name a {
    font-size: 12px
}

.products-list li.item:last-child {
    border-bottom: 0
}

.products-list .product-image {
    float: left;
    width: 206px;
    display: block;
    position: relative;
    margin-right: 30px
}

.products-list .product-image .stickers {
    top: 172px
}

.products-list .product-image img {
    width: 100%
}

.products-list button {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #A43239;
    padding: 4px 40px
}

.products-list button:hover {
    background: #A43239
}

.products-list button span span {
    font-weight: 400
}

.products-list .product-shop .price-box {
    margin-bottom: 10px
}

.products-list .product-shop .price-box .price {
    font-weight: 700
}

.products-list .product-shop .price-box .old-price .price {
    float: left;
    margin-right: 5px
}

.products-list .product-shop .price-box .minimal-price .price-label {
    font-weight: 400;
    font-size: 12px
}

.availability span,
.availability-only a,
.availability-only span {
    font-weight: 700
}

.products-list .product-shop .product-description,
.products-list .product-shop .std {
    font-size: 12px;
    margin-top: 5px
}

.products-list .add-to-links li {
    display: inline
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 4px
}

.product-sku {
    margin-bottom: 0
}

.availability {
    margin: 0
}

.availability.in-stock span {
    color: #000000;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/instock.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 0 0 20px
}

.availability.out-of-stock span {
    color: #a94442
}

.availability-only-details {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.availability-only-details>tbody>tr>td,
.availability-only-details>tbody>tr>th,
.availability-only-details>tfoot>tr>td,
.availability-only-details>tfoot>tr>th,
.availability-only-details>thead>tr>td,
.availability-only-details>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.add-to-box {
    padding-left: 15px;
    padding-right: 15px
}

.availability-only-details>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.availability-only-details>caption+thead>tr:first-child>td,
.availability-only-details>caption+thead>tr:first-child>th,
.availability-only-details>colgroup+thead>tr:first-child>td,
.availability-only-details>colgroup+thead>tr:first-child>th,
.availability-only-details>thead:first-child>tr:first-child>td,
.availability-only-details>thead:first-child>tr:first-child>th {
    border-top: 0
}

.availability-only-details>tbody+tbody {
    border-top: 2px solid #ddd
}

.availability-only-details .table {
    background-color: #fff
}

.add-to-cart .paypal-logo {
    margin: 0;
    text-align: right
}

.add-to-cart .paypal-logo .paypal-or {
    display: block;
    margin: 5px 60px 5px 0
}

.add-to-cart .paypal-logo .paypal-logo {
    margin: 0
}

.add-to-box {
    clear: both;
    text-align: center
}

.add-to-box:after,
.add-to-box:before {
    content: " ";
    display: table
}

.add-to-box:after {
    clear: both
}

.add-to-box .add-to-cart {
    margin: 0 -15px 10px
}

.add-to-box .or {
    float: left
}

.add-to-box .add-to-links {
    float: right
}

.add-to-box .add-to-links .separator,
.add-to-box .add-to-links li {
    float: left
}

.add-to-box .add-to-links .separator {
    margin: 0 4px
}

.product-view {
    position: relative;
    min-height: 1px
}

.product-view .desc {
    padding-top: 20px
}

.product-view .desc a {
    text-decoration: underline
}

.product-collateral,
.product-view .info-box,
.product-view .media-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.product-view .info-box .link-more-desc {
    color: #0bae91;
    display: block;
    padding-bottom: 15px
}

.product-view .actions-box {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

@media (min-width:2px) {
    .product-collateral,
    .product-view {
        float: left;
        width: 100%
    }
    .product-view .media-box {
        float: left;
        width: 39.16666667%
    }
    .product-view .info-box {
        float: left;
        width: 40.83333333%
    }
    .product-view .actions-box {
        float: left;
        width: 20%
    }
}

.product-view .add-to-list {
    color: #b2b2b2;
    width: 100%;
    background-color: #fff;
    font-weight: 700;
    border-radius: 0;
    font-size: 11px;
    padding: 10px 0;
    text-transform: uppercase;
    border: 1px solid #b2b2b2
}

.add-to-list-icon {
    position: relative;
    float: left;
    margin-right: 5px
}

.product-view .add-to-list a {
    color: #b2b2b2
}

.product-view .add-to-list .fa {
    font-size: 18px;
    padding-left: 5px
}

.product-view .add-to-list a:hover {
    text-decoration: none;
    color: #363b43
}

.wish-hover {
    color: #363b43!important
}

.print-color {
    position: relative;
    margin-bottom: 5px
}

.print-color #guida-taglie-container {
    position: absolute;
    top: 15px;
    left: 285px
}

.print-color label {
    display: block;
    padding: 15px 0 5px;
    margin-bottom: 10px;
    color: #0bae91;
    border-bottom: 1px solid #000
}

.print-color a {
    width: 130px;
    display: inline-block;
    color: #363b43
}
h2.product-name a:hover {
    color:#0bae91;
}
.print-color a:hover {
    color: #363b43
}

.print-color a .label {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/radio-misure.gif);
    background-repeat: no-repeat;
    padding: 2px 0 2px 23px;
    margin: 3px;
    display: inline-block
}

.print-color a.current {
    text-decoration: none;
    color: #0bae91
}

.print-color a.current .label {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/radio-misure-corrente.gif)
}

.print-color a .img-misure {
    text-align: center;
    position: relative
}

.print-color a .img-misure .current-icon {
    display: none
}

li[class^="option-"] .current-icon {
    display:none;
}

li[class^="option-"].selected .current-icon {
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	left: 85px; 
    top: -105px;
    z-index:1000;
}

.print-color a .img-misure img {
    width: 100%
}

.print-color a.current .img-misure {
    border: 2px solid #0bae91
}

.print-color a.current .img-misure .current-icon {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -8px;
    right: -8px
}

.print-color .color-selected {
    font-weight: 400
}

.label-variants label {
    display: block;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    color: #0bae91;
    border-bottom: 1px solid #000
}

.colori-di-stampa-container .colore-di-stampa li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    cursor: pointer
}

.multiple-checkout .data-table select[disabled],
.product-options dd .input-text[disabled],
.product-options dd select[disabled],
.product-options dd textarea[disabled],
fieldset[disabled] .multiple-checkout .data-table select,
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea {
    cursor: not-allowed
}

.colori-di-stampa-container .colore-di-stampa li.select {
    border: 4px solid #0bae91
}

.colori-di-stampa-container label {
    border-bottom: 2px solid #0bae91;
    color: #0bae91;
    display: block;
    margin-bottom: 10px;
    padding: 15px 0 5px
}

.product-essential.first-info {
    position: relative
}

.product-essential.first-info h2 {
    text-transform: none;
    margin: 3px 0;
    font-size: 15px;
}

.product-essential.first-info .label-personalizzati-confezioni {
    padding-bottom: 0;
    margin-bottom: 0
}

.product-essential.first-info .label-personalizzati-confezioni .personalizzati-confezioni {
    padding-left: 3px
}

.product-essential.first-info .personalizzati-confezioni,
.product-essential.first-info .starting-from-price {
    font-weight: 700
}

.product-essential.first-info .seleziona-misura {
    font-size: 14px;
    color: #b62b48;
    position: relative;
    padding-left: 75px
}

.product-essential.first-info .seleziona-misura:before {
    content: 'Prezzi:';
    min-width: 75px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    left: 0
}

.product-essential.first-info>div {
    position: static
}

.product-essential {
    margin: 10px -15px;
    padding: 0 0 10px
}

.product-essential .anchor {
    display: block;
    height: 170px;
    margin-top: -170px;
    visibility: hidden
}

.product-essential .price-box .price-info,
.product-essential .price-box .special-price {
    display: inline-block
}

.product-essential .tech-spec {
    margin-top: 15px
}

.product-essential .tech-spec .std ul {
    padding-left: 30px;
    margin-top: 10px
}

.product-essential .addtocart-box {
    font-size: 12px;
    margin: 5px 0;
    text-align: center
}

.product-essential .addtocart-box .unavailable {
    color: #e43232;
    font-weight: 700
}

.product-essential .media-box {
    padding-right: 0;
    padding-left: 0
}

.product-essential .short-description {
    font-size: 14px;
    padding-right: 40px;
    text-align: justify
}

.product-essential .short-description .specifiche-tecniche {
    margin-top: 20px
}

.product-essential .price-box, .price-box-personalizzabili {
    color: #b62b48;
    font-size: 14px
}

.product-essential .price-box span.title, .price-box-personalizzabili span.title {
    min-width: 75px;
    display: inline-block;
    color: #2e3335
}

.product-essential .price-box .discount-price, .price-box-personalizzabili .discount-price {
    color: #6d6d6c;
    margin-bottom: 0
}

.product-essential .price-box .discount-price .price, .price-box-personalizzabili .discount-price .price {
    font-weight: 400
}

.product-essential .price-box .old-price .price,
.product-essential .price-box .old-price span.title, 
.price-box-personalizzabili .old-price .price,
.price-box-personalizzabili .old-price span.title {
    color: #6d6d6c;
    font-weight: 400
}

.product-essential .price-box .price, .price-box-personalizzabili .price {
    color: #b62b48;
    font-weight: 700;
    font-size: 15px
}

.product-essential .price-box .price-info .availability {
    display: none
}

.product-essential .add-cart-link {
    width: 100%;
    text-align: center;
    clear: both;
    padding: 20px 0;
    margin: 10px 0
}

.product-essential .add-cart-link span {
    background: #e43232;
    color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    width: 150px;
    display: inline-block
}

.product-essential .product-variants {
    padding: 10px 0
}

.product-essential .product-variants ul {
    margin: 0 0 15px
}

.product-essential .product-variants ul li {
    display: inline-block;
    padding: 3px;
    position: relative
}

.product-essential .product-variants ul li .current-icon,
.product-essential .product-variants ul li .icon-info {
    display: none
}

.product-essential .product-variants ul li.tooltiped img.icon-info {
    width: 23px;
    position: absolute;
    top: -7px;
    right: -4px;
    display: block
}

.product-essential .product-variants ul li.current {
    border: 2px solid #0bae91
}

.product-essential .product-variants ul li.current img.current-icon {
    width: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    display: block
}

.product-essential .product-variants ul li.current.zeroopacity {
    border: 2px solid #ccc
}

.product-essential .product-variants ul li.current.zeroopacity img.current-icon {
    display: none
}

.product-essential .product-variants ul li img {
    width: 55px
}

.product-essential .exl-vat {
    color: #999;
    display: block;
    margin-left: 75px
}

.product-essential .personalizzati-tierprices p.title {
    color: #b62b48;
    font-size: 15px;
    margin: 10px 0 0;
    text-transform: none;
    font-weight: 700
}

.product-essential .tier-prices {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

.product-essential .tier-prices .tier-qty {
    min-width: 75px;
    display: inline-block
}

.product-essential .tier-prices li {
    color: #999
}

.product-essential .tier-prices .price,
.product-essential .tier-prices strong.cad-price {
    font-size: 15px;
    color: #b62b48
}

.product-essential .product-shop {
    box-shadow: none!important;
    margin-top:-25px;
}

.product-essential .product-shop .grouped-items-table {
    font-size: 12px;
    margin: 0 auto 20px;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/tratteggio-sm.png) bottom repeat-x;
    width: auto;
    position: relative;
    border: none
}

.product-essential .product-shop .grouped-items-table .availability {
    display: block;
    text-transform: uppercase
}

.product-essential .product-shop .grouped-items-table .availability span {
    color: #e43232;
    font-size: 12px
}

.product-essential .product-shop .grouped-items-table .price-box {
    text-align: center!important;
    padding: 0!important;
    line-height: auto;
    float: none!important;
    margin: 0!important
}

.product-essential .product-shop .grouped-items-table .price-box .price {
    font-weight: 400
}

.product-essential .product-shop .grouped-items-table>thead {
    font-family: 'Open Sans';
    font-weight: 500;
    text-transform: uppercase
}

.product-essential .product-shop .grouped-items-table>thead span {
    display: block;
    font-family: 'Open Sans';
    text-transform: lowercase
}

.product-essential .product-shop .grouped-items-table td.name,
.products-highlights {
    text-transform: uppercase
}

.product-essential .product-shop .grouped-items-table>thead th.percent {
    background: #b62b48;
    color: #fff
}

.product-essential .product-shop .grouped-items-table>thead th {
    background: #f5f5f5;
    position: relative;
    text-align: center;
    font-size: 13px;
    background-clip: padding-box
}

.product-essential .product-shop .grouped-items-table>thead th p.save {
    position: absolute;
    background: #b62b48;
    font-family: 'Open Sans';
    color: #fff;
    border-radius: 50px;
    font-size: 11px;
    text-align: center;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 3;
    right: -6px;
    top: -18px
}

.product-essential .product-shop .grouped-items-table tbody {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/tratteggio-sm.png) top repeat-x
}

.product-essential .product-shop .grouped-items-table tr.unaivalable,
.product-essential .product-shop .grouped-items-table tr.unaivalable .price {
    color: #ced1d0
}

.product-essential .product-shop .grouped-items-table tr {
    text-align: left
}

.product-essential .product-shop .grouped-items-table td span.old {
    text-decoration: line-through
}

.product-essential .product-shop .grouped-items-table td.size {
    width: auto;
    white-space: nowrap
}

.product-essential .product-shop .grouped-items-table td.percent {
    color: #b62b48;
    font-weight: 700
}

.product-essential .product-shop .grouped-items-table td.packaging-number {
    text-align: center
}

.product-essential .product-shop .grouped-items-table td.last {
    position: relative
}

.product-essential .product-shop .grouped-items-table td.last input.qty {
    box-shadow: none;
    text-align: center;
    background: #f5f5f5;
    border: none;
    float: right;
    width: 55px
}

.product-essential .product-shop .grouped-items-table td.last a.qty-available {
    position: absolute;
    top: 0;
    display: block;
    font-size: 20px
}

.product-essential .product-shop .grouped-items-table .tooltip,
.product-essential .product-shop .product-info .seleziona-misura:before {
    display: none
}

.product-essential .product-shop .grouped-items-table td.last a.qty-available:before {
    line-height: 1.5;
    content: "\f06a";
    color: #b62b48;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-decoration: none
}

.product-essential .product-shop .grouped-items-table td.last a.qty-available:hover {
    text-decoration: none
}

.product-essential .product-shop .grouped-items-table tbody>tr>td,
.product-essential .product-shop .grouped-items-table tbody>tr>th,
.product-essential .product-shop .grouped-items-table tfoot>tr>td,
.product-essential .product-shop .grouped-items-table tfoot>tr>th,
.product-essential .product-shop .grouped-items-table thead>tr>td,
.product-essential .product-shop .grouped-items-table thead>tr>th {
    border: none;
    width: 95px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.product-essential .product-shop .grouped-items-table tbody>tr:nth-child(odd)>td,
.product-essential .product-shop .grouped-items-table tbody>tr:nth-child(odd)>th {
    background: 0 0
}

.product-essential .product-shop .product-info {
    text-align: center
}

.product-essential .product-shop .product-info .product-box-addtocart {
    border: 1px solid #ccc;
    padding: 10px 0
}

.product-essential .product-shop .product-info .product-box-addtocart .promo-price-msg {
    color: #b62b48;
    font-weight: 700;
    padding-bottom: 20px
}

.product-essential .product-shop .product-info .seleziona-misura {
    padding: 0;
    color: #fff;
    font-size: 13px
}

.product-essential .product-shop .product-info .seleziona-misura p {
    margin: 0
}

.product-essential .product-shop .product-info .seleziona-misura small {
    margin-top: 10px
}

.product-essential .product-shop .product-info .personalizzati-spedizione_in {
    color: #0bae91;
    font-weight: 700
}

.product-essential .product-shop .product-info label {
    font-weight: 400;
    line-height: 2;
    display: inline-block
}

.product-essential .product-shop .actions {
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    width: 100%
}

.product-essential .product-shop .actions .input-text {
    width: auto;
    height: auto;
    display: inline-block
}

.product-essential .product-shop .actions input.qty-input {
    width: 47px;
    box-shadow: none;
    margin-right: 5px;
    padding: 3px 5px;
    border-radius: 5px
}

.product-essential .product-shop .actions .price-box {
    display: block;
    margin: 5px 12px 0;
    text-align: center;
    line-height: 1
}

.product-essential .product-shop .actions .price-box .title {
    display: none
}

.product-essential .product-shop .actions .price-box .price {
    color: #363b43;
    font-size: 25px
}

.product-essential .product-shop .actions .price-box .old-price .price {
    color: #6d6d6c;
    font-size: 18px;
    padding-bottom: 5px;
    display: block
}

.product-essential .product-shop .actions .price-box .regular-price {
    padding-top: 5px;
    display: block
}

.product-essential .product-shop .actions .price-box .discount-price,
.product-essential .product-shop .availability {
    display: none
}

.product-essential .product-img-box {
    text-align: center;
    margin-bottom: 10px;
    position: relative
}

.product-essential .product-img-box .percentage {
    background-color: #e43232;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    z-index: 99;
    padding: 7px 10px
}

.product-essential .product-img-box #image-box,
.product-options {
    position: relative
}

.product-essential .product-img-box p.label {
    font-size: 12px;
    padding-top: 30px
}

.product-essential .product-img-box img.main-img {
    max-width: 100%;
    width: 414px
}

.product-essential .product-img-box img {
    border: none;
    border-radius: 0
}

.product-essential .product-img-box .more-views {
    clear: both;
    width: 100%;
    overflow: auto;
    margin-top: 6px;
    z-index: 995;
    position: relative
}

.product-essential .product-img-box .more-views ul li {
    width: 61px;
    margin: 0 0 5px;
    padding-right: 5px;
    float: left
}

.product-options,
.product-view .product-shop .add-to-box,
.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .short-description {
    margin-bottom: 10px
}

.product-essential .product-img-box .more-views ul li .mz-thumb-selected {
    border: 1px solid red
}

.product-essential .product-img-box .more-views ul li img {
    width: 100%
}

.products-highlights {
    background-color: #f5f5f5;
    padding: 10px 5px 5px 0;
    font-weight: 700;
    font-size: 10px
}

.products-highlights img {
    float: left
}

.product-view .product-shop .productquantity {
    color: #e43232;
    font-weight: 700
}

.product-view .product-shop .product-options-bottom .add-to-cart,
.product-view .product-shop .product-options-bottom .price-box {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:3px) {
    .product-view .product-shop .product-options-bottom .add-to-cart,
    .product-view .product-shop .product-options-bottom .price-box {
        float: none;
        width: auto
    }
}

.product-options {
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 9px;
    border-radius: 3px
}

.product-options blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.product-options dl {
    margin: 0
}

.product-options dt {
    padding-top: 10px;
    font-weight: 400
}

.product-options dt label {
    margin-bottom: 0;
    font-weight: 700
}

.product-options dt label.required em {
    margin-left: 2px;
    color: #a94442
}

.product-options dt .qty-disabled {
    background: 0 0;
    border: 0;
    padding: 3px
}

.product-options dd .qty-holder {
    display: block
}

.product-options dd .qty-holder label {
    vertical-align: middle
}

.product-options dd {
    padding: 5px 0 10px 5px;
    border-bottom: 1px solid #eee
}

.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #818181;
    font-size: 13px;
    border-radius: 0;
    color: #b2afaf;
    height: 30px
}

.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
    border-color: #0cbb9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6)
}

.product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.product-options dd .input-text:-ms-input-placeholder,
.product-options dd select:-ms-input-placeholder,
.product-options dd textarea:-ms-input-placeholder {
    color: #999
}

.product-options dd .input-text::-webkit-input-placeholder,
.product-options dd select::-webkit-input-placeholder,
.product-options dd textarea::-webkit-input-placeholder {
    color: #999
}

.product-options dd .input-text::-ms-expand,
.product-options dd select::-ms-expand,
.product-options dd textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.product-options dd .input-text[disabled],
.product-options dd .input-text[readonly],
.product-options dd select[disabled],
.product-options dd select[readonly],
.product-options dd textarea[disabled],
.product-options dd textarea[readonly],
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea {
    background-color: #eee;
    opacity: 1
}

.product-options dd select[multiple],
.product-options dd textarea,
textarea.product-options dd .input-text,
textarea.product-options dd select,
textarea.product-options dd textarea {
    height: auto
}

.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0
}

.product-options ul.options-list {
    margin-bottom: 0
}

.product-options ul.options-list input.checkbox,
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px
}

.product-options ul.options-list label {
    font-weight: 400
}

.product-options ul.validation-failed {
    padding: 0 7px
}

.product-options p.note {
    margin: 0;
    font-size: 12px
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px
}

.product-options-bottom {
    margin-left: -15px;
    margin-right: -15px
}

.product-options-bottom .add-to-cart,
.product-options-bottom .price-box {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.product-options-bottom .add-to-links {
    padding-top: 10px;
    clear: both;
    text-align: center
}

.product-options-bottom .add-to-links li {
    display: inline
}

.product-options-bottom .price-box:after,
.product-options-bottom .price-box:before,
.product-view .box-collateral:after,
.product-view .box-collateral:before {
    display: table;
    content: " "
}

.product-options-bottom .price-box {
    clear: both;
    padding-top: 10px
}

.product-options-bottom .price-box:after {
    clear: both
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px
}

.product-options-bottom .price-tax {
    float: left
}

@media (min-width:3px) {
    .product-options-bottom .add-to-cart,
    .product-options-bottom .price-box {
        float: left;
        width: 50%
    }
    .product-options-bottom .price-box {
        padding-top: 0
    }
}

.product-shop .product-options dt label.required em {
    margin-left: 0;
    margin-right: 2px
}

.product-shop .product-options-bottom {
    margin: 0 0 10px
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0
}

.product-shop .product-options-bottom .price-tax {
    float: none
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px
}

.product-shop .product-options-bottom .add-to-links {
    clear: both
}

.product-view .box-collateral {
    clear: both;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 15px
}

.product-view .box-collateral>.list-group,
.product-view .box-collateral>.panel-collapse>.list-group,
.product-view .box-collateral>.panel-collapse>.table,
.product-view .box-collateral>.table,
.product-view .box-collateral>.table-responsive>.table {
    margin-bottom: 0
}

.product-view .box-collateral:after {
    clear: both
}

.product-view .box-collateral>.list-group .list-group-item,
.product-view .box-collateral>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.product-view .box-collateral>.table-responsive:last-child>.table:last-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.product-view .box-collateral>.table:last-child,
.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child,
.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.product-view .box-collateral>.list-group:first-child .list-group-item:first-child,
.product-view .box-collateral>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.product-view .box-collateral>.list-group:last-child .list-group-item:last-child,
.product-view .box-collateral>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.product-view .box-collateral>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.product-view .box-collateral>.table-responsive:first-child>.table:first-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.product-view .box-collateral>.table:first-child,
.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child,
.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.product-view .box-collateral>.panel-collapse>.table caption,
.product-view .box-collateral>.table caption,
.product-view .box-collateral>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child td:first-child,
.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.product-view .box-collateral>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.product-view .box-collateral>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child td:last-child,
.product-view .box-collateral>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.product-view .box-collateral>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.product-view .box-collateral>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.product-view .box-collateral>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.product-view .box-collateral>.panel-body+.table,
.product-view .box-collateral>.panel-body+.table-responsive,
.product-view .box-collateral>.table+.panel-body,
.product-view .box-collateral>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.product-view .box-collateral>.table>tbody:first-child>tr:first-child td,
.product-view .box-collateral>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.product-view .box-collateral>.table-bordered,
.product-view .box-collateral>.table-responsive>.table-bordered {
    border: 0
}

.product-view .box-collateral>.table-bordered>tbody>tr>td:first-child,
.product-view .box-collateral>.table-bordered>tbody>tr>th:first-child,
.product-view .box-collateral>.table-bordered>tfoot>tr>td:first-child,
.product-view .box-collateral>.table-bordered>tfoot>tr>th:first-child,
.product-view .box-collateral>.table-bordered>thead>tr>td:first-child,
.product-view .box-collateral>.table-bordered>thead>tr>th:first-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>td:first-child,
.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.product-view .box-collateral>.table-bordered>tbody>tr>td:last-child,
.product-view .box-collateral>.table-bordered>tbody>tr>th:last-child,
.product-view .box-collateral>.table-bordered>tfoot>tr>td:last-child,
.product-view .box-collateral>.table-bordered>tfoot>tr>th:last-child,
.product-view .box-collateral>.table-bordered>thead>tr>td:last-child,
.product-view .box-collateral>.table-bordered>thead>tr>th:last-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>td:last-child,
.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.product-view .box-collateral>.table-bordered>tbody>tr:first-child>td,
.product-view .box-collateral>.table-bordered>tbody>tr:first-child>th,
.product-view .box-collateral>.table-bordered>tbody>tr:last-child>td,
.product-view .box-collateral>.table-bordered>tbody>tr:last-child>th,
.product-view .box-collateral>.table-bordered>tfoot>tr:last-child>td,
.product-view .box-collateral>.table-bordered>tfoot>tr:last-child>th,
.product-view .box-collateral>.table-bordered>thead>tr:first-child>td,
.product-view .box-collateral>.table-bordered>thead>tr:first-child>th,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.product-view .box-collateral>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.product-view .box-collateral>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr:first-child>td,
.product-view .box-collateral>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.product-view .box-collateral>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.product-view .box-collateral>h2 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333
}

.product-view .box-collateral>h2>.dropdown .dropdown-toggle {
    color: inherit
}

.product-view .box-additional {
    padding: 0
}

.product-view .box-additional>h2 {
    margin: 0
}

.product-view .box-additional .data-table {
    border: 0;
    margin-bottom: 0
}

.product-view .box-additional .data-table>tbody>tr>th {
    border-left: 0
}

.product-view .box-additional .data-table>tbody>tr>td {
    border-right: 0
}

.product-view .box-additional .data-table>tbody>tr.first>td,
.product-view .box-additional .data-table>tbody>tr.first>th {
    border-top: 0
}

.product-view .box-additional .data-table>tbody>tr.last>td,
.product-view .box-additional .data-table>tbody>tr.last>th {
    border-bottom: 0
}

#upsell-product-table {
    margin-left: -15px;
    margin-right: -15px
}

#upsell-product-table .item {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.product-view .block-related p.title,
.product-view .box-recentlyview p.title,
.product-view .box-up-sell p.title {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    border-top: 1px solid #363b43;
    padding: 10px 0 0 15px;
    text-transform: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px
}

.cms-page-view h3,
.product-view .box-reviews .form-add td.value {
    text-align: center
}

.product-view .block-related .products-grid,
.product-view .box-recentlyview .products-grid,
.product-view .box-up-sell .products-grid {
    margin: 0;
    width: 100%
}

.product-view .block-related .products-grid .item,
.product-view .box-recentlyview .products-grid .item,
.product-view .box-up-sell .products-grid .item {
    position: relative;
    min-height: 1px;
    padding: 2px
}

@media (min-width:2px) {
    .product-view .block-related .products-grid .item,
    .product-view .box-recentlyview .products-grid .item,
    .product-view .box-up-sell .products-grid .item {
        float: left;
        width: 100%
    }
}

.product-view .block-related .products-grid .item h2.product-name a,
.product-view .box-recentlyview .products-grid .item h2.product-name a,
.product-view .box-up-sell .products-grid .item h2.product-name a {
    line-height: 17px
}

.product-view .block-related .products-grid .owl-next,
.product-view .block-related .products-grid .owl-prev,
.product-view .box-recentlyview .products-grid .owl-next,
.product-view .box-recentlyview .products-grid .owl-prev,
.product-view .box-up-sell .products-grid .owl-next,
.product-view .box-up-sell .products-grid .owl-prev {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/related-arrows.png);
    display: block;
    position: absolute;
    height: 34px;
    width: 15px;
    font-size: 0;
    top: 30%
}

.product-view .block-related .products-grid .owl-next,
.product-view .box-recentlyview .products-grid .owl-next,
.product-view .box-up-sell .products-grid .owl-next {
    right: -15px;
    background-position: -22px -5px
}

.product-view .block-related .products-grid .owl-prev,
.product-view .box-recentlyview .products-grid .owl-prev,
.product-view .box-up-sell .products-grid .owl-prev {
    left: -15px;
    background-position: -2px -5px
}

.product-view .block-related .products-grid .product-image,
.product-view .box-recentlyview .products-grid .product-image,
.product-view .box-up-sell .products-grid .product-image {
    margin-bottom: 10px
}

.product-view .block-related .products-grid .ratings,
.product-view .box-recentlyview .products-grid .ratings,
.product-view .box-up-sell .products-grid .ratings {
    margin-bottom: 0
}

@media (max-width:2px) {
    .product-view .block-related .products-grid>tbody>tr>td,
    .product-view .block-related .products-grid>tbody>tr>th,
    .product-view .box-recentlyview .products-grid>tbody>tr>td,
    .product-view .box-recentlyview .products-grid>tbody>tr>th,
    .product-view .box-up-sell .products-grid>tbody>tr>td,
    .product-view .box-up-sell .products-grid>tbody>tr>th {
        white-space: normal
    }
}

.product-view .box-recentlyview p.title {
    border: none;
    padding: 0 0 0 15px;
    margin-top: 0
}

.product-view .box-tags {
    margin: 0
}

.product-view .box-tags .product-tags li {
    display: inline;
    white-space: nowrap;
    margin: 0 6px
}

.product-view .box-tags .note {
    margin: 0;
    text-align: center
}

.product-view .box-reviews dt {
    padding-top: 15px;
    font-weight: 400
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: 700
}

.product-view .box-reviews dd {
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.product-view .box-reviews dd:after,
.product-view .box-reviews dd:before {
    content: " ";
    display: table
}

.product-view .box-reviews dd:after {
    clear: both
}

.product-view .box-reviews dd .ratings-table {
    float: left;
    margin-right: 10px
}

.product-view .box-reviews dd small {
    font-style: italic
}

.product-view .box-reviews .form-add h3 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400
}

.product-view .box-reviews .form-add h3 span {
    font-weight: 500
}

.product-view .box-reviews .form-add h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}

.product-view .box-reviews .form-add h4 em {
    float: right;
    position: absolute;
    top: 0;
    right: -8px;
    color: #a94442
}

.product-view .box-reviews .form-add td.value .radio {
    display: inline;
    margin: 0;
    padding: 0;
}

@media (max-width:2px) {
    .product-view .box-reviews .form-add form {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #ddd
    }
}

.tags-list {
    margin: 0;
    padding: 10px
}

.tags-list li {
    display: inline!important;
    margin: 0 3px
}

.product-view .link-stock-alert {
    font-size: 12px;
    padding: 10px 0;
    margin: 10px 0;
    border: 1px solid #ccc
}

.product-view .personalizzati-left-qty {
    display: none
}

.checkout-cart-configure label.qty-label {
    float: left
}

.checkout-cart-configure input.qty-input {
    float: left!important
}

.checkout-cart-configure .price-box {
    margin: 0 15px
}

.configured-price,
.minimal-price,
.old-price,
.price-as-configured,
.price-from,
.price-to,
.special-price {
    margin: 0
}

.checkout-cart-configure button.btn-cart {
    float: right
}

.price,
.price-box .price-label {
    white-space: nowrap
}

.price-box .price,
.regular-price .price {
    font-weight: 700
}

.old-price .price {
    color: inherit;
    font-weight: 400;
    text-decoration: line-through
}

.special-price .price-label {
    font-weight: 700;
    color: #fff
}

.minimal-price .price-label {
    font-weight: 700
}

.minimal-price-link {
    display: block
}

.minimal-price-link .price {
    font-weight: 400
}

.price-excluding-tax,
.price-including-tax {
    display: block;
    color: #777
}

.price-excluding-tax .label,
.price-including-tax .label {
    white-space: nowrap;
    color: inherit
}

.configured-price .price-label {
    font-weight: 700
}

.weee {
    display: block
}

.weee .price {
    font-weight: 400
}

.price-excl-tax,
.price-incl-tax {
    display: block
}

.price-excl-tax .label,
.price-incl-tax .label {
    white-space: nowrap;
    display: block
}

.price-excl-tax .price,
.price-incl-tax .price {
    display: block
}

.price-from .price-label,
.price-to .price-label {
    font-weight: 700;
    white-space: nowrap
}

.price-notice {
    color: #333
}

.price-notice .price {
    font-weight: 700;
    color: #333
}

.price-as-configured .price-label {
    font-weight: 700;
    white-space: nowrap
}

.price-box-bundle .price-box {
    margin: 0;
    padding: 0
}

.product-pricing,
.tier-prices {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 9px;
    border-radius: 3px
}

.product-pricing blockquote,
.tier-prices blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.tier-prices .benefit {
    font-weight: 700;
    font-style: italic
}

.tier-prices .price {
    font-weight: 700;
    color: #333
}

.tier-prices-grouped .price {
    font-weight: 700
}

.no-rating {
    margin: 0
}

.ratings {
    margin-bottom: 10px;
    font-size: 12px
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0
}

.ratings .rating-links {
    margin: 0
}

.ratings .rating-links .separator {
    margin: 0 2px
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/bkg_rating.gif) repeat-x;
    text-indent: -999em;
    overflow: hidden
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/bkg_rating.gif) 0 100% repeat-x
}

.ratings .rating-box {
    float: left;
    margin-right: 3px
}

.ratings-table td,
.ratings-table th {
    font-size: 12px
}

.ratings-table th {
    font-weight: 700;
    padding-right: 8px
}

.catalog-seo-sitemap-category .page-sitemap .sitemap li,
.catalog-seo-sitemap-product .page-sitemap .sitemap li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px
}

.cms-page-view h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400
}

.cms-page-view p.title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase
}

.cms-chi-siamo .main .std p,
.cms-chisiamo .main .std p {
    line-height: 1.7
}

.cms-chi-siamo p.title,
.cms-chisiamo p.title {
    margin-top: 30px
}

.cms-chi-siamo .col-sm-4,
.cms-chisiamo .col-sm-4 {
    padding-top: 30px;
    padding-bottom: 30px
}

.cms-chi-siamo .col-sm-4 h3:before,
.cms-chisiamo .col-sm-4 h3:before {
    content: " ";
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 100px;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/chi-siamo.png)
}

.catalog-seo-sitemap-category .page-sitemap .sitemap,
.catalog-seo-sitemap-product .page-sitemap .sitemap {
    margin-left: -15px;
    margin-right: -15px
}

.cms-chi-siamo .piattaforme h3:before,
.cms-chisiamo .piattaforme h3:before {
    background-position: 245px 0
}

.cms-chi-siamo .creativi h3:before,
.cms-chisiamo .creativi h3:before {
    background-position: 100px 0
}

.page-sitemap .links {
    text-align: right;
    font-weight: 700
}

@media (min-width:3px) {
    .catalog-seo-sitemap-product .page-sitemap .sitemap li {
        float: left;
        width: 50%
    }
}

@media (min-width:2px) {
    .catalog-seo-sitemap-category .page-sitemap .sitemap li {
        float: left;
        width: 25%
    }
}

.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
    font-weight: 700;
    margin-top: 10px
}

.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
    margin-top: 0
}

@media (min-width:3px) {
    .catalog-seo-sitemap-category .page-sitemap .sitemap li {
        float: left;
        width: 16.66666667%
    }
    .page-sitemap .sitemap li.level-0,
    .page-sitemap .sitemap li.level-1,
    .page-sitemap .sitemap li.level-2,
    .page-sitemap .sitemap li.level-3,
    .page-sitemap .sitemap li.level-4 {
        width: auto;
        float: none
    }
    .page-sitemap .sitemap li.level-0 {
        padding-left: 15px!important
    }
    .page-sitemap .sitemap li.level-1 {
        padding-left: 35px!important
    }
    .page-sitemap .sitemap li.level-2 {
        padding-left: 55px!important
    }
    .page-sitemap .sitemap li.level-3 {
        padding-left: 75px!important
    }
    .page-sitemap .sitemap li.level-4 {
        padding-left: 95px!important
    }
}

.forniture-wrapper {
    position: relative;
    height: 886px
}

.forniture-wrapper .forniture-sfondo {
    position: absolute;
    z-index: 0
}

.forniture-wrapper .forniture-box {
    z-index: 995;
    top: 2%;
    left: 2%;
    position: absolute
}

.forniture-wrapper .forniture-box .box {
    position: relative;
    width: 535px;
    background-color: #fff
}

.forniture-wrapper .forniture-box .box img {
    display: block;
    margin-bottom: 15px
}

.forniture-wrapper .forniture-box .box h4 {
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 35%;
    text-align: center;
    z-index: 9999;
    text-transform: uppercase
}

.tool-tip,
.truncated_full_value {
    z-index: 1060;
    font-style: normal;
    white-space: normal
}

.bg-ringraziamento {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/ringraziamento-newsletter.jpg);
    height: 600px;
    text-align: center;
    position: relative;
    background-position: bottom center
}

.bg-ringraziamento .box-ringraziamento {
    border: 1px solid #000;
    padding: 20px;
    margin: 50px auto 0;
    width: 50%
}

.bg-ringraziamento .box-ringraziamento h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0
}

.rss-title h1 {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px
}

.checkout-cart-index .success-msg {
    display: none
}

.cart-empty {
    text-align: center
}

.cart-empty a {
    text-decoration: underline;
    color: #0bae91
}

.cart .cart-col-1 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    background: #fff;
    padding: 0 15px 0 0
}

.cart .cart-col-1 .title-buttons h1 {
    margin: 20px 0;
    font-size: 24px!important
}

.cart .cart-col-1 .title-buttons .btn-checkout {
    margin-top: 10px
}

.cart .cart-col-1 #shopping-cart-table.data-table {
    font-size: 12px;
    border: none
}

.cart .cart-col-1 #shopping-cart-table.data-table>thead>tr {
    border-right: 1px solid #ddd
}

.cart .cart-col-1 #shopping-cart-table.data-table>thead>tr>th {
    border: none!important;
    border-collapse: separate;
    border-bottom: none;
    padding: 5px 10px;
    vertical-align: middle;
    height: 20px;
    line-height: 20px
}

.cart .cart-col-1 #shopping-cart-table.data-table>thead>tr>th.last {
    border-right: 1px solid #ddd!important
}

.cart .cart-col-1 #shopping-cart-table.data-table td.subtotal {
    padding: 15px 35px
}

.cart .cart-col-1 #shopping-cart-table.data-table td.remove {
    padding: 15px 30px
}

.cart .cart-col-1 #shopping-cart-table.data-table td.product-info dt {
    font-weight: 400
}

.cart .cart-col-1 #shopping-cart-table.data-table td.product-info dd,
.cart .cart-col-1 #shopping-cart-table.data-table td.product-info dt {
    display: inline-block;
    margin: 0
}

.cart .cart-col-1 #shopping-cart-table.data-table td.product-info dl {
    margin: 0
}

.cart .cart-col-1 #shopping-cart-table.data-table td.product-info .consegna {
    color: #e2170c;
    font-weight: 700
}

.cart .cart-col-1 #shopping-cart-table.data-table td.product-info h2.product-name {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3
}

.cart .cart-col-1 #shopping-cart-table.data-table>thead {
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ddd
}

.cart .cart-col-1 #shopping-cart-table.data-table>thead th.first {
    border: none
}

.cart .cart-col-1 #shopping-cart-table.data-table>thead span {
    font-size: 14px;
    font-weight: 400
}

.cart .cart-col-1 #shopping-cart-table.data-table>thead small {
    font-size: 70%
}

.cart .cart-col-1 #shopping-cart-table.data-table>tbody td {
    padding: 10px;
    border: 1px solid #ddd!important;
    vertical-align: middle
}

.cart .cart-col-1 #shopping-cart-table.data-table>tbody td.img {
    padding: 0
}

.cart .cart-col-1 #shopping-cart-table.data-table>tbody span.remove {
    color: #fff;
    background: #bcbcbc;
    display: block;
    padding: 0 8px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 100
}

.cart .cart-col-1 #shopping-cart-table.data-table>tfoot .btn-continue {
    background: #b2b2b2;
    border: 1px solid #b2b2b2;
    width: 280px;
    position: relative;
    padding: 5px 10px
}

.cart .cart-col-1 #shopping-cart-table.data-table>tfoot .btn-continue span:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f100";
    font-size: 25px;
    position: absolute;
    left: 10px;
    bottom: -2px
}

.cart .cart-col-1 #shopping-cart-table.data-table>tfoot .btn-update {
    background: #b2b2b2;
    width: 280px;
    position: relative;
    margin-bottom: 10px;
    padding: 3px 10px;
    border: solid #b2b2b2
}

.cart .cart-col-1 #shopping-cart-table.data-table>tfoot .btn-update span:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f01e";
    font-size: 22px;
    position: absolute;
    right: 10px;
    bottom: -3px
}

.tool-tip.bottom>.arrow:after,
.tool-tip.left>.arrow:after,
.tool-tip.right>.arrow:after,
.tool-tip.top>.arrow:after,
.truncated_full_value.bottom>.arrow:after,
.truncated_full_value.left>.arrow:after,
.truncated_full_value.right>.arrow:after,
.truncated_full_value.top>.arrow:after {
    content: " "
}

.cart .cart-col-1 #shopping-cart-table.data-table>tfoot td {
    padding: 10px 0
}

.cart .cart-col-1 #shopping-cart-table.data-table>tfoot button {
    border-radius: 0;
    padding: 8px 15px
}

.cart .cart-col-1 #shopping-cart-table.data-table>tfoot button span span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px
}

.cart .cart-col-1 #shopping-cart-table.data-table tbody>tr>td,
.cart .cart-col-1 #shopping-cart-table.data-table tbody>tr>th,
.cart .cart-col-1 #shopping-cart-table.data-table tfoot>tr>td,
.cart .cart-col-1 #shopping-cart-table.data-table tfoot>tr>th,
.cart .cart-col-1 #shopping-cart-table.data-table thead>tr>td {
    border: none
}

.cart .cart-col-1 #shopping-cart-table.data-table tbody>tr:nth-child(odd)>td,
.cart .cart-col-1 #shopping-cart-table.data-table tbody>tr:nth-child(odd)>th {
    background: 0 0
}

.cart .cart-col-1 #shopping-cart-table.data-table input.qty {
    box-shadow: none;
    height: auto;
    color: #363b43;
    margin: 0 auto
}

.cart .cart-col-2 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding: 67px 0 0
}

.cart .cart-col-2 #shopping-cart-totals-table {
    font-size: 12px;
    font-weight: 400
}

.cart .cart-col-2 #shopping-cart-totals-table .a-right {
    text-align: left!important
}

.cart .cart-col-2 p.title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px
}

.cart .page-title .checkout-types li:last-child {
    margin-bottom: 0
}

.cart .title-buttons .checkout-types {
    float: right;
    margin-bottom: 0
}

.cart .checkout-types .paypal-or {
    margin: 0 8px
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    font-size: 12px
}

.cart>form {
    margin-bottom: 20px
}

@media (max-width:2px) {
    .cart>form {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #ddd
    }
}

.checkitout .checkout-step .step-content#checkout-step-coupon-content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    width: 100%;
    padding: 25px 0
}

#discount-coupon-form .validation-advice {
    position: absolute;
    bottom: 5px
}

#discount-coupon-form .bold {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    line-height: .8
}

#discount-coupon-form small {
    width: 90%;
    margin-bottom: 10px
}

#discount-coupon-form input#coupon_code {
    width: 70%;
    float: left;
    height: 32px;
    background: #f1f1f1;
    border: 1px solid #b4b4b4
}

#discount-coupon-form button {
    background: #b4b4b4;
    border: 1px solid #b4b4b4;
    color: #fff;
    width: 30%;
    float: left;
    margin-left: 0
}

#discount-coupon-form button.remove-coupon {
    float: none;
    width: auto;
    color: #f5f5f5;
    background-color: transparent;
    border: none
}

.btn-checkout,
.btn-checkout:hover {
    background-color: #0bae91;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/ico-checkout.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    text-align: left
}

/*.cart-col-2 .btn-checkout,
.cart-col-2 .btn-checkout:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
    border: 1px solid !important;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/ico-checkout.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    text-align: left;
}*/


#discount-coupon-form button.remove-coupon span {
    color: #000;
    text-decoration: underline;
    text-transform: none;
    font-weight: 400
}

.btn-checkout {
    border: none;
    width: 100%;
    position: relative;
    padding: 15px 0 15px 15px
}

.btn-checkout span span span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.cart-table {
    margin-bottom: 0
}

.cart-table .qty {
    height: 30px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: auto;
    text-align: center;
    padding: 2px
}

select.cart-table .qty {
    height: 30px;
    line-height: 30px
}

select[multiple].cart-table .qty,
textarea.cart-table .qty {
    height: auto
}

.cart-table .button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.cart-table .btn-continue {
    float: left
}

.cart .cart-collaterals {
    margin-left: -15px;
    margin-right: -15px
}

.cart .cart-collaterals .col2-set {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:3px) {
    .cart .cart-collaterals .col2-set {
        float: left;
        width: 66.66666667%
    }
}

@media (min-width:2px) {
    .cart .cart-collaterals .totals {
        margin-right: 15px;
        float: right;
        width: 33.33333333%
    }
}

.cart .crosssell {
    margin: 15px;
    padding-top: 50px
}

.cart .crosssell p.title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.cart .discount .discount-form {
    width: 100%;
    overflow: auto;
    margin-top: 20px;
    padding-bottom: 30px;
    position: relative
}

.cart .shipping .shipping-form {
    padding: 15px
}

.cart .totals table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
    font-weight: 700
}

.cart .totals table>tbody>tr>td,
.cart .totals table>tbody>tr>th,
.cart .totals table>tfoot>tr>td,
.cart .totals table>tfoot>tr>th,
.cart .totals table>thead>tr>td,
.cart .totals table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.cart .totals table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.my-wishlist .link-edit,
.please-wait img,
.sp-methods .centinel-logos img {
    vertical-align: middle
}

.cart .totals table>caption+thead>tr:first-child>td,
.cart .totals table>caption+thead>tr:first-child>th,
.cart .totals table>colgroup+thead>tr:first-child>td,
.cart .totals table>colgroup+thead>tr:first-child>th,
.cart .totals table>thead:first-child>tr:first-child>td,
.cart .totals table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.cart .totals table>tbody+tbody {
    border-top: 2px solid #ddd
}

.cart .totals table .table {
    background-color: #fff
}

.cart .totals .checkout-types {
    margin-bottom: 0;
    text-align: center;
    display: none
}

.cart .totals .checkout-types button {
    background: #9dbbb9;
    border-radius: 0;
    padding: 5px 15px
}

.cart .totals .checkout-types button span span {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 12px
}

.popover,
.tool-tip,
.truncated_full_value {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    line-break: auto;
    word-spacing: normal;
    word-wrap: normal
}

.cart .totals .checkout-types li {
    margin-bottom: 5px
}

.cart .totals .checkout-types li:last-child {
    margin-bottom: 0
}

.item-options {
    margin-top: 10px
}

.tool-tip.top,
.truncated_full_value.top {
    margin-top: -10px
}

.item-options dd {
    margin-left: 15px
}

.truncated {
    position: relative;
    cursor: help
}

.truncated .dots {
    cursor: inherit;
    color: inherit
}

.truncated .dots:hover {
    text-decoration: none
}

.truncated_full_value {
    position: absolute;
    left: 0;
    display: none;
    max-width: 400px;
    padding: 1px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    top: 20px
}

.truncated_full_value.right {
    margin-left: 10px
}

.truncated_full_value.bottom {
    margin-top: 10px
}

.truncated_full_value.left {
    margin-left: -10px
}

.truncated_full_value.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.truncated_full_value.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.truncated_full_value.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.truncated_full_value.right>.arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.truncated_full_value.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.truncated_full_value.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.truncated_full_value.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.truncated_full_value.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.truncated_full_value dl {
    margin: 0
}

.truncated_full_value dt {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.truncated_full_value dd {
    padding: 9px 14px;
    margin-left: 0
}

.truncated_full_value dd+dt {
    border-radius: 0;
    border-top: 1px solid #ebebeb
}

.truncated_full_value.show {
    display: block
}

.checkout-onepage-index h1 {
    font-weight: 700;
    margin-top: 20px;
    padding: 0 25px
}

.checkout-onepage-index .alert {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/alert.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 40px;
    display: block;
    margin-bottom: 10px
}

.checkout-onepage-index .checkitout .checkout-right {
    width: 37%;
    float: right;
    border-left: 1px solid #9dbbb9
}

.checkout-onepage-index .checkitout .checkout-left {
    width: 62%;
    float: left
}

.checkout-onepage-index .checkitout .checkout-top .page-title {
    padding: 25px 0 0
}

.checkout-onepage-index #checkout-review-load h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px
}

.checkout-onepage-index #checkout-review-load h2:after {
    content: "Descrizione importo";
    display: block;
    font-size: 13px;
    text-transform: none
}

.checkout-onepage-index #checkout-step-login {
    cursor: pointer;
    display: inline
}

.checkout-onepage-index #checkout-step-login .step-content {
    margin-bottom: 10px;
    clear: both;
    display:none;
}

.checkout-onepage-index #checkout-step-login .step-content #login-step {
    background: #efb635;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 35px;
    margin: 0 0 10px 25px;
    display: inline-block
}

.checkout-onepage-index #checkout-step-login .step-content p {
    margin: 0
}

.checkout-onepage-index #checkout-step-billing {
    padding-right: 35px
}

.checkout-onepage-index #checkout-step-shipping_method {
    float: none;
    width: 100%;
    color: #68a8de
}

.checkout-onepage-index #checkout-step-shipping_method .sp-methods {
    display: none
}

.checkout-onepage-index #checkout-step-billing-content .button-cart {
    width: 50%;
    position: relative;
    background: #878787;
    margin: 20px 0;
    padding: 9px 0
}

.checkout-onepage-index #checkout-step-billing-content .button-cart span span:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "\f104";
    font-size: 25px;
    position: absolute;
    left: 10px;
    bottom: 0
}

.checkout-onepage-index #checkout-step-payment-content {
    padding: 15px 0
}

.checkout-onepage-index #checkout-step-payment-content .sp-methods dd {
    padding: 0;
    border: none
}

.checkout-onepage-index #checkout-step-payment-content label {
    font-weight: 700
}

.checkout-onepage-index #checkout-step-payment {
    width: 100%
}

/*.checkout-onepage-index #checkout-step-payment .step-content:before {
    content: "pagamento";
    display: block;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 20px
}*/

.checkout-onepage-index #billing-new-address-form h2 {
    margin: 0
}

.checkout-onepage-index #billing-new-address-form .iva-fields label {
    margin-right: 20px
}

.checkout-onepage-index #billing-new-address-form .iva-fields input[type=radio] {
    margin-right: 5px;
    margin-left: 5px
}

.static-shippingmethod-block {
    color: #000000;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #000000;
    margin-bottom: 10px;
    margin-top:14px;
}

.static-shippingmethod-block p {
    margin: 0
}

.static-shippingmethod-block h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0
}

.gift-messages p.control label,
.gift-messages-form p>label,
.sp-methods dd ul,
.sp-methods label {
    margin-bottom: 0
}

.checkout-onepage-success .button-set {
    border: none
}

.sp-methods {
    padding: 10px 0;
    margin: 0
}

.sp-methods dt {
    padding-top: 10px
}

.sp-methods dd {
    border-bottom: 1px solid #eee
}

.sp-methods dd:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.sp-methods .radio {
    float: left;
    margin-top: 3px;
    margin-right: 6px
}

.sp-methods .form-list {
    padding-left: 20px
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px
}

.sp-methods select.year {
    width: 96px
}

.sp-methods input.cvv {
    width: 50px!important
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right
}

.sp-methods .checkmo-list address {
    float: left
}

.sp-methods .centinel-logos a {
    margin-right: 3px
}

.sp-methods .release-amounts {
    margin: .5em 0
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}

.please-wait {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #777
}

.please-wait img {
    margin-right: 10px
}

.cvv-what-is-this {
    line-height: 34px;
    font-size: 12px;
    cursor: help;
    margin-left: 10px
}

.tool-tip {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 400px;
    padding: 1px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    word-break: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: block
}

.gift-message-row .btn-close:after,
.tool-tip .btn-close a:after {
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.checkout-agreements .agreement-content,
.multiple-checkout .box {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 20px
}

.tool-tip.right {
    margin-left: 10px
}

.tool-tip.bottom {
    margin-top: 10px
}

.tool-tip.left {
    margin-left: -10px
}

.tool-tip.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.tool-tip.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.tool-tip.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.tool-tip.right>.arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.tool-tip.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.tool-tip.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.tool-tip.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.tool-tip.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.tool-tip .btn-close {
    clear: both;
    padding: 9px 14px
}

.tool-tip .btn-close:after,
.tool-tip .btn-close:before {
    content: " ";
    display: table
}

.tool-tip .btn-close:after {
    clear: both
}

.tool-tip .btn-close a {
    float: right;
    font-size: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.gift-messages h3,
.gift-messages-form h4,
.tool-tip .btn-close a:after {
    font-size: 14px;
    font-weight: 700
}

.tool-tip .btn-close a:after {
    content: "\f00d"
}

.tool-tip .btn-close a:focus,
.tool-tip .btn-close a:hover {
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=50)
}

.tool-tip-content {
    padding: 9px 14px
}

.tool-tip-content img {
    display: block;
    max-width: 100%;
    height: auto
}

.gift-messages p.control .checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px
}

.gift-messages-form {
    position: relative
}

.gift-messages-form label {
    float: none!important;
    position: static!important
}

.captcha-image,
.checkout-multishipping-billing .multiple-checkout,
.info-set .divider,
.opc {
    position: relative
}

.gift-messages-form h4 {
    padding-top: 10px;
    border-top: 1px solid #eee
}

.gift-messages-form h4:first-child {
    padding-top: 0;
    border-top: 0
}

.gift-messages-form p>.checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px
}

.gift-messages-form .whole-order {
    margin: 0 0 25px
}

.gift-messages-form .item {
    clear: both;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee
}

.gift-messages-form .item:after,
.gift-messages-form .item:before {
    content: " ";
    display: table
}

.gift-messages-form .item:after {
    clear: both
}

.gift-messages-form .item:last-child {
    border-bottom: 0
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px
}

.gift-messages-form .item .number {
    margin: 0;
    text-align: center
}

.gift-messages-form .item .details {
    margin-left: 90px
}

.gift-messages-form .item .details .product-name {
    margin: 0 0 10px
}

.gift-message-row .btn-close {
    float: right;
    font-size: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.gift-message-row .btn-close:after {
    font-size: 14px;
    font-weight: 700;
    content: "\f00d"
}

.gift-message-row .btn-close:focus,
.gift-message-row .btn-close:hover {
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=50)
}

.gift-message-row dl {
    clear: both
}

.gift-message-row dl:after,
.gift-message-row dl:before {
    content: " ";
    display: table
}

.gift-message-row dl:after {
    clear: both
}

.checkout-agreements li {
    margin-bottom: 20px
}

.checkout-agreements li:last-child {
    margin-bottom: 0
}

.checkout-agreements .agreement-content {
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0;
    overflow: auto;
    text-align:left;
    /*height: 240px*/
    font-size: 12px;
    font-family: 'Open Sans'; 
}

.checkout-agreements .agreement-content blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px
}

.checkout-agreements .agree input.checkbox {
    float: left;
    margin-top: 4px;
    margin-right: 6px
}

.opc .checkout-agreements {
    padding: 5px 30px
}

.centinel .authentication {
    background-color: #fff;
    border: 1px solid #ddd
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: 0 0!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important
}

.opc .centinel {
    padding: 10px 30px
}

.info-set {
    margin: 0 0 25px;
    padding: 20px
}

.info-set h2 {
    font-size: 18px
}

.info-set h3,
.info-set h4 {
    font-size: 14px
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: 400
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0
}

.info-set .box {
    margin: 0 0 15px
}

.info-set .data-table .item-options {
    margin: 5px 0 0
}

.block-progress dl {
    margin: 0
}

.block-progress dt {
    font-weight: 700;
    margin: 0 0 6px;
    padding: 7px 15px;
    background-color: #f5f5f5;
    border: solid #ddd;
    border-width: 1px 0
}

.block-progress .cards-list .info-table th,
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: 400
}

.block-progress dt:first-child {
    border-top: 0
}

.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 6px
}

.block-progress dt.complete,
.block-progress p {
    margin: 0
}

.block-progress .cards-list dt {
    background: 0 0;
    border: 0;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0
}

.block-progress .cards-list dd {
    border: 0;
    margin: 0;
    padding: 0
}

.block-progress address {
    margin-bottom: 0
}

.block-progress p+table {
    margin-left: 10px
}

@media (max-width:2px) {
    .block-progress {
        display: none
    }
}

.opc .buttons-set {
    margin-top: 10px
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px
}

.opc .buttons-set .back-link small,
.opc .buttons-set .buttons-set.disabled button.button {
    display: none
}

.opc .buttons-set .ul {
    list-style: disc;
    padding-left: 18px
}

.opc .step-title {
    clear: both;
    padding: 10px 15px;
    border: solid #ddd;
    border-width: 0 1px 1px;
    background-color: #f5f5f5;
    color: #333
}

.opc .step-title:after,
.opc .step-title:before {
    content: " ";
    display: table
}

.opc .step-title:after {
    clear: both
}

.opc .step-title .number,
.opc .step-title a,
.opc .step-title h2 {
    line-height: 20px
}

.opc .step-title .number,
.opc .step-title h2 {
    float: left
}

.opc .step-title .number {
    display: block;
    background: #fff;
    padding: 0 6px;
    margin-right: 10px
}

.opc .step-title h2 {
    margin: 0;
    font-size: 16px
}

.opc .step-title a {
    display: none;
    float: right
}

.opc .section:first-child .step-title {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-width: 1px
}

.opc .section:last-child .step-title {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.opc .section:last-child.active .step-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.opc .section:last-child.active .step {
    padding-bottom: 10px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.opc .step {
    padding: 15px;
    border: solid #ddd;
    border-width: 0 1px 1px
}

.opc .step .tool-tip {
    right: 30px
}

.opc .allow .step-title a {
    display: block
}

.opc .active .step-title a {
    display: none
}

.checkout-progress {
    clear: both
}

.checkout-progress:after,
.checkout-progress:before {
    content: " ";
    display: table
}

.checkout-progress:after {
    clear: both
}

.checkout-progress li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.checkout-progress li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.checkout-progress li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.checkout-progress li.disabled,
.checkout-progress li.disabled:focus,
.checkout-progress li.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.checkout-progress li.disabled .list-group-item-heading,
.checkout-progress li.disabled:focus .list-group-item-heading,
.checkout-progress li.disabled:hover .list-group-item-heading {
    color: inherit
}

.checkout-progress li.disabled .list-group-item-text,
.checkout-progress li.disabled:focus .list-group-item-text,
.checkout-progress li.disabled:hover .list-group-item-text {
    color: #777
}

.checkout-progress li.active,
.checkout-progress li.active:focus,
.checkout-progress li.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.checkout-progress li.active .list-group-item-heading,
.checkout-progress li.active .list-group-item-heading>.small,
.checkout-progress li.active .list-group-item-heading>small,
.checkout-progress li.active:focus .list-group-item-heading,
.checkout-progress li.active:focus .list-group-item-heading>.small,
.checkout-progress li.active:focus .list-group-item-heading>small,
.checkout-progress li.active:hover .list-group-item-heading,
.checkout-progress li.active:hover .list-group-item-heading>.small,
.checkout-progress li.active:hover .list-group-item-heading>small {
    color: inherit
}

.checkout-progress li.active .list-group-item-text,
.checkout-progress li.active:focus .list-group-item-text,
.checkout-progress li.active:hover .list-group-item-text {
    color: #fff
}

@media (min-width:3px) {
    .checkout-progress li {
        float: left;
        width: 20%;
        margin-bottom: 0;
        border-left-width: 0;
        text-align: center
    }
    .checkout-progress li:first-child,
    .checkout-progress li:last-child {
        border-radius: 0
    }
    .checkout-progress li:first-child {
        border-left-width: 1px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px
    }
    .checkout-progress li:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }
}

@media (max-width:3px) {
    .multiple-checkout {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 15px;
        border: 1px solid #ddd
    }
}

.multiple-checkout h2 {
    margin-top: 0;
    font-size: 18px
}

.multiple-checkout h3,
.multiple-checkout h4 {
    margin-top: 0;
    font-size: 14px
}

.multiple-checkout .data-table .product-name {
    line-height: 34px
}

.multiple-checkout .data-table select {
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #818181;
    font-size: 13px;
    border-radius: 0;
    color: #b2afaf;
    height: 30px;
    width: auto
}

.multiple-checkout .data-table select:focus {
    border-color: #0cbb9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6)
}

.multiple-checkout .data-table select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.multiple-checkout .data-table select:-ms-input-placeholder {
    color: #999
}

.multiple-checkout .data-table select::-webkit-input-placeholder {
    color: #999
}

.multiple-checkout .data-table select::-ms-expand {
    border: 0;
    background-color: transparent
}

.multiple-checkout .data-table select[disabled],
.multiple-checkout .data-table select[readonly],
fieldset[disabled] .multiple-checkout .data-table select {
    background-color: #eee;
    opacity: 1
}

textarea.multiple-checkout .data-table select {
    height: auto
}

.multiple-checkout .data-table .item-options {
    margin-top: 10px
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px
}

.multiple-checkout .box {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 9px;
    border-radius: 3px
}

.multiple-checkout .box blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.multiple-checkout .box .box-title h3 {
    margin-top: 0
}

.multiple-checkout .box address {
    margin-bottom: 0
}

.multiple-checkout .place-order {
    clear: both
}

.multiple-checkout .place-order:after,
.multiple-checkout .place-order:before {
    content: " ";
    display: table
}

.multiple-checkout .place-order:after {
    clear: both
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0
}

.box-account .box-head h2,
.customer-dropdown {
    float: left
}

.multiple-checkout .place-order .grand-total {
    text-align: right
}

.multiple-checkout .place-order .grand-total big {
    font-size: 18px;
    font-weight: 500
}

.multiple-checkout .place-order .grand-total .price {
    color: #fff
}

#multiship-addresses-table .qty {
    width: auto;
    text-align: center
}

#multiship-addresses-table tfoot .button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.checkout-multishipping-shipping .box-sp-methods {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 9px;
    border-radius: 3px
}

.checkout-multishipping-shipping .box-sp-methods blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.customer-address-form .buttons-set {
    margin-top: 1em
}

.privacy-box {
    margin-bottom: 15px
}

.privacy-box a {
    text-decoration: underline
}

.customer-dropdown .dropdown-menu li>a:before,
.welcome-msg p strong:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.privacy-box a:hover {
    color: #363b43
}

.privacy-box input[type=checkbox] {
    margin-right: 10px;
    float: left
}

.account-login .content {
    min-height: 242px
}

.checkout-onepage-index a.li-login {
    display: none
}

.checkout-onepage-index .customer-care {
    border: none;
    padding: 0
}

.customer-dropdown .dropdown-menu {
    border-radius: 0
}

.customer-dropdown .dropdown-menu li>a {
    padding: 2px 10px;
    font-size: 12px
}

.customer-dropdown .dropdown-menu li>a:before {
    content: "\f105"!important
}

.captcha-image {
    width: 258px
}

.captcha-note {
    clear: left;
    padding-top: 5px
}

.captcha-image .captcha-img {
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%
}

.contacts-index-index .buttons-set,
.my-account .buttons-set {
    border: none
}

.registered-users .captcha-image {
    margin: 0
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px
}

.captcha-reload .refreshing {
    -webkit-animation: captcha-rotate 1.5s infinite linear;
    -moz-animation: captcha-rotate 1.5s infinite linear;
    animation: captcha-rotate 1.5s infinite linear
}

@-webkit-keyframes captcha-rotate {
    0% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes captcha-rotate {
    0% {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes captcha-rotate {
    0% {
        transform: rotate(-360deg)
    }
}

.box-account .box-head {
    clear: both;
    margin-bottom: 40px
}

.box-account .box-head:after,
.box-account .box-head:before {
    content: " ";
    display: table
}

.box-account .box-head:after {
    clear: both
}

.box-account .box-head a {
    float: right
}

@media (max-width:2px) {
    .box-account {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll
    }
}

.contacts-index-index h2.legend {
    margin: 0 0 40px;
    padding: 0;
    border: none;
    font-size: 14px;
    text-transform: uppercase
}

.welcome-msg p strong:before {
    content: "\f007";
    margin-right: 10px
}

.my-account {
    padding-top: 20px;
    padding-bottom: 20px
}

.my-account a {
    color: #0bae91;
    text-decoration: underline
}

.my-account .limiter {
    float: right;
    font-size: 11px
}

.my-account .limiter label {
    display: none
}

.my-account .box-head a,
.my-account .box-title a {
    color: #212121
}

.dashboard .box .box-title {
    clear: both;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    text-align: right
}

.dashboard .box .box-title:after,
.dashboard .box .box-title:before {
    content: " ";
    display: table
}

#wishlist-table .link-edit,
#wishlist-table textarea {
    display: none
}

.dashboard .box .box-title:after {
    clear: both
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    margin: 0;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.dashboard .col2-set>.box>.box-title {
    margin-left: 15px;
    margin-right: 15px
}

.dashboard .box-recent {
    padding: 15px 0 30px
}

.dashboard .box-recent .box-head {
    margin: 0 0 10px
}

.dashboard .box-recent .data-table {
    margin-bottom: 0;
    border: none
}

.dashboard .box-recent .data-table>tbody {
    font-size: 12px
}

.dashboard .box-recent .data-table>tbody tr {
    border-bottom: 1px solid #efefef
}

.dashboard .box-recent .data-table>thead {
    border-bottom: 4px solid #efefef;
    font-size: 14px
}

.dashboard .box-recent .data-table>tbody>tr>td,
.dashboard .box-recent .data-table>tbody>tr>th,
.dashboard .box-recent .data-table>tfoot>tr>td,
.dashboard .box-recent .data-table>tfoot>tr>th,
.dashboard .box-recent .data-table>thead>tr>td,
.dashboard .box-recent .data-table>thead>tr>th {
    border: none
}

.dashboard .box-recent .data-table>tbody>tr:nth-child(odd)>td,
.dashboard .box-recent .data-table>tbody>tr:nth-child(odd)>th {
    background: 0 0
}

#wishlist-table .description {
    color: #212121;
    margin-top: 10px
}

#wishlist-table .add-to-cart-alt .btn-cart {
    background: #f27b19
}

#wishlist-view-form .btn-share,
#wishlist-view-form .btn-update {
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    float: left
}

#wishlist-view-form .btn-share,
#wishlist-view-form .btn-share.active,
#wishlist-view-form .btn-share:active,
#wishlist-view-form .btn-share[disabled],
#wishlist-view-form .btn-update,
#wishlist-view-form .btn-update.active,
#wishlist-view-form .btn-update:active,
#wishlist-view-form .btn-update[disabled],
fieldset[disabled] #wishlist-view-form .btn-share,
fieldset[disabled] #wishlist-view-form .btn-update {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gift-message,
.order-info-box {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

#wishlist-view-form .btn-share,
#wishlist-view-form .btn-share:active,
#wishlist-view-form .btn-share:focus,
#wishlist-view-form .btn-share:hover,
#wishlist-view-form .btn-update,
#wishlist-view-form .btn-update:active,
#wishlist-view-form .btn-update:focus,
#wishlist-view-form .btn-update:hover {
    border-color: transparent
}

#wishlist-view-form .btn-share:focus,
#wishlist-view-form .btn-share:hover,
#wishlist-view-form .btn-update:focus,
#wishlist-view-form .btn-update:hover {
    color: #d9d9d9;
    text-decoration: underline;
    background-color: transparent
}

#wishlist-view-form .btn-share[disabled]:focus,
#wishlist-view-form .btn-share[disabled]:hover,
#wishlist-view-form .btn-update[disabled]:focus,
#wishlist-view-form .btn-update[disabled]:hover,
fieldset[disabled] #wishlist-view-form .btn-share:focus,
fieldset[disabled] #wishlist-view-form .btn-share:hover,
fieldset[disabled] #wishlist-view-form .btn-update:focus,
fieldset[disabled] #wishlist-view-form .btn-update:hover {
    color: #777;
    text-decoration: none
}

#my-orders-table,
#wishlist-table {
    margin-bottom: 0;
    border: none
}

#my-orders-table>tbody,
#wishlist-table>tbody {
    font-size: 12px
}

#my-orders-table>tbody tr,
#wishlist-table>tbody tr {
    border-bottom: 1px solid #efefef
}

#my-orders-table>thead,
#wishlist-table>thead {
    border-bottom: 4px solid #efefef;
    font-size: 14px
}

#my-orders-table>tbody>tr>td,
#my-orders-table>tbody>tr>th,
#my-orders-table>tfoot>tr>td,
#my-orders-table>tfoot>tr>th,
#my-orders-table>thead>tr>td,
#my-orders-table>thead>tr>th,
#wishlist-table>tbody>tr>td,
#wishlist-table>tbody>tr>th,
#wishlist-table>tfoot>tr>td,
#wishlist-table>tfoot>tr>th,
#wishlist-table>thead>tr>td,
#wishlist-table>thead>tr>th {
    border: none
}

#my-orders-table>tbody>tr:nth-child(odd)>td,
#my-orders-table>tbody>tr:nth-child(odd)>th,
#wishlist-table>tbody>tr:nth-child(odd)>td,
#wishlist-table>tbody>tr:nth-child(odd)>th {
    background: 0 0
}

.dashboard .box-info address,
.dashboard .box-info p {
    margin: 0
}

.dashboard .box-reviews .details,
.dashboard .box-tags .details {
    margin-left: 20px
}

.dashboard .box-info .box {
    margin-bottom: 30px
}

.dashboard .box-reviews ol {
    margin-bottom: 0
}

.dashboard .box-reviews .number {
    float: left
}

.dashboard .box-reviews li.item {
    clear: both;
    margin-bottom: 10px
}

.dashboard .box-reviews li.item:after,
.dashboard .box-reviews li.item:before {
    content: " ";
    display: table
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li,
.order-info li {
    display: inline
}

.dashboard .box-reviews li.item:after {
    clear: both
}

.dashboard .box-reviews li.item:last-child {
    margin-bottom: 0
}

.dashboard .box-reviews .ratings {
    margin-top: 5px
}

.dashboard .box-tags .number {
    float: left
}

.dashboard .box-tags li.item {
    margin-bottom: 10px
}

.dashboard .box-tags li.item:last-child {
    margin-bottom: 0
}

.addresses-list h2 {
    font-size: 18px
}

.addresses-list h3 {
    margin-top: 0;
    font-size: 14px
}

.addresses-list address {
    margin: 0 0 3px
}

.addresses-list p {
    margin: 0
}

.addresses-list .link-remove {
    color: #a94442
}

.addresses-list .separator {
    margin: 0 3px
}

.addresses-list li.item h3 {
    margin: 40px 0 10px;
    text-transform: uppercase
}

.addresses-list li.empty {
    background: 0 0;
    border: 0;
    padding: 0
}

.gift-message,
.my-wishlist textarea,
.order-about,
.order-info-box {
    background-color: #fff
}

.order-info {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}

.order-info dd {
    padding-left: 10px
}

.gift-message>.panel-collapse>.table caption,
.gift-message>.table caption,
.gift-message>.table-responsive>.table caption,
.order-info-box>.panel-collapse>.table caption,
.order-info-box>.table caption,
.order-info-box>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.order-info li {
    margin: 0 3px
}

.order-info li:first-child {
    margin-left: 0
}

.order-info li:last-child {
    margin-right: 0
}

.order-info .current {
    font-weight: 700
}

.order-date {
    margin-bottom: 10px
}

.order-info-box {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px
}

.order-info-box>.list-group,
.order-info-box>.panel-collapse>.list-group,
.order-info-box>.panel-collapse>.table,
.order-info-box>.table,
.order-info-box>.table-responsive>.table {
    margin-bottom: 0
}

.order-info-box>.list-group .list-group-item,
.order-info-box>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.order-info-box>.table-responsive:last-child>.table:last-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.order-info-box>.table:last-child,
.order-info-box>.table:last-child>tbody:last-child>tr:last-child,
.order-info-box>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.order-info-box>.list-group:first-child .list-group-item:first-child,
.order-info-box>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.order-info-box>.list-group:last-child .list-group-item:last-child,
.order-info-box>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.order-info-box>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.order-info-box>.table-responsive:first-child>.table:first-child,
.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.order-info-box>.table:first-child,
.order-info-box>.table:first-child>tbody:first-child>tr:first-child,
.order-info-box>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.order-info-box>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.order-info-box>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.order-info-box>.table:first-child>thead:first-child>tr:first-child td:first-child,
.order-info-box>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.order-info-box>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.order-info-box>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.order-info-box>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.order-info-box>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.order-info-box>.table:first-child>thead:first-child>tr:first-child td:last-child,
.order-info-box>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.order-info-box>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.order-info-box>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.order-info-box>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.order-info-box>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.order-info-box>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.order-info-box>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.order-info-box>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.order-info-box>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.order-info-box>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.order-info-box>.panel-body+.table,
.order-info-box>.panel-body+.table-responsive,
.order-info-box>.table+.panel-body,
.order-info-box>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.order-info-box>.table>tbody:first-child>tr:first-child td,
.order-info-box>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.order-info-box>.table-bordered,
.order-info-box>.table-responsive>.table-bordered {
    border: 0
}

.order-info-box>.table-bordered>tbody>tr>td:first-child,
.order-info-box>.table-bordered>tbody>tr>th:first-child,
.order-info-box>.table-bordered>tfoot>tr>td:first-child,
.order-info-box>.table-bordered>tfoot>tr>th:first-child,
.order-info-box>.table-bordered>thead>tr>td:first-child,
.order-info-box>.table-bordered>thead>tr>th:first-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>td:first-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.order-info-box>.table-bordered>tbody>tr>td:last-child,
.order-info-box>.table-bordered>tbody>tr>th:last-child,
.order-info-box>.table-bordered>tfoot>tr>td:last-child,
.order-info-box>.table-bordered>tfoot>tr>th:last-child,
.order-info-box>.table-bordered>thead>tr>td:last-child,
.order-info-box>.table-bordered>thead>tr>th:last-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>td:last-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.order-info-box>.table-bordered>tbody>tr:first-child>td,
.order-info-box>.table-bordered>tbody>tr:first-child>th,
.order-info-box>.table-bordered>tbody>tr:last-child>td,
.order-info-box>.table-bordered>tbody>tr:last-child>th,
.order-info-box>.table-bordered>tfoot>tr:last-child>td,
.order-info-box>.table-bordered>tfoot>tr:last-child>th,
.order-info-box>.table-bordered>thead>tr:first-child>td,
.order-info-box>.table-bordered>thead>tr:first-child>th,
.order-info-box>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.order-info-box>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.order-info-box>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.order-info-box>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.order-info-box>.table-responsive>.table-bordered>thead>tr:first-child>td,
.order-info-box>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.order-info-box>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.order-info-box .box {
    margin-bottom: 15px
}

.order-info-box h2 {
    margin-top: 0;
    font-size: 14px
}

.order-info-box address {
    margin-bottom: 0
}

.order-items h2 {
    font-size: 18px
}

.order-items h3 {
    font-size: 12px
}

.my-wishlist .link-edit,
.my-wishlist textarea {
    line-height: 1.42857143;
    font-size: 13px;
    width: 100%;
    display: block
}

.order-items .order-links {
    text-align: right
}

.order-additional {
    margin: 10px 0
}

.gift-message {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px
}

.gift-message>.list-group,
.gift-message>.panel-collapse>.list-group,
.gift-message>.panel-collapse>.table,
.gift-message>.table,
.gift-message>.table-responsive>.table {
    margin-bottom: 0
}

.gift-message>.list-group .list-group-item,
.gift-message>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.gift-message>.table-responsive:last-child>.table:last-child,
.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.gift-message>.table:last-child,
.gift-message>.table:last-child>tbody:last-child>tr:last-child,
.gift-message>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.gift-message>.list-group:first-child .list-group-item:first-child,
.gift-message>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.gift-message>.list-group:last-child .list-group-item:last-child,
.gift-message>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.gift-message>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.gift-message>.table-responsive:first-child>.table:first-child,
.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.gift-message>.table:first-child,
.gift-message>.table:first-child>tbody:first-child>tr:first-child,
.gift-message>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.gift-message>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.gift-message>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.gift-message>.table:first-child>thead:first-child>tr:first-child td:first-child,
.gift-message>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.gift-message>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.gift-message>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.gift-message>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.gift-message>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.gift-message>.table:first-child>thead:first-child>tr:first-child td:last-child,
.gift-message>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.gift-message>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.gift-message>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.gift-message>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.gift-message>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.gift-message>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.gift-message>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.gift-message>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.gift-message>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.gift-message>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.gift-message>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.gift-message>.panel-body+.table,
.gift-message>.panel-body+.table-responsive,
.gift-message>.table+.panel-body,
.gift-message>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.gift-message>.table>tbody:first-child>tr:first-child td,
.gift-message>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.gift-message>.table-bordered,
.gift-message>.table-responsive>.table-bordered {
    border: 0
}

.gift-message>.table-bordered>tbody>tr>td:first-child,
.gift-message>.table-bordered>tbody>tr>th:first-child,
.gift-message>.table-bordered>tfoot>tr>td:first-child,
.gift-message>.table-bordered>tfoot>tr>th:first-child,
.gift-message>.table-bordered>thead>tr>td:first-child,
.gift-message>.table-bordered>thead>tr>th:first-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>td:first-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.gift-message>.table-bordered>tbody>tr>td:last-child,
.gift-message>.table-bordered>tbody>tr>th:last-child,
.gift-message>.table-bordered>tfoot>tr>td:last-child,
.gift-message>.table-bordered>tfoot>tr>th:last-child,
.gift-message>.table-bordered>thead>tr>td:last-child,
.gift-message>.table-bordered>thead>tr>th:last-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>td:last-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.gift-message>.table-bordered>tbody>tr:first-child>td,
.gift-message>.table-bordered>tbody>tr:first-child>th,
.gift-message>.table-bordered>tbody>tr:last-child>td,
.gift-message>.table-bordered>tbody>tr:last-child>th,
.gift-message>.table-bordered>tfoot>tr:last-child>td,
.gift-message>.table-bordered>tfoot>tr:last-child>th,
.gift-message>.table-bordered>thead>tr:first-child>td,
.gift-message>.table-bordered>thead>tr:first-child>th,
.gift-message>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.gift-message>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.gift-message>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.gift-message>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.gift-message>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.gift-message>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.gift-message>.table-responsive>.table-bordered>thead>tr:first-child>td,
.gift-message>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.gift-message>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.gift-message dt {
    padding-left: 10px
}

.gift-message dt strong {
    display: block;
    margin-left: -10px
}

.gift-message dd {
    margin-top: 10px
}

.gift-message-row .gift-message {
    padding: 0;
    margin: 0;
    border: 0
}

.order-about {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 15px
}

.order-about>.list-group,
.order-about>.panel-collapse>.list-group,
.order-about>.panel-collapse>.table,
.order-about>.table,
.order-about>.table-responsive>.table {
    margin-bottom: 0
}

.order-about>.list-group .list-group-item,
.order-about>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.order-about>.table-responsive:last-child>.table:last-child,
.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.order-about>.table:last-child,
.order-about>.table:last-child>tbody:last-child>tr:last-child,
.order-about>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.order-about>.list-group:first-child .list-group-item:first-child,
.order-about>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.order-about>.list-group:last-child .list-group-item:last-child,
.order-about>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.order-about>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.order-about>.table-responsive:first-child>.table:first-child,
.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.order-about>.table:first-child,
.order-about>.table:first-child>tbody:first-child>tr:first-child,
.order-about>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.order-about>.panel-collapse>.table caption,
.order-about>.table caption,
.order-about>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.order-about>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.order-about>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.order-about>.table:first-child>thead:first-child>tr:first-child td:first-child,
.order-about>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.order-about>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.order-about>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.order-about>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.order-about>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.order-about>.table:first-child>thead:first-child>tr:first-child td:last-child,
.order-about>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.order-about>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.order-about>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.order-about>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.order-about>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.order-about>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.order-about>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.order-about>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.order-about>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.order-about>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.order-about>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.order-about>.panel-body+.table,
.order-about>.panel-body+.table-responsive,
.order-about>.table+.panel-body,
.order-about>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.order-about>.table>tbody:first-child>tr:first-child td,
.order-about>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.order-about>.table-bordered,
.order-about>.table-responsive>.table-bordered {
    border: 0
}

.order-about>.table-bordered>tbody>tr>td:first-child,
.order-about>.table-bordered>tbody>tr>th:first-child,
.order-about>.table-bordered>tfoot>tr>td:first-child,
.order-about>.table-bordered>tfoot>tr>th:first-child,
.order-about>.table-bordered>thead>tr>td:first-child,
.order-about>.table-bordered>thead>tr>th:first-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.order-about>.table-responsive>.table-bordered>thead>tr>td:first-child,
.order-about>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.order-about>.table-bordered>tbody>tr>td:last-child,
.order-about>.table-bordered>tbody>tr>th:last-child,
.order-about>.table-bordered>tfoot>tr>td:last-child,
.order-about>.table-bordered>tfoot>tr>th:last-child,
.order-about>.table-bordered>thead>tr>td:last-child,
.order-about>.table-bordered>thead>tr>th:last-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.order-about>.table-responsive>.table-bordered>thead>tr>td:last-child,
.order-about>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.order-about>.table-bordered>tbody>tr:first-child>td,
.order-about>.table-bordered>tbody>tr:first-child>th,
.order-about>.table-bordered>tbody>tr:last-child>td,
.order-about>.table-bordered>tbody>tr:last-child>th,
.order-about>.table-bordered>tfoot>tr:last-child>td,
.order-about>.table-bordered>tfoot>tr:last-child>th,
.order-about>.table-bordered>thead>tr:first-child>td,
.order-about>.table-bordered>thead>tr:first-child>th,
.order-about>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.order-about>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.order-about>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.order-about>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.order-about>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.order-about>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.order-about>.table-responsive>.table-bordered>thead>tr:first-child>td,
.order-about>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.order-about>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.order-about dd {
    margin-bottom: 10px;
    padding-left: 10px
}

.order-about dd:last-child {
    margin-bottom: 0
}

.my-wishlist textarea {
    padding: 6px 12px;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #818181;
    border-radius: 0;
    color: #b2afaf;
    height: 30px;
    height: auto
}

.my-wishlist textarea:focus {
    border-color: #0cbb9c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(11, 174, 145, .6)
}

.my-wishlist textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.my-wishlist textarea:-ms-input-placeholder {
    color: #999
}

.my-wishlist textarea::-webkit-input-placeholder {
    color: #999
}

.my-wishlist textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
    background-color: #eee;
    opacity: 1
}

.my-wishlist textarea[disabled],
fieldset[disabled] .my-wishlist textarea {
    cursor: not-allowed
}

textarea.my-wishlist textarea {
    height: auto
}

.my-wishlist .add-to-cart-alt input.input-text,
.my-wishlist .price-box {
    margin-bottom: 5px
}

.my-wishlist .add-to-cart-alt .btn-cart {
    display: block;
    margin-bottom: 5px;
    width: 100%
}

.my-wishlist p {
    margin-bottom: 0
}

.my-wishlist .link-edit {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background: #f29e29;
    border: 1px solid #999;
    border-radius: 0;
    padding: 6px 15px
}

.my-wishlist .link-edit.active.focus,
.my-wishlist .link-edit.active:focus,
.my-wishlist .link-edit.focus,
.my-wishlist .link-edit:active.focus,
.my-wishlist .link-edit:active:focus,
.my-wishlist .link-edit:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.my-wishlist .link-edit.focus,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:hover {
    text-decoration: none
}

.my-wishlist .link-edit.active,
.my-wishlist .link-edit:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.my-wishlist .link-edit.focus,
.my-wishlist .link-edit:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.my-wishlist .link-edit.active,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit:hover,
.open>.dropdown-toggle.my-wishlist .link-edit {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.my-wishlist .link-edit.active.focus,
.my-wishlist .link-edit.active:focus,
.my-wishlist .link-edit.active:hover,
.my-wishlist .link-edit:active.focus,
.my-wishlist .link-edit:active:focus,
.my-wishlist .link-edit:active:hover,
.open>.dropdown-toggle.my-wishlist .link-edit.focus,
.open>.dropdown-toggle.my-wishlist .link-edit:focus,
.open>.dropdown-toggle.my-wishlist .link-edit:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.my-wishlist .link-edit.active,
.my-wishlist .link-edit:active,
.open>.dropdown-toggle.my-wishlist .link-edit {
    background-image: none
}

.my-wishlist .link-edit.disabled.focus,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled].focus,
.my-wishlist .link-edit[disabled]:focus,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit.focus,
fieldset[disabled] .my-wishlist .link-edit:focus,
fieldset[disabled] .my-wishlist .link-edit:hover {
    background-color: #fff;
    border-color: #ccc
}

.my-wishlist .link-edit .badge {
    color: #fff;
    background-color: #333
}

.my-wishlist .link-edit span span {
    font-weight: 700;
    text-transform: uppercase
}

.my-wishlist .link-edit:hover {
    background: #363b43;
    color: #fff
}

.my-wishlist .btn-add {
    color: #fff;
    background-color: #fff;
    border-color: #f2f2f2
}

.my-wishlist .btn-add.focus,
.my-wishlist .btn-add:focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #b3b3b3
}

.my-wishlist .btn-add.active,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add:hover,
.open>.dropdown-toggle.my-wishlist .btn-add {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d4d4d4
}

.my-wishlist .btn-add.active.focus,
.my-wishlist .btn-add.active:focus,
.my-wishlist .btn-add.active:hover,
.my-wishlist .btn-add:active.focus,
.my-wishlist .btn-add:active:focus,
.my-wishlist .btn-add:active:hover,
.open>.dropdown-toggle.my-wishlist .btn-add.focus,
.open>.dropdown-toggle.my-wishlist .btn-add:focus,
.open>.dropdown-toggle.my-wishlist .btn-add:hover {
    color: #fff;
    background-color: #d4d4d4;
    border-color: #b3b3b3
}

.my-wishlist .btn-add.active,
.my-wishlist .btn-add:active,
.open>.dropdown-toggle.my-wishlist .btn-add {
    background-image: none
}

.my-wishlist .btn-add.disabled.focus,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled].focus,
.my-wishlist .btn-add[disabled]:focus,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add.focus,
fieldset[disabled] .my-wishlist .btn-add:focus,
fieldset[disabled] .my-wishlist .btn-add:hover {
    background-color: #fff;
    border-color: #f2f2f2
}

.my-wishlist .btn-add .badge {
    color: #fff;
    background-color: #fff
}

.product-review .product-img-box {
    float: left;
    width: 140px
}

.product-review .product-img-box .product-image {
    display: block;
    max-width: 100%;
    height: auto
}

.product-review .product-img-box .label {
    font-size: 12px
}

.product-review .product-img-box .ratings .rating-box {
    display: block;
    float: none;
    margin-bottom: 5px
}

.product-review .product-details {
    margin-left: 150px
}

.product-review .product-name {
    margin-bottom: 10px;
    font-size: 18px
}

.product-review h3 {
    font-size: 14px
}

.product-review .ratings-table {
    margin: 0 0 10px
}

.product-review dt {
    margin-bottom: 5px
}

.billing-agreements .info-box {
    margin: 10px 0
}

.billing-agreements .form-list li select {
    float: left
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px
}

.billing-agreements .table-caption {
    font-weight: 700
}

.billingaddress-billingaddress-form .iva-fields label {
    padding: 0 20px 0 5px
}

.time-promo-container .banner-promo,
.time-promo-container .product-image {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    position: relative;
    float: left
}

.time-promo-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px
}

.time-promo-container .banner-promo {
    width: 33.33333333%
}

.time-promo-container .banner-promo>IMG {
    max-width: 100%;
    width: 100%
}

.time-promo-container .product-image {
    width: 21.66666667%
}

.time-promo-container .time-promo-bottom {
    background-color: #eee;
    padding: 0 15px;
    height: 56px;
    float: left;
    width: 100%;
    min-height: 1px;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
    position: relative
}

.time-promo-container .time-promo-bottom A {
    color: #0bae91;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 16px;
    text-decoration: underline
}

.time-promo-container .time-promo-bottom .label {
    padding-right: 10px;
    font-weight: 700;
    display: inline-block;
    height: 56px;
    line-height: 56px
}

.modal-title,
.popover {
    line-height: 1.42857143
}

.time-promo-container .time-promo-bottom .date {
    margin: 5px auto;
    display: inline-block;
    height: 46px
}

.time-promo-container .time-promo-bottom .date .countdown-section {
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    padding: 7px 15px;
    display: inline-block
}

.time-promo-container .time-promo-bottom .date .countdown-section .countdown-amount {
    font-size: 23px
}

.time-promo-container .time-promo-bottom .date .countdown-section .countdown-period {
    position: absolute;
    bottom: -20px;
    font-size: 10px;
    left: 0;
    width: 100%;
    text-align: center
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.products-grid .item .list-date {
    padding: 5px;
    text-align: center
}

.products-grid .item .list-date>IMG {
    margin-right: 4px;
    margin-top: -3px
}

.addtocart-date {
    width: 100%;
    clear: both;
    padding: 7px 0 0;
    font-size: 14px
}

.addtocart-date .timer {
    display: inline;
    color: #b62b48
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}
#modale-addToCart .modal-header .close {
    margin-top: -15px
}

.modal-title {
    margin: 0
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.carousel-inner,
.modal-open {
    overflow: hidden
}

@media (min-width:2px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:3px) {
    .modal-lg {
        width: 900px
    }
}

.youama-login-window,
.youama-register-window {
    display: block!important
}

.youama-window-inside {
    position: relative
}

.youama-ajaxlogin-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -15px;
    height: 31px;
    width: 40px;
    z-index: 9999;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/youama/ajaxlogin/loader.gif) center center no-repeat
}

.modal-open .navbar-fixed-bottom,
.modal-open .navbar-fixed-top,
body.modal-open {
    margin-right: 0
}

#modal-login .left {
    border-right: 1px solid #000
}

#modal-login .left form {
    padding-right: 20px
}

#modal-login .left h2 {
    color: #0bae91;
    font-weight: 700;
    padding-left: 15px
}

#modal-login .left .button-wrap {
    text-align: center;
    padding: 20px 0 10px
}

#modal-login .left .button-wrap button.button {
    background-color: #0bae91;
    border: 1px solid #0bae91;
    display: block;
    margin: 0 auto;
    padding: 5px 40px
}

#modal-login .right h3 {
    color: #69a8de;
    font-weight: 700;
    font-style: italic;
    margin-top: 50px
}

#modal-login .right a {
    background-color: #69a8de;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

#modal-login .modal-dialog .modal-content .modal-footer {
    padding: 0
}

.modal-dialog .modal-content {
    border-radius: 0;
    margin: 0 auto
}

.modal-dialog .modal-content .form-list li {
    margin-bottom: 5px
}

.modal-dialog .modal-content button.button {
    background: #e2170c;
    border-color: #e2170c;
    padding: 3px 13px
}
.modal-dialog .modal-content button.button.btn-checkout {
    background-color: #ffffff !important;

color: #e2170c;

border: 2px solid #e2170c;

text-align: center;
}

.modal-dialog .modal-content button.button.btn-checkout span {
    padding-left:0px !important;
}


.modal-dialog .modal-content button.button span span {
    font-weight: 600
}

.modal-dialog .modal-content .modal-header {
    background: trasparent;
    text-align: center;
    border: 1px solid #fff
}

.modal-dialog .modal-content .modal-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    color: #363b43
}

.modal-dialog .modal-content .modal-body {
    padding: 0 10px
}

.modal-dialog .modal-content .modal-body form {
    padding: 10px
}

.modal-dialog .modal-content .modal-body form label {
    font-size: 12px;
    margin: 0
}

.modal-dialog .modal-content .modal-body .psw {
    font-size: 12px;
    text-decoration: underline
}

.modal-dialog .modal-content .modal-footer {
    text-align: center;
    border: none;
    padding-top: 35px
}

.modal-dialog .modal-content label {
    font-weight: 600
}

#register-modal .privacy-box label,
.popover {
    font-weight: 400
}

.modal-dialog .modal-content p.required {
    right: 20px;
    top: 10px;
    position: absolute
}

#register-modal {
    text-align: left
}

#register-modal>.modal-dialog {
    width: 400px
}

#register-modal .checkbox,
#register-modal .radio {
    min-height: 0
}

#register-modal label {
    margin-bottom: 0;
    font-size: 12px
}

#register-modal label span {
    color: #e43232
}

#register-modal input[type=checkbox] {
    float: left;
    margin-right: 10px
}

#register-modal .input-box {
    padding-bottom: 10px
}

#register-modal .youama-window-outside {
    padding: 20px 10px
}

#register-modal .err-emailisexist {
    padding: 10px;
    border: 1px solid;
    margin: 20px 0;
    color: #000!important
}

#register-modal .youama-ajaxlogin-error {
    font-size: 12px;
    color: #e43232
}

#register-modal .name-firstname {
    padding-right: 5px;
    width: 50%;
    float: left
}

#register-modal .name-lastname {
    padding-left: 5px;
    width: 50%;
    float: right
}

#register-modal .form-list {
    margin-bottom: 0
}

#register-modal form {
    padding-top: 25px!important
}

#register-modal .buttons-set {
    border: none;
    text-align: center;
    padding-bottom: 30px;
    margin: 0
}

#register-modal .buttons-set button {
    width: 150px;
    margin: 0 auto;
    float: none
}

#register-modal .privacy-box {
    font-size: 12px;
    text-align: left
}

#register-modal .privacy-box .input-box,
#register-modal .privacy-box input {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    width: 15px
}

#cart-modal-login .modal-dialog {
    width: 600px
}

#cart-modal-login .modal-dialog .modal-content {
    max-width: 600px
}

#cart-modal-login .modal-header {
    padding: 0
}

#cart-modal-login .modal-header h4.modal-title {
    padding: 15px
}

#cart-modal-login .modal-header button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999
}

#cart-modal-login .col-1 {
    border-right: 1px solid #363b43
}

#cart-modal-login .modal-body button.button {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin: 10px 0
}

#cart-modal-login .modal-body button.button span span {
    font-size: 18px
}

#cart-modal-login .modal-body .btn-checkout {
    margin-top: 28px!important
}

#cart-modal-login .modal-body .btn-checkout span {
    padding-left: 10px
}

#cart-modal-login .modal-body a.psw {
    text-align: center;
    display: block;
    margin-bottom: 10px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 400px;
    padding: 1px;
    font-style: normal;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption,
.carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel,
.carousel-inner {
    position: relative
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.bottom>.arrow:after,
.popover.left>.arrow:after,
.popover.right>.arrow:after,
.popover.top>.arrow:after {
    content: " "
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel-inner {
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%;
    float: none!important
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    background-color: transparent
}

.carousel-control.left {
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #000;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

@media screen and (min-width:2px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.hidden,
.no-padding {
    padding: 0!important
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.carousel-control.left .fa,
.carousel-control.right .fa {
    top: 45%;
    position: absolute;
    right: 50%
}

.infinite-carousel-orizontal .list {
    width: 1400px;
    height: 70px;
    overflow: visible
}

.infinite-carousel-orizontal .viewport {
    width: 335px;
    height: 70px;
    overflow: hidden
}

.infinite-carousel-orizontal .viewport .item {
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block
}

#home-customer-banner,
#promo-banner,
#upsell-product-table,
.cart .cart-collaterals,
.catalog-seo-sitemap-category .page-sitemap .sitemap,
.catalog-seo-sitemap-product .page-sitemap .sitemap,
.category-products,
.clearfix,
.col2-set,
.col4-set,
.container,
.container-fluid,
.dl-horizontal dd,
.footer-icons,
.form-horizontal .form-group,
.header-magazine,
.header-messages,
.layout,
.modal-footer,
.modal-header,
.nav,
.panel-body,
.product-essential,
.product-options-bottom,
.product-view .block-related p.title,
.product-view .box-recentlyview p.title,
.product-view .box-up-sell p.title,
.prs-row,
.row,
.time-promo-container {
    clear: both
}

#home-customer-banner:after,
#home-customer-banner:before,
#promo-banner:after,
#promo-banner:before,
#upsell-product-table:after,
#upsell-product-table:before,
.cart .cart-collaterals:after,
.cart .cart-collaterals:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.category-products:after,
.category-products:before,
.clearfix:after,
.clearfix:before,
.col2-set:after,
.col2-set:before,
.col4-set:after,
.col4-set:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.footer-icons:after,
.footer-icons:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.header-magazine:after,
.header-magazine:before,
.header-messages:after,
.header-messages:before,
.layout:after,
.layout:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.panel-body:after,
.panel-body:before,
.product-essential:after,
.product-essential:before,
.product-options-bottom:after,
.product-options-bottom:before,
.product-view .block-related p.title:after,
.product-view .block-related p.title:before,
.product-view .box-recentlyview p.title:after,
.product-view .box-recentlyview p.title:before,
.product-view .box-up-sell p.title:after,
.product-view .box-up-sell p.title:before,
.prs-row:after,
.prs-row:before,
.row:after,
.row:before,
.time-promo-container:after,
.time-promo-container:before {
    content: " ";
    display: table
}

#home-customer-banner:after,
#promo-banner:after,
#upsell-product-table:after,
.cart .cart-collaterals:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.category-products:after,
.clearfix:after,
.col2-set:after,
.col4-set:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.footer-icons:after,
.form-horizontal .form-group:after,
.header-magazine:after,
.header-messages:after,
.layout:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.panel-body:after,
.product-essential:after,
.product-options-bottom:after,
.product-view .block-related p.title:after,
.product-view .box-recentlyview p.title:after,
.product-view .box-up-sell p.title:after,
.prs-row:after,
.row:after,
.time-promo-container:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hidden,
.no-margin {
    margin: 0!important
}

.pull-right {
    float: right!important
}

.f-left,
.left,
.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

.bs-prototype-override.input-group-btn {
    display: table-cell!important
}

.hidden {
    display: none!important;
    border: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important
}

.nobr {
    white-space: nowrap!important
}

.wrap {
    white-space: normal!important
}

.a-left {
    text-align: left!important
}

.a-center {
    text-align: center!important
}

.a-right {
    text-align: right!important
}

.v-top {
    vertical-align: top
}

.v-middle {
    vertical-align: middle
}

.f-right,
.right {
    float: right!important
}

.f-none {
    float: none!important
}

.f-fix {
    float: left;
    width: 100%
}

.no-display {
    display: none !important;
}

.no-bg {
    background: 0 0!important
}

.clearer {
    clear: both
}

.clearer:after,
.clearer:before {
    content: " ";
    display: table
}

.clearer:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:1px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:2px) and (max-width:2px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:3px) and (max-width:9998px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:9999px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!important
    }
}

@media (max-width:1px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:2px) and (max-width:2px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:3px) and (max-width:9998px) {
    .hidden-md {
        display: none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
    .visible-print-block {
        display: block!important
    }
    .visible-print-inline {
        display: inline!important
    }
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.clear {
    clear: both
}

.checkitout input[type=checkbox],
.checkitout input[type=radio] {
    position: absolute;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin: 5px 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0;
    z-index: 10;
    display: block!important
}

.checkitout input[type=checkbox]+label:before,
.checkitout input[type=checkbox]~label:before,
.checkitout input[type=radio]+label:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/radio.png) center right no-repeat;
    padding-left: 6px;
    vertical-align: middle;
    margin-bottom: 1px
}

.checkitout input[type=checkbox]:checked+label:before,
.checkitout input[type=checkbox]:checked~label:before,
.checkitout input[type=radio]:checked+label:before {
    background-position: 1px center
}

#checkout-step-promotions.one .privacy-box .form-list {
    margin: 10px;
    clear: both;
    width: 100%
}

#checkout-step-promotions.one .privacy-box .form-list li.control {
    padding: 0;
    margin-left: 0;
    width: 100%
}

.checkitout .buttons-set {
    border: none
}

.checkitout .buttons-set button.btn-checkout {
    background: #0bae91;
    border: none;
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 15px 16px
}

.checkitout #checkout-review-table,
.checkitout #checkout-review-table>tbody>tr>td,
.checkitout #checkout-review-table>tbody>tr>th,
.checkitout #checkout-review-table>tfoot>tr>td,
.checkitout #checkout-review-table>tfoot>tr>th,
.checkitout #checkout-review-table>thead>tr>td,
.checkitout #checkout-review-table>thead>tr>th {
    border: none
}

.checkitout .buttons-set button.btn-checkout span span {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 500
}

.checkitout #checkout-review-table h3.product-name {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 700
}

.checkitout #checkout-review-table .price {
    margin-left: 10px;
    font-family: 'Open Sans';
    font-weight: 500
}

.checkitout #checkout-review-table .cart-price .price,
.checkitout #checkout-review-table .pz,
.checkitout #checkout-review-table strong .price {
    font-weight: 700
}

.checkitout #checkout-review-table .a-right {
    text-align: left!important
}

.checkitout #checkout-review-table>tbody tr td,
.checkitout #checkout-review-table>tfoot td {
    padding: 5px 0 0
}

.checkitout #checkout-review-table>tbody>tr:nth-child(odd)>td,
.checkitout #checkout-review-table>tbody>tr:nth-child(odd)>th {
    background: 0 0
}

.checkitout .step-header {
    padding: 4px 8px 5px;
    cursor: default
}

.checkitout #checkout-step-payment .step-content,
.checkitout #checkout-step-shipping_method-content .step-content {
    padding: 0 15px
}

.checkitout .checkout-step {
    position: relative;
    margin-bottom: 10px
}

.checkitout .checkout-step .step-header {
    padding: 0;
    color: #fff;
    font-weight: 700
}

.checkitout .checkout-step .step-header .number {
    background: #fff;
    color: #fff;
    padding: 7px 11px;
    border-radius: 60px;
    margin-right: 10px;
    font-weight: 400
}

.checkitout .checkout-step .step-content {
    padding: 0 15px;
    position: relative
}

.checkitout .checkout-step .buttons {
    text-align: right;
    padding-top: 20px
}

.checkitout .form-list li.control {
    margin: 0 0 0 10px;
    padding: 0
}

.checkitout label {
    font-weight: 400;
    line-height: 1.2
}

#checkout-step-billing-content .form-list li,
#co-shipping-form .form-list li {
    padding-bottom: 0
}

#checkout-step-billing-content .form-list li input,
#checkout-step-billing-content .form-list li select,
#co-shipping-form .form-list li input,
#co-shipping-form .form-list li select {
    border-style: dotted!important;
    border-radius: 0!important
}

#checkout-step-billing-content .field-cf,
#co-shipping-form .field-cf {
    padding-right: 0
}

#checkout-step-billing-content .field-settore,
#co-shipping-form .field-settore {
    padding-left: 0
}

#checkout-step-billing-content .field-country,
#co-shipping-form .field-country {
    padding-left: 0;
    width: 30%
}

#checkout-step-billing-content .field-addr,
#co-shipping-form .field-addr {
    width: 70%;
    padding-right: 0
}

#checkout-step-billing-content .field-prov,
#co-shipping-form .field-prov {
    width: 30%
}

#checkout-review-load .newsletter-checkbox span {
    margin-right: 10px
}

#checkout-review-load .newsletter-checkbox li.control label {
    display: inline-block
}

li#billing-new-address-form {
    margin-bottom: 5px
}

.checkitout .checkout-step .buttons-set {
    display: none
}

.checkitout .checkout-step .step-loading {
    position: absolute;
    background-color: #fff;
    text-align: center;
    vertical-align: middle
}

.checkitout .checkout-step .step-loading span {
    position: relative;
    top: 45%
}

.checkitout #review-buttons-container button.disabled span span {
    background: url(https://img.eurofides.com/skin/frontend/images/ecomdev/checkitout/base/bg_loader.gif) -5px center no-repeat!important
}

.checkitout .checkout-top {
    width: 100%;
    clear: both
}

.checkitout .checkout-right {
    width: 62%;
    float: right;
    padding-left: 10px
}

.checkitout .checkout-left {
    width: 37%;
    float: left;
    padding-right: 5px
}

.checkitout .checkout-single {
    width: 100%;
    clear: both
}

.checkitout .container_3col:after,
.checkitout .container_3col:before {
    content: " ";
    display: table
}

.checkitout .container_3col:after {
    clear: both
}

.checkitout .container_3col .checkout-left,
.checkitout .container_3col .checkout-right {
    width: 36%
}

.checkitout .container_3col .checkout-center {
    width: 28%;
    margin-left: auto;
    margin-right: auto
}

.checkitout .checkout-right .two .checkout-step,
.checkitout .checkout-single .two .checkout-step {
    width: 49.2%;
    height: 100%;
    position: relative
}

.checkitout .checkout-right .two div.first,
.checkitout .checkout-single .two div.first {
    float: left;
    clear: both
}

.checkitout .checkout-right .two div.second,
.checkitout .checkout-single .two div.second {
    float: right
}

.checkitout .checkout-single .one,
.checkitout .checkout-single .two {
    clear: both
}

.checkitout .form-list .input-box {
    margin-left: 0
}

.checkitout .container_3col .form-list .input-box {
    width: auto
}

.checkitout .form-list label {
    text-align: left;
    margin-left: 0
}

.checkitout .form-list .wide input.input-text,
.checkitout .form-list .wide select,
.checkitout .form-list input.input-text,
.checkitout .form-list select {
    width: 100%
}

.checkitout .form-list {
    margin-right: -5px;
    margin-left: -5px
}

.checkitout .form-list .field {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px
}

.checkitout .form-list .wide {
    padding: 0 5px
}

.checkitout .form-list .v-fix,
.checkitout .form-list .v-fix .validation-advice {
    width: 65px
}

.checkitout .form-list .v-fix select {
    width: 62px
}

.checkitout .checkout-single .form-list .input-box {
    width: 140px
}

.checkitout .checkout-single .form-list .field {
    width: 50%
}

.checkitout .checkout-single .form-list .wide {
    width: 380px
}

.checkitout .checkout-single .form-list .wide input.input-text,
.checkitout .checkout-single .form-list .wide select {
    width: 360px
}

.checkitout .checkout-single .form-list input.input-text,
.checkitout .checkout-single .form-list select {
    width: 170px
}

.checkitout .checkout-single .form-list .v-fix,
.checkitout .checkout-single .form-list .v-fix .validation-advice {
    width: 95px
}

.checkitout .checkout-single .form-list .v-fix select {
    width: 92px
}

.checkitout-checkout-loading {
    position: absolute;
    background-color: #222;
    text-align: center;
    vertical-align: middle;
    z-index: 2000
}

.checkitout-checkout-loading span {
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 30%;
    background-color: #eee;
    margin-left: 40%;
    margin-right: 40%;
    display: block;
    padding: 20px 40px;
    border: 1px solid #000
}

.checkitout-checkout-loading span img {
    display: block;
    margin-bottom: 10px
}

.checkitout-checkout-overlay {
    position: absolute;
    background-color: #222
}

.same-as-billing-overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: url(https://img.eurofides.com/skin/frontend/images/ecomdev/checkitout/base/bg_same_as_billing.gif)
}

.checkitout .checkout-left .same-as-billing,
.checkitout .checkout-left .same-as-billing-overlay,
.checkitout .checkout-single .same-as-billing-overlay {
    display: none
}

.checkitout .checkout-single .same-as-billing .same-as-billing-overlay {
    display: block
}

.checkitout .checkout-top h1 {
    float: left;
    display: block;
    margin-top: 0;
    font-weight: 700
}

.checkitout .checkout-top .page-title {
    overflow: visible;
    padding-bottom: 30px
}

#checkout-step-login {
    color: #000;
    font-weight: 400;
    padding: 20px 0 5px
}

#checkout-step-login button.popup-trigger {
    background-color: transparent;
    padding: 0
}

#checkout-step-login button.popup-trigger span span {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    line-height: 0;
    font-weight: 700;
    margin-right: 5px
}

#checkout-step-login .step-content {
    position: static;
    border: none;
    background: 0 0;
    padding: 0
}

#login-step-popup {
    text-align: left;
    width: 400px;
    position: absolute;
    left: -110px;
    top: -50px;
    z-index: 1000
}

.checkitout .review-container .checkout-step,
.checkitout .review-container .form-list .order-comments,
.checkitout .review-container .form-list .order-comments .input-box {
    width: 100%
}

#login-step-popup .popup-title .popup-close {
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 25px
}

#login-step-popup .popup-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 30px;
    position: relative
}

#login-step-popup .popup-content .button[type=submit] {
    float: right
}

.checkitout .review-container {
    clear: both
}

.checkitout .review-container .form-list .order-comments textarea {
    width: 100%;
    height: 50px
}

.checkitout .review-container .checkout-step .buttons-set {
    margin: 0;
    display: block
}

.checkitout .review-container .checkout-step .empty {
    margin-bottom: 40px
}

.checkitout .btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(https://img.eurofides.com/skin/frontend/images/ecomdev/checkitout/base/btn_trash.gif) no-repeat;
    text-indent: -999em;
    overflow: hidden
}

.checkitout #payment-tool-tip {
    position: absolute
}

#checkout-step-promotions.one .form-list {
    display: block;
    width: 100%
}

#checkout-step-promotions.one .form-list li {
    display: block;
    width: 48%;
    float: left
}

#checkout-step-promotions.one .form-list li .input-box,
#checkout-step-promotions.one .form-list li .input-box input {
    width: 90%
}

#checkout-step-promotions.one .form-list li.control {
    padding-top: 1.5em
}

#confirmation-window {
    text-align: left;
    background: #fff;
    z-index: 3000;
    width: 800px;
    position: absolute
}

#confirmation-window .buttons-set {
    display: block
}

#confirmation-window .buttons-set .cancel {
    float: right
}

#confirmation-window .buttons-set .confirm {
    float: left
}

#confirmation-window .block {
    float: left;
    width: 47.5%
}

#confirmation-window .block-wide,
.checkitout .checkout-step .gift-message-form .gift-item .form-list .field,
.checkitout .checkout-step .gift-message-form .gift-item .form-list .input-box,
.checkitout .checkout-step .gift-messages-form .allow-gift-messages-for-order-container .form-list .field,
.checkitout .checkout-step .gift-messages-form .allow-gift-messages-for-order-container .form-list .input-box,
.checkitout .checkout-step .gift-messages-form .allow-gift-messages-for-order-container .form-list input.input-text,
.checkitout .checkout-step .gift-messages-form .allow-gift-messages-for-order-container .form-list li.wide .input-box,
.checkitout .checkout-step .gift-messages-form .allow-gift-messages-for-order-container .form-list li.wide textarea,
.checkitout .checkout-step .gift-messages-form .item .details .form-list input.input-text,
.checkitout .checkout-step .gift-messages-form .item .details .form-list li.wide .input-box,
.checkitout .checkout-step .gift-messages-form .item .details .form-list li.wide textarea,
.checkitout .checkout-step .gift-messages-form .item .form-list .field,
.checkitout .checkout-step .gift-messages-form .item .form-list .input-box,
.checkitout .checkout-step .gift-messages-form .whole-order .form-list .field,
.checkitout .checkout-step .gift-messages-form .whole-order .form-list .input-box,
.checkitout .checkout-step .gift-messages-form .whole-order .form-list input.input-text,
.checkitout .checkout-step .gift-messages-form .whole-order .form-list li.wide .input-box,
.checkitout .checkout-step .gift-messages-form .whole-order .form-list li.wide textarea {
    width: 100%
}

#confirmation-window .block .block-content {
    padding: 5px
}

#confirmation-window .block-right {
    float: right
}

#confirmation-window .step-header {
    padding: 4px 8px 5px;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    cursor: default
}

#confirmation-window .step-header .number {
    float: left;
    background: #ddd;
    border-color: #ddd;
    color: #000;
    padding: 0 4px;
    margin: 0 5px 0 0;
    font: 700 11px/14px arial, helvetica, sans-serif
}

.checkitout .checkout-step .gift-message-form .gift-item .fieldset,
.checkitout .gift-message-form .gift-item .product-img-box,
.checkitout .gift-messages-form .item .product-img-box {
    background-image: none
}

#confirmation-window .step-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 30px;
    position: relative
}

.checkitout .gift-message-form .gift-message-form .inner-box p,
.checkitout .gift-message-form .inner-box h4,
.checkitout .gift-message-form .inner-box h5 {
    padding: 0 10px
}

.checkitout .checkout-step .gift-message-form .gift-item .form-list {
    padding: 0 0 0 20px
}

.checkitout .checkout-step .gift-message-form .fieldset .form-list .input-text,
.checkitout .checkout-step .gift-message-form .fieldset .form-list textarea {
    width: 170px
}

.checkitout .checkout-step .gift-messages-form textarea {
    height: 40px
}

.checkitout .checkout-step .gift-message-form .form-list .input-box,
.checkitout .checkout-step .gift-message-form .form-list label,
.checkitout .gift-messages-form .item .details .vfix,
.checkitout .gift-messages-form .item .product-img-box,
.checkitout .gift-messages-form .whole-order .field {
    float: none
}

.checkitout .gift-messages-form .inner-box,
.checkitout .gift-options-for-order {
    padding: 0 20px
}

.checkitout .gift-message-form .gift-item .fieldset,
.checkitout .gift-messages-form .item .fieldset {
    padding: 0;
    margin: 0
}

.checkitout .gift-messages-form .item .details {
    margin: 0
}

.MagicZoomPlus,
.MagicZoomPlus * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.MagicZoomPlus,
.MagicZoomPlus:hover {
    display: inline-block;
    cursor: pointer;
    outline: 0!important;
    font-size: 0!important;
    line-height: 100%!important;
    direction: ltr;
    max-width: 100%
}

.MagicZoomPlus span,
.MagicZoomPlus:hover span {
    display: none!important
}

.MagicHotspots,
.MagicZoomPlus-ExternalText {
    display: none
}

.MagicZoomPlus img,
.MagicZoomPlus:hover img {
    border: 0!important;
    margin: 0!important;
    outline: 0!important;
    padding: 0!important;
    height: auto
}

.MagicZoomLoading,
.MagicZoomPlusLoading {
    font-family: sans-serif;
    margin: 0;
    padding: 4px 4px 4px 24px!important;
    text-decoration: none
}

.MagicZoomPlus:hover>img,
.MagicZoomPlus>img {
    width: 100%
}

.MagicZoomPlus.magic-for-ie8,
.MagicZoomPlus.magic-for-ie8>img {
    max-width: none!important
}

.MagicZoomPlus.magic-for-ie5 img,
.MagicZoomPlus.magic-for-ie7>img {
    width: auto
}

td>.MagicZoomPlus.magic-for-ie8>img,
td>.MagicZoomPlus>img {
    max-width: none;
    width: auto
}

.MagicThumb-expanded>div>div>div>img,
.MagicZoomBigImageCont img,
.magic-temporary-img img {
    max-height: none!important;
    max-width: none!important
}

.MagicZoomPlusLoading {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/loader.gif) 2px 50% no-repeat #fff;
    border: 1px solid #ccc;
    color: #444;
    font-size: 8pt;
    line-height: 1.5em;
    text-align: left
}

.MagicZoomBigImageCont {
    background: #fff;
    border: 1px solid #999;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    transition: none!important
}

.MagicThumb-buttons a,
.MagicThumb-expanded {
    -webkit-transition: none!important;
    -moz-transition: none!important
}

.MagicZoomBigImageCont.inner-zoom {
    border: 0
}

.MagicZoomBigImageCont img {
    height: auto!important;
    width: auto!important
}

.MagicZoomHeader {
    background: #666;
    color: #fff;
    font-size: 10pt!important;
    line-height: normal!important;
    text-align: center!important
}

.MagicZoomPup {
    background: #dadad1;
    border: 3px solid #aaa;
    cursor: pointer
}

.MagicZoomLoading {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/loader.gif) 2px 50% no-repeat #fff;
    border: 1px solid #ccc;
    color: #444;
    font-size: 8pt;
    line-height: 1.5em;
    text-align: left
}

.MagicHotspots a {
    border: 1px solid #ccc;
    display: block!important;
    position: absolute!important
}

.MagicHotspots a:hover {
    border: 1px solid red
}

.MagicThumb-expanded-thumbnail {
    cursor: default
}

.MagicThumb-expanded {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
    transition: none!important
}

.MagicThumb-expanded img {
    background: #fff
}

.MagicThumb-caption {
    background: #ccc;
    border: 0!important;
    color: #333;
    font: 400 10pt Verdana, Helvetica;
    min-height: 18px!important;
    padding: 8px;
    outline: 0!important;
    text-align: left
}

.MagicThumb-buttons {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/buttons1.png) no-repeat;
    display: block;
    height: 24px
}

.MagicThumb-buttons a {
    height: 24px;
    margin: 0 1px!important;
    overflow: hidden;
    width: 24px;
    transition: none!important
}

.MagicThumb-expanded>div>div>div>img {
    height: auto!important;
    width: auto!important
}

.MagicThumb-background {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    transition: none!important
}

.MagicBoxShadow {
    -moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')"!important
}

.MagicBoxGlow {
    -moz-box-shadow: 0 0 4px 4px #888;
    -webkit-box-shadow: 0 0 4px 4px #888;
    box-shadow: 0 0 4px 4px #888;
    filter: progid: DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')"!important
}

.header-magazine {
    width: 1089px!important;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: relative;
    padding: 20px 0 0
}

@media (min-width:2px) {
    .header-magazine {
        width: 750px
    }
}

@media (min-width:3px) {
    .header-magazine {
        width: 970px
    }
}

@media (min-width:9999px) {
    .header-magazine {
        width: 1170px
    }
}

.header-magazine .tagline {
    position: absolute;
    bottom: 75px;
    left: 15px;
    width: 327px
}

.header-magazine .logo {
    margin: 0 auto;
    width: 288px
}

.header-magazine .social {
    position: absolute;
    bottom: 75px;
    right: 100px
}

#post-list .item.even .eurofides_racconta,
#post-list .item.even .pack_and_gift,
#post-list .item.even .wine_and_food,
#post-list .item.odd .eurofides_racconta,
#post-list .item.odd .pack_and_gift,
#post-list .item.odd .wine_and_food {
    right: 0
}

.header-magazine .social a {
    display: block;
    float: left;
    margin-right: 7px;
    text-decoration: none
}

.header-magazine .social a img {
    display: block;
    width: 32px
}

.header-magazine #menu-magazine {
    clear: both;
    margin: 20px 0 10px;
    border-top: 1px solid #000
}

.header-magazine #menu-magazine li {
    display: inline;
    text-transform: uppercase;
    font-weight: 700
}

.header-magazine #menu-magazine li a {
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none
}

.is-blog .pager .pages ol>li.current>span,
.post-meta a {
    text-decoration: underline
}

.header-magazine #menu-magazine li a:hover,
.header-magazine #menu-magazine li.active a {
    background: #f29e29;
    color: #fff
}

.eurofides_racconta,
.pack_and_gift,
.wine_and_food {
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: 60px 60px;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0
}

.eurofides_racconta {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/wp/eurofides-racconta.png)
}

.pack_and_gift {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/wp/packgift.gif)
}

.wine_and_food {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/wp/winefood.gif)
}

#post-list h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

#post-list .featured-image {
    border: none;
    width: 500px
}

#post-list .item {
    position: relative;
    clear: both;
    width: 100%;
    overflow: auto
}

#post-list .item.odd .featured-image {
    float: left
}

#post-list .item.odd .post-text {
    float: right;
    width: 530px;
    padding: 20px;
    background-color: #f8f8f8
}

#post-list .item.even .featured-image {
    float: right;
    margin: 0 0 0 20px
}

.is-blog .layout.layout-2-cols aside[role=complementary] .instagram,
.post-meta {
    margin-top: 20px
}

#post-list .item.even .post-text {
    position: relative;
    float: left;
    background-color: #f8f8f8;
    width: 530px;
    padding: 20px
}

#post-list .button {
    background-color: #ffd800;
    color: #000;
    clear: both;
    border: 1px solid #000
}

.post-meta a {
    color: #0bae91
}

.post-title h1 {
    text-transform: none
}

.wp-sidebar .block-title {
    text-transform: uppercase;
    font-size: 15px
}

.is-blog .pages ol>li {
    border: none
}

.is-blog .pager .pages ol>.active>span,
.is-blog .pager .pages ol>li.active>a,
.is-blog .pager .pages ol>li>a {
    color: #000;
    border: none
}

.is-blog .layout.layout-2-cols div[role=main] {
    width: 70%
}

.is-blog .layout.layout-2-cols aside[role=complementary] {
    width: 30%
}

.is-blog .layout.layout-2-cols aside[role=complementary] .instagram h3 {
    margin: 5px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000
}

.is-blog .block-related {
    padding: 0 25px
}

.is-blog .block-related .item h2 {
    display: block;
    font-size: 13px;
    font-weight: 700;
    clear: both;
    padding-top: 10px;
    line-height: 1.5em
}

.is-blog .block-related .item .price {
    color: #e43232
}

.is-blog .owl-next,
.is-blog .owl-prev {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/vetrina-arrows-st.png);
    background-size: 55px 55px;
    display: block;
    position: absolute;
    height: 55px;
    width: 30px;
    font-size: 0;
    top: 30%
}

.is-blog .owl-next {
    right: -25px;
    background-position: center right
}

.is-blog .owl-prev {
    left: -25px;
    background-position: center left
}

#search_mini_form {
    margin-bottom: 0;
    background-color: #f4f4f4;
    margin-top: 29px
}

#search_mini_form #algolia-searchbox,
#search_mini_form .input-group {
    display: block;
    margin: 4px 0 0
}

#search_mini_form #algolia-searchbox svg.magnifying-glass,
#search_mini_form .input-group svg.magnifying-glass {
    top: 0;
    right: 0;
    background-color: #0bae91;
    padding: 5px
}

#search_mini_form #algolia-searchbox .clear-query-autocomplete,
#search_mini_form .input-group .clear-query-autocomplete {
    top: 8px
}

#search_mini_form #algolia-searchbox #algolia-autocomplete-tt.algolia-autocomplete,
#search_mini_form .input-group #algolia-autocomplete-tt.algolia-autocomplete {
    float: left;
    width: 91.6%;
    background-color: #f4f4f4
}

#search_mini_form #algolia-searchbox .input-text::-webkit-input-placeholder,
#search_mini_form .input-group .input-text::-webkit-input-placeholder {
    color: #b2afaf
}

#search_mini_form #algolia-searchbox .input-text:-moz-placeholder,
#search_mini_form .input-group .input-text:-moz-placeholder {
    color: #b2afaf
}

#search_mini_form #algolia-searchbox .input-text:-ms-input-placeholder,
#search_mini_form .input-group .input-text:-ms-input-placeholder {
    color: #b2afaf
}

#search_mini_form #algolia-searchbox .btn,
#search_mini_form .input-group .btn {
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: right;
    height: 40px;
    padding: 6px 12px
}

#search_mini_form #algolia-searchbox .btn .fa,
#search_mini_form .input-group .btn .fa {
    font-size: 18px
}

.search-autocomplete {
    z-index: 1000
}

.search-autocomplete li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer
}

.search-autocomplete li.first,
.search-autocomplete li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.search-autocomplete li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.search-autocomplete li.disabled,
.search-autocomplete li.disabled:focus,
.search-autocomplete li.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.search-autocomplete li.disabled .list-group-item-heading,
.search-autocomplete li.disabled:focus .list-group-item-heading,
.search-autocomplete li.disabled:hover .list-group-item-heading {
    color: inherit
}

.search-autocomplete li.disabled .list-group-item-text,
.search-autocomplete li.disabled:focus .list-group-item-text,
.search-autocomplete li.disabled:hover .list-group-item-text {
    color: #777
}

.search-autocomplete li.active,
.search-autocomplete li.active:focus,
.search-autocomplete li.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.search-autocomplete li.active .list-group-item-heading,
.search-autocomplete li.active .list-group-item-heading>.small,
.search-autocomplete li.active .list-group-item-heading>small,
.search-autocomplete li.active:focus .list-group-item-heading,
.search-autocomplete li.active:focus .list-group-item-heading>.small,
.search-autocomplete li.active:focus .list-group-item-heading>small,
.search-autocomplete li.active:hover .list-group-item-heading,
.search-autocomplete li.active:hover .list-group-item-heading>.small,
.search-autocomplete li.active:hover .list-group-item-heading>small {
    color: inherit
}

.search-autocomplete li.active .list-group-item-text,
.search-autocomplete li.active:focus .list-group-item-text,
.search-autocomplete li.active:hover .list-group-item-text {
    color: #fff
}

.search-autocomplete li .amount {
    float: right
}

.search-autocomplete li:focus,
.search-autocomplete li:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.search-autocomplete li.selected,
.search-autocomplete li.selected:focus,
.search-autocomplete li.selected:hover {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

div#algolia-searchbox label {
    display: none
}

#search_mini_form #algolia-searchbox .input-text,
#search_mini_form .input-group .input-text {
    background: #f4f4f4;
    border: none;
    float: left;
    height: 40px;
    padding: 0 5px;
    width: 450px
}

#search_mini_form #algolia-searchbox .input-text::-moz-placeholder,
#search_mini_form .input-group .input-text::-moz-placeholder {
    color: #b2afaf
}

span#algolia-glass {
    background-color: #0bae91;
    color: #fff;
    font-size: 13px;
    height: 40px
}

#newsletter-popup .modal-dialog .modal-content .modal-body {
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/bg-newsletter.jpg) center top/100% auto no-repeat rgba(0, 0, 0, 0);
    padding: 332px 15px 15px
}

#newsletter-popup .modal-dialog .modal-content .modal-body button.button {
    background-color: #e30613;
    border: none;
    border-radius: 0;
    height: 35px;
    margin-left: 3px;
    text-transform: uppercase;
    width: 25%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800
}

#newsletter-popup .modal-dialog .modal-content .modal-body #newsletter-mail {
    font-family: 'Open Sans', sans-serif;
    color: #818181;
    float: left;
    height: 35px;
    width: 70%;
    text-transform: uppercase
}

label#accept-term {
    font-family: 'Open Sans', sans-serif;
    color: #878787;
    text-transform: uppercase
}

#newsletter-popup .modal-dialog .modal-content .modal-body #accept-term a,
label#accept-term a,
label#accept-term a:hover {
    color: #000
}

#modal-login .left span.h2 {
    color: #0bae91;
    font-weight: 700;
    padding-left: 15px
}

#modal-login .left {
    width: 49%;
    padding-top: 20px
}

#modal-login .right span.h3 {
    color: #69a8de;
    font-style: italic;
    font-weight: 700
}

#modal-login .right {
    text-align: center;
    width: 49%;
    padding-top: 50px
}

.modal-dialog .modal-content .modal-header span.h4 {
    color: #69a8de;
    font-size: 18px;
    font-weight: 700
}

.custom-menu .dropdown-megamenu .megamenu-forniture span.h3 {
    font-size: 12px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase
}

.custom-menu .dropdown-megamenu .megamenu-forniture {
    padding-bottom: 20px;
    text-align: center
}

.catalog-line .right h4 {
    font-size: 28px;
    margin-bottom: 25px;
    text-transform: none
}

.products-grid .item h3.product-name {
    line-height: .6em;
    margin: 0;
    min-height: auto;
    font-weight: 300
}

.products-grid .item h3.product-name a {
    color: #363b43;
    font-size: 13px;
    font-weight: 700
}

.product-essential.first-info h1 {
    font-size: 18px;
    margin: 3px 0;
    text-transform: none
}

.banner-get-catalog,
.see-catalog-online {
    margin-top: 30px
}

div.item h3.product-name {
    background: 0 0;
    line-height: 1.1!important;
    margin-bottom: 15px!important
}

.catalog-online-page-header {
    font-family: 'Open Sans';
    text-align: left!important;
    text-transform: none!important;
    margin-left: 31px;
    font-weight: 700!important
}

.catalog_request_select_type_form_area_mini_form h3,
.mini-cart-title,
.numero_verde {
    font-weight: 700
}

.catalog-online-page {
    position: relative;
    float: left;
    width: 20%;
    height: 260px
}

.background-see-catalog-online {
    background-color: #ddd;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 1002px;
    margin-left: 45px;
    margin-right: 45px
}

.newsletter-home-banner {
    margin-top: 30px;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/home_banner/newsletter-banner-home.jpg);
    width: 1002px;
    height: 264px;
    border: 2px solid #000;
    margin-left: 45px
}

.newsletter-action-box {
    float: left;
    margin-top: 169px;
    position: relative;
    width: 100px;
    margin-left: 5px
}

.newsletter-input-box {
    float: left;
    height: 30px;
    margin-left: 373px;
    margin-top: 170px;
    position: relative;
    width: 505px
}

div.newsletter-action-box .button {
    background: #ffaf00
}

.newsletter-input-box input {
    text-align: center;
    font-family: 'Open Sans'
}

.empty-selection {
    color: red;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/radio-misure-red.gif)!important
}

.mini-cart-header {
    text-align: center;
    margin-top: 12px;
    border-bottom: 1px solid #bdbdbd
}

.mini-cart-title {
    color: #000000;
}

.area-input-form {
    float: left;
    position: relative;
    width: 100%
}

.area-title-form {
    float: left;
    position: relative;
    width: 22%;
    padding-right: 3px
}

.title-form {
    font-family: Open Sans;
    font-size: 20px
}

.checkbox-catalogrequest {
    position: relative;
    float: left
}

.banner-left,
.banner-right {
    height: 885px;
    position: fixed;
    width: 130px;
    top: 160px
}

.banner-left {
    left: 0;
    margin-left: 0
}

.banner-right {
    margin-right: 0;
    right: 0
}

.img-misure-empty {
    border: 2px solid red!important;
    color: red!important
}

#my-orders-table>tbody>tr>td,
#my-orders-table>tbody>tr>th,
#my-orders-table>tfoot>tr>td,
#my-orders-table>tfoot>tr>th,
#my-orders-table>thead>tr>td,
#my-orders-table>thead>tr>th,
#wishlist-table>tbody>tr>td,
#wishlist-table>tbody>tr>th,
#wishlist-table>tfoot>tr>td,
#wishlist-table>tfoot>tr>th,
#wishlist-table>thead>tr>td,
#wishlist-table>thead>tr>th {
    width: 30%
}

.catalog_request_title_area h1.catalog_request_title {
    color: #7babc3;
    font-size: 24px
}

.catalog_request_select_type_area {
    background-color: #eef4f7;
    min-height: 295px
}

.catalog_request_select_type_form_area,
.catalog_request_select_type_image_area {
    width: 50%;
    position: relative;
    float: left;
    opacity: 1;
    padding-left: 30px;
    padding-top: 30px
}

.catalog_request_select_type_form_area {
    padding-left: 250px
}

.catalog_request_select_type_form_area_mini_form {
    border: 3px solid #9f9d92;
    background-color: #fff;
    width: 250px;
    height: 250px;
    border-radius: 5px
}

button#catalog_request_type_select {
    clear: both;
    background: #f29e29;
    border: none;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-top: 25px
}

div.checkbox-catalogrequest input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -25px
}

div.checkbox-catalogrequest input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 30px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 25px;
    margin-top: 25px
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

div#catalog_request_select_type_form_area_mini_form_id input[type="checkbox"].css-checkbox + label.css-label {
    margin-left: 30px;
}

input[type="checkbox"].css-checkbox + label.css-label {
	padding-left: 30px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 0px;
    margin-top: 0px;
    font-weight:400;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -25px
}

label.css-label {
    background-image: url('https://img.eurofides.com/skin/frontend/eurofides/default/images/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zero_opacity {
    opacity: 0
}

ul.socialicons {
    list-style: none;
    overflow: auto;
    margin-left: 40px
}

.ico-magazine {
    margin-left: 50px!important
}

ul.socialicons li {
    width: 32px;
    height: 33px;
    padding: 0 5px 0 0;
    float: left;
    margin-left: 5px
}

.social-likes__icon_facebook::before,
.social-likes__icon_pinterest::before,
.social-likes__icon_twitter::before {
    content: none!important;
    padding-bottom: 0!important
}

ul.socialicons li a {
    width: 32px;
    height: 33px;
    display: block;
    background: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/socialSprite1.png) no-repeat
}

div.social-likes__widget_facebook,
div.social-likes__widget_pinterest,
div.social-likes__widget_twitter {
    background-repeat: no-repeat!important;
    display: initial!important
}

ul.socialicons li a.stumbleupon {
    background-position: 0 0
}

ul.socialicons li a.stumbleupon:hover {
    background-position: -38px 0
}

ul.socialicons li a.digg {
    background-position: 0 -36px
}

ul.socialicons li a.digg:hover {
    background-position: -38px -36px
}

ul.socialicons li a.facebook {
    background-position: 0 -73px
}

ul.socialicons li a.facebook:hover {
    background-position: -38px -73px
}

ul.socialicons li a.twitter {
    background-position: 0 -109px
}

ul.socialicons li a.twitter:hover {
    background-position: -38px -109px
}

ul.socialicons li a.delicious {
    background-position: 0 -146px
}

ul.socialicons li a.delicious:hover {
    background-position: -38px -146px
}

ul.socialicons li a.flickr {
    background-position: 0 -183px
}

ul.socialicons li a.flickr:hover {
    background-position: -38px -183px
}

ul.socialicons li a.youtube {
    background-position: 0 -219px
}

ul.socialicons li a.youtube:hover {
    background-position: -38px -219px
}

ul.socialicons li a.skype {
    background-position: 0 -256px
}

ul.socialicons li a.skype:hover {
    background-position: -38px -256px
}

ul.socialicons li a.linkedin {
    background-position: 0 -292px
}

ul.socialicons li a.linkedin:hover {
    background-position: -38px -292px
}

ul.socialicons li a.vimeo {
    background-position: 0 -329px
}

ul.socialicons li a.vimeo:hover {
    background-position: -38px -329px
}

ul.socialicons li a.blogger {
    background-position: 0 -365px
}

ul.socialicons li a.blogger:hover {
    background-position: -38px -365px
}

ul.socialicons li a.tumblr {
    background-position: 0 -402px
}

ul.socialicons li a.tumblr:hover {
    background-position: -38px -402px
}

ul.socialicons li a.picasa {
    background-position: 0 -438px
}

ul.socialicons li a.picasa:hover {
    background-position: -38px -438px
}

ul.socialicons li a.wordpress {
    background-position: 0 -475px
}

ul.socialicons li a.wordpress:hover {
    background-position: -38px -475px
}

ul.socialicons li a.rss {
    background-position: 0 -511px
}

ul.socialicons li a.rss:hover {
    background-position: -38px -511px
}

ul.socialicons li a.mobileme {
    background-position: 0 -548px
}

ul.socialicons li mobileme:hover {
    background-position: -38px -548px
}

ul.socialicons li a.apple {
    background-position: 0 -585px
}

ul.socialicons li a.apple:hover {
    background-position: -38px -585px
}

ul.socialicons li a.gpluslight {
    background-position: 0 -621px
}

ul.socialicons li a.gpluslight:hover {
    background-position: -38px -621px
}

ul.socialicons li a.gplusdark {
    background-position: 0 -694px
}

ul.socialicons li a.gplusdark:hover {
    background-position: -38px -694px
}

ul.socialicons li a.twitterb {
    background-position: 0 -658px
}

ul.socialicons li a.twitterb:hover {
    background-position: -38px -658px
}

ul.socialicons li a.instagram {
    background-position: 0 -731px
}

ul.socialicons li a.instagram:hover {
    background-position: -38px -731px
}

ul.socialicons li a.myspace {
    background-position: 0 -767px
}

ul.socialicons li a.myspace:hover {
    background-position: -38px -767px
}

ul.socialicons li a.dribble {
    background-position: 0 -803px
}

ul.socialicons li a.dribble:hover {
    background-position: -38px -803px
}

ul.socialicons li a.blip {
    background-position: 0 -838px
}

ul.socialicons li a.blip:hover {
    background-position: -38px -838px
}

ul.socialicons li a.spotify {
    background-position: 0 -874px
}

ul.socialicons li a.spotify:hover {
    background-position: -38px -874px
}

ul.socialicons li a.grooveshark {
    background-position: 0 -910px
}

ul.socialicons li a.grooveshark:hover {
    background-position: -38px -910px
}

ul.socialicons li a.ichat {
    background-position: 0 -946px
}

ul.socialicons li a.ichat:hover {
    background-position: -38px -946px
}

ul.socialicons li a.github {
    background-position: 0 -981px
}

ul.socialicons li a.github:hover {
    background-position: -38px -981px
}

ul.socialicons li a.soundcloud {
    background-position: 0 -1017px
}

ul.socialicons li a.soundcloud:hover {
    background-position: -38px -1017px
}

ul.socialicons li a.pinterest {
    background-position: 0 -1053px
}

ul.socialicons li a.pinterest:hover {
    background-position: -38px -1053px
}

ul.socialicons li a.smugmug {
    background-position: 0 -1088px
}

ul.socialicons li a.smugmug:hover {
    background-position: -38px -1088px
}

ul.socialicons li a.virb {
    background-position: 0 -1124px
}

ul.socialicons li a.virb:hover {
    background-position: -38px -1124px
}

ul.socialicons li a.technorait {
    background-position: 0 -1160px
}

ul.socialicons li a.technorait:hover {
    background-position: -38px -1160px
}

ul.socialicons li a.slashdot {
    background-position: 0 -1195px
}

ul.socialicons li a.slashdot:hover {
    background-position: -38px -1195px
}

ul.socialicons li a.sharethis {
    background-position: 0 -1231px
}

ul.socialicons li a.sharethis:hover {
    background-position: -38px -1231px
}

ul.socialicons li a.posterous {
    background-position: 0 -1267px
}

ul.socialicons li a.posterous:hover {
    background-position: -38px -1267px
}

ul.socialicons li a.googleb {
    background-position: 0 -1302px
}

ul.socialicons li a.googleb:hover {
    background-position: -38px -1302px
}

ul.socialicons li a.reddit {
    background-position: 0 -1338px
}

ul.socialicons li a.reddit:hover {
    background-position: -38px -1338px
}

ul.socialicons li a.friendfollow {
    background-position: 0 -1374px
}

ul.socialicons li a.friendfollow:hover {
    background-position: -38px -1374px
}

ul.socialicons li a.designfloat {
    background-position: 0 -1409px
}

ul.socialicons li a.designfloat:hover {
    background-position: -38px -1409px
}

ul.socialicons li a.amazon {
    background-position: 0 -1445px
}

ul.socialicons li a.amazon:hover {
    background-position: -38px -1445px
}

ul.socialicons li a.netvibes {
    background-position: 0 -1481px
}

ul.socialicons li a.netvibes:hover {
    background-position: -38px -1481px
}

ul.socialicons li a.bing {
    background-position: 0 -1516px
}

ul.socialicons li a.bing:hover {
    background-position: -38px -1516px
}

ul.socialicons li a.yahoo {
    background-position: 0 -1552px
}

ul.socialicons li a.yahoo:hover {
    background-position: -38px -1552px
}

ul.socialicons li a.aim {
    background-position: 0 -1588px
}

ul.socialicons li a.aim:hover {
    background-position: -38px -1588px
}

ul.socialicons li a.email {
    background-position: 0 -1623px
}

ul.socialicons li a.email:hover {
    background-position: -38px -1623px
}

ul.socialicons li a.ebay {
    background-position: 0 -1659px
}

ul.socialicons li a.ebay:hover {
    background-position: -38px -1659px
}

ul.socialicons li a.paypal {
    background-position: 0 -1695px
}

ul.socialicons li a.paypal:hover {
    background-position: -38px -1695px
}

ul.socialicons li a.feedburner {
    background-position: 0 -1730px
}

ul.socialicons li a.feedburner:hover {
    background-position: -38px -1730px
}

ul.socialicons li a.podcast {
    background-position: 0 -1766px
}

ul.socialicons li a.podcast:hover {
    background-position: -38px -1766px
}

ul.socialicons li a.appstoreios {
    background-position: 0 -1802px
}

ul.socialicons li a.appstoreios:hover {
    background-position: -38px -1802px
}

ul.socialicons li a.itunes {
    background-position: 0 -1837px
}

ul.socialicons li a.itunes:hover {
    background-position: -38px -1837px
}

ul.socialicons li a.appstoremac {
    background-position: 0 -1873px
}

ul.socialicons li a.appstoremac:hover {
    background-position: -38px -1873px
}

ul.socialicons li a.yelp {
    background-position: 0 -1909px
}

ul.socialicons li a.yelp:hover {
    background-position: -38px -1909px
}

ul.socialicons li a.wthree {
    background-position: 0 -1944px
}

ul.socialicons li a.wthree:hover {
    background-position: -38px -1944px
}

ul.socialicons li a.etsy {
    background-position: 0 -1980px
}

ul.socialicons li a.etsy:hover {
    background-position: -38px -1980px
}

ul.socialicons li a.stackoverflow {
    background-position: 0 -2016px
}

ul.socialicons li a.stackoverflow:hover {
    background-position: -38px -2016px
}

ul.socialicons li a.foursquare {
    background-position: 0 -2051px
}

ul.socialicons li a.foursquare:hover {
    background-position: -38px -2051px
}

ul.socialicons li a.quora {
    background-position: 0 -2087px
}

ul.socialicons li a.quora:hover {
    background-position: -38px -2087px
}

ul.socialicons li a.photobucket {
    background-position: 0 -2123px
}

ul.socialicons li a.photobucket:hover {
    background-position: -38px -2123px
}

div.social-likes__widget_facebook {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/share_button_facebook.png)!important
}

div.social-likes__widget_twitter {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/share_button_twitter.png)!important
}

div.social-likes__widget_pinterest {
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/share_button_pinterest.png)!important
}

.social-likes .email-friend {
    background-image: none
}

.social-likes,
.social-likes__widget_single {
    font-size: 15px!important
}

.email-share {
    padding: 0;
    height: 22px;
    width: 22px;
    background-image: url(https://img.eurofides.com/skin/frontend/eurofides/default/images/share_button_email.png)!important;
    vertical-align: middle!important
}

body.checkout-onepage-index ul.messages li.success-msg {
    display: none
}

.numero_verde {
    color: green
}

div.category-description h1,
div.category-description h2 {
    color: #0bae91;
    font-weight: 700
}

/**
* MODIFICHE PER NUOVA HOMEPAGE
*/

/* TOP HEADER */
.box-header-message {
    position:relative;
    float:left;
    width:264px;
}

.icon-of-the-box, .text-of-the-box {
    position:relative;
    float:left;
    color:#FFFFFF;
}

.icon-of-the-box .fas {
    margin-top:8px;
}

.text-of-the-box {
    padding-left:5px;
}

.text-of-the-box h5 {
    font-weight: bold;
}

header[role="banner"] .top-header {
    padding: 4px 0;
}

/* MEGAMENU */
.custom-menu ul > li {
    margin-right: 0px;
    margin-left: 9px;
}

.netcomm-logo {
    display:none;
}

/* box pre footer */
.safeshopping-title-box {
    text-align:center;
    margin-top:-34px;
}
.safeshopping-title-box h5 {
    background-color: #0bae91;
    color: #FFFFFF;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.first-item-category {
    padding-left:0px;
}

.last-item-category {
    padding-right:0px;
}

.middle-item-category {
    padding-left:7.5px;
    padding-right:7.5px;
}

.home-box-category-title {
    text-align:center;
}

.text-hover {
    display:none;
}

.text-classic, .text-hover {
    font-weight:bold;
}
.box-content:hover .text-classic { display: none; }
.box-content:hover .text-hover { display: inline; }

.title-box-category {
    text-align:center;
}
.bg-newsletter .content-box-grey-one {
    background-image: url("https://img.eurofides.com/skin/media/wysiwyg/bitbull/home/newsletter_background.jpg");
    height:252px;
    background-size:cover;
    background-repeat:no-repeat;
}
.bg-newsletter {
    padding-left:0px;
}
.bg-grandi-clienti .content-box-grey-two {
    background-image: url("https://img.eurofides.com/skin/media/wysiwyg/bitbull/home/grande_cliente_background.jpg");
    height:252px;
    background-size:cover;
    background-repeat:no-repeat;
}
.bg-grandi-clienti {
    padding-left:7px;
    padding-right:7px;
}
.bg-catalogo-2018 .content-box-grey-three {
    background-image: url("https://img.eurofides.com/skin/media/wysiwyg/bitbull/home/catalogo_background.jpg");
    height:252px;
    background-size:cover;
    background-repeat:no-repeat;
}
#newsletter-validate-detail {
    padding:0px;
}
.bg-catalogo-2018 {
    padding-right:0px;
}
.bg-newsletter h3, .bg-grandi-clienti h3, .bg-catalogo-2018 h3 {
    margin-top:0px !important;
    margin-bottom: 0px;
}

.bg-grey h3 {
    color: #62a7de;
    font-weight:bold;
}

.content-box-grey-one h3 {
    text-align: left !important;
    padding-left: 20px;
    padding-top: 20px;
    font-size: 28px !important;
    font-weight: bold !important;
}

.content-box-grey-one p {
    padding-left: 20px !important;
    width: 205px !important;
    font-size: 18px !important;
}

.content-box-grey-two p {
    font-size: 18px !important;
    padding-left: 95px !important;
    padding-top: 33px !important;
        margin-bottom:0px !important;
}

.content-box-grey-two h3 {
    text-align: left !important;
    padding-left: 91px;
    padding-top: 0px;
        margin-bottom:90px!important;
    font-size: 28px !important;
    font-weight: bold !important;
}


.content-box-grey-one input {
    background-color: #FFFFFF !important;
    border: 1px solid #b3b3b3 !important;
    padding-left: 20px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: 283px !important;
    color: #b3b3b3 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.informativa-privacy-box-grigio p {
    font-size: 10px !important;
    width: 100% !important;
    padding-right: 30px;
}

.informativa-privacy-box-grigio input#newsletter-box-grigio {
    position: relative;
    float: left;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
    width: auto !important;
    margin-left: 22px !important;
    margin-top: -5px !important;
}

.informativa-privacy-box-grigio label {
    margin-left: 10px;
    margin-top: -9px;
    position: relative;
    float: left;
    margin-bottom: 0px;
}

.content-box-grey-one button {
    background-color: #716f70 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    margin-left: 20px !important;
    margin-top: 1px !important;
    height: 40px !important;
    width: 283px !important;
    font-size: 18px !important;
}

.content-box-grey-two button  {
    background-color: #716f70 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    margin-left: 20px !important;
    margin-top: 15px !important;
    height: 40px !important;
    width: 283px !important;
    font-size: 18px !important;
    padding: 2px 5px !important;
border: none !important;
}

.content-box-grey-three button  {
    background-color: #716f70 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    margin-left: 20px !important;
    margin-top: 15px !important;
    height: 40px !important;
    width: 283px !important;
    font-size: 18px !important;
    padding: 2px 5px !important;
border: none !important;
}

#newsletter-validate-detail {
    background: none !important;

}

form#newsletter-validate-detail .validation-advice {
    padding-left:20px !important;
}

.bg-grey {
    min-width: 312px;
    min-height: 252px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-box-grey-three p {
    font-size: 18px !important;
        padding-left: 135px !important;
padding-top: 0px !important;
margin-bottom: 32px !important;
}

.content-box-grey-three h3 {
    text-align: left !important;
padding-left: 135px;
padding-top: 34px;
    font-size: 28px !important;
    font-weight: bold !important;
}
.content-box-grey-three {
        background-size: normal;
}
div.link-box-settore-merceologico {
    background-color: #6fa5e1;
    color: #FFFFFF;
    height: 31px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    width: 210px;
}
div.link-box-settore-merceologico a {
    color: #FFFFFF;
}
div#slider-settori-merceologici .item {
    padding-left: 25px;
}
.custom-menu ul > li.parent {
    margin-left: 0px;
    padding: 0px;
}

.custom-menu .dropdown-menu > li.parent a {
    font-weight:bold;
}

.custom-menu ul > li.level1 {
    float: initial;
    margin-left:0px;
    padding:0px;
}
.custom-menu .dropdown-menu > li.parent li.level1 a {
    font-weight: 400;
}
.custom-menu .dropdown-menu.personalizza-menu ul.level0.allproductsmenu_1 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_shopper-personalizzate.jpg");
}
.custom-menu .dropdown-menu.personalizza-menu ul.level0.allproductsmenu_2 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_etichette-personalizzate.jpg");
}
.custom-menu .dropdown-menu.personalizza-menu ul.level0.allproductsmenu_3 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_scatole-personalizzate.jpg");
}

.custom-menu .dropdown-menu.personalizza-menu ul.level0.allproductsmenu_4 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_carta-personalizzata.jpg");
}

.custom-menu .dropdown-menu.personalizza-menu ul.level0.allproductsmenu_5 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_nastri-personalizzati.jpg");
}

.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_1 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_gioielleria.jpg");
}
.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_2 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_fiorista.jpg");
}

.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_3 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_pasticceria.jpg");
}
.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_4 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_enoteca.jpg");
}
.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_5 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_ristorazione.jpg");
}
.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_6 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_abbigliamento.jpg");
}
.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_7 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_ecommerce.jpg");
}
.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_8 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_packalimentare.jpg");
}
.custom-menu .dropdown-menu.mainmenu-forniture ul.level0.allproductsmenu_9 {
    background-image: url("https://www.eurofides.com/media/wysiwyg/megamenu/megamenu_farmacia.jpg");
}
div.cookienotice-button-container {
	margin-top: -55px;
}
.links-quick-order{float:right;width:100%}
#quickorder-form table td, #quickorder-form table th{
    /*float:left;*/
    padding-right:10px;
}
#quickorder-form table td.txt-sku{width:90px}
#quickorder-form table td.td-pcode{width:215px}
#quickorder-form table td.pname{width:360px}
#quickorder-form table td.td-qty{width:75px}
#quickorder-form table td.pqty{width:100px}
#quickorder-form table td.td-action{text-align: left;padding-right:0}

#quickorder table{
    border-spacing: 0 10px;
    padding:10px;
    width:100%;

}
#quickorder table#suggestion{background:#efefef}
#quickorder table th{font-weight: 700;padding: 0 10px 6px 0;}
#quickorder h2.suggestion{display: inline-block;margin-bottom:10px;text-align: left;width: 100%;}
.txt-pcode{width: 205px; height: 30px;}
.txt-pcode:focus{background:#EDF7FD}
.txt-qty{width: 50px; height: 30px;}

.txt-pcode.txt-input-loading {
  background: url('https://img.eurofides.com/skin/frontend/eurofides/default/images/loader-sm.gif') no-repeat right 0#efefef !important;
  background-size: 30px !important;
}

.p-auto{background:#fff; position:absolute; width:277px;box-shadow: 0 2px 3px 2px #CCC; margin-top:2px; z-index: 9999}
.p-item{padding:5px;float:left;}
.p-item.current{background:red; cursor: pointer;}
.p-item.current span{color:#000000;}
.p-item.current em{background:#253F7A}
.p-item img, .p-item span{float:left;}
.p-item span.name{font-weight:700; width: 210px}
.p-item span.sku{float:none}
.p-item img{margin-right:5px;}
.p-item em{background:#444; color:#fff; font-style:normal}
.quick-order.success-msg, .quick-order.error-msg{
  display: none;
  margin-top: 20px;
}


div.button-on-right {
    width: 100%;
    text-align: right;
    padding-right: 22px;
}

.pname em{font-style:normal}
.add-cart-loading{float:left}
.add-cart-loading.hide{opacity:0}
.add-cart-loading.show{opacity:1}

.ajax-add-cart-loading{float:left}
.ajax-add-cart-loading.hide{opacity:0}
.ajax-add-cart-loading.show{opacity:1}

.poption{display: inline-block;width: 100%;}
.option-item{float: left;margin: 5px 0 0;width: 100%;}
.option-item > label{width:100%; display:block;font-weight:700;}
.option-item > label > em{color:red}
.option-item select{border: 1px solid #666;width:100%}
.rectangle{display:inline-block;width:100%}

.options-list{padding:5px 10px;display:inline-block}
.options-list li{float:left;width:100%}
.options-list li input, .options-list li > span{float:left}
.options-list li input{margin:3px 7px 0 0}

.form-action-button{text-align:right; width:100%;}

table#search-table td.td-action button.btn-addcart {
    display:none;
    font-weight:bold;
}

/* [PRODOTTI PERSONALIZZABILI] AUA - 17/09/2018 */
.big-info-box {
    width: 60.83% !important;
}

.box-configurable-attribute {
    text-align: left !important;
    font-size: 13px !important;
}

.no-margin-p {
    margin: 0px !important;
}

table.dettagli_prodotto_personalizzato {
    width: 100%;
}

table.dettagli_prodotto_personalizzato tr td {
    width:50%;
    font-weight:bold;
    font-size:13px;
    padding-top:10px;
    padding-bottom:10px;
}

table.dettagli_prodotto_personalizzato tr:last-child {
    border-bottom:1px #eeeeee solid;
    border-top:1px #eeeeee solid;
}

div.input-box select {
    height: 30px;
    line-height: 46px;
    width:100%;
    font-size:14px;
}

.btn-selected {
    background: #ed9f2f!important;
    color: #000000 !important;
}

table.quantita_prezzo, table.preventivo {
    width:104%;
    text-align:center;
    border-collapse: separate;
    border-spacing: 10px;
    font-size:14px;
    margin-left:-10px;
}

td.data_spedizione {
    width:96px;
    height:94px;
}
td.pz_confezione {
    width:63px;
    height:94px;
}
td.dettaglio_prodotto_selezionato {
    width:259px;
    height:94px;
}
td.totale_netto {
    width:90px;
    height:94px;
}

table.quantita_prezzo thead tr th, table.preventivo thead tr th {
    text-align:center;
}

table.quantita_prezzo tr, table.preventivo tr {
    padding:10px;
}

table.quantita_prezzo tr td, table.preventivo tr td  {
    border:2px #000000 solid;
    padding-top:5px;
    padding-bottom:5px;
    background: #f5f5f5;
}
table.preventivo tr td  {
    border:2px #0bae91 solid;
}


td.dettaglio_prodotto_selezionato {
    text-align:left;
    padding-left:10px;
}

table.preventivo tr td {
    height:40px;
}

table.preventivo tr th {
    font-weight:400;
}

table.quantita_prezzo tr td.q_prodotto_personalizzato {
    width:30%;
    cursor: pointer;
}

table.quantita_prezzo tr td.p_prodotto_personalizzato {
    width:70%;
}

.qp_prodotto_selezionato {
    background: #ed9f2f!important;
    color:#000000 !important;
    font-weight:bold;
}

.nome_giorno {
    font-size: 15px;
}
.numero_giorno_mese, .nome_mese {
    font-size: 18px;
}
.btn-configurable {
    background-color: #0bae91 !important;
}
/* non mostro sul titolo della label il codice della label selezionata */
.select-label {
    display:none;
}
.guida_alle_misure {
    text-align:center;
}
.swatch-link, .swatch-label, .swatch-link:hover, .swatch-label:hover, .swatch-link:active, .swatch-label:active {
    color: #000000 !important;
    text-decoration: none;
}
img.img_guida_alle_misure_button {
    width:95px;
    height:95px;
}
div#guida-alle-misure-container {
    position: initial;
    padding-right:5px;
    max-width:99px;
    max-height:131px;
}

div.box-configurable-attribute fieldset.product-options {
    min-height: 20px;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px;
    border-radius: none;
}
div.box-configurable-attribute fieldset.product-options p.required {
    display:none;
}
.configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover {
    border: 2px #ed9f2f solid;
}
span.title_guida_alle_misure {
    font-weight:700;
    color: #000000;
}
a.link_modale_guida_alle_misure_2, a.link_modale_guida_alle_misure_2:hover, a.link_modale_guida_alle_misure_2:active {
    color: #000000;
    font-weight: 700;
    text-decoration:none;
}
div.misure-contenitor {
    text-align:left;
    padding-top:10px;
}
div#SCPcustomOptionsDiv {
    display:none;
}
dt.swatch-attr label, div#guida-taglie-container a, span.title_guida_alle_misure, span.label_bottom, table.dettagli_prodotto_personalizzato {
    font-size:13px;
}
div.box-configurable-attribute div.product-info {
    display:none;
}
div.big-info-box div.product-options {
    margin-bottom:0px;
}
.selected-stampa {
width: 15px !important;
height: 15px !important;
left: 54px !important;
top: -74px !important;
}

.selected-cordino {
    width: 15px !important;
    height: 15px !important;
    left: 86px !important;
    top: -33px !important;
}

.home-margin-left-none {
    padding-left: 0px;
    padding-right: 3px;
}
.home-margin-right-none {
    padding-right: 0px;
    padding-left: 3px;
}
.home-margin-none {
    padding-left:0px;
    padding-right:0px;
}
footer div.row-1 div.container, footer div.row-1 div.container {
    background-color: #ececec;
}
div.row.vantaggi {
    display:none;
}
div.box-personalizzabile {
    margin-top:20px;
}
div.configurable-header-left, div.configurable-header-right {
    position:relative;
    float:left;
}
div.configurable-header-left {
    width:70%;
}
div.configurable-header-right {
    padding-left:30px;
    width:30%;
}
.configurable-header-right h1 {
    margin-bottom:3px;
}
.configurable-header-right h3 {
    margin-top:0px;
    font-size:18px;
}
.price-box-personalizzabili {
    margin-bottom:10px;
}
.big-info-box {
    margin-top:20px;
}
.big-info-box h2 {
    font-weight:bold;
}
ul#configurable_swatch_eurofides_colore_stampa {
    margin-bottom:40px;
}
.btn-giorno-di-consegna {
    width: 180px;
    border: 2px #000000 solid;
    background: #f5f5f5;
    color: #000;
}
div.price-box-personalizzabili .starting-if-choice {
    font-weight:bold;
}
.label_colore_di_stampa {
    font-size:11px;
}
ul#configurable_swatch_eurofides_colore_stampa li {
    margin-right:20px !important;
}
button.button.button-cart.pull-left.see-cart,
#modale-addToCart button.button.button-cart.pull-left.see-cart {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
    border:1px solid;
    padding: 5px 14px !important;
}
.btn-remove-cart { 
    background-color: #e2170c;
    border:none;
}
.add-all.button {
    background-color: #0bae91;
    border:none;
}
div.my-account .button {
    background-color: #e2170c;
    border:none;
}
.configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover {
    border: 2px solid #0bae91 !important;
}
div.header-richiedi-catalogo, img.img-header-richiedi-catalogo {
    width:100%;
}
div.price-box-personalizzabili .starting-from-price {
    font-weight:bold;
}
td.data_spedizione, td.pz_confezione, td.totale_netto {
    font-weight:bold;
}
.box-configurable-attribute .add-to-list {
    display:none;
}
.green a.level-top span {
    color:#0bae91;
    text-decoration:underline;
}
.field-cap, .field-frazione {
    width:33% !important;
} 
/* checkout elementi resi invisibili */
body.checkout-onepage-index header .container .col-xs-6,
body.checkout-onepage-index header .container .customer-utilities,
body.checkout-onepage-index header .container .clearfix,
body.checkout-onepage-index header .container .navigation,
body.checkout-onepage-index .page-title,
body.checkout-onepage-index footer .row-1 .container #home-customer-banner,
body.checkout-onepage-index footer .footer-contacts .container .col-xs-2,
body.checkout-onepage-index footer .footer-contacts .container .col-xs-4,
body.checkout-onepage-index footer .footer-contacts .container .clearfix {
    display:none;
}
body.checkout-onepage-index header[role="banner"],body.checkout-onepage-index header[role="banner"] > .container {
    background-color: #ffffff;
}
body.checkout-onepage-index {
    padding-top:120px;
}
body.checkout-onepage-index .copy, body.checkout-onepage-index footer {
    padding-top:0px;
}
div.checkout_attention p {
    font-size:12px;
}
li.guida_dimensione_e_posizionamento a {
    color: #e2170c;
    text-decoration:none;
}
#modale-addToCart div.buttons {
    display:none;
}
div.fare_ordine_personalizzato {
    background-color:#d2efe9;
    padding-left: 6px;
    padding-right: 6px;
    padding-top:6px;
    padding-bottom:6px;
    color:#000000;
    cursor:pointer;
    text-align:center;
    position:absolute;
    top:280px;
}
div.fare_ordine_personalizzato a, div.fare_ordine_personalizzato a:hover, div.fare_ordine_personalizzato a:focus, div.fare_ordine_personalizzato a:active {
    text-decoration:none;
    color:#000000;

}
div.il-tuo-preventivo {
    margin-top:24px;
}
li.not-available {
    display:none;
}

ul#configurable_swatch_eurofides_colore_shopper li, ul#configurable_swatch_eurofides_colore_etichette li, ul#configurable_swatch_eurofides_formato li, ul#configurable_swatch_eurofides_colore_carta li, 
ul#configurable_swatch_eurofides_colore_nastri li, ul#configurable_swatch_eurofides_colore_scatolebott li {
min-height:130px !important;
}
ul#configurable_swatch_eurofides_colore_stampa li, ul#configurable_swatch_eurofides_colore_stampa li {
    min-height: 85px !important;
}
ul#configurable_swatch_eurofides_colore_etichette li.not-available,
ul#configurable_swatch_eurofides_colore_portabott li.not-available,
ul#configurable_swatch_eurofides_colore_shopper li.not-available,
ul#configurable_swatch_eurofides_colore_scatola li.not-available,
ul#configurable_swatch_eurofides_colore_carta,
ul#configurable_swatch_eurofides_colore_nastri,
ul#configurable_swatch_eurofides_colore_scatolebott  {
    display:initial !important;
}
ul#configurable_swatch_eurofides_colore_shopper .not-available .swatch-link.has-image img,
ul#configurable_swatch_eurofides_colore_etichette .not-available .swatch-link.has-image img, 
ul#configurable_swatch_eurofides_colore_portabott  .not-available .swatch-link.has-image img,
ul#configurable_swatch_eurofides_colore_scatola  .not-available .swatch-link.has-image img,
ul#configurable_swatch_eurofides_colore_carta  .not-available .swatch-link.has-image img,
ul#configurable_swatch_eurofides_colore_nastri  .not-available .swatch-link.has-image img,
ul#configurable_swatch_eurofides_colore_scatolebott  .not-available .swatch-link.has-image img {
    opacity:1 !important;
}
ul#configurable_swatch_eurofides_colore_shopper .not-available span.x,
ul#configurable_swatch_eurofides_colore_etichette .not-available span.x,
ul#configurable_swatch_eurofides_colore_portabott  .not-available span.x,
ul#configurable_swatch_eurofides_colore_scatola  .not-available span.x,
ul#configurable_swatch_eurofides_colore_carta  .not-available span.x,
ul#configurable_swatch_eurofides_colore_nastri  .not-available span.x,
ul#configurable_swatch_eurofides_colore_scatolebott  .not-available span.x
 {
    display:none !important;
}
div.block-layered-nav > div.currently > ol > li > a.btn-remove {
	display: none !important;
}

body.checkout-onepage-index {
    padding-top: 120 !important;
}  

.ce-banner .modal {
    display:initial !important;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hhWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(https://img.eurofides.com/skin/frontend/eurofides/default/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(https://img.eurofides.com/skin/frontend/eurofides/default/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(https://img.eurofides.com/skin/frontend/eurofides/default/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(https://img.eurofides.com/skin/frontend/eurofides/default/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(https://img.eurofides.com/skin/frontend/eurofides/default/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(https://img.eurofides.com/skin/frontend/eurofides/default/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: social-likes;
    src: url(https://img.eurofides.com/skin/frontend/eurofides/default/fonts/social-like.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.subscribe-page-container .container-image-mobile {
    display: none;
}

.subscribe-page-container [class*="container-image"] {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.subscribe-page-container {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 30px;
    color: #fff;
}

.subscribe-page-container .row-flex .subscribe-text > h1 {
    font-family: 'Open Sans Light', sans-serif;
    font-size: 30px;
    line-height: 33px;
    text-transform: none;
    margin: 0;
}

.subscribe-page-container .row-flex > div:first-child {
    padding-right: 27px;
    padding-left: 0;
}

.subscribe-page-container .row-flex > div:last-child {
    padding-right: 0;
}

.subscribe-page-container .row-flex .subscribe-text > p {
    font-family: 'Open Sans Light', sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0;
}

.subscribe-page-container .row-flex .subscribe-text > h2 {
    margin: 0;
    font-family: 'Open Sans Semibold', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

.subscribe-page-container .row-flex .subscribe-text > ul {
    padding-left: 20px;
}

.subscribe-page-container .row-flex .subscribe-text > ul > li {
    font-family: 'Open Sans Light', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.subscribe-page-container .row-flex .subscribe-form > h2 {
    margin: 0;
    font-family: 'Open Sans Light', sans-serif;
    font-size: 22px;
}

.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container {
    width: 100%;
    display: block;
    margin: 10px 0;
}

.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container label:after {
    content: '*';
    display: inline-block;
}
.subscribe-form .privacy-box.checkitout input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 23px;
    margin: 10px 0 0;
}
.subscribe-form .privacy-box.checkitout input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 0;
}

.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container input,
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container select {
    line-height: 37px;
    height: 37px;
    padding: 0 10px;
}

.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .actions-section > button {
    display: block;
    margin: 15px 0 0;
    background: #e2170c;
    border: none;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Open Sans Light', sans-serif;
    padding: 3px 30px;
}

.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .input-sector {
    position: relative;
}

.prefooter_newsletter {
    background: #0bae91;
    color: #fff;
    text-align: left;
    padding: 20px 0;
}

.prefooter_newsletter .container h3 {
    text-align: left;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: normal;
    font-family: 'Open Sans Semibold', sans-serif;
    font-size: 22px;
}

.prefooter_newsletter .container p {
    margin: 5px 0 10px;
    font-size: 16px;
}

.prefooter_newsletter .container form .input-box {
    position: relative;
}

.prefooter_newsletter .container button.subscribe-button {
    display: block;
    margin: 0;
    background: #e2170c;
    border: none;
    text-transform: none;
    font-family: 'Open Sans Regular', sans-serif;
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}

.prefooter_newsletter .container form button.subscribe-button {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.prefooter_newsletter .container input#email {
    border: none;
    height: 35px !important;
    line-height: 35px !important;
}

.prefooter_newsletter .container input#email::placeholder {
    color: #000;
}

.newsletter_row > .col-news {
    padding-left: 0 !important;
    padding-right: 30px !important;
}

.newsletter_row > .col-catalog {
    padding-right: 0 !important;
    padding-left: 30px !important;
}

.newsletter_row > .col-catalog {
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.newsletter_row > .col-catalog .container-image img {
    max-width: 100px;
}

.newsletter_row > .col-catalog > div {
    margin: 0 10px;
}

.subscribe-page-container .row-flex .subscribe-form > .subscribe-form .validation-advice {
    background: #fff;
    margin: 5px 0 0;
    padding: 0 5px;
    line-height: 25px;
}
.prefooter_newsletter .container a button.subscribe-button {
    color: #fff;
}
.subscribe-form .privacy-box.checkitout {
    margin: 6px 0 0;
}
.subscribe-form .privacy-box.checkitout input[type="checkbox"] {
    margin: 0 !important;
    height: auto !important;
    padding: 0 !important;
    line-height: unset !important;
    width: auto !important;
}
.subscribe-form .privacy-box.checkitout label,
.subscribe-form .privacy-box.checkitout a {
    color: #fff;
}
/* nuove modifiche grafiche pagina newsletter */
.subscribe-page-container > [class*="container-image"] {
    display: none;
}
.subscribe-page-container {
    color: #000;
    padding: 30px 0;
}
.subscribe-page-container .row-flex .subscribe-text > h1 {
    font-family: 'Open Sans Regular', sans-serif;
}
.subscribe-page-container .row-flex .subscribe-text > p {
    font-family: 'Open Sans Regular', sans-serif;
}
.subscribe-page-container .row-flex .subscribe-text > ul > li {
    font-family: 'Open Sans Regular', sans-serif;
}
.subscribe-page-container .row-flex .subscribe-form > h2 {
    font-family: 'Open Sans Regular', sans-serif;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container label > a,
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container label {
    color: #000;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .actions-section > button {
    font-family: 'Open Sans Regular', sans-serif;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box > label {
    display: block;
    width: 100%;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box .input-box label:after {
    display: none;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box > .input-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box > .input-box:nth-child(2) {
    margin-right: 20px;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box > .input-box label:before {
    top: -2px;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box > label > strong {
    font-weight: normal;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box > label.info-text:last-child {
    margin-top: 10px;
    font-size: 11px;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form > .form-container .privacy-box > label.info-text:last-child:after {
    display: none;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form .privacy-box.checkitout .validation-advice {
    position: absolute;
    bottom: -25px;
    padding: 0;
    font-size: 11px;
}
.subscribe-page-container .row-flex .subscribe-form > .subscribe-form .privacy-box.checkitout {position: relative;}
/* Recensioni clienti in pagina categoria prodotto */
div.ratings {
    text-align: left;
    padding-left: 36%;
    padding-top: 5%;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://img.eurofides.com/skin/Users/irene/Desktop/owl.carousel%20(1)/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row-flex .col-1, .row-flex .col-2, .row-flex .col-3, .row-flex .col-4, .row-flex .col-5, .row-flex .col-6, .row-flex .col-7, .row-flex .col-8, .row-flex .col-9, .row-flex .col-10, .row-flex .col-11, .row-flex .col-12, .col,
.row-flex .col-auto, .row-flex .col-sm-1, .row-flex .col-sm-2, .row-flex .col-sm-3, .row-flex .col-sm-4, .row-flex .col-sm-5, .row-flex .col-sm-6, .row-flex .col-sm-7, .row-flex .col-sm-8, .row-flex .col-sm-9, .row-flex .col-sm-10, .row-flex .col-sm-11, .row-flex .col-sm-12, .row-flex .col-sm,
.row-flex .col-sm-auto, .row-flex .col-md-1, .row-flex .col-md-2, .row-flex .col-md-3, .row-flex .col-md-4, .row-flex .col-md-5, .row-flex .col-md-6, .row-flex .col-md-7, .row-flex .col-md-8, .row-flex .col-md-9, .row-flex .col-md-10, .row-flex .col-md-11, .row-flex .col-md-12, .row-flex .col-md,
.row-flex .col-md-auto, .row-flex .col-lg-1, .row-flex .col-lg-2, .row-flex .col-lg-3, .row-flex .col-lg-4, .row-flex .col-lg-5, .row-flex .col-lg-6, .row-flex .col-lg-7, .row-flex .col-lg-8, .row-flex .col-lg-9, .row-flex .col-lg-10, .row-flex .col-lg-11, .row-flex .col-lg-12, .row-flex .col-lg,
.row-flex .col-lg-auto, .row-flex .col-xl-1, .row-flex .col-xl-2, .row-flex .col-xl-3, .row-flex .col-xl-4, .row-flex .col-xl-5, .row-flex .col-xl-6, .row-flex .col-xl-7, .row-flex .col-xl-8, .row-flex .col-xl-9, .row-flex .col-xl-10, .row-flex .col-xl-11, .row-flex .col-xl-12, .row-flex .col-xl,
.row-flex .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-flex .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.row-flex .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.row-flex .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.row-flex .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-flex .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-flex .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.row-flex .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-flex .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.row-flex .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.row-flex .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.row-flex .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.row-flex .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.row-flex .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .row-flex .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-flex .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .row-flex .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-flex .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-flex .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-flex .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-flex .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-flex .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-flex .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-flex .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-flex .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-flex .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-flex .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-flex .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .row-flex .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-flex .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .row-flex .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-flex .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-flex .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-flex .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-flex .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-flex .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-flex .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-flex .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-flex .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-flex .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-flex .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-flex .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .row-flex .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-flex .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .row-flex .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-flex .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-flex .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-flex .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-flex .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-flex .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-flex .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-flex .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-flex .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-flex .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-flex .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-flex .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .row-flex .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-flex .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .row-flex .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .row-flex .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .row-flex .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-flex .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-flex .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .row-flex .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-flex .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .row-flex .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .row-flex .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row-flex .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .row-flex .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .row-flex .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/*.clearfix:after,*/
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  /*border: 1px solid #cccccc;*/
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://img.eurofides.com/skin/frontend/base/default/tm/configurableswatches/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
  padding: 0;
  background: none;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover {
  text-decoration: none;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #0bae91;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border: 2px solid #0bae91;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/**
 * @category   Auguria
 * @package    Auguria_Sliders
 * @author     Auguria
 * @license    http://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3 (GPLv3)
 */

/**
 * Global
 */
#auguria-slider {
    margin: 0 auto 15px auto;
    padding: 0px;
    position: relative;
    z-index: 0;
 }

.auguria-slider-container div {
	display:block;
}

#auguria-slider .caption {
	background: none repeat scroll 0 0 rgba(10, 38, 60, 0.5);
    border-top: 1px solid #0A263C;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 14px;
    padding: 5px 20px 0;
    position: absolute;
    text-shadow: none;
    z-index: 500;    
}

ul.pagination {
	float:right;
    list-style: none outside none;
    margin-top: 7px;
}

ul.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}

ul.pagination li a {
    background-image: url("https://img.eurofides.com/skin/frontend/base/default/images/auguria/sliders/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 13px;
    width: 13px;
}

ul.pagination li  a:hover {
    background-position: 0 -26px;
}

ul.pagination li.current a, ul.pagination li.current a:hover {
    background-position: 0 -13px;
}

#auguria-slider .next, #auguria-slider .prev {
    margin: 7px 7px 0 0;
    float: left;
    z-index: 101;
    width: 13px;
    height: 13px;
}
#auguria-slider a.next {
    background-image: url("https://img.eurofides.com/skin/frontend/base/default/images/auguria/sliders/next.png");
}
#auguria-slider a.prev {
    background-image: url("https://img.eurofides.com/skin/frontend/base/default/images/auguria/sliders/previous.png");
}
#auguria-slider a.next:hover{
    background-image: url("https://img.eurofides.com/skin/frontend/base/default/images/auguria/sliders/next-hover.png");
}
#auguria-slider a.prev:hover {
    background-image: url("https://img.eurofides.com/skin/frontend/base/default/images/auguria/sliders/previous-hover.png");
}
#auguria-slider .next span, #auguria-slider .prev span {
    display: none;
}
