



/*    @font-face { font-family: 'roboto-regular'; src: url('https://dfou7ztp2gaz6.cloudfront.net/common/css/fonts/roboto.eot'); src: url('https://dfou7ztp2gaz6.cloudfront.net/common/css/fonts/roboto.eot?#iefix') format('embedded-opentype'), url('https://dfou7ztp2gaz6.cloudfront.net/common/css/fonts/roboto.woff') format('woff'), url('https://dfou7ztp2gaz6.cloudfront.net/common/css/fonts/roboto.ttf') format('truetype'), url('https://dfou7ztp2gaz6.cloudfront.net/common/css/fonts/roboto.svg#roboto') format('svg'); } */



/*! Fluid.css */
label {cursor: pointer;}
.viewOrderIcon, .viewOrderPdfIcon, .viewInvoiceIcon, 
.viewInvoicePDFIcon, .viewRefundRequestIcon, .viewRefundRequestPDFIcon, 
.viewRefundIcon, .viewRefundPDFIcon, .getRefundIcon {cursor: pointer;}

/**
 * Cookies Banner
 */
div#cookiesBannerContainer { width:300px; border:1px solid #ddd; left:30px; bottom:135px!important; background-image:none; background-color:#fff; color:#888; font-size:13px;}
div#cookiesBannerText { width:auto; padding:40px; background:#fff; color: #888;}
div#cookiesBannerButton { font-size:0px; width:16px; height:16px; background:transparent url("/interface/closeCookies.png") no-repeat center bottom; position:absolute; top:15px; right:15px; cursor: pointer;}
div#cookiesBannerText a { color:#000;}

/**
 * Fluid Notify
 */
.fluidNotify .note {position: relative;padding: 15px; border-radius: 5px; background-color: #ddd;color: #555;font-family: Arial, sans-serif ;font-size: 14px; z-index: 99999;}
.fluidNotify .note.note:hover {background-color: #ccc;}
.fluidNotify .note.note-success {background-color: #dfd; color: #281;}
.fluidNotify .note.note-success:hover {background-color: #bfa;}
.fluidNotify .note.note-info {background-color: #cfeeff; color:#26c;}
.fluidNotify .note.note-info:hover {background-color: #adf;}
.fluidNotify .note.note-warning {background-color: #feb; color:#860;}
.fluidNotify .note.note-warning:hover {background-color: #ffe482;}
.fluidNotify .note.note-danger {background-color: #fbb; color:#900;}
.fluidNotify .note.note-danger:hover {background-color: #f99;}
.fluidNotify .note .icon,.fluidNotify .note .remove {position: absolute;width: 24px;height: 24px;font-size: 24px;color: #777;}
.fluidNotify .note .remove {top: 10px;right: 15px;font-size: 18px;background: none;border: 0;}
.fluidNotify .note .icon {text-align: center; top: 10px;}
.fluidNotify .note .content {margin-right: 31px;}
.fluidNotify .note .icon + .remove + .content {margin-left: 36px;}
.fluidNotify .note .title {margin-right: 5px;}
.fluidNotify.fluidNotify-notes {position:fixed; top:10px ;right:10px; z-index:9999; width:25%; }
.fluidNotify.fluidNotify-notes .note:not(:last-child) {margin-bottom: 10px;}
.fluidNotify.fluidNotify-notes .image {top: auto;}
.fluidNotify.fluidNotify-notes .title {display: block; margin-right: 0; margin-bottom: 10px; font-size: 16px;}
@media (min-width: 320px) and (max-width: 940px) {.fluidNotify.fluidNotify-notes {width: 50%;}}
@media (min-width: 941px) and (max-width: 1024px) {.fluidNotify.fluidNotify-notes {width: 30%;}}

/** 
 * Modal Box 
 */
.fluidModalVideo .modal-content { background-color: black;}
.fluidModalVideo .modal-body { padding: 5px 0 0;}
.fluidModalVideo button.close { background-color: #ddd; border-radius: 15px; height: 30px; opacity: 1; padding: 0 10px; position: absolute; right: -15px; top: -15px; width: 30px; z-index: 27; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);}
.fluidModalVideo button.close:hover { background-color: #fff;}
.fluidModalVideoContent { height: 0; padding-top: 25px; padding-bottom: 67.5%; margin-bottom: 10px; position: relative; overflow: hidden;}
.fluidModalVideoContent embed, .fluidModalVideoContent iframe, .fluidModalVideoContent object, .fluidModalVideoContent video {top: 0; left: 0; width: 100%; height: 100%; position: absolute;}

/**
 * Center modal
 */
.modal-dialog-vpc {margin:auto;top:50% !important;transform:translate(0, -50%) !important;-ms-transform:translate(0, -50%) !important;-webkit-transform:translate(0, -50%) !important;}
.modal-content-vpc {min-height:100%;}
.modal-body-vpc {overflow-y:auto;}
.modal-footer-vpc {position:absolute;bottom:0;left:0;right:0;}

/**
 * Wishlist
 */
.fluidWishlist { overflow: hidden;}
.wishlistProducts { border: 1px solid #ddd; border-radius: 3px; margin-top: 20px;}
.wishlistProduct > label { border-bottom: 1px solid #ddd; display:block; margin:0; padding: 5px; }
.wishlistProduct:last-child > label { border-bottom: none; }
.wishlistProduct > label:hover { background-color: #ffd; }
.wishlistProduct > label.active {background: #cfb;}
.wishlistProductsDelete .wishlistProduct > label.active {background: #fcc;}
img.wishlistProductImage { max-width: 80px; }

/**
 * Rating
 */
.fluidRating {direction: rtl; text-align: left; unicode-bidi: bidi-override;}
.fluidRating > span { cursor: pointer; display: inline-block; font-size: 1.5em; height: .7em; position: relative; width: .8em;}
.fluidRating > span, .fluidRating > span ~ span { color: transparent;}
.fluidRating span:before, .fluidRating span ~ span:before { color: gold; content: "\2605"; left: 0;  position: absolute; line-height: 1;}
.fluidRating span.inactive:before, .fluidRating:hover > span:before, .fluidRating:hover > span ~ span:before { color: grey; content: "\2606"; left: 0;  position: absolute;}
.fluidRating:hover > span:hover:before, .fluidRating:hover > span:hover ~ span:before { color: gold; content: "\2605"; left: 0;  position: absolute;}

.productRate {}
.productRateStars {}
.productRateStarField { display: inline-block; font-size: 1.5em; height: .7em; position: relative; width: .8em; }
.productRateStarField:before { color: gold; content: "\2605"; left: 0;  position: absolute; line-height: 1;}
.productRateStarField.inactive:before { color: grey;}
.productRateValoration {}
/* HIDE PRODUCTRATEVALORATION CLASS -> Come from fluidProducts.cfm */
.productRateValoration>div span {
    display: none !important;
}
/**
 * Postal codes Selector
 */
.subcountrySelector {margin-bottom:5px; text-transform:capitalize;}
.citiesSelectorContent { background: #fff; border: 1px solid #ddd; border-radius: 0 0 5px 5px; box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2) inset; font-size: .9em; margin-bottom: 10px; max-height: 300px; min-width: 150px; overflow-x: hidden; overflow-y: auto;}
.selectableCity{ cursor: pointer; border-bottom: 1px solid #ddd; padding: 5px 5px 0; min-width: 250px;}
.selectableCity:last-child { border: none;}
.selectableCity:hover { background: #ccc;}
.selectableCityZip { display: inline-block; margin-right: 5px; overflow: hidden;}
.selectableCityName { display: inline-block; max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.citiesSelectorContent .notFound {padding: 5px;}
@media (min-width: 992px) {
  .citiesSelectorContent { max-height: 300px; min-width: 150px; overflow-x: hidden; overflow-y: auto; position: absolute; z-index: 1; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}
}

/**
 * Stock Alerts
 */
.unsubscribeStockAlertButton { width: 19px; height: 19px; border: none; background:transparent url('/interface/deleteProduct.png') no-repeat center center; }
.unsubscribeStockAlertButton:hover { border: none; background:transparent url('/interface/deleteProduct.png') no-repeat center center; }

/**
 * Basket
 */
.basketProductImage { float: left; margin-right: 5px; width:80px;}
.basketProductInfo { float: left; }
.basketOptions { padding:5px 0; }
.basketOptions .basketOption { padding:3px; }
.basketAlertIcon { float: left; margin:10px; cursor: default;}
.basketInvalidMessages {background: #fff; border: 1px solid #ddd; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); position: absolute; width: 200px; z-index: 100; padding: 5px;}
.basketAlertsTitle { font-weight: bold;}
.basketAlertsTitle:before {font-family: "Glyphicons Halflings"; margin-right: 5px; font-weight: normal;}
.basketAlertsDangersTitle:before {content: "\e083";}
.basketAlertsWarningsTitle:before {content: "\e107";}
.basketAlertsInfoTitle:before {content: "\e086";}
.basketButtons {float: left; clear: both; padding: 20px 0; width: 100%;}
.productThumbPack{clear:left;}

table.basket tbody tr td.basketProductAlerts{ padding:0px; text-align:left; }
table.basket tbody tr td.basketProductAlerts div.alert { border-radius:0px; margin:0px; }

table.basketDisclosure { width:100%; margin-bottom: 10px;}


/**
 * MiniBasket
 */
.miniBasketOutput {min-width: 400px;}
.miniBasketHeader { padding: 5px; border-bottom: 1px solid #ddd;}
.miniBasketHeaderTitle { font-weight: bold; font-size: 1.3em; margin: 0;}
.miniBasketBody {}
.miniBasketItem {clear: both; border-bottom: 1px solid #ddd; padding: 5px;}
.miniBasketItemImage {display: block; float: left; max-width: 56px; margin-right: 5px;}
.miniBasketItemNum {display: inline-block; margin: 0 5px 0 0;}
.miniBasketItemName { font-weight: bold; }
.miniBasketButtons { margin-top: 5px; padding: 5px; overflow: hidden;}
.miniBasketContinueShopping {}
.miniBasketEndOrder { float: right; }

/**
 * Mobile basket modal
 */
 div#mobileBasketModal div.fluidModalContainer > div{ width:90%; margin:0px auto; clear:both; margin-bottom:20px; }

/**
 * Affiliate Orders
 */
div.affiliateOrdersEmpty {margin: 20px 0;}
table.affiliateOrders {margin-top: 10px;}
.affiliateOrdersHeader{font-weight: bold;}
.affiliateOrdersHeaderComission, .affiliateOrderCommission{text-align: right;}
.affiliateOrdersFooter{font-weight: bold;}

/**
 * User Orders
 */
table.userOrders td {
  width: 20%;
}

.userRefundRequest > td,
.userRefund > td {
  border:none !important;
}

.userRefundRequest.refundRequestTitle,
.userRefundRequest.refundRequestHeader,
.userRefund.refundTitle,
.userRefund.refundHeader {
  font-weight: bold;
}


.refundTitle > td:first-child,
.refundRequestTitle > td:first-child {
  background-color:#E9E9E9;
  font-weight: bold;
}

.refundRequestsGroup,
.refundGroup {
  display: none;
}

.userRefundRequest .viewMoreIcon,
.userRefund .viewMoreIcon { 
  cursor: pointer;
  float: right;
  margin: 6px;
}

.caret.caret-reversed {
    border-top-width: 0;
    border-bottom: 4px solid #000000;
}

 /**
  * Category Map
  */
 .categoriesMapContainer {}

 /**
  * Newsletter
  */

div#newsletterPopupMark {
  background: #adbd00 url("/interface/newsletter.png") no-repeat scroll center center;
  cursor: pointer;
  height: 150px;
  position: fixed;
  top: 40%;
  width: 48px;
  z-index: 9999999;
}  
div#newsletterPopupContainerTooltip {
background: #fff none repeat scroll 0 0;
  border: 1px solid black;
  display: none;
  left: 50px;
  padding: 15px;
  position: absolute;
  width: 222px;
  z-index: 9999999;
}
div#newsletterPopupClose {
	width: 10px;
	height: 10px;
	background-color: black;
	float: right;
}

/* Warehouses */
div.basketSelectorPickUp{display: none;}
div.basketSelectorPickUp.basketSelectorPickUpVisible{display: block;}

/* Modal Transitions */
.modal-backdrop {-webkit-backface-visibility: hidden;}
.modal-backdrop.zoom,
.modal-backdrop.newspaper,
.modal-backdrop.move-horizontal,
.modal-backdrop.move-from-top,
.modal-backdrop.unfold-3d,
.modal-backdrop.zoom-out {opacity: 0; transition: opacity 0.4s ease;}
.modal-backdrop.in {opacity: 0.5;}
.modal-backdrop.unfold-3d {perspective: 500px;}
.modal.zoom .modal-dialog {opacity: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; transform: scale(0.6);}
.modal.in .modal-dialog {opacity: 1; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; transform: scale(1);}
.modal.fade.newspaper .modal-dialog, .modal.newspaper .modal-dialog { opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s; transform: scale(0) rotate(500deg);}
.modal.fade.newspaper.in .modal-dialog,
.modal.in .modal-dialog {opacity: 1; transform: scale(1) rotate(0deg);}
.modal.move-horizontal .modal-dialog {opacity: 0; transition: all 0.3s; transform: translateX(-50px);}
.modal.in .modal-dialog { opacity: 1; transform: translateX(0);}
.modal.move-from-top .modal-dialog {opacity: 0; transition: all 0.3s; transform: translateY(-100px);}
.modal.in .modal-dialog {opacity: 1; transform: translateY(0);}
.modal.unfold-3d .modal-dialog {opacity: 0; transition: all 0.3s ease-in-out; transform-style: preserve-3d; transform: rotateY(-60deg);}
.modal.in .modal-dialog {opacity: 1; transform: rotateY(0deg);}
.modal.fade.zoom-out .modal-dialog,
.modal.zoom-out .modal-dialog { opacity: 0; transition: all 0.3s; transform: scale(1.3);}
.modal.fade.zoom-out.in .modal-dialog, .modal.in .modal-dialog { opacity: 1; transform: scale(1);}
.csstransforms3d .modal.unfold-3d .modal-dialog { transform: none; transform-origin: 50% 100%; transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);}
.csstransforms3d .modal.in .modal-dialog {transform: scale(1) rotate3d(-1, 1, 0, 0deg);}

/*
 ** Google Maps
 */
.pac-container { z-index: 1051 !important; }

/**
 * One Step checkout
 */
form.oneStepCheckout.unload {position:relative;}
form.oneStepCheckout.unload:before {background:#fff; border-radius:5px; bottom:0; color:#666; content:" "; font-size:1.5em; cursor:default; left:0; margin:0; opacity:.8; padding-top:10%; position:absolute; right:0; text-align:center; top:0; z-index:3;}

form#oneStepCheckout .loading, 
form#oneStepCheckout .blocked,
div.oneStepChekcoutAdditionalContent.loading {position:relative;}

form#oneStepCheckout .loading:before, 
form#oneStepCheckout .blocked:before,
div.oneStepChekcoutAdditionalContent.loading:before {background:#fff; border-radius:5px; bottom:0; color:#666; content:" "; font-size:1.5em; cursor:default; left:0; margin:0; opacity:.8; padding-top:10%; position:absolute; right:0; text-align:center; top:0; z-index:3;}

form#oneStepCheckout .loading:before,
div.oneStepChekcoutAdditionalContent.loading:before {background:#ddd; color:#666; content:"LOADING"; font-size:1.5em; z-index:4;}


form#oneStepCheckout div.oneStepChekcoutModule {padding: 5px;overflow: hidden;}
form#oneStepCheckout span.basketProductName{display: inline-block; max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
form#oneStepCheckout div.oneStepCheckoutLogInLink {margin: 0 0 20px;} 
form#oneStepCheckout .basketProductImage {float:left; margin-right: 5px; width:60px;}

form#oneStepCheckout .oneStepCheckoutDeleteProduct {color:#d80; cursor: pointer; display: inline-block; opacity: .8;}
form#oneStepCheckout .oneStepCheckoutDeleteProduct:hover {opacity: 1;}

form#oneStepCheckout .basketSelectorsTitle { font-weight: bold;}
form#oneStepCheckout .basketSelector { border-bottom: 1px solid #dddddd; padding: 10px 5px;}
form#oneStepCheckout .basketSelectorSelected { color: green; }
form#oneStepCheckout .basketSelectorDescription { display: block;  margin-left: 16px; }

form#oneStepCheckout div.basketButtons {padding: 0 0 20px;}
form#oneStepCheckout div.basketValidationMessage {color:red; font-size:11px; margin-right:5px; text-align: right; text-decoration:blink;}

form#oneStepCheckout div.signInFormFieldsContainer {background: #e4e4e4; border-radius: 10px; padding: 10px 10px 1px; position: relative; margin-top: -5px;}
form#oneStepCheckout div.signInFormFieldsContainer:after {bottom: 100%; left: 10%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0,0,0,0); border-bottom-color: #e4e4e4; border-width: 10px; margin-left: -10px;}
form#oneStepCheckout div.signInFormFieldsContainer label {font-weight: normal; color: #555;}

.oneStepCheckoutContainer {margin-bottom: 10px; overflow: hidden;}
.oneStepCheckoutBox {border-right: 1px solid #ddd; margin-bottom: -1500px; padding-bottom: 1500px; padding-top: 15px;}
.oneStepCheckoutBox:last-child {border: none;}
.oneStepCheckoutBoxTitle { font-size: 1.3em; color: #5a2;}
.oneStepCheckoutBoxTitle > span.icon {margin:1px 5px 1px;}

form#oneStepCheckout div.basketSelectorPickUpWarehouse {background: #e4e4e4; border-radius: 10px; padding: 10px; position: relative; margin-top: 5px; color: #666;}
form#oneStepCheckout div.basketSelectorPickUpWarehouse:after {bottom: 100%; left: 10%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0,0,0,0); border-bottom-color: #e4e4e4; border-width: 10px; margin-left: -10px;}
form#oneStepCheckout div.earningEpointsContent {background: #e4e4e4; border-radius: 10px; padding: 10px; position: relative; margin-top: 5px; color: #666;}
form#oneStepCheckout a.emailErrorLoginCall {
  cursor: pointer;
  text-decoration: underline;
  float: right;
}

#oscWarnings .modal-content{background-color: #ffeaea;}
.oscWarningWrap {display: none;}
.oneStepCheckoutWarnings {text-align: center;}
.oneStepCheckoutWarning {}
.oneStepCheckoutWarningTitle {font-size: 1.6em; padding: 0 0 15px;}
.oneStepCheckoutWarningText {}
.oneStepCheckoutWarningsClose {margin: 10px auto 0;}

/**
 * Comparer
 */
.comparerCustomTagsList {}
.comparerCustomTagsList .customTagsWarning { text-align: center; padding:20px 0; }

#comparerCustomTagsForm #comparerSubmit {margin-bottom: 10px;}

#comparerCustomTagsForm #accordionCustomTags.accordion { border: 1px solid #E3E3E3; border-radius: 4px; padding:1%; margin: 0 0 10px; }
#comparerCustomTagsForm #accordionCustomTags .accordion-group { margin:5px 0; }
#comparerCustomTagsForm #accordionCustomTags .accordion-heading { padding:7px 0; font-size:18px; text-indent: 8px; border-radius: 4px; background-color: #E3E3E3; }
#comparerCustomTagsForm #accordionCustomTags .accordion-body { font-size:15px; }

#comparerCustomTagsForm #accordionCustomTags .accordion-group a { color:black; font-weight: bold; }
#comparerCustomTagsForm #accordionCustomTags .accordion-group a:hover { text-decoration: none; }

#comparerCustomTagsForm #accordionCustomTags .accordion-body ul { list-style: none; padding: 0; }
#comparerCustomTagsForm #accordionCustomTags .accordion-body ul li { padding: 5px 0; text-indent: 10px; border-bottom: 1px solid #E3E3E3; }
#comparerCustomTagsForm #accordionCustomTags .accordion-body ul li:last-child  { border:none; }

.comparerCustomTagsPages { width: 100%;}
.comparerCustomTagsPages .customTagTitle { width:100%; font-size: 21px; font-weight: bold; }

.comparerCustomTagsPages .comparerPaginator { width:100%; text-align: left; margin:5px 0; }
.comparerCustomTagsPages .comparerPaginator.comparerPaginatorTop {}
.comparerCustomTagsPages .comparerPaginator.comparerPaginatorBottom {}

.comparerCustomTagsPages .comparerProducts { width:100%; }

.comparerCustomTagsPages .comparerProducts .comparerProduct { width:100%; border-bottom: 1px solid #E3E3E3; }
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductImage { float:left; width:100px; min-height:100px; }
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductImage img { width: 80px; margin:10px; }
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails { float:left; }

.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductLink {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductLink .comparerProductName { float:left; width:100%; font-size: 15px; font-weight: bold; }
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag { clear:both; float:left; }

.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagNumericTitle {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagNumeric {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagBoolean {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagShortText {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagDate {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagSelector {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagLargeText {}
.comparerCustomTagsPages .comparerProducts .comparerProduct .comparerProductDetails .comparerProductCustomTag .customTagImage {}

.comparerCustomTagsPages .btn-next {}
.comparerCustomTagsPages .btn-previous {}

/**
 Address Book 
 */
.shipping {}
.billing {}
.blockAddressBook {margin:25px 0;}
.blockAddressBook .content {}
.blockAddressBook .title {}
.blockAddressBook .actions {}

.blockAddressBook .addressBook {}
.blockAddressBook .addressBook a {margin-left: 5px;}

button .addressBookAction {}


/**
 * Block shop - Styles
 * - Not Available Countries
 * - Closed Shop
 * - Login Required
 * - Change Password
 */
.fluidContent-settingsnotavailablecountry #cookiesBannerContainer,
.fluidContent-settingsclosed #cookiesBannerContainer,
.fluidContent-settingslogin #cookiesBannerContainer,
.fluidContent-settingschangepassword #cookiesBannerContainer { display:none; }

.fluidContent-settingsnotavailablecountry .fluidBody,
.fluidContent-settingsclosed .fluidBody,
.fluidContent-settingslogin .fluidBody,
.fluidContent-settingschangepassword .fluidBody { margin-top: 50px; }


/* Category RichSnippets */
div.categoryRichSnippets { float: left; width: 100%; }
div.categoryRichSnippets div.productRateCommentsCommentLine { border: none; float: left; margin: 0px; width:auto; background:#fff; padding-top:0px; }
div.categoryRichSnippets div.productRateCommentsCommentNick { width: auto; float: right; padding-top:8px; padding-bottom:0px; }
div.categoryRichSnippets div.productRateCommentsCommentValue { float: left; margin-top: -2px; clear:none;}
div.categoryRichSnippets div.productViewValorationTopLayer{ width:100px; height:22px; cursor:default}
div.categoryRichSnippets div.productViewValorationBottomLayer{ height:22px;}
div.categoryRichSnippets div.productRateCommentsContaienr{ margin-top:0px;}

div.categoryRichSnippets div.titleProductsComment{ color:#259E01; font-size:16px; padding-bottom:10px; font-weight:bold; clear:both;}
div.categoryRichSnippets div.Valoration{float: right; line-height:24px;}
div.categoryRichSnippets span#valorationValue{margin-left: 5px;}
div.categoryRichSnippets div.productViewValorationContainer, div.productViewValorationContainerInfo{ float: left;}
div.categoryRichSnippets div.productViewValorationTopLayer{float:left; background-image:url(/interface/valoration/bgstarsBlack.png); background-repeat:no-repeat; width:100px; height:20px; margin: 6px 3px 3px 0px; position: relative; width:65px; height: 13px;}
div.categoryRichSnippets div.productViewValorationBottomLayer{float:left; background-image:url(/interface/valoration/bgstarsWhite.png); background-repeat:no-repeat; height:20px; position:absolute; top:0px; left:0px; cursor: pointer;} 
div.categoryRichSnippets div.productViewValorationContainerInfo{margin-top:5px;}
div.categoryRichSnippets div.productViewValorationContainerInfo div.productViewValorationTopLayer{width:75px;}
div.categoryRichSnippets div.productViewValorationContainerInfo div.productViewValorationBottomLayer{width:75px;}
div.categoryRichSnippets div#rightReviewProduct div.productViewValorationContainer div.productViewValorationTopLayer { margin-top:0px!important }
div.categoryRichSnippets div.productViewValorationContainer div.productViewValorationTopLayer {float:left; background-image:url(../img/valoration/bgstarsBlack.png); background-repeat:no-repeat; width:100px; height:20px; margin: 3px 0px 3px 15px; position: relative; }
div.categoryRichSnippets div.productViewValorationContainer div.productViewValorationBottomLayer {float:left; background-image:url(../img/valoration/bgstarsWhite.png); background-repeat:no-repeat; height:20px; position:absolute; top:0px; left:0px;}
div.categoryRichSnippets div.productViewValorationContainer div.productViewValorationNumComments { float: left; margin-top: 10px; margin-left:10px; cursor: default;}
div.categoryRichSnippets div.starsOpineLink { margin-left:10px;  float: left; margin-top: 11px;}
div.categoryRichSnippets div.starsOpineLink a {color:#2A8919; font-size: 12px; text-decoration:underline;}
div.categoryRichSnippets div.starsOpineLink a:hover{ color:#999}
div.categoryRichSnippets span#valorationValue { margin-left: 5px;}
/* /Category RichSnippets */

/* Attachment Fluid */
div.fluidProductOptionAttachment{position: relative;}


/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
 .swiper-container2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-hidden{display:none!important}
.mm-menu,.mm-panels>.mm-panel:not(.mm-hidden){display:block}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{padding:0;position:absolute}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}
.mm-vertical .mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before{border-right:none;border-bottom:none;right:18px}
.mm-close::before{content: "\f00d";font-family: FontAwesome;border: none;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);width: 20px;height: 20px;}
.mm-clear:after{border-left:none;border-top:none;right:25px}
.mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-prev:before{border-right:none;border-bottom:none;left:23px}
.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px}
.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}
.mm-navbar>*{display:block;padding:10px 0}
.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}
.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}
.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}
.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;bottom:0;left:0;}
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}
.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}
.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}
.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}
.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}
.mm-menu .mm-divider,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;}
html.mm-opened{overflow-x:hidden;position:relative}
html.mm-blocking,html.mm-blocking body{overflow:hidden}
html.mm-background .mm-page{background:inherit}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu{width:80%;min-width:140px;max-width:440px}
html.mm-opening .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-autoheight.mm-bottom,.mm-menu.mm-autoheight.mm-top{max-height:80%}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen,.mm-menu.mm-autoheight.mm-top.mm-fullscreen{max-height:100%}
.mm-menu.mm-measureheight .mm-panel{display:block!important}
.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
.mm-menu.mm-columns{-webkit-transition-property:width,max-width,-webkit-transform;transition-property:width,max-width,-webkit-transform;transition-property:transform,width,max-width;transition-property:transform,width,max-width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel{width:100%;right:auto;display:none;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;transition-property:transform,width;transition-property:transform,width,-webkit-transform}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened{border-right:1px solid;border-color:inherit;display:block;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:2}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0{display:block;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns-0{width:80%;min-width:140px;max-width:0}
html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:0px){html.mm-opening.mm-columns-0 .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1{display:block;-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns-1{width:80%;min-width:140px;max-width:440px}
html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:550px){html.mm-opening.mm-columns-1 .mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}
}
.mm-menu.mm-columns-1 .mm-panels>.mm-panel{width:100%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2{display:block;-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns-2{width:80%;min-width:140px;max-width:880px}
html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1100px){html.mm-opening.mm-columns-2 .mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}
}
.mm-menu.mm-columns-2 .mm-panels>.mm-panel{width:50%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3{display:block;-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns-3{width:80%;min-width:140px;max-width:1320px}
html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:1650px){html.mm-opening.mm-columns-3 .mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}
}
.mm-menu.mm-columns-3 .mm-panels>.mm-panel{width:33.34%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4{display:block;-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns-4{width:80%;min-width:140px;max-width:1760px}
html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2200px){html.mm-opening.mm-columns-4 .mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}
}
.mm-menu.mm-columns-4 .mm-panels>.mm-panel{width:25%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5{-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5{display:block;-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns-5{width:80%;min-width:140px;max-width:2200px}
html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:2750px){html.mm-opening.mm-columns-5 .mm-slideout{-webkit-transform:translate3d(2200px,0,0);transform:translate3d(2200px,0,0)}
}
.mm-menu.mm-columns-5 .mm-panels>.mm-panel{width:20%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6{-webkit-transform:translate3d(600%,0,0);transform:translate3d(600%,0,0)}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6{display:block;-webkit-transform:translate3d(700%,0,0);transform:translate3d(700%,0,0)}
.mm-menu.mm-columns-6{width:80%;min-width:140px;max-width:2640px}
html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0)}
@media all and (max-width:175px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:3300px){html.mm-opening.mm-columns-6 .mm-slideout{-webkit-transform:translate3d(2640px,0,0);transform:translate3d(2640px,0,0)}
}
.mm-menu.mm-columns-6 .mm-panels>.mm-panel{width:16.67%}
em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}
em.mm-counter+a.mm-next{width:90px}
em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}
em.mm-counter+a.mm-fullsubopen{padding-left:0}
.mm-vertical>.mm-counter{top:12px;margin-top:0}
.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}
.mm-nosubresults>.mm-counter{display:none}
.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}
.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}
.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-collapsed:not(.mm-uncollapsed){display:none}
.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-fixeddivider:after{content:none!important;display:none!important}
.mm-hasdividers .mm-fixeddivider{display:block}
.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}
html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;transition-duration:0s}
.mm-menu.mm-dropdown{box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}
html.mm-dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-dropdown #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-dropdown .mm-menu{z-index:2}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu{display:none}
.mm-menu.mm-tip:before{content:'';background:inherit;box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mm-menu.mm-tipleft:before{left:22px}
.mm-menu.mm-tipright:before{right:22px}
.mm-menu.mm-tiptop:before{top:-8px}
.mm-menu.mm-tipbottom:before{bottom:-8px}
.mm-iconpanel .mm-panel{-webkit-transition-property:left,-webkit-transform;transition-property:left,-webkit-transform;transition-property:transform,left;transition-property:transform,left,-webkit-transform}
.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}
.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}
.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}
.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}
.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}
.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}
.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}
.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}
.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}
.mm-navbar-bottom,.mm-navbar-top~.mm-navbar-top{border-bottom:none}
.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;top:auto;bottom:0}
.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}
.mm-navbar.mm-hasbtns{padding:0 40px}
.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}
.mm-navbar .mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}
.mm-navbar .mm-breadcrumbs>*{display:inline-block;padding:10px 3px}
.mm-navbar .mm-breadcrumbs>a{text-decoration:underline}
.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}
.mm-navbar-top-1{top:0}
.mm-hasnavbar-top-1 .mm-panels,.mm-navbar-top-2{top:40px}
.mm-hasnavbar-top-2 .mm-panels,.mm-navbar-top-3{top:80px}
.mm-hasnavbar-top-3 .mm-panels,.mm-navbar-top-4{top:120px}
.mm-hasnavbar-top-4 .mm-panels{top:160px}
.mm-navbar-bottom-1{bottom:0}
.mm-hasnavbar-bottom-1 .mm-panels,.mm-navbar-bottom-2{bottom:40px}
.mm-hasnavbar-bottom-2 .mm-panels,.mm-navbar-bottom-3{bottom:80px}
.mm-hasnavbar-bottom-3 .mm-panels,.mm-navbar-bottom-4{bottom:120px}
.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}
.mm-navbar-size-2{height:80px}
.mm-navbar-size-3{height:120px}
.mm-navbar-size-4{height:160px}
.mm-navbar-content-2>*{width:50%}
.mm-navbar-content-3>*{width:33.33%}
.mm-navbar-content-4>*{width:25%}
.mm-navbar-content-5>*{width:20%}
.mm-navbar-content-6>*{width:16.67%}
.mm-sronly{text-indent:10px;overflow:hidden;display:block;width:1px;height:1px;position:absolute;z-index:-1}
.mm-search,.mm-search input{box-sizing:border-box}
.mm-search{height:40px;padding:7px 10px 0;position:relative}
.mm-search input{border:none!important;outline:0!important;box-shadow:none!important;border-radius:26px;font:inherit;font-size:14px;line-height:26px;display:block;width:100%;height:26px;min-height:26px;max-height:26px;margin:0;padding:0 10px}
.mm-search input::-ms-clear{display:none}
.mm-search .mm-clear,.mm-search .mm-next{right:0}
.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}
.mm-panel.mm-hassearch{padding-top:40px}
.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}
.mm-noresultsmsg{text-align:center;font-size:21px;padding:40px 0}
.mm-noresults .mm-indexer{display:none!important}
li.mm-nosubresults>a.mm-next{display:none}
li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}
.mm-panels>.mm-resultspanel:not(.mm-opened){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}
.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-indexer a{text-decoration:none;display:block;height:3.85%}
.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}
.mm-hasindexer .mm-indexer{right:0}
.mm-hasindexer .mm-fixeddivider{right:20px}
.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen){-webkit-transition:background .4s ease;transition:background .4s ease}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.5)}
input.mm-check,input.mm-toggle{position:absolute;left:-10000px}
label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2;right:20px}
label.mm-check:before,label.mm-toggle:before{content:'';display:block}
label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}
label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}
input.mm-toggle:checked~label.mm-toggle:before{float:right}
label.mm-check{width:30px;height:30px;margin-top:-15px}
label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
input.mm-check:checked~label.mm-check:before{opacity:1}
li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0;top:5px}
label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}
label.mm-check+a,label.mm-check+span{padding-right:60px}
a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}
a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}
a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}
em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}
em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}
.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu label.mm-toggle:before{background:#f3f3f3}
.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}
.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}
.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}
.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}
.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}
/* html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)} */
html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}
html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}
.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;transition:none .4s ease}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;transition-delay:50ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;transition-delay:150ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;transition-delay:250ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;transition-delay:.3s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;transition-delay:350ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;transition-delay:.4s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;transition-delay:450ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;transition-delay:.5s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;transition-delay:550ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;transition-delay:.6s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;transition-delay:650ms}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;transition-delay:.7s}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;transition-delay:750ms}
.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.mm-menu.mm-effect-listitems-fade .mm-listview>li{-webkit-transition-property:opacity;transition-property:opacity;opacity:0}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}
.mm-menu.mm-effect-listitems-drop .mm-listview>li{-webkit-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}
.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}
html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}
}
@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}
}
.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}
html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before{content:none;display:none}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;margin-top:0;margin-bottom:0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider){-webkit-box-flex:1;-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span{box-sizing:border-box;height:100%}
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before{content:'';vertical-align:middle;display:inline-block;height:100%;width:0}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}
.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99;}
.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}
.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}
.mm-menu.mm-popup{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}
html.mm-popup.mm-opening .mm-menu.mm-popup{opacity:1}
html.mm-popup .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-popup #mm-blocker{-webkit-transition-delay:0s!important;transition-delay:0s!important;z-index:1}
html.mm-popup .mm-menu{z-index:2}
.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%;height:80%;min-height:140px;max-height:880px}
.mm-menu.mm-right{left:auto;right:0}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-80%,0,0);transform:translate3d(-80%,0,0)}
@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}
}
@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}
}
html.mm-front .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}
html.mm-front #mm-blocker{z-index:1}
html.mm-front .mm-menu{z-index:2}
.mm-menu.mm-front,.mm-menu.mm-next{
	    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);}
.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.mm-menu.mm-bottom{top:auto;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);}
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark .mm-divider,.mm-menu.mm-theme-dark .mm-fixeddivider span,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}
.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}
.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}
.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}
.mm-menu.mm-theme-dark .mm-indexer a,.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}
.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-btn:after,.mm-menu.mm-theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}
.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);}
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white .mm-divider,.mm-menu.mm-theme-white .mm-fixeddivider span,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}
.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}
.mm-menu.mm-theme-white .mm-indexer a,.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(0,0,0,.05)}
.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}
.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-btn:after,.mm-menu.mm-theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}
.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);}
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black .mm-divider,.mm-menu.mm-theme-black .mm-fixeddivider span,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}
.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}
.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}
.mm-menu.mm-theme-black .mm-indexer a,.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen){background:rgba(255,255,255,.3)}
.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}
.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}
.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0;float:left;position:relative}
.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}
.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}
.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}
.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}
.mm-menu.mm-tileview .mm-listview{margin:0}

/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  max-width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */

/*

 * jQuery Bootstrap Responsive Tabs v2.0.1 | Valeriu Timbuc - vtimbuc.com

 * github.com/vtimbuc/bootstrap-responsive-tabs

 * @license WTFPL http://www.wtfpl.net/about/

 */

.responsive-tabs-container .tab-pane {

  margin-bottom: 15px;

}

.responsive-tabs-container .accordion-link {

  display: none;

  margin-bottom: 10px;

  padding: 10px 15px;

  background-color: #f5f5f5;

  border-radius: 3px;

  border: 1px solid #ddd;

  color: #333;

}

@media (max-width: 940px) {

  .responsive-tabs-container.accordion-xs .nav-tabs {

    display: none;

  }

  .responsive-tabs-container.accordion-xs .accordion-link {

    display: block;

  }

}

@media (min-width: 941px) and (max-width: 991px) {

  .responsive-tabs-container.accordion-sm .nav-tabs {

    display: none;

  }

  .responsive-tabs-container.accordion-sm .accordion-link {

    display: block;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .responsive-tabs-container.accordion-md .nav-tabs {

    display: none;

  }

  .responsive-tabs-container.accordion-md .accordion-link {

    display: block;

  }

}

@media (min-width: 1200px) {

  .responsive-tabs-container.accordion-lg .nav-tabs {

    display: none;

  }

  .responsive-tabs-container.accordion-lg .accordion-link {

    display: block;

  }

}

/* ----------------- mainMenu for desktop and mobile colors ----------------- */

/* selected item menu's: .menu-active */

#main-menu {

  background-color: #fff;

  border-bottom: 2px solid #c6202e;
  border-top:2px solid #c6202e;

}

body.scrolled-menu #main-menu{

/*  border-bottom: none;*/

}

#main-menu .navbar-brand {

  color: #f2f2f2;

}

#main-menu .navbar-brand:hover,

#main-menu .navbar-brand:focus {

  color: #ffffff;

}

#main-menu .navbar-text {

  color: #f2f2f2;

}

#main-menu .navbar-nav > li > a,

#main-menu .navbar-nav > li .buttonMinibasket {

  color:#fff;

  font-family: "Roboto";

  font-size: 18px;
  font-weight: bold;

}

#main-menu .navbar-nav > li > a:hover,

#main-menu .navbar-nav > li > a:focus,

#main-menu .navbar-nav > li .buttonMinibasket:hover,

#main-menu .navbar-nav > li .buttonMinibasket:focus {

  color: #ffffff;

}



#main-menu .navbar-nav > li > a:hover,

#main-menu .navbar-nav > li > a:focus,

#main-menu .navbar-nav > .open > a,

#main-menu .navbar-nav > .open > a:hover,

#main-menu .navbar-nav > .open > a:focus,

#main-menu .navbar-nav > .wishlist-li > a:hover,

#main-menu .navbar-nav > .wishlist-li > a:focus,

#main-menu .navbar-nav .open .buttonMinibasket,

#main-menu .navbar-nav .open .buttonMinibasket:hover,

#main-menu .navbar-nav .open .buttonMinibasket:focus {

  color: #c6202e;

  background-color: #fff;

}



#main-menu .navbar-nav > li > a:hover,

#main-menu .navbar-nav > li > a:focus,

#main-menu .navbar-nav > .open > a,

#main-menu .navbar-nav > .open > a:hover,

#main-menu .navbar-nav > .open > a:focus{

  color: #666;

  background-color: #fff; 

}



.hvr-bounce-to-top:before{

  background: #c6202e;

}



#main-menu .navbar-collapse,

#main-menu .navbar-form {

  border-color: #f2f2f2;

}

#main-menu .navbar-link {

  color: #f2f2f2;

}

#main-menu .navbar-link:hover {

  color: #ffffff;

}



/* active menu color */

#menu-mobile .menu-mobile-cat.menu-active > a,

#menu-mobile .menu-mobile-page.menu-active > a{

  color: #FFF;

  background-color: #c6202e;

}





#main-menu .navbar-nav > .menu-active > a{

  color: #c6202e;

  background-color: #fff;

}





/* active menu hover */

#menu-mobile .menu-mobile-cat.menu-active > a:hover,

#menu-mobile .menu-mobile-cat.menu-active > a:focus,

#menu-mobile .menu-mobile-page.menu-active > a:hover,

#menu-mobile .menu-mobile-page.menu-active > a:focus

/*#main-menu .navbar-nav > .menu-active > a:hover,

#main-menu .navbar-nav > .menu-active > a:focus,*/

/*#main-menu .navbar-nav > .menu-active.open > a,

#main-menu .navbar-nav > .menu-active.open > a:hover,

#main-menu .navbar-nav > .menu-active.open > a:focus*/{

  color: #FFF;

  background-color: #F47E0B;

}

#menu-mobile .menu-mobile-page.menu-active > a.mm-next:after,

#menu-mobile .menu-mobile-cat.menu-active > a.mm-next:after{

  border-color: #FFF;

}

.mm-menu>.mm-navbar {

  border-bottom: none;

  -webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.15);

  -moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.15);

  box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.15);

}

.mm-menu>.mm-navbar *{

/*  color: #333 !important;*/

  color: #c6202e !important;

  text-transform: uppercase;

}

.mm-menu>.mm-navbar a.mm-close.mm-btn{

  color: #b2b2b2 !important;

  font-size: 16px

}

.mm-menu>.mm-navbar .mm-prev:before{

  border-color: #c6202e;

  width: 10px;

  height: 10px;  

}

a.mm-title {

  text-align: right;

  padding-right: 15px;

}

.mm-listview>li>a {

  font-family: 'Roboto';
  
  color: #111111;
}

html.mm-front .mm-menu{

  top: 0px;

}



/* Template CSS */
/* no perdis el temps ficant prefixos -webkit, -ms ... usa: http://pleeease.io/play/ cuan acabis! :P */
/* Main color overrite from all css's --> #FF1F6E */

/* ----------------------General structure ----------------------*/
body{
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	overflow-x: hidden;
}
.buyFormSubmit.buy[disabled]{
	cursor: wait;
}
.buyFormSubmit.selectOption[disabled]{
	cursor: not-allowed;
	font-size: 12px;
}.productsPage-header .long-desc *
header, main, footer{
	background-color: #FFF;
}
#header {
    margin-bottom: 10px;
}
/* selection color */
::-moz-selection { 
	background: #337ab7;
	color: #FFF; 
} 
::selection { 
	background: #337ab7;
	color: #FFF; 
}
/* IE fixes */
html	{ 
	-ms-overflow-style: scrollbar;
	-ms-overflow-x:hidden;
}
#main-content{
	/* padding-top: 15px; */
}
/* shadow containers */
@media(max-width: 768px){
	#shop-content > .container{
		padding-left: 10px;
		padding-right: 10px;
	}
	#shop-content > .container > .row{
		margin-right: 0;
		margin-left: 0;
	}
}

@media(max-width: 479px){
	ul.pathContainer {
		/*display: none;*/
	}
        .logoContainer{padding-top: 15px !important;}
}

.divider-vertical {
    display: inline-block;
    margin: 0 5px;
    opacity: .3;
    font-size: 12px;
    font-weight: bold;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* fluid fix js */
.has-error .form-control {
	border-color: #a94442 !important;/* style inline overrite */
}

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


/* ------------------ Defaults Bootstrap styles ----------------- */
/* redefine default bootstrap classes and elements */
.modal-content {
    border-radius: 0px;
}
.fluidModalContainer .basketButtons {
    float: none;
}
@media (min-width: 1530px) {
	.container {
		width: 1490px;
	}
}

@media (min-width: 941px) and (max-width: 992px) {
	.container {
		width: 100%;
	}
}





h1, .h1, h2, .h2{
	margin-top: 0;
        font-family: "Roboto Condensed";
        
}




@media(max-width: 940px){
	h1, .h1{
		font-size: 30px;
	}
}

h1.title-page-default {
    color: #666;
    font-family: "Roboto Condensed";
}

a, .btn, .btn-link{
	outline: none !important;
/*	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;*/
}
.breadcrumb {
    font-size: 14px;
    border-radius: 0;
    background: none;
    padding: 0;
    margin-bottom: 12px;
}
.fluidContent-home .breadcrumb {
    /*padding-left: 15px;*/
}
.fluidContent-product .breadcrumb {
    margin-bottom: 20px;
}
a.path {
    color: #d00000;
}
.btn{
	border-radius: 0;
}
hr{ 
	/* separators color */
	/* border-color: #EEE; */
	border-top: 2px dotted  #ccc;
}
select,
textarea,
input[type="text"], 
input[type="email"],
input[type="password"],
.form-control,
.input-group-addon{
	border-radius: 0;
}
.dropdown-menu{
	border-radius: 0;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
	background-color: #FF1F6E;
}
a:focus, a:hover, .btn-link:focus, .btn-link:hover{
	outline-offset: 0px;
}
.modal .close{
	font-size: 2.5em;
	position: absolute;
	right: 10px;
	top: 3px;
	z-index: 10;
	text-shadow: none;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
table{
	width: 100%;
}
table.table > tbody > tr:first-child > td {
	border-top: none;
}
table.table.empty-table * {
	border-color: transparent;
}
table.table thead > tr, 
/* paymentCards update 08/11/2016 - joel */
.paymentCardHeader{
	background: #f2f2f2;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Roboto";
}
.table>thead>tr>th{
	border-bottom: none;
}
/* paymentCards update 08/11/2016 - joel */
#paymentCardsContainer .row{
	margin-left: 0;
	margin-right: 0;
}
#paymentCardsContainer .row:after{
	clear: both;
}
#paymentCardsContainer .row:after, #paymentCardsContainer .row:before{
	content: "";
	display: table;
}
#paymentCardsContainer [class*="col-"]{
	width: 35%;
	padding: 8px;
}
#paymentCardsContainer [class*="col-"]:nth-child(3){
	width: 15%;
}
#paymentCardsContainer [class*="col-"]:nth-child(4){
	width: 100%;
}
.paymentCardDeleteButton {
	width: 100%;
}
#paymentCardsContainer .logo img{
	width: 60px;
	margin-bottom: 5px;
}
@media(min-width: 992px){
	#paymentCardsContainer .logo{
		float: left;
	}
	#paymentCardsContainer .logo + span{
		float: left;
		display: block;
		width: calc(100% - 60px);
		padding-left: 5px;
	}
	#paymentCardsContainer [class*="col-"]:nth-child(4){
		width: 15%;
	}
}
@media(max-width: 991px){
	#paymentCardsContainer .paymentCardHeader [class*="col-"]:nth-child(4){
		display: none;
	}	
}
/* end paymentCards update 08/11/2016 - joel */

/* bold overrite elements ... Fluid handicap */

.form-group label {
/*    color: #777;*/
    font-family: "Roboto";
    font-weight: normal;
}
span.required {
    color: #cc0000;
}
.panel-title{
	font-size: inherit;
        padding: 0px;
}

.panelcim
{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: #fff;
}

.panelfej
{
    padding-left: 0px !important;
}



.kezdo_ikonok
{
    font-size: 16px;
    padding: 7px;
    margin-right: 8px;
    width: 31px;
    text-align: center;
    background: #333;
    color: #fff;
}

.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	padding: 0px 40px 0px 0px;
	border-radius: 0;
	position: relative;
}
.panel-title [data-toggle="collapse"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px;
}
/* default .alert messages */
form .form-message.alert{
	margin: 15px 0;
}
.dropdown form .form-message.alert{
	margin-top: 0;
	font-size: small;
}
/* default .alert messages colors */
.alert,
form#oneStepCheckout #basketValidationMessage{
	border: 0;
	padding: 10px;
	border-radius: 0;
}

/* dangers success warnings --> colors */
.alert.alert-danger,
form#oneStepCheckout #basketValidationMessage{
	color: #cc0000;
	background-color: #fff;
	border: 1px solid #cc0000;
}
.alert.alert-success,
.freeShipping.freeShippingReached{
	color: #FFF;
	background-color: #c6202e;
}

tr.bg-danger {
	background-color: #fce1e7;
}

/* --------------------- All links coloring (base) --------------------- */
/* overrite color of link = rewrite link states (:hover, :active) */
.btn-link{
	margin:0;
	border:0;
	padding:0;
}

a{
	color: #c6202e;
        text-decoration: underline;
}

.btn{
	
        text-decoration: none;
}

#main-menu > ul > li > a{text-decoration: none;}

a:hover, a:focus, .btn-link:hover, .btn-link:focus{
	color: #c6202e;
}
/* --------------------- All buttons coloring --------------------- */
/* for all butons or links like buton define all states */
/* :hover, :active, :focus, :active:focus and .open>.dropdown-toggle.btn{} */
/* machacar botons concrets com el basket aqui tambââ âââÂ ÂâšÂâžÂâÂâšÂÂ ÂÂâÂÂâÂââ ââÂÂâÂâÂâÂâšÂÂââšÂ... */
/* secondary button */
.btn,
/* other buttons ... */
#basketRecalculate{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn:focus,
.btn:active,
.btn:hover,
.btn:active:focus,
.open>.dropdown-toggle.btn,
/* other buttons ... */
#basketRecalculate:focus,
#basketRecalculate:active,
#basketRecalculate:hover,
#basketRecalculate:active:focus{
	box-shadow: none;
	color: #000;
	background-color: #f2f2f2;
	border-color: #000;
}

/* primary button */
.btn.btn-primary,
/* other buttons ... */
#saveUserButton,
#basketEndOrder,
.viewFilterElementSelected,
#customerBasketContinue,
#paymentAndShippingBasketContinue,
.comparerBasketButtons > .btn{
	color: #999;
	-webkit-transition:all 350ms ease;
	transition:all 350ms ease;
}
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:active:focus,
.open>.dropdown-toggle.btn.btn-primary,
/* other buttons ... */
#saveUserButton:focus,
#saveUserButton:active,
#saveUserButton:hover,
#saveUserButton:active:focus

#basketEndOrder:focus,
#basketEndOrder:active,
#basketEndOrder:hover,
#basketEndOrder:active:focus,

/*.viewFilterElement:focus,
.viewFilterElement:active,
.viewFilterElement:hover,
.viewFilterElement:active:focus,

.viewFilterElementSelected:focus,
.viewFilterElementSelected:active,
.viewFilterElementSelected:hover,
.viewFilterElementSelected:active:focus,*/

#customerBasketContinue:focus,
#customerBasketContinue:active,
#customerBasketContinue:hover,
#customerBasketContinue:active:focus,

#paymentAndShippingBasketContinue:focus,
#paymentAndShippingBasketContinue:active,
#paymentAndShippingBasketContinue:hover,
#paymentAndShippingBasketContinue:active:focus,

.comparerBasketButtons > .btn:focus,
.comparerBasketButtons > .btn:active,
.comparerBasketButtons > .btn:hover,
.comparerBasketButtons > .btn:active:focus{
	box-shadow: none;
	color: #FFF;
	background-color: #e8c880;
	border-color: #e8c880;
}

.btn-primary.disabled,
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover{
	background: #999;
	border-color: #eee;
	color: #fff;
}


.fluidContent-user a.btn.userToRegistryButton,
.fluidContent-user #smallLoginSubmit,
.fluidContent-user input#saveUserButton {
    background: #c6202e;
    color: #fff;
    border-color: #c6202e;
	-webkit-transition:all 350ms ease;
	transition:all 350ms ease;    
}
.fluidContent-user a.btn.userToRegistryButton:hover,
.fluidContent-user #smallLoginSubmit:hover,
.fluidContent-user input#saveUserButton:hover {
    background: #add687;
    color: #fff;
    border-color: #add687;
}


/* --------------------- Pagination (overrite bootstrap) -------------------- */
.pagination>li:last-child>a, 
.pagination>li:last-child>span,
.pagination>li:first-child>a, 
.pagination>li:first-child>span{
	border-radius: 0;
}
/* active item colors */
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
	color: #FFF;
	background-color: #c6202e;
	border-color: #c6202e;
}
/* default link colors */
.pagination>li>a, 
.pagination>li>span{
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
	z-index: 1;
	color: #FF1F6E;
	background-color: #eee;
	border-color: #ddd;
}
/* --------------------- generic tabs overrite Bootstrap (looks best :o) ------------------*/
/* by: http://bootsnipp.com/snippets/featured/material-design-tab-style */
.nav-tabs {border-bottom: 3px dotted #EEE;margin-bottom: 15px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a {border: none;color: #999;margin-right: 4px;font-family: "Roboto";font-size: 20px;}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {border: none;color: #666 !important;background: transparent;text-shadow: 1px 0px 0px #666;}
.nav-tabs > li > a:after{content: "";background: #c6202e;height: 3px;position: absolute;width: 100%;left: 0px;bottom: -1px;-webkit-transition: all 250ms ease 0s;transition: all 250ms ease 0s;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}
.nav-tabs > li.active > a:after, .nav-tabs > li:hover > a:after {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.tab-nav > li > a:after { background: #FF1F6E none repeat scroll 0% 0%; color: #fff; }


@media only screen and (max-width : 768px) {
	.nav-tabs > li > a{
	    font-size: 14px;
	    font-family: "Roboto";
	}
}
.nav-tabs .carouselTitle {
    padding-right: 0;
    /* width: 18%; */
    /* text-align: center; */
    padding-bottom: 0;
}



/* --------------------- generic productOptions default Fluid output css ----------------- */
/* afecta a todo el web con opciones ull/ojo/eye */
.productOptions .productOptionValue:not(.productOptionSelectValue){
	float: left;
}
.productOptions .productOptionValue label,
.productOptions .productOptionValue input{
	margin: 0;
}
.productOptions .productOptionValue + .productOptionValue{
	margin-left: 5px;
}
.productOptions .productOptionValues:before,
.productOptions .productOptionValues:after{
	content: " ";
	display: table;
}
.productOptions .productOptionValues:after{
	clear: both;
}
.productOptions .productOption + .productOption{
	/* margin-top: 15px; */
}
.productOptions .productOptionValueImage{
	max-width: 100%;
	display: block;
	height: auto;
}
.productOptions .productOptionValue input[type=radio] {
    position: absolute;
    left: -9999px;
}
.productOptions .productOptionValue.productOptionRadioValue.productOptionImageValue.productOptionSelected {
    border-bottom: 2px solid #333;
}
/* cookies alert */
div#cookiesBannerContainer{
    text-align: justify;
    height: auto;
    padding-left: 30px;
    width: 350px;
    position: fixed;
    bottom: 100px;
    left: 50px;
    background-color: transparent;
    color: #666;
    padding-right: 47px;
    font-size: 12px;
    padding: 0px;
    border: 2px solid rgba(153, 204, 51,.75);
    bottom: 30px !important;
    z-index: 2005;
}
div#cookiesBannerText {
    background-color: #fff;
    padding: 34px 38px 28px 31px;
    color: #666;
    text-indent: 23px;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-image: url('../img/sheet.png');
}
div#cookiesBannerButton{
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
div#cookiesBannerButton:hover,
div#cookiesBannerButton:active,
div#cookiesBannerButton:focus{
	opacity: .3;
	filter: alpha(opacity=30);
}
@media(max-width: 940px){
	div#cookiesBannerContainer {
		width: 75%;
		bottom: 15px !important;
		left: 15px !important;
	}
}
@media(max-width: 480px){
	div#cookiesBannerContainer {
		width: 100%;
		bottom: 0px !important;
		left: 0px !important;
		font-size: small;
	}
        
        
}

/* cookies alert */
/*div#cookiesBannerContainer{
	bottom: 0 !important;
	left: 0 !important;
	width: 100%;
	z-index: 99999999;
	border-color: #c6202e;
	-webkit-transition: translate 350ms ease;
	transition:  translate 350ms ease;
}
div#cookiesBannerContainer.slidedown{
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
div#cookiesBannerText {
	position: relative;
	width: 100%;
	padding: 10px 18px;
	padding-right: 45px;
	font-size: 14px;
	font-family: 'ubuntu-regular';
	color: #FFF;
	background: #c6202e;
}
div#cookiesBannerButton{
    background-image: url(../img/closeCookies.png);
    height: 16px;
    width: 16px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    top: 11px;
    right: 11px;
    position: absolute;
}
div#cookiesBannerButton:hover,
div#cookiesBannerButton:active,
div#cookiesBannerButton:focus{
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
div#cookiesBannerText a {
    color: #fff;
    text-decoration: underline;
}*/




/* link modal stockalerts */
.product-stock{
	display: none; /* no visual breaks */
}
.link-stock{
	cursor: pointer;
}
/* stock alerts link show/hide */
.product-stock.stock-ok .link-stock{
	display: none;
}
.product-stock.no-stock .link-stock{
	display: block;
}
/* modal stock */
.itemStockAlertModal h3 ,.itemStockAlertModal .stockAlertFormTitle{
	margin-top: 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#productContactSubmitContainer{
	margin-top: 15px;
}

/* legal text common css */
.legalTextLinks{
	font-size: 12px;
}
.legalTextLinks a{
	text-decoration: underline;
}
/* header general */
nav.navbar{
	border-radius: 0%;
	border: none;
}
header .top-bar{
	font-size: 14px;
	background-color: #f5f5f5;
	text-align: center;
	height: 26px;
	line-height: 26px;
	color: #666;
	font-family: 'Roboto', sans-serif;
}
.top-bar .list-inline>li {
    line-height: 26px;
    height: 26px;
    vertical-align: top;
}
.top-bar a, 
.top-bar .divider-vertical {
    color: #666;
}
.top-bar .divider-vertical {
	margin: 0 10px;
}
.top-bar a:hover {
	color: #53382e;
}
.top-bar a img {
    margin-right: 2px;
}
header .central-bar{
	padding-top: 20px;
	padding-bottom: 20px;
}

@media only screen and (max-width : 991px) {
	header .central-bar{
 		border-bottom: 2px solid #c6202e;
 		padding-top: 4px;
    	padding-bottom: 3px;
	}	
}
   


header .top-bar ul{
	margin-bottom: 0px;
	padding: 0 15px;
}
header .headerSnippets .dropdown-menu{
	left: auto;
	right: 0;
}
@media(min-width: 992px){
	header .top-bar ul{
		
	}
	header .central-bar{
		padding-top: 10px;
		padding-bottom: 15px;
	}
}
@media(max-width: 991px){
	header .logoContainer{
		text-align: center;
		padding: 0;
                
	}
	header .top-bar > div{
		text-align: center;
		padding: 0px;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.headerRightContainer .navbar-nav>li>a {
		padding: 0;
	}


	.navbar-nav>li {
		float: left;
	}
	.navbar-nav{
		margin: 0;
		float: left;
	}
	.navbar-right {
		float: right !important;
	}
	header .headerSnippets > div{
		display: table;
		margin: 0 auto;
		float: none !important;
	}
	header .headerSnippets .dropdown-menu{
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		right: auto;
	}

	header .barsMenu {
	    text-align: center;
            padding-top: 15px;
	}

	header .barsMenu a {
	    font-size: 21px;
	    color: #888;
	}

}
/* main menu mobile */
#menu-mobile:not(.mm-menu){
	display: none;
}
@media(max-width: 991px){
	.mm-menu {
		width: 100%;
		min-width: 100%;
		max-width: 991px;
	}
}

/* header snippets */
.navbar-right{
	margin-right: 0px;
	padding-top: 23px;
}

@media only screen and (max-width : 768px) {
	.navbar-right{
		padding-top: 10px;
	}
}


#small-wishlist-icon,
#small-user-icon,
#small-minibasket-icon{
	width: 40px;
	height: 38px;
	cursor: pointer;
}

#small-wishlist-icon{
	background: url('/interface/wishlist-icon.png') center center no-repeat rgb(255,255,255);
}

#small-wishlist-icon:hover{
	background: url('/interface/wishlist-icon-hover.png') center center no-repeat rgb(255,255,255);
}

#small-user-icon{
	background: url('/interface/user-icon.png') center center no-repeat rgb(255,255,255);
}
#small-minibasket-icon{
	background: url('/interface/minibasket-hover.png') center center no-repeat rgb(255,255,255);
}
#small-minibasket-icon sup {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
    background-color: #d00000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    right: -27px;
}

#small-wishlist-icon sup {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
    background-color: #d00000;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    right: -21px;
    z-index: 1;
    
}

.fa-phone:hover
{
    color: #d00000;
    background-color: #FFF;
}

.nav>li>a:hover
{
    background-color: #FFF;
}


@media only screen and (max-width : 768px) {
	#small-minibasket-icon sup {
	    width: 18px;
	    height: 18px;
	    line-height: 18px;
	    display: block;
	    font-size: 11px;
	    right: -2.1em;
	    top: -5px;
	}
}





@media only screen and (max-width : 768px) {
	#small-wishlist-icon, #small-user-icon, #small-minibasket-icon {
		width: 40px;
		height: 35px;
	    background-size: 100% auto;
	}
}
@media only screen and (max-width : 345px) {
	#small-wishlist-icon, #small-user-icon, #small-minibasket-icon {
		width: 30px;
		height: 30px;
	}
}

/*#miniBasketContent.open #small-minibasket-icon{
	background: url('../img/minibasket-hover.png') center center no-repeat rgb(255,255,255);
}*/

#small-login-conatiner.open #small-user-icon{
	background: url('/interface/user-icon-hover.png') center center no-repeat rgb(255,255,255);
}

#search-container{
	/*	float: left;*/
	margin: 0 auto;
	max-width: 440px;
	padding-top: 23px;
}


@media(max-width: 479px){
	.headerSnippets{
		text-align: center;
	}
	#search-container,
	#languages-container,
	#currency-container{
		margin-bottom: 4px;
		float: none;
		display: inline-block;
	}
}
@media(max-width: 992px){
	#search-container{
		float: none;
		max-width: 100%;
		display: block;
		margin: 0 auto 10px;
	}
}
header #smallSearchForm #smallSearchCriteriaContainer,
header #smallSearchForm #smallSearchSubmitContainer{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
header #smallSearchForm #smallSearchCriteriaContainer {
	width: calc(100% - 4px);
}
.comparer-dropdown .dropdown-menu, 
.minibasket-dropdown .dropdown-menu{
	padding: 15px;
        min-width: 340px;
}
#mini-basket-popup{
	margin-top: 0;
	padding: 8px;
	border-color: #cfcfcf;
	top: 50px;
	right: -5px;
}
#mini-basket-popup:after{
	content: "";
	background-image: url('../img/minibasket-triangle.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -8px;
	width: 17px;
	height: 8px;
	right: 11px;
}

#miniBasketBody .miniBasketItem {
    border: none;
    margin-bottom: 5px;    
}

/* button minibasket menu */
.navbar-default .navbar-nav > li .buttonMinibasket {
	position: relative;
	display: block;
	padding: 15px 15px;
	line-height: 1.42857143;
	text-decoration: none;
}
/* minibasket dropdown */
.miniBasketHeader{
	display: none;
}
.miniBasketHeaderTitle {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto';
	text-transform: uppercase;
}
.miniBasketEmpty {
	padding: 15px;
	display: block;
	text-align: center;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.miniBasketOutput{
	min-width: 249px;
}
.miniBasketButtons {
	margin: 5px 0 0;
}
.miniBasketButtons > *{
	width: 100%;

}
#miniBasketOutput .miniBasketButtons > a.miniBasketEndOrder{
	height: 34px;
	background: #ffad33;
	border: none;
	color: #fff;
	border-radius: 4px;
	font-family: "Roboto";
	font-size: 15px;
	text-transform: uppercase;
}
#miniBasketOutput .miniBasketButtons > a.miniBasketEndOrder:hover{
	-webkit-transition:all 350ms ease;
	transition:all 350ms ease;	
	background: #ff9e0d;
}


.emptyMiniBasket .miniBasketButtons, 
.emptyMiniBasket .miniBasketShowTaxIncluded {
    display: none;
}
.miniBasketButtons:first-child{
	padding-right: 6px;
}
.miniBasketButtons:last-child{
	padding-left: 6px;
}
#miniBasketBody{
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.miniBasketItemImage{
	/* .media bootstrap css */
	float: none;
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
.miniBasketItemBody{
	/* .media bootstrap css */
	display: table-cell;
	vertical-align: top;
	width: 10000px;
	overflow: hidden;
	zoom: 1;
	font-size: 12px;
}
img.miniBasketItemImage[src=""],
img[src=""]{
	opacity:0;
	visibility: hidden;
}
.miniBasketItemName{
	/* font-family: 'Roboto'; */
	font-weight: normal;
}
.miniBasketItemNum:after{
	content: " x";
}
.miniBasketItemOptions{
	display: block;
/*	padding: 10px 0;*/
	color: #666;
	font-size: 12px;
}
.miniBasketItemOptions:after,
.miniBasketItemOptions:before{
	content: " ";
	display: table;
}
.miniBasketItemOptions:after{
	clear: both;
}
.miniBasketItem-price.miniBasketItemPrice {
	font-family: "Roboto";
	color: #d00000;
}
.miniBasketDeleteContainer {
    overflow: hidden;
    clear: both;
}

.miniBasketShowTaxIncluded > div {
    width: 50%;
    padding: 0 2px;
}
.miniBasketShowTaxIncluded .col-md-8 {
    text-align: right;
}
.miniBasketShowTaxIncluded .col-md-4 {
    text-align: left;
    font-family: "Roboto";
}


span.miniBasketItemOptionName {
    display: none;
}
.miniBasketItemOptions, 
.miniBasketItem-price.miniBasketItemPrice,
.miniBasketDeleteContainer{
	padding-left: 10px;
}
.miniBasketItemOption {
    font-family: 'Roboto';
}
.miniBasketDeleteContainer a {
    color: #999;
    font-family: 'Roboto';
    text-transform: lowercase;
}

/* minibasket footer for all dinamic rows */
#miniBasketBody + .row{
	padding-top: 10px;
}
#miniBasketOutput .row{
	margin: 0 -10px;
}

@media only screen and (max-width : 992px) {
	.miniBasketShowShipping .col-md-8,
	.miniBasketShowTaxIncluded .col-md-8 {
	    float: left;
	}
	.miniBasketShowShipping .col-md-4,
	.miniBasketShowTaxIncluded .col-md-4 {
	    float: right;
	}
}



.miniBasketShowTaxIncluded.row {
    padding-top: 10px;
    margin: 10px 0px 0 !important;
    border-top: 1px solid #cfcfcf;
}
#amountFreeShippingsMiniBasket{
    margin-bottom: 15px;	
}

#amountFreeShippingsMiniBasket .freeShipping{
	position: relative;
}


#amountFreeShippingsMiniBasket .freeShipping:after {
    content: "";
    background-image: url(../img/minibasket-shipping-triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 12.5px);
    width: 25px;
    height: 12px;
}

#amountFreeShippingsMiniBasket .freeShipping.freeShippingReached:after{
	background: none;
}




/* minibasket modal */
div#mobileBasketModal div.fluidModalContainer > div{
	margin-top: 20px;
}

/* comparer button menu */
.comparer-li .badge {
	display: inline;
	min-width: initial;
	padding: 0px;
	font-size: inherit;
	font-weight: normal;
	font-family: 'Roboto';
	line-height: inherit;
	color: inherit;
	text-align: left;
	white-space: nowrap;
	vertical-align: inherit;
	background-color: transparent;
	border-radius: 0px;
}
.comparer-li .dropdown-menu{
	min-width: 250px;
}
div.comparerBasketItem + div.comparerBasketItem,
.comparerBasketButtons{
	margin-top: 15px;
}
span.comparerBasketItemImage{
	display: block;
	width: 33.3333%;
	float: left;
	padding-right: 15px;
}
.comparerBasketButtons > *{
	width: 100%;
}
span.comparerBasketItemName {
	width: 66.666%;
	display: block;
	float: left;
	padding-right: 15px;
}
.comparerBasketItem{
	position: relative;
}
[data-comparer-basket-delete] {
	position: absolute;
	top: 0;
	right: 0;
}
img.comparerBasketItemImage{
	max-width: 100%;
	height: auto;
	display: block;
	margin-right: 10px;
}
.comparerBasketHeader > a{
	margin: 0 0 10px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto';
	text-transform: uppercase;
}
/* home general */
.fluidContent-home section{
	margin-bottom: 30px;
}
/* home mbl */
@media(max-width: 940px){
	.fluidContent-home .seo-content{
		margin-bottom: 15px;
	}
	#pages-home-1 .media {
		margin: 0 auto 20px;
		display: table;
	}
	#pages-home-1 .media-body{
		width: auto;
	}
}

/* home slider */
#slider-home img{
	width: 100%;
}
#slider-home .swiper-pagination-bullet{
	border-radius: 25px;
	height: 12px;
	width: 12px;
	/* border: 1px solid #FFF; */
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #fff;
}
#slider-home .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #c6202e;
}

/* home pages 102 */
#pages-102 {
    margin-bottom: 20px;
}
@media only screen and (max-width : 992px) {
	#pages-102 {
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width : 480px) {
	#pages-102 {
	    margin-bottom: 10px;
	}
}

.page-102 {
    position: relative;margin-bottom: 20px;
    display:block;text-shadow:1px 1px 2px rgba(20, 20, 20, 1) !important;
}


.page-102 .page-container {
    position: absolute;
    bottom: 0px;
    left: 45px;
    max-width: calc(100% - 90px);
}
.page-102 span.btn.page-link {
    display: block;
    max-width: 97px;
    background: rgba(102,153,51,0);
    border: 1px solid #fff;
    -webkit-transition: background 350ms ease;
	-moz-transition: background 350ms ease;
	-ms-transition: background 350ms ease;
	-o-transition: background 350ms ease;
	transition: background 350ms ease;
}
.page-102 span.btn.page-link:hover {
	background: #c6202e;
}
.page-102 .page-container > div,
.page-102 .page-container > span {
	margin-bottom: 22px;
	color: #fff;
	font-family: "Roboto";
}
.page-102 .page-name {
	font-family: "Roboto";
	font-size: 27px;
	line-height: 28px;
        
}
.page-102 .page-content {
	
}


@media only screen and (max-width : 480px) {
	.responsive-tabs-container{
		margin-bottom: 30px;
	}


	#product-page .responsive-tabs-container{
		margin-bottom: 0px;
	}
}



/* home seo */
@media(min-width: 941px){
	#seo-section img{
		float: right;
	}
}

/* home pages 1 */
@media(min-width: 992px){
	#pages-home-1.pages-total-3 .col-n-2{
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
	}
}
/* small Login */
#small-login-conatiner .dropdown-menu{
	min-width: 230px;
	padding-top: 0;
	top: 50px;
}
#small-login-conatiner .dropdown-menu:after {
    content: "";
    background-image: url(../img/minibasket-triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -8px;
    width: 17px;
    height: 8px;
    right: 11px;
}


#small-login-conatiner .dropdown-menu.logged-dropdown{
	text-align: center;
}

#small-login-conatiner .form-group label {
    text-transform: lowercase;
    color: #333;
}

.dropdown #smallLoginSubmit {
    width: 100%;
    background: #c6202e;
    border-color: #c6202e;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;    
}
.dropdown #smallLoginSubmit:hover {
	background: #c6202e;
	border-color: #c6202e;
}

form#smallLoginForm,
div.smallLogin.smallLoginLoggedIn{
	/*padding: 15px;*/
}
#small-login-conatiner .smallLoginFields {
    padding: 15px 15px 0;
}
div.smallLogin.smallLoginLoggedIn{
	border-bottom: 1px dashed #DDD;
    padding: 15px;	
}
a#smallLoginIdentifiedAsLink {
	display: block;
	padding-top: 8px;
	font-family: "Roboto";
}
#small-login-conatiner .no-logged-dropdown{
	padding: 0;
}
#small-login-conatiner .smallLoginLoggedIn div#smallLoginSubmitContainer {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px);
	left: 15px;
	right: 15px;
}
#small-login-conatiner .smallLoginLinks {
    text-align: center;
}
#small-login-conatiner .smallLoginLinks a+a{
    margin: 15px;
    padding: 6px 12px;
    background: #d6d6d6;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

#small-login-conatiner .smallLoginLinks a+a:hover{
	-webkit-transition:all 350ms ease;
	transition:all 350ms ease;	
	background: #afafaf;
}


#small-login-conatiner .smallLoginLinks a{
	display: block;
}
#small-login-conatiner #smallLoginLostPassword {
    border-bottom: 1px solid rgba(0,0,0,.15);
    font-size: 13px;
    padding-bottom: 15px;
}
a#smallLoginLogout{
    display: block;
    width: 100%;
    background: #FFAD33;
    color: #fff;
    font-family: "Roboto";
    border-color: #FFAD33;
    border-radius: 4px;
}
a#smallLoginLogout::before{
	content: "\f011";
	font-family: FontAwesome;
	padding-right: 3px;
}
#small-login-conatiner div#userControlPanel {
	padding: 15px 15px 55px;
}
#small-login-conatiner a.userPanelLink {
	padding: 2px 0;
}
#small-login-conatiner .userPanelBlock{
	margin-bottom: 0px;
}
#small-login-conatiner .userPanelTitle{
	/* font-size: 14px;
	font-family: "Roboto"; */
	display: none;
}
/* search snippet */
#smallSearchForm .smallSearchField{
	padding-right: 43px;
	border: 1px solid #999;
	box-shadow: none;
	height: 38px;
	color: #999;
	font-size: 13px;
}
.smallSearchButton{
	margin-left: -44px;
	color: #000;
	padding: 6px 11px;
	min-width: 38px;
	background-color: transparent;
	border-color: transparent;
	font-size: 17px;
}

.smallSearchButton i{
	color:#d00000;
}

/* .smallSearchButton event */
.smallSearchButton:hover,
.smallSearchButton:focus,
.smallSearchButton:active,
.smallSearchButton:active:focus,
.smallSearchButton:active:hover{
	background-color: transparent;
	border-color: transparent;
	color: #777;
}



.search-results {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    top: auto !important;
    width: 436px;
    z-index: 8889;
}
.search-results li {
    display: block;
    margin: 0;
    padding: 4px 0 4px 0;
    
    width: 100%;
    line-height: normal !important;
    border-bottom: 1px solid #ebebeb;
}

.search-results li.block{padding: 3px;font-weight: bold;background-color: #ebebeb;}

.search-results li.seeall {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    
}

.search-results li:first-child {
    border-top: medium none;
}
.search-results .title {
    font-size: 14px;
    color: #777;
    overflow: hidden;
    display: inline-block;
    padding-left: 8px;
    text-align: left;
    width: 366px;
    color:#787878;
}

.search-results li.seeall .title {
    font-size: 14px;
    display: inline-block;
    padding-left: 8px;
    text-align: left;
    line-height: 38px;
    width: 420px;
    color:#787878;
}
.search-results .kategoria{
    color:#d00000;
    font-size:14px;
    font-weight: bold;
}
.search-results .thumbnail {
    display: inline-block;
    height: 44px;
    margin: 3px 0 3px 3px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 44px;
    border:none;
}

.search-results .tkategoria{width:62px;height: 62px;}








/* fluid notify */
.fluidNotify.fluidNotify-notes{
	z-index: 1015;
	width: auto;
	-webkit-transition: top 350ms ease;
	-moz-transition: top 350ms ease;
	-ms-transition: top 350ms ease;
	-o-transition: top 350ms ease;
	transition: top 350ms ease;
}
.fluidNotify .note .remove:before{
	content: "\f00d";
	font-family: FontAwesome;
}
.fluidNotify .note .remove span{
	display: none;
}
.fluidNotify .note .remove {
	outline: none !important;
	top: 50%;
	right: 10px;
	font-size: 18px;
	background: none;
	border: 0;
	line-height: 1;
	height: auto;
	width: auto;
	position: absolute;
	margin-top: -10px;
	color: #FFF;
}
.fluidNotify .note{
	/* width: calc(auto - 50px); */
	float: right;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-radius: 0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	clear: both;
}

.fluidNotify .note:after{
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	display: block;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	line-height: 1.4;
}
.fluidNotify .note{
	color: #FFF !important;
	/*border-radius: 6px;*/
	font-family: inherit;
	padding: 15px 15px 15px 50px;
}
.fluidNotify .note:hover{
}
/* danger */
.fluidNotify .note.note-danger:after{
	content: "\f071";
}
.fluidNotify .note.note-danger,
.fluidNotify .note.note-danger:before{
	background-color: #F47E0B;
}
.fluidNotify .note.note-danger:hover,
.fluidNotify .note.note-danger:hover:before{
	background-color: #d36e0b;
}
/* success */
.fluidNotify .note.note-success:after{
	content: "\f00c";
}
.fluidNotify .note.note-success,
.fluidNotify .note.note-success:before{
	background-color: #8CC63F;
}
.fluidNotify .note.note-success:hover,
.fluidNotify .note.note-success:hover:before{
	background-color: #28a985;
}

/* fixed menu scroll system */
#main-menu{
	margin-bottom: 0;
	-webkit-transition: none;
	transition: none;
	min-height: 42px;
}
body.scrolled-menu .bottom-header-container{


}
body.scrolled-menu .fluidNotify.fluidNotify-notes{
	top: 65px;
}
#zoom-modal .modal-body{
	padding: 0;
}
@media(max-width: 991px){
	#zoom-modal .modal-dialog{
		margin: 0 auto;
	}
}

/*  main menu widths no-scrolled */
.mainMenuContainerRow {
    /*margin-bottom: 15px;*/
}
#main-menu{ width: 100%; }
@media (min-width: 769px) { #main-menu{ width: 100%; } }
@media (min-width: 992px) { #main-menu{ width: 100%; } }
@media (min-width: 1530px){ #main-menu{width: 1460px;} }
/*  main menu widths scrolled */
body.scrolled-menu #main-menu{ 
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1005;
	margin: 0 auto 20px;
	/* if your menu fixed is 100% width remove transition all [!] */
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
/*    -moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
    box-shadow: 0 3px 10px rgba(0,0,0, 0.15);*/
    background: #fff;
	 }
@media (min-width: 941px) { body.scrolled-menu #main-menu{ width: calc(100% - 30px); } }
@media (min-width: 992px) { body.scrolled-menu #main-menu{ width: 97%; } }
@media (min-width: 1530px){ body.scrolled-menu #main-menu{ width: 1490px; } }

@media(max-width: 479px){ .mainMenuContainerRow{ padding-left: 0; padding-right: 0; } }


@media (min-width: 768px){ 
	.navbar-nav > li > a {
		padding-top: 11px;
		padding-bottom: 11px;
	} 
	.navbar-nav.navbar-right > li > a {
    	padding: 0;
 	}
 	.navbar-nav.navbar-right > li {
    	margin-right: 5px;
  }
  	.navbar-nav>li.main-menu-page {
    	float: right;
    	/*background: #f5f5f5;    */

	}
	#main-menu .navbar-nav{
		min-width: 100%;
    	-webkit-transition: all 350ms ease;
		transition: all 350ms ease;			
	}
	.scrolled-menu #main-menu .navbar-nav{
/*		min-width: inherit;*/
		
	}
}



/* logo menu fixed scroll */
.navbar-brand{
	padding: 10px 15px 10px 15px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: none;
	transition: none;
}
.navbar-brand img{
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}
@media(max-width: 1199px){
	#main-menu .menu-lvl-1{
		font-size: 13px;
    	position: inherit;
	}
	.navbar-brand{
		padding: 13px 10px;
	}

	.mainMenuContainerRow #main-menu ul > li > a{
		padding-left: 10px; 
		padding-right: 10px;
		font-size: 14px;
	}
}
@media(max-width: 991px){
	.navbar-brand{
		padding: 15px 0px 15px 15px;
	}
	.navbar-brand img{
		height: 42px;
	}
	.mainMenuContainerRow #main-menu ul > li > a{
		font-size: 13px;
	}

	body.scrolled-menu .navbar-brand {
		padding: 8px 0;
	}
	.scrolled-menu #main-menu .main-menu-page.menu-lvl-1 {
	    display: none;
	}	
}
@media(max-width: 400px){
	.navbar-brand{
		display: none;
	}
}
body.scrolled-menu .navbar-brand{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	padding: 0;
	height: 42px;
}

/* mainMenu desplegables system */
@media only screen and (min-width : 1200px) {
	#main-menu .navigation .dropdown{
		position: relative;
	}
}


@media only screen and (min-width : 1200px) {
	#main-menu .navigation .menu-lvl-1:before {
	    pointer-events: none;
	    position: absolute;
	    z-index: -1;
	    opacity: 0;
	    content: '';
	    border-style: solid;
	    -webkit-transition-duration: 0.4s;
	    transition-duration: 0.4s;
	    -webkit-transition-property: all;
	    transition-property: all;
	    left: calc(50% - 10px);
	    bottom: -10px;
	    border-width: 0 10px 10px 10px;
	    border-color: transparent transparent #e1e1e1 transparent;
	}

	#main-menu .navigation .menu-lvl-1:hover:before, 
	#main-menu .navigation .menu-lvl-1:focus:before, 
	#main-menu .navigation .menu-lvl-1:active:before {
	    -webkit-transform: translateY(-10px);
	    transform: translateY(-10px);
	    z-index: 1;
	    opacity: 1;
	}
}

#main-menu .categoriesLvl2Container{
	width: 100%;
	border-radius: 0%;
	padding: 15px;
    border-top: 0;
    top: 104%;	
}

@media (min-width: 992px) and (max-width: 1200px) {
	#main-menu .categoriesLvl2Container{
		min-width: 940px;
	}
}

#main-menu .smallImageTitleCategoryLvl2,
#main-menu .shortDescriptionLvl1Category{
	margin-bottom: 15px;
}

/* custom mmenu */
.mm-title img.logo{
	height: 20px;
}
/* dropdown main menu desktop effect fade */
@media(min-width: 941px){ /*before 1200px*/
	#main-menu .dropdown .categoriesLvl2Container,
	.comparer-dropdown .dropdown-menu,
	.minibasket-dropdown .dropdown-menu{
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
		display: block;
		-webkit-transition: opacity 250ms ease, visibility 250ms ease;
		transition: opacity 250ms ease, visibility 250ms ease;
		/* effect with vertical movement */
		/* margin-top: 35px; */
		/* -webkit-transition: opacity 250ms ease, visibility 250ms ease, margin-top 450ms ease; */
		/* transition: opacity 250ms ease, visibility 250ms ease, margin-top 450ms ease; */
	}


/*	.menu-lvl-1:nth-child(4) .dropdown-menu {
    	left: -24px;
	}	
	.menu-lvl-1:nth-child(5) .dropdown-menu {
    	left: -205%;
	}
	.menu-lvl-1:nth-child(6) .dropdown-menu,
	.menu-lvl-1:nth-child(7) .dropdown-menu {
    	right: 0;
    	left: auto;
	}*/

	#main-menu .dropdown.open .categoriesLvl2Container,
	.comparer-dropdown.open .dropdown-menu,
	.minibasket-dropdown.open .dropdown-menu{
		opacity: 1;
		filter: alpha(opacity=100);
		display: block;
		visibility: visible;
		/* effect with vertical movement */
		/* margin-top: 0; */
	}
	#main-menu .categoriesLvl2Container:before,
	.comparer-dropdown.open .dropdown-menu:before,
	.minibasket-dropdown.open .dropdown-menu:before,
	.user-li .dropdown-menu:before{
		content: "";
		display: block;
		height: 15px;
		position: absolute;
		width: 100%;
		bottom: 100%;
	}
}

@media only screen and (min-width : 1200px) {
	#main-menu .dropdown .categoriesLvl2Container{
    	width: 757px;	
	}

	#main-menu .dropdown .categoriesLvl2Container.oneColumn{
		width: 560px;
	}
	#main-menu .dropdown .categoriesLvl2Container.fourColumns {
    	width: 1100px;
	}
}

.sub-categories-column {
    margin-bottom: 15px;
}
.sub-categories-column .h4 {
    font-size: 14px;
    font-family: "Roboto";
    margin-bottom: 10px;
    font-weight: bold;
}
.sub-categories-column .categoriesLvl3Container {
    font-family: "Roboto";
    padding-left: 5px;
}

.mega-menu-list-col{margin-bottom: 1em;}

.mega-menu-list-col A {
    color:#d10202;
    text-decoration: underline;
}

.category-info-largetitleimage img {
    float: right;
}

/* home brands carousel */
#brands-carousel img{
	display: block;
	margin: 0 auto;
}

/* /areas */
.areasPageContainer .brand-item{
	border: 1px solid #e9e9ea;
	margin-bottom: 15px;
	padding-bottom: 48%;
	display: block;
	position: relative;
	background-color: #FFF;
}
.areasPageContainer .brand-item:hover,
.areasPageContainer .brand-item:focus{
	border-color: #cdcdcd;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.13);
}
.areasPageContainer .brand-item .brand.text{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
}
.areasPageContainer .brand-item .brand{
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* news items */
.newItem-smallImage{
	display: block;
}
.newItem-smallImage img{
	width: 100%;
}
.newItem-date{
	background-color: #333;
	color: #FFF;
	padding: 10px 15px;
	text-align: center;
}
.newItem-smallImage + .newItem-body{
	margin-top: 10px;
}
.newItem-item{
	margin-bottom: 35px;
}
.swiper-slide .newItem-item{
	margin-bottom: 0px;
}

/* news */
section#news-section{
	margin-bottom: 15px;
}
section#new-section{
	margin-bottom: 30px;
}

/* hide carousel controls onr esize and load if prev and next is disabled */
.hide-carousel-controls .swiper-button-prev,
.hide-carousel-controls .swiper-button-next,
.hide-carousel-pagination .swiper-pagination-bullet,
.hide-carousel-fraction .swiper-pagination-fraction{
	display: none;
}

/* multiple carousel controls */
.carouselTitle {
	padding-right: 90px;
	color: #666;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	/* border-bottom: 3px dotted #EEE; */
}

.carouselTitle span {
    border-bottom: 3px solid #c6202e;
    padding: 0 15px 9px;
}

.carouselTitle span:after {
/*	content: "";
	background: #c6202e;
	height: 3px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -11px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);*/
}


.carousel-header{
	position: relative;
	margin-bottom: 15px;
	border-bottom: 3px dotted #EEE;
}
.swiper-controls-items{
	position: absolute;
	bottom: 10px;
	right: 0;
}
.tabcordion .swiper-controls-items {
    z-index: 1;
}
.tab-pane .swiper-controls-items {
    top: -50px;
    bottom: inherit;
}
.swiper-controls-items > div{
	position: static;
	left: auto;
	right: auto;
	top: auto;
	margin-top: 0;
	width: 25px;
	height: 25px;
	opacity: .7;
	float: left;
	/* background-image: none; */
	/* border: none; */
	/* font-size: 30px; */
	/* line-height: normal; */
	/* padding: 8px; */
	/* text-align: center; */
	/* font-family: FontAwesome; */
	background-size: auto 25px;
	margin-left: 5px;
	cursor: pointer;
	/* color: #78797a; */
}
.swiper-controls-items .swiper-button-prev:before{
	/* content: "\f104"; */
}
.swiper-controls-items .swiper-button-next:before{
	/*content: "\f105";*/
}

/*responsive-tabs-container*/



.responsive-tabs-container .accordion-link, 
#commentsSectionLink, 
#relatedSectionLink {
    background: none;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666;
}
#commentsSectionLink a, 
#relatedSectionLink a {
	display: block;
}

#commentsSectionLink a:after,
#relatedSectionLink a:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 22px;
    color: #666;
    padding: 0 4px;
}

#commentsSectionLink a.collapsed:after,
#relatedSectionLink a.collapsed:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    font-size: 22px;
    color: #666;
    padding: 0 4px;
}




.tab-content > a.accordion-link, 
#commentsSectionLink, 
#relatedSectionLink {
    border-bottom: 1px solid #b8b8b8;
    clear: both;
    margin-bottom: 0;    
}

.tab-content > a.accordion-link:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
    font-size: 22px;
    color: #666;
    padding: 0 4px;
}

.tab-content > a.accordion-link.active:after {
    content: "\f106";
}



@media only screen and (max-width : 992px) {
	.tab-pane .swiper-controls-items {
	    top: 50%;
	    width: 100%;
	    z-index: 998;
	}
	.tab-pane .swiper-controls-items .swiper-button-next {
	    right: 0;
	    left: auto;
	    position: absolute;
	}
	.tab-pane .swiper-controls-items > div{
		background-size: auto 30px;
	}

}

@media only screen and (max-width : 768px) {
	#product-page .responsive-tabs-container .tab-pane{
		padding: 20px 0;
	}
}







/* prefooter section */


/* footer */
.middle-footer {
    background: #f6f6f6;
    margin-bottom: 30px;
}
#footer {
    margin-top: 30px;
}

/* footer smallnewsletter */
#smallnewsletter-container {
    margin-bottom: 40px;
}
.smallnewsletter-content {
    border-bottom: 3px dotted #ccc;
    padding: 27px 0 15px;
}

@media(max-width: 768px){
	.smallnewsletter-content {
		border-bottom: 2px dotted #ccc;
	    padding: 27px 0 30px;
	}
}


@media only screen and (max-width : 480px) {
	.smallnewsletter-content {
	    padding: 27px 0 60px;
	}
}


.smallnewsletter-text {
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 39px;
}

@media only screen and (max-width : 1200px) {
	.smallnewsletter-content .smallnewsletter-text {
    	text-align: center;
    	margin-bottom: 15px;
	}
	.smallnewsletter-content .smallNewsletter{
		max-width: 570px;
    	margin: 0 auto;
	}
}



@media(max-width: 768px){
	.smallnewsletter-text{
		text-align: center;
	    line-height: 27px;
    	margin-bottom: 15px;	
	}
}
.smallnewsletter-text span {
    padding-right: 14px;
}

/* footer middle */
.footer-columns-list {
    padding-left: 17px;
    margin-bottom: 15px;
}
.footer-columns-list li {
    text-indent: -5px;
}


/* footer top */
#banners-6 {
    padding-bottom: 30px;
    border-bottom: 4px solid #d4d4d4;
}
#banners-6 ul{
	margin-bottom: 0;
}

.banners-6 ul li {
    border-right: 1px dotted #BDBDBD;
    padding: 0 10px; 
}
.banners-6 ul li:last-child {
	border-right: none;
}


@media only screen and (max-width : 768px) {
	.banners-6 ul li:nth-child(even) {
		border-right: none;
	}
}
@media only screen and (max-width : 375px) {
    .banners-6 ul li {
		border-right: none;
	}
}



/*.banner-6 {
    padding-bottom: 30px;
    border-bottom: 4px solid #d4d4d4;
}
.banner-6 img {
    margin: 0 auto;
}
@media(max-width: 768px){
	.banner-6 {
		border: none;
	}	
}*/

/* footer bottom */
.banners-9 {
    padding-bottom: 20px;
}

@media(max-width: 768px){
	.banners-9 .list-inline {
	    text-align: center;
	}
	.banners-9 .list-inline li {
	    margin-bottom: 15px;
	}	
}

/* footer columns */
.footer-columns > div{
	margin-bottom: 25px;
}

@media(max-width: 768px){
	.footer-columns > div{
		margin-bottom: 25px;
	}
}

.header-page-footer{
	margin-top: 0;
	font-family: "Roboto";
	color: #333;
}

@media(max-width: 768px){
	.header-page-footer {
	    font-size: 16px;
	}
}

.footer-columns .footer-columns-list > li > a{
	display: block;
}
@media(min-width: 992px){
	.footer-columns .footer-columns-list > li > a:hover{
		padding-left: 5px;
	}
}
@media(max-width: 991px){
/*	.footer-columns .footer-columns-list > li > a{
		display: block;
		border: 1px solid #f2f2f2;
		margin-bottom: -1px;
		padding: 6px 15px;
	}*/
}

@media(max-width: 768px){
	.pages-4-5-panel .panel-group .panel {
	    border-left: 0;
	    border-right: 0;
	    border-color: #b5b5b5;
	    border-bottom: 0;
	    box-shadow: none;
	}
	.pages-4-5-panel .panel-group .panel+.panel {
	    margin-top: 0;
	    /*border-bottom: 1px solid #b5b5b5;*/
	}
        .utolso
        {
            border-bottom: 1px solid #b5b5b5 !important;
        }
	.pages-4-5-panel .panel-heading {
	    padding: 0;
	}
	.pages-4-5-panel .panel-title {
	    height: 30px;
	    line-height: 30px;
	}
	.pages-4-5-panel .panel-title [data-toggle="collapse"] {
	    position: inherit;
	    padding: 0 0 0 10px;
            color: #FFF;
	}
	.pages-4-5-panel .panel-title i {
	    font-size: 20px;
	    line-height: 30px;
	    padding-right: 5px;
	    color: #FFF;
	}
	.pages-4-5-panel [data-toggle="collapse"] > i:before{
		content: "\f106";
		font-family: FontAwesome;
	}
	.pages-4-5-panel .collapsed[data-toggle="collapse"] > i:before{
		content: "\f107";
		font-family: FontAwesome;
	}
}

@media(max-width: 768px){
/*	.social-banners {
	    padding: 0 45px;
	}*/
} 
@media only screen and (max-width : 480px) {
	.social-banners {
	    padding: 0 45px;
	}
}

@media only screen and (max-width : 320px) {
	.social-banners {
	    padding: 0 15px;
	}   
}


@media(max-width: 479px){
	.footer-columns div.pages-6,
	.footer-columns .merchant-information{
		width: 100%;
		padding: 0 45px;
	}
}

@media(max-width: 320px){
	.footer-columns div.pages-6,
	.footer-columns .merchant-information{
		padding: 0 15px;
	}
        
        *[class*="Quantity"]  div.input-group{
	width: auto !important;
}
}

/* smallNewsletter form */
#smallNewsletterSubmitContainer,
#smallNewsletterEmailContainer{
	/* width: 50%; */
	float: left;
}

@media only screen and (max-width : 768px) {
	#smallNewsletterEmailContainer {
	    width: calc(100% - 95px);
	}
}



#smallNewsletterEmailField{
	margin-right: 5px;
	height: 39px;
	min-width: 232px;
}
#smallNewsletterSubmit{
	width: 100%;
	margin-left: -1px;
	max-width: 95px;
	height: 39px;
	background: #c6202e;
	border-color: #c6202e;
	color: #fff;
	font-size: 12px;
	font-family: "Roboto",sans-serif;
}
.smallNewsletter .legalTextLinks{
	position: absolute;
	top: 0;
	right: 5px;
	width: calc(100% - 344px);
	text-align: left;
}
.smallNewsletter .legalTextLinks.has-error{
	/*margin-top: -15px;*/
}
.smallNewsletter{
	/* margin-bottom: 65px; */
	position: relative;
}

.legalTextLinks > span {
    display: block;
    width: calc(100% - 25px);
    float: left;
}

@media(max-width: 768px){
	.smallNewsletter .legalTextLinks {
	    width: 100%;
	    top: 60px;
	    left: 10px;
	    right: 15px;
	}
	.smallNewsletter span.help-block.form-error {
    	text-align: left;
    	margin: 1px 0 0 12px;
	}
}

@media(max-width: 549px){
	.smallNewsletter{
		margin-bottom: 35px;
	}
}
.smallNewsletter:before, 
.smallNewsletter:after,
.comparerBasketItem:before,
.comparerBasketItem:after{
	display: table;
	content: " ";
}
.smallNewsletter:after,
.comparerBasketItem:after{
	clear: both;
}

/* social footer */
.social-banners .item{
	display: block;
	float: left;
}
.social-banners .item + .item{
	margin-left: 5px;
}

/* footer bottom */
.bottom-footer{
	margin-bottom: 20px;
}

.pages-10 {
    padding-bottom: 30px;
}

@media(max-width: 768px){
	.pages-10 .page-10 {
		padding: 0 30px;
		font-size: 12px;
	}
}


.copyright-container{
	margin-bottom: 30px;
	color: #8b8b8b;
	font-family: "roboto-regular", sans-serif;
}

@media(max-width: 768px){
	.copyright-container{
		font-size: 13px;
	}
	span.copy{
		display: block;
	}
}

.copyright-container > div{
	/* margin-top: 12px; */
}


.footer-bottom-banners ul{
	text-align: center;
}

@media(max-width: 991px){
	.footer-columns > div:nth-child(odd){
		/*clear: both;*/
	}
}

/* ---------- categories/search/sales/hightlights ---------- */
.productsPage-header {
    text-align: center;
    margin-bottom: 1em;
}


@media only screen and (max-width : 768px) {
	.productsPage-header {
	    margin-bottom: 30px;
	}	
}


.productsPage-header h1,
.brandsPageRightColumn h1 {
    color: #c6202e;
    font-family: "Roboto Condensed";
}
.brandsPageRightColumn h1 {
    text-align: center;
    margin-bottom: 30px;
}

.productsPage-header .long-desc * {
    font-size: 16px !important;
    color: #666;

}

.productsPage-header .long-desc h2 {
    font-weight:600;
    font-size: 20px !important;
}


@media only screen and (max-width : 768px) {
	.productsPage-header .long-desc * {
	    font-size: 14px !important;
	    color: #999;
	}
}


.productsPage-header .long-desc a,
.productsPage-header .long-desc a:hover,
.productsPage-header .long-desc a:focus{
  text-decoration:none; 
  color: #c6202e;
}

[data-toggle="collapse"] > i:before{
	content: "\f068";
	font-family: FontAwesome;
}
.collapsed[data-toggle="collapse"] > i:before{
	content: "\f067";
	font-family: FontAwesome;
}
/* filters */
.filterBlock + .filterBlock{
	margin-top: 15px;
}
.filterSubmit{
	width: 100%;
	margin-top: 10px;
}
.searchCriteriaFilterBlock label.searchCriteriaFilterElement{
	font-size: 15px;
	font-family: "Roboto";
	margin-top: 10px;
	margin-bottom: 5px;
}
.searchCriteriaFilterBlock label.searchCriteriaFilterElement{
	margin-left: -5px;
}
.filterElements{
	padding: 5px;
}
.filterElements .form-group{
	margin-bottom: 0;
}
.filterElements label{
	font-family: 'Roboto';
}
.filters-column{
	margin-bottom: 25px;
}
@media(max-width: 940px){
	.filterBlock.pricesFilterBlock,
	.filterBlock.searchCriteriaFilterBlock{
		width: 100%;
	}
	.filterBlock {
		width: 50%;
		float: left;
	}
	.filterBlock:nth-child(even){
		clear: both;
	}
	.filters-column{
		/*display: none;*/
		margin-top:40px;
	}
	.filterBlock + .filterBlock{
		margin-top: 0;
	}
}
@media(max-width: 399px){
	.filterBlock {
		width: 100%;
		float: none;
	}
}
/* category banners col */
.productsPageLeftColumn > *:last-child{
	margin-bottom: 15px;
}
.productsPageLeftColumn .banners-column.banners-6 img {
	margin-top: 15px;
}

/* category-info */
.productsPage-header > * + *{
	margin-top: 15px;
}

/* pagination */
.paginationContainer > ul{
	/* float: right; */
	margin: 0 0 15px;
}

/* category/product auto output customTags table */
table.categoryCustomTags,
table.productCustomTags {
	margin-bottom: 20px;
}

.banners-6-bottom > div > div {
    text-align: center;
}

@media only screen and (max-width : 768px) {
	.banners-6-bottom > div > div{
		margin-bottom: 15px;
	}
	.banners-6-bottom > div > div img{
		margin: 0 auto;
	}
}



/* ---------------------- subcategories ----------------------- */
.subcategoriesContainer {
    margin-bottom: 30px;
}
div.img-subcategory {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 177px;
    width: 177px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    border-color: #fff;
    margin: 0 auto 10px;
    -webkit-transition: all 750ms ease;
    transition: all 750ms ease;
}
div.img-subcategory:hover {
	border-width: 2px;
	border-color: #c6202e;
}


@media only screen and (max-width : 480px) {
	div.img-subcategory {
    	width: 120px;
    	height: 120px;
	}
}


.name-subcategory {
    font-size: 18px;
    font-family: "Roboto";
    text-align: center;
}
a:hover .name-subcategory{
	font-family: "Roboto";
}

@media only screen and (max-width : 480px) {
	.name-subcategory {
	    font-size: 14px;
	}
}



.container-subcategory {
    margin-bottom: 30px;
}



/* ---------------------- subcategories left column ----------------------- */
.productsPageLeftColumn .currentCategory {
    font-size: 16px;
    font-family: "Roboto";
    height: 42px;
    line-height: 42px;
    color: #666;
    padding-left: 15px;
    border: 1px solid #e1e1e1;
}
#categoriesAccordion {
    padding: 15px 15px 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e1e1e1;
}
.productsPageLeftColumn {
    /* border: 1px solid #e1e1e1; */
}
.subcategories-lvl-1 a {
    color: #c6202e;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: normal;
}
.subcategories-lvl-2 a {
    text-transform: lowercase;
    font-size: 14px;
}
.subcategories-lvl-2 a.active {
    font-family: 'Roboto', sans-serif;
    color:#000;
}
/* filters */
.filters-column {
    margin-bottom: 25px;
    border: 1px solid #e1e1e1;
}
.filters-column .h3 {
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 15px;
    color: #666;    
}

.filters-column .accordion-toggle .text span.t {
    color: #000;
    font-weight: bold;
}


.filters-column .accordion-toggle .text {
    margin-top: 1em;
}
.filters-column > form {
    padding: 20px 15px;
}

.product-filters-mbl {
    padding: 15px;
}
.product-filters-mbl .panel.filter-block {
    margin-bottom: 10px;
    border: 0;
    box-shadow: none;
}
.product-filters-mbl .filter-block .text i {
    float: right;
}
.product-filters-mbl .form-group.filterElement {
    margin-bottom: 0;
    margin-top: 8px;    
}
.product-filters-mbl label.filterElement {
    margin-bottom: 0;
	color: #d00000;   
        text-decoration: underline;
}


/* ---------------------- productList ----------------------- */
.productList{
	border: 1px solid transparent;
}
.productList:hover{
	border: 1px solid #d2d2d2;
}
.productList{
	max-width: 260px;
}
.productList,
.categoryList,
.pagesList  {
	margin: 0 auto 35px;
	padding: 10px;
	position: relative;
}
@media(max-width: 524px){
	.productColumn{
		width: 100%;
	}
}
.productList .buyForm{
	margin: 0 auto;
}
.productList .quickViewTrigger{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	width: 100%;
	right: 0;
}
.productList .productListSmallImageLink:hover .quickViewTrigger{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.productList .quickViewTrigger > button{
	width: 100%;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	border-color: transparent;
}
.productList .quickViewTrigger > button:hover,
.productList .quickViewTrigger > button:focus,
.productList .quickViewTrigger > button:active,
.productList .quickViewTrigger > button:active:focus{
	background-color: rgba(0,0,0,0.8);
}
@media(max-width: 992px){
	.productList .quickViewTrigger > button{
		display: none;
	}
}
.productList .href-title{
	display: block;
	line-height: 1.4;
	margin-bottom: 10px;
}
.productList .title{
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
/*	overflow: hidden;
	height: 42px;*//* [!] */
}
.view-list .productList .title {
    height: auto;
    font-family: 'Roboto';
}
.productList-shortDesc {
    /*display: none;*/
}
.view-list .productList-shortDesc {
	display: block;
    margin-bottom: 15px;
    /* max-height: 137px; */
    overflow: hidden;
    /* line-height: 19px; */
}
.view-list .productList-shortDesc * {
    font-size: 12px !important;
}
.view-list .productList-shortDesc strong {
    font-family: "Roboto";
}
.saleImageContainer {
    position: relative;
}
.productListRibbon {
	position: absolute;
	bottom: 0;
	right: 0;
        z-index:100;
}

.productListRibbonVertical {
	position: absolute;
	bottom: 2px;
	left: 2px;
        z-index:100;
}

.productListRibbon span.product-saving {
    position: absolute;
    left: 0;
    top: 0px;
    width: 50px;
    height: 34px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: "Roboto";
}

.productListRibbon span.product-saving-big {
    position: absolute;
    left: 0;
    top: 0px;
    width: 89px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-family: "Roboto";
}



.productListPrice{
    color: #cc0000;
    font-size: 18px;
    display: inline-block;
}
span.product-basePrice {
    color: #333333 !important;    
    display:block;
}
.productInfoCol span.product-basePrice {
    font-size: 18px;
    padding-right: 5px;    
}


.product-basePrice + .product-price{
    color:#d00000;
    font-size:20px;
    font-weight: bold;
}

.product-basePrice + .product-price{
    color:#d00000;
    font-size:20px;
    font-weight: bold;
}

.m2_egysegar{
    
    font-size:16px;
    font-weight: nomral;
}

.sale-true .productListPrice .product-price{
	color: #cc0000;
        
}

.product-basePrice .product-saving, .product-saving-big{
    display:inline-block;
    background-color: yellow;
    font-size:16px;
    line-height: 20px;
    font-weight:bold;
    padding:3px;
}

.product-saving-big{
    font-size:22px;
}


.productListPrice > span + span{
/*	padding-left: 5px*/
}
.productListPrice span.product-basePrice {
    padding-right: 15px;
}
.productsListsButtons{
    /* margin: 15px auto 0px; */
    /* display: table; */
    float: left;
    display: inline-block;
}
.productsListsButtons button{
	margin: 0px 5px 5px 0px;
}
.productsListsButtons button:last-child{
	margin-right: 0;
}

a.productListInfo.btn {
    width: auto;
    background: #777;
    border-color: #777;
    border-radius: 4px;
    padding: 4px;
    color: #fff;
}

a.productListInfo.btn.fav {
    
    background: #c6202e;
    color: #fff;
    border-color: #c6202e;
    position:absolute;
    top:20px;right:20px;
    font-size:18px;
}

a.productListInfo.btn.fav.fav_karnis{
    bottom:10px;
    top:auto;
    right:10px;
}

a.productListInfo.btn:hover,
a.productListInfo.btn:focus,
a.productListInfo.btn:active,
.productList:hover a.productListInfo.btn {
    background: #c6202e;
    border-color: #c6202e;
    color: #fff;
}


.productListSmallImageLink{
	display: block;
/*	overflow: hidden;*/
	position: relative;
	margin: 0 auto 15px;
	width: 100%;
	/*height: 235px;*//* [!] */
	/*height: 235px;*/

	/* center vertically and horizontally */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* vertically */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* horizontally */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#relatedSectionContainer .productListSmallImageLink {
    /*height: 172px;*/
}
.tab-pane .productListSmallImageLink {
    /*height: 194px;*/
}



.productListSmallImageLink .productListSmallImage{
	margin: 0 auto;
	height: auto;
        max-height: 420px;
        max-width:100%;
}
.productsList-productProperty{
	display: block;
}
/* ----------------------------- quantity +/- ----------------------------- */
div.input-group .basketQuantity,
div.input-group .buyFormQuantity {
	text-align: center;
}
div.input-group span.input-group-btn .btn.btn-number > span.glyphicon-minus:before,
div.input-group span.input-group-btn .btn.btn-number > span.glyphicon-plus:before{
	font-family: FontAwesome;
}
div.input-group span.input-group-btn .btn.btn-number > span.glyphicon-minus:before{
	content: "\f068";
}
div.input-group span.input-group-btn .btn.btn-number > span.glyphicon-plus:before{
	content: "\f067";
}
div.input-group span.input-group-btn .btn.btn-number{
	color: #666;
}


/*[class*="Quantity"]  div.input-group{
	width: 130px;
}*/


div.input-group span.input-group-btn > button.btn.btn-number:hover,
div.input-group span.input-group-btn > button.btn.btn-number:focus,
div.input-group span.input-group-btn > button.btn.btn-number:active{
	border-color: #CCCCCC;
}
@media(min-width: 992px){
	div.input-group span.input-group-btn:last-child .btn.btn-number{
		margin-top: -1px;
	}
	div.input-group span.input-group-btn .btn.btn-number{
		/* border-color: transparent; */
		/*margin-left: 0px !important;*/
		/* margin-right: 0px !important; */
	}
	div.input-group span.input-group-btn {
/*		float: left;
		display: block;
		width: 40px;
		height: 41px;
		padding: 0px;*/
		/* position: absolute; */
		/* right: 0; */
	}
	div.input-group span.input-group-btn:last-child{
		top: 1px;
	}
	div.input-group span.input-group-btn:first-child{
		/* top: 19px; */
	}
	div.input-group span.input-group-btn > button.btn.btn-number .glyphicon {
		top: 0;
	}
	div.input-group span.input-group-btn > button.btn.btn-number{
		padding: 0px;
		/* display: block; */
		width: 40px;
		height: 41px;
	}
	div.input-group .basketQuantity,
	div.input-group .buyFormQuantity {
	    min-width: 40px;
	    /* display: block; */
	    height: 41px;
	    font-size: 18px;
	    font-family: Roboto;
	    color: #666;
	}
	.basket div.input-group .basketQuantity{
		font-size: 12px;
	}
	*[class*="Quantity"] div.input-group{
		width: 100%;
		max-width: 174px;
		margin: 0 auto;
		float: right;
	}



	div.input-group span.input-group-btn .btn.btn-number{
		font-size: 10px;
	}
}
@media(max-width: 991px){
	table div.input-group span.input-group-btn{
		display: block;
	}
	table div.input-group span.input-group-btn:first-child{
		position: absolute;
		top: calc(100% - 1px);
		width: 100%;
	}
	table div.input-group span.input-group-btn:last-child{
		position: absolute;
		top: calc(-100% - -2px);
		width: 100%;
	}
	table *[class*="Quantity"] div.input-group{
		width: 75px
	}
	table div.input-group span.input-group-btn > button.btn.btn-number{
		margin: 0;
		width: 100%;
	}
	table div.input-group span.input-group-btn > input{
		z-index: 3;
	}
}




/* quickview */
.quick-view-modal .product-buttons-extra > *{
	text-align: left;
}
.quick-view-modal .product-buy-container .buttons{
	padding: 15px;
}
.quick-view-modal .product-buy-container div.quantity{
	max-width: 200px;
}
/* change view */
@media(min-width: 941px){
	.view-list .productList{
		margin: 0 0 35px;
		max-width: none;
	}
	.view-list .productsListsButtons{
		display: block;
	}
	.view-list .productList .buyForm{
		max-width: none;
	}
	.view-list .productListSmallImageLink{
		margin: 0 15px 0 0;
		float: left;
		height: auto;
		width: 200px;
	}
	.view-list .productListSmallImageLink img{
		float: left;
	}
	.view-list .info{
		float: left;
		text-align: left;
		max-width: calc(100% - 215px);
	}
}

/* wishList/comparer general buttons */
.product-buttons-extra {
    /*text-align: right;*/
}
.wishlistButton{
	/* width: 34px; */
	padding: 6px 0px;
	border: none;
	color: #444;
	text-transform: uppercase;
}
.wishlistButton:hover {
    background: none;
}
.comparerProductButton{
	padding: 0;
}
.comparerProductButton > i{
	padding: 9px 0px;
	width: 32px;
	height: 32px;
	text-align: center;
}
.wishlistButton:before{
	content: "\f08a";
	font-family: FontAwesome;
	margin-right: 4px;
        color:#d00000;
}
.wishlistButton.wishlistButtonRemove:before{
	content: "\f004";
}
.comparerProductButton .add,
.comparerProductButton.comparerProductButtonAdded .remove{
	display: block;
}
.comparerProductButton .remove,
.comparerProductButton.comparerProductButtonAdded .add{
	display: none;
}

.product-share .addthis_toolbox.addthis_32x32_style span {
    max-width: 24px;
    max-height: 24px;
	border-radius: 3px;    
}
.product-share .addthis_32x32_style .at-icon {
    max-width: 24px;
    max-height: 24px;
}

/* productViews element js--> search: "productViews_FluidTag" */
.productViewsContainer{
	opacity: 0;
	filter: alpha(opacity=0);
	margin-bottom: 8px;
	/* border-bottom: 1px solid #d2d2d2; */
	/* padding-bottom: 8px; */
	/* text-align: center; */
}
.viewAvailableViews {
    text-align: center;
}
.viewAvailableOrderBy {
    text-align: right;
}

.filterElement.viewFilterElement {
    border: none;
    font-size: 20px;
    color: #acacac;
    height: 20px;
    padding: 0px 5px 0;
    line-height: 20px;
}

.filterElement.viewFilterElement:hover,
.filterElement.viewFilterElement:active,
.filterElement.viewFilterElement:focus{
	background: #fff;
}


.filterElement.viewFilterElement.viewFilterElement2 {
    border-left: 1px solid #acacac;
}
#viewAvailableOrderBy {
    border-radius: 5px;
    padding: 4px 10px;
}
#viewAvailableOrderBy span {
    padding-left: 30px;
}
.productsNumber span {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.productsNumber span.best-sellers {
	font-size: 16px;
    margin-top: 14px;
    color: #666;
    font-family: "Roboto";
}
hr.categories {
    margin: 0 0 15px;
    border-top: 1px solid #d2d2d2;
}
.paginationContainer {
    margin-bottom: 15px;
}
.viewFilter_{
	/* float: left; */
	/* margin: 0 auto; */
	display: inline-block;
}
.viewAvailableViews .viewFilter_ {
    margin-top: 15px;
}
.viewFilter_ +.viewFilter_{
	margin-left: 15px;
}
.viewAvailableOrderBy .viewFilter_ {
    margin-top: 5px;
}
.viewAvailableViews .fa-th:before{
	content: "\f009";
	font-family: FontAwesome;
}
.viewAvailableViews .fa-list:before{
	content: "\f0c9";
	font-family: FontAwesome;
}

.viewAvailableOrderBy .dropdown-menu {
    right: 0;
    left: auto;
    top: 37px;
}

@media(max-width: 940px){
	.productViewsContainer {
		margin-left: -15px;
	}
}
.buttonsFiltersMobile{
	margin-bottom: 30px;
}
.buttonsFiltersMobile button{
	width: 100%;
}

.viewAvailablePerPage{
	margin-right: 15px;
}
.viewAvailablePerPage .bootstrap-select.perPageFilterElement{
	max-width: none !important;
	width: auto !important;
}

/* ------------ product page -------------- */

/* gallery */
#slider-main-items-container{
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}
#slider-main-items-container.hide-carousel-controls #slider-main-items{
	margin-left: 0;
	margin-right: 0;
}
#main-image{
	margin: 0 auto;
}
#main-image-container,
#slider-main-items-container{
	margin-bottom: 30px;
}

@media only screen and (max-width : 768px) {
	#main-image-container, #slider-main-items-container {
	    margin-bottom: 5px;
	}
}



#slider-main-items-container,
.image-gallery-item-thumb,
#main-image-container{
	position: relative;
}
.image-gallery-item-thumb{
	cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 1px;	
}
#slider-main-items{
	margin-left: 30px;
	margin-right: 30px;
}
#slider-main-items-container .swiper-button-next:before,
#slider-main-items-container .swiper-button-prev:before{
	top: 50%;
	position: absolute;
	margin-top: -14px;
	left: 50%;
	margin-left: -3.5px;
}
#slider-main-items-container .swiper-button-next:before{
	content: "\f105";
	font-family: FontAwesome;
}
#slider-main-items-container .swiper-button-prev:before{
	content: "\f104";
	font-family: FontAwesome;
}
#slider-main-items-container .swiper-button-next{
	right: 0;
}
#slider-main-items-container .swiper-button-prev{
	left: 0;
}
#slider-main-items-container .swiper-button-next,
#slider-main-items-container .swiper-button-prev{
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	background-image: none;
	font-size: 20px;
	top: 0;
	margin-top: 0;
	height: calc(100% - 20px);
	border: 1px solid #F2F2F2;
	text-align: center;
}
#slider-main-items-container .swiper-wrapper{
	padding-bottom: 20px;
}
.image-gallery-item-thumb.thumb-active{
	
}
.image-gallery-item-thumb > img{
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
.image-gallery-item-thumb.thumb-active > img{
	/*opacity: 0.75;
	filter: alpha(opacity=75);*/
}
/* zoom btn */
#zoom-modal-trigger{
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: transparent;
    background-color: #fff;
    color: #999;
    font-size: 16px;
}
#zoom-modal-trigger span {
   font-size: 12px;
}
#zoom-modal-trigger:hover,
#zoom-modal-trigger:focus,
#zoom-modal-trigger:active{
	color: #666;
}
#zoom-modal img{
	margin: 0 auto;
}
#zoom-modal .modal-body{
	overflow: auto;
}
#zoom-modal .help-icon{
	position: absolute;
	color: #FFF;
	font-size: 24px;
	top: 0;
	z-index: 1200;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	width: 100px;
	margin: auto;
	text-align: center;
	padding: 33px;
}
#zoom-modal.zoomed .help-icon{
	display: none;
}
@media(min-width: 992px){
	#zoom-modal .help-icon{
		display: none;
	}
}
/* epoints prod */
.productPageEpointsContainer  .earningEPointsContent{
	margin-bottom: 15px;
	padding: 15px;
	font-size: 12px;
	color: #666;
	border: 1px solid #DDD;
	background-color: #F2F2F2;
}
.productPageEpointsContainer  .earningEPointsItemImage img{
	max-width: 100%;
	display: block;
	height: auto;
	margin-bottom: 10px;
}
.productPageEpointsContainer .earningEPointsItemDescription{
	margin-bottom: 10px;
}
/* product body */
.product-productInfo{
	/* width: 75%; */
	clear: both;
	font-size: 12px;
	margin-top: 11px;
}

@media only screen and (max-width : 768px) {
	.product-productInfo{
		margin-top: 0;
	}
}


.stock-container {
	padding-top: 10px;
	background: #FFF;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 10px;
	font-size: 12px;
}
.product-shortDesc,
.stock-container,
.stock-container-link,
.product-price-container,
.productBuySection,
.product-extraButtons{
	margin-bottom: 18px;
}

@media only screen and (max-width : 768px) {
	.product-shortDesc,
	.product-productInfo,
	.stock-container,
	.stock-container-link,
	.product-price-container,
	.productBuySection,
	.product-extraButtons{
		margin-bottom: 15px;
	}
}



.product-shortDesc *, #longdescription *, #shippingReturns * {
    font-size: 15px !important;
    /*font-family: "Roboto" !important;*/
    /*color: #000;*/
}

#longdescription h3{
    font-size:18px !important;
    font-weight: bold !important;
}

@media only screen and (max-width : 768px) {
	.product-shortDesc *, #longdescription *, #shippingReturns * {
	    font-size: 14px !important;
	    font-family: "Roboto" !important;
	    color: #000;
	}
}

.product-shortDesc a, 
.product-shortDesc a:hover, 
.product-shortDesc a:focus, 

#longdescription a, 
#longdescription a:hover, 
#longdescription a:focus,

#shippingReturns a, 
#shippingReturns a:hover,
#shippingReturns a:focus {
  text-decoration:none; 
  color: #c6202e
}


.product-shortDesc strong, #longdescription strong, #shippingReturns strong {
    font-family: "Roboto" !important;
}


.productBuyOptions{
	padding: 15px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

@media only screen and (max-width : 992px) {
	.productBuyOptions{
		padding: 15px 0;
	}
}




@media only screen and (max-width : 768px) {
	.productBuyOptions{
		border:none;
	}	
}


.productBuyOptionsTitle {
    font-family: "Roboto";
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
}

@media only screen and (max-width : 768px) {
	.productBuyOptionsTitle {
	    font-size: 14px;
	    margin-bottom: 7px;

	}
}




.productBuyOptions label{
	font-family: 'Roboto';
}
.productBuyOptions .productOption + .productOption{
	padding-top: 8px;
	/* border-top: 1px solid #f2f2f2; */
}

.productOptions .productOption {
    clear: both;
}
.productBuyOptions .productOptionPrompt {
	font-family: "Roboto";
	margin-bottom: 3px;
	float: left;
	line-height: 34px;
	width: 40%;
	color: #777;
}






@media only screen and (max-width : 1200px) {
	.productBuyOptions .productOptionValues {
	    float: none;
	    width: 100%;
	    clear: both;    
	}
}


@media only screen and (max-width : 768px) {
	.productBuyOptions .productOptionPrompt{
		font-size: 14px;
		font-family: "Roboto";
		color: #333;
		width: 100%;
		line-height: inherit;
    	margin-bottom: 0;
	}

	.productBuyOptions .productOptionValues {
	    float: left;
	    width: 100%;
	}
}



.productOptionValues .productOptionSelectValue .bootstrap-select.productOptionSelectValue {
    max-width: 315px;
}
.productBuyOptions .productOptionValueDescription {
	font-size: small;
	color: #999;
	margin: 5px 0 0;
	max-width: 100px;
}

.productBuySectionContainer {
	border: 1px solid #dedede;
	margin-bottom: 23px;
}

.productBuySection {
	/* background-color: #f2f2f2; */
	padding: 15px;
	/* border: 1px solid #dedede; */
}


@media only screen and (max-width : 1200px) {
	.productBuySection{
		margin-bottom: 10px;
	}
}


del > span.price{color: #d00000;}
.productBuySection del .price {
/*	opacity: 0.65;
	filter: alpha(opacity=65);*/
}
.product-price-container {
	font-size: 1.7em;
	text-align: center;
}

@media only screen and (max-width : 768px) {
	.product-price-container {
		text-align: center
	}
}

.productInfoCol span.product-price {
    font-size: 24px;
    color: #d00000;
}
span.pvpLable {
    font-size: 20px;
    color: #999;
    padding-right: 5px;
}


.product-h1{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 8px;
	font-family: "Roboto Condensed";
}


@media only screen and (max-width : 768px) {

	.product-h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

}



.product-form .buttons .comparerProductButton > i {
	padding: 13px 0px;
	width: 38px;
	height: 38px;
}
.product-form .buttons .wishlistButton {
	width: 40px;
	padding: 9px 0px;
}
.product-form .buttons .buyFormSubmit {
  -webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
	height: 35px;
	display: block;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	padding: 4px 20px 0;
/*	left: 30px;*/
	position: relative;
	cursor: pointer;
	border: none;
	border-top-right-radius: 5px;
        border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
        border-left: solid 1px #C02B21;
	background: #DE463B;

	-webkit-box-shadow: 0px 5px 0px 0px #C02B21;
	box-shadow: 0px 5px 0px 0px #C02B21;
        text-transform: uppercase;
}



.product-form .buttons .buyFormSubmit {
    width: 100%;
}


@media(min-width: 992px){
	
	.productFooterSection .tab-content{
		padding: 15px;
		border: none;
		margin-bottom: 30px;
	}
}
@media(max-width: 991px){
	.product-buy-container .Quantity button.btn-number{
		padding: 9px 14px;
		height: 39px;
	}
	.product-buy-container .Quantity input{
		height: 39px;
	}
}
.buyFormQuantity.quantity-input{
	z-index: 3;/* fix border color */
}
.has-success .form-control.buyFormQuantity {
    border-color: #ccc;
}

.productFooterSection .tab-content .productRateCommentLineComment {
	max-height: 400px;
	overflow-y: auto;
}
.productFooterSection .tab-content .productRateCommentFormSendBtn{
	margin-top: 10px;
}
.productFooterSection .tab-content [data-fluid-form="productAddCommentForm"] .Valoration{
	font-size: 12px;
	margin: 2px 0;
}
.productFooterSection .tab-content [data-fluid-form="productAddCommentForm"] .Valoration span{
	padding-left: 2px;
}
.product-buy-container .buttons,
.product-buy-container .Quantity{
	padding-top: 0px;
}
.product-buy-container .Quantity div.input-group{
	margin: 0 0;
}

@media only screen and (max-width : 768px) {
	.product-buy-container .Quantity div.input-group {
	    margin: 0 auto;
	}
}



@media(min-width: 992px){
	.product-buy-container .buttons{
		padding-top: 0px;
	}
	.product-buy-container .Quantity{
		padding-top: 0px;
	}
}

@media only screen and (max-width : 1200px) {
	.product-buy-container .Quantity div.input-group{
		margin: 0 auto;
		float: none;
	}
	.product-buy-container .buttons{
		text-align: center;
	}
	.product-form .buttons .buyFormSubmit {
	    min-width: 180px;
	    width: 100%;
	    padding: 9px 17px;
	    font-size: 14px;
	}	
	*[class*="Quantity"]  div.input-group{
		/*width: 216px;*/
	}
}

@media only screen and (min-width : 1201px) {
    .product-form .buttons .buyFormSubmit {
        line-height: 32px;
    }
}

.product-productInfo .product-ref,
.product-productInfo .brand .nameBrand{
	margin-bottom: 8px;
	display: block;
	color: #999;
	font-family: "Roboto";
	font-size: 16px;
}

@media only screen and (max-width : 768px) {

	.product-productInfo .product-ref, .product-productInfo .brand .nameBrand {
    	font-size: 14px;
	}

.product-productInfo .brand  .cont {text-align: center;}


}


@media only screen and (max-width : 768px) {
	.relatedSection {
    	margin-bottom: 30px;
	}
}

@media only screen and (max-width : 768px) {
	#product-page .relatedSection {
	    margin: 0;
	}
}

/* product shipping & availability custom tags */
.shippingAvailabilityContainer {
    background: #f5f5f5;
}
.shippingAvailability {
    display: inline-block;
    padding: 15px;
    color: #777;
    font-size: 15px;
}
@media only screen and (max-width : 1200px) {
	.shippingAvailability {
		font-size: 12px;
		padding: 15px 5px;
	}
	.shippingAvailabilityContainer .divider-vertical {
    	font-size: 12px;
	}
	.divider-vertical{
		margin: 0;
	}
}




.shippingAvailability span.customTagValue {
    font-family: 'Roboto';
    color: #333;
}

@media only screen and (max-width : 768px) {
	.shippingAvailability {
    	font-size: 14px;
    	padding: 10px 5px;
	}
}


.shippingAvailabilityContainer .divider-vertical {
    font-size: 14px;
}

.productBanners {
    margin-top: 48px;
}
.productBanners .productBanner {
    margin-bottom: 30px;
}

@media only screen and (max-width : 480px) {
	.productBanners .productBanner {
	    text-align: center;
	}
}



/* comments */
.commentsAvg .productRateStarField {
    font-size: 2em;
}
.productAvgStarsCont{
	margin-bottom: 8px;
	float: left;
}
.brand {
    float: right;
}

.productRate {
    float: left;
}
.productAvgStarsCont .productRateStars,
.productAvgStarsCont .productRateValoration,
.productAvgStarsCont .separator,
.productAvgStarsCont .commentBoxModalTop, 
.productAvgStarsCont .productComments{
	float: left;
	display: block;
}
.productAvgStarsCont .separator,
.productAvgStarsCont .productRateValoration,
.productAvgStarsCont .commentBoxModalTop,
.productAvgStarsCont .productComments{
	padding: 2px 5px 0px;
}
.productAvgStarsCont .commentBoxModalTop, 
.productAvgStarsCont .productComments {
    font-family: 'Roboto';
    color: #999;
}
.productAvgStarsCont .commentBoxModalTop {
    text-decoration: underline;
}
.productRateCommentLine {
	padding-top: 15px;
	padding-bottom: 15px;
}
.productRateCommentLine .text{
	padding-left: 5px;
}
.productAvgStarsCont .productRateValoration{
	display: none;
}
/* comments blog/product */
.commentsAvg {
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.commentsAvg .title {
    font-size: 24px;
    color: #669966;
}
.commentsAvg .productRateValoration {
    display: none;
}
.commentsAvg .avgText {
    float: left;
    line-height: 34px;
}
.commentsCommentsContainer {
	margin: 15px 0px 25px;
	padding: 15px;
	/* background-color: #EEE; */
/*	max-height: 500px;
	overflow-y: auto;*/
}
.productRateCommentLineNick .rate{
	margin-bottom: 3px
}
.commentsCommentsContainer.commentsCommentsContainerProduct{
	padding: 0;
}
.productRateCommentsCommentNick,
.productRateCommentsCommentAnswer,
.commentsCommentsContainer .nick {
	/* font-family: 'Roboto'; */
	/* text-transform: capitalize; */
}
.commentsCommentsContainer .nick,
.commentsCommentsContainer .date{
	font-style: italic;
	color: #999;
}
.commentsCommentsContainer .rate {
    margin-top: 10px;
}
.productRateCommentsCommentAnswer .productRateCommentsCommentTextAnswer{
	font-family: 'Roboto';
}
.productRateCommentsCommentDate,
.commentsCommentsContainer .date,
.commentsCommentsContainer .nick span {
	/* color: #999; */
	/* padding-bottom: 5px; */
	font-family: "Roboto";
}
.productRateCommentsCommentText,
.commentsCommentsContainer .comment{
	margin-bottom: 10px;
}
.commentsCommentsContainer .responses {
	background-color: rgba(0,0,0,0.06);
}
.commentsCommentsContainer .answer {
	padding: 15px 15px 10px;
}
.commentsCommentsContainer .answer span.answerTitle {
    display: block;
    font-family: "Roboto";
    color: #999;
}
.productRateCommentsCommentAnswer {
	padding: 0 15px 15px 35px;
}
.blogPostComment,
.productRateCommentsCommentLine{
	padding: 0 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
	font-size: 13px;
}
.commentsCommentsContainer a.answerLink {
	color: #333;
	cursor: pointer;
}
.commentsCommentsContainer a.answerLink:hover,
.commentsCommentsContainer a.answerLink:active {
	color: #c6202e;
}
.bodyComment {
    margin-bottom: 15px;
}

/* pagetypes presets */
section.page-section #page-content{
	clear: both;
}
section.page-section #page-content #includePageContent,
section.page-section #page-content .pageContent{
	margin-bottom: 15px;
}
section.page-section{
	margin-bottom: 30px;
}
.defaultPageLargeImage,
.defaultPageLargeTitle{
	margin-bottom:15px;
}
.defaultPageSmallImage,
.defaultPageSmallTitle{
	float: left;
	margin: 0px 15px 15px 0px;
}
.defaultPageLargeImage img,
.defaultPageLargeTitle img{
	max-width: 100%;
	display: block;
	height: auto;
}
/* newsletter */
.pageType-8 #newsletterSubmitContainer{
	margin-top: 10px;
}
/* map */
.pageType-3 #includePageContent{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px
}
.pageType-3 .categoriesMapContainer{
	padding: 5px 15px;
}
.pageType-3 .categoriesMapContainer.categoriesMapContainer1{
	padding: 15px;
}
.pageType-3 .categoryMap1{
	font-size: 16px;
}
.pageType-3 .categoryMap2{
	font-size: 14px;
}
.pageType-3 .categoryMap3{
	font-size: 12px;
}
.pageType-3 .categoryMap4{
	font-size: 10px;
}
.pageType-3 a.categoryMap{
	position: relative;
}
a.categoryMap::before{
	content: "\f016";
	font-family: FontAwesome;
}
a.categoryMap.categoryMap1::before{
	content: "\f15b";
	font-family: FontAwesome;
}
.categoriesMapContainer1 {
	float: left;
	min-width: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.categoriesMapContainer1{
	border: 1px solid #DDD;
	margin-right: 15px;
}
/* contact */
.contactFormText{
	margin-bottom: 15px;
}
#contactSubmit{
	margin-top: 15px;
	min-width: 100px;
}

/* subpages */
.pageType-4 .subpages{
	padding-left: 5px;
	margin-bottom: 15px;
}
.pageType-4 .subpages .subpage a{
	padding: 3px 6px;
	margin-bottom: 5px;
	display: block;
	border: 1px solid #f2f2f2;
}
/* newsletter */
.pageType-8 #newsletterForm{
	margin-left: 3px;
}
/* polls */
#poll-section{
	margin-bottom: 30px;
}
#poll-section .pollResultsContainer,
#poll-section .pollDescription{
	margin-bottom: 15px;
}
#poll-section .pollTitle{
	font-size: 36px;
	font-family: inherit;
	font-family: "Roboto";
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
	color: inherit;
}
#poll-section .pollQuestionQuestion {
	font-family: "Roboto";
	margin-bottom: 10px;
}
#poll-section .pollQuestionResponses{
	padding: 0px 10px 15px;
}
#poll-section .pollQuestionResponses label{
	font-family: 'Roboto';
}
@media(min-width: 360px){
	#poll-section .pollSubmit{
		min-width: 120px;
	}
}

/* comments , rate product */
.makeComment {
    margin: 30px 0;
    overflow: hidden;
    clear: both;
}
.makeCommentText, 
.makeCommentButtons {
    float: left;
}
.makeComment span {
    color: #000;
    margin-right: 15px;
	line-height: 32px;    
}
.makeComment a {
    color: #fff;
    background: #c6202e;
    border-color: #c6202e;
    border-radius: 6px;
    margin-right: 10px;
    height: 32px;
    line-height: 30px;
    padding: 0px 12px;
}
.makeComment button, 
.makeComment button.disabled,
#show-more-reviews {
    background: #c6202e;
    color: #fff;
    border: #c6202e;
    border-radius: 4px;
}
.makeComment button, 
.makeComment button.disabled{
	margin-right: 5px;
}
.makeComment button:hover, 
.makeComment button:focus,
.makeComment button:active,
.makeComment button.disabled:hover, 
.makeComment button.disabled:focus,
.makeComment button.disabled:active,
#show-more-reviews:hover,
#show-more-reviews:focus,
#show-more-reviews:active {
    background: #c6202e;
    color: #fff;
    border: #c6202e;
    border-radius: 4px;
}


@media only screen and (max-width : 992px) {
	.makeComment span {
    	display: block;
    	margin-bottom: 15px;
	}
}



#oneStepCheckoutLogin .userLoginTitleContainer {
    text-align: center;
}
#oneStepCheckoutLogin .userLogin.userLoginAnonymous {
    margin-bottom: 30px;
}
#oneStepCheckoutLogin .formTitle.userLoginTitle {
    font-size: 24px;
    color: #669966;
    text-align: center;
    background: url('../img/user-icon.png') 0px center no-repeat rgb(255,255,255);
    display: inline-block;
    padding: 30px 0 30px 40px;
}
#oneStepCheckoutLogin #userLoginSubmit,
#commentBoxModal .sendCommentsButton {
    width: 100%;
    height: 58px;
    background: #c6202e;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    border-color: #c6202e;
}
.modal label {
    color: #777777;
    font-family: "Roboto";
}
.modal .form-control {
/*    height: 52px;*/
}
#oneStepCheckoutLogin #userLoginSubmitContainer {
    margin-top: 35px;
}
#oneStepCheckoutLogin #userLoginLostPassword {
    color: #999999;
    text-decoration: underline;
    font-size: 14px;
}

#commentBoxModal .productRateCommentFormContainer label {
    display: none;
}


.commentBoxModalTitle {
    font-size: 26px;
    color: #669966;
    font-family: "Roboto";
    padding: 35px 0;
    text-align: center;
}


#commentBoxModal .productRateCommentFormStars > label{
	display: none;
}

#commentBoxModal #productCommentsStarsField {
    margin-bottom: 5px;
}


#commentBoxModal .productRateCommentFormLegalText {
    margin-bottom: 10px;
}
#commentBoxModal .productRateCommentFormLegalText .legalTextLinks {
    font-size: 14px;
    color: #999;
    overflow: hidden;    
}
#commentBoxModal .Valoration {
    float: left;
    margin-right: 5px;
    font-family: 'Roboto';
    line-height: 24px;
}

#commentBoxModal .legalTextLinks > span {
    float: right;
}

#commentBoxModal textarea.productCommentsField {
    min-height: 120px;
}


/* ------------------- user css -------------------- */
.userPageContainer {
	margin-bottom: 15px;
}
.userPageContainer h1,
.userPageContainer .h1{
	margin-bottom: 15px;
	color: #669966;
}
.fluidContent-user form#userForm div.formTitle.userTitle{
	display: none;
}
form#userForm .subcountrySearch{
	position: relative;
}
.citiesSelectorContent{
	top: 100%;
	right: 0;
	z-index: 2;
	margin-top: 5px;
}
form .help-block{
	margin: 3px 0px 0px;
	font-size: 12px;
}
form#userForm .legalTextLinks{
	margin-top: 15px;
}
form#userForm #countriesSelector,
form#userForm .subcountrySelector{
	margin-bottom: 5px;
}
#changePasswordForm:before,
#changePasswordForm:after{
	content: " ";
	display: table;
}
#changePasswordForm:after{
	clear: both;
}
#userFormFieldsContainer{
	min-height: 200px;
}
#userFormFieldsContainer, #changePasswordForm {
/*	padding: 15px 0px;*/
}
#userForm{
	/* js break go to SHOP.user.userForm if not work */
	display: none;
}
#userForm > .form-message + div.formField.userField {
	margin-bottom: 10px;
	font-family: "Roboto";
	color: #777;
}
div.formFields.userFormFields:before,
div.formFields.userFormFields:after{
	display: table;
	content: " ";
}
div.formFields.userFormFields:after{
	clear: both;
}
div.formFields.userFormFields > div.formField.userField,
#changePasswordForm div.formField.changePasswordField{
	width: 100%;
	padding: 0px;
}
div.formFields.userFormFields:last-child > div.formField.userField{
	margin-bottom: 0;
}
.formText.userText {
    margin-bottom: 30px;
}

#userFieldSubscribedContainer label.formField.userField {
    font-size: 12px;
}
#userFieldSubscribedContainer button.sbtc-btn {
	margin-top: 2px;
}

@media(min-width: 992px){
	form#userForm .row > [class*="col-"]:last-child{
		padding-left: 0;
	}
	div.formFields.userFormFields > div.formField.userField{
		padding: 5px 0;
	}
	div.formFields.userFormFields > div.formField.userField,
	#changePasswordForm div.formField.changePasswordField{
/*		width: 50%;*/
		float: left;
	}
	div.formFields.userFormFields > div.formField.userField:first-child{
		/*padding-right: 15px;*/
	}
	div.formFields.userFormFields > div.formField.userField:nth-child(2){
		/*padding-left: 15px;*/
	}
	div#oldPasswordContainer + div,
	#changePasswordSubmitContainer{
		clear: both;
		width: 100%;
		margin-bottom: 0;
	}
	#changePasswordForm div.formField#oldPasswordContainer,
	#changePasswordForm div.formField#passwordContainer{
		padding: 5px 15px 5px 0px;
	}
	#changePasswordForm div.formField#retypePasswordContainer{
		padding: 5px 15px 5px 0px;
	}
	#changePasswordForm div.formField.changePasswordField{
		padding: 0;
	}
}
@media(max-width: 991px){
	form#userForm .row > [class*="col-"]:last-child{
		margin-bottom: 5px;
	}
}
/* user-menu */
.usermenuVertical {
	margin-bottom: 20px;
	/* border: 1px solid #d2d2d2; */
}

.userPanelBlock{
	margin-bottom: 15px;
}
.userPanelTitle{
	font-size: 20px;
	margin-bottom: 5px;
}
a.userPanelLink {
	display: block;
	padding: 3px 5px;
}
a.userPanelLink.userPanelLinkSelected {
	color: #c6202e;
}
a.userPanelLink.userPanelLinkSelected:active,
a.userPanelLink.userPanelLinkSelected:hover{
	color: #333;
}
.userPanelTitle + .userPanelLinks{
	display: none;
}
@media(min-width: 941px){
	.userPanelTitle + .userPanelLinks{
		display: block !important;
	}
}
@media(max-width: 940px){
	.userPanelTitle{
	    cursor: pointer;
	    padding: 5px 25px 5px 10px;
	    font-size: 16px;
	    border-bottom: 1px solid #b8b8b8;
	}
	.userPanelLinks{
		padding: 5px 10px;
	}
	.userPanelTitle:after{
	    content: "\f107";
	    font-family: FontAwesome;
	    float: right;
	    margin-right: -16px;
	    color: #c6202e;
	    font-size: 22px;
	    margin-top: 2px;
	    line-height: 25px;
	}
	.userPanelTitle.open:after{
		content: "\f106";
	}
}
/* wishlist */
.fluidContent-wishlist .center-file-block{
	display: table;
	margin:0 auto;
}
.fluidContent-wishlist .view-list .productListSmallImageLink{
	width: 100px;
}
.fluidContent-wishlist .wishlistButton{
	width: auto;
	padding: 6px 12px;
	float: none;
	margin-right: 0;
	font-size: 12px;
}
.fluidContent-wishlist .wishlistButton:before{
	padding-right: 5px;
}
.wishlist-controls {
	padding: 15px 0px;
	background-color: #f2f2f2;
	margin-bottom: 15px;
}
.wishlist-controls button{
	width: 100%;
}
/*  wishlist modals */
.modal #deleteWishlistForm,
.modal #sendWishlistForm{
	margin-top: 15px;
}
.modal .wishlistProduct > label > span{
	float: left;
	display: block;
}
.modal .wishlistProducts:before,
.modal .wishlistProducts:after,
.modal .wishlistProduct > label:before,
.modal .wishlistProduct > label:after{
	content: " ";
	display: table;
}
.modal .wishlistProducts:after,
.modal .wishlistProduct > label:after{
	clear: both;
}
.modal span.wishlistProductImage {
	padding: 0px 10px 0px 5px;
}
.modal span.wishlistProductCheck{
	width: 10%;
}
.modal span.wishlistProductImage{
	width: 30%;
}
.modal span.wishlistProductImage img{
	max-width: 100%;
	height: auto;
	display: block;
}
.modal span.wishlistProductName{
	width: 60%;
}
.modal .wishlistProducts{
	padding: 10px;
}
.modal .wishlistProduct > label{
	border: none;
}
@media(min-width: 941px){
	.modal #sendWishlistSubmit,
	.modal #deleteWishlistSubmit{
		margin: 0;
	}
	.modal #deleteWishlistForm .modal-footer,
	.modal #sendWishlistForm .modal-footer{
		padding: 15px 0px;
	}
}
@media(min-width: 992px){
	.modal .wishlistProduct {
		float: left;
		width: 33.333%;
	}
}
@media(max-width: 499px){
	.wishlist-controls > div{
		width: 100%;
	}
	.wishlist-controls > div:first-child{
		margin-bottom: 5px;
	}
}


td.stockAlerts.stockAlertsProduct ul{
	font-size: 12px;
	padding-left: 25px;
}
/* orders page */
table.userOrders td.userOrder.userOrderActions img{
	display: block;
	float: left;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}
table.userOrders td{
	width: auto;
}
table.userOrders td.userOrder.userOrderActions br{
	display: none;
}
/* orders devolusions */
form#orderRefundForm{
	margin-top: 25px;
}
form#orderRefundForm .basketButtons{
	padding-bottom: 0;
}
form#orderRefundForm .basketOptions{
	clear: both;
}
form#orderRefundForm .basketQuantity > *{
	max-width: 100px;
}
form#orderRefundForm a.basketProductName {
	font-family: "Roboto";
}
form#orderRefundForm table.basket td.basket.basketProduct{
	padding-left: 8px;
}
/* modal refunds dynamic by js */
.refundsModalLinkContainer{
	clear: both;
}
.refundsModalLinkContainer a{
	cursor: pointer;
	font-size: 12px;
}
.js .userRefundRequest.refundRequestTitle, 
.js .userRefundRequest.refundRequestHeader, 
.js .userRefund.refundTitle, 
.js .userRefund.refundHeader,
.js .modal.refundsLooksBestModal table tr td span.caret{
	display: none;
}
.refundsModalTitle {
	font-size: 24px;
	margin: 10px 0 20px;
}
.modal.refundsLooksBestModal table tr{
	display: table-row !important;
}
@media(min-width: 941px){
	form#orderRefundForm .basketOptions{
		margin-left: 74px;
	}
}
@media(max-width: 940px){
	form#orderRefundForm a.basketProductName {
		clear: both;
		display: block;
	}
}


/* delete account */
@media(min-width: 941px){
	div#passwordContainer {
		width: 50%;
	}

}
/* deleteNewsletter */
.deleteNewsletterMsg{
	margin-top: 30px;
	margin-bottom: 30px;
}
/* createAccount */
.createAccountUserPage form > div.formText.userText{
	margin-bottom: 15px;
}
/* login (/user with not session) */
.smallLoginInPage form#smallLoginForm{
	padding: 0;
}
.fluidContent-user .userPageContainer.no-logged{
	margin-bottom: 15px;
}
.fluidContent-user .userPageContainer.no-logged > div{
	margin-bottom: 15px;
}
.fluidContent-user .userPageContainer.no-logged #smallLoginCreateAccount{
	display: none;
}
/* lostPassword */
.lostPasswordPageContent{
	margin-top: 20px;
	margin-bottom: 40px;
}
/* affiliate orders */
table.affiliateOrders{
	margin-top: 30px;
	margin-bottom: 40px;
}
table.affiliateOrders thead tr{
	background: #f2f2f2;
	font-family: "Roboto";
}



/* fixes random */
.jslider table tr td{
	padding: 0 !important
}
.questionText.wishlistQuestionText {
	margin-bottom: 15px;
	text-align: center;
}
.modal span.wishlistProductImage img[src=""]{
	display:none;
}

.clearFilterButton {
	margin-top: 15px;
	width: 100%;
}

.miniBasketContinueShopping{
	font-size: small;
	height: 34px;
    display: none;	
}
a.viewFilterElement{
	-webkit-transition: background-color 350ms ease, color 350ms ease, border-color 350ms ease;
	transition: background-color 350ms ease, color 350ms ease, border-color 350ms ease
}
.emptyProductsPageText{
	color: #666;
}

/* trash icon */
body [class*="glyphicon-trash"]:before {
/*	content: "\f014";
	font-family: FontAwesome;
	font-size: 16px !important*/
	content: "x";
    font-family: 'Roboto';
    font-size: 15px;
    text-transform: lowercase;
}

/* fix ugly price slider filter */
.jslider .jslider-bg i,
.jslider .jslider-bg .v{
	height: 10px;
	background: #EB850F;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.29);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.29);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.29);
}
.jslider .jslider-bg i, .jslider .jslider-pointer {
	background-image: url('../img/jslider.round.plastic.png');
}
.jslider .jslider-pointer{
	top: -4px;
}
/* verticalMenu */
#categoriesAccordion .panel-body{
	padding: 7.5px 0;
}
#categoriesAccordion .panel-body a{
	display: block;
}
#categoriesAccordion .panel-body > ul > li{
	padding: 7.5px 40px 7.5px 15px;
	position: relative;
}
#categoriesAccordion .panel-body > ul > li > a[data-toggle="collapse"]{
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
	padding: 7px 15px;
}
#categoriesAccordion .panel-body .lvl-3-vc-ul{
	padding: 15px 15px 0 15px;
}

/* to top button */
#toTopPage{
    position: fixed;
    z-index: 99;
    min-width: 0;
    bottom: 30px;
    color:white;
    right: 22px;
    padding: 0;
    font-size: 18px;
    background-color:#fff;
    border-radius: 0;
    width: 44px;
    height: 44px;
    -webkit-transition: -webkit-transform 350ms ease, border-color 350ms ease, background-color 350ms ease, opacity 400ms ease, box-shadow 350ms ease;
    -webkit-transition: border-color 350ms ease, background-color 350ms ease, opacity 400ms ease, -webkit-transform 350ms ease;
    transition: border-color 350ms ease, background-color 350ms ease, opacity 400ms ease, -webkit-transform 350ms ease;
    transition: transform 350ms ease, border-color 350ms ease, background-color 350ms ease, opacity 400ms ease, box-shadow 350ms ease;
    transition: transform 350ms ease, border-color 350ms ease, background-color 350ms ease, opacity 400ms ease, -webkit-transform 350ms ease;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    background-image: url(/interface/to-top.png);
    background-repeat: no-repeat;
    background-position: center;
    border-color: #d00000;
/*    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);*/
}
#toTopPage.tat{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
#toTopPage:hover {
	background-color: #fff;
	border-color: #dfdfdf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
@media(max-width: 571px){
  #toTopPage{  
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -20px;
  }
}
/* output fluid product reviews (default) */
.has-comments form,
.has-comments .productRateCommentsCommentValue,
.has-comments .productRateCommentsGlobalValoration,
.has-comments .productRateCommentsGlobalValorationTitle{
	/* no params for displaying */
	display: none;
}

/* text msj confirm order */
.confirmOrderContent #confirmOrderTitle{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "Roboto";
    text-transform: uppercase;
}
.confirmOrderContent #confirmOrderPaymentSystemText{
	display:block;
	text-align: center;
}
.confirmOrderContent #confirmOrderOrderId{
	display: block;
	margin-top: 10px;
	text-align: center;
}

/* sticky footer css3 prevent break ie / no flex support */
@media(min-width: 941px) and (orientation: landscape) {
	html.no-flexboxlegacy #main-content,
	html.no-flexbox #main-content{
		min-height: 650px;
	}
	html.flexbox.flexboxlegacy #shop-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 100vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	html.flexbox.flexboxlegacy #main-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	html.flexbox.flexboxlegacy .fluidContent-oneStepCheckout #shop-content {
		display: inherit;
	}



}


/* fake loader */
.selector-container-loading{
	/* extreme last fallback */
	-webkit-animation: fallback-hide;
	-moz-animation: fallback-hide;
	-o-animation: fallback-hide;
	animation: fallback-hide;

	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;

	-webkit-animation-duration: 10ms;
	-moz-animation-duration: 10ms;
	-o-animation-duration: 10ms;
	animation-duration: 10ms;

	-webkit-animation-delay: 3500ms;
	-moz-animation-delay: 3500ms;
	-o-animation-delay: 3500ms;
	animation-delay: 3500ms;
	
}
@-webkit-keyframes fallback-hide {
	0%   {opacity: 1;visibility: visible;}
	100% {opacity: 0;visibility: hidden;}
}
@-moz-keyframes fallback-hide {
	0%   {opacity: 1;visibility: visible;}
	100% {opacity: 0;visibility: hidden;}
}
@-o-keyframes fallback-hide {
	0%   {opacity: 1;visibility: visible;}
	100% {opacity: 0;visibility: hidden;}
}
@keyframes fallback-hide {
	0%   {opacity: 1;visibility: visible;}
	100% {opacity: 0;visibility: hidden;}
}


.spinner7 > div {
	background-color: #c6202e;
	height: 15px;
	width: 15px;
	margin-left: 3px;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: stretchdelay 0.7s infinite ease-in-out;
	animation: stretchdelay 0.7s infinite ease-in-out;
}
.spinner7 .circ2 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.spinner7 .circ3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.spinner7 .circ4 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.spinner7 .circ5 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: translateY(-10px);
	}
	20% {
		-webkit-transform: translateY(-20px);
	}
}
@keyframes stretchdelay {
	0%, 40%, 100% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
	20% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
}
#fake-loader{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: block;
	background-color: #FFF;
}
#fake-loader.modal{
	position: absolute;
}
#fake-loader.fake-loader-oneStep{
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	z-index: 100;
	overflow: hidden;
}
#fake-loader.fake-loader-oneStep .spinner7{
	position: fixed;
}
@media(min-width: 992px){
	#fake-loader.fake-loader-oneStep .spinner7{
		left: calc(50% - -135px);
	}
}
.spinner7{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -40px;
}


.tooltip > .tooltip-inner{
	background-color: #FFAD33;
}
.tooltip.top > .tooltip-arrow {
	border-top-color: #FFAD33;
}

/* 404 page */
.icon404 {
    font-size: 88px;
    color: #c6202e;
    margin-bottom: 15px;
}
.page404Content {
    margin-bottom: 30px;
}

.homeBottomBanners {
    margin-bottom: 90px;
}

.homeBottomBanners .swiper-button-black {
    opacity: .5;
}


@media only screen and (max-width : 768px) {
	.homeBottomBanners {
	    margin-bottom: 40px;
	}
}



.page404Content h1 {
    color: #999;
    font-family: "Roboto";
}


@media only screen and (max-width : 480px) {
	.homeBottomBanners {
	    margin-bottom: 90px;
	}
}


@media(max-width: 768px){
	.homeBottomBanner {
	    margin-bottom: 30px;
	    text-align: center;
	}
	.homeBottomBanner img {
   		margin: 0 auto;
	}
}


#seo-section .pages-103 {
    text-align: center;
}

/* blog section - home */
#last-posts-blog {
    margin-bottom: 105px;
    background: #f5f5f5;
	padding: 30px 0 45px;    
}


@media only screen and (max-width : 480px) {
	#last-posts-blog {
	    margin-bottom: 30px
	}
}


#last-posts-blog .header {
    margin-bottom: 60px;
    text-align: center;
}
#last-posts-blog .postItem-smallImage img {
    width: auto;
    max-height: 174px;
}

#last-posts-blog .h3,
#seo-section h1 {
    color: #333;
    font-family: "Roboto Condensed";
    font-size: 36px;
}

@media(max-width: 768px){
	#last-posts-blog .h3,
	#seo-section h1 {
	    font-size: 30px;
	}
}




#last-posts-blog .h3 span{
	color: #c6202e;
    font-family: "Roboto";
    margin-bottom: 14px;
}

#last-posts-blog .subtitle,
#seo-section .seo-content {
	line-height: 29px;
    font-size: 18px;
    font-family: "Roboto";
    color: #666;
    max-width: 70%;
    margin: 0 auto 15px;

}
@media(max-width: 768px){
	#last-posts-blog .subtitle, #seo-section .seo-content {
	    line-height: 23px;
	    font-size: 15px;
	}
}




#seo-section .seo-content{
	max-width: 100%;
}

#last-posts-blog .subtitle span {
    font-family: "Roboto";
}
#last-posts-blog hr, 
#seo-section hr {
    max-width: 152px;
    border-top: 4px solid #c6202e;
}
#last-posts-blog .media-heading.h4 {
    font-size: 24px;
    min-height: 52px;
    color: #333;
}
#last-posts-blog .postList-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 175px;
}



#last-posts-blog .postItem-shortText {
    font-size: 14px;
    color: #666;
    max-height: 60px;
    overflow: hidden;
}
#last-posts-blog .postItemReadMore {
    max-width: 125px;
    height: 32px;
    background: #c6202e;
    border-color: #c6202e;
    color: #fff !important;
    font-family: "Roboto";
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

#last-posts-blog .postItemReadMore:hover {
	background: #53382e;
	border-color: #53382e;
}




#last-posts-blog .blogPost-item .postItem-body {
    padding: 25px 35px 40px;
    background: #fff;
    margin-top: 0;
}
#last-posts-blog .blogPost-item {
    /* border: 1px solid #ececec; */
    /* outline: 2px solid #f6f6f6; */
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    /*margin-bottom: 0;*/
    margin: 2px;  
    background: #fff;
}
#last-posts-blog .carousel-header {
    border: none;
}

@media(max-width: 768px){
	#last-posts-blog .blogPost-item {
	    margin-bottom: 30px;
	}
}

.sbtc-btn.btn-default {
    width: 16px !important;
    height: 16px !important;
    border-radius: 0px !important;
    text-align: center;
    vertical-align: text-top;
    margin-right: 5px;
    min-width: 0;
    border: 1px solid #cbcbcb;
    padding: 0;
    line-height: 14px;
    background: transparent;
    color: #535353 !important;
    font-size: 12px;
    float: left;
}


/* addressBook */
.fluidContent-addressBook .well {
    background-color: #fff;
    padding: 15px;
    box-shadow: none;
    border-color: #cfcfcf;
}


.fluidContent-addressBook .addAddressBook a {
    background: #add687;
    width: 100%;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 15px;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;    
}
.fluidContent-addressBook .addAddressBook a:hover {
	background: #c6202e;
}



.fluidContent-addressBook .addressBook .title {
    font-family: "Roboto";
    margin-bottom: 10px;
}

.defaultAddress .default {
    font-size: 12px;
    margin-bottom: 5px;
    color: #c6202e;
}

.addressBook .field.alias {
    font-family: 'Roboto';
}
button.addressBookAction.adressBookDelete {
    float: right;
}
button.addressBookAction.adressSetAsDefault {
    width: 100%;
    margin-top: 10px;
}

@media only screen and (max-width : 480px) {
	button.addressBookAction {
	    font-size: 12px;
	}
}



.fluidContent-oneStepCheckout .blockAddressBook .content, 
.fluidContent-customer .blockAddressBook .content {
    margin-bottom: 8px;
}


/* Oxfam */
.donationProduct { 
    margin-bottom: 15px;
}

@media only screen and (max-width : 768px) {
	.donationProductInfo {
		margin-bottom: 5px;
	}
}

.donationProductInputs{
	text-align: right;
}

.donationSmallImage img { 
    width: 100%;
    max-width: 100px;
    height: auto;
}
.donationProductName { 
	font-family: 'Roboto';
	text-transform: uppercase;
}
.donationProductDesc { 
	font-size: 12px;
}

#colaborateButton {
    background-color: rgb(255,149,64);
    border-color: rgb(255,149,64);
    border-radius: 4px;
    color: #fff;
    float: right;
    clear: right;
}

@media only screen and (max-width : 768px) {
	#colaborateButton {
		margin-left: 5px;
	}
}

.donationProduct .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    max-width: 89px;
    margin-bottom: 5px;
    float: right;
}


@media only screen and (max-width : 768px) {
	.donationProduct .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		float: none;
	}
}


#relatedSectionContainer.in,
#relatedSectionContainer.collapsing,
#commentsSectionContainer.in,
#commentsSectionContainer.collapsing
 {
    display: block!important;
}

@media only screen and (max-width : 768px) {
	#carousel-header-comments,
	#relatedSectionContainer .carouselTitle{
		display: none;
	}

	#relatedSectionContainer .carousel-header {
	    position: static;
	}

	#relatedSectionContainer .swiper-controls-items {
	    top: 50%;
	    width: 100%;
	    z-index: 998;
	}

	#relatedSectionContainer .swiper-controls-items {
	    top: 50%;
	    width: 100%;
	    z-index: 998;
	}	

	#relatedSectionContainer .swiper-controls-items .swiper-button-next {
	    right: 0;
	    left: auto;
	    position: absolute;
	}



}

.pagamastardeContainer{
	margin-bottom: 13px;
	max-width: 369px;
}

.page-section iframe {
    max-width: 100%;
}

.pageType-8 #newsletterFormEmailContainer {
    margin-bottom: 5px;
}
.pageType-8 .legalTextLinks {
    overflow: hidden;
}


.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}



/* -------------- BLOG css --------------- */
/* css solo para blog, el css generico esta en el main (buttons, pagination, etc.) */
/* blog items */
.postItem-smallImage{
	display: block;
}
.postItem-smallImage img{
	width: 100%;
}
.postItem-date{
	background-color: #333;
	color: #FFF;
	padding: 10px 15px;
	text-align: center;
}
.postItem-smallImage + .postItem-body,
.postItem-largeImage + .postItem-body{
	margin-top: 10px;
}
.blogPost-item{
	margin-bottom: 35px;
}
.swiper-slide .blogPost-item{
	margin-bottom: 0px;
}
.postItem-author{
    font-size: 14px;
    margin: 0px 0px 3px;
    display: block;
    color: #989898;
}

a.postItemReadMore {
	margin-top: 15px;
    color: #c6202e;	
}
.blog-desc{
	margin-bottom: 15px;
}
.postTagsAndCategories {
	/*margin-top: 10px;*/
}
#blog-post .postTagsAndCategories a {
    color: #c6202e;
    text-transform: lowercase;
}
.postComments, .postTagsAndCategories {
    font-size: 12px;
    color: #999;
    font-style: italic;
}
.postComments a{
	color: #999;
}
.postComments a:hover{
	color: #c6202e;
}



.postTagsAndCategories a:hover,
.postTagsAndCategories a:focus,
.postTagsAndCategories .fa{
    color: #c6202e;
}

.postItem-author a:hover,
.postItem-author a:focus{
	color: #333;
}
.blog-section {
	margin-bottom: 30px;
}


.postItem-body .product-share .addthis_default_style .at300b{
/*	float: right;*/	
    float: none;
}


.postTagsAndCategories .postCategories .fa {
    display: none;
}

.postTags {
    color: #6f6f6f;
    font-style: italic;
}
span.special {
    color: #454545;
    font-style: normal;
}
#tagCloudContainer .tagCloudTitle {
    display: none;
}


/* column */
.blogColumnElement .heading {
    margin-bottom: 15px;
}
.blogColumnTitle,
.searchBlogColumn #smallSearchCriteriaContainer label.moduleField{
	margin: 0;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 14px;
}
.searchBlogColumn #smallSearchCriteriaContainer label.moduleField{
	color: #333;
	margin-bottom: 15px;
}
.categoryColumnTitle,
.lastPostColumName{
    margin: 0 0 10px 0;
    padding-left: 5px;   

    width: 100%;
    overflow: hidden;
    clear: both; 
}
.categoryColumnTitle a,
.lastPostColumName a{
/*	display: block;
	padding: 6px 0px;
	word-break: break-all;*/

    float: left;
    width: calc(100% - 25px);
    line-height: 20px;

}

.lastPostColumName .date {
    padding-left: 22px;
    display: block;
    margin-top: 2px;
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
}

.categoryColumnTitle i, .lastPostColumName i {
    float: left;
    display: block;
    margin-right: 10px;
    line-height: 20px;
}

.categoriesColumn .list-group-item,
.lastsPostsColumn .list-group-item {
	padding: 5px 5px 5px 15px;
}
.highlight-cat-page h1,
.highlight-cat .categoryColumnTitle a{
	color: #c6202e;
}
.highlight-cat .categoryColumnTitle a:hover,
.highlight-cat .categoryColumnTitle a:focus{
	color: #333;
}
#tagCloudContainer h2{
	display: none;
}
a.blogTagCloud {
	padding: 2px 8px;
    border-radius: 8px;
    margin: 0px 0px 4px 4px;
    display: block;
    float: left;
    color: #000;
    line-height: 21px;
}
a.blogTagCloud.tagSize5 {
    font-size: 18px;
}
a.blogTagCloud:hover,
a.blogTagCloud:focus{
	color:#c6202e;
}
.blogColumnInset .panel{
	border-radius: 0;
}
.blogColumnInset .panel-default>.panel-heading{
	background: transparent;
    border: none;	
}
#subscriptionFormContainer > div > h2{
	margin-top: 0;
	font-size: 14px;
}
#subscriptionFormContainer > div > h2 > b{
	font-size: 24px;
	display: block;
}
.subscriptionForm div.legalTextLinks{
	margin-bottom: 10px;
}
.subscriptionFormButton {
	display: block;
	width: 100%;
}
@media(min-width: 941px){
	.blogColumnInset .panel-heading + *{
		display: block !important;
	}
}
@media(max-width: 940px){
	.categoryColumnTitle .tooltip{
		display: none !important;
	}
	.blogColumnInset .panel-heading{
		cursor: pointer;
		position: relative;
	}
	.blogColumnInset .panel-heading + *{
		display: none;
	}
	.blogColumnInset .panel-heading .fa{
		position: absolute;
		top: 18px;
		right: 15px;
	}
	.blogColumnInset .panel-heading{
		padding-right: 38px;
	}
}
.blogColumnElement {
    margin-bottom: 45px;
    overflow: hidden;    
}


@media only screen and (max-width : 992px) {
	.blogPostsBody {
	    margin-bottom: 45px;
	}
}

/* search */
.searchBlogColumn.blogColumnElement {
/*    border-bottom: 1px solid #ebebeb;
    padding-bottom: 45px;*/
}
.searchBlogColumn.blogColumnElement #smallSearchForm {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 45px;
}
.searchBlogColumn.noBlogColumnElement {
    margin-bottom: 30px;
}
.searchBlogColumn.noBlogColumnElement #smallSearchCriteriaContainer {
    max-width: 300px;
}

.searchBlogColumn #smallSearchCriteriaContainer, 
.searchBlogColumn #smallSearchSubmitContainer {
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.searchBlogColumn #smallSearchCriteriaContainer {
	width: calc(100% - 4px);
}
.searchBlogColumn #smallSearchSubmitContainer button {
	margin-top: 35px;
	color: #e7e7e7;	
}

.searchBlogColumn.noBlogColumnElement #smallSearchSubmitContainer button{
	margin-top: 0;
}

.searchBlogColumn.noBlogColumnElement #smallSearchCriteriaContainer label.moduleField {
    display: none;
}

    
.image-autor {
	height: 64px;
	width: 64px;
	float: left;
	background-size: cover;
	margin-right: 15px;
}
.container-header-post {
	/*border: 1px solid #DDD;*/
	/*padding: 15px 0px;*/
}
.container-header-post .addthis_toolbox a{
	margin-bottom: 0;
}
.container-header-post .addthis_toolbox{
	float: right;
}
@media(max-width: 940px){
	.container-header-post .addthis_toolbox, 
	.container-header-post .addthis_toolbox .buttons-custom{
		float: left;
		margin-top: 7.5px;
	}
}
@media(max-width: 479px){
	.container-header-post > div{
		width: 100%;
	}
}
.blogNoPosts {
	padding: 30px;
	text-align: center;
	color: #999;
}
.container-header-post .addthis_toolbox .like-buttons{
	height: 32px;
	padding: 5px 0px;
}
.container-date-author{
	float: left;
	padding: 3px 0px;
}

.container-date-author .date,
.container-date-author .author,
.container-date-author .comments {
    display: inline-block;
    color: #999;
}
#blog-post .container-date-author a {
    color: #999;
}

#blog-post .postLargeTitle,
.container-header-post {
	margin-bottom: 30px;
}
#blog-post h1 {
    font-family: Georgia, "Times New Roman", serif;
    color: #666;
    font-size: 40px;
}
#blog-post .postTagsAndCategories {
    font-size: 15px;
    font-style: normal;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}
@media(max-width: 940px){
	.blogColumnInset {
		margin-top: 30px;
	}
}
/* comments */
.captchaFieldContainer{
	display: inline-block;
	position: relative;
}
.captchaFieldContainer input{
	margin-top: 5px;
}
.captchaFieldContainer input + .help-block {
	position: absolute;
	bottom: 0;
	left: 0;
}
.captchaFieldContainer.has-error{
	padding-bottom: 35px;
}
.captchaFieldContainer > *{
	font-weight: normal;
}
.blogCommentModuleField{
	margin-top: 10px;
}
.postContentBody .postLargeImage{
	margin-bottom: 15px;
} 

/* related blog */
.relatedBlogItemsContainer  .pagesListLargeImage img,
.relatedBlogItemsContainer .categoryListSmallimage img,
.relatedBlogBanner img{
	margin-bottom: 15px;
}
.relatedBlogItemsContainer  a.categoryListName {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto';
}

/* category */
#blog-category h1,
#blog-category .categoryPostsTitle,
.categoryPageBlogLongDescription,
.categoryPageBlogLargeTitle{
	margin-bottom: 15px;
}

/* author */
#blog-author .container-header-post{
	padding: 15px;
}
#blog-author .author .authorName a{
	color: #c6202e;
}
.authorImage {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.authorDescription{
	clear: both;
	margin: 15px 0px 0px;
	color: #999;
}
span.authorSocial {
	display: block;
	margin: 3px 0px;
}
/* author images xxss */
.authorSocial:before{
	content: "";
	height: 16px;
	width: 16px;
	margin-right: 5px;
	vertical-align: bottom;
	display: inline-block;
}
.authorSocial.authorgooglePlus:before{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjRkZGIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHRpdGxlPSJHb29nbGUrIiBhbHQ9Ikdvb2dsZSsiIHN0eWxlPSJ3aWR0aDogMTZweDsgaGVpZ2h0OiAxNnB4OyIgY2xhc3M9ImF0LWljb24gYXQtaWNvbi1nb29nbGVfcGx1c29uZV9zaGFyZSI+PGc+PHBhdGggZD0iTTEyIDE1djIuNGgzLjk3Yy0uMTYgMS4wMy0xLjIgMy4wMi0zLjk3IDMuMDItMi4zOSAwLTQuMzQtMS45OC00LjM0LTQuNDJzMS45NS00LjQyIDQuMzQtNC40MmMxLjM2IDAgMi4yNy41OCAyLjc5IDEuMDhsMS45LTEuODNDMTUuNDcgOS42OSAxMy44OSA5IDEyIDljLTMuODcgMC03IDMuMTMtNyA3czMuMTMgNyA3IDdjNC4wNCAwIDYuNzItMi44NCA2LjcyLTYuODQgMC0uNDYtLjA1LS44MS0uMTEtMS4xNkgxMnptMTUgMGgtMnYtMmgtMnYyaC0ydjJoMnYyaDJ2LTJoMnYtMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PC9wYXRoPjwvZz48L3N2Zz4=);
	background-color: rgb(220, 78, 65);
}
.authorSocial.authorfacebook:before{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjRkZGIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHRpdGxlPSJGYWNlYm9vayIgYWx0PSJGYWNlYm9vayIgc3R5bGU9IndpZHRoOiAxNnB4OyBoZWlnaHQ6IDE2cHg7IiBjbGFzcz0iYXQtaWNvbiBhdC1pY29uLWZhY2Vib29rIj48Zz48cGF0aCBkPSJNMjEgNi4xNDRDMjAuNjU2IDYuMDk2IDE5LjQ3MiA2IDE4LjA5NyA2Yy0yLjg3NyAwLTQuODUgMS42Ni00Ljg1IDQuN3YyLjYySDEwdjMuNTU3aDMuMjQ3VjI2aDMuODk1di05LjEyM2gzLjIzNGwuNDk3LTMuNTU3aC0zLjczdi0yLjI3MmMwLTEuMDIyLjI5Mi0xLjczIDEuODU4LTEuNzNoMlY2LjE0M3oiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PC9wYXRoPjwvZz48L3N2Zz4=);
	background-color: rgb(59, 89, 152);
}
.authorSocial.authortwitter:before{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHRpdGxlPSJUd2l0dGVyIiBhbHQ9IlR3aXR0ZXIiIHN0eWxlPSJ3aWR0aDogMTZweDsgaGVpZ2h0OiAxNnB4OyIgY2xhc3M9ImF0LWljb24gYXQtaWNvbi10d2l0dGVyIj48Zz48cGF0aCBkPSJNMjYuNjcgOS4zOGMtLjc4LjM1LTEuNjMuNTgtMi41MS42OS45LS41NCAxLjYtMS40IDEuOTItMi40Mi0uODUuNS0xLjc4Ljg3LTIuNzggMS4wNmE0LjM4IDQuMzggMCAwIDAtNy41NyAzYzAgLjM0LjA0LjY4LjExIDEtMy42NC0uMTgtNi44Ni0xLjkzLTkuMDItNC41Ny0uMzguNjUtLjU5IDEuNC0uNTkgMi4yIDAgMS41Mi43NyAyLjg2IDEuOTUgMy42NC0uNzItLjAyLTEuMzktLjIyLTEuOTgtLjU1di4wNmMwIDIuMTIgMS41MSAzLjg5IDMuNTEgNC4yOWE0LjM3IDQuMzcgMCAwIDEtMS45Ny4wN2MuNTYgMS43NCAyLjE3IDMgNC4wOSAzLjA0YTguODIgOC44MiAwIDAgMS01LjQ0IDEuODdjLS4zNSAwLS43LS4wMi0xLjA0LS4wNmExMi40MyAxMi40MyAwIDAgMCA2LjcxIDEuOTdjOC4wNSAwIDEyLjQ1LTYuNjcgMTIuNDUtMTIuNDUgMC0uMTktLjAxLS4zOC0uMDEtLjU3Ljg0LS42MiAxLjU4LTEuMzkgMi4xNy0yLjI3eiI+PC9wYXRoPjwvZz48L3N2Zz4=);
	background-color: rgb(29, 161, 242);
}
.authorSocial.authorgravatar:before{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAABqlBMVEUAAADF6v8AAABGsOJGseIAiMIAicIAisIAerwAfb4Afr4AgsAAg8AAg8EAhMAAhMEAhcEAhcIAhsEAhsIAh8IAh8MAh8QAiMMAicMAicQAisQBh8IChcECh8IDhMEDhcEDhcIDhsIDiMMDicMDisQDi8UEh8IGh8IHi8QIh8IIisQJisMJjMQKiMIKjcULhsAOjcUPjcQSj8YTjsUUjsUVjsYXj8UZlMgaksYalckdk8cgk8cglMchlskkl8kllsglmMomlsgmmMknmcopmssxnMw2m8s3m8s3n8w6n81DpNBGsOJIqNFQq9JQq9RXr9Vjtdhms9dmt9lpt9lquNlsuNl1vdx3vtx5vtx/wt6FxN+GxOCMx+GMyOGSy+Oa0Oacz+Wc0OWg0eWg0+al1eeu2eqz2+u13Oy43Oy43eu/4e7A4O7D4e7D4u/H5O/N5/PO5/HR6PLS6fLV6vPZ7fTa7vTc7vXi8Pbj8fbj8vfq9Pjr9fjr9vns9vnt9vru9vnu9/rw+Prw+Pvx+Pry+Prz+fv0+vz1+vz4/Pz5/P36/Pz9/v7+/v7///+ELjmYAAAACHRSTlMAADP19ff398zKa4oAAAETSURBVHgBbdDVVwJBFMdxFEWBIVbE3RlbWLu7O0Ts7u5uxe7+/c/uzMILh+/b/Zz7cM81RC7KGBZHv18VebM8qp6GRsaY5GJycWdTPnFpg4mjypzNrQnl299vx1OVjhA6+q8CDT0v0DpskXT0lp3jt637CacXwG6BIjBjEFgw+54xXLIODNk4xqTN46HD7PvAaHxjACtEbKav4ajKUbq6027L28KmM1bgEi6rJZqc6nYXHWAjiBP4G7ckUppkGfjEnDWOo6f+Fu/TtdmZFSN3+OqS9DutYwBu9veuAcwQpqOSMvkK0c9sjhxEJpPexZP7x7PlPrubhVCRiT23pq6QEFmmAv0q41FFoUyPP9kUVrQhYv+IAEVmkI5HKQAAAABJRU5ErkJggg==);
	background-size: cover;
}
/* tags */
#blog-tag h1{
	margin-bottom: 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
}
#blog-tag .tag-big{
	font-size: 75%;
	background-color: #c6202e;
	color: #FFF;
	padding: 3px 10px;
	border-radius: 16px;
}


#blog-home h1 {
    color: #c6202e;
    font-family: "Roboto";
    margin-bottom: 30px;
}
.media-heading.h4 {
    font-size: 30px;
    color: #666;
    font-family: Georgia, "Times New Roman", Serif;
    margin-bottom: 10px;
}

.postItem-author {
    font-size: 14px;
    margin: 0px 0px 15px;
    display: block;
    color: #989898;
}
.postItem-author a{
	color: #989898;
}
.postItem-shortText {
    font-size: 16px;
    color: #333;
    font-family: Georgia, "Times New Roman", serif;
    margin-bottom: 30px;
}

.postItem-shortText strong {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", serif;
}

.postItem-shortText img {
    max-width: 100%;
    height: auto;
}

.postItem-largeImage-container {
    position: relative;
    margin-bottom: 15px;
}
.postItem-largeImage-container .postItem-date {
    position: absolute;
	top: 16px;
    left: 5px;
    height: 67px;
    width: 67px;
    text-transform: uppercase;
    background: #a3d146;
    border-radius: 50%;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
}
.postItem-date span.month {
    font-size: 18px;
    display: inline-block;   
}
.postItem-date span.day {
    font-size: 29px;
    display: inline-block;
}

.postItem-body .product-share {
    text-align: right;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#blog-home h1 {
	    font-size: 36px;
	}	
	.media-heading.h4{
		font-size: 25px;
	}
	a.postItemReadMore {
    	display: block;
    	text-align: center;
	}
	.postItem-body .product-share {
	    text-align: left;
	}	
	.commentsResume {
	    margin-bottom: 15px;
	}	


	.blogPost-item {
	    margin-bottom: 60px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #dfdfdf;
	}


	.postItem-largeImage-container .postItem-date {
	    height: 50px;
	    width: 50px;
	    line-height: 17px;
	    padding: 6px;
	}	

	.postItem-date span.month {
	    font-size: 14px;
	}

	.postItem-date span.day {
	    font-size: 21px;
	}	

}


.postContentBody {
    font-family: Georgia, "Times New Roman", serif;
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;

}


.postContentBody label, 
.postContentBody b, 
.postContentBody strong {
	font-family: Georgia, "Times New Roman", serif;
}
.postContentBody b, 
.postContentBody strong {
	font-weight: bold;
}

.postContentBody a {
	color: #c6202e;
}



.postContentBody img {
    max-width: 100%;
    height: auto;
}

.h2.commentsTitle {
    color: #669966;
    font-size: 24px;
}
.h2.commentsTitle i {
    font-size: 21px;
}

.blogCommentForm .legalTextLinks.form-group {
    overflow: hidden;
}

#blog-post #commentsBox {
    margin-bottom: 45px;
}


/* pagination */
span.btn.paginationBtn {
    background-color: #c1c1c1;
    color: #fff;
    border-color: #c1c1c1;
    border-radius: 2px;
}
span.btn.paginationBtn:hover,
span.btn.paginationBtn:active,
span.btn.paginationBtn:focus {
    background-color: #c6202e;
    border-color: #c6202e;
}


.paginationLeftContainer span.btn.paginationBtn {
	float: left;
}

span.paginationText {
    color: #969696;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    padding: 0 15px;
    font-size: 16px;
    line-height: 34px;
}

span.paginationText:hover,
span.paginationText:active,
span.paginationText:focus {
    color: #c6202e;
}


@media only screen and (max-width : 480px) {
	.relatedBlogItemsContainer .carouselTitle.h3 {
	    font-family: 'Roboto';
	    font-size: 16px;
	}
	.relatedBlogItemsContainer .carouselTitle span {
		border-bottom: 0;
		padding: 0;
	}
}





@media only screen and (min-width : 320px) {
	.relatedBlogItemsContainer a.productListSmallImageLink {
	    height: 238px;
	}    
}

@media only screen and (min-width : 480px) {
	.relatedBlogItemsContainer a.productListSmallImageLink {
	    height: 143px;
	}
}

@media only screen and (min-width : 768px) {
	.relatedBlogItemsContainer a.productListSmallImageLink {
	    height: 193px;
	}
}

@media only screen and (min-width : 992px) {
	.relatedBlogItemsContainer a.productListSmallImageLink {
	    height: 116px;
	}
}

@media only screen and (min-width : 1200px) {
	.relatedBlogItemsContainer a.productListSmallImageLink {
	    height: 155px;
	}
}






table.basket > tbody > tr > td{

	vertical-align: middle;

}

table.basket > tbody > tr > td.basketProduct{

	vertical-align: top;

}

table.basket .basketQuantityTitle,

table.basket .basketQuantity {

	text-align: center;

}

.basketButtons{

	padding-top: 30px;

}

.normalCheckoutPage h1 {

    text-align: center;

    font-family: "Roboto";

}

/* tables css */

table.basket tr td:last-child,

table.basketDisclosure tr td:last-child,

table.basket td[class*="Price"]{

	text-align: right;

}

table.basket tr > td.basketEmpty{

	border: none !important;

	text-align: center;

	color: #666;

	padding: 35px !important;

}

span.basketOptionName {

	padding-right: 5px;

    font-family: 'Roboto';	

}

span.basketOptionName:after{

	content: ":";

}

span.basketOptionValue {

	color: #999;

}

/* extra table basket */

table.basket span.previousPrice {

	text-decoration: line-through;

	color: #666;

	display: block;

}

td.basketProductPrice span.salePercentDifference:before {

	content: "-";

}

td.basketProductPrice span.salePriceDifference:before {

	content: "(";

}

td.basketProductPrice span.salePriceDifference:after {

	content: ")";

}

td.basketProductPrice span.salePriceDifference,

td.basketProductPrice span.salePercentDifference{

	font-size: 12px;

}

td.basketProductPrice span.salePriceDifference + span.price{

	color: #FF1F6E;

	display: block;

	font-family: "Roboto";

}

.basketProductSku.basketProductOptionSku{

	font-size: 12px;

	color: #000;

}

/* table products */

table.basket td.basket.basketProduct {

	position: relative;

}

.basketOptions .basketOption{

	padding: 0;

	font-size: 12px;

	color: #666;

}

span.basketProductName,

span.basketProductName.basketGiftName{

	font-family: "Roboto";

	display: block;

}

.basketProductDelete .text{

	font-size: 12px;

}

.buyGiftFormSubmit {

	width: 100%;

	margin-top: 15px;

}



.basketProductInfo .customTag {

    font-size: 12px;

}

.basketProductInfo .customTag .customTagName.productCustomTagName,

.basketProductInfo .customTag .customTagValue.productCustomTagValue{

	display: inline-block;

}

.basketProductInfo .customTag .customTagName.productCustomTagName{

	padding-right: 5px;

    font-family: 'Roboto';

    color: #666;    

}

.basketProductInfo .customTag .customTagValue.productCustomTagValue{

	color: #999;

}





@media(max-width: 940px){

	span.basketProductName{

		white-space: normal;

		width: 120px;

		word-break: break-all;

	}

	.basketProductImage img, 

	.basketProductGiftImage img{

		margin-bottom: 5px;

	}

	div.basketProductImage,

	div.basketProductInfo{

		float: none;

		clear: both;

	}

}

@media(min-width: 941px){

	div.basketProductImage,

	div.basketProductGiftImage{

		/* .media bootstrap css */

		float: none;

		display: table-cell;

		vertical-align: top;

		width: auto;

		margin-right: 0;

	}

	

	.basketProductInfo,

	.basketProductGiftInfo{

		/* .media bootstrap css */

		display: table-cell;

		float: none;

		vertical-align: top;

		overflow: hidden;

		zoom: 1;

	}

}

a.basketProductImage{

	margin-right: 0;

	float: none;

	width: auto;

}

img.basketProductImage{

	display: block;

	width: 64px;

	margin-right: 10px;

}

table.basketDisclosure{

	margin-bottom: 20px;

}

/* basket states */

table.basket tr.bg-danger + tr.bg-danger td{

	border-top-color: #d0a8b1;

}

table.basket tr.bg-danger *:not(.tooltip-inner){

	color: #c8264c;

}

table.basket tr.bg-warning + tr.bg-warning td{

	border-top-color: #dcd5af;

}

table.basket tr.bg-warning *:not(.tooltip-inner){

	color: #8a6d3b;

}

.calculateShippingsContainer > button:not(.collapsed) > i.collapse-icon:before,

.discountBasketContainer > button:not(.collapsed) > i.collapse-icon:before{

	content: "\f147";

}

.extraContentBasket > div{

	margin-bottom: 15px;

}

/* shipping free */

.freeShipping{

    padding: 8px;

    border-radius: 0px;

    /* border: 1px solid #DDDDDD; */

    text-align: center;

    /*margin-bottom: 15px;*/

    display: block;

    font-size: 13px;

    background-color: #fff0f0;

}

.oneStepCheckout .freeShipping {

    font-size: 14px;

}

.discountBasketContainer .form-inline .form-control {

	display: inline-block;

	width: auto;

	vertical-align: middle;

}

.basketExtraCol{

	margin-bottom: 15px;

}

/* epoints basket */

.earningEpointsContent{

	margin: 15px 0;

}

div.earningEpointsItem {

	background-color: #F2F2F2;

	padding: 8px;

	text-align: center;

	/* border: 1px solid #DDDDDD; */

}

@media(max-width: 940px){

	.fluidContent-paymentAndShipping div.earningEpointsContent,

	.fluidContent-basket div.earningEpointsContent{

		margin-bottom: 0

	}

	.fluidContent-paymentAndShipping div.earningEpointsItem,

	.fluidContent-basket div.earningEpointsItem {

		border-width: 1px 0px 0px 0px;

	}

}

#basketForm .form-message{

	-webkit-transition: all 350ms ease;

	transition: all 350ms ease;

}

label.discountCodeField{

	display: none;

}

#discountCodeFormCollapse > p,

#basketShippingCalculator > *:first-child{

	margin-top: 15px;

}

/* basket desktop [!] */

@media(min-width: 992px){

	table.basketDisclosure{

		width: calc(50% - 15px);

		float: right;

	}

	.earningEpointsContent {

		margin: 0 0 15px;

		float: left;

		width: calc(50% - 15px);

	}

}

/* calculate shipping basket table (results) */

.calculateShippingResults {

	width: 100%;

	max-width: 100%;

	margin: 20px 0 15px;

}

.calculateShippingResults > thead > tr > th,

.calculateShippingResults > tbody > tr > th,

.calculateShippingResults > tfoot > tr > th,

.calculateShippingResults > thead > tr > td,

.calculateShippingResults > tbody > tr > td,

.calculateShippingResults > tfoot > tr > td {

	padding: 8px;

	line-height: 1.42857143;

	vertical-align: top;

	border-top: 1px solid #ddd;

}



/* basketSelectableGifts */

.selectableGifts{



}

.selectableGiftHeader.discountName{

	font-size: 24px;

	margin-top: 20px;

	margin-bottom: 10px;

	font-family: inherit;

	font-family: "Roboto";

	line-height: 1.1;

	color: inherit;

}

.selectableGiftHeader.discountDescription {

	margin-bottom: 10px;

}

.giftAvailability{

	font-size: 12px;

	color: #666;

	margin-bottom: 15px;

}

.selectableGiftProducts .selectableGiftProduct {

	float: left;

	padding: 15px;

	border: 1px solid #DDD;

	/* margin: 0 15px 15px; */

	background-color: #F8F8F8;

	text-align: center;

	width: 100%;

	padding-bottom: 64px;

	position: relative;

}

.custom-col{

	margin-bottom: 15px;

}

.buyGiftFormSubmit {

	position: absolute;

	bottom: 15px;

	left: 15px;

	right: 15px;

	width: calc(100% - 30px);

}

.selectableGiftProduct .productOptions{

	text-align: left;

	font-size: 13px;

}

.selectableGiftProduct .productOption {

	margin-bottom: 6px;

}

/* like .row */

.selectableGiftProducts{

	margin-right: -15px;

	margin-left: -15px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.selectableGiftProduct, .buyGiftForm {

	height: 100%;

}

.selectableGiftProducts:after, 

.selectableGiftProducts:before {

	display: table;

	content: " ";

}

.giftMinAvailability{

	height: 34px;

	display: block;

	padding: 7px 0;

}

.selectableGiftProducts:after{

	clear: both;

}

div.giftName {

	font-size: 15px;

	line-height: 1.4;

	margin: 0 0 10px;

}

div.giftImage {

	overflow: hidden;

	height: 200px;

	margin-bottom: 15px;

}

img.smallProductImage.giftImage {

	display: block;

	max-width: 100%;

	max-height: 100%;

	margin: 0 auto;

	height: auto;

}



/* basket steps */

.wizard {

	margin: 0px auto 30px;

	background: #fff;

}

@media(max-width: 940px){

	.wizard {

		margin: 10px auto 10px;

	}

}

.wizard .nav-tabs {

	position: relative;

	margin: 0 auto 0;

	border-bottom: none;

}



.wizard > div.wizard-inner {

	position: relative;

}

.connecting-line {

	height: 2px;

	background: #f2f2f2;

	position: absolute;

	width: 75%;

	margin: 2px auto 0;

	left: 0;

	right: 0;

	top: 50%;

	overflow: hidden;

	z-index: 1;

}

.connecting-line:after{

	content: "";

	display: block;

	position: absolute;

	top: 0;

	height: 2px;

	left: 0;

	background-color: #FF1F6E;

	width: 100%;

	-webkit-transition: -webkit-transform 1s ease;

	transition: -webkit-transform 1s ease;

	transition: transform 1s ease;

	transition: transform 1s ease, -webkit-transform 1s ease;

	-webkit-transition-delay: 0.5s;

	transition-delay: 0.5s;

	-webkit-transform: translateX(-100%);

	transform: translateX(-100%);

}

.connecting-line.len-1.fired:after,

.connecting-line.len-2:after{

	-webkit-transform: translateX(-100%);

	transform: translateX(-100%);

}

.connecting-line.len-2.fired:after,

.connecting-line.len-3:after{

	-webkit-transform: translateX(calc(-75% + 70px));

	transform: translateX(calc(-75% + 70px));

}

.connecting-line.len-3.fired:after,

.connecting-line.len-4:after{

	-webkit-transform: translateX(calc(-50% + 140px));

	transform: translateX(calc(-50% + 140px));

}

.connecting-line.len-4.fired:after{

	-webkit-transform: translateX(0);

	transform: translateX(0);

}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {

	color: #555555;

	cursor: default;

	border: 0;

	border-bottom-color: transparent;

}

span.round-tab {

	width: 70px;

	height: 70px;

	line-height: 70px;

	display: inline-block;

	border-radius: 50%;

	background: #fff;

	border: 2px solid #e0e0e0;

	z-index: 2;

	position: absolute;

	left: 0;

	text-align: center;

	font-size: 25px;

	-webkit-transition: all 350ms ease;

	transition: all 350ms ease;

}

span.round-tab i{

	color:#555555;

}

.basketStepDone  span.round-tab {

	border-color: #FF1F6E;

}

.basketStepDone  span.round-tab i{

	color: #FF1F6E;

}

.wizard li.active span.round-tab,

.wizard li.basketStepSelected  span.round-tab {

	background: #FF1F6E;

	border: 2px solid #FF1F6E;

}

.wizard li.basketStepSelected  span.round-tab i{

	color: #FFF;

}

.wizard li.active span.round-tab i{

	color: #FFF;

}

span.round-tab:hover {

	color: #333;

	border: 2px solid #333;

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

}

.basketStepDone  span.round-tab:hover{

	border-color: #FF1F6E;

}

.wizard .nav-tabs > li > a:after{

	display: none;

}

.wizard .nav-tabs > li {

	width: 25%;

}

.step-link-name-div{

	padding: 0;

	margin: 0;

	text-align: center;

	/* font-family: "Roboto"; */

	border: none;

	/* text-transform: uppercase; */

	font-size: 13px;

}

.step-link-name-div > a {

	color: #666;

}

.step-link-name-div > a:hover,

.step-link-name-div > a:focus{

	color: #FF1F6E;

}

.wizard .nav-tabs > li > .step-link-name:hover{



}

.wizard .nav-tabs > li > a:first-child {

	width: 70px;

	height: 70px;

	margin: 20px auto;

	border-radius: 100%;

	padding: 0;

}

.wizard .nav-tabs > li > a:hover {

	background: transparent;

}



.wizard .tab-pane {

	position: relative;

	padding-top: 50px;

}

@media( max-width : 767px ) {



	.wizard {

		width: 100%;

		height: auto !important;

	}

	span.round-tab .fa{

		font-size: 18px !important

	}

	span.round-tab {

		font-size: 16px;

		width: 50px;

		height: 50px;

		line-height: 50px;

	}

	.wizard .nav-tabs > li > a:first-child{

		width: 50px;

		height: 50px;

		line-height: 50px;

	}

	.wizard li.active:after {

		content: " ";

		position: absolute;

		left: 35%;

	}

	.connecting-line:after,

	.step-link-name{

		display: none;

	}

}



.fluidContent-createAccount .basketButtons > *,

.fluidContent-basket .basketButtons > *,

.fluidContent-paymentAndShipping .basketButtons > *,

.fluidContent-confirmOrder .basketButtons > *,

.fluidContent-customer .basketButtons > *{

	width: calc(100% - 30px);

	display: block;

	margin: 0 15px;

	float: left;

	margin-bottom: 15px;

}

@media(min-width: 941px){

	.fluidContent-createAccount .basketButtons > *,

	.fluidContent-basket .basketButtons > *,

	.fluidContent-paymentAndShipping .basketButtons > *,

	.fluidContent-confirmOrder .basketButtons > *,

	.fluidContent-customer .basketButtons > *{

		width: calc(50% - 30px);

	}

}

@media(min-width: 992px){

	.fluidContent-createAccount .basketButtons > *,

	.fluidContent-basket .basketButtons > *,

	.fluidContent-paymentAndShipping .basketButtons > *,

	.fluidContent-confirmOrder .basketButtons > *,

	.fluidContent-customer .basketButtons > *{

		width: calc(25% - 30px);

		margin-bottom: 0;

	}

}

/* customerrrr */

.fluidContent-customer .noLogin > div{

	margin-bottom: 30px;

}

.smallLoginInPage #smallLoginCreateAccount{

	display: none;

}

.fluidContent-customer form#userForm div.formTitle.userTitle{

	display: none;

}

.fluidContent-customer .basketButtons-inset .legalTextLinks{

	padding-left: 15px;

}

#customerBasketContinue,

#paymentAndShippingBasketContinue,

#confirmOrderPrintOrder{

	float: right;

}

/* payment and shipping */

td.selectableEPointsItemImage img{

	width: 64px;

	display: block;

	height: auto;

}

tr.basketFooterEpoints .basketPrice {

	vertical-align: middle;

}

td.selectableEPointsItemValue input{

	text-align: center;

}

.selectableEPointsItemAvailable .extra-wrapper,

.selectableEPointsItemName .extra-wrapper {

	max-width: 200px;

	white-space: normal;

	font-size: 12px;

	min-width: 120px;

}

td.selectableEPointsItemName, 

td.selectableEPointsItemValue, 

td.selectableEPointsItemAvailable, 

td.selectableEPointsItemAvailableButton{

	padding: 10px;

}

td.selectableEPointsItemName{

	text-align:left;

}

div.selectableEPointsItemStartText{

	float:left;

	padding: 10px;

	height: 58px;

	line-height: 38px;

	padding-left: 15px;

}

div.selectableEPointsItemValue{

	float:left;

	padding: 10px;

}

div.selectableEPointsItemAvailable{

	float:left;

	padding: 10px;

	height: 58px;

	line-height: 38px;

}

div.selectableEPointsItemAvailableButton{

	float:left;

	padding: 10px;

}

.fluidContent-paymentAndShipping .basketButtons-inset {

	position: relative;

}

.fluidContent-paymentAndShipping .basketButtons-inset #basketValidationMessage{

	position: absolute;

	top: 0;

	right: 0;

	font-size: 12px !important;

	margin-right: 15px !important;

	text-align: right;

}

#orderCommentsContainer{

	margin:0;

}

.discountBasketContainer,

.commentsBasketContainer{

	padding: 15px;

	background-color: #F2F2F2;

	margin-bottom: 20px

}

.discountBasketContainer .title,

.commentsBasketContainer .title{

	margin-top: 0

}

.commentsBasketContainer .title{

	margin-bottom: 15px;

}

label.orderCommentsField{

	display: none;

}

.paymentSystemSelectorsTitle,

.shippingSelectorsTitle {

	font-size: 18px;

	font-family: inherit;

	font-weight: 500;

	line-height: 1.1;

	color: inherit;

	margin-bottom: 15px;

}

.paymentSystemsShippingsContainer .basket-inset-box + .basket-inset-box{ 

	margin-top: 20px;

}

.paymentSystemsShippingsContainer .box-inset {

	padding: 15px;

	border: 1px solid #DDDDDD;

}

.paymentSystemsShippingsContainer .basketSelector {

	position: relative;

}

.paymentSystemsShippingsContainer .basketSelector .basketSelector{

	margin-top: 10px;

}

.paymentSystemsShippingsContainer .basketSelector .basketSelectorPrice  + *{

	display: block;

	padding-left: 20px;

}

.fluidContent-paymentAndShipping .basketSelectors + .basketSelectors {

	margin-top: 30px;

}

@media(min-width: 941px){



	.paymentSystemsShippingsContainer .basketSelectorPrice{

		position: absolute;

		top: 10px;

		right: 0;

	} 

	.paymentSystemsShippingsContainer .basketSelectorName {

		width: calc(100% - 80px);

		vertical-align: text-top;

	}

}

.successBuy {

	font-size: 16px;

    font-family: "Roboto";

    margin: 30px auto;

    max-width: 700px;

    color: #666;

    padding: 15px;

    border: 1px solid #ececec;

    outline: 2px solid #f6f6f6;

}

@media(max-width: 991px){

	.successBuy {

		font-size: 14px;

	}

}



.successBuy i.fa {

    color: #c6202e;

    font-size: 28px;

    margin-bottom: 10px;

}



.deniedOrderButtons{

	text-align: center;

}

/* fixes */

@media(max-width: 991px){

	table.basket td.basket.basketQuantity {

		padding-top: 40px;

		padding-bottom: 40px;

	}

	table.basket td.basket.basketQuantity > div{

		margin: 0 auto;

	}

}

@media(max-width: 550px){

	.custom-col{

		width: 100%;

	}

}

@media(max-width: 479px){

	table.table.basket, 

	.basketOptions .basketOption,

	table.table.basket thead > tr{

		font-size: 11px;

	}

	table.table.basket *[class*="Quantity"] div.input-group {

		width: 38px;

	}

	span.basketProductName{

		width: auto;

	}

}

div.basketOptions,

span.basketProductName{

	padding: 0 0 5px;

}



/* payment tokens */

.tokenize > span{

	font-size: 12px;

}

.paymentSystemsTokenInfo, .paymentSystemOthersInfo {

	font-family: 'Roboto';

	margin-bottom: 5px;

	font-size: 14px;

}

.paymentSystemToken+.paymentSystemToken{

	margin-top: 5px;

}

.paymentSystemToken .check {

	padding: 0;

	border: 0;

	float: left;

	display: block;

}

.paymentSystemToken .cardNumber {

	display: block;

	float: left;

	padding-left: 12px;

}

.paymentSystemToken .cardNumber > * {

	float: left;

}

.paymentSystemToken .cardNumber .logo{

	width: 45px;

	padding-right: 10px;

}

.paymentSystemToken label{

	font-family: 'Roboto';

}

.paymentSystemToken label.title{

	padding-right: 5px;

}

.paymentSystemToken .cardNumber .logo img{

	display: block;

	height: auto;

	width: 100%;

}

.paymentSystemToken .expiryDate{

	clear: both;

	margin-left: 30px;

}

.paymentSystemToken .expiryDate *{

	font-size: 12px;

}

.paymentSystemsTokens{

	margin-bottom: 10px;

}

.fluidContent-paymentAndShipping .basketSelectorDescription {

	font-size: 12px;

	padding-left: 20px;

}

.basketAlertsTitle.basketAlertsWarningsTitle:before {

	content: "\f071";

}

.basketAlertsTitle:before {

	content: "\f06a";

}

.basketAlertsTitle:before {

	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;

	font-size: inherit;


	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

.specialspecialProduct .productOptions{

	margin-top: 10px;

	font-size: 12px;

}

.specialspecialProduct .productOptionValues {

	display: table;

	margin: 0 auto;

}

.specialspecialProduct .productOptionPrompt {

	font-family: 'Roboto';

	margin-bottom: 5px;

}

.specialspecialProduct .productOptionValues label{

	font-family: 'Roboto';

}

.specialspecialProduct.productList .href-title{

	margin-bottom: 10px;

}

/* oneStep css depends of checkout.css! */

.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;
}

/* fluid css overrites */
/* poden apareixer unexpected colors :C */
form#oneStepCheckout .basketSelectorSelected{
	color: inherit;
}
form#oneStepCheckout .basketSelectors {
	clear: both;
}
form#oneStepCheckout div.oneStepChekcoutModule{
	padding: 0px;
}

@media only screen and (max-width : 480px) {
	.oneStepChekcoutModule.discounts input#discountCodeField {
	    margin-bottom: 5px;
	}
}

form#oneStepCheckout div.signInFormFieldsContainer {
	background: #f2f2f2;
	border-radius: 0;
}
form#oneStepCheckout #userForm{
	display: block !important;
}
form#oneStepCheckout .basketSelectorDescription{
	font-size: 12px;
	color: #666;
}
form#oneStepCheckout div.signInFormFieldsContainer:after {
	border-bottom-color: #f2f2f2;
}
form#oneStepCheckout .basketSelector{
	border-bottom: none;
}
form#oneStepCheckout .basketSelector + .basketSelector{
	border-top: 1px dashed #DDD;
}
form#oneStepCheckout .basketSelectorPrice {
    float: right;
}
form#oneStepCheckout .oneStepCheckoutDeleteProduct{
	color: inherit;
}
form#oneStepCheckout .oneStepCheckoutDeleteProduct:hover{
	color: #FF1F6E;
}
form#oneStepCheckout div.selectableEPointsItemStartText,
form#oneStepCheckout div.selectableEPointsItemValue,
form#oneStepCheckout div.selectableEPointsItemAvailable,
form#oneStepCheckout div.selectableEPointsItemAvailableButton{
	float: none;
	text-align: left;
	padding: inherit;
	height: auto;
	line-height: inherit;
}
form#oneStepCheckout .epointsQuantity > .input-group{
	margin: 0 0;
}
form#oneStepCheckout div.earningEpointsContent{
	background: none;
	border-radius: 0;
	padding: 0;
	margin-top: 10px;
	color: inherit;
}
/* satanic loading/blocked effect */
/* custom your loading icon --> http://loading.io/ */
/* reset (666) */
div.oneStepChekcoutAdditionalContent.loading:before,
div.oneStepChekcoutAdditionalContent.loading:after,
div.oneStepChekcoutAdditionalContent.blocked:before,
div.oneStepChekcoutAdditionalContent.blocked:after,
form#oneStepCheckout .loading:before,
form#oneStepCheckout .loading:after,
form#oneStepCheckout .blocked:before,
form#oneStepCheckout .blocked:after{
	content: "";
	background: none;
	background-image: none;
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: inherit;
	float: none;
	clear: none;
}
/* new */
form#oneStepCheckout #userForm{
	padding: 3px;
}
div.oneStepChekcoutAdditionalContent.loading:before,
form#oneStepCheckout .loading:before{
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
}
div.oneStepChekcoutAdditionalContent.blocked:before,
div.oneStepChekcoutAdditionalContent.loading:after,
form#oneStepCheckout .blocked:before,
form#oneStepCheckout .loading:after{
	background-color: rgba(255, 255, 255, .9);
	cursor: default;
	pointer-events: none;
	z-index: 4;
}
form#oneStepCheckout .basketProductImage{
	float: none;
	margin-right: 0;
	width: auto; 
}

/* css */
form#oneStepCheckout #userForm .formText.userText{
	font-size: 12px;
	color: #666;
}
form#oneStepCheckout #userForm .formTitle.userTitle{
	display: none;
}
#one-step-checkout{
	margin: 15px auto 30px;
}
.empty-basket-one{
	padding: 30px;
}
.oneStepEmptyMsg{
    padding: 20px 20px 30px;
    color: #333;
    display: block;
    text-transform: uppercase;
    font-size: 17px;
}
.oneCheckoutTitle{
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}
.fluidContent-oneStepCheckout div.formFields.userFormFields > div.formField.userField, 
.fluidContent-oneStepCheckout #changePasswordForm div.formField.changePasswordField{
	width: 100%;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}
.fluidContent-oneStepCheckout .oneStepHeaderBlock{
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    text-align: center;
}
.oneStepHeaderBlock .number .number-inner {
	text-align: center;
    color: #c6202e;
    font-size: 42px;
}
.oneStepHeaderBlock h2 {
    font-size: 21px;
    margin: 0;
    font-family: "Roboto";
    text-transform: uppercase;
    color: #000;
}
.oneStepCheckoutLogInLink>a {
	font-family: 'Roboto';
	display: inline-block;
	padding-left: 5px;
}
.oneStepCheckoutLoginContent, 
.oneStepCheckoutUserContent {
	margin-bottom: 15px;
}
.oneStepCheckoutUserContent .nav-tabs > li > a {
    font-size: 14px;
}
/* subtitles */
.oneStepSubHeader {
    background-color: #F2F2F2;
    font-size: 14px;
    margin-bottom: 10px;
    /* padding: 5px 5px 3px; */
    text-transform: uppercase;
    font-family: 'Roboto';
}
.oneStepSubHeader > .icon {
    font-size: 16px;
    padding: 7px;
    margin-right: 8px;
    width: 31px;
    text-align: center;
    background: #c6202e;
    color: #fff;
    margin-left: -15px;
}
.fluidContent-oneStepCheckout #userForm .row > div[class*="col-"]:first-child,
.fluidContent-oneStepCheckout .subcountrySelector{
	margin-bottom: 5px !important;
}
@media(min-width: 1200px){	
	form#oneStepCheckout .oneStepColumn + .oneStepColumn{
		padding-left: 0;
	}
}
@media(min-width: 992px){
	.fluidContent-oneStepCheckout #userForm .row > div[class*="col-"]:first-child{
		padding-right: 7.5px;
	}
	.fluidContent-oneStepCheckout #userForm .row > div[class*="col-"]:last-child{
		padding-left: 7.5px;
		margin-bottom: 5px;
	}
}
@media(max-width: 991px){
	.subcountrySearch{
		margin-bottom: 5px;
	}
}
button#verifyUser{
	width: 100%;
}
form#oneStepCheckout .basketSelectorsTitle {
	font-weight: normal;
	font-size: 14px;
}
.column-two-block-oneStep {
	margin-bottom: 25px;
}
button.collapseOneStepSubheader {
    float: right;
    padding: 7px 9px;
    line-height: 1;
    color: #999;
}
button.collapseOneStepSubheader.collapsed .icon:before{
	content: "\f067";
}
button.collapseOneStepSubheader .icon:before{
	content: "\f068";
}
.discountCodeText{
	display: block;
	padding: 15px 0 10px;
}
.oneStepChekcoutModule.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.oneStepChekcoutModule.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

/* basket */
form#oneStepCheckout div.basketProductImage,
form#oneStepCheckout img.basketGiftImage{
	float: none;
	clear: both;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 40px;
}
form#oneStepCheckout div.basketProductImage img{
	max-width: 100%;
	height: auto;
	display: block;
}
@media(min-width: 992px){
	form#oneStepCheckout table.table thead > tr{
	    background: #f2f2f2;
	    text-transform: uppercase;
	    font-size: 14px;
	    font-family: "Roboto";
	}
	form#oneStepCheckout td.basket.basketProduct {
		max-width: 180px;
	}
	form#oneStepCheckout table.table{
		font-size: 13px;
	}
	form#oneStepCheckout *[class*="Quantity"] div.input-group{
		width: 75px;
	}
	form#oneStepCheckout .basketProductInfo, 
	form#oneStepCheckout .basketProductGiftInfo,
	form#oneStepCheckout div.basketProductImage, 
	form#oneStepCheckout div.basketProductGiftImage{
		display: block;
	}
	form#oneStepCheckout td.basket.basketFooter.basketPrice.basketSubtotal {
		vertical-align: top;
	}
}
@media(max-width: 991px){
	form#oneStepCheckout div.selectableEPointsItemValue{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
form#oneStepCheckout .selectableEPointsItemTable td,
form#oneStepCheckout .selectableEPointsItemTable th{
	padding: 8px;
	vertical-align: top;
}
form#oneStepCheckout .selectableEPointsItemAvailable .extra-wrapper, 
form#oneStepCheckout .selectableEPointsItemName .extra-wrapper {
	text-align: left;
}
form#oneStepCheckout table.basketDisclosure,
form#oneStepCheckout .earningEpointsContent{
	float: none;
	width: 100%;
}
form#oneStepCheckout  .legalTextLinks{
	padding-bottom: 15px;
	overflow: hidden;	
}
form#oneStepCheckout div.basketButtons button{
    display: block;
    width: 100%;
    background: #c6202e;
    color: #fff;
    border-color: #c6202e;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
form#oneStepCheckout a.error.basket-error,
form#oneStepCheckout #basketValidationMessage{
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-right: 0;
	font-size: inherit;
}
form#oneStepCheckout span.basketProductName {
    text-overflow: inherit;
    white-space: normal;
}
@media(min-width: 941px) and (max-width: 992px){
	form#oneStepCheckout div.basketProductInfo{
		padding-left: 8px; 
	}
}
@media(max-width: 940px){
	[data-fluid-checkout="basket"]{
		border: 1px solid #ddd;
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		min-height: .01%;
		overflow-x: auto !important;
	}
}


/* address book */
.blockAddressBook {
    margin: 15px 0;
}
.blockAddressBook .title {
    font-family: "Roboto";
    margin-bottom: 10px;
}
.blockAddressBook .addressBook {
    padding: 15px;
    border: 1px solid #cfcfcf;
    margin-bottom: 5px;
}
.blockAddressBook .addressBook label+a:before {
    content: "\f040";
    font-size: 14px;
    padding-right: 5px;
    font-family: FontAwesome;
}

/* modal login */
#oneStepCheckoutLogin .modal-dialog{
	max-width: 500px;
}
#oneStepCheckoutLogin .alert{
	margin-top: 0;
}
#oneStepCheckoutLogin .formTitle.userLoginTitle{
	font-size: 24px;
	margin-top: 0;
}

form#oneStepCheckout .basketFooterEpoints td.basket.basketFooter.basketPrice.basketSubtotal{
	vertical-align: middle;
}
.oneStepChekcoutAdditionalContent > [class*="col-"]{
	float: none;
}
#oneStepCheckout .blockAddressBook .addressBook a {
    font-size: 12px;
    float: right;
}
#oneStepCheckout input.form-control.basketQuantity  {
    width: 40px;
    margin: 0 auto;
    padding: 6px;
}


.cart-table-wrap {
	border: 1px solid #ececec;
	border-radius: 0;
	background: #fff;
	display: block;
	padding: 10px;
	margin-bottom: 1em;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
        border-top:2px solid gray;
}

@media (min-width: 992px) {
	.cart-table-wrap {
		margin-bottom: 1em;
	}
}

.cart-table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	font-size: 14px;
}
.cart-table thead tr {
	border-bottom: 1px solid #dcdcdc;
}
.cart-table thead tr th {
	font-weight: 600;
	padding: 15px 10px;
	color: #777;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1;
        
}
.cart-table tbody tr td {
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 10px;
	line-height: 1.3;
}
.cart-table tbody tr td.product-action-td {
	padding-left: 0;
	padding-right: 0;
}
.cart-table tbody tr td.product-image-td a {
	display: block;
}
.cart-table tbody tr td.product-image-td a img {
	display: block;
	width: 100px;
	height: auto;
}
.cart-table tbody tr td.product-name-td h2 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}



.cart-table tfoot td {
	padding: 15px 5px 0;
}
.cart-table tfoot .btn.btn-default.btn-continue {
	float: left;
}
.cart-table tfoot .btn.btn-default.btn-update {
	float: right;
	margin-left: 10px;
}
.cart-table tfoot .btn.btn-default.btn-clear {
	float: right;
}

@media (max-width: 790px) {
	.cart-table thead {
		display: none;
	}
	.cart-table tbody tr {
		position: relative;
		display: block;
		border-bottom: 1px solid #dcdcdc;
		padding: 25px 0;
	}
	.cart-table tbody tr td {
		display: block;
		/*padding: 0 0 15px;border-width: 0;
		text-align: center !important;*/
		width: 100%;
		
	}
	.cart-table tbody tr td:last-child {
		padding-bottom: 0;
	}
	.cart-table tbody tr td .qty-holder {
		width: 90px;
	}
	.cart-table tbody tr td.product-action-td {
		position: absolute;
		top: 20px;
		z-index: 1;
	}
	.cart-table tbody tr td.product-action-td .btn-remove {
		float: right;
	}
	.cart-table tbody tr td.product-image-td {
		padding-bottom: 15px;
	}
	.cart-table tbody tr td.product-image-td a img {
		margin: 0 auto;
	}
	.cart-table tbody tr:first-child {
		padding-top: 0;
	}
	.cart-table tbody tr:first-child td.product-action-td {
		top: -5px;
	}
	.cart-table tfoot td {
		padding-top: 25px;
	}
	.cart-table tfoot .btn.btn-default.btn-continue, .cart-table tfoot .btn.btn-default.btn-update, .cart-table tfoot .btn.btn-default.btn-clear {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
}


.qty-holder {
	display: inline-block;
	width: 125px;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 0;
}

.qty-dec-btn,
.qty-inc-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	color: #777;
	line-height: 30px;
	border-radius: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.qty-dec-btn:hover, .qty-dec-btn:focus,
.qty-inc-btn:hover,
.qty-inc-btn:focus {
	background: #f4f4f4;
	text-decoration: none;
}

.qty-input {
	display: inline-block;
	vertical-align: middle;
	width: 66px !important;
	font-size: 14px;
	text-align: center;
	color: #777;
	height: 30px;
	border-radius: 0;
	border: 1px solid #ccc;
	margin: 0 -1px;
	outline: none;
}

.edit-qty {
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
	vertical-align: middle;
}
.edit-qty:hover, .edit-qty:focus {
	color: #e55659;
	text-decoration: none;
}

@media (max-width: 940px) {
    .breadcrumb
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .kosar_rejtett_td
    {
        display: none;
    }
    .kosar_mutatott_td
    {
        display: inline;
    }
    .kosar_darabszam_input
    {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .kosar_rejtett_td
    {
        display: table-column;
    }
    .kosar_mutatott_td
    {
        display: none;
    }
    .kosar_darabszam_input
    {
        width: 80px;
        display: inline;
    }
}

.kosar_darabszam_input
{
    text-align: center;
}

.faq-cat-content {
    margin-top: 25px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #777777;
}

.faq-cat-content .panel-heading:hover {
    background-color: #efefef;
}

.active-faq {
    /*border-left: 5px solid #888888;*/
}

.panel-faq .panel-heading .panel-title span {
    font-size: 13px;
    font-weight: normal;
}

.checkout_content_inner
{
    padding: 15px;
}

.menu_elem
{
    margin-top: 6px;
    margin-bottom: 6px;
}

.kosar_gombok_kinezete
{
    border-top: 1px dashed #DDD;
    padding: 10px 5px;
}

.kosar_gombok_kinezete_elso
{
    padding: 10px 5px;
}

.kosar_ar
{
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}

.kosar_ar_elso
{
    padding: 8px;
    line-height: 1.42857143;
}

.nopaddingleftright
{
    margin-left: 0px;
    margin-right: 0px;
}

.jobbraigazit
{
    text-align: right;
}

.kosar_felsorolas
{
    list-style: none;
}

@media (max-width: 766px) 
{
    .kosar_felsorolas
    {
        padding-left: 0px;
    }
}

.text-primary
{
    color: #c6202e;
}

input.error
{
    border: 1px solid #c6202e;
}

.error
{
    color: #c6202e;
}

.kiszurkult {
    color: #C3C3C3;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.checkout-details-products td {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

.checkout-details-products .cart_prod_picture {
    padding-right: 10px;
}

.side-position .list_picture {
    border: 1px solid #d8d8d8;
    padding-bottom: 0;
}

.checkout-details-products .cart_product_actions {
    padding: 5px 0;
    font-size: 1.3rem;
}

.checkout-details-products-table {
    width: 100%;
}

.checkout-details-products .cart_totals {
    padding: 5px 0;
    font-weight: 600;
}

.cart_totals_type {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

.cart_total_text {
    font-size: 1.6rem;
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
    padding: 0 30px 5px 0;
    font-weight: 400;
}

.checkout-details-products .cart_price_value, .checkout-details-products .cart_total_price {
    float: right;
}

.cart_total_price {
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
}



/*RESZPONZÍV TÁBLÁZAT*/

@media screen and (max-width:906px) {
    
  
  table.responsive {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}

table.responsive tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table.responsive th, table.responsive td {
    padding: 10px;
    text-align: center;
}

table.responsive th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
  
  table.responsive {
        border: 0;
    }

    table.responsive thead {
        display: none;
    }

    table.responsive tr {
        margin-bottom: 10px;
        display: block;
    }

    table.responsive tr:after {
        content: "";
        display: table;
        clear: both;
        margin-bottom: 2em;
    }
  
    table.responsive tr:before {
        display: block;
        border-bottom: 2px solid #ddd;
        
    }

    table.responsive td {
        box-sizing: border-box;
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table.responsive td:last-child {
        border-bottom: 0;
    }

    table.responsive td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

}


#tooltip
{
    text-align: center;
    color: #000;
    background: #fff7c4;
    position: absolute;
    z-index: 999999;
    padding: 15px;
    max-width: 200px;
}
 
#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff7c4;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.tooltiptop:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #fff7c4;
    top: -20px;
    bottom: auto;
}

#tooltip.tooltipbottom:after
{
    border-bottom-color: transparent;
    border-top: 10px solid #fff7c4;
    bottom: -20px;
    top: auto;
}

#tooltip.tooltipleft:after
{
    left: 10px;
    margin: 0;
}

#tooltip.tooltipright:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.pagination {border-top: 1px solid #EEEEEE;padding-top: 8px;display: inline-block;width: 100%;margin-bottom: 10px;}
.pagination .links a { vertical-align:middle; display: inline-block; padding: 4px 10px; text-decoration: none; font-size:16px; color: #333;	background-color: #fff;	border: 1px solid #ddd;}
.pagination .links b {vertical-align:middle; display: inline-block; border: 1px solid #ce001e; padding: 4px 10px; font-weight: normal; text-decoration: none; color: #fff; background: #ce001e; font-size:16px;}
.pagination .links a:hover { color:#ce001e; z-index: 1;	background-color: #eee;	border-color: #ddd; }
.pagination .results { float: right; padding-top: 3px; }


/* szín szűrő */
.filter-block .configurable-filter-list {
	padding: 0;
	margin: 0 -5px;
	list-style: none;
	font-size: 0;
}
.filter-block .configurable-filter-list li {
	display: inline-block;
	margin: 0 4px 8px;
        line-height:24px;
}

.filter-block .configurable-filter-list li a {
	display: block;
	color: #777;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 0;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.filter-block .configurable-filter-list.filter-list-color li a span {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 0;
}

.checkout_next_button {
	background: #c6202e;
	color: #fff !important;
	border: #c6202e;
	border-radius: 4px;
}

.h2_hezagos
{
    margin-bottom: 20px;
    margin-top: 35px;
}
.h3_hezagos
{
    margin-bottom: 20px;
    margin-top: 20px;
}

.h1_hezagos
{
    margin-bottom: 30px;
    color: #c6202e;
    text-align: center;
    border-bottom:1px solid #a7aaa7;
    padding-bottom: 10px;
}

.product-name A{color:#d00000;font-weight:bold;}

.cart-table tr.even{background-color:#efefef;}

@media(max-width: 940px)
{
    .page-102 .page-container
    {
        max-width: 350px;
    }
}
@media(max-width: 417px)
{
    .page-102 .page-container
    {
        max-width: 200px;
    }
    
    .brand{float:none;clear:left;}
    .product-h1{text-align: left;}
    .productInfoCol span.product-price{font-size:20px;}
}


.removeConditions a:hover{text-decoration:line-through;}

.fszelesseg, .fmagassag{text-align: right;padding:3px;}
.inputred{border:2px solid #d00000;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

.kiemelt_szoveg{padding:6px;border:2px solid red;font-weight:bold;color:#d00000}

.top-buffer20{margin-top: 20px;}
.top-buffer60{margin-top: 60px;}

#aszf_elfogad-error,#simple_elfogad-error,#fiz_elfogad-error{background-color:red;color:white;font-weight:bold;display:inline-block;margin-left: 3px;}

.bordo_gomb{background-color:#d00000;color:white;padding:6px; 
    
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);}

@media(max-width: 480px){
	
        h1, .h1{
		font-size: 24px;
	}
}

.notification p, .notification div {
font-size: 16px;
padding: 6px;
padding-left: 60px;
margin: 0px;
color: 
#333333;
}

.success {
background-image: url(/interface/accept.png);
background-position: 15px center;
background-repeat: no-repeat;
border: 2px solid #99C600;
background-color:#EFFFB9;
color:#3C5A01;
}

.warning {
background-image: url(http://www.otthondepo.hu/interface/error.png);
background-position: 15px center;
background-repeat: no-repeat;
border: 2px solid 
#FFC237;
background-color: 
#FFEAA8;
color:#826200;
}

.soft_warning {
background-image: url(http://www.otthondepo.hu/interface/error.png);
background-position: 15px center;
background-repeat: no-repeat;
border: 2px solid #C2C2C2;
background-color:#FFF;
color:#333;
}

.smiley {
background-image: url(http://www.otthondepo.hu/interface/smiley.png);
background-position: 15px center;
background-repeat: no-repeat;
border: 2px solid #C2C2C2;
background-color:#FFF;
color:#333;
}

.information {
background-image: url(/interface/information.png);
background-position: 15px center;
background-repeat: no-repeat;
border: 2px solid 
#418ACC;
background-color: 
#D0E4F4;
color: 
#235685;
}

.failure {
background-image: url(/interface/exclamation.png);
background-position: 15px center;
background-repeat: no-repeat;
border: 2px solid 
#EB5339;
background-color: 
#FCCAC2;
color: 
#AC260F;
}

.elonyok span{display:inline-block;margin-right: 10px;font-weight: bold;}
.elonyok i{color:#d00000;}

@media(max-width: 767px) and (orientation: portrait)
{
    .central-bar
    {
        position: fixed;
        background-color: #FFF;
        z-index: 9996;
        width: 100%;
        top: 0px;
    }
    #main-content
    {
        margin-top: 150px;
    }
    .smallSearchButton {
        padding: 4px 9px;
    }
    .fa-search
    {
        font-size: 26px;
    }
}


@media (max-width: 1024px) and (orientation: landscape)
{
    .central-bar
    {
        background-color: #FFF;
        z-index: 10000;
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 940px)
{
    .nemketsoros
    {
        display: none;
    }
}

.product-price-container .bootstrap-select
{
    width: 25% !important;
}

.gyors_arajanlat, .modositott_gyors_arajanlat,#arkalulacio {
font-size:14px;padding:8px;max-width: 400px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe499+0,f2d859+100 */
background: #fff198; /* Old browsers */
background: -moz-linear-gradient(top,  #fff198 0%, #f2d859 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff198 0%,#f2d859 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff198 0%,#f2d859 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe499', endColorstr='#f2d859',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 4px 4px 5px 0px rgba(89,89,89,0.59);
-moz-box-shadow: 4px 4px 5px 0px rgba(89,89,89,0.59);
box-shadow: 4px 4px 5px 0px rgba(89,89,89,0.59);
margin-bottom: 1em;
}

#arkalkulacio{}

.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #FFF;
     color: #FFFFFF;
     /*top: 10px;*/
     height: 20px;
     min-width: 20px;
     border: 1px solid #d00000;
     border-radius: 50px;
     cursor: pointer;     
     /*margin: 0 0 0 -30px !important;*/
     outline: none !important;
}
.form-radio:checked::before
{
     position: absolute;
     font: normal normal normal 12px/1 FontAwesome;
     left: 4px;
     top: 3px;
     content: '\f111';
}
.form-radio:checked
{
     background-color: #FFF;
     color: #d00000;
}
label
{
     color: #666;
     cursor: pointer;
} 

input[type][disabled]
{
    border: 1px solid #7e7e7e;
    background-color: #FFF;
    cursor: default;
}
input[type][disabled] + label
{
    color: #999;
    cursor: default;
}


.fuggony_szinvaltozatok{
 margin-bottom: 6px;   
}

.fuggony_szinvaltozatok img{
    max-width:15%;
}

.fa-bars:before{font-size: 26px;}

.panel-default>.panel-heading
{
    background-color: #c6202e !important;
    border-color: #c6202e !important;
}


/*kollekció hotspot */

@font-face {
 font-family:SIWCIcons;
 src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAYIAA0AAAAACTQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAF7AAAABoAAAAcfpMXzUdERUYAAAXQAAAAHAAAAB4AJwAST1MvMgAAAZQAAAA/AAAAYA8TBfljbWFwAAAB9AAAAFkAAAFm6VDxFGdhc3AAAAXIAAAACAAAAAgAAAAQZ2x5ZgAAAmwAAAI3AAADcIwrYKtoZWFkAAABMAAAACwAAAA2DWHC+GhoZWEAAAFcAAAAHQAAACQHlwPHaG10eAAAAdQAAAAeAAAAJAysAa1sb2NhAAACUAAAABoAAAAaA/4DCm1heHAAAAF8AAAAGAAAACAAEQA/bmFtZQAABKQAAADcAAABm/pYTdhwb3N0AAAFgAAAAEgAAACBhPjl2XicY2BkAIMEnoZ58fw2Xxm4WcD8q+b2wQj6/1Xmq8wNQC4HAxNIFAAFPwmveJxjYGRgYD7w/wADAwsDCDBfZWBkQAVsAFwTA2cAAAB4nGNgZGBg4GGwZWBhAAEmBjQAAAf2AFF4nGNgZj7OOIGBlYGBaSbTGQYGhn4IzfiawZiRkwEVMAqgCTA4MDC+ZGc+8P8AgwMzEIPUIMkqMDACAGN2CxcAeJxjYYAAxlAIzQTELAwMYQzXgBgEtRlWAwAf+QNlAAB4nGNgYGBmgGAZBkYGEEgA8hjBfBYGFyDNw8DBwARkMzIovGR9yf7/7///YHUKLxlgvP9PxFnFWcD6eBgQgBFkLiMbEDNDBZiABBMDKgDaxcIwvAEA4Z8PNQAAAAAAAAAACAAIABAAGABgAHoAqADoASYBiAG4AAB4nIVSzW7aQBCe2U3t0phINj9GQgKMMUjGIeqCjSq1OQQpUU/JwaDkQB4gp0RBOSWSObYPkAs9tbeg5CXaJ6hCHqC95QV6iuksEBWRQ1eanRl/szvffGtAeF4M4B2D/+Vr0APkN7wLHEyowxYA+s0MF9vMbzWYXd5gmXSBpUSB/AblDfq+zVJ6U8eH0N296gdB/3Lv2R9+Oe90zkdHC78VsnqvF7v/Sq529y77AYfOYHR4NBrs7AyoeDToPEUIU2KF8ABD7rIJrFNi6bZu+RY1s7g7hXBKeIiAw0UwnU3Cl2ZQIS8nsDMpOrrKmrlhGLorHGcMb+RdLFpltXz3+kwfQJHNpBW7XPVbgSkCv1W1y0omnX3RC4xczpC2f3Z6IG2lL07msJF7lPjZ/sEpO3lBgC31dwBSSx1fFZCYqLiBxKaGDfT1VtC0RNZ8zDtOnox912jF91rBMApaHGnaWxs9CtlwhpP9WGD3shIjytArC02Tuq5BfTrhEx5BklT14D31t5DGV5EEqKGeoAfCbFO0kVjVUJgSkxCJ0w6ambJKPE1ZIPFqHX/hN8eJfzp+4MTH/GN8EV/jp6ShJ7GhaU9/vCItb1PumwlFVZXEa1VRVB7Fx1Xfp4PVKn7F37GFn+Pr+IIINzTD0PBNqeh5pWKx5HnFUk9REglFme/0m4yhy7scoERvZy/EM+cKNtsqbSL4gIuX5DAWti34nS2EfcdlPJYhg5kjsCL4bUWIyi0XFVvAX+IHrEAAeJx1zrFqwlAYxfF/NFq0IJ1K6XRHp6DgA3QqdXDpIB0b4yUE9F6IEXTvI3TsM/RhfCJPwrcmcMPvOzfnI8CMfxLaJ+GBJ/NAnpuH8ps5lb/MIx65mMfKf81TXrmplaQTJbNuQ+uB/GIeygtzKn+YRzzzbR4r/zFPWfFHRUHkqBMJUBXxGKPwiafkzIGcWqMvz4dc6Pu+L99qT81J923uWJLpL9n6+lTF4JbZor/73s2NWqW2hG5TrtmzV7bjqve6626sm6kUQ+NKH3ydN37vdle3LuJG+zLu5ds+Q3icY2BiwA94GBgYmRiYGJkZmBlZGFkZ2RjZGTkYORm52NJzKgsyDNlL8zINDAzAtKulgQGUhvGNoLQxlDaB0qZQ2hwA8u8ULwABAAH//wAPeJxjYGRgYOABYjEgZmJgBEJuIGYB8xgABBcAOnicY2BgYGQAgisqM9VA9FVz+2AYDQA3PQT1AAA=) format('woff');
 font-weight:400;
 font-style:normal
}
[class*=" siw-icon-"],
[class^=siwc-icon-] {
 font-family:SIWCIcons!important;
 speak:none;
 font-style:normal;
 font-weight:400;
 font-variant:normal;
 text-transform:none;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.siwc-icon-plus:before {
 content:"\e907"
}
.siwc-icon-tag_outline:before {
 content:"\e905"
}
.siwc-icon-tag:before {
 content:"\e904"
}
.siwc-icon-target:before {
 content:"\e903"
}
.siwc-icon-info_outline:before {
 content:"\e900"
}
.siwc-icon-info:before {
 content:"\e902"
}
.siwc-icon-plus_thin:before {
 content:"\e901"
}
span.mb-siwc-tag {
 z-index:10;
 position:absolute;
 top:50%;
 left:50%;
 background:#000;
 color:#fff;
 width:30px;
 height:30px;
 cursor:pointer;
 border-radius:50%;
 font-size:13px;
 animation:siwc-pulse 2.3s infinite;
 display:flex;
 align-items:center;
 justify-content:center
}
span.mb-siwc-tag.active {
 z-index:30
}
span.mb-siwc-tag i[class*=siwc-icon] {
 line-height:1;
 text-decoration:none
}
.mb-siwc-popup {
 text-align:left;
 min-height:50px;
 background:#fff;
 box-shadow:0 0 14px rgba(0,0,0,.2);
 position:absolute;
 z-index:20;
 width:265px;
 border-radius:4px;
 visibility:hidden
}
.mb-siwc-popup.siwc-active {
 opacity:0;
 visibility:visible;
 animation:siwc-appearin .3s;
 animation-fill-mode:forwards
}
.mb-siwc-popup.siwc-no-thumb {
 width:200px
}
.mb-siwc-popup.siwc-no-thumb div.mb-siwc-popup-inner {
 padding:15px
}
.mb-siwc-popup.siwc-no-thumb div.mb-siwc-popup-inner .siwc-thumb-wrapper {
 display:none
}
.mb-siwc-popup.siwc-no-thumb div.mb-siwc-popup-inner a,
.mb-siwc-popup.siwc-no-thumb div.mb-siwc-popup-inner h1,
.mb-siwc-popup.siwc-no-thumb div.mb-siwc-popup-inner h2 {
 margin-left:0
}
.mb-siwc-popup:after {
 content:'';
 position:absolute;
 width:0;
 height:0;
 left:50%;
 margin-left:-8px;
 border-left:8px solid transparent;
 border-right:8px solid transparent;
 top:-8px;
 border-bottom:8px solid #fff
}
.mb-siwc-popup.mb-siwc-top:after {
 top:auto;
 bottom:-8px;
 border-bottom:none;
 border-top:8px solid #fff
}
.mb-siwc-popup.mb-siwc-bottom-left:after {
 top:6px;
 left:auto;
 right:-10px;
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.mb-siwc-popup.mb-siwc-top-left:after {
 top:auto;
 bottom:7px;
 left:auto;
 right:-10px;
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.mb-siwc-popup.mb-siwc-top-right:after {
 top:auto;
 bottom:5px;
 left:-3px;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
.mb-siwc-popup.mb-siwc-bottom-right:after {
 top:6px;
 left:-3px;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
.mb-siwc-popup-inner {
 padding:15px;
 text-align:left;
 position:relative;
 border-radius:4px
}
.mb-siwc-popup-inner .siwc-thumb-wrapper {
 position:absolute;
 top:0;
 left:0;
 width:100px;
 right:0;
 bottom:0;
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center center;
 border-top-left-radius:4px;
 border-bottom-left-radius:4px
}
.mb-siwc-popup-inner h1:after,
.mb-siwc-popup-inner h1:before,
.mb-siwc-popup-inner h2:after,
.mb-siwc-popup-inner h2:before {
 content:none
}
.mb-siwc-popup-inner a,
.mb-siwc-popup-inner h1,
.mb-siwc-popup-inner h2 {
 margin:0;
 margin-left:115px;
 padding:0;
 text-align:left;
 color:#333
}
.mb-siwc-popup-inner h1 {
 font-weight:700;
 font-size:15px;
 padding-bottom:10px;
 line-height:16px
}
.mb-siwc-popup-inner h2 {
 line-height:18px;
 font-size:21px;
 font-weight:400;
 padding-bottom:15px
}
.mb-siwc-popup-inner a {
 text-decoration:none!important;
 font-size:14px;
 line-height:16px;
 box-sizing:border-box;
 border:1px solid transparent;
 border-radius:4px;
 display:inline-block;
 margin-top:5px;
 padding:7px 12px;
 box-shadow:none;
 transition:transform .2s
}
.mb-siwc-popup-inner a:hover {
 box-shadow:none;
 transform:translateY(-3px);
 opacity:.85
}
@keyframes siwc-appearin {
 0% {
  opacity:0;
  transform:translateY(5px)
 }
 100% {
  opacity:1;
  transform:translateY(0)
 }
}
.siwc-spinner {
 margin:0 auto;
 width:70px;
 text-align:center
}
.siwc-spinner>div {
 width:5px;
 height:5px;
 background-color:#333;
 border-radius:100%;
 display:inline-block;
 animation:siwc-bouncedelay 1.4s infinite ease-in-out both
}
.siwc-spinner .bounce1 {
 animation-delay:-.32s
}
.siwc-spinner .bounce2 {
 animation-delay:-.16s
}
@keyframes siwc-bouncedelay {
 0%,
 100%,
 80% {
  transform:scale(0)
 }
 40% {
  transform:scale(1)
 }
}
.mabel-siwc-img-wrapper {
 display:inline-block;
 position:relative;
 width:100%;
 margin:0!important;
 padding:0!important
}
.mabel-siwc-img-wrapper img {
 vertical-align:bottom!important;
 max-width:100%!important
}
.si-mobile-check {
 display:none
}
@media all and (max-width:768px) {
 .si-mobile-check {
  display:block
 }
}


span.mb-siwc-tag{margin-left:-12px;margin-top:-12px;color:#187b92;width:25px;height:25px;background:#ffffff;font-size:14px;border-radius:50%;}.mb-siwc-popup-inner a{background:#003044;color:#fff !important;;}.mb-siwc-popup-inner .siwc-text{color:#003044;}.siwc-spinner > div{background-color:#fff;}.mb-siwc-popup-inner{background:#fff;}.mb-siwc-popup:after{border-bottom-color:#fff;}@keyframes siwc-pulse{0%{box-shadow:0 0 0 0px rgba(255,255,255,0.32);}60%{box-shadow:0 0 0 10px rgba(255,255,255,0);}}

/* kollekció hotspot eddig */

.productFilterBtn {
   background: #F6D93D;
   background-image: -webkit-linear-gradient(top, #F6D93D, #FFE82B);
   background-image: -moz-linear-gradient(top, #F6D93D, #FFE82B);
   background-image: -ms-linear-gradient(top, #F6D93D, #FFE82B);
   background-image: -o-linear-gradient(top, #F6D93D, #FFE82B);
   background-image: linear-gradient(to bottom, #F6D93D, #FFE82B);
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   color: #000000;
   font-family: Roboto;
   font-size: 19px;
   font-weight: 600;
   padding: 9px;
   border: outset #DBD949 3px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

.product-shortDesc a{text-decoration: underline;}


/*választható szélességek*/
.valaszthato_szelessegek
{
    display: inline;
    float: left;
    text-align: center;
    padding: 8px;
    margin: 0 20px 15px 0;
    -webkit-box-shadow: 3px 4px 4px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 3px 4px 4px -2px rgba(0,0,0,0.65);
    box-shadow: 3px 4px 4px -2px rgba(0,0,0,0.65);
}

.valaszthato_szelessegek:hover
{
    border: 2px solid #d00000 !important;
}

ul.vsz {
    padding: 0;
    list-style-type: none;
}

/*választható maximális magasságok*/
.valaszthato_maximalis_magassagok
{
    display: inline;
    float: left;
    text-align: center;
    padding: 8px;
    margin: 0 20px 15px 0;
    -webkit-box-shadow: 3px 4px 4px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 3px 4px 4px -2px rgba(0,0,0,0.65);
    box-shadow: 3px 4px 4px -2px rgba(0,0,0,0.65);
}

.valaszthato_maximalis_magassagok:hover
{
    border: 2px solid #d00000 !important;
}

ul.vmm {
    padding: 0;
    list-style-type: none;
}

a.hashtag{
    display:inline-block;color:white;text-decoration: none;
    -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
padding:2px 4px 2px 4px;
font-size:12px;
}

a.hashtag:hover{
    color:white;
    text-decoration: none;
}

.hashtag-large{font-size:14px !important;}

.subcategories-lvl-1 A{font-weight:bold;}

.cc-window.cc-floating{z-index:100000 !important;}

.price{font-weight: bold;}


 /* Konténer */
.readmore-wrapper {
  position: relative;
}

/* A látható rész 300px-ig, utána vágás */
.readmore-content {
  max-height: 400px;
  overflow: hidden;
}

/* 80px magas halványuló sáv + középen a gomb */
.readmore-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;

  /* Ha a háttér fehér, ez jó. Ha más a háttérszín,
     állítsd az rgba(...,1) színt ahhoz passzolóra. */
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));

  display: -webkit-box; /* régi mobilokhoz oké, de flex is elég */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0; /* gomb tényleg középen legyen */
}

/* Opcionális: a gomb kicsit „lebegjen” */
.readmore-btn {
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}





.thumbswiper-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.thumbswiper-image-container .price{
    color:#4b4b4b;
}

.thumbswiper-image-row {
    display: flex;
    transition: transform 0.3s ease;
    touch-action: pan-y;
}

.thumbswiper-image-row A{
    text-decoration:none;
}

.thumbswiper-image-row img {
    height: 160px; /* Adjust the height as needed */
    flex-shrink: 0;
    margin-right:4px;
}

.thumbswiper-thumb {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}


.thumbswiper-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}

.thumbswiper-left-arrow {
    left: 0;
}

.thumbswiper-right-arrow {
    right: 0;
}

