/* 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}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

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

#desktop-slick-slider .slick-next {
    background: none;
}
.slick-prev:before, .slick-next:before {
    display: none;
}

.slick-arrow svg {
    width: 40px;
    height: 40px;
}

#desktop-slick-slider {
    width: 100%;
    max-height: 369px;
    overflow: hidden;
}

.single-slick-slide img {
    width: 100%;
}

.slick-slider .slick-slide {
    padding: 0;
}

#desktop-slick-slider .slick-next {
    right: 25px;
    background-image: none !important;
    opacity: 1 !important;
}

#desktop-slick-slider .slick-prev {
    background-image: none !important;
    opacity: 1 !important;
}

.block-new-products-images-slider {
    position: relative;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide.view-more-slide a.view-more {
    min-height: 225px;
    display: grid;
    align-content: center;
}

.box-arrivals {
    padding: 25px 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

.box-arrivals.seasons {
    padding: 0;
}

.box-arrivals h2 {
    font-family: 'PlayFair Display';
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 20px;
    text-align: center;
    background-image: url('../../frontend/Candledelirium/desktop/en_US/images/background-title-bar.png');
    background-position: left center;
    background-repeat: repeat-x;
    margin-bottom: 50px;
}

.box-arrivals h2 a {
    color: #222;
    text-decoration: none;
    display: inline-block;
    background-color: white;
    padding: 0 15px;
}

.box-arrivals .widget a {
    color: #222;
    text-decoration: none;
    display: inline-block;
    background-color: white;
    padding: 0 15px;
    font-family: Oswald;
    font-weight: 300;
    font-size: 14px;
}

.box-arrivals .widget a:hover {
    color: #A16209;
}

.box-arrivals h3 {
    font-size: 13px;
    display: block;
    font-family: SemiExtended;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 2px;
    margin-top: 0;
    font-family: SemiExtended, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.featured-cat h2 {
    font-family: 'PlayFair Display';
    font-size: 22px;
    border-top: solid #444 5px;
    padding-top: 33px;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 35px;
}

.featured-cat h4 {
    font-size: 14px;
    display: block;
    font-family: SemiExtended;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 35px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0px;
    line-height: 18px;
}

.featured-cat ul {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    width: 100%;
    padding-inline-start: 0; }

.featured-cat ul li {
    border-top: 1px dotted #BBBBBB;
    border-right: 1px dotted #BBBBBB;
    border-bottom: 1px dotted #BBBBBB;
    float: left;
    height: 300px;
    padding: 7px 20px 0 20px;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.featured-cat ul li:nth-of-type(4n) {
    border-right: 0;
}

.featured-cat ul li:nth-of-type(1), .featured-cat ul li:nth-of-type(2), .featured-cat ul li:nth-of-type(3), .featured-cat ul li:nth-of-type(4) {
    border-bottom: 0;
}

.featured-cat ul li h3 {
    font-weight: normal;
    line-height: 20px;
}

.featured-cat ul li a {
    display: block;
    text-decoration: none;
    color: #A16209;
    font-family: SemiExtended, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.featured-cat ul li img {
    margin-top: 0px;
}

.home-welcome {
    clear: both;
    line-height: 17px;
    padding-top: 20px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.home-welcome .left {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 15px;
    width: 75%;
}

.home-welcome h1 {
    font-family: SemiExtended;
    text-transform: uppercase;
    font-size: 16px;
}

.home-welcome .left p {
    margin: 11px 0px;
}

.home-welcome .right {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 30px;
    width: 25%;
    border-left: 1px dotted #CDCDCD;
}

.home-welcome .right h4 {
    border-bottom: 1px dotted #BDBDBD;
    font-family: SemiExtended, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 4px;
    padding: 0 0 3px;
    text-transform: uppercase;
}

.best-candles {
    text-align: center;
    border-top: 1px solid #CDCDCD;
    clear: both;
    margin-top: 20px;
}
.cms-home #maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.cms-home .nav-sections {
    margin-bottom: 0;
}

.cms-home #desktop-slick-slider {
    max-width: 1200px;
    margin: 0 auto;
}

.cms-home .box-arrivals {
    max-width: 1200px;
    margin: 0 auto;
}

.cms-home .featured-cat {
    max-width: 1200px;
    margin: 0 auto;
}

.cms-home .home-welcome {
    max-width: 1200px;
    margin: 20px auto;
}

.cms-home .best-candles {
    max-width: 1200px;
    margin: 0 auto;
}
#desktop-top-banner .banner-content{max-width: 1200px;margin: 0 auto;padding-top: 90px;}
#desktop-top-banner .banner-content .featured-collection{line-height: normal;font-family: Montserrat;font-weight: normal;white-space: nowrap;font-size: 13px;font-weight: 300;text-transform: uppercase;letter-spacing: 1px;}
#desktop-top-banner .banner-content .title{font-family: 'PlayFair Display', Montserrat;text-transform: uppercase;font-size: 44px;line-height: 1.1;margin: 20px 0 40px 0;}
#desktop-top-banner .banner-content .action.primary{font-size: 16px;padding: 15px 65px;}
