/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* ipad styles */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  and (orientation : landscape) {
		
		.box-arrivals a {padding:0;}
		a.box-arrivals-titles{padding:0 20px;}

		.navigation, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
		    padding-left: 20px !important;
		    padding-right: 20px !important;
		}
		.catalog-product-view .breadcrumbs{padding-left: 20px !important; padding-right: 20px !important;}
		.navpro.navpro .level0 > .level-top{padding: 16px 5px 16px 5px !important;}
		.aw-arp-container__items{padding-inline-end: 40px;}
		
}





/* -------------------------------------------------------------------------------------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

		.box-arrivals a {padding:0;}
		a.box-arrivals-titles{padding:0 20px;}

		.navigation, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
		    padding-left: 20px !important;
		    padding-right: 20px !important;
		}
		.catalog-product-view .breadcrumbs{padding-left: 20px !important; padding-right: 20px !important;}
		header.page-header .block.block-search{padding-left:0;}
		header.page-header .minicart-wrapper{margin-right:0;margin-left:0;}
		.page-layout-2columns-left .column.main{padding-left:0 !important;}
		.filter .block-subtitle{padding: 19px 0 20px !important;}
		.filter-options-title{padding: 18px 30px 5px 0px !important;}
		.product-info-below-main .product.attribute.overview{padding-right: 20px;}
		.aw-arp-container__items{padding-inline-end: 40px;}
		.cart-summary{padding: 1px 10px 25px !important;}
}@charset "UTF-8";

/* Icons */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "slick";
	src: url("../../frontend/Candledelirium/desktop/en_US/Aheadworks_Autorelated/css/fonts/slick.eot");
	src: url("../../frontend/Candledelirium/desktop/en_US/Aheadworks_Autorelated/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../frontend/Candledelirium/desktop/en_US/Aheadworks_Autorelated/css/fonts/slick.woff") format("woff"), url("../../frontend/Candledelirium/desktop/en_US/Aheadworks_Autorelated/css/fonts/slick.ttf") format("truetype"), url("../../frontend/Candledelirium/desktop/en_US/Aheadworks_Autorelated/css/fonts/slick.svg#slick") format("svg");
}

/* Slick slider
-----------------------------------------------------------------------------*/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	 -khtml-user-select: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
	height: 100%;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* Slick theme */

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../../frontend/Candledelirium/desktop/en_US/Aheadworks_Autorelated/images/slick-ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	width: 20px;
	height: 20px;
	outline: none;
	border: none !important;
	box-shadow: none !important;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	color: #666;
	font-size: 20px;
	font-family: 'slick';
	line-height: 1;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0;
}
.slick-prev:before {
	content: "←";
}
.slick-next {
	right: 0;
}
.slick-next:before {
	content: "→";
}

/* Fixes for Blank theme
-----------------------------------------------------------------------------*/

.aw-arp-container .product-item {
	padding-left: 0 !important;
}

/* Fixes for Luma theme
-----------------------------------------------------------------------------*/

.aw-arp-container .product-item-info {
	width: auto;
}
.aw-arp-container .product-image-container {
}
.aw-arp-container .product-image-wrapper {
	height: auto;
}

/* Automatic Related Products styles
-----------------------------------------------------------------------------*/

.aw-arp-container {
    margin-bottom: 35px;
}
.aw-arp-container--grid {
}
.aw-arp-container--slider {
}
.aw-arp-container__title {
	font-weight: bold;
}
.aw-arp-container--grid .aw-arp-container__items {
    overflow: hidden;
	padding: 0;
    margin: 0 -10px -20px;
}
.aw-arp-container__item {
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	list-style: none;
	margin: 0;
}
.aw-arp-container--grid .aw-arp-container__item {
	float: left;
	margin-bottom: 20px;
}

/* Clean row start */
.aw-arp-container--grid[data-aw-arp-columns="1"] .aw-arp-container__item:nth-child(1n + 1),
.aw-arp-container--grid[data-aw-arp-columns="2"] .aw-arp-container__item:nth-child(2n + 1),
.aw-arp-container--grid[data-aw-arp-columns="3"] .aw-arp-container__item:nth-child(3n + 1),
.aw-arp-container--grid[data-aw-arp-columns="4"] .aw-arp-container__item:nth-child(4n + 1) {
	clear: left;
}

/* Columns width */
.aw-arp-container--grid[data-aw-arp-columns="1"] .aw-arp-container__item {
	width: 100%;
}
.aw-arp-container--grid[data-aw-arp-columns="2"] .aw-arp-container__item {
	width: 50%;
}
.aw-arp-container--grid[data-aw-arp-columns="3"] .aw-arp-container__item {
	width: 33.33333%;
}
.aw-arp-container--grid[data-aw-arp-columns="4"] .aw-arp-container__item {
	width: 25%;
}

h3.aw-arp-container__title {
	margin-top: 0;
}/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

/*=== animate ===*/
.newspopup-animated-form {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
        animation-duration: 1s;
  -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -moz-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -moz-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



/* Effect 8: 3D flip horizontal */
@-webkit-keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}


@keyframes flip3d_hor {
  0% {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-110deg);
    -moz-transform: rotateY(-110deg);
    -ms-transform: rotateY(-110deg);
    transform: rotateY(-110deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.flip3d_hor {
  -webkit-animation-name: flip3d_hor;
  -moz-animation-name: flip3d_hor;
          animation-name: flip3d_hor;
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*background animation*/
.prpop-addedoverlay {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration:0.25s;
        animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
        animation-fill-mode: both;
  -webkit-animation-name: background_a;
  -moz-animation-name: background_a;
        animation-name: background_a;
}
 
 
@-webkit-keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-moz-keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes background_a {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Newsletterpopup
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

@-webkit-keyframes show_newspopup_up_bg {
    0% {
        overflow-y: hidden;
    }
    100% {
        overflow-y: auto;
    }
}

@-moz-keyframes show_newspopup_up_bg {
    0% {
        overflow-y: hidden;
    }
    100% {
        overflow-y: auto;
    }
}

@keyframes show_newspopup_up_bg {
    0% {
        overflow-y: hidden;
    }
    100% {
        overflow-y: auto;
    }
}

.newspopup_up_bg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
}

.newspopup_ov_hidden {
    overflow: hidden;
}

.newspopup_up_bg input {
    opacity: 1;
}

.newspopup_up_bg div.mage-error {
    background: #BA0000;
    bottom: 0px;
    color: #FFF !important;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    min-height: 13px;
    padding: 10px !important;
    position: absolute !important;
    white-space: normal;
    left: -160px;
    width: 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newspopup_up_bg div.mage-error:after {
    position: absolute;
    right: -8px;
    bottom: 8px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #BA0000;
}

.newspopup_up_bg *:focus,
.newspopup_up_bg input:not([disabled]):focus,
.newspopup_up_bg textarea:not([disabled]):focus,
.newspopup_up_bg select:not([disabled]):focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.newspopup_up_bg .required-entry.mage-error {
    border: 1px solid #F00 !important;
}

.newspopup_up_bg .required-entry.mage-error:focus {
    -webkit-box-shadow: 0 0 3px 1px #FFB5B5;
    ;
    -moz-box-shadow: 0 0 3px 1px #FFB5B5;
    ;
    box-shadow: 0 0 3px 1px #FFB5B5;
    ;
}

.newspopup_up_bg .error,
.newspopup_up_bg .success {
    display: inline-block;
    padding: 6px 5px 6px 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 8px;
    font-size: 11px;
    text-align: left;
    font-weight: 700;
    width: 100%;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: 2px center;
    display: table-cell;
    vertical-align: middle;
    min-height: 41px;
    height: 41px;
}

.newspopup_up_bg .error {
    background-color: #F8B9B9;
    color: #630C0C;
    background-image: url("../../frontend/Candledelirium/desktop/en_US/Plumrocket_Newsletterpopup/images/popup_error.png");
}

.newspopup_up_bg .success {
    background-color: #8FF387;
    color: #0E5005;
    background-image: url("../../frontend/Candledelirium/desktop/en_US/Plumrocket_Newsletterpopup/images/popup_success.png");
}

.newspopup_up_bg .error a,
.newspopup_up_bg .success a {
    color: #141313;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.newspopup_up_bg .error a:hover,
.newspopup_up_bg .success a:hover {
    text-decoration: underline;
}

.newspopup_up_bg .newspopup-messages-holder {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}

.newspopup_up_bg .newspopup-messages-holder-tr {
    display: table-row;
}

.newspopup_up_bg .error a,
.newspopup_up_bg .success a {
    color: #141313;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.newspopup_up_bg .error a:hover,
.newspopup_up_bg .success a:hover {
    text-decoration: underline;
}

.newspopup_up_bg .error p,
.newspopup_up_bg .success p {
    margin-bottom: 0;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="radio"]+label {
    display: inline-block !important;
    margin-right: 10px;
    font-size: 12px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .pl-clearfix:before,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .pl-clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input[type="radio"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input[type="radio"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input[type="checkbox"]+label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input[type="checkbox"]+label {
    font-size: 12px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="text"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="email"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="password"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="date"],
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form input[type="number"] {
    -webkit-appearance: none;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item {
    text-align: left;
    margin-bottom: 5px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item input,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item label,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item label {
    display: inline-block !important;
    vertical-align: middle;
    margin: 2px 0 0 5px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .mailchimp_item+div:not(.mailchimp_item),
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item+div:not(.integration_item) {
    margin-top: 10px !important;
    position: relative;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form select[name="mailchimp_list"] {
    margin-bottom: 15px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul+h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li:before,
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li:after {
    content: "";
    display: block;
    clear: both;
}

.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .newspopup_button_wrapper {
    position: relative;
}

label.data-agreement,
input.data-agreement {
    vertical-align: middle;
    float: left;
}

label.data-agreement,
.prgdpr-consent-checkbox label {
    font-size: 12px;
    line-height: 16px;
    width: 90%;
    text-align: left;
}

div.agreement-hld #agreement-error {
    bottom: initial !important;
    top: -8px;
}

.modals-wrapper .modal-popup.nl_agreement-modal {
    z-index: 8000;
}

.newspopup-blur {
    -webkit-filter: blur(1.7px);
    -moz-filter: blur(1.7px);
    filter: blur(1.7px);
}

.newspopup-message-success {
    background-color: #ffffff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    -webkit-box-shadow: 0 0 30px 0 #292929;
    -moz-box-shadow: 0 0 30px 0 #292929;
    box-shadow: 0 0 30px 0 #292929;
    max-width: 380px;
    width: 100%;
    margin: 10% auto 5% -190px;
    left: 50%;
    position: fixed;
    top: 0px;
}

.newspopup-message-success * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.newspopup-message-success .newspopup-message-icon {
    background-image: url("../../frontend/Candledelirium/desktop/en_US/Plumrocket_Newsletterpopup/images/success_mes_icon.png");
    background-size: 92px 92px;
    width: 92px;
    height: 92px;
    display: inline-block;
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    -webkit-animation-fill-mode: both;
    -webkit-animation: newspopup-message-icon-anim 0.5s 1s;
    -moz-animation: newspopup-message-icon-anim 0.5s 1s;
    animation: newspopup-message-icon-anim 0.5s 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(3, 3);
    -moz-transform: scale(3, 3);
    transform: scale(3, 3);
    -ms-transform: scale(1, 1)\9;
    opacity: 1\9;
    background-repeat: no-repeat;
    background-position: center;
}

.newspopup_up_bg_form .g-recaptcha {
    transform: scale(0.75);
    transform-origin: 0% 50%;
}

#newspopup_up_bg_1 .newspopup-up-form.newspopup-theme .newspopup_up_bg_form ul li .g-recaptcha-key {
    text-align: center;
    display: inline-block;
}

.newspopup_up_bg_form .g-recaptcha-key a {
    display: block;
}

.newspopup_up_bg_form .integration_item_wrapper {
	padding: 10px 0;
}
.newspopup_up_bg_form .integration_item_wrapper h3{
    margin-top: 10px;
}
.newspopup_up_bg_form .integration_item_wrapper select{
	padding-left: 10px;
}

.newspopup_up_bg_form .integration_item {
	display: flex;
	align-items: center;
}
.newspopup-up-form.newspopup-theme .newspopup_up_bg_form .integration_item input{
  margin-top: 4px;
}

@-webkit-keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        -moz-transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }
}

@keyframes newspopup-message-icon-anim {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        transform: scale(0.75, 0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.newspopup-message-success .newspopup-message-content {
    margin: 20px 0;
}

.newspopup-message-success .newspopup-message-close {
    background-color: #71c341;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border: 0px;
    height: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.newspopup-message-success .newspopup-message-close:hover {
    background-color: #5FA337;
}

@media only screen and (max-width: 1200px) {
    .newspopup-blur {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
    }
}

@media only screen and (max-width: 410px) {
    .newspopup-message-success {
        max-width: initial;
        margin: 10% auto;
        left: 0;
    }
    .newspopup_up_bg_form .g-recaptcha{
        max-width: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .newspopup_up_bg_form .g-recaptcha {
        transform: scale(0.66);
    }
}
.navpro-row{display:flex;flex-direction:row;flex-wrap:wrap}@media (max-width:767px){.navpro-row{flex-direction:column;flex-wrap:nowrap}}.navpro-row.gutters,.navpro-row.gutters>.navpro-row{margin-left:-12px}@media (max-width:767px){.navpro-row.gutters,.navpro-row.gutters>.navpro-row{margin-left:0}}.navpro-row.gutters>.navpro-col,.navpro-row.gutters>.navpro-row>.navpro-col{margin-left:12px}@media (max-width:767px){.navpro-row.gutters>.navpro-col,.navpro-row.gutters>.navpro-row>.navpro-col{margin-left:0}}.navpro-row.around{justify-content:space-around}.navpro-row.between{justify-content:space-between}.navpro-row.auto .navpro-col{flex-grow:1}.navpro-col-12{width:100%}.navpro-offset-12{margin-left:100%}.navpro-col-11{width:91.66666667%}.navpro-offset-11{margin-left:91.66666667%}.navpro-col-10{width:83.33333333%}.navpro-offset-10{margin-left:83.33333333%}.navpro-col-9{width:75%}.navpro-offset-9{margin-left:75%}.navpro-col-8{width:66.66666667%}.navpro-offset-8{margin-left:66.66666667%}.navpro-col-7{width:58.33333333%}.navpro-offset-7{margin-left:58.33333333%}.navpro-col-6{width:50%}.navpro-offset-6{margin-left:50%}.navpro-col-5{width:41.66666667%}.navpro-offset-5{margin-left:41.66666667%}.navpro-col-4{width:33.33333333%}.navpro-offset-4{margin-left:33.33333333%}.navpro-col-3{width:25%}.navpro-offset-3{margin-left:25%}.navpro-col-2{width:16.66666667%}.navpro-offset-2{margin-left:16.66666667%}.navpro-col-1{width:8.33333333%}.navpro-offset-1{margin-left:8.33333333%}.navpro-col-0{width:0%}.navpro-offset-0{margin-left:0%}.navpro .gutters>.navpro-col-12{width:calc(100% - 12px)}.navpro .gutters>.navpro-offset-12{margin-left:calc(100% + 12px) !important}.navpro .gutters>.navpro-col-11{width:calc(91.66666667% - 12px)}.navpro .gutters>.navpro-offset-11{margin-left:calc(91.66666667% + 12px) !important}.navpro .gutters>.navpro-col-10{width:calc(83.33333333% - 12px)}.navpro .gutters>.navpro-offset-10{margin-left:calc(83.33333333% + 12px) !important}.navpro .gutters>.navpro-col-9{width:calc(75% - 12px)}.navpro .gutters>.navpro-offset-9{margin-left:calc(75% + 12px) !important}.navpro .gutters>.navpro-col-8{width:calc(66.66666667% - 12px)}.navpro .gutters>.navpro-offset-8{margin-left:calc(66.66666667% + 12px) !important}.navpro .gutters>.navpro-col-7{width:calc(58.33333333% - 12px)}.navpro .gutters>.navpro-offset-7{margin-left:calc(58.33333333% + 12px) !important}.navpro .gutters>.navpro-col-6{width:calc(50% - 12px)}.navpro .gutters>.navpro-offset-6{margin-left:calc(50% + 12px) !important}.navpro .gutters>.navpro-col-5{width:calc(41.66666667% - 12px)}.navpro .gutters>.navpro-offset-5{margin-left:calc(41.66666667% + 12px) !important}.navpro .gutters>.navpro-col-4{width:calc(33.33333333% - 12px)}.navpro .gutters>.navpro-offset-4{margin-left:calc(33.33333333% + 12px) !important}.navpro .gutters>.navpro-col-3{width:calc(25% - 12px)}.navpro .gutters>.navpro-offset-3{margin-left:calc(25% + 12px) !important}.navpro .gutters>.navpro-col-2{width:calc(16.66666667% - 12px)}.navpro .gutters>.navpro-offset-2{margin-left:calc(16.66666667% + 12px) !important}.navpro .gutters>.navpro-col-1{width:calc(8.33333333% - 12px)}.navpro .gutters>.navpro-offset-1{margin-left:calc(8.33333333% + 12px) !important}.navpro .gutters>.navpro-col-0{width:calc(0% - 12px)}.navpro .gutters>.navpro-offset-0{margin-left:calc(0% + 12px) !important}@media (max-width:767px){[class^='offset-'],[class*=' offset-']{margin-left:0}}.navpro .first{order:-1}.navpro .last{order:1}@media (max-width:767px){.navpro-row .navpro-col{margin-left:0;width:100%}.navpro-row.gutters .navpro-col{margin-left:0;width:100%}.navpro-row.gutters .navpro-col+.navpro-col{margin-top:16px}.navpro .first-sm{order:-1}.navpro .last-sm{order:1}}.navpro .gutters .navpro-col.push-left,.navpro .push-left{margin-right:auto}.navpro .gutters .navpro-col.push-right,.navpro .push-right{margin-left:auto}.navpro .gutters .navpro-col.push-center,.navpro .push-center{margin-left:auto;margin-right:auto}.navpro .gutters .navpro-col.push-middle,.navpro .push-middle{margin-top:auto;margin-bottom:auto}.navpro .push-bottom{margin-top:auto}@media (max-width:767px){.navpro .gutters .navpro-col.push-left-sm,.navpro .push-left-sm{margin-left:0}.navpro .gutters .navpro-col.push-center-sm,.navpro .push-center-sm{margin-left:auto;margin-right:auto}.navpro .push-top-sm{margin-top:0}}.navpro .align-middle{align-items:center}.navpro .align-right{justify-content:flex-end}.navpro .align-center{justify-content:center}@media (max-width:767px){.navpro .align-left-sm{justify-content:flex-start}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@charset "UTF-8";.slick-loading .slick-list{background:#fff url('../../frontend/Candledelirium/desktop/en_US/Swissup_SlickCarousel/css/ajax-loader.gif') center center no-repeat}@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMsAA0AAAAAB2wAAALWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCYhEICoQsgzILEAABNgIkAxYEIAWCbgdFG/gFyI7RS8+YFyRJE056E9HHfujeC4MCtpkISUVWBDpCRleVVV2FY7SEwtdV/5+30/fDArimgHQpoBHiDk7k6k1D19SPIjnjN822/42rsGy49gFOJKKABjxK0NeRTWjD9GoQLuE0r0Lg+6AsA3xMzysVbo3Qi3GgRLSLVhRaSi5DG9mDYgBsB7/Of4IqKG1dwCbBDAAOXLSOAjPhs23orrmjkr/NJRDIX4AZCC1owQQEjiMKJpCsAL06lVacmaFJtEi0/Tf4Pm36bx9usm+yAJGCkHYCSKEAmoPmFn/bCnxXmkaBDtCPdtzBu8L7RJTawiMo94wF/DoT0yW+Ln7TbWMXqUG5UYEeXLBXfkx6iLledkSxGyvkNe6EzdFNvdWg3gbrCuMq03TVGcUJww3QW3tN3rSbt/MVV5q1W6XcXQ2iYMFxo15/Rz0yURLR+Xx8dUehC+bzeHXgvN6d0WudhvR9fbsxLoIv1wG45qXXIx/yDi+WcYZeBpw5wKEmp8tAdH2DW31jwmBiQ517Y12UdvOr6IFIczE0Yo1Qbpdrqbot9I0Zkk+SDcf6FtxUFVLwPavchSH4Y1x0dCL6U/QjenJk9wDZjQMvKuNhH195hicj9ciBFQN1C53uzeZNd7WiMjw8id72thFYfUvc2v+QwAME4eWys2Eou9E3A3NpuYq0TOXvEqBTgeA3lzDob8WahhdckWJRflyEDlsQQCGCFQDodVNAtOkVUDrMQaDFrBQItGpzS0CbHk8EtGvzBYjS2iW6cUHpNwxarFEArbpdBm3G9S9v1+0DZEoSL1IieIp3RiLAIdFiZUsSLgP80FYOsE2qFFnmVRliRcNoUKEGYwCTiehPqdOirIY1qHEaXDBl4JCM2GhMQ0UNM8AKY01PXUtZ5mYftaAq8LFUhkzxRYcx6sWZsDrsqK6ilqCR6qUO60CULapDSEvXmYyM1Nyf3nmb7/gBAAA=) format('woff2'),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format('woff')}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}.slick-dotted .slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider:not(.slick-initialized){display:flex;align-items:flex-start;overflow:hidden}.slick-slider:not(.slick-initialized)>*{flex-shrink:0;flex-grow:0;padding:10px;box-sizing:border-box}.slick-slider .slick-slide{padding:10px;box-sizing:border-box}.slick-slider .slick-slide .slide{box-sizing:border-box}.slick-prev,.slick-next{z-index:10}.slick-prev,.slick-next,.slick-dots li button{box-shadow:none !important;border:none !important}.slick-prev:hover,.slick-next:hover,.slick-dots li button:hover,.slick-prev:focus,.slick-next:focus,.slick-dots li button:focus,.slick-prev:active,.slick-next:active,.slick-dots li button:active{border:none}.slick-prev:before,.slick-next:before{color:#aaa}.slick-prev{left:5px}.slick-next{right:5px}.slick-dots{box-sizing:border-box;left:50%;transform:translateX(-50%)}.columns .column.main{min-width:0}.page-layout-1column .block.widget .products-grid .slick-track{padding:10px 0 0 10px}.page-layout-1column .block.widget .products-grid .slick-slider .product-item,.page-layout-1column .block.widget .products-grid .slick-slider .product-item:nth-child(4n + 1){margin:0}.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}.tippy-popper[x-placement^=top] .tippy-tooltip.translucent-theme .tippy-arrow{border-top:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.translucent-theme .tippy-arrow{border-bottom:7px solid rgba(0,0,0,.7);border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.translucent-theme .tippy-arrow{border-left:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.translucent-theme .tippy-arrow{border-right:7px solid rgba(0,0,0,.7);border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-tooltip.translucent-theme,.tippy-tooltip.translucent-theme .tippy-backdrop{background-color:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme .tippy-roundarrow{fill:rgba(0,0,0,.7)}.tippy-tooltip.translucent-theme[data-animatefill]{background-color:transparent}.fieldset>.field>.label{text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('../../frontend/Candledelirium/desktop/en_US/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #00699d;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{*display:none;cursor:default;opacity:0.1;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:100%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:0;-webkit-transform:translate3d(-50%, 0, 0);-ms-transform:translate3d(-50%, 0, 0);-o-transform:translate3d(-50%, 0, 0);transform:translate3d(-50%, 0, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('../../frontend/Candledelirium/desktop/en_US/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}@media only screen and (max-width: 767px) {
    div[data-role="am-banners-lite"] {
        order: -2;
    }
}
/* styles-m */
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

nav ul, nav ol {
    list-style: none none;
}

img {
    border: 0;
}

img, object, video, embed {
    max-height: 100%;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}

body {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

p {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

abbr[title] {
    border-bottom: 1px dotted #cccccc;
    cursor: help;
}

b, strong {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

mark {
    background: #f6f6f6;
    color: #000000;
}

small, .small {
    font-size: 12px;
}

hr {
    border: 0;
    border-top: 1px solid #cccccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

sub, sup {
    font-size: 71.42857143000001%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dfn {
    font-style: italic;
}

h1 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
}

h2 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

h3 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h4 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h5 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h6 {
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

a, .alink {
    color: #333333;
    text-decoration: none;
}

a:visited, .alink:visited {
    color: #333333;
    text-decoration: none;
}

a:hover, .alink:hover {
    color: #666666;
    text-decoration: underline;
}

a:active, .alink:active {
    color: #ff5501;
    text-decoration: underline;
}

ul, ol {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
}

ul > li, ol > li {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 20px;
    margin-top: 0;
}

dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
    background: #f6f6f6;
    color: #111111;
    padding: 2px 4px;
    font-size: 1.2rem;
    white-space: nowrap;
}

kbd {
    background: #f6f6f6;
    color: #111111;
    padding: 2px 4px;
    font-size: 1.2rem;
}

pre {
    background: #f6f6f6;
    border: 1px solid #cccccc;
    color: #111111;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.2rem;
    display: block;
    word-wrap: break-word;
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}

blockquote {
    border-left: 0 solid #cccccc;
    margin: 0 0 20px 40px;
    padding: 0;
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    color: #333333;
    line-height: 1.42857143;
    font-size: 1rem;
    display: block;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

blockquote cite {
    font-style: normal;
}

blockquote:before, blockquote:after {
    content: '';
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

cite {
    font-style: normal;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

table th {
    text-align: left;
}

table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
    vertical-align: top;
}

table > thead > tr > th, table > thead > tr > td {
    vertical-align: bottom;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 11px 10px;
}

button {
    background-image: none;
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 12px 20px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}

button:focus, button:active {
    background: #e2e2e2;
    border: 1px solid #cccccc;
    color: #333333;
}

button:hover {
    background: #e1e1e1;
    border: 1px solid #cccccc;
    color: #333333;
}

button.disabled, button[disabled], fieldset[disabled] button {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

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

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: solid #999999 1px;
    border-radius: 1px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 22px 15px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="datetime"]:focus, input[type="email"]:focus {
    border: solid #000000 1px;
    color: #000000;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, input[type="tel"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type="datetime"]:disabled, input[type="email"]:disabled {
    opacity: 0.5;
    border: 1px solid #999999;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
    color: #575757;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
    color: #575757;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
    color: #575757;
}

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

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

input[type="search"] {
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #ffffff url('../../frontend/Candledelirium/desktop/en_US/images/select-bg.svg') no-repeat 100% 45%;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 1px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

select:focus {
    border: 1px solid #999999;
    color: #000000;
}

select:disabled {
    opacity: 0.5;
    background: #ffffff;
    border: 1px solid #999999;
}

select[multiple] {
    height: auto;
    background-image: none;
}

textarea {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: 1px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}

textarea:focus {
    color: #000000;
}

textarea:disabled {
    opacity: 0.5;
}

textarea::-moz-placeholder {
    color: #575757;
}

textarea::-webkit-input-placeholder {
    color: #575757;
}

textarea:-ms-input-placeholder {
    color: #575757;
}

input[type="checkbox"] {
    margin: 2px 5px 0 0;
    position: relative;
    top: 2px;
}

input[type="checkbox"]:disabled {
    opacity: 0.5;
}

input[type="radio"] {
    margin: 2px 5px 0 0;
}

input[type="radio"]:disabled {
    opacity: 0.5;
}

input.mage-error, select.mage-error, textarea.mage-error {
    border-color: #ed8380;
}

div.mage-error[generated] {
    color: #e02b27;
    font-size: 1.2rem;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

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

form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

address {
    font-style: normal;
}

*:focus {
    box-shadow: none;
    outline: 0;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}
.bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .search-terms, .cart-summary .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .order-details-items .items-qty, .footer.content ul, .block-banners .banner-items, .block-banners-inline .banner-items, .block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .search-terms > li, .cart-summary .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .order-details-items .items-qty > li, .footer.content ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
    margin: 0;
}

.action-primary:focus, .action-primary:active {
    background: #6f6767;
    border: 2px solid #6f6767;
    color: #ffffff;
}

.action-primary:hover {
    background: #fff0eb;
    border: 2px solid #111111;
    color: #111111;
}

.action-primary.disabled, .action-primary[disabled], fieldset[disabled] .action-primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.block, .customer-review .product-details, .block-banners, .block-banners-inline {
    margin-bottom: 40px;
}
.product-item-name, .product.name a {
    font-weight: 400;
}
.opc-wrapper .form-discount .field .label, .bundle-options-container .block-bundle-summary .product-image-container, .bundle-options-container .block-bundle-summary .product.name, .bundle-options-container .block-bundle-summary .stock, .product-item-actions .actions-secondary > .action span, .special-price .price-label, .table-comparison .cell.label.remove span, .table-comparison .cell.label.product span, .block.related .field.choice .label, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname > .label, .field.street .field .label, .block-balance .balance-price-label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .form-add-invitations .fields .label, .filter-options-content .filter-count-label, .table-comparison .wishlist.split.button > .action.split span, .product-items .wishlist.split.button > .action.split span, .page-multiple-wishlist .page-title-wrapper .page-title, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .review-date .review-details-label, .customer-review .product-details .rating-average-label, .block-reorder .product-item .label, .action.skip:not(:focus), .page-header .switcher .label, .page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label, .block.newsletter .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-items .product.options .toggle > span, .shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.abs-add-clearfix:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:before, .abs-add-fields .fieldset .actions-toolbar:after, .payment-method-braintree .hosted-date-wrap:before, .payment-method-braintree .hosted-date-wrap:after, .bundle-options-container .product-options-wrapper .field.choice .label:before, .bundle-options-container .product-options-wrapper .field.choice .label:after, .toolbar:before, .toolbar:after, .sidebar .product-items-images:before, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:before, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:before, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:before, .minicart-items .product-item > .product:after, .minicart-items .product-item-details .product .options.list:before, .minicart-items .product-item-details .product .options.list:after, .checkout-container:before, .checkout-container:after, .checkout-onepage-success:before, .checkout-onepage-success:after, .opc-estimated-wrapper:before, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after, .opc-block-summary .items-in-cart .product .item-options:before, .opc-block-summary .items-in-cart .product .item-options:after, .opc-block-summary .product-item .product-item-details:before, .opc-block-summary .product-item .product-item-details:after, .page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after, .gift-item-block .content:before, .gift-item-block .content:after, .order-details-items .order-gift-message:before, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:before, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:before, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:before, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:before, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:before, .table-order-items .gift-wrapping .content:after, .order-options .product:before, .order-options .product:after, .map-popup .map-info-price:before, .map-popup .map-info-price:after, .multicheckout .item-options:before, .multicheckout .item-options:after, .multicheckout .block:before, .multicheckout .block:after, .multicheckout .block-content:before, .multicheckout .block-content:after, .customer-review .product-details:before, .customer-review .product-details:after, .form-create-return .actions-toolbar:before, .form-create-return .actions-toolbar:after, .header.content:before, .header.content:after, .form-giftregistry-share .fieldset .actions-toolbar:before, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:before, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:before, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:before, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:before, .form.send.friend .fieldset .actions-toolbar:after {
    content: '';
    display: table;
}

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:after, .payment-method-braintree .hosted-date-wrap:after, .bundle-options-container .product-options-wrapper .field.choice .label:after, .toolbar:after, .sidebar .product-items-images:after, .cart.table-wrapper .actions-toolbar:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .minicart-items .product-item-details .product .options.list:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .opc-block-summary .items-in-cart .product .item-options:after, .opc-block-summary .product-item .product-item-details:after, .page-product-downloadable .product-add-form:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping .content:after, .table-order-items .gift-wrapping .content:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after, .form-create-return .actions-toolbar:after, .header.content:after, .form-giftregistry-share .fieldset .actions-toolbar:after, .form-giftregistry-edit .fieldset .actions-toolbar:after, .form-add-invitations .fieldset .actions-toolbar:after, .form-create-return .fieldset .actions-toolbar:after, .form.send.friend .fieldset .actions-toolbar:after {
    clear: both;
}

.abs-field-date .control, .abs-field-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .block-event .slider-panel .slider .item .action.show, .sidebar .block-addbysku .fieldset .fields .field.sku, .form.search.advanced .fields.range .field.date .control, .field .control._with-tooltip, .form-giftregistry-edit .field.date .control {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

.columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.columns .column.main {
    padding-bottom: 40px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
}
.message.info {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
}

.message.info a {
    color: #333333;
}

.message.info a:hover {
    color: #666666;
}

.message.info a:active {
    color: #666666;
}

.message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.error {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 45px;
    position: relative;
}

.message.error a {
    color: #333333;
}

.message.error a:hover {
    color: #666666;
}

.message.error a:active {
    color: #666666;
}

.message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.warning {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
}

.message.warning a {
    color: #333333;
}

.message.warning a:hover {
    color: #666666;
}

.message.warning a:active {
    color: #666666;
}

.message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.notice {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
}

.message.notice a {
    color: #333333;
}

.message.notice a:hover {
    color: #666666;
}

.message.notice a:active {
    color: #666666;
}

.message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.success {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
    position: relative;
}

.message.success a {
    color: #333333;
}

.message.success a:hover {
    color: #666666;
}

.message.success a:active {
    color: #666666;
}

.message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
.nav-sections {
    background: #000000;
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14;
}

.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #000000;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.nav-toggle:hover:before {
    color: #333333;
}
button, a.action.primary {
    border-radius: 0px;
}

button:not(.primary) {
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}

button:not(.primary):active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}

body:not(._keyfocus) button:focus {
    box-shadow: none;
}

a.action.primary {
    display: inline-block;
    text-decoration: none;
}

a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
    text-decoration: none;
}

.action.primary {
    background-image: none;
    background: #111111;
    border: 2px solid #111111;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    padding: 12px 20px;
    font-size: 1.3rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.action.primary:focus, .action.primary:active {
    background: #6f6767;
    border: 2px solid #6f6767;
    color: #ffffff;
}

.action.primary:hover {
    background: #fff0eb;
    border: 2px solid #111111;
    color: #111111;
}
.ui-dialog.popup .action.close {
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1001;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.ui-dialog.popup .action.close:hover:before {
    color: #737373;
}

.ui-dialog.popup .action.close:active:before {
    color: #737373;
}

.ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none;
}

.ui-dialog.popup .action.close:hover {
    background: none;
    border: none;
}

.ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled], fieldset[disabled] .ui-dialog.popup .action.close {
    pointer-events: none;
    opacity: 0.5;
}

.popup .actions-toolbar .action.cancel {
    font-weight: 400;
}

.popup-pointer {
    margin-left: -14px;
    position: absolute;
    top: -14px;
}

.popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid;
}

.popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}

.popup-pointer:after {
    left: 1px;
    top: 0px;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98;
}
.action.primary.disabled, .action.primary[disabled], fieldset[disabled] .action.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.modals-overlay {
    z-index: 899;
}

.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
}

.modal-slide._show, .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 9999 !important;
}

.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
}

.modal-slide {
    left: 44px;
    z-index: 900;
}

.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
}

.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem;
}

.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem;
}

.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
}

.modal-popup.confirm .modal-inner-wrap {
    max-width: 50rem;
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 7rem;
}

.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform .2s ease;
}

.modal-popup._inner-scroll {
    overflow-y: visible;
}

.ie11 .modal-popup._inner-scroll {
    overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
}

.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
}

.modal-popup .modal-header, .modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.modal-popup .modal-footer-actions {
    text-align: right;
}

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus, .modal-custom .action-close:active, .modal-popup .action-close:active, .modal-slide .action-close:active {
    background: none;
    border: none;
}

.modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover {
    background: none;
    border: none;
}

.modal-custom .action-close.disabled, .modal-popup .action-close.disabled, .modal-slide .action-close.disabled, .modal-custom .action-close[disabled], .modal-popup .action-close[disabled], .modal-slide .action-close[disabled], fieldset[disabled] .modal-custom .action-close, fieldset[disabled] .modal-popup .action-close, fieldset[disabled] .modal-slide .action-close {
    pointer-events: none;
    opacity: 0.5;
}

.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
    color: inherit;
}

.modal-custom .action-close:active:before, .modal-popup .action-close:active:before, .modal-slide .action-close:active:before {
    color: inherit;
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
    color: #1a1a1a;
}

.modal-custom .action-close {
    margin: 15px;
}

.modal-popup {
    pointer-events: none;
}

.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}

.modal-popup .action-close {
    padding: 20px;
}

.modal-slide .action-close {
    margin: 15px;
    padding: 0;
}

.modal-slide .page-main-actions {
    margin-bottom: -12.9rem;
    margin-top: 2.1rem;
}

.modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
}
.swissup-navigationpro.navpro .block {
    display: block;
}
.navpro ul {
    margin: 0;
    padding: 0;
}

.navpro ul ul {
    padding: 0;
}

.navpro li {
    margin: 0;
}

.navpro li.level0::after, .navpro li.level0:hover::after {
    display: none;
    position: static;
    height: auto;
    width: auto;
}

.navpro.navpro, .navpro.navpro ul, .navpro.navpro li.li-item {
    position: static;
}

.navpro.navpro ul ul {
    padding: 0;
}

.navpro.navpro .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navpro.navpro .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin: 0;
}

.navpro.navpro .li-item > a, .navpro.navpro .parent > a {
    position: relative;
}

.navpro.navpro .parent > a::after {
    content: '' !important;
}

.navpro.navpro .level0 > .level-top {
    padding: 11px 12px 11px 12px;
    border: none;
    display: inline-block;
    line-height: normal;
}

.navpro.navpro .level0.parent > .level-top {
    padding-right: 20px;
}

.navpro.navpro .level0.active > .level-top, .navpro.navpro .level0.has-active > .level-top {
    border: none;
    display: inline-block;
}

.navpro > .navpro-menu .panel {
    padding: 10px 5px;
    background-color: #fafafa;
}

.navpro > .navpro-menu .links li {
    padding: 0 5px;
}

.navpro > .navpro-menu .links li a {
    padding: 0;
}

.navpro > .navpro-menu .transparent {
    background-color: transparent;
}

.navpro > .navpro-menu li.text-small > a {
    font-size: .8em;
}

.navpro > .navpro-menu li.text-big > a {
    font-size: 1.1em;
}

.navpro > .navpro-menu a .text-small, .navpro > .navpro-menu span .text-small, .navpro > .navpro-menu p .text-small, .navpro > .navpro-menu div .text-small {
    font-size: .8em;
}

.navpro > .navpro-menu a .text-big, .navpro > .navpro-menu span .text-big, .navpro > .navpro-menu p .text-big, .navpro > .navpro-menu div .text-big {
    font-size: 1.1em;
}

.navpro > .navpro-menu img.row {
    display: block;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .navpro > .navpro-menu .xs-hide-dropdown > a > .navpro-icon-caret::before {
        display: none !important;
    }

    .navpro > .navpro-menu .xs-hide-dropdown > .navpro-dropdown {
        display: none !important;
    }

    .navpro > .navpro-menu .xs-hide-dropdown a.level-top::before, .navpro > .navpro-menu .xs-hide-dropdown a.level-top::after {
        display: none !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .navpro > .navpro-menu .sm-hide-dropdown > a > .navpro-icon-caret::before {
        display: none !important;
    }

    .navpro > .navpro-menu .sm-hide-dropdown > .navpro-dropdown {
        display: none !important;
    }

    .navpro > .navpro-menu .sm-hide-dropdown a.level-top::before, .navpro > .navpro-menu .sm-hide-dropdown a.level-top::after {
        display: none !important;
    }
}

.navpro-menu a:hover > .tip {
    text-decoration: none;
}

.navpro-menu .tip {
    display: inline-block;
    top: -3px;
    position: relative;
    padding: 2px 3px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.7em;
    line-height: normal;
    color: #ffffff;
    background: #1979c3;
}

.navpro-menu .tip.text-small {
    font-size: .65em;
}

.navpro-menu .tip.text-big {
    font-size: .8em;
}

.navpro-menu .tip.text-big.top {
    top: -8px;
}

.navpro-menu .tip.top {
    position: absolute;
    top: -6px;
    right: 21px;
}

.rtl .navpro-menu .tip.top, .navpro-rtl .navpro-menu .tip.top {
    right: auto;
    left: 21px;
}

.navpro-menu .tip.top::before {
    content: '';
    position: absolute;
    right: 6px;
    top: 100%;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #1979c3;
}

.rtl .navpro-menu .tip.top::before, .navpro-rtl .navpro-menu .tip.top::before {
    right: auto;
    left: 6px;
}

.navpro-menu .tip.inverted {
    color: #1979c3;
    background: #ffffff;
}

.navpro-menu .tip.inverted::before {
    border-top-color: #ffffff;
}

.navpro-menu .tip.accent {
    background: #ff7103;
}

.navpro-menu .tip.accent::before {
    border-top-color: #ff7103;
}

.navpro-menu .tip.accent.inverted {
    color: #ff7103;
    background: #ffffff;
}

.navpro-menu .tip.accent.inverted::before {
    border-top-color: #ffffff;
}

.navpro-menu .tip.muted {
    background: #555555;
}

.navpro-menu .tip.muted::before {
    border-top-color: #555555;
}

.navpro-menu .tip.muted.inverted {
    color: #555555;
    background: #ffffff;
}

.navpro-menu .tip.muted.inverted::before {
    border-top-color: #ffffff;
}

.navpro-menu .tip.black {
    color: #ffffff;
    background: #000000;
}

.navpro-menu .tip.black::before {
    border-top-color: #000000;
}

.navpro-menu .tip.black.inverted {
    color: #000000;
    background: #ffffff;
}

.navpro-menu .tip.black.inverted::before {
    border-top-color: #ffffff;
}

.navpro .block:first-child {
    margin-top: 0;
}

.navpro .block:last-child {
    margin-bottom: 0;
}

.navpro .block .subtitle {
    display: none;
}

.navpro .block .product-items .product-item {
    position: relative;
}

.navpro .block .product-items .action.delete {
    position: absolute;
    right: 0;
    top: 0;
}

.navpro .navpro-search .block-search {
    float: none;
    align-self: center;
    margin: 0;
    padding: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    position: static;
    width: auto;
}

.navpro .navpro-search .block-search .block-title {
    margin: 0 0 15px;
}

.navpro .navpro-search .block-search .form.minisearch {
    position: relative;
}

.navpro .li-item > .navpro-search .block-search .block-title {
    display: none;
}

.navpro .li-item > .navpro-search .block-search .field label {
    display: none;
}

.navpro.orientation-vertical .level0 {
    margin: 0;
}

.navpro.orientation-vertical .children > li > a, .navpro.orientation-vertical .level0 > .level-top, .navpro.orientation-vertical .level0.active > .level-top, .navpro.orientation-vertical .level0.has-active > .level-top {
    display: block;
}

.navpro.orientation-vertical .parent-expanded > a {
    font-weight: bold;
}

.navpro.orientation-vertical .parent-expanded .parent-expanded > a {
    font-weight: normal;
}

.navpro.orientation-vertical > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
}

.navpro.orientation-vertical .navpro-dropdown .children > li > a, .navpro.orientation-vertical .navpro-dropdown .children .parent > a {
    padding: 8px 12px;
}

.navpro.orientation-vertical .level0 > .level-top {
    padding: 8px 12px;
}

.navpro-pills li.level0 {
    background: #f4f4f4;
    border-radius: 10px;
    margin: 0 5px 5px 0;
}

.navpro-shevron {
    display: none;
}

.navpro-dropdown {
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #eaeaea;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.3);
    min-width: 230px;
    font-weight: normal;
    position: absolute;
    z-index: 500;
    left: -99999px;
    top: -99999px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.navpro-dropdown .products-grid .product-item {
    margin-bottom: 0;
    margin-left: 2%;
    width: calc(23%);
}

.navpro-dropdown .product-image-container {
    max-width: 90%;
    padding: 5%;
}

.navpro-dropdown .block {
    margin-bottom: 0px;
}

.navpro-dropdown .item-block-container {
    padding-left: 4%;
    margin-left: 2%;
    border-left: solid #999 1px;
    min-height: 160px;
}

.navpro-dropdown .product-item-name {
    font-family: Open sans;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0 10px;
    line-height: 14px;
}

.rtl .navpro-dropdown, .navpro-rtl .navpro-dropdown {
    left: 99999px;
}

.navpro-dropdown.shown {
    right: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 501;
}

.navpro-dropdown-inner {
    box-sizing: border-box;
    padding: 12px;
}

.navpro-dropdown-expanded > .navpro-dropdown-inner {
    padding-top: 0;
}

.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner {
    padding-left: 0;
    padding-right: 0;
}

.navpro-dropdown .navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > .navpro-dropdown-expanded > .navpro-dropdown-inner {
    padding: 12px;
    padding-top: 0;
    padding-bottom: 0;
}

.navpro.orientation-horizontal li.size-boxed, .navpro.orientation-horizontal li.size-fullwidth, .navpro.orientation-horizontal li.size-fullscreen {
    position: static;
}

.dropdown-left .ui-menu-item {
    text-align: right;
}

.rtl .dropdown-left .ui-menu-item, .navpro-rtl .dropdown-left .ui-menu-item {
    text-align: left;
}

.navpro-mobile {
    width: 767px;
    height: 0;
    overflow: hidden;
    display: none;
}

.navpro .li-item.opened {
    z-index: 499;
}

.navpro .li-item.navpro-shop-all {
    font-weight: bold;
}

.navpro .navpro-a-with-thumbnail {
    margin-bottom: 8px;
    max-height: 130px;
    overflow: hidden;
}

.navpro .navpro-a-with-thumbnail img {
    margin-top: 5px;
    filter: contrast(95%);
}

.navpro .level0 .children > li > a, .navpro .level0 .children .parent > a, .navpro .level0 .level-top {
    text-decoration: none;
}

.navpro .level0 .children > li > a:hover, .navpro .level0 .children .parent > a:hover, .navpro .level0 .level-top:hover {
    text-decoration: underline;
}

.navpro-dropdown .children > li > a, .navpro-dropdown .children .parent > a {
    display: block;
    line-height: inherit;
    color: #666666;
    padding: 7px 12px 7px 12px;
    text-decoration: none;
}

.navpro-dropdown .children > li > a:hover, .navpro-dropdown .children .parent > a:hover {
    text-decoration: underline;
}

.navpro-dropdown .children .parent > a {
    padding-right: 20px;
}

.rtl .navpro-dropdown .children .parent > a, .navpro-rtl .navpro-dropdown .children .parent > a {
    padding: 7px 12px 7px 12px;
    padding-left: 20px;
}

.navpro-dropdown > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > .parent-expanded > a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    color: #000000;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}

.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navpro-dropdown-expanded > .navpro-dropdown-inner > .navpro-row > .navpro-col > .children > li.navpro-shop-all > a span {
    line-height: normal;
}

.navpro-dropdown .multicolumn {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.navpro-dropdown .multicolumn > li {
    width: 100%;
}

.navpro-dropdown .vertical.multicolumn {
    flex-direction: column;
}

.navpro-icon-caret, .navpro.navigation .level0.parent > .level-top > .ui-menu-icon {
    position: static;
    display: block;
}

.navpro-icon-caret::after {
    display: none !important;
}

.navpro .caret-hidden > a.level-top {
    padding: 11px 12px 11px 12px !important;
}

.navpro .caret-hidden > a.level-top > .navpro-icon-caret::before {
    display: none !important;
}

.navpro-icon-caret::before {
    content: '';
    position: absolute;
    right: 1px;
    top: calc(50% - 10px);
    transform: rotate(-90deg);
    opacity: .8;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
}

.rtl .navpro-icon-caret::before, .navpro-rtl .navpro-icon-caret::before {
    left: 1px;
    right: auto;
    transform: rotate(90deg);
}

.orientation-horizontal a.level-top > .navpro-icon-caret::before {
    transform: rotate(0);
}

a.level-top > .navpro-icon-caret::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=');
}

.caret-bottom a.level-top > .navpro-icon-caret::before {
    top: auto;
    right: auto;
    left: calc(50% - 8px);
    bottom: 5px;
}

.caret-light > a > .navpro-icon-caret::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=') !important;
}

.caret-dark > a > .navpro-icon-caret::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=') !important;
}

.navpro.navpro .caret-hidden .level0 > .level-top {
    padding: 11px 12px 11px 12px !important;
}

.navpro.navpro .caret-hidden .level0 > .level-top > .navpro-icon-caret::before {
    display: none !important;
}

.navpro.orientation-horizontal .caret-bottom .level0 > .level-top, .rtl .navpro.orientation-horizontal .caret-bottom .level0 > .level-top {
    padding: 11px 12px 11px 12px;
    padding-bottom: 20px;
}

.navpro.orientation-horizontal .caret-light .level0 > .level-top > .navpro-icon-caret::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=') !important;
}

.navpro.orientation-horizontal .caret-dark .level0 > .level-top > .navpro-icon-caret::before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPg0KPC9zdmc+DQo=') !important;
}

.navpro.dropdown-left .children .navpro-icon-caret::before {
    right: auto;
    left: 1px;
    transform: rotate(90deg);
}

.rtl .navpro.dropdown-left .children .navpro-icon-caret::before, .navpro-rtl .navpro.dropdown-left .children .navpro-icon-caret::before {
    right: 1px;
    left: auto;
    transform: rotate(-90deg);
}

.navpro.dropdown-left .navpro-dropdown .children .parent > a {
    padding-right: 12px;
    padding-left: 20px;
}

.rtl .navpro.dropdown-left .navpro-dropdown .children .parent > a, .navpro-rtl .navpro.dropdown-left .navpro-dropdown .children .parent > a {
    padding-right: 20px;
    padding-left: 12px;
}

.navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before {
    right: auto;
    left: 1px;
    transform: rotate(90deg);
}

.rtl .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before, .navpro-rtl .navpro.dropdown-left.orientation-vertical .navpro-icon-caret::before {
    right: 1px;
    left: auto;
    transform: rotate(-90deg);
}

.navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
    padding: 11px 12px 11px 12px;
    padding-left: 20px;
}

.rtl .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top, .navpro-rtl .navpro.dropdown-left.orientation-vertical .level0.parent > .level-top {
    padding: 11px 12px 11px 12px;
    padding-right: 20px;
}

.navpro-overlay-element {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: visibility 0ms linear 200ms, opacity 200ms linear;
    background-color: rgba(0, 0, 0, 0.4);
}

.navpro-nowrap {
    flex-wrap: nowrap !important;
}

.navpro-nowrap:not(.navpro-nowrap-ready) {
    overflow: hidden !important;
}

.navpro-nowrap-justify-start {
    justify-content: start !important;
}

.navpro-nowrap > li {
    flex-shrink: 0;
}

.navpro-nowrap .navpro-item-more {
    align-self: center;
}

.navpro-nowrap .navpro-item-more > .nav-a-icon-more {
    display: flex !important;
}

.navpro-nowrap .navpro-item-more > .nav-a-icon-more svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.product-item {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    vertical-align: top;
}
.product-item:nth-child(2n + 1) {
    margin-left: 0;
}

.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
}
.price-container .price {
    font-size: 1.4rem;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.minimal-price-link, .price-excluding-tax, .price-including-tax {
    display: block;
    white-space: nowrap;
}
.block-search {
    margin-bottom: 0;
}

.block-search .block-title {
    display: none;
}

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

.block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
}

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

.block-search .label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block-search .label:hover:before {
    color: #333333;
}

.block-search .label:active:before {
    color: #333333;
}

.block-search .label.active + .control input {
    position: static;
}

.block-search .action.search {
    display: none;
}

.block-search .control {
    border-top: 1px solid #cccccc;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px;
}

.block-search input {
    left: -300%;
    margin: 15px 0;
    position: absolute;
}

.block-search .nested {
    display: none;
}

.search-autocomplete {
    display: none;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}

.search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.search-autocomplete ul:not(:empty) {
    background: #ffffff;
    border: 1px solid #999999;
    border-top: 0;
}

.search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal;
}

.search-autocomplete ul li:first-child {
    border-top: none;
}

.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
    background: #e8e8e8;
}

.search-autocomplete ul li .amount {
    color: #999999;
    position: absolute;
    right: 7px;
    top: 5px;
}
.block-minicart .items-total {
    float: left;
    margin: 0 10px;
}

.block-minicart .items-total .count {
    font-weight: 700;
}

.block-minicart .subtotal {
    margin: 0 10px 10px;
    text-align: right;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}

.block-minicart .subtitle {
    display: none;
}

.block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
}

.block-minicart dl.product.options.list {
    display: inline-block;
    vertical-align: top;
}

.block-minicart .text.empty {
    text-align: center;
}

.block-minicart .block-content > .actions {
    margin-top: 15px;
}

.block-minicart .block-content > .actions > .secondary {
    text-align: center;
}

.block-minicart .block-content > .actions > .primary {
    margin: 0 10px 15px;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    display: block;
    width: 100%;
}

.block-minicart .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center;
}

.block-minicart .block-category-link, .block-minicart .block-product-link, .block-minicart .block-cms-link, .block-minicart .block-banners {
    margin: 15px 0 0;
    text-align: center;
}

.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
}

.minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table;
}

.minicart-wrapper:after {
    clear: both;
}

.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-wrapper .action.showcart:hover:before {
    color: #333333;
}

.minicart-wrapper .action.showcart:active:before {
    color: #000000;
}

.minicart-wrapper .action.showcart.active {
    display: inline-block;
    text-decoration: none;
}

.minicart-wrapper .action.showcart.active:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-wrapper .action.showcart.active:hover:before {
    color: #333333;
}

.minicart-wrapper .action.showcart.active:active:before {
    color: #000000;
}

.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.minicart-wrapper .block-minicart li {
    margin: 0;
}

.minicart-wrapper .block-minicart li:hover {
    cursor: pointer;
}

.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}

.minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
}

.minicart-wrapper .block-minicart:before {
    right: 12px;
    top: -12px;
}

.minicart-wrapper .block-minicart:after {
    right: 11px;
    top: -14px;
}

.minicart-wrapper.active {
    overflow: visible;
}

.minicart-wrapper.active .block-minicart {
    display: block;
}

.minicart-wrapper .block-minicart {
    padding: 25px 20px;
}

.minicart-wrapper .block-minicart .block-title {
    display: none;
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -24px 0 0;
}

.minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary {
    display: inline;
}

.minicart-wrapper .product .actions > .primary:not(:last-child), .minicart-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 15px;
}

.minicart-wrapper .action.close {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
    background: none;
    border: none;
}

.minicart-wrapper .action.close:hover {
    background: none;
    border: none;
}

.minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled], fieldset[disabled] .minicart-wrapper .action.close {
    pointer-events: none;
    opacity: 0.5;
}

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

.minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-wrapper .action.close:hover:before {
    color: inherit;
}

.minicart-wrapper .action.close:active:before {
    color: inherit;
}

.minicart-wrapper .action.showcart {
    white-space: nowrap;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
}

.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 24px;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: 0 0 7px #000000;
}

.minicart-wrapper .minicart-widgets {
    margin-top: 15px;
}

.minicart-items-wrapper {
    border: 1px solid #cccccc;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
}

.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.minicart-items .product-item {
    padding: 20px 0;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #cccccc;
}

.minicart-items .product-item:first-child {
    padding-top: 0;
}

.minicart-items .product-item-pricing .label {
    display: inline-block;
}

.minicart-items .price-minicart {
    margin-bottom: 5px;
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
}

.minicart-items .product-item-name a {
    color: #333333;
}

.minicart-items .product-item-details {
    padding-left: 88px;
}

.minicart-items .product-item-details .price {
    font-weight: 700;
}

.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}

.minicart-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 10px;
}

.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    float: left;
}

.minicart-items .product .toggle {
    border: 0;
    padding: 0 25px 5px 0;
}

.minicart-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static;
}

.minicart-items .product .active > .toggle:after {
    content: '\e621';
}

.minicart-items .product.pricing {
    margin-top: 3px;
}

.minicart-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none;
}

.minicart-items .product.options .toggle.tooltip > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-items .product.options .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-items .product.options .details {
    display: none;
}

.minicart-items .item-qty {
    text-align: center;
    width: 60px;
}

.minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top;
}

.minicart-items .subtitle {
    display: none;
}

.minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.minicart-items .action.edit > span, .minicart-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-items .action.edit:before, .minicart-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
    color: #333333;
}

.minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before {
    color: #000000;
}

.minicart-items .action.delete:before {
    content: '\e604';
}
.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.page-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.page-main > .page-title-wrapper .page-title {
    hyphens: auto;
}

.page-header {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}
.header.content {
    padding-top: 10px;
    position: relative;
}

.logo {
    float: left;
    margin: 0 0 10px 40px;
    max-width: 50%;
    position: relative;
    z-index: 5;
}

.logo img {
    display: block;
}
.message.global p {
    margin: 0;
}

.message.global.noscript, .message.global.cookie {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ffee9c;
    border-color: #d6ca8e;
    color: #333333;
    margin: 0;
}

.message.global.noscript a, .message.global.cookie a {
    color: #333333;
}

.message.global.noscript a:hover, .message.global.cookie a:hover {
    color: #666666;
}

.message.global.noscript a:active, .message.global.cookie a:active {
    color: #ff5501;
}

.message.global.cookie {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3;
}

.message.global.cookie .actions {
    margin-top: 10px;
}

.message.global.demo {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ff0101;
    border-color: none;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}

.message.global.demo a {
    color: #333333;
}

.message.global.demo a:hover {
    color: #666666;
}

.message.global.demo a:active {
    color: #ff5501;
}

.page-footer {
    margin-top: 25px;
}

.footer.content {
    border-top: 1px solid #cecece;
    padding-top: 20px;
}
.footer.content .links > li {
    background: #ffffff;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    margin: 0 -15px;
    padding: 0 15px;
}

.footer.content .links a, .footer.content .links strong {
    display: block;
    padding: 10px 0;
}

.footer.content .links strong {
    color: #a6a6a6;
    font-weight: normal;
}

.footer.content .links a {
    color: #575757;
    text-decoration: none;
}

.footer.content .links a:visited {
    color: #575757;
    text-decoration: none;
}

.footer.content .links a:hover {
    color: #333333;
    text-decoration: underline;
}

.footer.content .links a:active {
    color: #333333;
    text-decoration: underline;
}

.copyright {
    background-color: #ffffff;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center;
}
.widget {
    clear: both;
}
.block.newsletter {
    margin: 0px;
    padding: 25px 0px 25px;
    border-bottom: solid 1px #000;
    text-align: center;
}

.block.newsletter .content {
    text-align: center;
    height: 35px;
}

.block.newsletter .form.subscribe {
    margin: 0px auto;
    padding: 0px;
    height: 35px;
    display: inline-block;
    width: auto;
}

.block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.block.newsletter .field {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.block.newsletter .field .newsletter-block-text {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px 0px 0px;
    font-size: 1.1em;
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
}

.block.newsletter .field .control {
    display: inline-block;
    text-decoration: none;
    display: block;
}

.block.newsletter .field .control:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #575757;
    font-family: 'luma-icons';
    margin: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block.newsletter .field .control:before {
    position: absolute;
}

.block.newsletter input {
    padding-left: 35px;
    height: 35px;
    line-height: 35px;
    border-color: #aaa;
}

.block.newsletter .title {
    display: none;
}

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
    height: 35px;
    line-height: 31px;
    padding: 0px 20px;
}
.block-static-block.widget, .block-cms-link.widget {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    header.page-header .header.content {
        position: relative;
        min-height: 120px;
    }

    header.page-header .block.block-search {
        float: left;
        margin-top: 15px;
        padding-left: 20px;
    }

    header.page-header a.logo {
        float: none;
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 10px;
        margin-top: 0px;
    }

    header.page-header .minicart-wrapper {
        display: block;
        top: 15px;
        margin-right: 20px;
    }

    footer.page-footer, small.copyright {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1280px;
    }
}
.page-footer {
    border-top: solid 5px #000;
}

.copyright {
    background-color: #fff;
    color: #000;
    border-top: 1px #000 solid;
}
@media all and (min-width: 768px), print {
  .abs-margin-for-blocks-and-widgets-desktop, .page-main .block, .customer-review .product-details {
        margin-bottom: 50px;
    }
    .abs-visually-hidden-desktop, .modes-label, .block-search .label, .block-collapsible-nav .title {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .abs-add-clearfix-desktop:before, .abs-add-clearfix-desktop:after, .amazon-addresses:before, .amazon-addresses:after, .paypal-review .block-content:before, .paypal-review .block-content:after, .paypal-review-discount:before, .paypal-review-discount:after, .order-review-form:before, .order-review-form:after, .block-cart-failed .block-content:before, .block-cart-failed .block-content:after, .cart-container:before, .cart-container:after, .login-container:before, .login-container:after, .account .page-title-wrapper:before, .account .page-title-wrapper:after, .account .column.main .block:not(.widget) .block-content:before, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:before, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:before, .block-giftregistry-shared .item-options:after, .data.table .gift-wrapping .nested:before, .data.table .gift-wrapping .nested:after, .data.table .gift-wrapping .content:before, .data.table .gift-wrapping .content:after, .block-wishlist-management:before, .block-wishlist-management:after, .magento-rma-guest-returns .column.main .block.block-order-details-view:before, .magento-rma-guest-returns .column.main .block.block-order-details-view:after, .order-links:before, .order-links:after, .account .column.main .block.block-order-details-view:before, .account .column.main .block.block-order-details-view:after, [class^='sales-guest-'] .column.main .block.block-order-details-view:before, [class^='sales-guest-'] .column.main .block.block-order-details-view:after, .sales-guest-view .column.main .block.block-order-details-view:before, .sales-guest-view .column.main .block.block-order-details-view:after, .page-header .header.panel:before, .page-header .header.panel:after, .header.content:before, .header.content:after {
        content: '';
        display: table;
    }

    .abs-add-clearfix-desktop:after, .amazon-addresses:after, .paypal-review .block-content:after, .paypal-review-discount:after, .order-review-form:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .page-title-wrapper:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .data.table .gift-wrapping .nested:after, .data.table .gift-wrapping .content:after, .block-wishlist-management:after, .magento-rma-guest-returns .column.main .block.block-order-details-view:after, .order-links:after, .account .column.main .block.block-order-details-view:after, [class^='sales-guest-'] .column.main .block.block-order-details-view:after, .sales-guest-view .column.main .block.block-order-details-view:after, .page-header .header.panel:after, .header.content:after {
        clear: both;
    }

    .abs-add-box-sizing-desktop, .abs-shopping-cart-items-desktop, .column.main, .sidebar-main, .sidebar-additional, .bundle-options-container .block-bundle-summary, .block.crosssell, .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box, .account .column.main .block.block-order-details-view .block-content:not(.widget) .box, [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box, .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
        box-sizing: border-box;
    }
    h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
        box-sizing: border-box;
        width: 100%;
    }
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }

    .page-main {
        width: 100%;
    }

    .columns {
        display: block;
    }

    .column.main {
        min-height: 300px;
    }
    .nav-toggle {
        display: none;
    }

    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 25px;
    }

    .nav-sections-item-title {
        display: none;
    }

    .nav-sections-item-content {
        display: block !important;
    }

    .nav-sections-item-content > * {
        display: none;
    }

    .nav-sections-item-content > .navigation {
        display: block;
    }

    .navigation {
        background: #000000;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3;
    }

    .navigation:empty {
        display: none;
    }

    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

    .navigation li.level0 {
        border-top: none;
    }

    .navigation li.level1 {
        position: relative;
    }

    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative;
    }

    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .navigation .level0:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: calc(103%);
        z-index: 1;
    }

    .navigation .level0 > .level-top {
        color: #ffffff;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
    }

    .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
        color: #efefef;
        text-decoration: none;
    }

    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #ffffff;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333333;
        text-decoration: none;
        display: inline-block;
    }

    .navigation .level0.parent:hover > .submenu {
        overflow: visible !important;
    }

    .navigation .level0.parent > .level-top {
        padding-right: 20px;
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon {
        position: absolute;
        right: 0;
        display: inline-block;
        text-decoration: none;
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .level0 .submenu {
        background: #ffffff;
        border: 1px solid #cccccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-weight: 400;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1;
        margin-top: 11px;
    }

    .navigation .level0 .submenu > ul {
        margin-top: 11px;
    }

    .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute;
    }

    .navigation .level0 .submenu > ul:before {
        color: #ffffff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #ffffff;
        z-index: 4;
    }

    .navigation .level0 .submenu > ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #cccccc;
        color: #cccccc;
        left: 19px;
        top: -22px;
        z-index: 3;
    }

    .navigation .level0 .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -4px;
        z-index: 1;
    }

    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #ffffff;
        padding: 8px 20px;
    }

    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333333;
        text-decoration: none;
    }

    .navigation .level0 .submenu .active > a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #333333;
    }

    .navigation .level0 .submenu .submenu {
        top: 0 !important;
        left: 100% !important;
    }

    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%;
    }

    .navigation .level0 .submenu li {
        margin: 0;
    }

    .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
        position: absolute;
        right: 3px;
        display: inline-block;
        text-decoration: none;
    }

    .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }

    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .level0.more:before {
        display: none;
    }

    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1;
    }

    .navigation .level0.more:hover > .submenu {
        overflow: visible !important;
    }

    .navigation .level0.more li {
        display: block;
    }
    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4;
    }

    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0;
    }

    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static;
    }

    .block-search input::-webkit-input-placeholder {
        color: #575757;
    }

    .block-search input:-moz-placeholder {
        color: #575757;
    }

    .block-search input::-moz-placeholder {
        color: #575757;
    }

    .block-search input:-ms-input-placeholder {
        color: #575757;
    }

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

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

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

    .block-search .action.search:hover:before {
        color: #333333;
    }

    .block-search .action.search:active:before {
        color: inherit;
    }

    .block-search .action.search:focus, .block-search .action.search:active {
        background: none;
        border: none;
    }

    .block-search .action.search:hover {
        background: none;
        border: none;
    }

    .block-search .action.search.disabled, .block-search .action.search[disabled], fieldset[disabled] .block-search .action.search {
        pointer-events: none;
        opacity: 0.5;
    }

    .block-search .action.search:focus:before {
        color: #333333;
    }

    .search-autocomplete {
        margin-top: 0;
    }
    .minicart-wrapper {
        margin-left: 13px;
    }

    .minicart-wrapper .block-minicart {
        width: 390px;
    }
    html, body {
       height: 100%;
   }

   .navigation ul {
       padding: 0 8px;
   }

   .page-header {
       border: 0;
       margin-bottom: 0;
   }
   .header.content {
       padding: 30px 20px 0;
   }

   .logo {
       margin: -8px auto 25px 0;
   }

   .logo img {
       max-height: inherit;
   }

   .page-wrapper {
       margin: 0;
       position: relative;
       transition: margin 0.3s ease-out 0s;
   }

   .page-footer {
       background: #ffffff;
       margin-top: auto;
       padding-bottom: 25px;
   }
   .footer.content {
        border-top: none;
    }

    .footer.content .block {
        float: right;
    }

    .footer.content ul {
        padding-right: 50px;
    }
    .block.newsletter {
        width: auto;
    }
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@font-face {
    font-family: 'luma-icons';
    src: url('../../frontend/Candledelirium/desktop/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Candledelirium/desktop/en_US/fonts/Luma-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* styles-l */
@media (min-width: 768px) and (max-width: 1023px) {
    .swissup-navigationpro.navpro .md-hide {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .swissup-navigationpro.navpro .lg-hide {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .navpro > .navpro-menu .md-hide-dropdown > a > .navpro-icon-caret::before {
        display: none !important;
    }

    .navpro > .navpro-menu .md-hide-dropdown > .navpro-dropdown {
        display: none !important;
    }

    .navpro > .navpro-menu .md-hide-dropdown a.level-top::before, .navpro > .navpro-menu .md-hide-dropdown a.level-top::after {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .navpro > .navpro-menu .lg-hide-dropdown > a > .navpro-icon-caret::before {
        display: none !important;
    }

    .navpro > .navpro-menu .lg-hide-dropdown > .navpro-dropdown {
        display: none !important;
    }

    .navpro > .navpro-menu .lg-hide-dropdown a.level-top::before, .navpro > .navpro-menu .lg-hide-dropdown a.level-top::after {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .navpro.orientation-horizontal > ul {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .navpro.orientation-horizontal > ul > li {
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .navpro.orientation-horizontal .navpro-dropdown-level1 > .navpro-shevron {
        display: block;
        pointer-events: none;
        content: '';
        height: 12px;
        width: 12px;
        box-sizing: border-box;
        background: #ffffff;
        border: 1px solid #eaeaea;
        border-color: #eaeaea transparent transparent #eaeaea;
        position: absolute;
        top: -6px !important;
        transform: rotate(45deg);
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-shevron {
        top: -5px !important;
    }

    .dropdown-top.navpro.orientation-horizontal .navpro-dropdown-level1 > .navpro-shevron {
        top: auto !important;
        bottom: -6px !important;
        transform: rotate(-135deg);
    }

    .dropdown-top.navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-shevron {
        bottom: -5px !important;
    }
}

@media (min-width: 768px) {
    .navpro-dropdown.size-small {
        width: 230px;
    }

    .navpro-dropdown.size-medium {
        width: 400px;
    }

    .navpro-dropdown.size-large {
        width: 650px;
    }

    .navpro-dropdown.size-boxed > .navpro-dropdown-inner, .navpro-dropdown.size-fullwidth > .navpro-dropdown-inner, .navpro-dropdown.size-fullscreen, .navpro-dropdown.size-xlarge {
        width: 850px;
    }
}

@media (min-width: 768px) {
    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed {
        background: transparent;
        border: 0;
        box-shadow: none;
        min-width: 0;
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        background: #ffffff;
        border: 1px solid #eaeaea;
        box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.3);
        min-width: 230px;
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner .products-grid .product-item {
        margin-bottom: 0;
        margin-left: 2%;
        width: calc(23%);
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner .product-image-container {
        max-width: 90%;
        padding: 5%;
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner .block {
        margin-bottom: 0px;
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner .item-block-container {
        padding-left: 4%;
        margin-left: 2%;
        border-left: solid #999 1px;
        min-height: 160px;
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed > .navpro-dropdown-inner .product-item-name {
        font-family: Open sans;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        margin: 0 10px;
        line-height: 14px;
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-boxed, .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullwidth, .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullscreen {
        max-width: none;
        width: 100%;
        left: 0 !important;
    }

    .navpro.orientation-horizontal .navpro-dropdown-level1.size-fullwidth > .navpro-dropdown-inner {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .navpro-dropdown .multicolumn-8 > li {
        width: 12.5%;
    }

    .navpro-dropdown .multicolumn-7 > li {
        width: 14.28571429%;
    }

    .navpro-dropdown .multicolumn-6 > li {
        width: 16.66666667%;
    }

    .navpro-dropdown .multicolumn-5 > li {
        width: 20%;
    }

    .navpro-dropdown .multicolumn-4 > li {
        width: 25%;
    }

    .navpro-dropdown .multicolumn-3 > li {
        width: 33.33333333%;
    }

    .navpro-dropdown .multicolumn-2 > li {
        width: 50%;
    }

    .navpro-dropdown .multicolumn-1 > li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navpro.dropdown-top.orientation-horizontal a.level-top .navpro-icon-caret::before {
        transform: rotate(180deg);
    }
}

@media (min-width: 1024px) {
    .navpro-overlay-element {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 495;
    }

    .nav-open .navpro-with-slideout .navpro-overlay-element, .navpro-overlay-element.shown {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transition: visibility 0ms linear, opacity 200ms linear;
    }
}

@media (min-width: 768px) {
    .navpro-sticky {
        top: 0;
        position: sticky !important;
        z-index: 99;
    }

    .navpro-sticky.nav-sections {
        z-index: 3;
    }

    .navpro-sticky.sticky-active {
        z-index: 500;
    }

    .navpro-top100 {
        top: 100px;
    }

    .navpro-top90 {
        top: 90px;
    }

    .navpro-top80 {
        top: 80px;
    }

    .navpro-top70 {
        top: 70px;
    }

    .navpro-top60 {
        top: 60px;
    }

    .navpro-top50 {
        top: 50px;
    }

    .navpro-top40 {
        top: 40px;
    }

    .navpro-top30 {
        top: 30px;
    }

    .navpro-top20 {
        top: 20px;
    }

    .navpro-top10 {
        top: 10px;
    }
}

@media (min-width: 768px) {
    .navpro-with-slideout .page-header .nav-toggle {
        display: block;
        margin: 8px 0 8px 8px;
    }

    .navpro-with-slideout .page-header .header.content .nav-toggle + .logo {
        margin-left: 50px;
    }

    .navpro-with-slideout .nav-sections {
        margin: 0;
    }

    .navpro.navpro.navpro-slideout {
        position: fixed !important;
        background: #ffffff;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        z-index: 10000;
        max-width: none;
        padding: 0;
        top: 0;
        opacity: 0;
        will-change: transform, opacity;
        transition-property: transform, opacity, visibility;
        transition-duration: 0s;
        transform-origin: 0 0;
    }

    .navpro-with-slideout .navpro.navpro.navpro-slideout {
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
    }

    .nav-open .navpro.navpro.navpro-slideout {
        opacity: 1;
    }

    .navpro.navpro.navpro-slideout .navpro-menu {
        background: #ffffff;
        padding: 0;
    }

    .navpro.navpro.navpro-slideout .navpro-header {
        min-width: 200px;
        padding: 0 12px;
        color: #777;
        text-transform: uppercase;
    }

    .navpro.navpro.navpro-slideout .navpro-header .navpro-close {
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: relative;
        float: right;
        margin-left: auto;
    }

    .navpro.navpro.navpro-slideout .navpro-header .navpro-close::before, .navpro.navpro.navpro-slideout .navpro-header .navpro-close::after {
        content: '';
        position: absolute;
        left: auto;
        right: 10px;
        top: 0;
        height: 20px;
        width: 2px;
        background-color: #333333;
    }

    .navpro.navpro.navpro-slideout .navpro-header .navpro-close::before {
        transform: rotate(45deg);
    }

    .navpro.navpro.navpro-slideout .navpro-header .navpro-close::after {
        transform: rotate(-45deg);
    }

    .navpro.navpro.navpro-slideout li.li-item.level0 {
        margin: 0;
    }

    .navpro.navpro.navpro-slideout li.li-item.level0 > a.level-top {
        border: 1px solid #eaeaea;
        display: block;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark {
        background: #4a4a4a;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-menu {
        background: #4a4a4a;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark li.li-item.level0 > a.level-top {
        border-color: #525252;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header {
        color: #eaeaea;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header .navpro-close::before, .navpro.navpro.navpro-slideout.navpro-theme-dark .navpro-header .navpro-close::after {
        background-color: #eaeaea;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion {
        -webkit-overflow-scrolling: touch;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar-track {
        background-color: #3d3d3d;
        border-radius: 0;
    }

    .navpro.navpro.navpro-slideout.navpro-theme-dark.orientation-vertical.navpro-accordion::-webkit-scrollbar-thumb {
        background-color: #646464;
        border-radius: 0;
    }

    .navpro.navpro.navpro-slideout.orientation-horizontal {
        left: 0;
        right: 0;
        top: 0;
        transform: translateY(-100%);
    }

    .nav-open .navpro.navpro.navpro-slideout.orientation-horizontal {
        transform: translateY(0);
    }

    .navpro.navpro.navpro-slideout.orientation-horizontal .navpro-menu {
        flex-wrap: nowrap;
        align-items: center;
    }

    .navpro.navpro.navpro-slideout.orientation-horizontal li.li-item.level0 > a.level-top {
        border-width: 0 1px;
        margin-left: -1px;
    }

    .navpro.navpro.navpro-slideout.orientation-vertical {
        width: 300px;
        top: 0;
        bottom: 0;
        transform: translateX(-100%);
        left: 0;
    }

    .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar-track {
        background-color: #ededed;
        border-radius: 0;
    }

    .navpro.navpro.navpro-slideout.orientation-vertical.navpro-accordion::-webkit-scrollbar-thumb {
        background-color: #cfcfcf;
        border-radius: 0;
    }

    .navpro.navpro.navpro-slideout.orientation-vertical.dropdown-left {
        transform: translateX(100%);
        right: 0;
        left: auto;
    }

    .nav-open .navpro.navpro.navpro-slideout.orientation-vertical {
        transform: translateX(0);
    }

    .navpro.navpro.navpro-slideout.orientation-vertical li.li-item.level0 > a.level-top {
        border-width: 1px 0;
        margin-top: -1px;
    }

    .navpro.navpro.navpro-slideout.orientation-vertical .navpro-header {
        padding: 16px 12px;
    }
}

.navpro-ribbon .navpro-dropdown {
    border-radius: 0 !important;
}

.orientation-horizontal .navpro-ribbon .navpro-dropdown {
    max-width: none;
    border-width: 1px 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.orientation-horizontal .navpro-ribbon .navpro-dropdown:not(.size-fullscreen) > .navpro-dropdown-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.orientation-horizontal .navpro-ribbon .navpro-dropdown .navpro-dropdown {
    top: 100% !important;
}

.orientation-horizontal .navpro-ribbon .navpro-dropdown .navpro-icon-caret::before {
    transform: rotate(0);
}

.orientation-horizontal .navpro-ribbon .children {
    display: flex;
    flex-wrap: wrap;
}

.navpro-slideout.orientation-vertical .navpro-ribbon .navpro-dropdown {
    left: 100% !important;
    top: -1px !important;
    bottom: -1px;
}

.rtl .orientation-vertical .navpro-ribbon .navpro-dropdown, .dropdown-left.orientation-vertical .navpro-ribbon .navpro-dropdown {
    left: auto !important;
    right: 100% !important;
}

.rtl .dropdown-left.orientation-vertical .navpro-ribbon .navpro-dropdown {
    right: auto !important;
    left: 100% !important;
}

.navpro-stacked ul li.ui-menu-item {
    position: static;
}

.navpro-stacked ul li.ui-menu-item > .navpro-dropdown {
    top: -1px !important;
    left: 100% !important;
}

.rtl .navpro-stacked ul li.ui-menu-item > .navpro-dropdown, .navpro-rtl .navpro-stacked ul li.ui-menu-item > .navpro-dropdown {
    left: auto !important;
    right: 100% !important;
}

.navpro-stacked ul .navpro-dropdown.shown {
    transition-delay: 0s;
}

.dropdown-left .navpro-stacked ul li.ui-menu-item > .navpro-dropdown {
    left: auto !important;
    right: 100% !important;
}

.navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown {
    transition-delay: 0s;
    top: -1px !important;
    bottom: -1px !important;
    left: 100% !important;
}

.rtl .navpro-slideout.orientation-vertical .navpro-stacked .navpro-dropdown {
    left: auto !important;
    right: 100% !important;
}

.dropdown-left.orientation-vertical .navpro-stacked .navpro-dropdown {
    left: auto !important;
    right: 100% !important;
}

.rtl .dropdown-left.orientation-vertical .navpro-stacked .navpro-dropdown {
    right: auto !important;
    left: 100% !important;
}

@media (min-width: 768px) {
    .navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1 > .navpro-shevron {
        height: 8px;
        width: 8px;
        top: -4px !important;
    }

    .navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1.size-boxed > .navpro-shevron {
        top: -3px !important;
    }

    .dropdown-top.navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1 > .navpro-shevron {
        bottom: -4px !important;
    }

    .dropdown-top.navpro.navpro-theme-compact.orientation-horizontal li.level-top > .navpro-dropdown-level1.size-boxed > .navpro-shevron {
        bottom: -3px !important;
    }
}

@media (min-width: 768px) {
    .navpro.navpro-theme-compact .navpro-dropdown.size-small {
        min-width: 180px;
        width: 180px;
    }

    .navpro.navpro-theme-compact .navpro-dropdown.size-medium {
        width: 260px;
    }

    .navpro.navpro-theme-compact .navpro-dropdown.size-large {
        width: 450px;
    }

    .navpro.navpro-theme-compact .navpro-dropdown.size-xlarge {
        width: 600px;
    }
}

.navpro.navpro-theme-air .navpro-dropdown {
    border-radius: 4px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
    border: 0;
}

.navpro.navpro-theme-air .navpro-dropdown > .navpro-shevron {
    border: 0 !important;
}

.navpro.navpro-theme-air.orientation-vertical, .navpro.navpro-theme-air.navpro-slideout {
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
}

.navpro.navpro-theme-air.orientation-vertical:not(.navpro-slideout) {
    padding: 10px;
    border-radius: 4px;
}

.navpro.navpro-theme-air.orientation-vertical:not(.navpro-slideout) .level-top {
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    margin-bottom: 35px;
    margin-top: 10px;
    letter-spacing: -1px;
}

.block.newsletter #newsletter-validate-detail input#newsletter {
    padding-left: 9px;
}

.header.content .header.links {
    float: right;
    margin: 0px;
    top: 10px;
    margin-right: 0px;
    padding: 0px;
    position: relative;
}

.header.content .header.links li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    padding: 0px 5px;
    margin: 0px;
    line-height: 40px;
    font-family: montserrat;
    font-weight: 600;
}

.header.content .header.links li a {
    text-decoration: none;
    transition: all 300ms;
    padding: 5px;
}

.header.content .header.links li a:hover {
    background-color: #fff0eb;
}

.page-header a.logo {
    margin-left: -116px !important;
}

.navigation .level0 > .level-top {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9em;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    color: #ffffff;
}

/* CMS NAV Featured block ****/
.nav-pro__featured-products {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 2px solid #888;
    margin-left: 2%;
    padding-left: 6%;
    box-sizing: border-box;
}

.nav-pro__featured-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 2%;
}

@media (max-width: 958px) {
    .nav-pro__featured-product {
        margin-left: 10px;
    }
}

.nav-pro__featured-product .featured-product__image-link {
    margin-right: 20px;
    min-width: 98px;
}

.nav-pro__featured-product a {
    margin-left: 0;
    text-decoration: none;
    color: black;
    letter-spacing: 0px;
}

.nav-pro__featured-product .featured-product__image {
    max-width: 180px;
    object-fit: cover;
    width: 180px;
    height: 120px;
}

@media (max-width: 1148px) {
    .nav-pro__featured-product .featured-product__image {
        width: 150px;
    }
}

@media (max-width: 1124px) {
    .nav-pro__featured-product .featured-product__image {
        width: 130px;
    }
}

@media (max-width: 958px) {
    .nav-pro__featured-product .featured-product__image {
        width: 100px;
        height: 110px;
    }
}

.nav-pro__featured-product .featured-product__info {
    max-width: 191px;
}

.nav-pro__featured-product .featured-product__intro {
    margin: 0;
    text-transform: uppercase;
    color: #777;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 1px;
}

.nav-pro__featured-product .featured-product__title {
    color: #202020;
    font-family: Oswald, Open Sans, arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 6px 0;
    padding: 0;
    text-transform: uppercase;
}

@media (max-width: 958px) {
    .nav-pro__featured-product .featured-product__title {
        font-size: 18px;
        letter-spacing: 0;
    }
}

.nav-pro__featured-product .nav-button {
    background-color: #fff0eb;
    border: solid black 1px;
    border-color: black;
    color: black;
    transition: all 400ms;
    display: inline-block;
    padding: 9px 15px;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-size: 12px;
    font-weight: bold;
    font: open sans;
    margin-top: 2px;
}

.nav-pro__featured-product .nav-button:hover {
    background-color: black;
    color: white;
}

/* Products in the NAV */
.navpro-dropdown .products-grid .product-item {
    margin-bottom: 0;
    margin-left: 2%;
    width: calc(23%);
}

.navpro-dropdown .product-image-container {
    max-width: 90%;
    padding: 5%;
}

.navpro-dropdown .block {
    margin-bottom: 0px;
}

.navpro-dropdown .item-block-container {
    padding-left: 4%;
    margin-left: 2%;
    border-left: solid #999 1px;
    min-height: 160px;
}

.navpro-dropdown .product-item-name {
    font-family: Open sans;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0 10px;
    line-height: 14px;
}
@media (max-width: 1024px) {
    .navpro-dropdown .products-grid .product-item:last-child {
        display: none;
    }

    .navpro-dropdown .block.widget .products-grid .product-item, .navpro-dropdown.page-layout-1column .block.widget .products-grid .product-item, .navpro-dropdown.page-layout-3columns .block.widget .products-grid .product-item {
        width: 31%;
    }
}

a.action.primary, .action.primary {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.header-notice {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-size: 0.85em;
}

.minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before {
    font-size: 26px;
}

.minicart-wrapper .action.close {
    right: 5px;
    top: 5px;
}

footer .footer-column-content h3 {
    text-transform: uppercase;
    font-size: 1.0em;
}

footer .footer-column-content {
    padding: 15px;
}

footer ul.footer-list-links {
    padding: 0px !important;
}

footer ul.footer-list-links li {
    display: block !important;
    list-style: none;
}

footer ul.footer-list-links li a {
    padding: 5px 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.7em;
    display: inline-block;
}

/* TOP NAV */
.navpro-dropdown-inner {
    box-sizing: border-box;
    padding: 35px 25px 50px 25px;
}

@media (min-width: 768px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding-right: unset;
    }
}

.section-item-content.nav-sections-item-content .navigation .level0 {
    margin: 0px;
}

.section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
    padding: 16px 4px;
    line-height: normal;
    font-family: Montserrat;
    font-weight: normal;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 840px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 7px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 15px;
        letter-spacing: .15em;
    }
}

@media (min-width: 1150px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 18px;
        letter-spacing: .25em;
    }
}

@media (min-width: 1300px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 22px;
        letter-spacing: .25em;
    }
}

.navpro h3, .navpro-heading a span {
    font-family: PlayFair Display;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: none;
    margin-top: 0;
    color: #333;
    padding-left: 4px;
    line-height: 27px;
}

.navpro-heading a {
    padding: 0px;
    margin-top: -7px;
    text-decoration: none;
}

.navpro-dropdown .children > li > a, .navpro-dropdown .children .parent > a {
    display: inline-block;
    line-height: inherit;
    color: #555;
    padding: 0px !important;
    text-decoration: none;
}

.navpro-dropdown .children > li > a :hover, .navpro-dropdown .children .parent > a :hover {
    text-decoration: none;
    background-color: #fff0eb;
}

.navpro-dropdown .children > li > a span, .navpro-dropdown .children .parent > a span {
    display: inline-block;
    padding: 6px 7px;
}
@media (min-width: 768px) {
    .section-item-content.nav-sections-item-content .navigation .level0.parent > .level-top > .ui-menu-icon {
        display: none;
    }

    .footer.content .footer-column#footer-column-1 {
        width: 50%;
        float: left;
    }

    .footer.content .footer-column {
        width: 12.5%;
        float: left;
    }
}
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    padding-left: 45px;
    padding-right: 45px;
}
.product-item {
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
}
.block.newsletter #newsletter-validate-detail input#newsletter {
    padding: 9px;
}

/* Search Box *****/
#search {
    padding: 11px;
    padding-left: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.block-search {
    margin-top: 10px;
    max-width: 230px;
    width: 20%;
    transition: all 500ms;
}

.block-search #search::placeholder {
    color: #555;
    text-transform: uppercase;
}

.block-search #search:focus::placeholder {
    opacity: 0;
}

.block-search .action.search {
    right: 0;
}

.block-search:hover {
    max-width: 250px;
    width: 250px;
}

@media (max-width: 1024px) {
    .block-search:hover {
        width: 195px;
    }
}

.search-autocomplete {
    box-shadow: 0 12px 8px -5px rgba(0, 0, 0, 0.6);
}

.search-autocomplete ul li {
    padding: 8px 40px 8px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
    background-color: #FFF0EB;
}
a.action {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: solid #bbbbbb 1px;
    padding: 6px 10px;
    font-size: 12px;
    color: #A16209;
    margin-right: 4px;
    font-family: Open Sans;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

a.action:hover {
    color: black;
    background-color: #FFF0EB;
}
a.showcart {
    border: none;
    padding: 0;
    background-color: white !important;
}
.action.primary {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.block-title {
    border-top: solid black 2px;
    padding-top: 10px;
    font-family: Playfair Display;
    text-transform: none;
    font-size: 19px !important;
}
@media (min-width: 768px) {
    .navpro.orientation-horizontal > ul {
        justify-content: center;
    }

    .navpro.orientation-horizontal > ul > li {
        display: flex;
        align-items: flex-end;
    }

    .navpro-dropdown .children > li > a {
        padding-left: 0px;
    }
}

.navpro.navpro li.li-item {
    text-align: left;
}

@media (min-width: 768px) {
    .navpro.orientation-horizontal li.level-top.parent a.level-top, .navpro.orientation-horizontal li.level-top a.level-top {
        position: relative;
    }

    .navpro.orientation-horizontal li.level-top.parent a.level-top::before, .navpro.orientation-horizontal li.level-top a.level-top::before, .navpro.orientation-horizontal li.level-top.parent a.level-top::after, .navpro.orientation-horizontal li.level-top a.level-top::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0px;
        height: 4px;
        width: 100%;
        margin: 0;
        float: none;
        border: none;
        border-bottom-color: transparent;
        background: #fff;
        opacity: 0;
        visibility: hidden;
    }

    .navpro.orientation-horizontal li.level-top:not(.parent) a.level-top:hover::before, .navpro.orientation-horizontal li.level-top:not(.parent) a.level-top:hover::after {
        visibility: visible;
        opacity: 1;
    }
}

/* custom-styles.css */
.hide-on-desktop {
    display: none !important;
}
header.page-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
}

.sections.nav-sections {
    position: sticky;
    top: 120px;
    z-index: 101;
}
.product-item .product-item-photo {
    display: block;
    position: relative;
}
.minicart-wrapper .block-minicart {
    -webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.75);
}

.minicart-wrapper .action.close:before {
    font-size: 18px;
}

#minicart-content-wrapper .minicart-items-wrapper {
    max-height: 350px;
    border-top: 0;
    margin-right: -10px;
}

#minicart-content-wrapper .minicart-items-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#minicart-content-wrapper .minicart-items-wrapper::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border-radius: 10px;
}

#minicart-content-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 10px;
}

#minicart-content-wrapper .block-content > .actions .secondary a.viewcart {
    background: #Cd1111;
    font-size: 14px;
    color: #fff;
    height: 54px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    border-radius: 3px;
    padding-top: 19px;
    box-sizing: border-box;
    border: 2px solid #cd1111;
    border-radius: 0;
    letter-spacing: 3px;
}

#minicart-content-wrapper .block-content > .actions .secondary a.viewcart:hover {
    text-decoration: none;
    background-color: #fff;
    color: #cd1111;
}

#minicart-content-wrapper .block-content > .actions .secondary a.viewcart:hover {
    text-decoration: none;
    background-color: #777;
    color: white;
    border: 2px solid #777;
}

#minicart-content-wrapper .aw-sarp2-subscription-label {
    background-color: #999;
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
}

#mini-cart li.item {
    position: relative;
}

.minicart-items .action.delete:before {
    display: none;
}

.minicart-items .action.edit > span, .minicart-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: initial;
}

.minicart-wrapper .actions .subtotal-line .copy {
    color: #333;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 16px;
    padding: 5px 0 20px 0;
    display: inline-block;
}

.minicart-wrapper .actions .subtotal-line .subtotal {
    color: #333;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 16px;
    padding: 5px 0 20px 0;
    display: inline-block;
    float: right;
}

.minicart-items .product-item-name a {
    color: #333;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    display: inline-block;
}

.minicart-items .label {
    font-weight: 300;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.minicart-items .product-item-details {
    text-align: left;
    font-family: "Oswald";
}

.minicart-items .action.delete {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-top: 6px;
    padding: 4px 11px;
    border-style: dotted;
}

.minicart-wrapper .product .actions {
    float: none;
    margin: 0;
    display: inline-block;
    width: 48%;
}

.minicart-items .product-item-details .price {
    font-size: 16px;
    font-weight: normal;
}

.minicart-wrapper .product-item-pricing {
    display: inline-block;
    text-align: right;
    width: 50%;
    font-family: "Oswald";
}
.paypal-express-review .price-including-tax .price, .price-excluding-tax .price {
    font-weight: 400;
    font-size: 14px;
}
li.hidden {
    display: none !important;
}
.item-block-container {
    display: flex;
}

.item-block-container .item-block {
    flex-basis: 0;
    flex-grow: 1;
}

.item-block-container .item-block a.product-item-photo {
    display: block;
    text-align: center;
}

.item-block-container .item-block a.product-item-photo .product-image-container {
    padding: 10px;
}

.item-block-container .item-block a.product-item-name {
    display: block;
    color: #333;
    text-align: center;
    line-height: 17px;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
}

.item-block-container .item-block a.product-item-name:hover {
    color: black;
}
.section-item-content.nav-sections-item-content .navigation .level0 {
    margin: 0px;
}

.section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
    padding: 16px 4px;
    line-height: normal;
    font-family: Montserrat;
    font-weight: normal;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 840px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 7px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1024px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 15px;
        letter-spacing: .15em;
    }
}

@media (min-width: 1150px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 18px;
        letter-spacing: .25em;
    }
}

@media (min-width: 1300px) {
    .section-item-content.nav-sections-item-content .navigation .level0 > .level-top {
        padding: 16px 22px;
        letter-spacing: .25em;
    }
}
.label-best {
    position: absolute;
    z-index: 19;
    background: url('../../frontend/Candledelirium/desktop/en_US/images/bestseller-flag.png') center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 178px;
    top: 0;
    right: 21px;
}
.cart.item dl.item-options dt:nth-of-type(1), .cart.item dl.item-options dd:nth-of-type(1) {
    display: none;
}
.w100 {width: 100%;}
.ui-datepicker td {
    padding: 0;
}
.attribute-name {
    font-family: 'Playfair Display';
    font-size: 35px;
    letter-spacing: -1px;
    width: 100%;
    display: block;
    color: #111;
    text-align: center;
    margin-bottom: 20px;
}
.attribute-desc {
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #111;
}
#ui-id-15{
  background-color: #c30101;
}
/* styles-m */
.product-item-name > a, .product.name a > a {
    color: #333333;
    text-decoration: none;
}
.abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
    color: #333333;
    text-decoration: underline;
}

.abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
    color: #333333;
    text-decoration: underline;
}

.abs-product-link > a:active, .product-item-name > a:active, .product.name a > a:active {
    color: #333333;
    text-decoration: underline;
}
.table-wrapper {
    margin-bottom: 20px;
}
table > caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
._block-content-loading {
    position: relative;
}
.breadcrumbs {
    margin: 0 0 15px;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
  font-size: 1.2rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
/*styles-l*/

@media all and (min-width: 1024px), print {
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }

}
.product-item .product-item-link {
    font-weight: 300 !important;
    text-decoration: none !important;
}

.product-item .price-box .price {
    font-weight: normal;
    font-size: 16px;
}
.breadcrumbs .items {
    color: #666;
    margin: 0;
    padding: 0;
    list-style: none none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

.breadcrumbs .items .item strong {
    font-weight: normal;
}
.braintree-paypal-logo.oneclick-container {
    width: 100%;
}
.breadcrumbs .items {
    font-size: 1.2rem;
    color: #707070;
    margin: 0;
    padding: 0;
    list-style: none none;
}

.breadcrumbs .items > li {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs .item {
    margin: 0;
}

.breadcrumbs a {
    color: #333333;
    text-decoration: none;
}

.breadcrumbs a:visited {
    color: #333333;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #333333;
    text-decoration: underline;
}

.breadcrumbs a:active {
    color: #333333;
    text-decoration: none;
}

.breadcrumbs strong {
    font-weight: 400;
}

.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}

.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}
.product-item-info {
    max-width: 100%;
    width: 152px;
}
.product-item .price-box {
    margin: 10px 0 25px;
}

.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
}

.product-item .price-box .price-label {
    color: #666666;
    font-size: 12px;
}

.product-item .old-price {
    margin: 5px 0;
}

.product-item .old-price .price {
    font-weight: normal;
}

.product-item .regular-price .price-label {
    display: none;
}

.product-item .minimal-price .price-container {
    display: block;
}

.product-item .minimal-price-link {
    margin-top: 5px;
}

.product-item .price-from, .product-item .price-to {
    margin: 0;
}

.product-item .tocompare:before {
    content: '\e61e';
}

.product-item .tocart {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}

.column.main .product-items {
    margin-left: 0;
}

.column.main .product-item {
    padding-left: 0;
}

.price-container .price {
    font-size: 1.4rem;
}
.old-price, .old.price {
    color: #666666;
}
.product-info-main .product-info-price {
    color: #575757;
    border-bottom: 1px solid #c1c1c1;
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.product-info-main .product-info-price .price-box {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

.product-info-main .product-info-price .price-box .price-container > span {
    display: block;
    margin-bottom: 5px;
}

.product-info-main .product-info-price .price-box .price-container > span:last-child {
    margin-bottom: 0;
}

.product-info-main .product-info-price .price-including-tax + .price-excluding-tax, .product-info-main .product-info-price .weee + .price-excluding-tax, .product-info-main .product-info-price .weee {
    font-size: 1.4rem;
}

.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price, .product-info-main .product-info-price .weee + .price-excluding-tax .price, .product-info-main .product-info-price .weee .price {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 16px;
}

.product-info-main .product-info-price .price-wrapper .price {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 22px;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 2rem;
    font-weight: 300;
}

.product-info-main .product-info-price .special-price .price-label:after {
    content: ': ';
}

.product-info-main .product-info-price .price {
    white-space: nowrap;
}

.product-info-main .product-info-stock-sku {
    display: table-cell;
    padding-bottom: 10px;
    padding-left: 10%;
    text-align: right;
    vertical-align: top;
}

.product-info-main .stock {
    margin: 0 0 3px;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
    word-break: break-all;
    word-wrap: break-word;
}

.product-info-main .product.attribute.sku .type {
    font-weight: normal;
    margin-right: 5px;
}

.product-info-main .product.attribute.sku .type:after {
    content: '#:';
}

.product-info-main .product.attribute.sku .value {
    display: inline-block;
}

.product-info-main .product.attribute.overview {
    margin: 20px 0;
}

.product-info-main .product.alert {
    margin: 10px 0;
}

.product-info-main .product-add-form {
    clear: both;
    padding-top: 15px;
}

.product-info-main .product-reviews-summary {
    float: left;
}

.product-info-main .product-options-bottom .box-tocart {
    margin-top: 20px;
}
.product-options-bottom .price-box, .product-info-price .price-box {
    color: #575757;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top;
}

.product-options-bottom .price-box .old-price, .product-info-price .price-box .old-price {
    font-size: 20px;
    font-weight: 300;
}

.product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span {
    display: inline-block;
}

.product-options-bottom .price-box .price-container > span, .product-info-price .price-box .price-container > span {
    display: block;
    margin-bottom: 5px;
}

.product-options-bottom .price-box .price-container > span:last-child, .product-info-price .price-box .price-container > span:last-child {
    margin-bottom: 0;
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax, .product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax, .product-options-bottom .price-box .price-container .weee + .price-excluding-tax, .product-info-price .price-box .price-container .weee + .price-excluding-tax, .product-options-bottom .price-box .price-container .weee, .product-info-price .price-box .price-container .weee {
    font-size: 1.2rem;
    line-height: 14px;
}

.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price, .product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price, .product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price, .product-info-price .price-box .price-container .weee + .price-excluding-tax .price, .product-options-bottom .price-box .price-container .weee .price, .product-info-price .price-box .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
}
.block .title {
    display: block;
    margin-bottom: 10px;
}
.action-skip-wrapper {
    height: 0;
    position: relative;
}
@media all and (min-width: 640px) {
  .table > tbody > tr > th, .table > tbody > tr > td {
      border-top: 1px solid #cccccc;
  }

}
/* custom-styles */
.page-wrapper .breadcrumbs .items {
    font-family: "Montserrat";
    font-size: 10px;
    color: #333;
    text-transform: uppercase;
}

.page-wrapper .breadcrumbs .item:not(:last-child):after {
    line-height: 1.4;
}

.slick-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") !important;
    width: 27px !important;
    height: 44px !important;
    opacity: .5;
}

.slick-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") !important;
    width: 27px !important;
    height: 44px !important;
    opacity: .5;
}

.slick-prev:hover, .slick-next:hover {
    opacity: 1
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.breadcrumbs {
    padding: 20px 45px !important;
    margin: 0;
}
.product-info-main .product-info-brand {
    text-align: right;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0px;
}

.product-info-main .product-info-brand .product-brand-logo {
    width: 100%;
    text-align: right;
}

.product-info-main .product-info-brand .product-brand-logo img {
    max-height: 55px;
}

.product-info-main .product-info-brand .product-brand-logo a:hover {
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}

.product-info-main .product-info-brand .product-brand-logo a:hover span {
    border-bottom: dotted #A16209 1px;
}

.product-info-main .page-title-wrapper.product {
    padding-top: 10px;
}

.product-info-main h1 span {
    font-size: 30px;
    letter-spacing: -1px;
}

.product-info-main .rating-summary {
    margin-right: 5px;
}

.product-info-main .product-info-price {
    padding-bottom: 15px;
}

.product-info-main .product-info-price .price-final_price {
    padding-bottom: 0;
}

.product-info-main .product-info-price {
    border-bottom-style: dotted;
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-family: "Oswald";
    font-size: 30px !important;
    font-weight: 300;
    color: #333;
}

.price-box.price-final_price .old-price {
    display: inline-block;
    margin-right: 5px;
}

.price-box.price-final_price .old-price .price-label {
    display: none !important;
}

.price-box.price-final_price .old-price .price {
    text-decoration: line-through;
}

.price-box.price-final_price .special-price {
    display: inline-block;
}

.price-box.price-final_price .special-price .price {
    color: #c31111;
}

.product-info-main .product-info-price .product-info-stock-sku {
    display: none;
}

.product-info-main .product-info-price .stock {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    font-weight: 400;
}

.aw-arp-container {
    clear: both;
}

.catalog-product-view #qty {
    height: 45px;
    width: 45px;
    line-height: 1;
    padding: 9px;
}

.product-quantity__button {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #222;
    background: #222;
    color: #fff;
    vertical-align: top;
    font-size: 18px;
    box-shadow: none !important;
    display: inline-block;
    box-sizing: border-box;
}

.product-quantity__button--increase {
    float: right;
    margin-left: 4px;
}

.product-quantity__button:hover {
    background: #fff;
}

.product-quantity__button:before, .product-quantity__button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1px;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    background: #fff;
    content: "";
}

.product-quantity__button:hover:before, .product-quantity__button:hover:after {
    background: #222;
}

.product-quantity__button--increase:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-info-price div.product.attribute.sku {
    display: none;
}

a.scent-link {
    text-transform: uppercase;
    color: #A16209;
    display: inline-block;
    margin-right: 1px;
    font-size: 13px;
    padding-bottom: 1px;
    border-bottom: dotted #fff 1px;
}

a.scent-link:hover {
    border-bottom: dotted #A16209 1px;
    text-decoration: none;
}

a.scent-link2 {
    text-transform: uppercase;
    color: #A16209;
    display: inline-block;
    margin-right: 1px;
    font-size: 13px;
    padding-bottom: 1px;
    border-bottom: dotted #fff 2px;
    font-family: Montserrat;
}

a.scent-link2:hover {
    border-bottom: dotted #A16209 1px;
    text-decoration: none;
}

a.scent-link2 span {
    display: block;
    margin: 10px 0;
}

.nested.options-list .subscription-details .block-title {
    margin-top: 5px;
}

.nested.options-list .subscription-details .block-content {
    margin-bottom: 5px;
}

.aw-sarp2-product-subscription-options #select-field {
    display: none;
    margin-top: 20px;
}

.aw-sarp2-product-subscription-options #select-field span {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 5px;
}

.subscription-type .radio-field {
    margin-bottom: 5px;
}

.subscription-type .radio {
    margin-top: 5px;
}

.subscription-type label {
    font-family: "Montserrat";
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.qty .control {
    text-align: right;
}

.qty .control .quantity {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    letter-spacing: 1px;
}

#product-addtocart-button {
    width: 100%;
}

.product-info-below-main {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.product-info-below-main .product.attribute.overview {
    display: inline-block;
    width: 59%;
    padding-right: 80px;
    padding-top 15px; font-size: 14px;
    line-height: 2.2;
    box-sizing: border-box;
}

.product-info-below-main .additional-attributes-wrapper {
    display: inline-block;
    width: 40%;
    float: right;
}

.product-info-below-main h3 {
    font-weight: 800;
    margin-bottom: 40px;
}

.product-info-below-main h3:after {
    content: '';
    background-color: #000;
    display: inline-block;
    width: calc(100% - 220px);
    height: 1px;
    float: right;
    margin-top: 10px;
}

.additional-attributes-wrapper table tr th {
    border-top-style: dotted;
    width: 38%;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 20px;
    font-size: 13px
}

.additional-attributes-wrapper table tr td {
    border-top-style: dotted;
}

.additional-attributes-wrapper table tr:nth-of-type(1) th {
    border: 0;
}

.additional-attributes-wrapper table tr:nth-of-type(1) td {
    border: 0;
}

div[data-aw-arp-block-rule-id="2"] h3.aw-arp-container__title:after {
    content: '';
    background-color: #000;
    display: inline-block;
    width: calc(100% - 181px);
    height: 1px;
    float: right;
    margin-top: 10px;
}

div[data-aw-arp-block-rule-id="1"] h3.aw-arp-container__title:after {
    content: '';
    background-color: #000;
    display: inline-block;
    width: calc(100% - 206px);
    height: 1px;
    float: right;
    margin-top: 10px;
}

@media (min-width: 768px), print {
    .page-layout-1column .product.media {
        width: 47% !important;
    }

    .product-info-main .product-add-form {
        padding-top: 0 !important;
    }
    .breadcrumbs{
      margin-left: auto;
      margin-right: auto;
    }
}
.catalog-product-view .oneclick-container {
    display: none;
}
.catalog-product-view .product-image-photo {
    max-width: 200px;
}
.catalog-product-view .slick-slider {
    padding-inline-end: 40px;}

.fotorama__nav--thumbs {
    margin-top: -100px !important;
}
@media all and (min-width: 768px), print {
    .page-layout-1column .column.main {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .product-info-main .page-title-wrapper h1 {
       margin-bottom: 15px;
   }

   .product-info-main .product-add-form {
       padding-top: 20px;
   }

   .box-tocart .action.tocart {
       margin-bottom: 0;
       margin-right: 1%;
       width: 49%;
   }

   .product-social-links {
       text-align: left;
   }

   .product-options-bottom .price-box .price-container, .product-info-price .price-box .price-container {
       font-size: 21px;
   }

   .product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
       font-size: 36px;
       line-height: 36px;
   }

   .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price, .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
       font-size: 1.4rem;
       line-height: 16px;
   }

   .product-info-main {
       float: right;
   }

   .product.media {
       float: left;
       margin-bottom: 25px;
   }

   .page-layout-1column .product-info-main {
       width: 40%;
   }

   .page-layout-1column .product.media {
       width: 57%;
   }
   .product-item .price-box .price {
    font-weight: 400;
    font-size: 16px;
  }
}
.box-tocart .action.tocart {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.3rem;
    vertical-align: top;
}
.box-tocart .input-text.qty{
  text-align: center;
}
.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart {
    margin: 0 0 30px;
}
.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 15px;
}
/*gift card */
.amcard-checkbox-container {
 position:relative;
}
.amcard-checkbox-container:first-child {
 margin-right:30px;
}
.amcard-checkbox-container>.amcard-checkbox {
 display:none;
}
.amcard-checkbox-container>.amcard-name {
 margin-left:23px;
 line-height:20px;
}
.amcard-checkbox-container>.amcard-label {
 padding-left:21px;
 cursor:pointer;
}
.amcard-checkbox-container>.amcard-label:before {
 position:absolute;
 top:2px;
 left:0;
 box-sizing:border-box;
 width:16px;
 height:16px;
 border:1px solid #ccc;
 border-radius:3px;
 background:#fff;
 content:'';
}
.amcard-checkbox-container>.amcard-checkbox:checked+.amcard-label:before {
 border:none;
 background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
 background-size:16px;
}
.amcard-flex-container {
 display:flex;
 justify-content:space-between;
}
.amcard-flex-container.-checkbox {
 justify-content:flex-start;
}
.amcard-form-container {
 position:relative;
 margin-top:25px;
 border-top:1px solid #c1c1c1;
}
.amcard-form-container.-interior {
 border:none;
}
.amcard-form-container .amcard-title {
 display:block;
 margin:20px 0 10px;
 color:#363636;
 font-weight:600;
 font-size:14px;
 line-height:19px;
}
.amcard-form-container>.amcard-button {
 box-sizing:border-box;
 padding:7px 10px;
 border:1px solid #dadada;
 border-radius:2px;
 background:#eee;
 font-size:14px;
 transition:background-color .3s ease;
}
.amcard-form-container>.amcard-button:hover {
 background-color:#1e79c2;
 box-shadow:0 2px 4px rgba(45,147,226,0.1);
 color:#fff;
}
.amcard-form-container .amcard-radio {
 display:none;
}
.amcard-form-container .amcard-input.-hidden {
 position:absolute;
 display:inline;
 width:0;
 height:0;
 opacity:0;
}
.amcard-field-container {
 flex-basis:48%;
 margin-top:0;
 border:none;
 text-align:left;
}
.amcard-field-block {
 display:block;
}
.amcard-field-block>.amcard-button {
 padding:7px 17px;
 border:1px solid #d4d4d4;
 border-left:none;
 border-radius:0 2px 2px 0;
}
.amcard-field-block.-datepicker .amcard-label {
 position:relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
 position:absolute;
 top:2px;
 left:10px;
 width:16px;
 height:16px;
 background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
 content:'';
 cursor:pointer;
}
.amcard-field-block.-datepicker {
 margin-bottom:20px;
}
.amcard-field-block>.amcard-field {
 box-sizing:border-box;
 border:1px solid #d4d4d4;
 border-radius:2px;
 background:#fff;
}
.amcard-field-block>.amcard-field::-webkit-input-placeholder {
 color:#d4d4d4;
}
.amcard-field-block>.amcard-field:-ms-input-placeholder {
 color:#d4d4d4;
}
.amcard-field-block>.amcard-field::placeholder {
 color:#d4d4d4;
}
.amcard-field-block>.amcard-field:focus {
 z-index:5;
}
.amcard-field-block>.amcard-field.mage-error {
 border-color:#ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
 padding-left:36px;
 height:32px;
}
.amcard-field-block.-double {
 display:flex;
}
.amcard-field-block.-double>.amcard-field {
 border-radius:2px 0 0 2px;
}
.amcard-price-container {
 display:flex;
 flex-wrap:wrap;
}
.amcard-price-container>.amcard-button {
 margin:0 10px 5px 0;
}
.amcard-label-block {
 position:relative;
 border-radius:2px;
 cursor:pointer;
}
.amcard-label-block>.amcard-name {
 margin-left:25px;
}
.amcard-label-block>.amcard-radio:checked+.amcard-icon {
 border:none;
 background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
}
.amcard-label-block>.amcard-icon {
 position:absolute;
 top:2px;
 width:15px;
 height:15px;
 border:1px solid #c2c2c2;
 border-radius:50%;
 cursor:pointer;
}
.amcard-label-block.-price {
 box-sizing:border-box;
 margin:0 10px 5px 0;
 padding:6px 8px;
 border:1px solid #dadada;
 background-color:#f0f0f0;
 font-size:14px;
 transition:background-color .3s ease,border .3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
 border:1px solid #1e79c2;
 background-color:#1e79c2;
 box-shadow:0 2px 4px rgba(45,147,226,0.1);
 color:#fff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
 margin-right:30px;
}
.amcard-upload-container .amcard-label-block {
 padding:5px 13px 5px 38px;
 background:#1e79c2;
 color:#fff;
 cursor:pointer;
 transition:background-color .3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
 background:#2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
 position:absolute;
 top:7px;
 left:11px;
 width:16px;
 height:15px;
 background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
 content:'';
}
.amcard-customer-image>.amcard-container,
.amcard-image-container>.amcard-container,
.amcard-customer-image>.amcard-image,
.amcard-image-container>.amcard-image {
 padding:7px;
 max-width:90px;
 cursor:pointer;
}
.amcard-customer-image>.amcard-container.-active,
.amcard-image-container>.amcard-container.-active,
.amcard-customer-image>.amcard-image.-active,
.amcard-image-container>.amcard-image.-active,
.amcard-customer-image>.amcard-container:hover,
.amcard-image-container>.amcard-container:hover,
.amcard-customer-image>.amcard-image:hover,
.amcard-image-container>.amcard-image:hover {
 padding:6px;
 border:1px solid #026bb3;
 border-radius:2px;
 box-shadow:0 4px 4px #e2f0fb;
}
.amcard-upload-container {
 position:relative;
 display:flex;
 margin:10px 0;
}
.amcard-upload-container .amcard-input {
 display:none;
}
.amcard-customer-image {
 display:flex;
 padding:15px;
 background:#e8f6ff;
}
.amcard-customer-image>.amcard-container {
 display:flex;
 align-items:center;
 margin-right:15px;
 max-width:100px;
 cursor:pointer;
}
.amcard-customer-image .amcard-image {
 width:100%;
 height:100%;
}
.amcard-image-information {
 display:flex;
 flex-direction:column;
 justify-content:space-between;
}
.amcard-image-information>.amcard-description,
.amcard-image-information>.amcard-title {
 margin:0;
}
.amcard-image-information>.amcard-delete {
 position:relative;
 align-self:flex-start;
 padding:0 15px;
 border:none;
 background:none;
 box-shadow:none;
 color:#1787e0;
 cursor:pointer;
}
.amcard-image-information>.amcard-delete:hover {
 text-decoration:underline
}
.amcard-image-information>.amcard-delete:before {
 position:absolute;
 top:3px;
 left:0;
 width:12px;
 height:10px;
 background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
 content:'';
}
.amcard-preview-container {
 margin-top:15px;
 display: none;
}
.amcard-preview-container>.amcard-button {
 box-sizing:border-box;
 padding:6px 15px;
 border:1px solid #4190c6;
 border-radius:2px;
 background:none;
 color:#026bb3;
 font-size:14px;
 transition:background-color .3s ease-out;
}
.amcard-preview-container>.amcard-button:hover {
 background:#026bb3;
 color:#fff;
}
.amcard-general-container {
 display:none;
 margin-bottom:20px;
}
.amcard-general-container.-visible {
 display:block;
}
.amcard-general-container .amcard-warning {
 color:#e02b27;
 font-size:12px;
}
.amcard-tooltip-container {
 position:absolute;
 bottom:25px;
 left:98px;
 z-index:10;
 display:none;
 padding:10px;
 width:200px;
 border-radius:6px;
 background:#fff;
 box-shadow:0 10px 15px rgba(0,0,0,0.15);
}
.amcard-question-container:hover .amcard-tooltip-container {
 display:block;
}
.amcard-tooltip-container:after {
 position:absolute;
 bottom:-8px;
 left:20px;
 width:18px;
 height:18px;
 background:#fff;
 content:'';
 transform:rotate(45deg);
}
.amcard-tooltip-container>.amgiftcard-text {
 color:#575757;
 font-weight:400;
 font-size:12px;
}
.amcard-question-container {
 align-self:center;
 margin:0 20px;
 width:17px;
 height:17px;
 background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
}
.amcard-carousel-container .slick-arrow {
 z-index:10;
}
.amcard-page-product .modal-inner-wrap {
 max-width:900px;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
 color:#575757;
 font-weight:600;
 font-size:36px;
 line-height:36px;
}
.amcard-page-product .amcard-preview .header {
 display:flex;
 justify-content:center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
 background:#fff !important;
}
.amcard-page-product .amcard-preview .main {
 border-collapse:separate;
 border-top:6px solid #1787e0;
 border-radius:10px;
 box-shadow:0 4px 4px rgba(0,0,0,0.1);
}
.amcard-page-product .amcard-preview .logo {
 margin:0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
 float:none;
}
.amcard-page-product .product-info-main .product-info-price {
 margin-bottom:0;
 border:0;
}
.amcard-page-product .product-info-main .product-add-form {
 clear:none;
 margin-bottom:20px;
 padding-top:0;
 border:0;
}
.gallery-placeholder.-amcard {
 display:flex;
 justify-content:center;
 align-items:center;
}
.ammodal-aside-container {
 pointer-events:auto;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
 max-width:360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
 max-width:500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
 margin:20px 0;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
 position:relative;
 align-self:flex-start;
 padding:0;
 border:none;
 background:none;
 box-shadow:none;
 color:#1787e0;
 cursor:pointer;
}
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover {
 text-decoration:underline;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
 margin-top:10px;
}
.amcard-field-block.-code {
 margin-top:10px;
}
.amcard-field-block .amcard-button {
 font-weight:600;
 transition:opacity .3s ease-out;
}
.amcard-field-block .amcard-button:hover {
 opacity:.9;
}
.amcard-field-block .amcard-button.-account {
 background:#3a77bd;
 color:#fff;
}
.amcard-card-info {
 display:flex;
 margin-bottom:10px;
 padding:10px;
 background:#e8f6ff;
}
.amcard-card-info .amcard-field:not(:last-child) {
 margin-right:20px;
}
.amcardacc-messages-container {
 display:none;
}
.amcardacc-messages-container.-visible {
 display:block;
}
.amcard-form-container .amcard-field.-validate {
 position:absolute;
 width:0;
 opacity:0;
}
