.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family:"aventalight",sans-serif;
}

.uk-button-primary,
.uk-button-primary:focus, .uk-button-primary:hover {
	background-color: #000;
	color: #fff;
}

#translate-inline-trig {
    z-index: 1000000;
}
.uk-alert {
    margin-bottom: 0;
}
.cart.header-cart-js .amount-badges,
.uk-offcanvas-bar .amount-badges {
	display: none;
}
.cart.header-cart-js .amount-badges.uk-visible,
.uk-offcanvas-bar .has-items .amount-badges {
	display: inline-flex;
}

#header-cart-wrapp .uk-offcanvas-close  {
	position: relative;
    top: 0;
    left: 0;
    padding: 0;
    right: 0;
}
.cms-page-view .main .main-container {
	display: contents;
	position: relative;
	padding-top: 5px;
}

.ecom-btn.ecom-btn-default{
    line-height: 32px;
}
.blenda.video, .blenda.video a {
    cursor: pointer !important;
}
.has-message .main {
    margin-top: 180px;
}
.cms-page-view.has-message .main {
    margin-top: 90px;
}
.customer-account-logoutsuccess  .main {
	margin-top: 180px;
	text-align: center;
}

.slick-slider {
    touch-action: auto !important;
}

.uk-checkbox:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus,
.uk-radio:checked, .uk-radio:checked:focus, .uk-radio:indeterminate:focus {
    background-color: #479e7a;
}

.gift-wrapper .uk-checkbox,
#minicart-content .uk-checkbox,
.gift-wrapper .uk-radio,
#minicart-content .uk-radio {
    width: 24px;
    height: 24px;
	border: 1px solid #000;
	margin: 0 10px;
}

#minicart-content .uk-select {
	-webkit-appearance:none;
	-moz-appearance:none;
	padding-right:20px;
	background-image:url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwb2x5Z29uIGZpbGw9IiM2NjYiIHBvaW50cz0iMTIgMSA5IDYgMTUgNiIgLz4KICAgIDxwb2x5Z29uIGZpbGw9IiM2NjYiIHBvaW50cz0iMTIgMTMgOSA4IDE1IDgiIC8+Cjwvc3ZnPgo=);
	background-repeat:no-repeat;
	background-position:100% 50%;
	border: 1px solid #e5e5e5;
	color: #666;
}

.minicart-campaign {
	margin: 10px;
}

.minicart-campaign .campaign-name {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.minicart-campaign .product-name {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    display: block;
}

.minicart-campaign .campaign-form {
    text-align: center;
}

.minicart-campaign .product-url {
    display: inline-block;
}

.minicart-campaign .uk-slider-items {
    max-width: calc(475px - 20px);
    margin: 0;
}

#minicart-body .minicart-content .minicart-campaign .minicart-item {
    padding: 10px 20px;
}

#minicart-body .minicart-content .minicart-campaign .minicart-item-image {
    text-align: center;
}

@media screen and (min-width: 960px) {
    .minicart-campaign .campaign-name {
        text-align: center;
    }
}

@media screen and (min-width: 640px) {
    .has-message .main {
        margin-top: 180px;
    }
    .cms-page-view.has-message .main {
        margin-top: 110px;
    }
}

.home-wrapper .widget-usp {
    padding: 5px 0px;
}

.section-category-products .list-products .product .product-color span.active {
    opacity: 1;
}
.product-color span.color-red {
    background-color: #e54040;
}
.product-color span.color-royal-blue {
    background-color: blue;
}
.product-color span.color-white {
    background-color: white;
    border: 1px solid #000;
}
.streamcheckout-index-index #checkout-review-table-wrapper .checkout-summary-info .checkout-summary-qty {
    display: inline;
}
.streamcheckout-index-index .form-grid fieldset.section-box {
    position: relative;
    border: none;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.12);
    -webkit-transition: box-shadow 1s ease;
    transition: box-shadow 1s ease;
    margin-bottom: 25px;
    padding: 25px;
}

.firecheckout .qty-wrapper  button{
    height: 20px;
    width: 20px;
    padding: 0px;
    float: left;
}

.firecheckout .qty-wrapper  input{
    width: 100px;
    float: left;
    margin: 5px 10px;
}
.firecheckout .checkout-payment-method {
	margin: 0;
}
.streamcheckout-index-index #checkout-review-table-wrapper .checkout-summary-info .cart-price {
    display: block;
}
.streamcheckout-index-index #checkout-review-table-wrapper .checkout-summary-info .cart-price .price.special + .price.base {
    display: block;
    line-height: normal;
    text-decoration: line-through;
}
.streamcheckout-index-index .checkout-payment-method .place-order {
	padding: 0;
}
.streamcheckout-index-index .checkout-payment-method .place-order .subscribe, .streamcheckout-index-index .checkout-payment-method .place-order .acceptagreement {
	display: block;
}
.streamcheckout-index-index .checkout-payment-method .payment-method-title, .streamcheckout-index-index .checkout-payment-method .payment-method-title label {
	padding: 10px 20px;
	display: inline;
}
.streamcheckout-index-index .checkout-payment-method .payment-method-title label img, .streamcheckout-index-index .checkout-payment-method .payment-method-title label div {
	padding: 5px 10px 0 0;
}
.streamcheckout-index-index .checkout-payment-method .payment-method-title label div.adyen-sprite {
	margin: 10px 10px 0 0;
	vertical-align: middle;
	min-height: 60px;
}
/*.firecheckout .place-order.order-review-form {
	position: absolute;
	width: 100%;
	padding: 25px 0;
	margin: 75px auto;
	left: 0;
}*/

.streamcheckout-index-index .same_as_billing.validation-passed, .streamcheckout-index-index .sp-methods input.validation-passed, .streamcheckout-index-index .qty-wrapper input.validation-passed, .streamcheckout-index-index .payment-method input.validation-passed, .streamcheckout-index-index .misccontainer input.validation-passed, .streamcheckout-index-index #agreements-wrapper input.validation-passed {
    border-bottom: 1px solid #ccc;
}

.streamcheckout-index-index #checkout-payment-method-load ul.messages li.error-msg {
    padding: 5px 20px;
}

.streamcheckout-index-index #checkout-payment-method-load ul.messages li {
    list-style: none;
}

.menu-wrapper li a {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.section-category-products .grid {
    max-width:1440px;
}

.firecheckout .additional-data {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px;
}
.firecheckout ul.additional-data {
    display: inline-block;
    list-style: none;
    position: relative;
}
.firecheckout ul.additional-data li {
    display: inline-block;
    position: relative;
    padding: 15px 0;
}
.firecheckout ul.additional-data li label{
    display: inline-block;
    position: relative !important;
    padding: 15px 0;
}
.wrapp-method-payment ul.form-list  li {
    list-style: none;
}

button.product-inc-quantity span.uk-icon,
button.product-dec-quantity span.uk-icon {
    display: block;
	padding: 5px;
}

.checkout-klarna-index #klarna-checkout-newsletter {
	float: left;
}
.checkout-klarna-index .newsletter-text {
	float: left;
	max-width: 85%;
	margin: 0 0 20px 0;
}
.checkout-klarna-index .newsletter-text span {
	display: inline-block;
}
.top-notification {
    position: relative;
}

.popup-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.popup-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.faq {
    padding: 0 0 50px 0;
}
section.faq .toolbar {
    text-align: right;
}
section.faq .faq-item h5, #contact_page .faq .faq-item h5 {
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    text-align: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
}
section.faq .faq-item h5 i.fa, #contact_page .faq .faq-item h5 i.fa {
    float: right;
    line-height: 20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.campaign-products .slick-controls .slick-next,
.campaign-products .slick-controls .slick-previous {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.campaign-products .slick-controls .slick-previous{
	left:10px
}
.campaign-products .slick-controls .slick-next{
	right:10px
}

#minicart-content .atc-icon {
	-webkit-animation:rota 0s linear infinite;
	animation:rota 0s linear infinite;
}


.gallery-inner .wrapper-slider-nav .uk-overlay {
	padding: 0;
}

#wrapper-slider-for .blenda.video {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:transparent;
	z-index:1;
	display:-webkit-box !important;
	display:-ms-flexbox !important;
	display:flex !important;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
#wrapper-slider-for .blenda.video a{
	margin: 0;
	opacity:1;
	-webkit-transition:opacity .2s;
	transition:opacity .2s;
	background: rgba(255,255,255,0.5);
}

.streamcheckout-index-index form label .validation-advice {
	text-transform: none;
	font-size: 14px;
}

.streamcheckout-index-index select.validation-passed {
    border: 2px solid #479e7a;
}
.streamcheckout-index-index select.validation-failed {
    border: 2px solid #ff8989 !important;
}
.product-buy .button {
    padding: 0 20px;
    min-width: 150px;
    line-height: 40px;
    height: 40px;
    width: auto;
    border: 1px solid #fff;
    background: #231f20;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
    -webkit-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
}
.campaign-modal .product {
	padding: 5px;
}
#checkout-coupon-wrapper .messages,
#checkout-coupon-wrapper .messages li {
	list-style: none;
}
#checkout-coupon-wrapper .messages li {
    color: black;
}
#checkout-coupon-wrapper .coupon-list li {
    list-style-type: none;
}

#checkout-coupon-wrapper .messages .error-msg {
	color: #ff8989;
}
#checkout-coupon-wrapper .messages .success-msg {
	color: #479e7a;
}
.streamcheckout-index-index #checkout-coupon-wrapper .checkout-coupon-form .ecom-btn {
	line-height: 20px;
}

.catalog-product-view .popular-products .wrap-desc.uk-grid-item-match {
    display: inline-block;
    min-height: 170px;
    width: 100%;
}
.catalog-product-view .popular-products .wrap-desc.uk-grid-item-match .product-buy {
	position: absolute;
	bottom: 0;
}

.streamcheckout-index-index .checkout-header {
	margin: 25px 0;
}

#checkout-coupon-wrapper ul.coupon-list {
	list-style: none;
}

.price-box .old-price {
	display: inline-block;
	position: relative;
	width: 100%;
}
.price-box .old-price .price-container {
	position: relative;
    display: inline-block;
}
.price-box .old-price .price-container:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}

.checkout-klarna-success .klarna-top {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
}

.slick-slider .slick-slide {
    margin: 0 !important;
	overflow: hidden;
}

.popular-products .slick-dots  {
	position: relative;
}
.slick-slider .product-buy .button {
    min-width: auto;
    width: auto;
}

.product-top .product-main .action-container .add-to-box .special-indent {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
}
.matching-products-item .product-price {
    padding: 10px 50px;
    margin: 0;
}
.footer-separator {
	display: inline-block;
    width: 100%;
    border-top: 1px solid#fff;
}
.footer-logo {
	max-width: 140px;
}
.footer-copyrights {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	line-height: 12px;
}
.footer-copyrights .bottom-menu {
	padding: 20px 0;
}
.footer-copyrights .bottom-menu ul li {
	list-style-type: none;
	padding: 0 25px;
	border-right: 1px solid #607285;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
}
.footer-copyrights .bottom-menu ul li:last-child {
    border-right: none;
}
.footer-copyrights .footer-copy .copy-notice{
	padding: 10px 0;
}

.main .messages {
	width: 100%;
	margin: 0;
	clear: both;
	display: inline-block;
	z-index: 0;
	list-style: none;
	position: relative;
}
/*.streamcheckout-index-index .main .messages  {
	padding: 0 0 40px 0;
}*/
.streamcheckout-index-index .main .checkout-coupon-discount-load  .messages {
	padding: 0;
}
.messages-wrapper .message {
	padding: 40px;
}
.messages-wrapper .message-error {
	background-color: #f2dede;
	color: #a94442;
}
.messages-wrapper .message-success {
	background-color: #dff0d8;
	color: #3c763d;
}
.messages-wrapper .message-notice {
	background-color: #fcf8e3;
	color: #8a6d3b;
}
.catalog-product-view .main .messages {
	background-color: #98a2a4;
}
.main .messages ul {
	list-style: none;
}
.main .messages > li {
	width: 100%;
	padding: 10px;
}
.main .messages .error-msg {
	background-color: #cc0000;
}
.main .messages .notice-msg {
	background-color: #fcf7d7;
}
.main .messages .warning-msg {
	background-color: #ff8989;
}
.main .messages .success-msg {
	background-color: #339900;
}

.product-view .product-top .product-main .wrapper-slider-nav .slick-slide img {
	width:100px;
	width: 100px;
}
.product-view .product-top .product-main .wrapper-slider-nav .slick-slide .uk-position-cover.uk-overlay {
	margin-left: -28px;
}

/* ie fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#minicart-body .header .minicart-close,
	#minicart-body .header h4 {
		padding: 20px 0;
	}
	#minicart-body .cart {
		padding: 10px 0;
	}
}

@media (max-width: 959px) {
    .cms-lookbook .main .main-container{
        float: left;
        padding: 0;
    }
}
@media (min-width: 960px) {
    .cms-lookbook .main .main-container {
        float: left;
        padding: 50px 0 0 0;
    }
}
.lookbook {
    padding: 3px !important;
    float: left;
}
.lookbook *{
    padding: 0;
    margin: 0;
}
.lookbook-item {
    list-style: none !important;
    padding: 3px !important;
    float: left;
    width: 33.3%;
    max-width: 33.3%;
}
.lookbook-info-wrapper {
    display: none;
}
.lookbook-photo-image {
    width: 50vw;
    border-radius: 3px;
}
.lookbook-photo-caption {
    display: none;
}

.category-header{
    min-height: auto;
}
@media (min-width: 960px) {
    .category-header{
        min-height: 50px;
    }
}

.product-view .descriptions-wrapper .descriptions-shipping .desc-shipping .features .feature{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px auto 80px;
    grid-template-columns: 80px auto 80px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 15px 40px;
}
.product-view .descriptions-wrapper .descriptions-shipping .desc-shipping .features .feature .feature-img {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    align-self: center;
}
.product-view .descriptions-wrapper .descriptions-shipping .desc-shipping .features .feature .feature-data {
    -ms-grid-column-span: 2;
    -ms-grid-column: 2;
    grid-column: 2 / span 2;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    padding-left: 30px;
    align-self: center;
}
.product-view .descriptions-wrapper .descriptions-shipping .desc-shipping .features .feature .feature-data h2 {
    font-size:18px;
}
.product-view .descriptions-wrapper .descriptions-shipping .desc-shipping .features .feature .feature-data .feature-desc {
    font-size:16px;
}
.product-view .descriptions-wrapper .descriptions-shipping .desc-shipping .compare-img-link {
    text-align: center;
    padding: 40px 0;
    font-size: 15px;
}
.product-view .descriptions-wrapper .descriptions-shipping .desc-shipping .compare-img-link a {
    display: block;
    text-decoration:underline;
}

@media screen and (max-width: 959px) {
    .product-view .descriptions-wrapper .descriptions-shipping .block-01 {
        border-top: solid 1px #d8d7d7;
        padding-top: 30px;
    }

	.cms-page-view .messages-wrapper {
		margin-top: 70px;
	}
}

.cms-page-view .top-container-wrapper {
	margin-top: 70px;
}

.isCookieVisible.cms-page-view .top-container-wrapper {
	margin-top: 150px;
}
.cms-index-index .messages-wrapper {
	position: absolute;
    top: 35px;
    width: 100%;
    z-index: 10;
}
.cms-index-index.isCookieVisible .messages-wrapper {
	top: 90px;
}
.cms-index-defaultnoroute .messages-wrapper {
	margin: 180px 0px 0 0;
}

.cms-page-view .messages.messages-wrapper {
	margin: 0 !important;
}

.cms-page-view .messages-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 70px;
}

.isCookieVisible.cms-page-view .messages-wrapper {
	margin-top: 130px;
}

.control._with-tooltip {
	position: relative;
}
.control._with-tooltip .tooltip-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
}

.streamcheckout-index-index .delivery-time {
	margin: 40px 0px;
}

.streamcheckout-index-index .delivery-time ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.streamcheckout-index-index .delivery-time ul li {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 24px 1fr 65px;
	grid-template-columns: 24px 1fr 65px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: -.2em;
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #ddd
}

.streamcheckout-index-index .delivery-time ul li.selected {
	background: #fafafa
}

.streamcheckout-index-index .delivery-time ul li label {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	cursor: pointer
}

.streamcheckout-index-index .delivery-time ul li .wrapp-radio {
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
	grid-column: 1 / span 1
}

.streamcheckout-index-index .delivery-time ul li .wrapp-desc {
	-ms-grid-column-span: 1;
	-ms-grid-column: 2;
	grid-column: 2 / span 1;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 25px;
}

.streamcheckout-index-index .delivery-time ul li .wrapp-desc .name {
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
	grid-column: 1 / span 1;
	-ms-grid-row-span: 1;
	-ms-grid-row: 1;
	grid-row: 1 / span 1
}

.streamcheckout-index-index .delivery-time ul li .wrapp-desc .name img {
	width: 30px;
	height: 30px
}

.streamcheckout-index-index .delivery-time ul li .wrapp-desc .desc {
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
	grid-column: 1 / span 1;
	-ms-grid-row-span: 1;
	-ms-grid-row: 2;
	grid-row: 2 / span 1
}

.streamcheckout-index-index .qty-wrapper button {
    height: 20px;
    width: 20px;
    padding: 0;
    float: left;
	margin: 15px 0;
}
.streamcheckout-index-index .qty-wrapper input {
    width: 100px;
    float: left;
    margin: 5px 10px;
}

@media screen and (max-width: 959px) {
    .streamcheckout-index-index .qty-wrapper input {
        max-width: 48px;
    }
}

.streamcheckout-index-index .form-grid .form fieldset .inner-fieldset.checkout-shipping-method-load {
	margin-bottom: 200px;
}

.streamcheckout-index-index #shipping-method-buttons-container {
	position: absolute;
	width: 100%;
}

.streamcheckout-index-index .methods-shipping .message.notice {
	padding: 20px;
	text-align: center;
}

.streamcheckout-index-index ._required label:after {
	content: " *";
}

.streamcheckout-index-index .checkout-coupon-form form {
	display: contents;
	margin: 0;
	padding: 0;
}
.streamcheckout-index-index .firecheckout-section {
	position:  relative;
}

.streamcheckout .loading-mask {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
}
#checkout-loader .loading-mask {
	position: fixed !important;
}
#checkout-summary .loading-mask {
	position: absolute;
}
#checkout-summary .campaigns-wrapper {
	position: relative;
}

.pageloader, #checkout-loader {
	background: rgba(0,0,0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	justify-content: center;
	z-index: 1000000;
	display: flex;
}
.checkout-cart-index  .main-menu-wrapper {
	margin: 120px 0 0px 0;
}
.checkout-cart-index  .cart-empty {
	text-align: center;
}

.lookbook-container {
	display: inline-block;
}

.footer-copy .new-menu {
	text-align: center;
}
.minicart-item .product.options {
	margin: 0 20px;
}
.checkout-index-index #customer-email-fieldset .loading-mask {
	display: none;
}

.wrapper .ecom-btn.ecom-btn-default {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    background: #fff
}

.wrapper .ecom-btn:hover {
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35)
}

.cover-spin {
	display:none;
}

.cover-spin,
.loading-mask .loader {
    position:absolute;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}
.loading .cover-spin,
.pageloader.cover-spin,
.loading.cover-spin {
	display: block;
}
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.cover-spin::after,
.loading-mask .loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.loading-mask .loader img {
	display: none;
}

.loading .uk-offcanvas-bar {
	overflow: hidden;
}

.minicart-item .product.options {
	display: block;
	width: 100%;
	text-align: center;
}
.minicart-item .product.options .label {
	display: none;
}

#adyen-cc-form {
	display: none;
}
.payment-method._active #adyen-cc-form {
	display: block;
}

.checkout-klarna-success .messages-wrapper {
	margin-top: 150px;
}
.checkout-klarna-success.isCookieVisible .messages-wrapper {
	margin-top: 150px;
}

.checkout-klarna-success .checkout-success {
	text-align: center;
}
.checkout-klarna-index .loading-mask img {
	position: absolute;
	top: 42%;
	left: 42%;
}
.checkout-klarna-index .checkout-container #checkout-loader img {
	top: 50%;
	left: 50%;
}

.checkout-klarna-index.streamcheckout-index-index #checkout-shipping-method-load ul li,
.checkout-klarna-index.streamcheckout-index-index .form-grid .form {
	border: none;
	padding: 0;
	margin: 0;
}

footer .footer-container .footer-bottom-notice {
	text-align: center;
	margin: 20px 0;
}

.add-to-cart.action.loading {
	display: none;
}

.cms-page-view-cms-home .main .widget-hero {
	margin-top: 70px;
}
.main .uk-slider ul.uk-slider-nav {
	padding-left: 0;
	list-style: none;
}

.bundle-option-wrapper {
	position: relative;
	width: 100%;
}

.bundle-option-wrapper .uk-grid,
.bundle-option-wrapper .uk-grid .data-col,
.bundle-option-wrapper .uk-grid .data-col .price-box {
	padding: 0;
	margin: 0 !important;
}

.bundle-option-wrapper .uk-grid .data-col.product-desc {
	padding: 0 0 0 20px;
}

.bundle-option-wrapper .data-col .wrap-input {
	position: absolute;
	left: -25px;
	top: 45%;
}

.product-view .product-top .product-main .content-grid .action-container .attributes .bundle-option-wrapper .price-box,
.product-view .product-top .product-main .content-grid .action-container .table-wrapper.grouped .price-box {
	font-size: 16px;
}

.product-view .bundle-options-container .price-as-configured {
	display: none;
}

@media screen and (max-width: 959px) {
	.bundle-option-wrapper .data-col .wrap-image {
		padding-left: 30px;
	}

	.bundle-option-wrapper .data-col .wrap-input {
		position: absolute;
		left: 0px;
		top: 45%;
	}
}

button.button.action,
a.button.action {
	font-family: "aventalight", sans-serif;
	border: none;
	color: #fff;
	box-shadow: none;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	padding: 12px;
	font-size: 16px;
}

a.button.action:hover,
a.button.action:active {
	text-decoration: none;
}
a.button.action::after {
    display: none;
}
a.button.action.transparent,
button.button.action.transparent {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}
a.button.action.dark,
button.button.action.dark {
	background: #424242;
	color: #fff;
}
a.button.action.bright,
button.button.action.bright {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.footer-action-buttons a.button {
	display: block;
	max-width: 120px;
	margin: 15px 0;
}

@media (max-width: 639px) {
	.footer-action-buttons a.button {
		margin: 15px auto;
	}
}

.top-container-wrapper .sticky-wrapper {
	min-height: 65px;
	display: inline;
	position: relative;
	width: 100%;
}
.top-container-wrapper .sticky-banner {
	text-align: center;
	width: 100%;
	background-color: #000;
	padding: 20px;
	color: #fff;
}

.checkout-index-index .pageloader.cover-spin {
	position: fixed;
}

.bundle-option-wrapper {
	position: relative;
	width: 100%;
}

.bundle-option-wrapper .uk-grid,
.grouped-options-wrapper .uk-grid,
.bundle-option-wrapper .uk-grid .data-col,
.bundle-option-wrapper .uk-grid .data-col .price-box {
	padding: 0;
	margin: 0 !important;
}

.bundle-option-wrapper .uk-grid .data-col.product-desc,
.grouped-options-wrapper .uk-grid .data-col.product-desc {
	padding: 0 0 0 20px;
}

.bundle-option-wrapper .data-col .wrap-input {
	position: absolute;
	left: -25px;
	top: 45%;
}

.product-view .product-top .product-main .content-grid .action-container .attributes .bundle-option-wrapper .price-box {
	font-size: 16px;
}

.product-view .bundle-options-container .price-as-configured {
	display: none;
}

@media screen and (max-width: 959px) {
	.bundle-option-wrapper .data-col .wrap-image {
		padding-left: 30px;
	}

	.bundle-option-wrapper .data-col .wrap-input {
		position: absolute;
		left: 0px;
		top: 45%;
	}
}
