/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#authentication #header, #authentication #footer, #authentication .breadcrumb, #authentication .login-form hr {display: none !important;}

#authentication #main-page-content {padding: 60px 0;}

#authentication .row {flex-direction: row-reverse;}

#authentication #wrapper {border: none !important;}
#authentication .logo {text-align: center; margin-bottom: 30px;}

#authentication .beneficios-login {border-right: 1px solid #ccc; padding-right: 50px; padding-top: 50px;}
#authentication .login-form {padding-left: 50px; margin-top: 0 !important;}

#authentication h2 {text-align: center; font-size: 30px;}

#authentication #content {max-width: 1100px; margin: 0 auto;}

#authentication .btn {width: 100%;}
#authentication #submit-login, #authentication .form-control-submit {background: #ff0000;}
#authentication #submit-login:hover, #authentication .form-control-submit:hover {background: #000;}

#authentication .forgot-password {text-align: left !important;}

#authentication .iqitsociallogin-checkout .text-muted {display: none !important;}

#authentication .iqitsociallogin-colors-native .btn-facebook {
    background: #fff !important;
    color: #444 !important;
    border: 1px solid #444;
}

#authentication .iqitsociallogin-colors-native .btn-facebook i {
    color: #4267B2 !important;
}

@media (min-width: 768px) {
	#authentication .col-md-8 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
}

@media only screen and (max-width: 600px) {
  #authentication .login-form {padding-left: 15px;}
  #multiAccessoriesTab .add-to-cart i {display: none !important}
}

@media only screen and (max-width: 769px) {
	#multiAccessoriesTab {
		width: 100% !important;
		margin-left: 0 !important;
		float: left !important;
		display: flex !important;
		align-content: center !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: center !important;
		flex-wrap: nowrap !important;
		margin-bottom: 30px !important;
	}
	
	#multiAccessoriesTab .group-add-to-cart {
		flex-direction: row !important;
		align-items: flex-end !important;
	}
	
	#group_accessories .content_group {
		display: flex!important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		flex-direction: column !important;
		align-content: center !important;
	}
	
	.imagenes-accesorios {
		justify-content: center !important;
		padding: 0 !important;
	}
	
	.imagenes-accesorios div:before {
		width: 15px !important;
		height: 15px !important;
		border-radius: 20px !important;
		font-size: 7px !important;
		line-height: 14px !important;
	}
	
	.imagenes-accesorios div img {width: 100% !important;}
	
	.imagenes-accesorios div {
		width: 22% !important;
	}
	
	#product #group_accessories {
		width: 100% !important;
	}
	
	#multiAccessoriesTab .add-to-cart i {display: none !important}
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
	#multiAccessoriesTab {
		width: 100% !important;
		margin-left: 0 !important;
		float: left ;
		display: flex;
		align-content: stretch !important;
		flex-direction: row !important;
	}
	
	.imagenes-accesorios div img {width: 100% !important;}
	
	.imagenes-accesorios div {
		width: 25%;
	}
	
	#multiAccessoriesTab .add-to-cart i {display: none !important}
}

.hliner {
	width: 100%;
    text-align: center;
    position: relative;
    margin: 2rem 0px;
    min-height: 22px;
}

.hliner::before {
	content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background: rgb(204, 204, 204);
    left: 0px;
}

.hliner span {
	display: inline-block;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 0px 1rem;
    position: relative;
    font-size: 15px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
}

.beneficio {
	width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
	margin-bottom: 1.5rem;
}

.beneficio i {
	display: inline-flex;
    align-self: center;
    width: 64px;
    height: 64px;
	margin-right: 1rem;
	font-size: 45px;
	padding: 10px;
}

.beneficio .contenido {
	flex: 1 1 0%;
}

.beneficio .contenido .titulo {
	color: rgb(51, 51, 51);
    font-size: 20px;
    line-height: 1.5rem;
    font-weight: 700;
}

.beneficio .contenido .texto {
	font-size: 15px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
}

.accessorygroup td {text-align: left;}

.accessorygroup .accessory_price {font-weight: bold;}
.accessorygroup .accessory_price:before {content:"+"}
.accessorygroup .checkbox_radio_image {display: none !important;}

#group_accessories .btn {margin-bottom: 20px;}

.block_accessory_name {
    float: none !important;
    width: auto !important;
    display: inline-block;
}
.imagenes-accesorios {text-align: center;}
.imagenes-accesorios div {display: inline-block; border-right: solid 1px #000; position: relative; margin: 0 5px;}
.imagenes-accesorios div img {width: 120px; opacity: 0.45;}
.imagenes-accesorios div.active img {opacity: 1;}
.imagenes-accesorios div:before {
	font-family: FontAwesome;
    content: "\f067";
    background-color: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-size: 10px;
    line-height: 17px;
    border: 1px solid #000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    text-align: center;
    font-weight: 900;
}

.imagenes-accesorios div:last-child  {border: none;}
.imagenes-accesorios div:last-child:before {display: none;}

#product #group_accessories .option-row table {
    margin-bottom: 0 !important;
	float: left;
	width: auto;
}

.accessories_table_price_content .right-column-total {text-align: center !important; font-size: 2rem !important;}
.accessories_table_price_content .left-column-total {display: none !important;}

.qty .fa-angle-up:before {
    content: "\f067" !important;
    font-size: 11px;
}

.qty .fa-angle-down:before {
    content: "\f068" !important;
	font-size: 11px;
}

#product #group_accessories h3,
#product #group_accessories .h3{
	text-align: center;
	font-family:inherit;
	line-height:1.2;
	color:inherit;
}

#multiAccessoriesTab {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

#group_accessories .content_group {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.imagenes-accesorios {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
	padding-right: 20px;
}

.accessorygroup .accessory_price {display: inline-block;}

#product #group_accessories {
    margin: 0 !important;
    padding: 0 !important;
}

#multiAccessoriesTab .group-add-to-cart {
	vertical-align: bottom;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.1);
  background: white;
  vertical-align: middle;
  margin-right: 0;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
}
  
  .label__check i.icon {
    font-size: 15px;
    color: #fff;
    transition: opacity .3s .1s ease;
  }
  
  .label__check i.icon :hover {
    border: 5px solid rgba(0,0,0,0.2);
  }

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
}
  
  .label__checkbox:checked + .label__text .label__check.icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
  }

.center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #222;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #222;
    border: 0;
    opacity: 1;
  }
}

#login-form .form-group, #customer-form .form-group {
    flex-direction: initial !important;
}

#login-form .form-control-comment, #customer-form .form-control-comment {
    display: none !important;
}

#module-ph_simpleblog-single .page-header h1 {font-size: 25px !important;}

@media only screen and (max-width: 768px) {
	.product-manufacturer img {max-width: 110px !important;}
}

.product-features {
    max-width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.product-features {
		max-width: 100%;
	}
	
	#content-wrapper .product_header_container .page-title {font-size: 20px;}
}

@media (max-width: 991px) {
	.product_p_price_container #product-availability {
		width: 100%;
	}
}

/*Arreglo focus saphari Iphone*/

@media only screen and (max-width: 768px) {
	.product-quantity .qty .input-group {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.has-discount {
		width: 100%;
		float: left;
	}
}

/* **** multiaccesories ****  */


/* ****  banner cookies    **** */
.lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message {
 	 width: 100%;
  min-height: 50px;
  display: block;
	margin-right: 0;
  	float: none;
}
#lgcookieslaw_banner .lgcookieslaw-link-container {
  margin-top: 10px;
}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
  width: 100%;
}	


/* **** después de actualizar el theme **** */
.products-grid .product-miniature-default {
  height: auto;
}

.cbp-hrmenu > ul > li#cbp-hrmenu-tab-11 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-11 > span.cbp-main-link {
  background-color: #ee0000;
  color: #ffffff;
}

.cbp-hrmenu > ul > li#cbp-hrmenu-tab-91 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-91 > span.cbp-main-link {
  background-color: #fff1ef;
}

.product-carousel {
  height: auto;
}

.swiper-slide, .swiper-wrapper {
  width: 100%;
  height: auto;
}	


.product-unavailable {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #f8d7da;
  border-color: #f5c6cb;
	color: #000000;
}

/* *** checkout    ***  */
body#checkout section.checkout-step .delivery-option > label > .row > div:first-child img {
  max-width: 100px;
}

body#checkout #order-summary-content .summary-selected-carrier img {
  max-width: 100px;
}

/* iqitmegamenu */
.cbp-hrmenu .cbp-hrsub-inner .product-title a, 
.cbp-hrmenu .cbp-hrsub-inner .product-title a:link {
    font-size: 17px;
	font-weight: 700;
}

#authentication #main #content > .row > .login-form{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#authentication #main #content > .row > .login-form h2{
	display:block;
}

#product .product-additional-info .js-mailalert #gdpr_consent_340 {
	width: 100%;
	display: flex;
	justify-content: center;
}

#product .product-additional-info .js-mailalert {
  width: 100%!important;
  text-align: center;
  margin: 1rem auto 0 auto;
}

#index .elementor-products-tabs .nav-tabs .nav-item .nav-link{
	opacity:1;
}

@media (max-width: 767.98px) {
	#product .lgcookieslaw-fixed-button {
	  bottom: 75px;
	}
}

/*/themes/warehouse/assets/css/font-awesome/css/font-awesome-preload.css*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}
.fa-tiktok:before {
    content: "\f2e1"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* /modules/lgcookieslaw/views/css/front.css */
/**
 * Copyright 2024 LÍNEA GRÁFICA E.C.E S.L.
 *
 * @author    Línea Gráfica E.C.E. S.L.
 * @copyright Lineagrafica.es - Línea Gráfica E.C.E. S.L. all rights reserved.
 * @license   https://www.apache.org/licenses/LICENSE-2.0
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.ttf'), url('../fonts/NotoSans-Bold.ttf'),
         url('../fonts/NotoSans-Italic.ttf'), url('../fonts/NotoSans-BoldItalic.ttf');
}

#lgcookieslaw_banner {
    display: none;
    z-index: 10000001;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 16px 0;
    color: #FFF;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}
#lgcookieslaw_banner a {
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}
#lgcookieslaw_banner a:hover {
    text-decoration: none;
}
#lgcookieslaw_banner .lgcookieslaw-link-container {
    margin-top: 8px;
}
#lgcookieslaw_banner .lgcookieslaw-link-container a.lgcookieslaw-link:not(:first-child) {
    margin-left: 7px;
}
.lgcookieslaw-banner-message {
    display: block;
    width: calc(80% - 10px);
    margin-right: 10px;
    float: left;
    color: #fff;
    font-size: 16px;
}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message {
    width: calc(60% - 10px);
}
.lgcookieslaw-banner-message p {
    color: #FFF;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
}
.lgcookieslaw-banner-message p:last-child {
    margin-bottom: 0;
}
.lgcookieslaw-button:focus,
.lgcookieslaw-button:focus-visible {
    outline: none;
}
.lgcookieslaw-button-container {
    display: block;
    width: 20%;
    float: left;
}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
    width: 40%;
    display: flex;
    justify-content: space-between;
}
.lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-button-container .lgcookieslaw-accept-button {
    text-align: center;
    min-height: 50px;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #8BC954;
    border-color: #8BC954;
    color:  #FFF;
}
.lgcookieslaw-button-container .lgcookieslaw-accept-button {
    display: block;
    width: 100%;
}
.lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
    display: inline-block;
    width: 49%;
}
.lgcookieslaw-modal {
    background: #FFF;
    display: none;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #444;
    padding: 0 !important;
}
.lgcookieslaw-modal-header {
    padding: 20px 16px;
    /* display: block; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    overflow: auto;
    border-top: 4px solid #8BC954;
    border-bottom: 1px solid #E4E3E3;
    box-shadow: 0 4px 2px -3px rgba(0,0,0,.1);
    z-index: 1070;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 20px;
    color: #444;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    align-items: center;
    font-weight: bold;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-badge {
    font-size: 13px;
    line-height: 13px;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements i {
    display: inline-flex;
    height: 12px;
    width: 13px;
    position: relative;
    top: 1px;
    left: 1px;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-badge {
    padding: 3px 8px;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-user-consent-download {
    text-decoration: none !important;
    color: #ffffff !important;
    outline: 0 !important;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-user-consent-download:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-icon-schedule {
    background: url('../img/schedule.svg') no-repeat center;
    background-size: 100%;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-icon-download {
    background: url('../img/download.svg') no-repeat center;
    background-size: 100%;
}
.lgcookieslaw-modal-body {
    padding: 16px;
    display: block;
    position: relative;
    overflow: auto;
    height: 417px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.lgcookieslaw-section {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E4E3E3;
    margin-bottom: 16px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.lgcookieslaw-section:last-child {
    margin-bottom: 0;
}
.lgcookieslaw-section-name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 15px;
    flex: 1;
    line-height: 20px;
}
.lgcookieslaw-badge {
    position: relative;
    top: -1px;
    right: -2px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 12px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #8AC954;
    border-radius: 10px;
}
.lgcookieslaw-section-purpose {
    display: block;
    float: left;
    width: 100%;
}
.lgcookieslaw-section-purpose-button {
    border-bottom: none;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}
.lgcookieslaw-section-purpose-button:hover,
.lgcookieslaw-section-purpose-button:focus {
    text-decoration: none;
    color: #444;
}
.lgcookieslaw-section-purpose-button:focus,
.lgcookieslaw-section-purpose-button:focus-visible {
    outline: none;
}
.lgcookieslaw-section-purpose-button .lgcookieslaw-section-purpose-button-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.lgcookieslaw-section-purpose-button:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}
.lgcookieslaw-section-purpose-button:not(.collapsed):after {
    background: url('../img/not_collapsed.svg') no-repeat center;
}
.lgcookieslaw-section-purpose-button.collapsed:after {
    background: url('../img/collapsed.svg') no-repeat center;
}
.lgcookieslaw-section-purpose-content.collapse {
    display: none;
}
.lgcookieslaw-section-purpose-content.collapse.in,
.lgcookieslaw-section-purpose-content.collapse.show {
    display: block;
}
.lgcookieslaw-section-purpose-content.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}
.lgcookieslaw-section-purpose-content-description {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
}
.lgcookieslaw-section-purpose-content-cookies-table {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.lgcookieslaw-section-purpose-content-cookies-table caption + thead tr:first-child th,
.lgcookieslaw-section-purpose-content-cookies-table caption + thead tr:first-child td,
.lgcookieslaw-section-purpose-content-cookies-table colgroup + thead tr:first-child th,
.lgcookieslaw-section-purpose-content-cookies-table colgroup + thead tr:first-child td,
.lgcookieslaw-section-purpose-content-cookies-table thead:first-child tr:first-child th,
.lgcookieslaw-section-purpose-content-cookies-table thead:first-child tr:first-child td {
    border-top: 0;
}
.lgcookieslaw-section-purpose-content-cookies-table > thead > tr > th {
    background: #F5F5F5;
    border-bottom-width: 2px;
    vertical-align: middle;
    border-bottom: 1px solid #D6D4D4;
    font-weight: bold;
}
.lgcookieslaw-section-purpose-content-cookies-table thead > tr > th,
.lgcookieslaw-section-purpose-content-cookies-table thead > tr > td,
.lgcookieslaw-section-purpose-content-cookies-table tbody > tr > th,
.lgcookieslaw-section-purpose-content-cookies-table tbody > tr > td,
.lgcookieslaw-section-purpose-content-cookies-table tfoot > tr > th,
.lgcookieslaw-section-purpose-content-cookies-table tfoot > tr > td {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    border-top: 1px solid #D6D4D4;
}
.lgcookieslaw-section-purpose-content-cookies-table td,
.lgcookieslaw-section-purpose-content-cookies-table th {
    text-align: left;
}
.lgcookieslaw-section-purpose-content-cookies-table td a {
    color:  #8BC954;
    font-size: 13px;
    font-weight: bold;
}
.lgcookieslaw-section-purpose-content-cookies-table td a:hover {
    text-decoration: underline;
}
.lgcookieslaw-section-checkbox {
    display: inline-flex;
    width: 25%;
    justify-content: flex-end;
    padding-right: 47px;
}
.lgcookieslaw-modal-footer {
    display: flex;
    border: 0px;
    box-shadow: 0 -4px 2px -3px rgba(0,0,0,.1);
    border-top: 1px solid #E4E3E3;
    padding: 16px;
}
.lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-left {
    width: 20%;
    display: flex;
    justify-content: flex-start;
}
.lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-right {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}
.lgcookieslaw-modal-footer .lgcookieslaw-button {
    min-height: 40px;
    text-transform: none;
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-right: 5px;
}
.lgcookieslaw-modal-footer .lgcookieslaw-button:last-child {
    margin-right: 0;
}
.lgcookieslaw-modal-footer .lgcookieslaw-button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.lgcookieslaw-section-description ul li {
    color: #5C5C5C;
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 1;
    margin: 6px 0;
    line-height: 1em;
}
.lgcookieslaw-section-description ul li:before {
    content: "\2714";
    color: #444;
    font-size: 1em;
    position: absolute;
    top: 0px;
    left: -18px;
    z-index: 2;
    width: 12px;
    height: 12px;
}
.lgcookieslaw-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.lgcookieslaw-tooltip-container:hover {
    cursor: pointer;
}
.tooltipster-base {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}
.lgcookieslaw-slider-option {
    font-size: 14px;
}
.lgcookieslaw-slider-option-left,
.lgcookieslaw-slider-option-right {
    position: absolute;
    display: inline-block;
    line-height: 34px;
    font-weight: bold;
}
.lgcookieslaw-slider-option-left {
    left: -35px
}
.lgcookieslaw-slider-option-right {
    left: 70px;
}
.lgcookieslaw-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.lgcookieslaw-switch div.checker,
.lgcookieslaw-switch div.checker span,
.lgcookieslaw-switch div.checker input {
    width: 0 !important;
    height: 0 !important;
}
.lgcookieslaw-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCC;
    box-shadow: 0 0 1px #CCC;
    -webkit-transition: .4s;
    transition: .4s;
}
.lgcookieslaw-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.lgcookieslaw-switch.lgcookieslaw-switch-disabled .lgcookieslaw-slider {
    cursor: not-allowed;
}
.lgcookieslaw-slider.lgcookieslaw-slider-checked {
    background-color: #8BC954;
    box-shadow: 0 0 1px #8BC954;
}
.lgcookieslaw-switch.lgcookieslaw-switch-disabled .lgcookieslaw-slider {
    opacity: 0.5;
}
.lgcookieslaw-slider.lgcookieslaw-slider-checked:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.lgcookieslaw-modal .lgcookieslaw-cancel-button {
    background: #F5F5F5;
    color: #000;
}
.lgcookieslaw-modal .lgcookieslaw-partial-accept-button,
.lgcookieslaw-modal .lgcookieslaw-reject-button {
    background: #444;
}
.lgcookieslaw-modal .lgcookieslaw-accept-button {
    background: #8BC954;
}
#lgcookieslaw_banner.lgcookieslaw-banner-top {
    top: 0;
}
#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
    bottom: 0;
}
#lgcookieslaw_banner.lgcookieslaw-banner-floating {
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#lgcookieslaw_banner.lgcookieslaw-banner-floating > .container {
    display: table-cell;
}
.lgcookieslaw-banner-close-button {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 5px;
    cursor: pointer;
    background-color: rgba(59, 59, 59, 0.7);
}
.lgcookieslaw-banner-close-button .lgcookieslaw-icon-close {
    background: url('../img/close.svg') no-repeat center;
    background-size: 100%;
    height: 25px;
    width: 30px;
    display: block;
    transition:  all .2s ease-in-out;
}
.lgcookieslaw-banner-close-button .lgcookieslaw-icon-close:hover {
    transform: scale(1.1);
}
.lgcookieslaw-banner-floating .lgcookieslaw-banner-message,
.lgcookieslaw-banner-floating .lgcookieslaw-button-container {
    width: 100%;
}
.lgcookieslaw-banner-floating .lgcookieslaw-banner-message {
    margin-right: 0;
    float: none;
    font-size: 15px;
}
.lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-floating .lgcookieslaw-banner-message {
    width: calc(100% - 30px);
}
.lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-floating .lgcookieslaw-banner-message .lgcookieslaw-link-container {
    width: calc(100% + 30px);
}
.lgcookieslaw-banner-floating .lgcookieslaw-button-container {
    margin-top: 15px;
}
.lgcookieslaw-banner-floating .lgcookieslaw-reject-button,
.lgcookieslaw-banner-floating .lgcookieslaw-accept-button {
    line-height: 10px;
    height: 40px !important;
}
.lgcookieslaw-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}
.lgcookieslaw-fancybox .fancybox-overlay {
    transition: 1s;
}
.table-responsive {
    border: 0 !important;
}
.page-my-account #content .links a.lgcookieslaw-account-button img {
    display: block;
    margin: auto;
    padding: 15px 0;
    height: 55px;
}
#my-account ul.myaccount-link-list li.lgcookieslaw-account-button a img {
    padding: 10px;
    float: left;
}
.lgcookieslaw-fixed-button {
    position: fixed;
    z-index: 5000;
    padding: 0;
    transition: transform 0.2s ease 0s !important;
    height: 50px;
    width: 50px;
    bottom: 10px;
    cursor: pointer;
    background-color: #444;
    display: none;
    justify-content: center;
    align-items: center;
}
.lgcookieslaw-fixed-button:hover {
    transform: translate(0px, 0px) scale(1.1) !important;
}
.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-left {
    left: 10px;
}
.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-right {
    right: 10px;
}
.lgcookieslaw-fancybox.fancybox-opened {
    z-index: 999999 !important;
}

@media only screen and (max-width: 991px) {
    .lgcookieslaw-banner-floating {
        width: 55% !important;
    }
    .lgcookieslaw-button-container .lgcookieslaw-reject-button,
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        width: 100%;
    }
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        order: 0;
        margin-bottom: 5px;
    }
    .lgcookieslaw-button-container .lgcookieslaw-reject-button {
        order: 1;
    }
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
        display: flex;
        flex-direction: column;
        /* padding-bottom: 15px; */
    }
}

@media only screen and (max-width: 767px) {
    .lgcookieslaw-banner-message {
        display: block;
        float: left;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lgcookieslaw-button-container {
        display: block;
        float: left;
    }
    .lgcookieslaw-button-container,
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container,
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message,
    .lgcookieslaw-banner-message {
        width: 100%;
    }
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-top .lgcookieslaw-banner-message,
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-bottom .lgcookieslaw-banner-message {
        width: calc(100% - 30px);
    }
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-top .lgcookieslaw-banner-message .lgcookieslaw-link-container,
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-bottom .lgcookieslaw-banner-message .lgcookieslaw-link-container {
        width: calc(100% + 30px);
    }
    #lgcookieslaw_banner {
        padding: 0;
    }
    .lgcookieslaw-banner .container {
        padding: 15px !important;
        width: 100%;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-left {
        width: 100%;
        float: right;
        text-align: center;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-right {
        width: 100%;
        float: left;
        text-align: center;
    }
    .lgcookieslaw-section-name {
        width: 50%;
        float: left;
    }
    .lgcookieslaw-section-name .lgcookieslaw-badge {
        top: 0;
        right: 0;
    }
    .lgcookieslaw-section-checkbox {
        width: 50%;
    }
    .lgcookieslaw-banner-floating {
        width: 95% !important;
    }
    .lgcookieslaw-banner-floating .lgcookieslaw-button-container {
        margin-top: 0;
    }
    .lgcookieslaw-button-container .lgcookieslaw-reject-button,
    .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 599px) {
    .lgcookieslaw-modal-footer {
        flex-wrap: wrap;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-left {
        order:  1;
        margin-top: 5px;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-right {
        order: 0;
        flex-wrap: wrap;
    }
    .lgcookieslaw-modal .lgcookieslaw-accept-button {
        order: 0;
        flex: 1 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .lgcookieslaw-modal .lgcookieslaw-partial-accept-button {
        order: 1;
        flex: 1 50%;
        margin-right: 0;
    }
    .lgcookieslaw-modal .lgcookieslaw-reject-button {
        order: 2;
        flex: 1 calc(50% - 5px);
        margin-right: 0;
        margin-left: 5px;
    }
    .lgcookieslaw-modal .lgcookieslaw-cancel-button {
        flex: 1 100%;
    }
}

@media only screen and (max-width: 449px) {
    .lgcookieslaw-section-name {
        width: 100%;
        text-align: center;
    }
    .lgcookieslaw-section-checkbox {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
        padding-right: 0;
    }
    .lgcookieslaw-modal .lgcookieslaw-partial-accept-button {
        flex: 1 100%;
    }
    .lgcookieslaw-modal .lgcookieslaw-reject-button {
        order: 2;
        flex: 1 100%;
        margin-top: 5px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .lgcookieslaw-banner .container {
        vertical-align: middle;
        max-width: 100%;
        margin: auto;
    }
    .lgcookieslaw-banner-floating .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .lgcookieslaw-banner.lgcookieslaw-reject-button-enabled .container {
        padding: 0 5% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .lgcookieslaw-banner-floating {
        width: 45% !important;
    }
}

/* modules/iqitmegamenu/views/css/front.css */
body{
      overflow-x: hidden;
}

.iqitmegamenu-wrapper {
  z-index: 97;
  clear: both; }
  .iqitmegamenu-wrapper.cbp-hor-width-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .container-iqit-menu{
    z-index: 10;
    position: relative;
  }

.cbp-hor-width-1 .container {
  padding-left: 0px;
  padding-right: 0px; }


.cbp-sticky.cbp-sticky-transparent {
  opacity: 0.85;
  transition: opacity 300ms ease-in-out; }
  .cbp-sticky.cbp-sticky-transparent:hover {
    opacity: 1; }

#iqitmegamenu-horizontal.cbp-sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 90;
  left: 0;
  -webkit-backface-visibility: hidden; }
  @media (max-width: 999px) {
    #iqitmegamenu-horizontal.cbp-sticky {
      position: static !important; } }
  #iqitmegamenu-horizontal.cbp-sticky .cbp-hrmenu-tab > a > .cbp-legend {
    display: none; }

.cbp-hrmenu {
  width: 100%; }
  .cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .cbp-hrmenu .col-xs-12 {
    float: left; }
  .cbp-hrmenu .cbp-tab-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .cbp-hrmenu .cbp-manufacturers {
    margin-top: -10px; }
    .cbp-hrmenu .cbp-manufacturers li {
      margin-top: 10px; }
      .cbp-hrmenu .cbp-manufacturers li:hover {
        opacity: 0.85; }
  .cbp-hrmenu .cbp-vertical-title {
    transition: all 300ms ease-in-out;
    padding: 0px 15px; }
    .cbp-hrmenu .cbp-vertical-title .icon {
      margin-right: 10px; }
  .cbp-hrmenu .cbp-categories-row {
    margin-top: -10px; }
    .cbp-hrmenu .cbp-categories-row > div {
      margin-top: 10px; }
      .cbp-hrmenu .menu_row {
        position: static;
      }
  .cbp-hrmenu .cbp-empty-column .cbp-menu-column-inner > .menu_row:first-child {
    margin-top: -20px; }
  .cbp-hrmenu .cbp-tabs-container {
    margin: -10px -30px;
  }


  .cbp-hrmenu .cbp-absolute-column {
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: auto !important;
    z-index: 2; }
  .cbp-hrmenu .cbp-column-title {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    }
    .cbp-hrmenu .cbp-column-title .cbp-legend.cbp-legend-inner {
      top: -2px; }
    .cbp-hrmenu .cbp-column-title.cbp-column-title-inline {
      padding: 0px !important;
      border: none  !important;
      margin: 0px  !important;
      margin-right: 10px  !important;
      display: inline-block;
      vertical-align: middle; }
  .cbp-hrmenu .cbp-menu-column {
    margin-top: 20px; }
  .cbp-hrmenu .cbp-mainlink-iicon, .cbp-hrmenu .cbp-mainlink-icon {
    width: auto;
    display: inline;
    vertical-align: middle;
    margin-right: 4px; }
  .cbp-hrmenu .cbp-onlyicon .cbp-mainlink-iicon, .cbp-hrmenu .cbp-onlyicon .cbp-mainlink-icon {
    margin-right: 0px; }
  .cbp-hrmenu .cbp-legend {
    display: inline-block;
    top: -15px;
    right: 5px;
    background-color: #999999;
    color: #ffffff;
    position: absolute;
    font-weight: normal;
    font-size: .8rem;
    line-height: 1rem;
    padding: 4px 6px;
    text-transform: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
    .cbp-hrmenu .cbp-legend.cbp-legend-inner {
      position: relative;
      top: 0px;
      margin-left: 5px;
      right: 0px;
      padding: 2px 4px;
      vertical-align: middle; }
  .cbp-hrmenu .cbp-tab-content {
    border-left: 1px solid #cecece;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px;
    vertical-align: top; }
  .cbp-hrmenu .cbp-products-big * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .cbp-hrmenu .cbp-products-big .quick-view {
    font-size: 0px; }
  .cbp-hrmenu .cbp-products-big .online-label, .cbp-hrmenu .cbp-products-big .new-label, .cbp-hrmenu .cbp-products-big .sale-label {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .cbp-hrmenu .cbp-products-big li.ajax_block_product {
    text-align: center;
    margin-bottom: 10px; }
    .cbp-hrmenu .cbp-products-big li.ajax_block_product:hover {
      padding-top: 0px;
      padding-bottom: 0px; }
      .cbp-hrmenu .cbp-products-big li.ajax_block_product:hover .functional-buttons-grid {
        visibility: visible;
        opacity: 0.9;
        margin-bottom: 0px; }
         .cbp-hrmenu .price.product-price{
          font-size: 14px;
          line-height: 14px;
         }
         .cbp-hrmenu .old-price.product-price{
          font-size: 13px;
         }
  .cbp-hrmenu .cbp-products-list .product-name, .cbp-hrmenu .cbp-products-list .product-name-container {
    height: auto;
    line-height: inherit; }
  .cbp-hrmenu .cbp-products-list > li {
    padding-top: 9px;
    padding-bottom: 9px; }
  .cbp-hrmenu .cbp-products-list .product-image-container {
    float: left;
    margin-right: 10px;
    max-width: 60px;
    min-width: 30px; }
    .cbp-hrmenu .cbp-hrsub-tabs-names li {
      position: relative;
      border-bottom: 1px solid #cecece; }
      .cbp-hrmenu .cbp-hrsub-tabs-names li .cbp-inner-border-hider {
        position: absolute;
        top: 0px;
        background: white;
        display: block;
        height: 100%;
        z-index: 1;
        display: none; }
      .cbp-hrmenu .cbp-hrsub-tabs-names li.active .cbp-inner-border-hider {
        display: block; }
      .cbp-hrmenu .cbp-hrsub-tabs-names li a {
        position: relative;
        display: block;
        transition: none;
        padding: 14px 16px; }
  .cbp-hrmenu.cbp-submenu-notarrowed .cbp-submenu-aindicator {
    display: none; }
  .cbp-hrmenu .cbp-submenu-aindicator {
    margin-left: 3px; }
  .cbp-hrmenu .cbp-submenu-it-indicator {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    margin: auto;
    height: 15px; }
  .cbp-hrmenu.cbp-menu-centered > ul {
    text-align: center; }
    .cbp-hrmenu.cbp-menu-centered > ul > li {
      text-align: left;
      float: none; }
  .cbp-hrmenu .cbp-links li {
    margin: 3px 0;
    padding-left: 2px;
    position: relative; }
    .cbp-hrmenu .cbp-links li:last-child {
      margin-bottom: 0px; }
    .cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2 > div > a:after, .cbp-hrmenu .cbp-links li .cbp-hrsub-haslevel3 > div > a:after {
      content: "\f0da";
      display: inline;
      font-family: "FontAwesome";
      padding-left: 4px;
      opacity: 0.2;
      position: relative;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .cbp-hrmenu .cbp-links li a {
      padding-left: 10px;
      display: inline-block; }
      .cbp-hrmenu .cbp-links li a:before {
        content: "\f105";
        display: inline;
        font-family: "FontAwesome";
        position: absolute;
        left: 0px;
        -webkit-transition: left 0.3s ease, right 0.3s ease;
        -moz-transition: left 0.3s ease, right 0.3s ease;
        -o-transition: left 0.3s ease, right 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease; }
      .cbp-hrmenu .cbp-links li a:hover:before {
        left: 3px; }
  .cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
    display: inline-block;
    margin: 0px;
    margin-right: 12px;
    padding: 0px; }
  .cbp-hrmenu .cbp-links.cbp-valinks-vertical.cbp-valinks-vertical2 {
    display: inline-block;
    vertical-align: middle; }

.cbp-category-thumb{
	display: block;
	margin-bottom: 10px;
}

.cbp-horizontal > ul{
  font-size: 0;
}

/* vertical style  */
.cbp-hrmenu.cbp-vertical > ul > li {
  float: none;
  display: block; }

.cbp-vertical-on-top {
  float: left;
  position: relative; }
.cbp-vertical-on-top .cbp-vertical-title {
  cursor: pointer;
  z-index: 2;
  position: relative;
}
  .cbp-vertical-on-top > .cbp-vertical > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
  }
  .cbp-vertical-on-top.cbp-vert-expanded > .cbp-vertical > ul {
    visibility: visible;
    opacity: 1; }
  .cbp-vertical-on-top nav#cbp-hrmenu1 {
    margin-bottom: 0px; }

#index .cbp-homepage-expanded > .cbp-vertical > ul {
  visibility: visible;
  opacity: 1; }

#index .cbp-sticky .cbp-homepage-expanded > .cbp-vertical > ul {
  visibility: hidden;
  opacity: 0; }

#index .cbp-sticky .cbp-vert-expanded > .cbp-vertical > ul {
  visibility: visible;
  opacity: 1; }

.cbp-hrmenu.cbp-vertical {
  width: 100%;
  margin-bottom: 20px; }
  .cbp-hrmenu.cbp-vertical .cbp-submenu-aindicator {
    position: absolute;
    right: 8px;
    margin-top: 1px; }
  .cbp-hrmenu.cbp-vertical .cbp-legend-vertical {
    top: -8px;
    right: 14px; }

.cbp-hrmenu.cbp-vertical > ul {
  width: 100%;
  max-width: 100%;
  padding: 0px; }

.cbp-hrmenu.cbp-vertical > ul > li > a, .cbp-hrmenu.cbp-vertical > ul > li .span.cbp-main-link {
  padding-left: 15px;
  padding-right: 15px;
  display: block; }
.cbp-hrmenu.cbp-vertical > ul > li:first-child > a, .cbp-hrmenu.cbp-vertical > ul > li:first-child .span.cbp-main-link {
  border-top: none; }

.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 100; }

.cbp-hrmenu.cbp-vertical .cbp-hropen .cbp-hrsub-wrapper {
  visibility: visible;
  opacity: 1.0; }

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
  margin: 0 auto;
}

.cbp-hrmenu .cbp-hrsub-inner {
  padding: 10px 30px;
}

.cbp-hrmenu > ul > li {
  display: inline-block;
  float: left; }

.cbp-hrmenu > ul > li > a, .cbp-hrmenu > ul > li > span.cbp-main-link {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  z-index: 2;
}
.cbp-hrmenu > ul > li:first-child > a, .cbp-hrmenu > ul > li:first-child > span.cbp-main-link {
  border-left: none !important; }

/* sub-menu */


.cbp-hrmenu .cbp-hrsub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: none;
  padding-bottom: 20px;
  padding: 0px !important;
  font-size: 1rem;
}

.cbp-hropen .cbp-hrsub {
  visibility: visible;
  opacity: 1.0;
  z-index: 100; }

.cbp-hrmenu .cbp-hrsub-inner {
  background: #fff;
  border: 1px solid #EAEAEA; }
.cbp-hrmenu .cbp-hrsub-inner > .row:last-child, .cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child {
      margin-bottom: 20px; }

.cbp-hrsub-wide .cbp-hrsub-inner .container > .row:last-child {
  margin-bottom: 20px; }

.cbp-hrmenu .cbp-notfit {
  right: 0px; }

.cbp-hrmenu .cbp-show {
  display: block; }
.cbp-category-link-w{
  position: relative;

}
.cbp-category-tree{
    display: inline-block;
}
.cbp-hrmenu ul.cbp-hrsub-level2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  margin-top: -20px;
  padding: 8px 10px;
  z-index: 3;
  width: auto;
  background: #fff;
  border: 1px solid #EAEAEA;
  white-space: nowrap; }
.cbp-hrmenu ul.cbp-hrsub-level3{
  left: 101%;
}


.cbp-hrmenu .pull-right {
  float: right !important;
}


.cbp-hrsub-haslevel3 > .cbp-category-link-w > ul {
        visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100px;
    margin-top: -20px;
    padding: 8px 10px;
    z-index: 3;
    width: auto;
transition: visibility 180ms ease-in-out,opacity 180ms ease-in-out;
    white-space: nowrap;
left: 101%;
}
.cbp-hrsub-haslevel3:hover > .cbp-category-link-w  > ul {
    visibility: visible;
    opacity: 1.0;
}

.cbp-hrsub-haslevel3:hover .cbp-hrsub-level2{
  visibility: visible;
  opacity: 1.0;
}
 .cbp-hrsub-haslevel2:hover > div > ul.cbp-hrsub-level2 {
  visibility: visible;
  opacity: 1.0; }

.cbp-hrmenu .cbp-tab-pane {
  display: none; }
.cbp-hrmenu .cbp-tab-pane.active {
  height: 100%;
 }
.cbp-hrmenu .cbp-tab-pane > .clearfix > .row {
  margin: 0px;
}
  .cbp-hrmenu .cbp-tab-pane > div > .row:last-child {
    margin-bottom: 20px; }

.cbp-hrmenu .cbp-hropen .cbp-tab-pane.active {
  visibility: visible;
  opacity: 1.0; }

.cbp-hrmenu .cbp-hropen .cbp-tab-pane.active {
  display: block; }

/* wide submenu wrapper  */
.cbp-hor-width-0 .cbp-hrsub-wide .cbp-hrsub {
  width: 100%;
  left: 0; }

/* wide submenu submenucontent  */
.cbp-hrsub-wide.cbp-hrsub-widec .cbp-hrsub-inner {
  width: 100%;
  max-width: 100%; }

/* narrow submenu wrapper  */
.cbp-hrsub-narrow {
  position: relative; }

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
  content: "";
  display: table; }

.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both; }

.cbp-hrsub h4 {
  color: #afdefa;
  padding: 2em 0 0.6em;
  margin: 0;
  font-size: 160%;
  font-weight: 300; }



.cbp-hrmenu .col-xs-1, .cbp-hrmenu .col-xs-2, .cbp-hrmenu .col-xs-3, .cbp-hrmenu .col-xs-4, .cbp-hrmenu .col-xs-5, .cbp-hrmenu .col-xs-6, .cbp-hrmenu .col-xs-7, .cbp-hrmenu .col-xs-8, .cbp-hrmenu .col-xs-9, .cbp-hrmenu .col-xs-10, .cbp-hrmenu .col-xs-11, .cbp-hrmenu .col-xs-12, .cbp-hrmenu .col-sm-1, .cbp-hrmenu .col-sm-2, .cbp-hrmenu .col-sm-3, .cbp-hrmenu .col-sm-4, 
.cbp-hrmenu .col-sm-5, .cbp-hrmenu .col-sm-6, .cbp-hrmenu .col-sm-7, .cbp-hrmenu .col-sm-8, .cbp-hrmenu .col-sm-9, .cbp-hrmenu .col-sm-10, .cbp-hrmenu .col-sm-11, .cbp-hrmenu .col-sm-12, .cbp-hrmenu .col-md-1, .cbp-hrmenu .col-md-2, .cbp-hrmenu .col-md-3, .cbp-hrmenu .col-md-4, .cbp-hrmenu .col-md-5, .cbp-hrmenu .col-md-6, .cbp-hrmenu .col-md-7, .cbp-hrmenu .col-md-8, 
.cbp-hrmenu .col-md-9, .cbp-hrmenu .col-md-10, .cbp-hrmenu .col-md-11, .cbp-hrmenu .col-md-12, .cbp-hrmenu .col-lg-1, .cbp-hrmenu .col-lg-2, .cbp-hrmenu .col-lg-3, .cbp-hrmenu .col-lg-4, .cbp-hrmenu .col-lg-5, .cbp-hrmenu .col-lg-6, .cbp-hrmenu .col-lg-7, .cbp-hrmenu .col-lg-8, .cbp-hrmenu .col-lg-9, .cbp-hrmenu .col-lg-10, .cbp-hrmenu .col-lg-11, .cbp-hrmenu .col-lg-12
{
  padding-left: 10px;
  padding-right: 10px;
}

#iqitmegamenu-horizontal.cbp-nosticky .container{
max-width: 100%;
}

.cbp-hor-width-0 #iqitmegamenu-horizontal{
margin: 0 -500%;
padding: 0 500%;

}

.cbp-hor-width-0 #iqitmegamenu-horizontal  .container{
padding-left: 10px;
padding-right: 10px;
}

.cbp-hor-width-0 #iqitmegamenu-horizontal.cbp-sticky{
  margin: 0px;
  padding: 0px;
}


.product-grid-menu{
  text-align: center;
}
.container-iqitmegamenu{
  padding: 0;
}

.product-miniature-container .regular-price {
    text-decoration: line-through;
}

@media (max-width: 767px){
#cbp-hrmenu1{
  display: none !important;
}
}

/* modules/lgcookieslaw/views/css/plugins/tooltipster/tooltipster.bundle.min.css */
.tooltipster-fall,.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
    -moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-base {
    display:flex;
    pointer-events:none;
    position:absolute
}
.tooltipster-box {
    flex:1 1 auto
}
.tooltipster-content {
    box-sizing:border-box;
    max-height:100%;
    max-width:100%;
    overflow:auto
}
.tooltipster-ruler {
    bottom:0;
    left:0;
    overflow:hidden;
    position:fixed;
    right:0;
    top:0;
    visibility:hidden
}
.tooltipster-fade {
    opacity:0;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    -ms-transition-property:opacity;
    transition-property:opacity
}
.tooltipster-fade.tooltipster-show {
    opacity:1
}
.tooltipster-grow {
    -webkit-transform:scale(0,0);
    -moz-transform:scale(0,0);
    -o-transform:scale(0,0);
    -ms-transform:scale(0,0);
    transform:scale(0,0);
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;
    -webkit-backface-visibility:hidden
}
.tooltipster-grow.tooltipster-show {
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
    -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-swing {
    opacity:0;
    -webkit-transform:rotateZ(4deg);
    -moz-transform:rotateZ(4deg);
    -o-transform:rotateZ(4deg);
    -ms-transform:rotateZ(4deg);
    transform:rotateZ(4deg);
    -webkit-transition-property:-webkit-transform,opacity;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform
}
.tooltipster-swing.tooltipster-show {
    opacity:1;
    -webkit-transform:rotateZ(0);
    -moz-transform:rotateZ(0);
    -o-transform:rotateZ(0);
    -ms-transform:rotateZ(0);
    transform:rotateZ(0);
    -webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);
    -webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
    -moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
    -ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
    -o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
    transition-timing-function:cubic-bezier(.23,.635,.495,2.4)
}
.tooltipster-fall {
    -webkit-transition-property:top;
    -moz-transition-property:top;
    -o-transition-property:top;
    -ms-transition-property:top;
    transition-property:top;
    -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-fall.tooltipster-initial {
    top:0!important
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property:all;
    -moz-transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    transition-property:all;
    top:0!important;
    opacity:0
}
.tooltipster-slide {
    -webkit-transition-property:left;
    -moz-transition-property:left;
    -o-transition-property:left;
    -ms-transition-property:left;
    transition-property:left;
    -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
    -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    -moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function:cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-slide.tooltipster-initial {
    left:-40px!important
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property:all;
    -moz-transition-property:all;
    -o-transition-property:all;
    -ms-transition-property:all;
    transition-property:all;
    left:0!important;
    opacity:0
}
@keyframes tooltipster-fading {
    0% {
        opacity:0
    }
    100% {
        opacity:1
    }
}
.tooltipster-update-fade {
    animation:tooltipster-fading .4s
}
@keyframes tooltipster-rotating {
    25% {
        transform:rotate(-2deg)
    }
    75% {
        transform:rotate(2deg)
    }
    100% {
        transform:rotate(0)
    }
}
.tooltipster-update-rotate {
    animation:tooltipster-rotating .6s
}
@keyframes tooltipster-scaling {
    50% {
        transform:scale(1.1)
    }
    100% {
        transform:scale(1)
    }
}
.tooltipster-update-scale {
    animation:tooltipster-scaling .6s
}
.tooltipster-sidetip .tooltipster-box {
    background:#565656;
    border:2px solid #000;
    border-radius:4px
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top:8px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right:8px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left:8px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom:8px
}
.tooltipster-sidetip .tooltipster-content {
    color:#fff;
    line-height:18px;
    padding:6px 14px
}
.tooltipster-sidetip .tooltipster-arrow {
    overflow:hidden;
    position:absolute
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height:10px;
    margin-left:-10px;
    top:0;
    width:20px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height:20px;
    margin-top:-10px;
    right:0;
    top:0;
    width:10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height:20px;
    margin-top:-10px;
    left:0;
    top:0;
    width:10px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom:0;
    height:10px;
    margin-left:-10px;
    width:20px
}
.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border {
    height:0;
    position:absolute;
    width:0
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border:10px solid transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color:#565656;
    left:0;
    top:3px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color:#565656;
    left:-3px;
    top:0
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color:#565656;
    left:3px;
    top:0
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color:#565656;
    left:0;
    top:-3px
}
.tooltipster-sidetip .tooltipster-arrow-border {
    border:10px solid transparent;
    left:0;
    top:0
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color:#000
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color:#000
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color:#000
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color:#000
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position:relative
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left:-10px
}

/* modules/lgcookieslaw/views/css/plugins/tooltipster/tooltipster.borderless.min.css */
.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border:none;
    background:#444444;
    background:rgba(68,68,68,1)
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top:5px
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right:5px
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left:5px
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom:5px
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height:5px;
    margin-left:-5px;
    width:10px
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height:10px;
    margin-left:0;
    margin-top:-5px;
    width:5px
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display:none
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border:5px solid transparent
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color:#444444;
    border-bottom-color:rgba(68,68,68,1)
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color:#444444;
    border-left-color:rgba(68,68,68,1)
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color:#444444;
    border-right-color:rgba(68,68,68,1)
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color:#444444;
    border-top-color:rgba(68,68,68,1)
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-5px
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left:-5px
}

/* modules/iqitmegamenu/views/css/iqitmegamenu_s_1.css */
/* IqitMegaMenu */ .cbp-hrmenu li#cbp-hrmenu-tab-22 .menu-element-id-14 > .cbp-menu-column-inner {
    margin-top: -10px;
    padding-top: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-22 .menu-element-id-14 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-17 .menu-element-id-7 > .cbp-menu-column-inner {
    margin-top: -10px;
    padding-top: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-17 .menu-element-id-7 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-7 .menu-element-id-2 > .cbp-menu-column-inner {
    border-right-style: groove;
    border-right-width: 1px;
    border-right-color: #3b3b3b;
}
.cbp-hrmenu li#cbp-hrmenu-tab-7 .menu-element-id-2 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu > ul > li#cbp-hrmenu-tab-90 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-90 > span.cbp-main-link  {
    color: #000000;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-5 > .cbp-menu-column-inner {
    margin-top: -10px;
    padding-top: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-5 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-9 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-9 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-17 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-17 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-12 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-12 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-11 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-11 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-18 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-18 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-10 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-10 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-14 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-14 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-19 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-19 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-22 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-22 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-13 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-13 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-20 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-20 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-21 > .cbp-menu-column-inner {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cbp-hrmenu li#cbp-hrmenu-tab-90 .menu-element-id-21 > .cbp-menu-column-inner ul.cbp-hrsub-level2  {
}
.cbp-hrmenu > ul > li#cbp-hrmenu-tab-96 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-96 > span.cbp-main-link  {
    color: #45a200;
}
.cbp-hrmenu > ul > li#cbp-hrmenu-tab-11 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-11 > span.cbp-main-link  {
    background-color: #ec7c26;
    color: #ffffff;
}
.cbp-hrmenu > ul > li#cbp-hrmenu-tab-91 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-91 > span.cbp-main-link  {
    background-color: #fff1ef;
}

/* modules/codfee/views/css/codfee_1.6.css */
/**
* Cash On Delivery With Fee
*
* NOTICE OF LICENSE
*
* This product is licensed for one customer to use on one installation (test stores and multishop included).
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
* whole or in part. Any other use of this module constitues a violation of the user agreement.
*
* DISCLAIMER
*
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
*
*  @author    idnovate
*  @version   2.0.0
*  @copyright 2016 idnovate
*  @license   See above
*/
#module-codfee-codfee_payment #left_column {display:none}
#module-codfee-payment #left_column {display:none}
.codfee_show_product {
    border: solid 1px #d6d4d4;
    padding: 10px;
    margin-bottom: 20px;
    background: #fbfbfb;
    clear: both;
}
.codfee_show_product17 {
    padding: 10px!important;
    display: inline-block;
    width: 100%;
}
.codfee_show_product img{
    float: left;
    max-width: 40px;
    margin-right: 6px;
}
.codfee_show_product17 img{
    float: none;
    max-width: 60px;
    margin-right: 6px;
}
.codfee_show_product_text {
    font-weight: bold;
}
.codfee_show_product_text17 {
    float: left;
}
.codfee_show_product_text:after {
    clear: both;
    float: none;
    content: '';
    display: block;
}
.payment-option label {text-align: left;}

/* modules/iqitextendedproduct/views/css/front.css */
.iqitvideos-block>.iqitvideo {
    max-width:100%
}
.iqitvideos-block>.iqitvideo>.iframe {
    width:100%;
    border:none
}
.iqitvideos-block>.iqitvideo>.video-hosted {
    min-width:100%;
    min-height:100%
}
#iqit-threesixty {
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    overflow:hidden
}
#iqit-threesixty img {
    max-width:100%;
    height:auto
}
#iqit-threesixty .threesixty--grabbing {
    cursor:grabbing;
    cursor:-webkit-grabbing
}
.tridi-loading {
    min-height:100px
}
@-webkit-keyframes spintri {
    from {
        -webkit-transform:rotate(0deg)
    }
    to {
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spintri {
    from {
        transform:rotate(0deg)
    }
    to {
        transform:rotate(360deg)
    }
}
.tridi-spinner:after {
    content:'';
    display:block;
    position:absolute;
    left:48%;
    top:40%;
    width:40px;
    height:40px;
    border-style:solid;
    border-color:rgba(161,161,161,0.25);
    border-top-color:transparent;
    border-width:4px;
    border-radius:50%;
    -webkit-animation:spintri .8s linear infinite;
    animation:spintri .8s linear infinite
}
.tridi-viewer,.tridi-viewer * {
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
    outline:none
}
.tridi-viewer {
    overflow:hidden;
    position:relative;
    display:flex;
    align-items:center
}
.tridi-viewer .icon-tidi-load {
    display:none
}
.tridi-viewer-image {
    width:100%;
    margin:auto;
    animation:fadeIn 0.5s ease forwards
}
.tridi-stash {
    display:none
}
.video-thumb-container {
    width:100px
}
.video-thumb-container>.iframe {
    width:100%;
    border:none
}
/*# sourceMappingURL=front.css.map*/

/* modules/lgcookieslaw/views/css/lgcookieslaw_1_1.css */

#lgcookieslaw_fixed_button,
.lgcookieslaw-banner {
    background-color: rgba(59,59,59,0.9);
    color: #FFFFFF !important;
    -webkit-box-shadow: 0px 1px 5px 0px #707070;
    -moz-box-shadow: 0px 1px 5px 0px #707070;
    box-shadow: 0px 1px 5px 0px #707070;
}
#lgcookieslaw_fixed_button svg {
    fill: #ffffff;
}
#lgcookieslaw_banner .lgcookieslaw-banner-message p {
    color: #FFFFFF !important;
}
#lgcookieslaw_banner .lgcookieslaw-banner-message a {
    color: #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF;
}
.lgcookieslaw-modal-header {
    border-top: 4px solid #000000 !important;
}
.lgcookieslaw-slider-checked {
    box-shadow: 0 0 1px #000000 !important;
}
.lgcookieslaw-button-container .lgcookieslaw-accept-button,
.lgcookieslaw-modal .lgcookieslaw-accept-button,
.lgcookieslaw-modal .lgcookieslaw-badge,
.lgcookieslaw-slider.lgcookieslaw-slider-checked {
    color: #FFFFFF !important;
    background: #000000 !important;
    border-color: #000000 !important;
}
.lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-modal .lgcookieslaw-reject-button {
    color: #FFFFFF !important;
    background: #000000 !important;
    border-color: #000000 !important;
}

/* modules/iqitsizecharts/views/css/front.css */
.iqitsizeguide-avaiable-sizes{
    transform: translateY(50%);
    opacity: 0;
    transition: opacity .2s cubic-bezier(.7,0,.3,1),transform .2s cubic-bezier(.7,0,.3,1);
}
.product-miniature:hover .iqitsizeguide-avaiable-sizes{
    transform: translateY(0);
    opacity: 1;
}

.iqitsizeguide-avaiable-sizes span{
    padding: 0 0.2rem;
    display: inline-block;
}
.iqitsizeguide-avaiable-sizes .unavailable-size{
    text-decoration: line-through;
    opacity: 0.3;
}

#iqitsizecharts-modal .modal-dialog{
    max-width: 960px;
}

/* modules/iqitwishlist/views/css/front.css */
#iqitwishlist-modal {
  text-align: center; }
  #iqitwishlist-modal .forgot-password {
    margin-bottom: 1rem; }

#iqitwishlist-user-products .iqitwishlist-product ._name {
  padding: 0; }

.btn-iqitwishlist-add .added {
  display: none; }

.btn-iqitwishlist-add.iqitwishlist-added .added {
  display: inline-block; }

.btn-iqitwishlist-add.iqitwishlist-added .not-added {
  display: none; }

/*# sourceMappingURL=front.css.map*/

/* modules/advancedvatmanager/views/css/front.css */
/**
 * 2017-2024 liewebs - prestashop module developers and website designers.
 *
 * NOTICE OF LICENSE
 *  @author    liewebs <info@liewebs.com>
 *  @copyright 2017-2024 www.liewebs.com - Liewebs
 *  @license See "License registration" section
 * 	@module Advanced VAT Manager
 */

/* Fix address form labels position when call with AJAX */
form .form-control-label {
    text-align: left;
}