:root {
	--color_rgba_255_255_255_0_2: rgba(255,255,255,0.2);
	--color_hex_f8f8f8: #f8f8f8;

	--font-body: "Cormorant Garamond", Garamond, serif;
	--font-heading: "Cormorant Garamond", Garamond, serif;
	--font-heading-small: "Cormorant Garamond", Garamond, serif;

	--body-font-size: 18px;
	--body-letter-spacing: 0.03em;
	--body-font-weight: 400;
	--body-font-weight-active: 500;
	--body-font-color: #000;
	--body-bg-color: #eae5e0;
	--body-bg-color-alternate: #f5f1ed;
	--body-bg-color-darker: #dad3cc;

	--input-font-size: var(--body-font-size);
	--input-group-label-font-size: 85%;

	--header-font-size: 16px;
	--header-font-letter-spacing: 0.07em;

	--font-heading-small-size: 16px;
	--font-heading-small-weight: 400;
	--font-heading-small-letter-spacing: 0.07em;
	--font-heading-small-letter-spacing-lowercase: inherit;
	--font-heading-small-transform: uppercase;

	--font-heading-medium-size: 20px;
	--font-heading-medium-weight: 400;
	--font-heading-medium-letter-spacing: 0.03em;
	--font-heading-medium-letter-spacing-lowercase: inherit;
	--font-heading-medium-transform: uppercase;

	--font-sans-weight: 300;

	--productlist-column-gap: 15px;
	--productlist-row-gap: 15px;

	--main-container-padding-left: 20px;
	--main-container-padding-right: 20px;
	--main-container-padding-top: 0px;
	--main-container-padding-bottom: 30px;
	--productview-container-padding: 20px 20px;
	--related_items_container_padding: 60px 20px 0 20px;

	--productview-img-container-min-height: 100px;
	--productview-img-container-padding-bottom: 75%;
	--productview-img-container-margin-bottom: 20px;
	--productview-img-container-transition: none;
	--productview-img-border-radius: var(--pcard-border-radius);
	--productview-price-font-size : 150%;
	--productview-price-font-weight : 700;

	--breadcrumbs-font-size: 100%;
	--breadcrumbs-letter-spacing: inherit;
	--breadcrumbs-text-transform: none;

	--features-gap:5px;

	--pcard-flex-basis: 50%;
	--pcard-flex-basis-large: 50%;
	--pcard-title-font: var(--font-heading-small);
	--pcard-title-font-size: 120%;
	--pcard-title-letter-spacing: inherit;
	--pcard-title-font-weight: 400;
	--pcard-title-transform: none;
	--pcard-subtitle-font-size: 100%;
	--pcard-border-radius:10px;
	--pcard-padding:10px;
	--pcard-our_price_font_size: var(--pcard-title-font-size);
	--pcard-title-items-font-size: var(--body-font-size);
	--pcard-title-items-padding: 15px 10px 10px 10px;
	--pcard-bg-color-hover: #fff;
	--pcard-border-color-hover: #fff;
	--pcard-box-shadow-hover: 0px 6px 20px var(--color_rgb_0_0_0_7);

	--shopfilter-font-size: 100%;
	--shopfilter-letter-spacing: inherit;

	--heading-letter-spacing: 0.1em;
	--heading-line-height: 1.15;
	--heading-weight: 400;
	--heading-text-transform: uppercase;


	--heading-color: var(--body-font-color);
	--subheading-letter-spacing: var(--heading-letter-spacing);



	--color-primary: #000000;
	--color-primary-075: #000000aa;
	--color-primary-050: #00000088;
	--color-primary-025: #00000033;
	--color-primary-hover: #000000;
	--color-primary-active: #000000;
	--color-primary-active-glow: #000000;
	--color-primary-dark: #000000;

	--color-secondary: #ad9b88;
	--color-secondary-025: #ad9b8833;
	--color-secondary-050: #ad9b8888;

	--color-secondary-dark: #61564e;



	--tooltip_bg_color: #ffffff;

	--slideshow-bg-track: transparent;


	--btn-primary-bg-color: #000;
	--btn-primary-border-color: #000;
	--btn-primary-text-color: #fff;

	--btn-primary-bg-color-hover: #333;
	--btn-primary-border-color-hover: #333;
	--btn-primary-text-color-hover: #fff;

	--btn-default-font-size: 90%;
	--btn-default-letter-sapcing:0.05em;
	--btn-default-text-color: #000;
	--btn-default-text-color-hover: #000;
	--btn-default-text-color-active: #000;
	--btn-default-border-color: rgba(0,0,0,0.2);
	--btn-default-border-color-dim: rgba(0,0,0,0.15);
	--btn-default-border-color-hover: rgba(0,0,0,0.5);
	--btn-default-border-color-active: rgba(0,0,0,1);
	--btn-default-bg-color: #f0ebe9;
	--btn-default-bg-color-hover: #f9f8f7;
	--btn-default-bg-color-active: #ffffff;







	--color_text_dark: #4b4337;
	--color_cta_soft: #f4d9c3;
	--color_alert_primary: #c57b5c;
	--color_white: #ffffff;
	--color_hex_ff9681: #ff9681;
	--color_hex_fcf7f1: #fcf7f1;
	--color_black: #000000;
	--color_rgba_0_0_0_0_05: rgba(0,0,0,0.05);
	--color_rgba_0_0_0_0_1: rgba(0,0,0,0.1);
	--color_rgba_0_0_0_0_5: rgba(0,0,0,0.5);
	--color_hex_d6d6d6: #d6d6d6;
	--color_hex_151515: #151515;
	--color_hex_00aeef: #00aeef;
	--color_gray_pale: #dddddd;
	--color_keyword_gray: #808080;
	--color_neutral_deep: #6f6963;
	--color_hex_9e9892: #9e9892;
	--color_gray_shadow: #222222;
	--color_gray_muted: #aaaaaa;
	--color_gray_deepest: #333333;
	--color_gray_tint: #eeeeee;
	--color_hex_9f9b95: #9f9b95;
	--color_hex_6e6862: #6e6862;
	--color_gray_rich: #444444;
	--color_hex_252322: #252322;
	--color_gray_dimmer: #666666;
	--color_hex_ff6c00: #ff6c00;
	--color_hex_ff8f3d: #ff8f3d;
	--color_keyword_orange: #ffa500;
	--color_cta_secondary: #ff7e00;
	--color_hex_ff6808: #ff6808;
	--color_keyword_green: #008000;
	--color_hex_76f013: #76f013;
	--color_hex_a7ff60: #a7ff60;
	--color_keyword_blue: #0000ff;
	--color_rgb_50_90_160: rgb(50,90,160);
	--color_rgb_60_110_180: rgb(60,110,180);
	--color_hex_f1f1f1: #f1f1f1;
	--color_hex_5e8ac6: #5e8ac6;
	--color_hex_c65e5e: #c65e5e;
	--color_hex_ffdc62: #ffdc62;
	--color_hex_153562: #153562;
	--color_hex_631515: #631515;
	--color_hex_7c6200: #7c6200;
	--color_keyword_red: #ff0000;
	--color_rgba_44_41_40_0_25: rgba(44,41,40,0.25);
	--color_rgba_44_41_40_0_45: rgba(44,41,40,0.45);
	--color_rgba_44_41_40_0_65: rgba(44,41,40,0.65);
	--color_rgba_44_41_40_0_15: rgba(44,41,40,0.15);
	--color_neutral_dim: #6f6e6b;
	--color_alert_dark: #9b4024;
	
	--color_transparent: transparent;
	--color_rgba_104_105_87_0_4: rgba(104,105,87,0.4);
	--color_rgba_0_0_0_0_04: rgba(0,0,0,0.04);
	--color_rgba_0_0_0_0_0: rgba(0,0,0,0.0);
	--color_rgba_255_255_255_0_95: rgba(255,255,255,0.95);
	--color_hex_e6e6e6: #e6e6e6;
	--color_rgba_0_0_0_0_15: rgba(0,0,0,0.15);
	--color_rgba_255_255_255_0_5: rgba(255,255,255,0.5);
	--color_rgba_255_255_255_0_98: rgba(255,255,255,0.98);
	--color_rgba_0_0_0_0_75: rgba(0,0,0,0.75);
	--color_text_primary: var(--body-font-color);
	--color_bg_muted: #f6ede3;
	--color_hex_e0d3c6: #e0d3c6;
	--color_bg_lighter: #fffaf4;
	--color_bg_darker: rgba(0,0,0,0.1);
	--color_hex_abad89: #abad89;
	--color_hex_f4e4d5: #f4e4d5;
	--color_neutral_muted: #938777;
	--color_hex_fdf4ec: #fdf4ec;
	--color_rgba_255_255_255_0_1: rgba(255,255,255,0.1);
	--color_rgba_81_76_70_0_7: rgba(81,76,70,0.7);
	--color_rgba_255_255_255_0_85: rgba(255,255,255,0.85);
	--color_hex_dbcdbf: #dbcdbf;
	--color_hex_d6d7ce: #d6d7ce;
	--color_hex_f0f0e4: #f0f0e4;
	--color_hex_888177: #888177;
	--color_rgba_255_255_255_1_0: rgba(255,255,255,1.0);
	--color_rgba_255_255_255_0_15: rgba(255,255,255,0.15);
	--color_hex_77716a: #77716a;
	--color_rgba_255_255_255_1: rgba(255,255,255,1);
	--color_rgba_0_0_0_0_20: rgba(0,0,0,0.20);
	--color_rgba_0_0_0_0_40: rgba(0,0,0,0.40);
	--color_hex_636363: #636363;
	--color_rgba_255_255_255_0_75: rgba(255,255,255,0.75);
	--color_rgba_0_0_0_0_6: rgba(0,0,0,0.6);
	--color_hex_d1c5ba: #d1c5ba;
	--color_hex_857462: #857462;
	--color_rgba_0_0_0_0_4: rgba(0,0,0,0.4);
	--color_hex_f5ebde: #f5ebde;
	--color_rgba_0_0_0_0_85: rgba(0,0,0,0.85);
	--color_rgba_50_50_50_0_4: rgba(50,50,50,0.4);
	--color_rgba_220_220_220_0_6: rgba(220,220,220,0.6);
	--color_rgb_19_61_104: rgb(19,61,104);
	--color_rgba_19_61_104_1: rgba(19,61,104,1);
	--color_rgba_8_34_62_1: rgba(8,34,62,1);
	--color_hex_133d68: #133d68;
	--color_hex_08223e: #08223e;
	--color_hex_5fc5ec: #5fc5ec;
	--color_rgba_89_64_38_0_12: rgba(89,64,38,0.12);
	--color_rgba_123_106_89_0_14: rgba(123,106,89,0.14);
	--color_rgba_255_222_205_0_25: rgba(255,222,205,0.25);
	--color_rgba_255_246_242_0_05: rgba(255,246,242,0.05);
	--color_rgba_255_255_255_0_05: rgba(255,255,255,0.05);
	--color_hex_40ffdecd: #40ffdecd;
	--color_hex_0dffffff: #0dffffff;
	--color_hex_261300: #261300;
	--color_rgba_38_19_0_0_3: rgba(38,19,0,0.3);
	--color_rgba_29_14_0_0: rgba(29,14,0,0);
	--color_rgba_0_0_0_0: rgba(0,0,0,0);
	--color_hex_33261300: #33261300;
	--color_hex_00000000: #00000000;
	--color_rgba_255_222_205_0_35: rgba(255,222,205,0.35);
	--color_hex_59ffdecd: #59ffdecd;
	--color_hex_f8f6f3: #f8f6f3;
	--color_rgba_0_0_0_0_08: rgba(0,0,0,0.08);
	--color_hex_fff8f0: #fff8f0;
	--color_rgba_0_0_0_0_2: rgba(0,0,0,0.2);
	--color_gray_border: #cccccc;
	--color_rgba_0_0_0_0_075: rgba(0,0,0,0.075);
	--color_gray_deep: #555555;
	--color_hex_f4f4f4: #f4f4f4;
	--color_hex_e3d6c8: #e3d6c8;
	--color_neutral_shadow: #3e3a35;
	--color_hex_dad5cf: #dad5cf;
	--color_hex_332f2a: #332f2a;
	--color_rgba_255_255_255_0: rgba(255,255,255,0);
	--color_hex_00ffffff: #00ffffff;
	--color_hex_a8a6a1: #a8a6a1;
	--color_hex_4a4641: #4a4641;
	--color_hex_92887b: #92887b;
	--color_surface: #fffdf9;
	--color_rgba_0_0_0_0_3: rgba(0,0,0,0.3);
	--color_rgba_123_106_89_0_2: rgba(123,106,89,0.2);
	--color_rgba_123_106_89_0_1: rgba(123,106,89,0.1);
	--color_rgba_40_40_40_0_03: rgba(40,40,40,0.03);
	--color_gray_mid_dark: #888888;
	--color_hex_615d59: #615d59;
	--color_gray_soft: #bbbbbb;
	--color_rgb_0_0_0_4: rgb(0 0 0/4%);
	--color_rgba_255_255_255_0_7: rgba(255,255,255,0.7);
	--color_rgba_255_255_255_0_55: rgba(255,255,255,0.55);
	--color_rgb_0_0_0_5: rgb(0 0 0/5%);
	--color_rgb_0_0_0_7: rgb(0 0 0/7%);
	--color_hex_e5d8cb: #e5d8cb;
	--color_hex_cebeae: #cebeae;
	--color_rgb_247_238_230: rgb(247,238,230);
	--color_rgba_255_255_255_0_0: rgba(255,255,255,0.0);
	--color_rgba_252_247_241_0_5: rgba(252,247,241,0.5);
	--color_rgba_81_76_70_0_1: rgba(81,76,70,0.1);
	--color_rgb_243_231_219: rgb(243,231,219);
	--color_rgba_243_231_219_1: rgba(243,231,219,1);
	--color_rgba_243_231_219_0_5: rgba(243,231,219,0.5);
	--color_hex_fffcf9: #fffcf9;
	--color_cta_primary: #000000;
	--color_rgba_255_255_255_0_65: rgba(255,255,255,0.65);
	--color_hex_3ca74b: #3ca74b;
	--color_hex_e5fce8: #e5fce8;
	--color_hex_47afee: #47afee;
	--color_hex_c70008: #c70008;
	--color_hex_5f504d: #5f504d;
	--color_gray_light: #f3f3f3;
	--color_gray_dark: #777777;
	--color_hex_f9f9f9: #f9f9f9;
	--color_rgb_100_100_100_15: rgb(100 100 100/15%);
	--color_hex_444449: #444449;
	--color_bg_vintage: #f5eadf;
	--color_rgb_0_0_0_10: rgb(0 0 0/10%);
	--color_hex_26211b: #26211b;
	--color_rgb_51_51_51: rgb(51,51,51);
	--color_rgba_45_45_45_1: rgba(45,45,45,1);
	--color_rgba_58_58_58_1: rgba(58,58,58,1);
	--color_hex_40904e: #40904e;
	--color-bg-offset: rgba(0,0,0,0.1);
	--color-bg-offset-light: rgba(255,255,255,0.3);



	--theme_bg_primary: var(--body-bg-color);
	--theme_border: rgba(0,0,0,0.15);
	--theme_border_hover: rgba(0,0,0,0.4);
	--theme_shadow: 0 25px 60px rgba(92,66,44,0.08);
	--theme_radius_sm: calc(var(--pcard-border-radius) / 2);
	--theme_radius_md: var(--pcard-border-radius);
	--theme_radius_lg: 30px;

	--theme-panel-bg-color: rgba(255,255,255,0.5);
	--theme-panel-border-color: var(--theme_border);
	--theme-panel-radius: var(--theme_radius_md);
	--theme-panel-alt-bg-color: rgba(255,255,255,0.8);
	--theme-panel-strong: rgba(255,255,255,1);

	--topnav-bg-color: var(--body-bg-color);
	--topnav-navbar-default-bg-color: var(--topnav-bg-color);
	--topnav-expanded-bg-color: #f4f0ecdd;
	--topnav-sticky-bg-color: #f4f0ecdd;
	--topnav-font-size: 115%;
	--topnavcol-font-size: 92%;
	--topnavcol-letter-spacing: inherit;
	--topnavcol-header-font-size: 100%;
	--topnav-logo-height: 50px;
	--topnav-row-height: 50px;
	--topnav-total-height: var(--topnav-row-height);
	--header-height: 100px;

	--topnav-horizontal-padding: 20px;
	--topnav-highlight-color: #000;
	--topnav-active-bg-color: #fff;
	--topnav-active-text-color: #000;

	--shopfilter_content_sticky_top: 50px;
	--shopfilter-font-weight-active: bold;
	--shopfilter_content_top_bg:rgba(255,255,255,0.3);
	--shopfilter_content_top_color: #000000aa;
	--shopfilter_content_top_color_active: #000;


	--slide-spacing: 1rem;
	--slide-size: 70%;
	--vignette-clear: 55%;
	--vignette-mid: calc(var(--vignette-clear) + 10%);
	--vignette-edge-alpha: .28;
	--embla-ring-stroke: 4;        /* thickness */
	--embla-ring-color: 255,255,255;

	--embla-dots-click-size: 13px;
	--embla-dots-click-padding: 3px;
	--embla-dots-gap: 0px;
	--embla-dots-color: #fff;
		
	--embla-dots-progress-width: 30px;
	--embla-dots-progress-height: 4px;
	--embla-dots-progress-padding-top: 10px;
	--embla-dots-progress-padding-bottom: 10px;
	--embla-dots-progress-gap: 3px;
	--embla-dots-progress-border-radius: 2px;

	--small-dots-click-size: 14px;
	--small-dots-click-padding: 3px;
	--small-dots-gap: 0px;

	--elevation: 1;
}

@media (max-width:767px) {
	:root {

		--body-font-size: 17px;
		--header-font-size: 15px;

		--breadcrumbs-text-transform: uppercase;
		--breadcrumbs-font-size: 90%;
		--breadcrumbs-letter-spacing: 0.05em;

		--shopfilter_content_sticky_top: 43px;

		--productlist-column-gap: 10px;

		--productview-img-container-padding-bottom: 100%;
		--productview-img-border-radius: 0;
		--productview-container-padding: 0px 15px 15px 15px;

		--pcard-flex-basis: 50%;
		--pcard-padding: 0px;
		--pcard-title-items-font-size:90%;
		--pcard-title-font-size: 110%;
		--pcard-subtitle-font-size: 90%;
		--pcard-title-items-padding: 10px 0px 13px 0px;
		--pcard-bg-color-hover: transparent;
		--pcard-border-color-hover: transparent;
		--pcard-box-shadow-hover: none;

		--vignette-clear: 55%;
		--vignette-mid: calc(var(--vignette-clear) + 10%);
		--vignette-edge-alpha: .5;

		--small-dots-click-size: 12px;
		--small-dots-click-padding: 2px;
		--small-dots-gap: 1px;
	}
}

@media (max-width:1024px) {
	:root {
		
	}
}

@media (min-width:1100px) {
	:root {
		--productlist-column-gap: 15px;
		--pcard-flex-basis: 33%;
		--productview-container-padding: 20px 30px;
		--topnav-horizontal-padding: 30px;
		--related_items_container_padding: 60px 20px 0 20px;
	}
}




@font-face {
	font-family: 'lumen';
	src:    url('/fonts/lumen.eot?i2yqb3');
	src:    url('/fonts/lumen.eot?i2yqb3#iefix') format('embedded-opentype'),
	url('/fonts/lumen.ttf?i2yqb3') format('truetype'),
	url('/fonts/lumen.woff?i2yqb3') format('woff'),
	url('/fonts/lumen.svg?i2yqb3#lumen') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'karano' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-karano_bag:before {
	content: "\e904";
}
.icon-download:before {
	content: "\e90f";
}
.icon-roller:before {
	content: "\e910";
}
.bi-truck:before {
	content: "\e911";
}
.icon-close:before {
	content: "\e912";
}
.icon-feather_arrow:before {
	content: "\e900";
}
.icon-feather:before {
	content: "\e901";
}
.icon-handmade:before {
	content: "\e902";
}
.icon-handsown:before {
	content: "\e903";
}
.icon-karano_logo:before {
	content: "";
}
.icon-karano_symbol:before {
	content: "";
}
.icon-personalized:before {
	content: "\e909";
}
.icon-social_facebook:before {
	content: "\e90a";
}
.icon-social_googleplus:before {
	content: "\e90b";
}
.icon-social_instagram:before {
	content: "\e90c";
}
.icon-social_pinterest:before {
	content: "\e90d";
}
.icon-social_twitter:before {
	content: "\e90e";
}
.icon-pencil2:before {
	content: "\e907";
}
.icon-quill:before {
	content: "\e908";
}
.icon-price-tag:before {
	content: "\e935";
}
.icon-price-tags:before {
	content: "\e936";
}
.icon-wrench:before {
	content: "\e991";
}
.icon-cog:before {
	content: "\e994";
}
.icon-gift:before {
	content: "\e99f";
}
.icon-leaf:before {
	content: "\e9a4";
}
.icon-star-empty:before {
	content: "\e9d7";
}
.icon-star-full:before {
	content: "\e9d9";
}
.icon-heart:before {
	content: "\e9da";
}
.icon-checkmark:before {
	content: "\ea10";
}
.icon-checkmark2:before {
	content: "\ea11";
}
.icon-play3:before {
	content: "\ea1c";
}
.icon-checkbox-checked:before {
	content: "\ea52";
}
.icon-checkbox-unchecked:before {
	content: "\ea53";
}
.icon-radio-checked2:before {
	content: "\ea55";
}
.icon-radio-unchecked:before {
	content: "\ea56";
}

.img_icon-gift {
	position:relative;
	display:inline-block;
	background:url('/img/icons/karano_gift.png') no-repeat center center;
	background-size:contain;
	width:100%;
	height:100%;
}




html, body {
	/*min-width:350px;*/
	width:100%;
}


body {
	font-family: var(--font-body);
	font-weight: var(--body-font-weight);
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:var(--body-font-size);
	letter-spacing: var(--body-letter-spacing);
	line-height:1.45;
	background:var(--theme_bg_primary);
	/*background:var(--color_hex_f8f8f8);*/
	overflow-y: scroll;
	margin:0;
	color:var(--body-font-color);
	-webkit-font-variant-numeric: lining-nums;
	font-variant-numeric: lining-nums;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

.garamond_small {
	font-family: var(--font-body);
}

:focus {
	outline: 0;
}

::selection {
	background: var(--color_cta_soft);
}
::-moz-selection {
	background: var(--color_cta_soft);
}

a {
	color:var(--color-primary);
	cursor:pointer;
	text-decoration:underline;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition:    all 0.15s ease-out;
	-ms-transition:     all 0.15s ease-out;
	-o-transition:      all 0.15s ease-out;
	transition:         all 0.15s ease-out;
}

a.btn,
.btn a,
button a,
li > a,
a.title,
.topnavcol a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
.shopfilter a,
.checkout_steps a,
.table.checkout-table .qty-holder .qty_sub, 
.table.checkout-table .qty-holder .qty_add,
.table.checkout-table .removeitem, 
.discountcode .removeitem {
	text-decoration:none;
}


a:hover {
	color:var(--color-primary-hover);
}

a.title:hover {
	text-decoration:underline;
}

a:focus,
a:active {
	color:var(--color-primary-active);
	outline:0;
}


a.none {
	color:inherit;
}

a.underline {
	text-decoration:underline;
}


a img {
	border:0px;
}

th {
	text-align:left;
	white-space:nowrap;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

td {
	vertical-align:top;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: var(--heading-line-height);
	margin: 0 0 10px;
	margin: 0 0 1rem;
	letter-spacing: var(--heading-letter-spacing);
	text-transform:var(--heading-text-transform);
	text-indent:0px;
	color:var(--heading-color);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1,
.h1,
h2,
.h2 {
	font-family: var(--font-heading);
	font-weight: var(--heading-weight);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: var(--font-heading-small);
	font-weight: var(--font-heading-small-weight);
	text-transform: var(--font-heading-small-transform);
	letter-spacing: var(--font-heading-small-letter-spacing);
}

h1,
.jumbotron h1,
.h1 {
	font-size: 40px;
	font-size: 4.0rem;
	text-indent:-1px;
}

h1.product_name,
h2,
.h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3,
.h3 {
	font-size: 30px;
	font-size: 2.4rem;
}

h4,
.h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: var(--subheading-letter-spacing);
}

h5,
.h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom:1px;
	font-weight: 400;
	letter-spacing: var(--subheading-letter-spacing);
}

h6,
.h6 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: var(--subheading-letter-spacing);
}


.cursive {
	/*font-family: 'BickhamScriptW01-Regula', 'Brush Script MT', cursive;*/
	font-family: var(--font-body);
	-webkit-font-smoothing:antialiased;
	letter-spacing: 0;
}
h1.cursive,
.h1.cursive {
	font-size:50px;
	text-transform:none;
	line-height:1;
	text-indent:-3px;
}
h2.cursive,
.h2.cursive {
	font-size:40px;
	text-transform:uppercase;
	line-height:1;
}
h3.cursive,
.h3.cursive {
	font-size:30px;
	text-transform:none;
	line-height:1;
}
h4.cursive,
.h4.cursive {
	font-size:20px;
	text-transform:none;
	line-height:1;
}
h5.cursive,
.h5.cursive {
	font-size:20px;
	text-transform:none;
	line-height:1;
}
h6.cursive,
.h6.cursive {
	font-size:20px;
	text-transform:none;
	line-height:1;
}

.single-col-page.pagetitle {
	margin-bottom:0px;
}

.focustitle,
.jumbotron .focustitle {
	color:var(--color_hex_ff9681);
	letter-spacing: 0;
	letter-spacing: 0;
	word-wrap: break-word;
}

big {
	font-size:120%;
}

hr {
	border-color:var(--color-bg-offset);
	border-width:2px;
	width:100%;
	position:relative;
	float:left;
}
hr.small {
	width:60%;
}
hr.spacer {
	margin:30px auto;
}

hr.stylish {
	position:relative;
	float:left;
	width:70%;
	margin-left:15%;
	border-color:var(--color-bg-offset);
	border-width:1px;
	font-style:normal !important;
	overflow:visible;
	opacity:1;
}
hr.stylish::after {
	position:absolute;
	left:50%;
	top:-17px;
	width:70px;
	height:30px;
	margin-left:-35px;
	text-align:center;
	line-height:14px;
	content:"";
	font-size:25px;
	/*background:var(--color_hex_fcf7f1) url("/img/twirl_black.png") no-repeat scroll center center;*/
	background-size:24px auto;
	color:var(--color_black);
	opacity:1;
	font-style:normal !important;
}

label {
	font-weight:600;
}

pre {
	background:var(--color_rgba_0_0_0_0_05);
	border:1px solid var(--color_rgba_0_0_0_0_1);
	text-transform:none;
}


.container {
	position:relative;
	padding-left:var(--main-container-padding-left);
	padding-right:var(--main-container-padding-right);
}

#main, .container.main {
	margin-top:var(--main-container-padding-top);
	padding-right:var(--main-container-padding-right);
	padding-bottom:var(--main-container-padding-bottom);
	padding-left:var(--main-container-padding-left);
}

.main.default_page_container {
padding-top:55px;
}


/*
.cart_table_holder,
.checkout_details_table,
.checkout_details_table .table,
.pack_purchase .totals,
.vmodal .modal-content,
.v_cookie_banner,
.cart_table_holder .cart_table {
	background-color:var(--theme-panel-bg-color);
	border-radius:var(--theme_radius_lg);
	border:1px solid var(--theme_border);
	box-shadow:var(--theme_shadow);
}
*/

.cart_table_holder,
.pack_purchase .totals {
	padding:30px;
}
.page-checkout .container.main {
	min-height:50vh;
}
.container.main.productview {
	padding:var(--productview-container-padding);
}
.container.main.search,
.container.main.productview {
	min-height:60vh;
}
.productview .admin_info {
	text-transform:none;
	font-size:14px;
	margin-top:20px;
	padding-top:20px;
	border-top:2px solid var(--color-bg-offset);
}
.productview .admin_info .admin_links {
	margin-bottom:10px
}
.productview .admin_info h6 {
	margin-bottom:5px;
}
.productview .admin_info p {
	margin:0 0 0px 0;
	color:var(--color_rgba_0_0_0_0_5);
}
.productview .admin_info_content {
	display:flex;
	flex-wrap:wrap;
	gap:3px 10px;
	align-items: center;
	align-content: center;
}
.productview .admin_info_content h6 {
	margin:0;
	line-height:1;
}

/* --- Icon mods --- */















/* --- COLORS --- */

.lightborder { border:1px solid var(--color_hex_d6d6d6) }
.darkborder { border:1px solid var(--color_hex_151515) }

.white { color:var(--color_white); }
a.white:hover { color:var(--color_cta_soft); }
a.white:focus { color:var(--color_cta_soft); }

.high { color:var(--color_hex_00aeef); }
.light { color:var(--color_gray_pale); }
a.light:hover { color:var(--color_white); }
.grey { color:var(--color_neutral_deep) !important; }
a.grey:hover, label.grey:hover { color:var(--color_hex_9e9892) !important; }
a.grey:active { color:var(--color_hex_9e9892) !important; }
input.grey { background:var(--color_gray_shadow); color:var(--color_gray_muted) !important; }
input.grey:hover { background:var(--color_gray_deepest); color:var(--color_gray_tint) !important; }
.lightgrey { color:var(--color_hex_9f9b95); }
a.lightgrey { color:var(--color_hex_9f9b95); }
a.lightgrey:hover, label.lightgrey:hover, .lightgrey.hover:hover { color:var(--color_hex_6e6862); }
a.lightgrey:active { color:var(--color_hex_6e6862); }
.dark { color:var(--color_gray_rich); }
a.dark:hover { color:var(--color_black); }
.dark { color:var(--color_black); }
a.dark:hover { color:var(--color_hex_252322); }
.darkgrey { color:var(--color_gray_rich); }
a.darkgrey:hover { color:var(--color_gray_dimmer); }
.primary { color:var(--color_hex_ff6c00); }
.primaryhover { color:var(--color_hex_ff8f3d); }
.secondary { color:var(--color_black); }
.orange { color:var(--color_cta_secondary); }
a.orange { color:var(--color_hex_ff6808) !important; }
a.orange:hover { color: var(--color_cta_secondary) !important; }

.green { color:var(--color_hex_76f013); }
a.green { color:var(--color_hex_76f013); }
a.green:hover { color:var(--color_hex_a7ff60); }

a.blue { color:var(--color_rgb_50_90_160) !important; }
a.blue:hover { color: var(--color_rgb_60_110_180) !important; }

.whitebg { background-color:var(--color_white); }
.lightbg { background-color:var(--color_hex_f1f1f1) }






/* --- CUSTOM TAGS --- */
.spacer {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	padding:20px 0;
}
.spacer.small {
	padding:10px 0;
}
.spacer.medium {
	padding:30px 0;
}
.spacer.large {
	padding:50px 0;
}
.flexbox { 
	/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
/* flexbox styles */
.flex-row.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-row.row > [class*='col-'] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
/* mobile fallback when col-xs-* is not specified */
@media only screen and (max-width : 767px) {
	.flex-row.row > [class*="col-sm-"]:not([class*="col-xs-"]) {
		width: 100%;
	}
}
/* inner flex */
.flex-row .flex-grow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* optional to center paragraphs - add flex-justify to flex-grow class */
.flex-grow.flex-justify {
	justify-content: center;
}
.noscroll {overflow:hidden !important;-webkit-overflow-scrolling: none !important;}
body.noscroll, html.noscroll {
	height: 100%;
	width:100%;
	overflow: auto;
	position:fixed;
}
.rel { position:relative;float:left; }
.clear { clear:both; }
.noclear { clear:none !important; }
.clearright { clear:right; }
.textright {text-align:right;}
.textleft {text-align:left;}
.error { color:var(--color_keyword_red) !important; }
.nowrap, .nobreak { white-space:nowrap; }
.breaktext,.breakwords,.wordbreak,.breakword {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.justify { text-align: justify; }
.clickable { cursor:pointer;cursor:hand; }
.max { width:100%; }
.line-through { text-decoration: line-through; }
.italic { font-style:italic; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }
.normalcase { text-transform:none; }
.bold { font-weight:bold; }
.nobg { background:none; }
.nomargin { margin:0; }
.nopadding { padding:0 }
.notransform, .notrans { text-transform:none; }
.round, .rounded { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.round_wide, .rounded_wide { border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; }
.circle { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.rcm { position:relative;float:left;clear:both;width:100%; }
.boxlink { position:absolute;left:0;top:0;width:100%;height:100%; cursor:pointer; }
.round_top, .rounded_top { 
	border-top-left-radius:4px; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px;
	border-top-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px;
}
.round_bottom, .rounded_bottom { 
	border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; -webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px;
}
.round_top_left, .rounded_top_left { 
	border-top-left-radius:4px; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px;
}
.round_right, .rounded_right { 
	border-top-right-radius:4px; -moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px;
	border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px;
}
.round_bottom_right, .rounded_bottom_right { border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; -webkit-border-bottom-right-radius:4px; }
.noselect, .noselect div, .noselect span {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.boxshadow {
	-moz-box-shadow : 0px 0px 15px var(--color_rgba_44_41_40_0_25);
	-webkit-box-shadow : 0px 0px 15px var(--color_rgba_44_41_40_0_25);
	box-shadow: 0px 0px 15px var(--color_rgba_44_41_40_0_25);
}
.boxshadow_deep {
	-moz-box-shadow : 0px 0px 15px var(--color_rgba_44_41_40_0_45);
	-webkit-box-shadow : 0px 0px 15px var(--color_rgba_44_41_40_0_45);
	box-shadow: 0px 0px 15px var(--color_rgba_44_41_40_0_45);
}
.boxshadow_deeper {
	-moz-box-shadow : 0px 0px 20px var(--color_rgba_44_41_40_0_65);
	-webkit-box-shadow : 0px 0px 20px var(--color_rgba_44_41_40_0_65);
	box-shadow: 0px 0px 20px var(--color_rgba_44_41_40_0_65);
}
.innershadow {
	-moz-box-shadow : inset 0px 3px 25px var(--color_rgba_44_41_40_0_15);
	-webkit-box-shadow : inset 0px 3px 25px var(--color_rgba_44_41_40_0_15);
	box-shadow: inset 0px 3px 25px var(--color_rgba_44_41_40_0_15);
}
.boxglow {
	-moz-box-shadow : 0px 0px 20px var(--color_neutral_dim);
	-webkit-box-shadow : 0px 0px 20px var(--color_neutral_dim);
	box-shadow: 0px 0px 20px var(--color_neutral_dim);
}
.boxgloworange {
	-moz-box-shadow : 0px 0px 20px var(--color_alert_dark);
	-webkit-box-shadow : 0px 0px 20px var(--color_alert_dark);
	box-shadow: 0px 0px 20px var(--color_alert_dark);
}
.noshadow {
	-moz-box-shadow : none;
	-webkit-box-shadow : none;
	box-shadow: none;
}
.nobg {
	background:none;
}











header {
	min-height:100px;

}
header .navbar-right {
	margin-right:0;
}
header .navbar-nav .arrow,
.nav.nav-pills .arrow {
	position:absolute;
	left:50%;bottom:-5px;
	width:10px;height:10px;
	margin-left:-5px;
	background:var(--topnav-active-text-color);
	display:none;
	opacity:0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition:    all 0.1s ease-out;
	-ms-transition:     all 0.1s ease-out;
	-o-transition:      all 0.1s ease-out;
	transition:         all 0.1s ease-out;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}
header .infonav .nav > li > a,
header .topnav.navbar .navbar-nav > li > a {
	padding:12px 15px 13px 15px;
	margin:0 0px;
	text-transform:uppercase;
}
header .topnav.navbar .navbar-nav > li > a {
	padding:0px 15px 0px 15px;
	height:60px;

	border-top:0px solid var(--color_transparent);
	font-family: var(--font-heading-small);
	font-weight: var(--font-heading-small-weight);
}
header .topnav.navbar .navbar-nav > li > a.icon {
	line-height:1;
	padding-left:10px;
	padding-right:10px;
	padding-top:19.5px;
}
header .topnav.navbar.navbar-default .navbar-nav > li > a {
	border-radius:5px 5px 0px 0px;
}
header .topnav.navbar .nav > li > a,
header .infonav .nav > li > a {
	color:var(--color_black);
	margin:0 0px;
}
header .topnav.navbar .nav > li > a {
	font-family: var(--font-heading-small);
	font-weight: var(--font-sans-weight);
	border:0px solid var(--color_transparent);
}
header .topnav.navbar .nav > li > a:hover,
header .topnav.navbar .nav > li > a:focus,
header .infonav .nav > li > a:hover,
header .infonav .nav > li > a:focus {
	color:var(--color-secondary-dark);
	border-color:var(--color-primary);
}
header .topnav.navbar .nav > li > a:hover {
	border-color:var(--color_rgba_104_105_87_0_4);
}
header .topnav.navbar .navbar-nav > .active > a, 
header .topnav.navbar .navbar-nav > .active > a:focus, 
header .topnav.navbar .navbar-nav > .active > a:hover {
	border-color:var(--color-primary);
	color:var(--topnav-highlight-color);
	background:none;
	font-weight:bold;
}
header .infonav .nav > li.dropdown.active .arrow {
	display:none;
}
header .infonav .nav > li.dropdown.active.open .arrow {
	display:block;
}
header .infonav .nav .open > a, 
header .infonav .nav .open > a:focus, 
header .infonav .nav .open > a:hover,
header .infonav.dark .nav .open > a, 
header .infonav.dark .nav .open > a:focus, 
header .infonav.dark .nav .open > a:hover,
header .topnav.navbar .navbar-nav > .open > a, 
header .topnav.navbar .navbar-nav > .open > a:focus, 
header .topnav.navbar .navbar-nav > .open > a:hover {
	border-color:var(--color-primary);
	background-color:var(--topnav-active-bg-coloz);
	color:var(--topnav-active-text-color) !important;
	z-index:1001;
}
header .infonav .nav .open .arrow,
header .topnav.navbar .navbar-nav > .open .arrow {
	display:block;
	z-index:1011;
	opacity:1;
}




header .topnav-holder {
	position:relative;
	width:100%;
	height:60px;
	z-index:810;
}

header .topnav.navbar {
	border:0;
	border-radius:0;
	height:100%;
	border:0px solid var(--color_rgba_0_0_0_0_1);
	margin-bottom:0;
	z-index:800;
	transition: background 0.3s ease-out;
}
header .topnav.navbar .container {
	position:relative;
	padding-left:0;
	padding-right:0;
}

header .topnav.navbar.navbar-transparent {
	background:var(--color_transparent) !important;
	box-shadow:none !important;
}
header .topnav.navbar.navbar-default {

	border-bottom:0px var(--color_transparent);
}
header .topnav.navbar .navbar-brand {
	position:absolute;
	left:50%;
	top:0px;
	width:110px;
	height:100%;
	margin-left:-75px;
	color:var(--color_black);
	font-size:100px;
	line-height:60px;
	text-align:center;
	padding:0;
	overflow:hidden;
	z-index:100;
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_0);
	transition:         color 0.4s ease-out;
	/*
	background:url('/img/logos/logo_large_black.png') no-repeat center center;
	background-size:contain;
	*/
}

/* logo left */

header .topnav.navbar .navbar-brand.left-logo {
	left:15px;
	margin-left:0;
	text-align:left;
}


header .topnav.navbar .navbar-brand:hover {
	color:var(--color-secondary-dark);
}
header .topnav.navbar .navbar-brand:before {
	height:100%;
}
header .topnav.navbar.navbar-inverse .navbar-brand {
	color:var(--color_white);
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_5);
	-webkit-transition: color 0.2s ease-out;
	-moz-transition:    color 0.2s ease-out;
	-ms-transition:     color 0.2s ease-out;
	-o-transition:      color 0.2s ease-out;
	transition:         color 0.2s ease-out;
}





header .topnav.navbar .navbar-nav > li > a.basket-btn {
	/*width:55px;*/
	height:60px;
	font-size:34px;
	text-align:center;
	overflow:hidden;
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_0);
	padding-left:10px;
	padding-right:10px;
}
header .topnav.navbar.navbar-inverse .navbar-nav > li > a.basket-btn {
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_5);
}
header .topnav.navbar .navbar-nav > li > a.basket-btn.active {
	color:var(--color-primary-active);
}
header .topnav.navbar .navbar-nav > li > a.basket-btn .bag_glyph {
	position:relative;
}
header .topnav.navbar .navbar-nav > li > a.basket-btn svg {
	top:-2px;
}
header .basket-toggle .bag-img,
header .basket-btn .bag-img {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	font-size:35px;
	top:6px;
}
header .basket-toggle .bag-count,
header .basket-btn .bag-count {
	font-size:14px;
	letter-spacing: 0;
	text-indent:0px;
	text-align:center;
	font-family:"Times New Roman", serif;
}
header .basket-toggle .bag-img {
	font-size:30px;
	height:35px;
	top:5.5px;
}
header .basket-toggle .bag-count {
	font-size:10px;
	line-height:18px;
	text-indent:-1px;
}

header a.def_nav_search_btn .bi {
	top:2px;
}


/* Inverse simple nav */

header .topnav.navbar-inverse {
	background:var(--color_transparent);
}
header .topnav.navbar-inverse .navbar-nav .arrow {
	background:var(--color_white);
}
header .topnav.navbar.navbar-inverse .nav > li > a {
	color:var(--color_white);
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_5);
}
header .topnav.navbar.navbar-inverse .nav > li > a:hover {
	color:var(--color-primary);
	background:none;
}
header .topnav.navbar.navbar-inverse .nav > li > a:focus {
	color:var(--color-primary);
	background:none;
}
header .topnav.navbar.navbar-inverse .navbar-nav > .open > a, 
header .topnav.navbar.navbar-inverse .navbar-nav > .open > a:focus, 
header .topnav.navbar.navbar-inverse .navbar-nav > .open > a:hover {
	color:var(--color-primary) !important;
}
header .topnav.navbar.navbar-inverse .navbar-nav > .active > a, 
header .topnav.navbar.navbar-inverse .navbar-nav > .active > a:focus, 
header .topnav.navbar.navbar-inverse .navbar-nav > .active > a:hover {
	background:none;
	color:var(--color-primary);
}
header .topnav.navbar.navbar-inverse .navbar-nav > .active .arrow {
	background:var(--color_white);
}




header .navbar-nav > li > .dropdown-menu {
	border-radius:0px 0px 4px 4px;
	border:1px solid var(--color_hex_e6e6e6);
	border-top:1px solid var(--color_hex_e6e6e6);
	margin-top:0px;
	box-shadow:1px 2px 5px var(--color_rgba_0_0_0_0_15);
}
.dropdown-menu > li > a {
	font-weight:inherit;
	text-transform:uppercase;
	border-bottom:1px solid var(--color_rgba_255_255_255_0_5);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color:var(--color-primary);
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	color:var(--color-primary);
	font-weight:bold;
	background:none;
}
header .navbar-nav > li > .dropdown-menu.clubshops {
	max-height:255px;
	overflow-y:scroll;
	margin-right:1px;
}
header .navbar-nav > li > .dropdown-menu.service {
	z-index:1010;
}



header .infonav .flag,
.mobilenav .nav-icons .flag {
	position:relative;
	float:left;
	width:17px;
	height:11px;
	top:3px;
	overflow:hidden;
	margin-right:7px;
	background:url('/img/icons/flags_sprite.png') no-repeat 0px -1px;
	background-size:16px auto;
}
header .infonav .flag.english,
.mobilenav .nav-icons .flag.english {
	background-position:0px -22px;
}
header .infonav .dropdown-toggle.language-toggle {
	padding-left:13px;
	padding-right:11px;
	padding-top:5px;
}	
header .infonav .dropdown-toggle .flag {
	top:5px;
	margin-right:-2px;
}

header .infonav .dropdown-menu p {
	font-size:12px;
}


header .topnav-spacer {
	height:var(--topnav-total-height);
}

header,
header .topnav-holder,
header .topnav-wrap {
	transition:background .25s ease;
}

.topnav-wrap {
	position:relative;
	left:0;top:0px;
	width:100%;
	height:auto;
}
.topnav-wrap.sticky {
	position:fixed;
	transform: translateZ(0);
	animation-fill-mode: none !important;
	background:var(--topnav-sticky-bg-color);
	box-shadow:0px 0px 15px var(--color_rgba_0_0_0_0_1);
	--topnav-total-height:var(--topnav-row-height);
}

header .topnav.navbar-default {
	background:transparent;
	backdrop-filter: blur(8px);
}

.topnav-expanded {
	position:absolute;
	left:0;
	top:var(--topnav-total-height);
	width:100%;
	min-height:200px;
	padding:40px 0 40px 0;
	background:var(--topnav-expanded-bg-color);
	z-index:700;
	border-top:0px solid var(--color_rgba_0_0_0_0_1);
	border-bottom:0px solid var(--color-primary);
	background-blend-mode: multiply;
	backdrop-filter: blur(8px);
	box-shadow:inset 0px 3px 10px var(--color_rgb_0_0_0_4), 0px 3px 7px var(--color_rgb_0_0_0_4);
	display:none;
}
body.topnav-expanded-open::before {
	content:"";
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(244,240,236,0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	z-index:650;
	
}

.topnav-expanded:before {
	display:none;
	position:absolute;
	left:0;
	top:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}

.topnavcol {
	position:relative;
	float:left;
	width:25%;
	max-width:300px;
	padding:0px 2% 30px 2%;
	border-left:0px solid var(--color_black);
	margin-right:-1px;
	text-align:center;
	display:flex;
	justify-content: flex-start;
	flex-direction:column;
	align-items:center;
}
.topnavcol:nth-child(1) {
	border-left-color:var(--color_transparent);
}
.topnavcol a {
	position:relative;
	float:left;
	clear:both;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	padding:5px 0;
	color:var(--color_black);
}

.topnavcol a.active {
	font-weight:bold;
}
.topnavcol a.nav-title {
	margin-bottom:0px;
	margin-top:0px;
	padding:0;
	font-family: var(--font-heading-small);
	font-weight: var(--font-sans-weight);
}


.clothing-expanded .topnavcol {
	width:30%;
}	
.clothing-expanded .topnavcol.brands {
	width:40%;
}

.topnavcol.brands {
	border-right:1px solid var(--color_black);
}
.topnavcol.brands a {
	width:45%;
	clear:none;
}
.topnavcol.brands a.nav-title {
	width:100%;
	clear:both;
}



.mobilenav-holder {
	position:fixed;
	left:0;top:0;
	width:100%;
	height:50px;
	background:var(--topnav-sticky-bg-color);
	z-index:1000;
	border-bottom:0px solid var(--color_transparent);
	box-shadow:0px 2px 8px var(--color_rgba_0_0_0_0_05);
	transform: translateZ(0);
	backdrop-filter: blur(7px);
}
.mobilenav-overlay {
	position:fixed;
	left:0;top:0;right:0;bottom:0;
	width:100%;height:101%;
	z-index:980;
	transform: translateZ(0);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display:none;
}
.mobilenav-overlay-bgbox {
	position:fixed;
	left:0;top:0;right:0;bottom:0;
	width:100%;height:100%;
	background:var(--color_rgba_0_0_0_0_75);
	transform: translateZ(0);
	z-index:970;
	display:none;
}

.mobilenav-holder.sticky {
	border-bottom:1px solid var(--color_rgba_0_0_0_0_1);
}
.mobilenav {
	position:relative;
	width:100%;height:100%;
}
.mobilenav.navbar-default {
	background:var(--color_white);
}
.mobilenav.navbar-inverse,
.mobilenav.darknav {
	background:var(--color_black);
}
.mobilenav .navbar-brand {
	position:absolute;
	display:inline-block;
	width:130px;
	max-width:40%;
	height:50px;
	left:50%;
	top:0;
	transform:translateX(-50%);
	padding:0;
	font-size:95px;
	line-height:42px;
	color:var(--color_black);
	text-align:center;
	background:url('/img/logos/karano-text-dark.svg') no-repeat center center;
	background-size:contain;
}
.mobilenav .navbar-brand img {
	width:95px;
	margin-top:8px;
}
.mobilenav .nav-icons {
	position:relative;
	float:right;
}
.mobilenav .nav-icons.pull-right {
	margin-right:-10px;
}
.mobilenav .nav-icons a {
	position:relative;
	float:left;
	width:40px;
	height:50px;
	border:0px solid var(--color_keyword_red);
	padding:12px 10px;
	display:inline-flex;
	justify-content: center;
	align-items: center;
	color:var(--color_black);
}
.mobilenav .nav-icons a.active {
	color:var(--color-primary-active);
}
.mobilenav.navbar-default .nav-icons a {
	color:var(--color_black);
}
.mobilenav.navbar-inverse .nav-icons a,
.mobilenav.darknav .nav-icons a {
	color:var(--color_white);
}
.mobilenav .nav-icons .basket-toggle {
	padding:16px 10px;
}


.mobilenav .nav-icons .menu-toggle {
	width:45px;
	padding:13px 12px;
	font-size:16px;
	margin-left:-6px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition:    all 0.2s ease-out;
	-ms-transition:     all 0.2s ease-out;
	-o-transition:      all 0.2s ease-out;
	transition:         all 0.2s ease-out;
}
.mobilenav .nav-icons .menu-toggle.active {
	padding:10px 12px;
}
.mobilenav .nav-icons .menu-toggle .icon-bar {
	display:block;
	width: 20px;
	height: 2px;
	border:1px solid var(--color_black);
	margin-top:3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition:    all 0.2s ease-out;
	-ms-transition:     all 0.2s ease-out;
	-o-transition:      all 0.2s ease-out;
	transition:         all 0.2s ease-out;
}
.mobilenav.navbar-inverse .nav-icons .menu-toggle .icon-bar,
.mobilenav.darknav .nav-icons .menu-toggle .icon-bar {
	border-color:var(--color_white);
}
.mobilenav .nav-icons .menu-toggle.active .icon-bar {
	border-color:var(--color-primary);
	margin-top:5px;
}

.mobilenav .nav-icons .menu-toggle {
	flex-direction:column;
}

.mobilenav .nav-icons .menu-toggle .icon-burger {
	position:relative;
	top:-2px;
}

.mobilenav .basket-toggle .bag_glyph {
	font-size: 34px;
	line-height: 20px;
}


.mobilenav-content {
	display:block;
	position:absolute;
	left:-80%;top:0px;
	width:80%;height:auto;
	min-height:100%;
	background:var(--color_white);
	border-right:0px solid var(--color_black);

}
.mobilenav-content .container {
	position:relative;
	width:100%;
	height:auto;
	padding:100px 20px 100px 20px;
}

.mobilenav-content section,
.mobilenav-content nav {
	position:relative;
	float:left;
	clear:both;
	width:100%;height:auto;
	text-transform:uppercase;
}
.mobilenav-content section {
	max-height:60px;
	border-bottom:1px solid var(--color_rgba_0_0_0_0_1);
	overflow:hidden;
	-webkit-transition: max-height 0.3s ease-out;
	-moz-transition:    max-height 0.3s ease-out;
	-ms-transition:     max-height 0.3s ease-out;
	-o-transition:      max-height 0.3s ease-out;
	transition:         max-height 0.3s ease-out;
}
.mobilenav-content section.open {
	max-height:1000px;
}
.mobilenav-content section.designer.open {
	max-height:200px;
}
.mobilenav-content section.pages {
	margin-top:10px;
}
.mobilenav-content section.service.open {
	max-height:220px;
}
.mobilenav-content section.service nav {
	text-transform:none;
}
.mobilenav-content section a.nav-title {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:60px;
	padding:0px 0;
	font-size:12px;
	line-height:60px;
	color:var(--color_black);
}
.mobilenav-content section.active a.nav-title h4,
.mobilenav-content section nav a.active {
	font-weight:bold;
}
.mobilenav-content section a.nav-title h4 {
	display:inline;
}

.mobilenav-content section a.nav-title::before {
	display: inline-block;
	position:relative;
	content:"\f285";
	font-family: 'bootstrap-icons' !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
}
.mobilenav-content section.open a.nav-title::before {
	content:"\e114";
}
.mobilenav-content nav a {
	position:relative;
	float:left;
	width:auto;
	padding:10px 0px;
	min-width:100%;
	font-size:12px;
	color:var(--color_text_primary);
	border-top:1px solid var(--color_rgba_0_0_0_0_1);
}
.mobilenav-content .service nav a {
	border:0;
	color:var(--color-primary);
}
.mobilenav-content .service nav a:hover {
	color:var(--color-primary);
}
.mobilenav-content nav a.active {
	font-weight:bold;
}




.header-img {
	position:relative;
	padding-bottom:38.69%;
	background:var(--color_bg_muted);
	margin-bottom:40px;
}
.page-about .header-img {
	margin-bottom:0;
}
.header-img .img {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}



.shopfilter-holder {
	position:relative;
	padding:0 5px 0 0;
}
.shopfilter {
	position:relative;
	float:left;
	width:auto;
	max-width:240px;
	min-width:140px;
	padding-bottom:40px;
	font-family: var(--font-body);
	font-weight:var(--body-font-weight);
	letter-spacing:var(--shopfilter-letter-spacing);
	text-transform:uppercase;
}
.shopfilter-wide .shopfilter {
	width:100%;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:0px;
}
.shopfilter.sticky {
	position:fixed;
	float:none;
	left:auto;
	top:70px;
	transform: translateZ(0);
	z-index:100;
}
.shopfilter nav {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:40px;
}
.shopfilter a {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	color:var(--color_black);
	font-weight:var(--body-font-weight);

	line-height:1.2;
	/*font-size:95%;*/
	padding:1px 0;
	transition: all 0.25s cubic-bezier(.17,.67,.17,1);
}
.shopfilter-wide .shopfilter section a {
	display:inline-block;
	width:auto;
	padding:15px 15px;
}
.shopfilter a:hover {
	color:var(--color-secondary-dark);
}
.shopfilter a.active {
	font-weight:bold;
}
.shopfilter .maincategory {
	margin-bottom:10px;
}
.shopfilter section {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:1px dashed var(--color_hex_e0d3c6);
}
.shopfilter section .sub_items {
	position:relative;
	display:block;
	width:100%;
	padding-top:5px;
}
.shopfilter section a {
	margin-left:0px;
	padding:2px 2px 3px 10px;
}
.shopfilter section a:before {
	content:"\0387";
	position:absolute;
	line-height:10px;
	left:0;
	top:50%;
	transform:translateY(-50%);
	opacity:0.3;
}
.shopfilter section a.active:before {
	content:"\203A";
	left:0;
	opacity:1;
	margin-top:-2px;
}
.shopfilter section a.section-title {
	text-transform:none;
	margin-left:0;

	line-height:1;
	padding:2px 0;

}
.shopfilter section a.section-title:before {
	content:"";
	display:none !important;
}

.bryllup_temp .shopfilter section a.section-title {
	margin:0 10px;
}

.shopfilter-stick section a:after {
	position:relative;
	content:"\203A";
	display:inline-block;
	opacity:0;
	font-size:120%;
	transform:translate(15px,-2px);
	transition: all 1s cubic-bezier(.17,.67,.17,1);
	top:2px;
}
.shopfilter-stick section a:hover:after {
	opacity:1;
	transform:translate(5px,-2px);
}

.shopfilter-stick section a.section-title:after {
	transform:translate(15px,-3px);

}
.shopfilter-stick section a.section-title:hover:after {
	transform:translate(5px,-3px);
}

.cat_breadcrumbs_holder,
.product_breadcrumbs_holder {
	display:flex;
	width:100%;
	height:auto;
	min-height:30px;
	position:relative;
}

.cat_breadcrumbs_holder {
	margin-top:-39px;
	margin-bottom:10px;
	padding:0 0px;
}

.product_breadcrumbs_holder {
	margin-top:0px;
	margin-bottom:18px;
}

.breadcrumbs {
	width:100%;
	background-color:var(--color_transparent);
	padding:0px 0;
	margin:0;
	font-family: var(--font-body);
	font-weight:var(--body-font-weight);
	letter-spacing:var(--breadcrumbs-letter-spacing);
	text-transform:var(--breadcrumbs-text-transform);
	font-size:var(--breadcrumbs-font-size);
	line-height:1;
	opacity:0.8;
	transition: opacity 0.2s ease-out;
}
.breadcrumbs:hover {
	opacity:1;
}
.breadcrumbs,
.breadcrumbs li {
	list-style: none;
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	gap:0px 5px;
}
.breadcrumbs>li+li:before {
	position:relative;
	color:var(--color_text_primary);
	content:"\203A";
	top:-1px;
	padding:0 4px;
}
.breadcrumbs a {
	padding:0px 0;
	color:var(--color_text_primary);
}
.breadcrumbs a:hover {
	color:var(--color-primary);
}



/* Product view */

.productview {
	position:relative;
	min-height:650px;
	overflow:visible;
}

.productview .titlerow {
	margin-bottom:30px;
	min-height:60px;
}

.productview .titlerow .brand-thumb {
	max-width:90px;
	height:60px;
	margin-top:0px;
	padding-left:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	vertical-align:bottom;
	float:right;
}
.productview .titlerow h2,
.design_title_holder h2 {
	line-height:1;
}
.productview .titlerow .brand-thumb img {
	position:relative;
	float:right;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:45px;
	margin:0 auto;
	top:50%;
	transform: translateY(-50%);
}

.productview .makebrand,
.designer .makebrand {
	margin:0px 0 4px 0;
}

.productview .new_tag {
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	background:var(--color_transparent) url('/img/new_tag.png') no-repeat left top;
	z-index:600;
}

.productview .img_holder {
	position:relative;
	min-height:600px;
	overflow:hidden;
	padding-bottom:15px;
}
.productview .img_holder .img,
.productview .img-container {
	position:relative;
	text-align:center;
	width:100%;
}
.productview .img-container {
	min-height:var(--productview-img-container-min-height);
	padding-bottom:var(--productview-img-container-padding-bottom);
	margin-bottom:var(--productview-img-container-margin-bottom);
	overflow:hidden;
	display:block;
	background-color:var(--color_bg_lighter);
	border-radius:var(--productview-img-border-radius);
	transition:var(--productview-img-container-transition);
}
.productview .img-container:last-child {
	margin-bottom:0;
}
.productview .img_holder .img {
	min-height:500px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.productview .img_holder img {
	position:absolute;
	left:0;
	top:0;
	max-width:100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.productview .product_gallery_variant {
	width:100%;
}
.productview .product_gallery_primary {
	padding-bottom:0;
	min-height:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}
.productview .product_gallery_primary img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	opacity:0;
	top:auto;
	left:auto;
}
.productview .product_gallery_secondary.img-container {
	padding-bottom:0;
	min-height:0;
	background-color:transparent;
}
.productview .product_gallery_secondary.img-container img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	top:auto;
	left:auto;
}
.productview .product_gallery_secondary:not(.img-container) {
	margin-bottom:var(--productview-img-container-margin-bottom);
}
.productview .product_gallery_secondary:not(.img-container):last-child {
	margin-bottom:0;
}
.productview .product_gallery_thumbs {
	margin-top:10px;
	width:100%;
	--slide-size: 120px;
	--slide-height: 120px;
	--slide-spacing: 8px;
}
.productview .product_gallery_thumbs .embla__container {
	padding:0;
	gap:10px;
}
.productview .product_gallery_thumbs .embla__slide,
.productview .product_gallery_thumbs .embla-thumbs__slide {
	position:relative;
	border-radius:var(--theme_radius_md);
	overflow:hidden;
	flex: 0 0 auto;
	width: var(--slide-size);
	height: var(--slide-height);
}
.productview .product_gallery_thumbs .embla__thumb,
.productview .product_gallery_thumbs .embla-thumbs__slide__number {
	width:100%;
	height:100%;
}
.productview .product_gallery_thumbs .embla-thumbs__slide img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.productview .product_gallery_slideshow .embla__slide__link {
	position:relative;
}
.productview .product_gallery_slideshow .embla__slide__img {
	position:relative;
	top:auto;
	left:auto;
}
.productview .product_gallery_info_btn {
	position:absolute;
	left:10px;
	bottom:7px;
	z-index:6;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	padding:0;
	border-radius:50%;
	background:transparent;
	color:#fff;
	font-size:18px;
	line-height:1;
	text-decoration:none;
	cursor:pointer;
	opacity:0.5;
	transition:all 0.15s ease-out;
	text-shadow:0 0px 2px rgba(0,0,0,0.5);
}
.productview .product_gallery_info_btn:hover,
.productview .product_gallery_info_btn:focus {
	opacity:1;
	color:#fff;
	text-decoration:none;
	outline:none;
}

#vmodal .product-media-info-lines .product-media-info-line {
	margin-bottom:6px;
}
#vmodal .product-media-info-lines .product-media-info-line:last-child {
	margin-bottom:0;
}

.productview .item_qty {
	font-size:18px;
	width:60px;
	height:55px;
	border:1px solid var(--color_black);

	/*margin-right:10px;*/
	text-align:center;
	text-indent:11px;
	padding-left:2px;
	padding-right:2px;
	background:var(--color_transparent);
	color:var(--color_black);
}
.productview .buy_btn {
	font-size: 15px;
	padding:0 20px;
	height:55px;
	min-width:100px;
	/*max-width:230px;*/
	-webkit-flex: 1;
	flex: 1;
}



.productview .dimensions {
	position:relative;
	margin-bottom:30px;
}





.productview .productinfo {
	/*overflow-x:hidden;*/
	padding-left:15px;
	padding-bottom:15px;
}

.productview .product_view_row > .product_gallery,
.productview .product_view_row > .productinfo {
	transition: all 0.25s cubic-bezier(.17,.67,.17,1);
}

.productview.step_presentation .product_view_row > .product_gallery,
.productview.step_presentation .product_view_row > .productinfo {
	width:100%;
	max-width:100%;
	-webkit-box-flex:0;
	-webkit-flex:0 0 100%;
	-ms-flex:0 0 100%;
	flex:0 0 100%;

}

@media (min-width: 768px) {

	.productview.step_presentation .productinfo {
		margin-top:30px;
		padding-left:0;
	}

	.productview.step_presentation .product_view_row > .product_gallery {
		width:50%;
		max-width:50%;
		flex:0 0 50%;
		padding-right:0;
	}
	.productview.step_presentation .product_view_row > .productinfo {
		width:50%;
		max-width:50%;
		flex:0 0 50%;
		padding-left:20px;
		padding-right:10px;
		margin-top:0;
	}

	.frontend .productview.step_order .option_groups_holder {
		margin-top:2px;
	}

	.productview.step_order .product_view_row > .product_gallery {
		width:40%;
		max-width:40%;
		flex:0 0 40%;
	}
	.productview.step_order .product_view_row > .productinfo {
		width:60%;
		max-width:60%;
		flex:0 0 60%;
	}
	.productview.step_order .product_view_row > .product_gallery {
		padding-right:0;
	}
	.productview.step_order .product_view_row > .productinfo {
		padding-left:20px;
	}

	.productview .product_view_row > .product_gallery {
		margin-bottom:20px;
	}

}

@media (min-width:1100px) {
	.productview.step_presentation .product_view_row > .product_gallery {
		width:60%;
		max-width:60%;
		flex:0 0 60%;
	}
	.productview.step_presentation .product_view_row > .productinfo {
		width:40%;
		max-width:40%;
		flex:0 0 40%;
		padding-left:25px;
		padding-right:10px;
		margin-top:0;
	}

	.productview.step_order .product_view_row > .product_gallery,
	.productview.step_order .product_view_row > .productinfo {
		width:50%;
		max-width:50%;
		flex:0 0 50%;
	}
}
.productview .presentation_intro {
	margin-bottom:20px;
}
.productview .presentation_description {
	margin-bottom:30px;
	border-top:0px solid var(--color_rgba_0_0_0_0_2);
}
.productview.step_presentation:not(.show-desc-short-presentation) .presentation_description {
	display:none;
}
.productview.step_order .presentation_description {
	display:none;
}

.productview .presentation_cta {
	margin-bottom:30px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	gap:15px;
	align-items:center;
}
.productview .presentation_price_tag {
	-webkit-box-flex:1;
	-webkit-flex:1 1 260px;
	-ms-flex:1 1 260px;
	flex:1 1 260px;
}
.productview .presentation_price_tag .our_price {
	margin-bottom:0;
}
.productview .presentation_cta_actions {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	gap:10px;
	align-items:stretch;
	-webkit-flex:1 1 260px;
	-ms-flex:1 1 260px;
	flex:1 1 260px;
}
.productview .presentation_cta_actions .btn {
	width:100%;
}
.productview .presentation_cta_actions .soldout_btn[disabled] {
	background-color:var(--color_hex_636363);
	border-color:var(--color_hex_636363);
	color:var(--color_rgba_255_255_255_0_75);
	opacity:.65;
}
.productview.step_order .presentation_cta {
	display:none;
}
.productview.step_presentation .option_groups_holder,
.productview.step_presentation .variants-holder,
.productview.step_presentation .buy-holder,
.productview.step_presentation .delivery_notice_holder:not(.expired_notice),
.productview.step_presentation .dimensions {
	display:none;
}
.productview.step_presentation .presentation_price_tag {
	display:none;
}
.productview.step_presentation .related_variants_block .variants-holder {
	display:block;
}
.productview .product_description_full {
	margin-top:30px;
}
.productview .product_description_full summary {
	display:inline-block;
	cursor:pointer;
	list-style:none;
}
.productview .product_description_full summary::-webkit-details-marker {
	display:none;
}
.productview .product_description_full .description_body {
	margin-top:12px;
}
.productview .product_description_full .description_title {
	font-size:18px;
	margin-bottom:10px;
	text-transform:none;
	letter-spacing:0;
}
.productview .product_desc_anchor {
	display:inline-block;
	margin-top:-10px;
	margin-bottom:6px;
}
.productview .presentation_description .product_desc_anchor {
	margin:0;
}
.productview .product_tabbed_info {
	width:100%;
	margin-top:30px;
	scroll-margin-top:110px;
}
.productview .product_tabbed_info .nav-pills {
	border-bottom:1px solid var(--color_rgba_0_0_0_0_1);
	margin-bottom:15px;
}
.productview .product_tabbed_info .nav-pills > li > a {
	letter-spacing:var(--heading-letter-spacing);
	text-transform:var(--heading-text-transform);
	font-size:90%;
}
.productview .product_tabbed_info .tab-content {
	padding-top:5px;
}
.productview .product_tabbed_info .description_title {
	font-size:18px;
	margin-bottom:10px;
	text-transform:none;
	letter-spacing:0;
}
.productview .product_tabbed_info .description {
	margin-bottom:0;
}
.productview .product_tabbed_info .description p,
.productview .product_tabbed_info .description p.collapsed {
	max-height:none;
	overflow:visible;
}
.productview .product_tabbed_info .description p.collapsed {
	margin-bottom:20px;
}
.productview .material_info_grid {
	display:grid;
	grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
	gap:15px;
}
.productview .material_info_block {
	background:var(--color_hex_fcf7f1);
	border:1px solid var(--color_rgba_0_0_0_0_1);
	border-radius:var(--theme_radius_md);
	padding:15px 18px;
}
.productview .material_info_title {
	margin:0 0 8px 0;
	font-size:16px;
	text-transform:var(--heading-text-transform);
	letter-spacing:var(--heading-letter-spacing);
}
.productview .material_info_desc {
	line-height:1.4;
}
.productview .product_name {

	margin-bottom:3px;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.productview .variant_name {
	margin-bottom:3px;
}
.productview .name_spacer {
	position:relative;
	height:16px;
}

.productview .buy-holder {
	padding-top:20px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;

	border-radius:var(--theme_radius_lg);
}
.productview .delivery_notice_holder,
.productview .price_tag {
	border-radius:var(--theme_radius_lg);
	padding:20px 25px;
}

.productview .description {
	position:relative;
	margin-bottom:-11px;
	/*font-style:normal;*/
	line-height:1.3;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.productview .description p,
.product_desc_short p {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	max-height:400px;
	margin-bottom:20px;
	padding-left:1px;
	/*
	-webkit-transition: max-height 0.35s ease-out, margin 0.25s ease-out;
	-moz-transition:    max-height 0.35s ease-out, margin 0.25s ease-out;
	-ms-transition:     max-height 0.35s ease-out, margin 0.25s ease-out;
	-o-transition:      max-height 0.35s ease-out, margin 0.25s ease-out;
	transition:         max-height 0.35s ease-out, margin 0.25s ease-out;
	*/
}
.productview .description p.collapsed,
.product_desc_short p.collapsed {
	max-height:0;
	margin-bottom:0;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}
.productview .read_more_link,
.product_desc_short .read_more_link {
	font-style: italic;
	white-space:nowrap;
}

.productview .read_more_link {
	position:relative;
	font-size:20px;
}
.productview .read_more_link:after {
	content:"";
	position:absolute;
	left:0;bottom:1px;
	width:100%;
	height:1px;
	background:var(--color-primary);
	transition: all 0.25s ease-out;
}
.productview .read_more_link:hover:after {
	background:var(--color_alert_primary);
}

.productview .read_more_link.btn {
	font-style: normal;
	display: inline-block;
	border-radius: 3px;
}

.productview .read_more_link.btn:after {
	content: "";
	height: 0;
}


.productview .sizes select {
	font-weight:900;
	font-size:13px;
	text-transform:uppercase;
	color:var(--color_black);
}

.productview .sizeguide-link {
	position:relative;
	float:left;clear:both;
	width:100%;
	margin-top:10px;
}

.productview .model_info {
	color:var(--color_rgba_0_0_0_0_5);
	text-transform:uppercase;
	font-size:80%;
	margin-top:0px;
}
.productview .model_info:hover {
	color:inherit;
}
.productview .price_tag {
	padding:15px 20px 20px 20px;
	margin-bottom:15px;
	background:rgba(255,255,255,0.5);
	border-radius:var(--pcard-border-radius);
}
.productview .price_tag .our_price {
	margin:0px;
	
	font-family: var(--font-body);
	text-transform:none;
}



.productview .price_tag .pview_product_price {
	font-size:var(--productview-price-font-size);
	font-weight:var(--productview-price-font-weight);
}

.productview .price_tag .our_price .price_prefix,
.productview .price_tag .our_price .price_suffix {
	font-size:100%;
	letter-spacing: 0;
	opacity:1;
}
.productview .price_tag .our_price .price_prefix {
	padding-right:8px;
}
.productview .price_tag .our_price .price_suffix {
	padding-left:8px;
}

.productview .deliveryinfo {
	max-width:100%;
	line-height:1.15;
}
.productview .volume_discount_info {
	padding:18px 20px 16px;
	border:1px solid var(--theme-panel-border-color);
	border-radius:var(--theme-panel-radius);
	background:var(--theme-panel-alt-bg-color);
	font-size:90%;
	margin-bottom:30px;
	overflow:hidden;
}
.productview .volume_discount_info.hidden {
	display:none;
}
.productview .volume_discount_summary {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}
.productview .volume_discount_summary .volume_label {
	text-transform:uppercase;
}
.productview .volume_discount_summary .volume_value {
	font-weight:600;
	white-space:nowrap;
}
.productview .volume_discount_next .volume_value {
	font-weight:600;
	color:var(--color_neutral_deep);
}
.productview .volume_discount_next .volume_next_discount {
	color:var(--color-primary-dark);
}
.productview .volume_discount_next .volume_next_remaining {
	color:var(--color-primary);
	margin-left:6px;
	font-weight:400;
}
.productview .volume_discount_bar {
	margin-top:16px;
	margin-left:-20px;
	margin-right:-20px;
}
@media(min-width:1400px) {
	.productview .volume_discount_bar {
		margin-left:-30px;
		margin-right:-30px;
	}
}
.productview .volume_discount_track {
	position:relative;
	height:8px;
	border-radius:999px;
	background:var(--color-secondary-025);
	box-shadow:inset 0 1px 2px var(--color_rgba_0_0_0_0_1);
	overflow:hidden;
}
.productview .volume_discount_info.has-steps .volume_discount_track {
	margin-left:calc(50% / var(--volume-discount-step-count));
	margin-right:calc(50% / var(--volume-discount-step-count));
}
.productview .volume_discount_progress {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:0;
	border-radius:999px;
	background:var(--color-primary);
	transition:width 0.65s cubic-bezier(.17,.67,.17,1);
}
.productview .volume_discount_tiers {
	list-style:none;
	margin:3px 0 0;
	padding:0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.productview .volume_discount_tiers li {
	position:relative;
	text-align:center;
	flex:1;
	min-width:0;
	font-size:90%;
	white-space:nowrap;
	cursor:pointer;
	padding:10px 6px 12px;
}
.productview .volume_discount_tiers li .tier_dot {
	width:16px;
	height:16px;
	border-radius:50%;
	border:2px solid var(--color-secondary-050);
	background:var(--color_white);
	margin:-25px auto 6px;
	display:block;
	transition:all 0.5s ease !important;
	cursor:pointer;
}
.productview .volume_discount_tiers li .tier_qty {
	display:block;
	opacity:0.65;
}
.productview .volume_discount_tiers li .tier_qty:after {
	content:" stk.";
}
.productview .volume_discount_tiers li .tier_value {
	display:block;
	margin-top:2px;
	font-size:110%;
	opacity:0.65;
}
.productview .volume_discount_tiers li.active .tier_dot {
	background:#fff;
	border-color:var(--color-primary);
	box-shadow:0 0 0 3px var(--color-primary);
}
.productview .volume_discount_tiers li.exceeded .tier_dot {
background:var(--color-primary);
border-color:var(--color-primary);
}
.volume_discount_next {
	text-align:right;
}
.productview .volume_discount_tiers li.exceeded .tier_value {
	opacity:1;
}
.productview .volume_discount_tiers li.active .tier_qty,
.productview .volume_discount_tiers li.active .tier_value {
	font-weight:600;
	opacity:1;
}
.productview .volume_discount_info.max_discount_reached .volume_discount_next .volume_label {
  display:none;
}
.productview .volume_discount_hint {
	margin-top:14px;
}

.productview.step_presentation .volume_discount_info .volume_discount_hint {
display:none;
}

.productview .volume_discount_info {
  background:var(--btn-default-bg-color);
  border:1px solid #000;
  border-width:1px;
  border-radius:30px;
}

.productview .volume_discount_info {
  margin-top:-15px;
}

.productview .price_tag .freedelivery {
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
	margin:0;
}
.productview .price_tag .savings_percent,
.p_discount_percent_val  {
	/*
	position:relative;
	display:inline-block;
	font-size:12px;
	margin:0 10px;
	top:-3px;
	background-color:var(--color-primary);
	color:var(--color_white);
	padding:1px 5px;
	*/
	margin-left:10px;
	color:var(--color-primary);
	font-weight:300;

	position:relative;
	top:-1px;
	background:var(--color_hex_abad89);
	color:var(--color_white);
	border-radius:0px;
	padding:0px 6px 1px 6px;
	margin-left:5px;
	font-size:80%;
	letter-spacing: 0;
	line-height:1;
}
.productview .price_tag .savings_percent {
	border-radius:3px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
.p_discount_percent_val {
	font-size:90%;
	padding:1px 6px 1px 6px;
}
.p_discount_percent_val:before {
	content:"\2212";
}
.p_discount_percent_val:after {
	content:"\0025";
}
.productview .price_tag .old_price  {
	text-decoration:line-through;
}

.productview .in_stock {
	margin-right:10px;
}


.productview .thumbnails {
	position:relative;
	float:left;
	height:auto;
	z-index:700;
	padding-left:0;
}
.productview .thumbnails.hidden {
	display:block !important;
	opacity:0;
	width:8%;
}
.productview .variants-holder {
	position:relative;
	float:left;
	width:100%;
}
.productview .variants {
	position:relative;
	float:left;
	clear:both;
	height:auto;
	width:102%;
	/*overflow-x:hidden;*/
	margin-bottom:-2%;
	padding:3px 0;
}
.productview .thumbnails .thumb, 
.productview .variants .thumb {
	position:relative;
	float:left;
	margin:0px 4px 4px 0;
	width:110px;
	height:110px;
	min-width:60px;
	min-height:60px;
	opacity:0.8;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	border:1px solid var(--color_black);
	cursor:pointer;
	background-color:var(--body-bg-color-alternate);
	background-repeat:no-repeat;
	background-position:center center;
	opacity:0.8;
	overflow:hidden;
	display:none;
	backface-visibility: hidden;
	border-radius:var(--pcard-border-radius);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border 100ms ease-out, background 150ms ease-out; 
	-moz-transition: border 100ms ease-out, background 150ms ease-out; 
	-o-transition: border 100ms ease-out, background 150ms ease-out; 
	transition: border 100ms ease-out, background 150ms ease-out; 
}
.productview .thumbnails .thumb .imgbox, .productview .variants .thumb .imgbox {
	border-radius:var(--pcard-border-radius);
	overflow:hidden;
}
.productview .thumbnails .thumb {
	margin:0 0 12px 0;
}
.productview .variants .thumb {
	min-width:40px;
	min-height:40px;
	display:block;
	height:auto;
	transform:translateZ(0px);
}
.productview .variants .thumb:hover {
	opacity:1;
}
.productview .variants .thumb.sm {
	width:47px;height:47px;
	margin:0 5px 5px 0;
}
.productview .variants .thumb.md {
	width:23%;height:auto;
	margin:0 2% 2% 0;
	padding-bottom:20%;
}
.productview .variants .thumb.lg {
	width:110px;height:110px;
	margin:0 14px 12px 0;
}
.productview .thumbnails .thumb .imgbox,
.productview .variants .thumb .imgbox {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: all 150ms ease-out; 
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.productview .thumbnails .thumb.temp {
	display:none;
}
.productview .thumbnails .thumb:hover {
	background-color:var(--color_neutral_muted);
}
.productview .thumbnails .thumb.active,
.productview .variants .thumb.active {
	background-color:var(--color_hex_fdf4ec);
	opacity:1;
}

.productview .variants .thumb .highlight {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	border:1px solid var(--color_black);
	opacity:0.2;
	transition: all 100ms ease-out;
}
.productview .variants .thumb:hover .highlight {
	opacity:1;
}
.productview .variants .thumb.active .highlight {
	border-width:3px;
}

.productview .variants .thumb .imgtag.soldout {
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0 8px;
	font-size:var(--body-font-size);
	line-height:1.1;
	letter-spacing:inherit;
}

.thumbnails .thumb .navigator {
	position:absolute;
	left:0px;
	top:0px;
	width:24px;
	height:14px;
	border:1px solid var(--color_black);
	background-color:var(--color_rgba_255_255_255_0_1);
	opacity:1;
	cursor:pointer;cursor:move;
	display:none;
}

.productview .variants .thumb {
	border:0;
	transition:transform 0.2s ease-out;
}

.productview .variants .thumb:hover .highlight {
	border:1px solid var(--color_neutral_muted);
}

.productview .variants .thumb.active .highlight {
	border:2px solid var(--color_neutral_muted);
}

.productview .variants .thumb.active {
	box-shadow:0px 2px 5px var(--color_rgba_0_0_0_0_1);
	transform:scale(1.05);
}

.productview .related_variants_title {
	margin-bottom:5px;
}

.productview .variants-holder.secondary_variants {
	margin-top:0px;
}

.productview .related_variants_block {
	margin-bottom:30px;
}

.productview .img_holder .img_desc {
	font-style: italic;
	opacity: 0.75;
	margin: -5px 0 15px 0;
	line-height: 1.15;
}

.productview .img_holder .product_gallery_content .img_desc:last-child {
	margin-bottom: 0;
}



.cursor-zoom {
	cursor: zoom-in;
}

.imgtag {
	position:absolute;
	left:50%;bottom:1%;
	transform:translateY(-50%);
	width:200px;height:55px;
	margin:0 0 0 -100px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	text-transform:uppercase;
	color:var(--color_white);
	font-size:14px;
	font-weight:500;
	letter-spacing: 0;
	line-height:55px;
	pointer-events:none;
}
.imgtag.soldout,
.imgtag.expired {
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	transform:none;
	padding:0 12px;
	box-sizing:border-box;
	background:var(--color_rgba_0_0_0_0_6);
	background-size:100% 100%;
	font-size:var(--body-font-size);
	line-height:1.2;
	border-radius:inherit;
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_5);
	border-radius:calc(var(--pcard-border-radius) * 0.8);
}
.imgtag.hidden-admin .admin-label {
	display:block;
	font-weight:600;
	letter-spacing:0.08em;
}


.product .tag_personalized,
.product .tag_sample {
	position:absolute;
	left:0;bottom:0;
	width: 100%;
	height: auto;
	background: var(--color_rgba_81_76_70_0_7);
	padding: 1.2% 10px 1.8% 10px;
	transform: none;
	margin: 0;
	color: var(--color_rgba_255_255_255_0_85);
	font-size: 16px;
	line-height:1.2;
	font-style:italic;
	pointer-events:none;
	text-align:center;
	letter-spacing: 0;
}
.product .tag_handmade {
	position:absolute;
	right:3%;top:3%;
	width: 75px;
	height: 75px;
	background: url('/img/icons/haandlavet_shopvarer.svg?v2') no-repeat center center;
	background-size:contain;
	opacity:0.85;
	padding:20px 8px;
	transform: scale(0.9);
	margin: 0;
	color: var(--color_rgba_255_255_255_0_85);
	font-size: 17px;
	line-height:1.0;
	font-style:italic;
	pointer-events:none;
	text-align:center;
	letter-spacing: 0;
	hyphens:auto;
}
.product .tag_handmade .handmade_text {
	position: absolute;
	left: 50%;
	top: 50%;
	width:100%;
	height:auto;
	transform: translateY(-50%) translateX(-50%);
	max-width: 60px;
	white-space: normal;
	hyphens: auto;
}

.product .tag_handmade_brush {
	position:absolute;
	right:3%;top:3%;
	width: 114px;
	height: 34px;
	background: url('/img/icons/haandlavet_brush.png') no-repeat center center;
	background-size:contain;
	opacity:1;
	padding:8px 8px;
	transform: scale(1);
	margin: 0;
	color: var(--color_rgba_255_255_255_0_85);
	font-size: 17px;
	line-height:1.0;
	font-style:italic;
	pointer-events:none;
	text-align:center;
	letter-spacing: 0;
	hyphens:auto;
	color:var(--color_text_dark);
}
.product.col-md-4 .tag_handmade {
	transform:scale(0.8);
	top:0;right:0;
}
.product.col-md-4 .tag_personalized,
.product.col-md-4 .tag_sample {
	font-size:14px;
	line-height:1.4;
}


#purchase_status {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	padding:15px;
	border:1px solid var(--color-primary);
	border-radius:4px;
	text-align:center;
	margin-bottom:15px;
	display:none;
	color:var(--color_black);
	background:var(--color_white);
}
#purchase_status:hover {
	background:var(--color-primary);
	color:var(--color_white);
}
#purchase_status .status_icon {
	position:relative;
	width:50px;height:30px;
	margin:0 auto 8px auto;
	background:url('/img/icons/basket_black.svg') no-repeat center center;
	background-size:auto 22px;
}
#purchase_status:hover .status_icon {
	background-image:url('/img/icons/basket_white.svg');
}
#purchase_status .product_name {
	text-transform:uppercase;
	font-weight:bold;
}




.design_steps,
.checkout_steps {
	position:relative;
	float:left;
	clear:both;
	width:100%;height:auto;
	margin-bottom:40px;
}
.checkout_steps {
	margin-bottom:70px;
}
.design_steps .step,
.checkout_steps .step {
	position:relative;
	float:left;
	width:25%;
	height:45px;
	color:var(--color_black);
	font-size:14px;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
}
.checkout_steps .step {
	width:33.3%;
}

.design_steps .step.left .step_graphic,
.design_steps .step.middle .step_graphic,
.checkout_steps .step.left .step_graphic,
.checkout_steps .step.middle .step_graphic {
	width:102%;
}
.design_steps .step .step-content,
.checkout_steps .step .step-content {
	position:absolute;
	left:5%;
	width:90%;
	height:100%;
	overflow:hidden;
}
.design_steps .step_graphic,
.checkout_steps .step_graphic {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
}

.design_steps .step.active,
.checkout_steps .step.active {
	color:var(--color_white);
}




.pricetotals-holder {
	float:right;
	padding-right:0;
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-color:var(--theme_border);
}
.table>thead>tr>th {
	background:var(--theme-panel-alt-bg-color);
	color:var(--color_text_dark);
	letter-spacing: 0;
}
.table.checkout-table {
	border-top:0px !important;
	margin-bottom:0;
}
.table.checkout-table > thead > tr > th, .table.checkout-table > tbody > tr > th, .table.checkout-table > tfoot > tr > th, .table.checkout-table > thead > tr > td, .table.checkout-table > tbody > tr > td, .table.checkout-table > tfoot > tr > td {
	border:0;
}
.table.checkout-table > tbody > tr > td {
	border-top:1px solid var(--color_bg_muted);
}

.table-responsive>.table>tbody>tr>td {
	white-space:normal;
	line-height:16px;
}
.table.checkout-table > tbody > tr > td {
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}

.table.checkout-table.condensed td.col-thumb {
	width:150px;
	min-width:150px;
}

@media (min-width:768px)
{
	.table.checkout-table > tbody > tr > td.col-thumb,
	.table.checkout-table.condensed td.col-thumb,
	.cbox_info .thumb {
		width:190px;
		min-width:190px;
		padding:10px 30px 10px 0;
	}
}

.table.checkout-table.condensed th h6 {
	margin-bottom:0;
}

.table.checkout-table.condensed td.td_subtotal {
	text-align:right;
	white-space:nowrap;
}
.table.checkout-table .p_info {
	padding-left:0;
	font-size:90%;
}
.table.checkout-table .product-name {
	line-height:1.2;
	text-transform:none;
	display:block;
	padding:0px 0 5px 0;
	margin:0;
	font-size:inherit;
	letter-spacing: 0;
}
.table.checkout-table .p_info .sub_title {
	line-height:1.1;
	padding:0px 0 5px 0;
}
.table.checkout-table .variant_name,
.table.checkout-table .options_desc,
.table.checkout-table .pack_title {
	line-height:1.2;
	padding:2px 0;
}
.table.checkout-table .options_desc > div,
.table.checkout-table .pack_title {
	display:block;
	font-style:italic;
	color:var(--color_neutral_deep);
	line-height:1.1;
	padding-bottom:2px;
}
.table.checkout-table .options_desc > div:before,
.frontend .cart_table td.td_name .product_desc .options_desc > div:before {
	content:"\00B7";
	display:inline-block;
	position:relative;
	margin-right:3px;
	font-size:18px;
	line-height:10px;
	top:-1px;
}
.table.checkout-table .thumb {
	position:relative;
	width:100%;
	height:110px;
	margin-right:30px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:var(--pcard-border-radius)
}
.table.checkout-table .thumb.missing {
	background-color:var(--color_bg_muted);
}

.table.checkout-table td {
	padding:20px 8px;
	font-family: var(--font-body);
}
.table.checkout-table:not(.condensed) .discount td {
	padding:47px 8px 0 8px;
}
.table.checkout-table.condensed .discount td.col-thumb {
	padding:30px 30px 30px 0px;
}
.table.checkout-table .c_options {
	width:23px;
	padding-right:0;
}

.table.checkout-table .removeitem,
.discountcode .removeitem {
	position:relative;
	font-size:11px;
	top:0px;
	color:var(--color_black);
	opacity:0;
	-webkit-transition: opacity 0.3s ease-out, color 0.2s ease-out;
	-moz-transition:    opacity 0.3s ease-out, color 0.2s ease-out;
	-ms-transition:     opacity 0.3s ease-out, color 0.2s ease-out;
	-o-transition:      opacity 0.3s ease-out, color 0.2s ease-out;
	transition:         opacity 0.3s ease-out, color 0.2s ease-out;
}
.table.checkout-table .removeitem:hover,
.discountcode .removeitem:hover {
	color:var(--color-primary);
}
.table.checkout-table .removeitem::before,
.discountcode .removeitem::before {
	position:relative;
	font-family:'Karano';
	content:"\e912";
}
.discountcode .removeitem {
	position:absolute;
	right:0;top:29px;
}
.table.checkout-table tr:hover .removeitem,
.discountcode:hover .removeitem {
	opacity:1;
}
.page-checkout .row .cbox_info.discountcode .removeitem,
.page-checkout .row .cbox_info .info-right {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	margin:0;
}

.table.checkout-table .qty-holder {
	text-align:center;
	white-space:nowrap;
}
.table.checkout-table .qty-holder .line_savings {
	margin-top:6px;
	font-size:85%;
	line-height:1.2;
	white-space:normal;
}
.table.checkout-table .qty-holder .line_volume_discount {
	margin-left:4px;
}
.table.checkout-table .qty-holder .qty_sub,
.table.checkout-table .qty-holder .c_qty,
.table.checkout-table .qty-holder .qty_add {
	position:relative;
	clear:none;
	display:inline-block;
	line-height:16px;
	top:0;
}
.table.checkout-table .qty-holder .c_qty {
	padding:0 8px;
	font-family: var(--font-body);
}
.table.checkout-table .qty-holder .qty_sub,
.table.checkout-table .qty-holder .qty_add {
	width:16px;
	height:16px;
	font-family: 'bootstrap-icons';
	font-size:11px;
	background:var(--color_transparent);
	color:var(--color_hex_dbcdbf);
}
.table.checkout-table .qty-holder .qty_sub:hover,
.table.checkout-table .qty-holder .qty_add:hover {
	background:var(--color_transparent);
	color:var(--color-primary);
}
.table.checkout-table .qty-holder .qty_sub::before,
.table.checkout-table .qty-holder .qty_add::before {
	position:relative;
}
.table.checkout-table .qty-holder .qty_sub::before {
	content: "\f2ea";
}
.table.checkout-table .qty-holder .qty_add::before {
	content: "\f64d";
	left:1px;
}

.table.checkout-table .discount td.col-thumb .thumb {
	background-size:contain;
}

.table.checkout-table .edit_pack {
	white-space:normal;
	line-height:1;
	text-transform:uppercase;
	font-size:80%;
	display:block;
	padding:3px 0;
	height:20px;
}

.cart_table td.td_name .product_desc .pack_title {
	font-style:italic;
}

.checkout-table .pack_title .pack_edit {
	margin-left:8px;
	white-space:nowrap;
	opacity:0;
}

.checkout-table tr:hover .pack_title .pack_edit {
	opacity:1;
}

@media (min-width:768px) {
	.table.checkout-table .edit_pack {
		margin-bottom:-20px;
	}
}

.table.checkout-table>tbody>tr>th.th_price,
.table.checkout-table>tbody>tr>th.th_sub_total {
	padding-left:10px;
}

.table.checkout-table>tbody>tr>th h6 {
	margin-bottom:5px;
}



.page-checkout .cbox_info {
	position:relative;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	min-height:35px;
	border-top:1px solid rgba(0,0,0,0.1);
}
.page-checkout .cbox_info .info h6 {
	text-transform:none;
	letter-spacing:inherit;
	font-size:16px;
}
.page-checkout .cbox_info .thumb {
	position:relative;
	float:left;
	padding:0px 0px 0px 30px;
	margin-right:20px;
	width:160px;
	min-width:160px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.page-checkout .cbox_info .info {
	position:relative;
	float:left;
	width:40%;
	padding-left:0px;
}
.page-checkout .cbox_info .info-right {
	position:relative;
	float:right;
	width:30%;
	text-align:right;
	white-space:nowrap;
	padding-right:30px;
}

.page-checkout .cbox_info .info_inputs {
	width:60%;
}
.page-checkout .show_discount_input_btn {
	margin-left:5px;
}

#discountcode_input {
	background:var(--color_bg_muted);
	color:var(--color_black);
	border-radius:0px;
}
#discountcode_input h6 {
	margin:5px 0;
}
#discountcode_input #discount_code {
	width:49%;min-width:150px;font-weight:900;margin-right:2%;
}
#discountcode_input #discount_submit {
	width:49%;min-width:150px
}
#discountcode_input .discountcode_desc {
	padding-right:5%;
}
#discountcode_input .info {
	padding:0 10% 0 10%;
}

#discountcode_input #discount_submit {
	min-width:120px;
	max-width:160px;
	padding-left:10px;
	padding-right:10px;
	outline:none;
}
#discountcode_input #discount_submit:hover,
#discountcode_input #discount_submit:focus {
	background-color:var(--color-primary);
	color:var(--color_white);
}

.page-checkout .pricetotals {
	margin-right:0;
	min-width:260px;
}
.page-checkout .pricetotals .checkout_totals_row {
	font-weight:bold;
}
.page-checkout .pricetotals tr td, 
.page-checkout .pricetotals tr:hover td {
	background:none !important;
	border:0;
}

.page-checkout .pricetotals tr td.td_val {
	text-align:right;
}



.shipping_highlights,
.shipping_highlights .content {
	position:relative;
	display:flex;
	flex-direction: column;
	flex-wrap:nowrap;
	gap:15px;
}
.shipping_highlights {
	margin-bottom:30px;
	margin-top:0px;
	padding-left:14px;
	line-height:1.3;
}
.shipping_highlights .content {
	padding:30px 30px 30px 30px;
	border:0px solid var(--color_hex_d6d7ce);
	background:var(--theme-panel-bg-color);
	/*max-width:330px;*/
	border-radius:var(--pcard-border-radius,15px);
	box-shadow:0px 4px 12px rgba(0,0,0,0.05);
}
.shipping_highlights .content > div {
	display:flex;
	align-items:center;
	justify-content: flex-start;
	gap:10px;

}
.shipping_highlights .bi {
	font-size:20px;
}
.shipping_highlights p {
	margin:0;
}







.btn {
	padding:12px 25px;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing: 0;
	transition: background 0.1s ease-out, border 0.1s ease-out, color 0.1s ease-out;
	border-radius:var(--theme_radius_lg);
	border:1px solid transparent;
	font-family: var(--font-body);
	font-weight:var(--body-font-weight);
	font-size:var(--btn-default-font-size);
	letter-spacing:var(--btn-default-letter-sapcing);
	background-image:none;
	transform:translateZ(0);
}
.btn-xs {
	padding:3px 7px 3px 7px;
	font-size:11px;
	letter-spacing: 0;
	line-height:1;
	border-radius:var(--theme_radius_md);
}
.btn-sm {
	padding:7px 15px;
	font-size:80%;
}
.btn-lg {
	padding:10px 35px;
	height:60px;
	border-radius:var(--theme_radius_lg);
}
.input-group-lg>.form-control {
	font-size:120%;
}
.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
	outline-color:transparent !important;
}
.btn:active {
	transform:translateY(0);
	box-shadow:none;
}
.btn:focus,
.btn:active:focus {
	box-shadow:none;
}
.form-control {
	height:46px;
	border-radius:var(--theme_radius_sm);
	border:1px solid var(--theme_border);
	font-size:var(--input-font-size);
	background-color:var(--theme-panel-bg-color);
	font-family: var(--font-body);
	color:var(--color_text_dark);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.04);
	transition:border-color 0.15s ease-out, box-shadow 0.15s ease-out, background 0.2s ease-out;
}
textarea.form-control {
	border-radius:var(--theme_radius_sm) !important;
}
.form-control.input-lg {
	font-size:20px;
}
input::placeholder {
	color:var(--color_hex_888177);
}
textarea.textarea.formcontrol {
	border-radius:var(--theme_radius_sm);
}

.btn-xs .bi {
	display:inline-block;
	position:relative;
	line-height:5px;
	top:2px;
}


.form-control:hover {
	background:var(--theme-panel-alt-bg-color);
	border-color:var(--theme_border_hover);
}
.form-control:focus,
.form-control:active {
	border-color:var(--btn-primary-border-color);
	box-shadow:none;
	background:var(--color_rgba_255_255_255_1_0);
}
.input-group label {
	font-weight:inherit;
	font-size:var(--input-group-label-font-size);
	text-transform:uppercase;
	
}

label .req {
	color:var(--color-primary);
}
.input-group.checkbox input {
	margin-left:10px;
}
.input-group.checkbox label {
	padding-left:0;
}

.has-warning .form-control,
.has-warning .form-control:focus {
	border-color:var(--color-primary);
	border-width:2px;
}
.alert-warning {
	color:var(--color_white);
	background:var(--color-primary-075);
	border-color:var(--color_rgba_0_0_0_0_05);
	font-size:16px;
}


/* ########  COLORS ######## */

.btn.active,
.btn:active,
.btn:focus,
.nav-pills > li.active > a,
.nav-pills>li>a:focus,
.nav-pills>li>a:active {
  box-shadow:inset 0 2px 3px rgba(0,0,0,.125);
}
.btn-primary {
	background-color:var(--btn-primary-bg-color);
	border-color:var(--btn-primary-border-color);
	color:var(--btn-primary-text-color);

}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
	background-color:var(--btn-primary-bg-color-hover);
	border-color:var(--btn-primary-border-color-hover);
	color:var(--btn-primary-text-color-hover);
	outline:none;
}

.btn-default {
	background-color:var(--btn-default-bg-color);
	border-color:var(--btn-default-border-color);
	color:var(--btn-default-text-color);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background-color:var(--btn-default-bg-color-hover) !important;
	border-color:var(--btn-default-border-color-hover) !important;
	color:var(--btn-default-text-color-hover) !important;
	outline:none !important;
}
.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default.active:hover,
.btn.btn-default:active:hover,
.btn.btn-default.active:focus,
.btn.btn-default:active:focus {
	background-color:var(--btn-default-bg-color-active) !important;
	border-color:var(--btn-default-border-color-active) !important;
	color:var(--btn-default-text-color-active) !important;
	outline:none !important;
}


.btn.brush {
	position:relative;
	color:var(--color_white);
	font-weight:normal;
	transform:translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-transition: filter 0.15s ease-out;
	-moz-transition:    filter 0.15s ease-out;
	-ms-transition:     filter 0.15s ease-out;
	-o-transition:      filter 0.15s ease-out;
	transition:         filter 0.15s ease-out;
}
.btn.brush:before {
	display:block;
	position:absolute;
	left:0;top:0;
	width:100%;
	height:100%;
	content: " ";
	background: url('/img/brush_stroke.png') left center no-repeat;
	background-size:100% 100%;
	z-index:-1;
	opacity:1;
	backface-visibility:hidden;
}
.btn.brush.back:before {
	-moz-transform: translateZ(0) rotate(180deg);
	-o-transform: translateZ(0) rotate(180deg);
	-webkit-transform: translateZ(0) rotate(180deg);
	transform: translateZ(0) rotate(180deg);
}
.btn.brush:hover:before {
	opacity:1;
}

.btn.brush.arrow {
	padding:20px 100px 20px 50px;
}
.btn.brush.arrow:after {
	top:29px;
	right:50px;
}
.btn.brush.arrow.back {
	padding:20px 50px 20px 110px;
}
.btn.brush.arrow.back:after {
	top:10px;
	left:50px;
}


.btn.arrow {
	position:relative;
	
}
.btn.arrow:after {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	font-size:38px;
	line-height:0;
	height:20px;
	display:inline-block;
	position:absolute;
	top:22px;
	right:20px;
	margin-left:8px;
}
.btn.btn-lg.arrow {
	padding-left:30px;
	padding-right:30px;
}

.btn.btn-xs.arrow {
	padding-left: 10px;
	padding-right: 10px;
}
.btn.btn-xs.arrow:after {
	height: 10px;
	top: 9px;
	font-size: 25px;
	margin-left: 0;
	right: 5px;
}



.btn.arrow.back {
	padding-left:67px;
	padding-right:30px;
}
.btn.arrow.back:after {
	right:auto;
	left:20px;
	top:9px;
	margin-left:8px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.btn.btn-lg.arrow.back {
	padding-left:95px;
}
.btn.btn-lg.arrow.back:after {
	font-size:50px;
}

.btn.btn-lg,
.btn.btn-flex {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
}
.btn.back:before {
	content: "\F12A";
	font-family: "Bootstrap-icons";
	font-size: 110%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn.next:after {
	content: "\F134";
	font-family: "Bootstrap-icons";
	font-size: 110%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn-primary.trans {
	background-color:var(--color_rgba_255_255_255_0_15);
	color:var(--color_text_dark);
	border-color:var(--color_hex_77716a);
}
.btn-primary.trans:hover,
.btn-primary.trans:focus,
.btn-primary.trans:active,
.btn-primary.trans:active:hover,
.btn-primary.trans:active:focus {
	background-color:var(--color_rgba_255_255_255_1);
	color:var(--color_text_dark);
	border-color:var(--color_hex_77716a);
}


.btn-default.trans {
	background-color:var(--color_rgba_0_0_0_0_20);
	color:var(--color_white);
	border-color:var(--color_white);
}
.btn-default.trans:hover,
.btn-default.trans:focus,
.btn-default.trans:active,
.btn-default.trans:active:hover,
.btn-default.trans:active:focus {
	background-color:var(--color_rgba_0_0_0_0_40) !important;
	color:var(--color_white) !important;
	border-color:var(--color_white) !important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], 
fieldset[disabled] .btn-primary.active,
input[disabled],
.productview .item_qty[disabled] {
	background-color:var(--color_hex_636363);
	border-color:var(--color_hex_636363);
	color:var(--color_rgba_255_255_255_0_75);
	opacity: .65;
}



blockquote {
	border-color: var(--color_bg_muted);
	font-size: inherit;
	margin-bottom: 22px;
	padding-bottom: 1px;
	padding-top:15px;
}

/* ########  STYLING  ######## */

header .navbar li {
	text-transform:uppercase;
}



.header_spacer_lg {
	min-height:80px;
}
.header_spacer_xs {
	min-height:50px;
}
header .container {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

.mobile-nav {
	text-align:center;
}


.site-footer {
	margin-top:0px;

	/*font-weight:var(--body-font-weight);
	font-size:14px;*/
	z-index:500;
	transform: translateZ(1px);
}
.site-footer .btn {
	text-transform:none;
	letter-spacing: 0;
}
.site-footer .nav,
.mobile-nav,
.footer-text-content {
	font-family: var(--font-body);
}
.footer-text-content {
	color:var(--color_rgba_0_0_0_0_6);
}
.footer-text-content .btn {
	margin:5px;
	border-color:var(--color_hex_d1c5ba);
}
.site-footer .nav li,
.mobile-nav li {
	display:inline-block;
	letter-spacing: 0;
	text-transform:uppercase;
}
.site-footer .nav li {
	min-height:40px;
}
.site-footer .nav a:not(.col_title),
.nav.mobile-nav a {
	color:var(--color_black);
	border-bottom:1px solid var(--color_transparent);
	padding:5px 0;
	margin:0 0px 0px 0px;
	line-height:1;
	vertical-align:middle;
	text-align:center;
}
.nav.mobile-nav a {
	border-bottom:0;
	border-top:2px solid var(--color_transparent);
}
.site-footer .nav .active a,
.nav.mobile-nav .active a {
	border-color:var(--color_black);
	font-weight: 700;
}
.site-footer .nav a:hover,
.site-footer .nav a:focus,
.site-footer .nav a:active,
.site-footer .nav a:active:hover,
.site-footer .nav a:active:focus,
.nav.mobile-nav a:hover,
.nav.mobile-nav a:active:hover {
	border-color:var(--color_black);
	background:none;
}

.site-footer .footer-logo {
	color:var(--color_rgba_0_0_0_0_6);
	text-align:center;
	font-size:40px;
	line-height:40px;
	margin-bottom:10px;
}
.site-footer .footer-logo:hover {
	color:var(--color-primary);
}
.site-footer .made-with-heart {
	font-style:italic;
	text-align:center;
	font-family:inherit;
	font-size:14px;
	margin-bottom:35px;
	color:var(--color_rgba_0_0_0_0_6);
}
.site-footer .made-with-heart img {
	width:22px;
	margin-top:5px;
}
.site-footer .nav {
	margin-bottom:40px;
}

.site-footer .copyright {
	font-size:14px;
}

.site-footer .socialicons {
	margin-bottom:40px;
}
.site-footer .btn-social-icon {
	width:40px;
	height:40px;
	margin:4px;
	font-size:40px;
}
.site-footer .socialicons .btn-social-icon {
	color:var(--color_rgba_0_0_0_0_6);
}
footer .socialicons .btn-social-icon:hover,
footer .socialicons .btn-social-icon:focus,
footer .socialicons .btn-social-icon:active {
	color:var(--color-primary);
}

/* 2018 nav */

.site-footer .nav {
	margin-top:30px;
	margin-bottom:30px;
}
.site-footer .nav .ncol,
.site-footer .nav .ncol a {
	text-align:left;
}
.site-footer .nav .ncol {
	margin-bottom:30px;
	min-height:0px;
}
.site-footer .nav .ncol a:not(.col_title) {
	position:relative;
	width:100%;
	float:left;
	clear:both;
	margin-bottom:6px;
	padding:3px 0;
	text-transform:none;
}
.site-footer .nav .ncol .col_title {
	margin-bottom:20px;
	color:var(--color_hex_857462);
}
.site-footer .nav .ncol > a:first-child:last-child {
	margin-bottom:0;
}
.site-footer .nav .ncol a.active {
	font-weight:bold;
}
.site-footer .copyright span {
	display:inline-block;
}

footer .cols-holder {
	margin-top:30px;
}

.site-footer .nav {
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:1200px;
}

.site-footer .nav .ncol {
	position:relative;
	float:left;
	width:23%;
	margin:0 1% 30px 1%;
	min-width:160px;
	overflow:hidden;
}



.site-footer .nav .ncol .col_title {
	display:block;
	position:relative;
	width:auto;
	float:none;
	clear:both;
	padding:0 !important;
}

.site-footer .nav .ncol .item {
	display:block;
	position:relative;
	width:auto;
	float:left;
	clear:both;
	margin-bottom: 6px;
	padding: 3px 0;
	text-transform: none;
}

.site-footer .nav .ncol div.item {
	color:var(--color_rgba_0_0_0_0_4);
}

.site-footer .nav .ncol .item.has_children {
	text-transform:uppercase;
}

.site-footer .nav .ncol .sub_items {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin:-2px 0 15px 0;
}

.site-footer .nav .ncol .sub_item {
	margin-left:12px;
}
.site-footer .nav .ncol .sub_item:before {
	content:"\2212";
	position:absolute;
	left:-10px;
	top:auto;
}

.bi {
	min-width:14px;
}
.navbar-inverse .navbar-nav > li > a {
	color:var(--color_gray_muted);
}
.navbar-inverse .navbar-brand.active {
	color:var(--color_white);

}

.jumbotron {
	color:var(--color_black);
	margin-bottom:60px;
	background: var(--color_hex_f5ebde);
}

.navbar-form .input-group {
	max-width:140px;
}



.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}





.forminputs .description {
	color:var(--color_rgba_0_0_0_0_5);
	font-style:italic;
}

.forminputs label {
	display:block;
	white-space:nowrap;
}

.input-holder {
	margin-bottom:20px;
}

.forminputs select,
.forminputs input {
	max-width:100%;
}

.form-group .error {
	display:block;
}

.btn:focus {
	outline:0;
}

.scrolltopbtn,
.scrolltopbtn:hover {
	text-decoration:none;
}


#flashmsg {
	position:fixed;
	bottom:0;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	background:var(--color_rgba_0_0_0_0_85);
	color:var(--color_white);
	opacity:0;
}

.loader {
	position:absolute;
	left:0;top:0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.loader:after {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-animation: throbrotate 0.6s linear infinite;
	-moz-animation: throbrotate 0.6s linear infinite;
	-ms-animation: throbrotate 0.6s linear infinite;
	-o-animation: throbrotate 0.6s linear infinite;
	animation: throbrotate 0.6s linear infinite;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border-top: 2px solid var(--color_rgba_50_50_50_0_4);
	border-bottom: 2px solid var(--color_rgba_220_220_220_0_6);
	border-left: 2px solid var(--color_rgba_50_50_50_0_4);
	border-right: 2px solid var(--color_rgba_220_220_220_0_6);
	content: '';
	opacity: 1;
}
.loader.xlarge:after {
	width: 100px;
	height: 100px;
}
.loader.large:after {
	width: 40px;
	height: 40px;
}
.loader.medium:after {
	width: 30px;
	height: 30px;
}
.loader.small:after {
	width: 15px;
	height: 15px;
}
@keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}
@-webkit-keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}
@-moz-keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}
@-o-keyframes throbrotate {
	0% {
		transform: rotateZ(-360deg);
		-webkit-transform: rotateZ(-360deg);
		-moz-transform: rotateZ(-360deg);
		-o-transform: rotateZ(-360deg);
	}
	100% {
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
	}
}


.bg-gradient-dark-blue {
	background: var(--color_rgb_19_61_104); /* Old browsers */
	background: -moz-linear-gradient(top, var(--color_rgba_19_61_104_1) 0%, var(--color_rgba_8_34_62_1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--color_rgba_19_61_104_1)), color-stop(100%,var(--color_rgba_8_34_62_1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, var(--color_rgba_19_61_104_1) 0%,var(--color_rgba_8_34_62_1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, var(--color_rgba_19_61_104_1) 0%,var(--color_rgba_8_34_62_1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, var(--color_rgba_19_61_104_1) 0%,var(--color_rgba_8_34_62_1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, var(--color_rgba_19_61_104_1) 0%,var(--color_rgba_8_34_62_1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_hex_133d68)', endColorstr='var(--color_hex_08223e)',GradientType=0 ); /* IE6-9 */
}

.bg-gradient-dark-blue .text-muted {
	color:var(--color_rgba_255_255_255_0_5);
}



.production_title {
	font-size: 50px;
	font-size: 5rem;
	color:var(--color_hex_5fc5ec);
	font-weight:bold;
}


.help-block {
	font-style: italic;
}

.simpletable td.key {
	text-transform:none;
	padding-right:10px;
}

.tooltip {
	min-width:200px;
	white-space:normal !important;
}
.tooltip.in {
	opacity: 1;
}
.tooltip .tooltip-inner {
	background-color: var(--tooltip_bg_color);
	opacity:1;
	font-family: var(--font-body) !important;
	font-style:italic;
	font-weight:var(--body-font-weight);
	text-transform:none;
	letter-spacing: 0;
	font-size:var(--body-font-size);
	line-height:1.35;
	padding:10px 14px 11px 14px;
	color:var(--color_text_primary);
	border-radius:0;
	/*box-shadow:0px 2px 4px var(--color_rgba_89_64_38_0_12);*/
	box-shadow: 5px 12px 17px 5px var(--color_rgba_123_106_89_0_14);
	font-family:sans-serif;
	border-radius:10px;
	max-width:350px;
}
.tooltip.top .tooltip-arrow{
	border-top:5px solid var(--tooltip_bg_color);
}
.tooltip.bottom .tooltip-arrow{
	border-bottom:5px solid var(--tooltip_bg_color);
}
.tooltip.left .tooltip-arrow{
	border-left:5px solid var(--tooltip_bg_color);
}
.tooltip.right .tooltip-arrow{
	border-right:5px solid var(--tooltip_bg_color);
}

.container.body {
	min-height:500px;
	padding-top:50px;
	padding-bottom:50px;
	/*overflow:hidden; causes problems on retina chrome */
}


.shop_flex,
.productlist-holder {
	display:flex;
	flex-direction:column;
}

.productlist-holder {
	padding-top:60px;
	padding-bottom:60px;
	width:100%;
}

.shop_flex > .productlist-holder:not(:last-child) {
  padding-bottom:0;
}

.productlist-title,
.productlist-title-hr {
	backface-visibility:hidden;
	overflow:visible;
	padding-left:7px;
	padding-right:7px;
}
.productlist-title {
	margin-top:0px;
	padding-bottom:30px;
}
.productlist-title-hr {
	padding-bottom:20px;
}
.productlist-title h1,
.productlist-title h5 {
	margin-bottom:4px;
}

.productlist .product {
	backface-visibility:hidden;
	overflow:visible;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:70px;
	margin-top:20px;
}
.feature .tags,
.product .tags,
.productview .tags {
	position:absolute;
	left:0px;top:0px;
	width:150px;height:150px;
	overflow:hidden;
	font-family: var(--font-body);
	font-weight:700;
	pointer-events:none;
}
.product .volume-discount-badge {
	position:absolute;
	bottom:12px;
	right:12px;
	padding:5px 7px;
	min-width:40px;
	gap:1px;
	color:#fff;
	background:rgba(66, 58, 51, 0.4);
	box-shadow:none;
	border:1px solid rgba(255,255,255,0.2);
	/*text-shadow:0px 1px 0px rgba(0, 0, 0, 0.1);*/
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(5px);
	font-family: var(--font-body);
	font-size:12px;
	font-weight:600;
	line-height:1;
	border-radius:8px;
	text-align:center;
	display:flex;
	flex-direction:column;
	pointer-events:none;
	letter-spacing:0;
	max-width:120px;
}
.product .volume-discount-badge__label,
.product .volume-discount-badge__suffix {
	font-size:9px;
}
.product .volume-discount-badge__value {
	font-size:160%;
	font-weight:700;
	font-variant-numeric: tabular-nums;
}
@media (max-width:767px) {
	.product .volume-discount-badge {
		bottom:7px;
		right:7px;
		transform: scale(0.75);
		transform-origin: bottom right;
	}
	.product .product-tags--list {
		bottom:7px;
		left:7px;
		transform: scale(0.75);
		transform-origin: bottom left;
	}
}


.feature .tag,
.product .tag,
.productview .tag {
	position:absolute;
	left:-120px;top:15px;
	width:300px;
	height:auto;
	background:var(--color-primary);
	color:var(--color_white);
	text-align:center;
	line-height:1;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing: 0;
	padding:9px 0 8px 0;
	text-indent:3px;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translateZ(0) rotate(-45deg) scale(1.0, 1.0);
	-moz-transform: translateZ(0) rotate(-45deg) scale(1.0, 1.0);
	-ms-transform: translateZ(0) rotate(-45deg) scale(1.0, 1.0);
	-o-transform: translateZ(0) rotate(-45deg) scale(1.0, 1.0);
	transform: translateZ(0) rotate(-45deg) scale(1.0, 1.0);
}
.feature .tag.discount,
.product .tag.discount,
.productview .tag.discount {
	font-weight:600;
	font-family:"Times New Roman", serif;
	letter-spacing: 0;
	background:var(--color_hex_abad89);
	font-size:18px;
	text-indent:10px;
}
.feature .tag.new,
.product .tag.new,
.productview .tag.new {
	font-size:14px;
	letter-spacing: 0;
}
.product .tags.new .tag.discount {
	top: 40px;
	left: -102px;
	text-indent:22px;
}
.product .thumbs-holder {
	position:relative;
	width:100%;
	float:left;
	/*overflow:hidden;*/
	/*backface-visibility:hidden;*/
}
.product .thumb_holder {
	position:relative;
	float:left;
	height:420px;
}
.product .thumb_holder.single {
	padding-right:5px;
	width:100%;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
}
.product .thumb_holder.large {
	padding-right:5px;
	width:70%;
}
.product .thumb_holder.medium {
	width:30%;
}
.product .pimg {
	position:absolute;
	width:100%;height:100%;
	background-color:var(--color-bg-offset-light);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.product .pimg.fullres {
	background-size:auto auto;
}
.product .title-holder {
	position:relative;
	margin-bottom:7px;
	padding-left:0;
	min-height:54px;

}
.product .title-holder .title-items {
	position:relative;
	left:auto;
	top:auto;
	width:100%;
	height:auto;
	line-height:1.15;
	padding-top:15px;
}
.product .rrp,
.product .offer_price,
.product .our_price,
.product .old_price {
	white-space:nowrap;
	display:inline-block;
	margin-right:5px;
	font-weight:normal;

	border-radius:4px;
}
.product .our_price {
	font-size:var(--pcard-our_price_font_size);
}
.product .stock-holder {
	text-align:right;
	padding-right:0;
}
.product .title {
	margin-bottom:0px;
	text-transform:none;
	color:var(--color_black);
	position:relative;
	width:100%;
	display:block;
	padding-bottom:10px;
}
.product .sub-title {
	margin-bottom:0;
	text-transform:none;

	margin:1px 0 2px 0;
}
.product .remaining_stock {
	text-transform:uppercase;
	padding:10px 15px 10px 0px;
}
.product .remaining_stock::before {
	content: "";
	position: absolute;
	width: 200px;
	height: 50px;
	top: -5px;
	right: 15px;
	z-index: -1;
	background: url('/img/brush_stroke.png') left center no-repeat;
	background-size:contain;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product .handmade img {
	height:60px;
	margin-top:-18px;
}
.product .personalized img {
	height:60px;
	margin-top:-17px;
}
.product .handsown img {
	height:60px;
	margin-top:-18px;
}

.product .old_price {
	text-decoration:line-through;
}

.product .boxlink {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--color_cta_soft)+0,ffffff+100&0.25+0,0.05+74 */
	background: -moz-linear-gradient(-45deg, var(--color_rgba_255_222_205_0_25) 0%, var(--color_rgba_255_246_242_0_05) 74%, var(--color_rgba_255_255_255_0_05) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, var(--color_rgba_255_222_205_0_25) 0%,var(--color_rgba_255_246_242_0_05) 74%,var(--color_rgba_255_255_255_0_05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, var(--color_rgba_255_222_205_0_25) 0%,var(--color_rgba_255_246_242_0_05) 74%,var(--color_rgba_255_255_255_0_05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_hex_40ffdecd)', endColorstr='var(--color_hex_0dffffff)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	opacity:0.01;
	cursor:pointer;
	transform:translateZ(0px);

	-webkit-transition: opacity 0.35s ease-out;
	-moz-transition:    opacity 0.35s ease-out;
	-ms-transition:     opacity 0.35s ease-out;
	-o-transition:      opacity 0.35s ease-out;
	transition:         opacity 0.35s ease-out;
}
.hashover .product:hover .boxlink {
	opacity:1;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel-holder {
	background:var(--color_black);
	margin-top:0px;
}
.carousel {
	margin: 0 auto 0 auto;
}
.carousel,
.carousel .item {
	height: 0;
	padding-bottom:38.5%;
}

.carousel .item .container-holder {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
}
.carousel .item .container {
	height:100%;
}

.carousel-control.right,
.carousel-control.left {
	background:none;
	width:10%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.carousel-control .icon-prev, 
.carousel-control .icon-next, 
.carousel-control .bi-chevron-left, 
.carousel-control .bi-chevron-right {
	margin-top:-2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel-control > .bi {
	font-size:120%;
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	display:block;
	position:relative;
	width:70%;
	height:auto;
	margin:0;
	left:10%;
	right:auto;
	top:50%;
	bottom:auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
	overflow:hidden;
	border:0px solid var(--color_keyword_red);
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_4);
	padding:20px 60px;
}
.carousel-caption.dark {
	text-shadow:none;
}

.carousel-caption h1,
.carousel-caption .desc-holder,
.carousel-caption .desc-holder p,
.carousel-caption .btn-holder {
	position:relative;
	float:none;
	clear:both;
	width:100%;
}

.carousel-inner .container {
	padding:0 30px;
}
.carousel-caption.right,
.carousel-caption.left {
	left:auto;
	right:auto;
	width:60%;
	float:left;
	max-width:70%;
	text-align:left;
}
.carousel-caption.right {
	float:right;
	text-align:right;
}
.carousel-caption.center {
	text-align:center;
}
.carousel-caption p {
	width:100%;
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.3;
}
.carousel-caption.center p {
	max-width:100%;
}
.carousel-caption h1 {
	line-height:1;
	margin-bottom:0;
}

.carousel-caption.right h1,
.carousel-caption.right p {
	position:relative;
	float:right;
}


/* Declare heights because of positioning of img element */
.carousel .item {
	background-color: var(--color_rgba_0_0_0_0_1);
}



.carousel .item .img,
.carousel .item .img .imgbox {
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
	background-position:50% 25%;
	background-repeat:no-repeat;
	background-size:cover;
}

.carousel .item .img_overlay {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	display:none;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--color_hex_261300)+0,000000+100&0.2+0,0+25 */
	background: -moz-linear-gradient(top,  var(--color_rgba_38_19_0_0_3) 0%, var(--color_rgba_29_14_0_0) 40%, var(--color_rgba_0_0_0_0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  var(--color_rgba_38_19_0_0_3) 0%,var(--color_rgba_29_14_0_0) 40%,var(--color_rgba_0_0_0_0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  var(--color_rgba_38_19_0_0_3) 0%,var(--color_rgba_29_14_0_0) 40%,var(--color_rgba_0_0_0_0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_hex_33261300)', endColorstr='var(--color_hex_00000000)',GradientType=0 ); /* IE6-9 */

}



/* Fade carousel slides */

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}



.twocolumn_text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 35px;
	-moz-column-gap: 35px;
	column-gap: 35px;
}




.body-overlay {
	position:fixed;
	left:0;top:0;
	width:100%;height:100%;
	z-index:99999;
	background:var(--color_rgba_0_0_0_0_75);
	transform:translateZ(10px);
	backdrop-filter: blur(12px);
	display:none;
}
.body-overlay-bg {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	background:var(--color_rgba_0_0_0_0_75);
}
.body-overlay .basket-container {
	min-height:100%;
	position:relative;
}
.body-overlay .basket-add-holder {
	position:absolute;width:100%;height:240px;left:0;top:50%;padding:0px;margin-top:-120px;color:var(--color_white);text-align:center;backface-visibility: hidden;
}
.body-overlay .basket-add {
	position:absolute;
	width:100%;height:100%;
}
.body-overlay .brand-logo {
	width:40px;height:40px;font-size:40px;
}
#overlay_added_text {
	padding: 35px 30px 30px 30px;
	font-size: var(--font-heading-medium-size);
	text-transform: uppercase;
	letter-spacing: var(--font-heading-medium-letter-spacing);
	-moz-font-smoothing: antialiased;
	transform: translateZ(0);
}
#overlay_added_btns .btn {
	margin:0 7px;
}
#overlay_added_btns .btn:hover {
	
}
#overlay_added_btns .btn-default:not(:hover) {
	bakground-color:var(--body-bg-color);
}

.overlay_added_icon {
  font-size:40px;
  margin:-40px 0 10px 0;
  min-height:60px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}
.marketing img {
	background:var(--color_rgba_0_0_0_0_15);
	margin-bottom:15px;
}


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
}

.featurette-image {
	background:var(--color_rgba_0_0_0_0_1);
	width:100%;
}


.features-holder,
.features-container {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.features-section {
	position:relative;
	width:100%;
}
.features-section.is-full-width {
	width:100vw;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}
.features-section.bg-sand {
	background:var(--body-bg-color);
}
.features-section.bg-cream {
	background:var(--body-bg-color-alternate);
}
.features-section.bg-white {
	background:#fff;
}
.features-section.pattern-watercolour {
	background-color:var(--body-bg-color-alternate);
	background-image:url('/img/backgrounds/watercolour.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.features-section.pattern-brushes {
	background-color:var(--body-bg-color-alternate);
	background-image:url('/img/backgrounds/brushes.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.features-section.pattern-codetag {
	background-color:var(--body-bg-color-alternate);
	background-image:url('/img/backgrounds/codetag_bg.png');
	background-repeat:repeat;
	background-position:center;
}
.features-section.pattern-codetag-gradient {
	background-color:var(--body-bg-color-alternate);
	background-image:url('/img/backgrounds/codetag_bg_gradient.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.features-holder {
	padding-top:3px;
	margin-bottom:3px;
}
.features-container {
	width:100%;
	height:auto;
}
.feature {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-bottom:45%;
	background-color:var(--color_transparent);
	overflow:hidden;
}
@media (min-width: 768px) {
	.feature.is-hidden-desktop,
	.carousel .item.is-hidden-desktop,
	.carousel-indicators li.is-hidden-desktop,
	.carousel-container.is-hidden-desktop {
		display:none !important;
	}
}
@media (max-width: 767px) {
	.feature.is-hidden-mobile,
	.carousel .item.is-hidden-mobile,
	.carousel-indicators li.is-hidden-mobile,
	.carousel-container.is-hidden-mobile {
		display:none !important;
	}
}
.feature .feature-content {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	padding:3px;
}
.feature .thumb_holder {
	position:relative;
	width:100%;height:100%;
	overflow:hidden;
}
.feature .image_desc {
	position:absolute;
	left:0;bottom:0px;
	width:100%;min-height:30px;
	padding:9px 20px 5px 20px;
	font-size:12px;
	background:var(--color_rgba_255_255_255_0_75);
	color:var(--color_black);
	font-weight:var(--body-font-weight);
	text-transform:uppercase;
}
.feature .image_desc p {
	margin-bottom:5px;
}
.feature .offset {
	margin-left:-5px;
	margin-right:-5px;
}
.feature .fimg {
	position:relative;
	width:100%;height:100%;
	background-color:var(--body-bg-color-alternate);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.feature.logo-feature .thumb_holder {
	background-color:var(--body-bg-color-alternate);
}
.feature.logo-feature .logo-feature__media {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
}
.feature.logo-feature .logo-feature__img {
	max-width:75%;
	max-height:60%;
	width:auto;
	height:auto;
	object-fit:contain;
	display:block;
}
.feature .embla--feature-carousel,
.feature .embla--feature-carousel .embla__viewport,
.feature .embla--feature-carousel .embla__container,
.feature .embla--feature-carousel .embla__slide {
	height:100%;
}
.feature .embla--feature-carousel {
	position:relative;
	overflow:hidden;
	--slide-spacing: 0;
	--slide-size: 100%;
}
.feature .embla--feature-carousel .embla__container {
	align-items:stretch;
	gap:0;
	padding:0;
	backface-visibility:hidden;
	transform:translateZ(0);
}
.feature .embla--feature-carousel .embla__slide {
	flex:0 0 100%;
	width:100%;
	min-width:100%;
	backface-visibility:hidden;
	position:relative;
}
.feature .embla--feature-carousel .embla__viewport {
	overflow:hidden;
	-webkit-clip-path: inset(0 1px 0 0);
	clip-path: inset(0 1px 0 0);
}
.feature .embla--feature-carousel .fimg {
	height:100%;
}
.feature .thumb_holder .embla__controls {
	position:absolute;
	inset:0;
	z-index:2;
	justify-content:space-between;
	align-items:center;
	padding:0 10px;
}
.feature .thumb_holder .embla__buttons {
	width:100%;
	justify-content:space-between;
	pointer-events:none;
}
.feature .thumb_holder .embla__button {
	width:2.4rem;
	height:2.4rem;
	background:rgba(0,0,0,0.25);
	box-shadow:none;
	color:#fff;
	opacity:0.65;
	transition:all 0.2s ease;
	pointer-events:auto;
}
.feature .thumb_holder .embla__button:hover {
	background:rgba(0,0,0,0.55);
	opacity:1;
}
.feature .thumb_holder .embla__button__svg {
	width:45%;
	height:45%;
}
.feature .thumb_holder .embla__dots--feature {
	position:absolute;
	left:50%;
	bottom:10px;
	transform:translateX(-50%);
	z-index:2;
	margin-right:0;
	pointer-events:auto;
}
.feature .thumb_holder .embla__dots--feature .embla__dot {
	opacity:0.45;
}
.feature .thumb_holder .embla__dots--feature .embla__dot.is-selected {
	opacity:1;
}
.feature .thumb_holder .embla__dots--feature .embla__dot::after {
	background:rgba(255,255,255,0.9);
	box-shadow:inset 0 1px 1px 0px rgba(0,0,0,0.2);
}
.feature .fimg-tag {
	position:absolute;
	width:100%;height:auto;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.feature .boxlink {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--color_cta_soft)+0,ffffff+100&0.35+0,0.05+74 */
	background: -moz-linear-gradient(-45deg, var(--color_rgba_255_222_205_0_35) 0%, var(--color_rgba_255_246_242_0_05) 74%, var(--color_rgba_255_255_255_0_05) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, var(--color_rgba_255_222_205_0_35) 0%,var(--color_rgba_255_246_242_0_05) 74%,var(--color_rgba_255_255_255_0_05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, var(--color_rgba_255_222_205_0_35) 0%,var(--color_rgba_255_246_242_0_05) 74%,var(--color_rgba_255_255_255_0_05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_hex_59ffdecd)', endColorstr='var(--color_hex_0dffffff)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	opacity:0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition:    all 0.25s ease-out;
	-ms-transition:     all 0.25s ease-out;
	-o-transition:      all 0.25s ease-out;
	transition:         all 0.25s ease-out;
}
.hashover .feature:hover .boxlink {
	opacity:1;
}
.product .adminlink,
.feature .adminlink {
	position:absolute;
	right:15px;top:15px;
	width:auto;height:auto;
	font-size:14px;
	color:var(--color_black);
	opacity:0;
}
.product .adminlink {
	left:auto;
	right:10px;
	top:auto;
	bottom:5px;
}
.feature .adminlink .bi:before {
	color:#fff;
  text-shadow:0 0 2px rgba(0,0,0,0.5);
}
.product:hover .adminlink,
.feature:hover .adminlink {
	opacity:0.75;
}
.product .adminlink:hover,
.feature .adminlink:hover {
	color:var(--color-primary);
	opacity:1;
}

.feature .sold-holder {
	position:absolute;
	left:0;top:0;
	width:100%;height:100%;
	background:var(--color_rgba_255_255_255_0_5);
}
.feature .sold-holder .sold {
	position:absolute;
	left:50%;top:50%;
	width:300px;height:80px;
	margin:-40px 0 0 -150px;
	background:none;
	text-align:center;
	text-transform:uppercase;
	color:var(--color_white);
	font-size:24px;
	font-weight:300;
	letter-spacing: 0;
	line-height:80px;
}

.feature.text-feature {
	min-height:300px;
	text-align:center;
}
.feature.text-feature.no-padding {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.feature.text-feature .paragraph {
	width:85%;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.55;
}
.feature.text-feature .btn {
	margin-top:25px;
	max-width: 100%;
	white-space: normal;
}
.feature .brush_stroke {
	display:none;
}

.feature.f-w100 {
	width:100%;
}
.feature.f-w50 {
	width:50%;
}
.feature.f-w25 {
	width:25%;
}
.feature.f-h25 {
	padding-bottom:25%;
}
.feature.f-h50 {
	padding-bottom:50%;
}
.feature.f-h100 {
	padding-bottom:99.99%;
}

.feature.logo-bar {
	float:none;
	width:100%;
	height:auto;
	padding-bottom:0;
	margin:20px 0;
}
.feature.logo-bar .logo-bar {
	position:relative;
	width:100%;
	padding:15px 0;
}
.feature.logo-bar .logo-bar__mask {
	position:relative;
	overflow:hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.feature.logo-bar .embla--logo-bar {
	--slide-spacing: 32px;
	--slide-size: auto;
	--slide-height: 253.906px;
}
.feature.logo-bar .embla__container {
	align-items:center;
	padding:0 20px;
}
.feature.logo-bar .logo-bar__slide {
	display:flex;
	align-items:center;
	height:var(--slide-height);
}
.feature.logo-bar .logo-bar__logo {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}
.feature.logo-bar .logo-bar__img {
	display:block;
	max-height:87.5%;
	max-width:95%;
	width:auto;
}
.feature.logo-bar .embla {
	cursor:grab;
}
.feature.logo-bar .embla.is-dragging {
	cursor:grabbing;
}
@media (max-width:767px) {
	.feature.logo-bar {
		margin:12px 0;
	}
	.feature.logo-bar .embla--logo-bar {
		--slide-spacing: 20px;
		--slide-height: 136.719px;
	}
	.feature.logo-bar .logo-bar__img {
		max-height:89.844px;
		max-width:218.75px;
	}
}

.feature.text-feature.f-w50.f-h50 .text_holder,
.feature.text-feature.f-w25.f-h50 .text_holder {
	position:absolute;
	left:0;top:50%;
	width:100%;
	height:auto;
	transform:translateY(-50%);
}

.feature .paragraph {
	font-size:110%;
}

.feature .paragraph big {
	font-size:110%;
}


.bryllup_temp .feature.text-feature.f-w100.f-h50,
.feature.text-feature.f-w100.f-h50 {
	min-height:120px;
	padding:70px 40px;
}

.feature.text-feature.f-w50.f-h50 .paragraph,
.feature.text-feature.f-w25.f-h50 .paragraph {
	width:80%;
	margin-left:10%;
}


.bryllup_temp .feature.f-w100.f-h50 {
	padding-bottom:66%;
}


.default_page .feature.f-w100.f-h50,
.productlist-holder .feature.f-w100.f-h50 {
	/*padding-bottom:38.69%;*/
	padding-bottom:50%;
}


.default_page .feature.text-feature.f-w100.f-h50,
.productlist-holder .feature.text-feature.f-w100.f-h50 {
	padding:40px;
}


.bryllup_temp .feature.text-feature.f-w100.f-h50 .paragraph,
.default_page .feature.text-feature.f-w100.f-h50 .paragraph,
.productlist-holder .feature.text-feature.f-w100.f-h50 .paragraph {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	max-width:750px;
}

.bryllup_temp .feature.text-feature.f-1,
.bryllup_temp .feature.text-feature.f-w100.f-h50.f-1,
.bryllup_temp .feature.text-feature.f-1.f-w100.f-h50.f-1,
.default_page .feature.text-feature.f-1,
.default_page .feature.text-feature.f-w100.f-h50.f-1,
.productlist-holder .feature.text-feature.f-1,
.productlist-holder .feature.text-feature.f-w100.f-h50.f-1 {
	padding-top:0;
}

.productlist-holder .feature.text-feature.f-w100.f-h50.f-1 {
	padding-bottom:30px;
}

.frontpage-features.container {
	max-width:1150px;	
}

.product_features .f-w50 {
	width:100%;
}
.product_features .f-w50.f-h50 {
	padding-bottom:100%;
}
.product_features .f-w50.f-h100 {
	width:100%;
	padding-bottom:200%;
}
.product_features .f-w25 {
	width:100%;
}
.product_features .f-w25.f-h25 {
	padding-bottom:50%;
}
.product_features .f-w25.f-h50 {
	padding-bottom:100%;
}
.product_features .f-w25.f-h100 {
	width:100%;
	padding-bottom:200%;
}

.default_page_template {
	margin-top:70px;
}


.karano-color {
	color:var(--color-primary);
}
.usps-bar {
	position:relative;
	height:45px;
	line-height:43px;
	background:var(--color_rgba_255_255_255_0_5);
	text-align:center;
	text-transform:uppercase;
	font-size:11px;
	font-weight:300;
	overflow:hidden;
	font-family: var(--font-body);
	font-weight:var(--body-font-weight);
	z-index:100;
	box-shadow:0px 3px 7px var(--color_rgba_0_0_0_0_04);
	-webkit-font-smoothing: antialiased;
}
.usps-bar-holder.container {
	padding-left:0;
	padding-right:0;
	max-width:100%;
}
.usps-bar .container {
	padding:0;
	max-width:1000px;
}
.page-home .usps-bar-holder.no-slides {
	background:var(--color_rgba_255_255_255_0_95);
	width:100%;
}
.page-home .usps-bar-holder.no-slides .usps-bar {
	background:var(--color_transparent);
}
.page-home .usps-bar-holder.slides .usps-bar .container {
	width:100%;
}
.usps-bar .container .row div {
	padding:0;
}
.usps-bar .twirl {
	position:absolute;
	width:26px;
	height:100%;
	top:0;
	right:-15px;
	background:url('/img/lumen_branch.svg') no-repeat center center;
	background-size:22px auto;
}
.usps-bar .twirl.last {
	transform:scale(-1,1);
}

.usps-bar .twirl.mid {
	transform:rotate(180deg);
}
.usps-bar-top {
	background:var(--color_hex_f8f6f3);
	padding:22px 0;
	border-bottom:1px solid var(--color_rgba_0_0_0_0_05);
}
.usps-bar-top__grid {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:20px;
}
.usps-bar-top__item {
	display:flex;
	align-items:center;
	flex:1 1 220px;
	gap:12px;
	padding:5px 10px;
}
.usps-bar-top__icon {
	font-size:20px;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border-radius:50%;
	background:var(--color_white);
	color:var(--color-primary);
	box-shadow:0 2px 6px var(--color_rgba_0_0_0_0_08);
}
.usps-bar-top__text {
	text-align:left;
	font-size:13px;
	line-height:1.3;
	text-transform:none;
}
.usps-bar-top__text strong {
	display:block;
	font-size:14px;
}
.usps-bar-slim {
	text-transform:none;
	font-size:12px;
}
.usp-box {
	padding:18px 20px;
	border:1px solid var(--color_rgba_0_0_0_0_08);
	border-radius:8px;
	background:var(--color_hex_fff8f0);
	box-shadow:0 10px 35px var(--color_rgba_0_0_0_0_04);
	line-height:1;
}
.secure-payment-box {
	margin:25px auto 30px;
	padding:32px 30px;
	border:1px solid var(--color_rgba_0_0_0_0_08);
	border-radius:28px;
	background:linear-gradient(145deg, var(--color_surface), var(--color_bg_lighter));
	box-shadow:0 25px 55px var(--color_rgba_0_0_0_0_05);
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:20px;
	max-width:420px;
	width:100%;
	min-height:360px;
}
.secure-payment-box__shield {
	flex:0 0 76px;
	width:76px;
	height:76px;
	border-radius:22px;
	background:var(--color-primary);
	color:var(--color_white);
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 15px 35px var(--color_rgba_0_0_0_0_15);
}
.secure-payment-box__shield svg {
	width:40px;
	height:40px;
}
.secure-payment-box__content {
	flex:1;
	width:100%;
}
.secure-payment-box__eyebrow {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing: 0;
	margin:0 0 6px;
	color:var(--color-primary);
}
.secure-payment-box__content h3 {
	margin:0 0 8px;
	font-size:22px;
}
.secure-payment-box__copy {
	margin:0 0 16px;
	color:var(--color_gray_rich);
}
.secure-payment-box__logos {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:16px;
	flex-wrap:wrap;
	width:100%;
}
.secure-payment-box__logos img {
	max-height:38px;
	width:auto;
	filter:drop-shadow(0 6px 12px var(--color_rgba_0_0_0_0_15));
}
.secure-payment-box__badges {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:12px;
	flex-wrap:wrap;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing: 0;
	color:var(--color_gray_shadow);
}
.secure-payment-box__badges li {
	padding:6px 10px;
	border:1px solid var(--color_rgba_0_0_0_0_1);
	border-radius:999px;
	background:var(--color_white);
	font-weight:600;
}
@media (min-width: 991px) {
	.secure-payment-box {
		margin-left:auto;
		margin-right:auto;
	}
}
.usp-box__title {
	font-weight:600;
	font-size:15px;
	margin-bottom:10px;
}
.usp-box__list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.usp-box__list li {
	display:flex;
	align-items:flex-start;
	gap:12px;
	font-size:13px;
	line-height:1.3;
}
.usp-box__list li strong {
	display:block;
	font-size:13px;
}
.usp-box__icon {
	flex:0 0 34px;
	width:34px;
	height:34px;
	border-radius:10px;
	background:var(--color_white);
	border:1px solid var(--color_rgba_0_0_0_0_06);
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--color-secondary-dark);
	box-shadow:0 6px 16px var(--color_rgba_0_0_0_0_06);
}
.usp-box__icon i {
	font-size:16px;
	line-height:1;
}
.badge {
	font-family:inherit;
}
header .nav .badge {
	font-family:"Times New Roman", serif;
	padding:3px 5px;
	background:var(--color_rgba_0_0_0_0_2);
	text-indent:2px;
}
header .nav .badge.active {
	background:var(--color-primary-active);
}


/* CKEditor
------------------------- */

.cke_textarea_inline
{
	padding: 10px;
	min-height: 200px;
	overflow: auto;

	border: 1px solid var(--color_keyword_gray);
	-webkit-appearance: textfield;

	background-color: var(--color_white);
	background-image: none;
	border: 1px solid var(--color_gray_border);
	border-radius: 4px;
	box-shadow: 0 1px 1px var(--color_rgba_0_0_0_0_075) inset;
	color: var(--color_gray_deep);
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}











header .caret {
	width:4px;
	height:4px;
	border:1px solid var(--color_text_primary);
	border-width:0 1px 1px 0;
	transform:rotate(45deg);
	margin-top:-2px;
	margin-left:3px;
	transition:border 0.15s ease-out;
}
header a:hover .caret,
header .topnav.navbar .navbar-nav > .active > a  .caret, header .topnav.navbar .navbar-nav > .active > a:focus .caret, header .topnav.navbar .navbar-nav > .active > a:hover .caret {
	border-color:var(--color-secondary-dark);
}

header .topnav.navbar .navbar-nav > .active > a .caret,
header .topnav.navbar .navbar-nav > .active > a:hover .caret {
	border-color:var(--color-secondary-dark);
}

header .topnav.navbar .navbar-nav > .open > a .caret, header .topnav.navbar .navbar-nav > .open > a:focus .caret, header .topnav.navbar .navbar-nav > .open > a:hover .caret {
	border-color:var(--topnav-active-text-color) !important;
}

header .topnav.navbar .topnav-left .nav > li > a, 
header .topnav.navbar .topnav-right .nav > li > a {
	min-width:50px;
}

.topnav-expanded {
	display:block;
	overflow:hidden;
	max-height:none;
	min-height:0;
	height:0;
	padding:0;
	opacity:0;
	top:-100%;
	transform:translateY(-20px);
	transition: opacity 0.3s ease-out, transform 0.5s cubic-bezier(.17,.67,.17,1);
}
.topnav-expanded.open {
	height:auto;
	top:var(--topnav-total-height);
	opacity:1;
	transform:translateY(0px);
}

.topnav-expanded .container {
	z-index:1000;
	padding-top:0px;
	padding-bottom:0px;
	max-height:0;
	overflow:hidden;
	opacity:0;
	transform:translateY(-20px);
	transition: opacity 0.5s ease-out, transform 1s cubic-bezier(.17,.67,.17,1);
}

.topnav-expanded .container.open {
	max-height:none;
	opacity:1;
	transform:translateY(0px);
}

.topnav-expanded .nav-expanded-row {
	--nav-expand-cols: 3;
	--nav-expand-col-min: 160px;
	--nav-expand-col-max: 240px;
	--nav-expand-feature-min: 240px;
	--nav-expand-feature-max: 320px;
	--nav-expand-gap: clamp(24px, 3vw, 72px);
	justify-content:center;
	align-items:flex-start;
	gap:var(--nav-expand-gap);
}

.topnav-expanded .nav-expanded-row.col_count_1 {
	--nav-expand-cols: 1;
	--nav-expand-col-min: 220px;
	--nav-expand-col-max: 300px;
	--nav-expand-feature-min: 280px;
	--nav-expand-feature-max: 360px;
}
.topnav-expanded .nav-expanded-row.col_count_2 {
	--nav-expand-cols: 2;
	--nav-expand-col-min: 190px;
	--nav-expand-col-max: 260px;
	--nav-expand-feature-min: 260px;
	--nav-expand-feature-max: 350px;
}
.topnav-expanded .nav-expanded-row.col_count_3 {
	--nav-expand-cols: 3;
	--nav-expand-col-min: 170px;
	--nav-expand-col-max: 240px;
	--nav-expand-feature-min: 240px;
	--nav-expand-feature-max: 350px;
}
.topnav-expanded .nav-expanded-row.col_count_4 {
	--nav-expand-cols: 4;
	--nav-expand-col-min: 150px;
	--nav-expand-col-max: 220px;
	--nav-expand-feature-min: 220px;
	--nav-expand-feature-max: 280px;
}

.topnav-expanded .nav-expand-links {
	display:grid;
	grid-template-columns: repeat(var(--nav-expand-cols), minmax(var(--nav-expand-col-min), var(--nav-expand-col-max)));
	justify-content:center;
	column-gap:clamp(18px, 3.5vw, 64px);
	row-gap:24px;
	flex:0 1 auto;
	margin:0;
	max-width:100%;
	width:max-content;
	width:fit-content;
}
.topnav-expanded .nav-expand-links .topnavcol {
	float:none;
	width:auto;
	max-width:none;
	padding:15px 0 15px 0;
}

.topnav-expanded .nav-expand-feature {
	flex:1 1 var(--nav-expand-feature-min);
	min-width:var(--nav-expand-feature-min);
	max-width:var(--nav-expand-feature-max);
	width:min(100%, var(--nav-expand-feature-max));
	--features-gap:6px;
}

.topnav-expanded .nav-expand-feature .features-section {
	background:transparent !important;
}
.topnav-expanded .nav-expand-feature .features-section.is-full-width {
	width:100%;
	margin-left:0;
	margin-right:0;
}

.topnav-expanded .nav-expand-feature .features-holder {
	padding:0;
	margin:0;
}

.topnav-expanded .nav-expand-feature .features-container {
	margin:0;
	width:100%;
}
.topnav-expanded .nav-expand-feature .features-container .feature {
	float:none;
	width:100%;
	margin:0 0 var(--features-gap) 0;
	padding-bottom:100%;
}
.topnav-expanded .nav-expand-feature .features-container .feature:last-child {
	margin-bottom:0;
}
.topnav-expanded .nav-expand-feature .features-container .feature.f-w25.f-h25,
.topnav-expanded .nav-expand-feature .features-container .feature.f-w50.f-h50,
.topnav-expanded .nav-expand-feature .features-container .feature.f-w100.f-h100 {
	padding-bottom:100%;
}
.topnav-expanded .nav-expand-feature .features-container .feature.f-w25.f-h50,
.topnav-expanded .nav-expand-feature .features-container .feature.f-w50.f-h100 {
	padding-bottom:200%;
}
.topnav-expanded .nav-expand-feature .features-container .feature.f-w25.f-h100 {
	padding-bottom:400%;
}
.topnav-expanded .nav-expand-feature .features-container .feature.f-w50.f-h25,
.topnav-expanded .nav-expand-feature .features-container .feature.f-w100.f-h50 {
	padding-bottom:50%;
}
.topnav-expanded .nav-expand-feature .features-container .feature.f-w100.f-h25 {
	padding-bottom:25%;
}
.topnav-expanded .nav-expand-feature .features-container .feature.logo-bar {
	padding-bottom:0 !important;
}

.topnav-expanded .nav-expand-feature .feature .image_desc {
	padding:8px 12px 6px;
	font-size:11px;
}


.topnav-expanded .nav-expand-feature .features-container .feature.text-feature.f-w100.f-h50 {
padding:15px 0;
}

.topnav-expanded .nav-expand-feature .features-container .feature.text-feature.f-w100.f-h50:first-child {

}

.topnav-expanded .nav-expand-feature .features-container .feature.text-feature .paragraph {
  line-height:1.1;
}

@media (max-width:1199px) {
	.topnav-expanded .nav-expanded-row {
		--nav-expand-col-min: 150px;
		--nav-expand-col-max: 220px;
		--nav-expand-feature-min: 220px;
		--nav-expand-feature-max: 260px;
		--nav-expand-gap: clamp(18px, 3vw, 48px);
	}
	.topnav-expanded .nav-expanded-row.col_count_4 {
		--nav-expand-col-min: 170px;
		--nav-expand-col-max: 240px;
	}
	.topnav-expanded .nav-expanded-row.col_count_4 .nav-expand-feature {
		display:none;
	}
}

@media (max-width:991px) {
	.topnav-expanded .nav-expanded-row.col_count_3 {
		--nav-expand-col-min: 180px;
		--nav-expand-col-max: 250px;
	}
	.topnav-expanded .nav-expanded-row.col_count_3 .nav-expand-feature {
		display:none;
	}
}

.topnav-holder .flex-row {
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
}






.mobilenav .navbar-brand {
	font-size:80px;
}

.mobilenav .nav-icons .menu-toggle.active {
	padding:9px 12px;
}

.mobilenav .nav-icons .menu-toggle .icon-bar {
	border:0;
	border-bottom:1px solid var(--color_black);
	width:18px;
}



.mobilenav-overlay {
	top:-101%;
	display:block;
	opacity:0;
	background:var(--color_white);
	transform:translateY(0);
	transition: top 0.2s ease-in, opacity 0.5s ease-in;
	z-index:100000;
}
.mobilenav-overlay.open {
	top:0;
	opacity:1;
	transform:translateY(0);
	transition: top 0.3s cubic-bezier(.17,.67,.17,1), opacity 0.3s cubic-bezier(.17,.67,.17,1);
}


.mobilenav-content {
	left:0;
	top:0;
	width:100%;
	background:var(--color_transparent);
	opacity:0;
	transform:translateY(-50px);
	transition: opacity 0.75s ease-out, transform 1.3s cubic-bezier(.17,.67,.17,1);
}

.mobilenav-content.open {
	opacity:1;
	top:0;
	transform:translateY(0);
}

.mobilenav-content section {
	border-bottom:0;
	max-height:50px;
	transition: max-height 0.35s cubic-bezier(.17,.67,.17,1);
}

.mobilenav-content section nav {
	transform:translateY(-20px);
	opacity:0;
	pointer-events:none;
	transition: all 0.5s cubic-bezier(.17,.67,.17,1);
}
.mobilenav-content section.open nav {
	transform:translateY(0px);
	opacity:1;
	pointer-events:auto;
}

.mobilenav-content section a.nav-title {
	padding-left:15px;
	line-height:1;
	height:50px;
	padding-top:17px;
}

.mobilenav-content section a.nav-title h4 {
	font-size:14px;
}

.mobilenav-content section a.nav-title::before {
	position:absolute;
	margin:0;
	transition: transform 0.5s cubic-bezier(.17,.67,.17,1);
	top:20px;
	left:0;
	font-size:9px;
}
.mobilenav-content section a.nav-title.no-children::before {
	display:none;
}
.mobilenav-content section.open a.nav-title::before {
	content:"\f285";
	transform:rotate(90deg);
}
.mobilenav-content nav a {
	padding-left:17px;
	border-top:1px solid var(--color_hex_f4f4f4);
}

.mobilenav-content {
	height:100%;
}

.mobilenav-content .container {
	max-width:700px;
	height:100%;
	padding:30px;
	display:flex;
}

.mobilemenu {
	position:relative;
	width:100%;
	min-height:100%;
	display:flex;
	flex-direction:column;
	color:var(--color_black);
	font-family:var(--font-body);
}

.mobilemenu__header {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
	padding:0px 0px 12px;
	border-bottom:0;
	color:var(--color_black);
}

.mobilemenu__back,
.mobilemenu__close {
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:32px;
	min-height:32px;
	border:0;
	padding:4px;
	background:transparent;
	color:var(--color_black);
	font-size:24px;
	opacity:0.75;
}

.mobilemenu__back {
	opacity:0;
	pointer-events:none;
}

.mobilemenu.has-back .mobilemenu__back {
	opacity:0.75;
	pointer-events:auto;
}

.mobilemenu__title {
	flex:1;
	text-align:left;
	font-size:120%;
	letter-spacing:0;
	text-transform:none;
	position:relative;
	top:-2px;
}

.mobilemenu__panels {
	position:relative;
	flex:1;
	overflow:hidden;
	margin-top:16px;
}

.mobilemenu__panel {
	position:absolute;
	inset:0;
	overflow-y:auto;
	padding:6px 2px 40px;
	transform:translateX(100%);
	opacity:0;
	pointer-events:none;
	transition: transform 0.35s cubic-bezier(.17,.67,.17,1), opacity 0.35s cubic-bezier(.17,.67,.17,1);
}

.mobilemenu__panel.is-prep {
	transition:none;
}

.mobilemenu__panel.is-active {
	transform:translateX(0);
	opacity:1;
	pointer-events:auto;
}

.mobilemenu__panel.is-enter-left {
	transform:translateX(-100%);
}

.mobilemenu__panel.is-enter-right {
	transform:translateX(100%);
}

.mobilemenu__panel.is-exiting-left {
	transform:translateX(-100%);
	opacity:0;
}

.mobilemenu__panel.is-exiting-right {
	transform:translateX(100%);
	opacity:0;
}

.mobilemenu__list {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	gap:0px;
}

.mobilemenu__list--secondary {
	margin-top:0px;
	padding-top:0;
	border-top:0;
}

.mobilemenu__link {
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	width:auto;
	border:0;
	padding:10px 10px 10px 10px;
	gap:10px;
	background:transparent;
	color:var(--color_black);
	text-decoration:none;
	line-height:1.2;
	font-family:var(--font-body);
	letter-spacing:0;
	text-transform:none;
	text-align:left;
}

.mobilemenu__link:hover,
.mobilemenu__link:focus {
	color:var(--color_black);
	text-decoration:none;
}

.mobilemenu__link--parent {
	cursor:pointer;
}

.mobilemenu__list--primary .mobilemenu__link {
	font-size:180%;
}

.mobilemenu__list--secondary .mobilemenu__link {
	font-size:140%;
}

.mobilemenu__link.is-active {
	font-weight:700;
}

.mobilemenu__caret {
	font-size:0.5em;
	opacity:0.75;
}

.mobilemenu__text {
	flex:1;
	text-align:left;
}

.mobilemenu__features {
	margin-top:28px;
	padding-top:12px;
}

.mobilemenu__features .features-section {
	background:transparent !important;
}

.mobilemenu__features .features-holder {
	padding:0;
	margin:0;
}

.mobilemenu__features .features-container {
	margin:0;
}

.mobilemenu__features .feature {
	float:none;
	width:100%;
	margin:0 0 18px 0;
	padding-bottom:0;
	height:180px;
	border-radius:18px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.mobilemenu__features .feature:last-child {
	margin-bottom:0;
}

.mobilemenu__features .feature .feature-content {
	position:relative;
	height:100%;
	padding:0;
}

.mobilemenu__features .feature .thumb_holder {
	height:100%;
}

.mobilemenu__features .feature.text-feature {
	height:auto;
	padding:20px 18px;
}

.mobilemenu__features .feature.text-feature .text_holder {
	position:relative;
}

.mobilemenu__features .feature.text-feature .paragraph {
	font-size:14px;
}

ul.mobilemenu__list--btn {
  margin-bottom:10px;
}

ul.mobilemenu__list--btn > li > a {
border:1px solid rgba(0,0,0,0.1);
font-size:140%;
padding:8px 12px 8px 12px;
display:inline-flex !important;
margin:0 -2px;
}



.bi-truck {
	font-size:24px;
	text-align:center;
}
.cbox_info .bi-truck {
  font-size:33px;
}

.usps-bar .twirl {
	opacity:0.8;
}

.productview .thumbnails .thumb, .productview .variants .thumb {
	position:relative;
	border:0;
}
.productview .variants .thumb .highlight,
.productview .variants .thumb .highlight:hover {
	border: 1px solid #000 !important;
	border-radius:var(--pcard-border-radius);
	overflow:hidden;
}

.productview .item_qty {
	border-color:var(--btn-primary-bg-color);
	font-family: var(--font-body);
}

.buy_btn_contact {
	width:100%;
}

.buy_btn.btn-primary,
.buy_btn_contact,
.checkout_index_btn,
.checkout_shipping_btn {
	background-color:var(--btn-primary-bg-color);
	border-color:var(--btn-primary-bg-color);
	color:var(--btn-primary-text-color);
}

.buy_btn.add_as_new {
	
}







.topnavcol a:hover h4,
.shopfilter a:hover h4 {
	color:inherit;
}

.topnavcol a:hover {
	color:var(--color-secondary-dark);
}
.topnavcol .btn {
	border:1px solid var(--color_rgba_0_0_0_0_2);
	background:var(--color_transparent);
	color:var(--color_text_primary);
	border-radius:30px;
	padding:6px 16px;
	margin-bottom:2px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	text-transform:none;
	width:auto;
	justify-self:center;
}
.topnavcol .btn:hover {
	border-color:var(--color_rgba_0_0_0_0_75);
	background:var(--color_rgba_255_255_255_0_5);
	color:inherit;
	text-decoration:none;
}



.shopfilter-holder a.shop_back_link {
	position:absolute;
	left:15px;top:-32px;
	font-size:13px;
	opacity:0.7;
	z-index:100;
	color:var(--color_text_primary);
}
.shopfilter-holder a.shop_back_link:before {
	content:"\2039";
	position:relative;
	display:inline-block;
	padding-right:4px;
	top:-1px;
}
.shopfilter-holder a.shop_back_link:hover {
	opacity:1;
}


header .slim-menu {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 34px;
	border-top: 1px solid var(--color_hex_f4f4f4);
	overflow: hidden;
	opacity: 1;
	transition: opacity .5s ease-out;
}
.slim-nav {
	position:relative;
	width:100%;
	height:60px;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
	white-space:nowrap;
	padding:0 12px;
	text-align:center;
}

.slim-menu a.arrow {
	display:none;
}
.slim-nav a {
	position:relative;
	display:inline-block;
	font-size:13px;
	padding:10px 0px 11px 0px;
	margin:0 5px;
	height:34px;
	font-family: var(--font-body);
	/*font-family:'Times New Roman', Times, serif;*/
	font-weight:normal;
	line-height:1;
	letter-spacing: 0;
	text-transform:none;

	color:var(--color_hex_332f2a);
}
.slim-nav a:hover,
.slim-nav a:focus {
	color:var(--color-primary);
}

.slim-nav a.active {
	color:var(--color_black);
	font-weight:bold;
}

.slim-nav a:before {
	content:"";
	position:absolute;
	width:99%;
	height:0.75px;
	background:var(--color-primary);
	bottom:8px;
	opacity:0;
	transform:translateY(5px);
	-webkit-transition: all 0.4s cubic-bezier(.17,.67,.17,1);
	transition: all 0.4s cubic-bezier(.17,.67,.17,1);
}

.slim-nav a:focus:before,
.slim-nav a:active:before,
.slim-nav a.active:before {
	opacity:1;
	transform:translateY(0px);
}




.slim-menu a.arrow {
	position:absolute;
	left:0;top:0;
	width:40px;
	height:34px;
	padding:0 0px 0px 7px;
	margin:0;
	font-size:20px;
	line-height:30px;
	background:var(--color_white);
	text-align:left;
	color:var(--color-primary);
	/*color:var(--color_gray_muted);*/
	transform:translateX(-40px);
	display:block;

	-webkit-transition: transform 0.5s cubic-bezier(.17,.67,.17,1), height 0.5s cubic-bezier(.17,.67,.17,1);

	transition: transform 0.5s cubic-bezier(.17,.67,.17,1), height 0.5s cubic-bezier(.17,.67,.17,1);
}

.slim-menu.secondary a.arrow {
	height:28px;
	top:1px;
}

.slim-menu a.arrow.left.visible,
.slim-menu a.arrow.right.visible {
	transform:translateX(0px);
}

.slim-menu a.arrow.left {

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--color_white)+50,ffffff+100&1+50,0+100 */
	background: -moz-linear-gradient(left, var(--color_rgba_255_255_255_1) 50%, var(--color_rgba_255_255_255_0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, var(--color_rgba_255_255_255_1) 50%,var(--color_rgba_255_255_255_0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, var(--color_rgba_255_255_255_1) 50%,var(--color_rgba_255_255_255_0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_white)', endColorstr='var(--color_hex_00ffffff)',GradientType=1 ); /* IE6-9 */

}

.slim-menu a.arrow.right {

	left:auto;
	right:0;
	text-align:right;
	padding:0px 7px 0px 0px;
	transform:translateX(40px);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--color_white)+0,ffffff+50&0+0,1+50 */
	background: -moz-linear-gradient(left, var(--color_rgba_255_255_255_0) 0%, var(--color_rgba_255_255_255_1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, var(--color_rgba_255_255_255_0) 0%,var(--color_rgba_255_255_255_1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, var(--color_rgba_255_255_255_0) 0%,var(--color_rgba_255_255_255_1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_hex_00ffffff)', endColorstr='var(--color_white)',GradientType=1 ); /* IE6-9 */

}









@media (min-width : 768px) {
	.mobilenav-overlay {
		display:none !important;
	}
}

@media (min-width:992px) {
	.productview.use_carousel .img_holder {
		padding-bottom:0;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1350px) {
	.container,
	.related_items_container {
		width: 100%;
		max-width:1700px;
	}
}


@media (min-width : 1200px) {
	.col-lg-offset-15 {
		margin-left: 12.499995%;
	}
}


@media (max-width : 1440px) {
	.container.body {
		width:100%;
	}
	.product .thumb_holder {
		height:390px;
	}
}


@media (max-width : 1199px) {

	.container {
		width: 100%;
	}
	

	.container.frontpage-features,
	.carousel-container,
	.usps-bar-holder {
		width:100%;
		padding-left:0;
		padding-right:0;
	}

	h1,
	.jumbotron h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		font-family: var(--font-heading);
	}

	h1,
	.jumbotron h1,
	.h1 {
		font-size: 40px;
	}
	h2,
	.h2 {
		font-size: 30px;
	}
	h3,
	.h3 {
		font-size: 22px;
	}
	h4,
	.h4 {
		font-size: 18px;
	}
	h5,
	.h5 {
		font-size: 16px;
	}
	h6,
	.h6 {
		font-size: 14px;
	}
	h1.cursive,
	.h1.cursive {
		font-size:90px;
	}
	h2.cursive,
	.h2.cursive {
		font-size:60px;
		text-transform:uppercase;
	}
	h3.cursive,
	.h3.cursive {
		font-size:40px;
	}
	h4.cursive,
	.h4.cursive {
		font-size:36px;
	}

	.productview .variants .thumb.md {
		width:31%;
		height:auto;
		padding-bottom:30%;
	}
	.productview .productinfo {
		padding-left:5px;
	}

	.product .handmade img {
		height:47px;
		margin-top:-6px;
	}
	.product .personalized img {
		height:44px;
		margin-top:-7px;
	}
	.product .handsown img {
		height:50px;
		margin-top:-8px;
	}
	.product .thumb_holder {
		height:320px;
	}
	.product .imgtag {
		top:0;
		right:0;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
		margin:0;
		padding:0 12px;
		box-sizing:border-box;
		font-size:var(--body-font-size);
		line-height:1.2;
		transform:none;
	}
	.product .imgtag.soldout {
		letter-spacing:0;
	}

	hr.stylish::before {
		font-size:20px;
		line-height:17px;
	}


	.product .tag_handmade {
		transform:scale(0.75);
		top:0;right:0;
	}

	.table.checkout-table .c_options {
		display:table-cell !important;

	}
	.table.checkout-table .removeitem, .discountcode .removeitem {
		opacity:1;
	}
}

/* Medium Devices, Desktops */
@media (max-width:991px) {

	.container {
		width: 100%;
	}
	


	#main, .container.main {
		padding-top:40px;
	}

	.shopfilter {
		width:170px;
	}

	.productview .titlerow {
		margin-bottom:15px;
	}

	.productview .img_holder {
		padding-bottom:20px;
	}


	.page-checkout .cbox_info input {
		margin:5px 0;
	}
	.page-checkout .cbox_info .info_inputs {
		width:100%;
	}
	.page-checkout .cbox_info .info-right {
		padding-right:8px;
	}
	.page-checkout .pricetotals {
		margin-right:0px;
	}





	h1,
	.jumbotron h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		font-family: var(--font-heading);
	}

	h1,
	.jumbotron h1,
	.h1 {
		font-size: 40px;
	}
	h1.product_name,
	h2,
	.h2 {
		font-size: 24px;
	}
	h3,
	.h3 {
		font-size: 20px;
	}
	h4,
	.h4 {
		font-size: 16px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 14px;
	}
	h1.cursive,
	.h1.cursive {
		font-size:90px;
	}
	h2.cursive,
	.h2.cursive {
		font-size:60px;
		text-transform:uppercase;
		hyphens:auto !important;
	}
	h3.cursive,
	.h3.cursive {
		font-size:40px;
	}
	h4.cursive,
	.h4.cursive {
		font-size:33px;
	}



	hr.stylish::before {
		font-size:16px;
		line-height:19px;
	}



	header .topnav.navbar .navbar-brand-large {
		width:200px;
	}

	header .topnav.navbar .navbar-nav > li > a {
		padding-left:10px;
		padding-right:10px;
	}


	.productview .description {
		font-size:inherit;
	}
	.productview .buy_btn {
		font-size:14px;
	}
	.productview .variants .thumb.md {
		width:31%;
		height:auto;
		padding-bottom:30%;
	}
	.page-product .container-fluid .spacer {
		padding:0;
	}


	.product .imgtag {
		top:0;
		right:0;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
		margin:0;
		padding:0 12px;
		box-sizing:border-box;
		font-size:90%;
		line-height:1.2;
		transform:none;
	}
	.product .imgtag.soldout {
		letter-spacing:0;
	}
	.product .thumb_holder {
		height:270px;
	}
	.product .handmade img {
		height:40px;
		margin-top:-4px;
	}
	.product .personalized img {
		height:38px;
		margin-top:0px;
	}
	.product .handsown img {
		height:40px;
		margin-top:-5px;
	}


	.bryllup_temp .feature.text-feature.f-w100.f-h50, .feature.text-feature.f-w100.f-h50 {
		padding:70px 0px;
	}
	.bryllup_temp .feature.text-feature.f-1.f-w100.f-h50, .default_page .feature.text-feature.f-w100.f-h50, .productlist-holder .feature.text-feature.f-w100.f-h50 {
		padding:40px 0px;
	}
	.bryllup_temp .feature.text-feature.f-w100.f-h50 .paragraph, .default_page .feature.text-feature.f-w100.f-h50 .paragraph, .productlist-holder .feature.text-feature.f-w100.f-h50 .paragraph {
		width:95%;
		margin-left:2.5%;
	}
	.feature .sold-holder .sold {
		font-size:18px;
	}

	.default_page_template {
		margin-top:30px;
	}

}

/* Small Devices, Tablets */
@media (max-width : 767px) {

	.container {
		width: 100%;
	}

	.twocolumn_text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;

		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px;
	}

	.carousel-holder {
		margin-top:0;
	}


	h1,
	.jumbotron h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		font-family: var(--font-heading);
	}

	h1,
	.jumbotron h1,
	.h1 {
		font-size: 33px;
	}
	h2,
	.h2 {
		font-size: 26px;
	}
	h3,
	.h3 {
		font-size: 20px;
	}
	h4,
	.h4 {
		font-size: 17px;
	}
	h5,
	.h5 {
		font-size: 15px;
	}
	h6,
	.h6 {
		font-size: 15px;
	}
	h1.cursive,
	.h1.cursive {
		font-size:60px;
	}
	h2.cursive,
	.h2.cursive {
		font-size:48px;
		text-transform:uppercase;
	}
	h3.cursive,
	.h3.cursive {
		font-size:40px;
	}
	h4.cursive,
	.h4.cursive {
		font-size:33px;
	}


	.container.body {
		padding-top:30px;
	}
	.container.header-img-container {
		padding-left:0;
		padding-right:0;
		width:100%;
	}


	.feature.text-feature .paragraph,
	.productlist-holder .feature.text-feature.f-w100.f-h50 .paragraph {
		width:95%;
		margin-left:2.5%;
	}
	.bryllup_temp .feature.text-feature.f-w100.f-h50 .paragraph, .default_page .feature.text-feature.f-w100.f-h50 .paragraph {
		width:80%;
		margin-left:10%;
	}
	.bryllup_temp .feature.text-feature.f-w100.f-h50, .feature.text-feature.f-w100.f-h50 {
		padding:40px 0px;
	}
	.feature.f-h100 .fimg-tag {
		height:100%;
	}


	.productlist .product {
		padding:0px 15px 0px 15px;
	}

	.product_rel_section {
		padding-left:25px;
		padding-right:25px;
	}

	.product_rel_section .productlist .product {
		padding: 0px 7px 0px 7px;
	}

	.product .thumb_holder {
		height:290px;
	}

	.product .title {
		font-size:110%;
	}

	.product .imgtag {
		font-size:80%;
	}


	.productview .titlerow {
		margin-bottom:5px;
		min-height:0;
	}
	.productview .img_holder {
		min-height:230px;
		padding-bottom:15px;
		margin-bottom:10px;
	}
	.productview .productinfo {
		padding-left:15px;
		padding-right:15px;
	}
	.productview .variants .thumb.md {
		width:23%;
		height:auto;
		margin:0 2% 2% 0;
		padding-bottom:20%;
	}

	.checkout_steps {
		margin-bottom:30px;
	}
	.checkout_steps .step {
		height:25px;
		line-height:25px;
		font-size:10px;
	}
	.page-checkout .pricetotals-holder {
		float:left;
		padding-right:15px;
		margin-bottom:20px;
	}
	.page-checkout .pricetotals {
		min-width:0;
		width:100%;
		float:none !important;
		margin:0 auto;
		max-width:300px;
	}
	.page-checkout .row .cbox_info .info {
		width:60%;
		font-size:13.5px;
	}
	.table.checkout-table > tbody > tr > th {
		padding-left:0;
		padding-right:0;
	}
	.table.checkout-table td.qty-holder {
		padding-top:5px;
		padding-bottom:0px;
	}
	.table.checkout-table td.col-thumb,
	.table.checkout-table.condensed td.col-thumb,
	.page-checkout .row .cbox_info .thumb {
		width:80px;
		min-width:80px;
		padding:20px 0px 20px 0px;
	}
	.page-checkout .row .cbox_info .thumb {
		margin-right:20px;
	}
	.page-checkout .row .cbox_info.discountcode .thumb {

		background-size:80px auto !important;
		right:auto;
	}
	.table.checkout-table.condensed td.td_subtotal {
		padding-right:0;
		padding-left:0;
	}
	.table.checkout-table.condensed .discount td.col-thumb {
		padding:20px 0px 20px 0px;
	}
	.table.checkout-table td.col-thumb .thumb {
		width:80px;
		height:70px;
		margin-right:10px;
		background-size:cover;
	}
	.page-checkout .cbox_info .thumb {
		margin-right:15px;
	}
	.table.checkout-table .discount td {
		padding-top:30px;
	}
	.table.checkout-table .qty-holder .c_qty {
		display:block;
		line-height:24px;
	}








	.checkout_details_table .btn {
		margin-top:5px;
	}
	.inputholder input,
	.inputholder select {
		font-size:16px;
		line-height:16px;
	}
	.shipping_highlights {
		margin-top:0;
		padding-left:0;
	}
	.shipping_highlights .content {
		top:-20px;
		max-width:100%;
		border-radius:0px 0px 10px 10px;
		border-width:0px 1px 1px 1px;
		padding:50px 40px 40px 40px;
		gap:25px;
	}

	#shipping_options {
		padding-left:0;
	}

	#discountcode_input .info {
		padding:0 40px;
	}
	#discountcode_input #discount_code,
	#discountcode_input #discount_submit {
		width:48%;
	}

	.site-footer .cols-holder {
		padding:0;
		font-size:16px;
	}
	.site-footer .nav a {
		text-align:left;
	}

	.productlist-title {
		margin-top:40px;
		padding-bottom:20px;
	}

	.productlist-holder .feature.text-feature.f-1, .productlist-holder .feature.text-feature.f-w100.f-h50.f-1 {
		padding-top:20px;
	}

	.site-footer .cols-holder {
		padding:0 15px;    
	}

	.site-footer .nav {
		max-width:900px !important;
	}

	.site-footer .nav.nav_cols_6 .ncol,
	.site-footer .nav.nav_cols_5 .ncol,
	.site-footer .nav.nav_cols_4 .ncol
	{
		width:48%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {


	#main, .container.main {
		padding:30px 15px;
		margin-top:0px;
	}


	.carousel-caption.right,
	.carousel-caption.left {
		position:absolute;
		left:0px;
		top:50%;
		bottom:auto;
		float:none;
		width:100%;
		max-width:100%;
		padding:0 40px;
		text-align:center;
	}


	.mobilenav-content section a.nav-title {
		font-size:11px;
	}
	.mobilenav-content nav a {
		min-width:100%;
		font-size:11.5px;
	}




	.page-checkout .pricetotals {
		width:100%;
	}
	.page-checkout .pricetotals-holder {
		width:100%;
		padding:0 !important;
	}
	

	.productlist .product {
		padding:0px 15px 0px 15px;
		margin-bottom:80px;
	}
	.product .title-holder {
		padding-right:0;
	}
	.product .thumb_holder.large {
		width:100%;
		height:230px;
		padding-right:0;
	}
	.product .thumb_holder.medium {
		display:none;
	}


	.productview .variants .thumb.md {
		width:23%;
		padding-bottom:20%;
	}


	.bryllup_temp .feature.text-feature.f-w100.f-h50 .paragraph, .default_page .feature.text-feature.f-w100.f-h50 .paragraph {
		width:95%;
		margin-left:2.5%;
	}
	.feature.text-feature .paragraph,
	.productlist-holder .feature.text-feature.f-w100.f-h50 .paragraph {
		width:100%;
		margin-left:0%;
	}

	.feature.f-w50 {
		width:100%;
	}
	.feature.f-w50.f-h50 {
		padding-bottom:100%;
	}
	.feature.f-w50.f-h100 {
		padding-bottom:200%;
	}
	.feature.f-w25 {
		width:100%;
	}
	.feature.f-w25.f-h25 {
		padding-bottom:50%;
	}
	.feature.f-w25.f-h50 {
		padding-bottom:100%;
	}
	.feature.f-w25.f-h100 {
		padding-bottom:200%;
	}

	.bryllup_temp .feature.f-1.f-w100.f-h50, .default_page .feature.f-w100.f-h50 {
		padding-bottom:100%;
	}
	.productlist-holder .feature.f-w100.f-h50 {
		padding-bottom:50%;
	}
	.feature.f-w100.f-h50 {
		padding-bottom:100%;
	}
	.feature.f-w100.f-h50 .fimg-tag {
		width:auto;height:100%;
		left:-50%;
	}
	.bryllup_temp .feature.f-w100.f-h50 .fimg-tag {
		left:0;
	}
	.bryllup_temp .feature.f-w100.f-h50,
	.bryllup_temp .feature.f-1.f-w100.f-h50 {
		padding-bottom:68%;
	}
	.productlist-holder .feature.f-w100.f-h50 .fimg-tag {
		width:100%;height:auto;
		left:auto;
	}
	.feature.f-w50.f-h50.text-feature,
	.feature.f-w25.f-h50.text-feature {
		padding:40px 0;
		height:auto;
	}
	.feature.text-feature.f-w50.f-h50 .text_holder,
	.feature.text-feature.f-w25.f-h50 .text_holder {
		position:relative;
		height:auto;
		transform:translateY(0);
	}
	.feature .feature-content {
		padding-left:0;
		padding-right:0;
	}

	.feature.text-feature .paragraph {
		font-size:105%;
		width:100%;
	}

	#discountcode_input .info {
		padding:0 30px;
	}
	#discountcode_input #discount_code,
	#discountcode_input #discount_submit {
		width:100%;
	}

	.cbox_info.discountcode .info-right {
		clear:both;
		float:right;
		width:60%;
		margin-top:10px;
	}
	.table.checkout-table td.col-thumb,
	.table.checkout-table.condensed td.col-thumb,
	.page-checkout .row .cbox_info .thumb {
		width:60px;
		min-width:60px;
	}
	.table.checkout-table td.col-thumb .thumb {
		width:60px;
		margin-right:0px;
	}
	.page-checkout .row .cbox_info .thumb,
	.page-checkout .row .cbox_info.discountcode .thumb {
		margin-right:10px;
		background-size:60px auto !important;
		right:auto;
	}



	hr.stylish::after {
		background-size: 22px auto;
		width:50px;
		margin-left:-25px;
	}
	footer .cols-holder {
		margin-top:15px;
	}
	.site-footer .nav {
		max-width:240px;
	}

	.site-footer .nav .ncol .col_title {
		margin-bottom:15px;
	}


	.site-footer .nav .ncol {
		width:100% !important;
	}

	.site-footer .nav.nav_cols_3 .ncol {
		text-align:center;
	}

	.site-footer .nav .ncol .col_title {
		text-align:center;
	}

	.site-footer .nav .ncol .item {
		float:none;
		text-align:center;
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
}

























.pack_extras,
.pack_extras section,
.pack_extras section .group,
.pack_extras .pitem,
.pack_extras .qty,
.pack_extras .pinfo {
	position: relative;
	float: left;
}

.pack_extras {
	width: 100%;
	height: auto;
}


.pack_extras section,
.pack_extras section .group,
.pack_extras .pitem,
.pack_extras .group_title,
.pack_extras .section_title {
	width: 100%;
	height: auto;
	clear: both;
}

.pack_extras section,
.pack_extras section .group {
	margin-bottom: 15px;
}

.pack_extras section .group {
	margin-top: 10px;
}

.pack_extras .section_title, 
.pack_extras .group_gaestenavne .group_title,
.pack_extras .group_tryksager_tekster .group_title,
.pack_extras .group_title {
	background: var(--color_bg_muted);
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	font-weight: normal !important;
	font-style: normal !important;
}


.pack_extras .section_desc,
.pack_extras .group_desc {
	font-style: italic;
	margin-bottom: 10px;
}

.pack_extras .group_gaestenavne .group_desc {
	padding-left:0;
}

.section_img_holder {
	display: block;
	position: absolute;
	right: 100%;
	top: -10px;
	width: 745.83px;
	padding-bottom: 60%;
	background-color: var(--color_transparent);
	padding: 10px 35px 10px 0;
}

.section_img {
	display:block;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color_bg_lighter);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 66%;
	border: 3px solid var(--color_bg_muted);

}

.section_img_title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding: 3px 7px;
	font-style: italic;
	opacity: 0.75;
}

@media (min-width:768px) {

	.section_img:after {
		content: "";
		position: absolute;
		right: -16px;
		top: 3px;
		width: 0px;
		height: 0px;
		border-top: 10px solid var(--color_transparent);
		border-bottom: 10px solid var(--color_transparent);
		border-left: 16px solid var(--color_bg_muted);
	}

	.productview .buy-holder,
	.productview .delivery_notice_holder {
		padding-left:20px;
		padding-right:20px;
	}


}


@media (max-width: 1350px) {

	.section_img_holder {
		width: 687.5px;
	}

}

@media (max-width: 1200px) {

	.section_img_holder {
		width: 56.5vw;
		padding-right: 30px;
	}

}

@media (max-width: 991px) {

	.section_img_holder {
		width: 55.1vw;
		padding-right: 20px
	}

}

@media (max-width: 768px) {

	.productview .product_name {
		margin-top:0;
	}

}


.product_pack h3.subtitle,
.product_pack h4.subtitle,
.product_pack h5.subtitle {
	text-transform: none;
	font-style: italic;
	font-weight: 400;
	font-family: var(--font-body);
}

.pack_extras .pitem {
	margin: 0 0 10px 0;
}

.pack_extras .qty {
	width: 105px;
	height: 32px;
	white-space: nowrap;
	margin-right: 12px;
}

.pack_extras .qty a,
.pack_extras .qty input {
	position: relative;
	float: left;
	width: 35px;
	height: 32px;
	border: 1px solid var(--color_hex_a8a6a1);
	text-align: center;
	text-indent: 0px;
	display: block;
	font-family: var(--font-body);
}


.pack_extras .qty a {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 17px;
	text-align: center;
	line-height: 1;
	font-weight: 300;
	color: var(--color_hex_4a4641);
	padding-top: 5.5px;
	-webkit-font-smoothing: antialiased;
}

.pack_extras .qty.disabled a {
	display: none;
}

.pack_extras .qty a.less {
	border-right: 0;
	border-radius:2px 0px 0px 2px;
}

.pack_extras .qty a.more {
	border-left: 0;
	border-radius:0px 2px 2px 0px;
}

.pack_extras .qty input {
	background-color: var(--color_transparent);
	border-radius: 0 !important;
}

.pack_extras .qty input[disabled] {
	color: var(--color_text_primary);
	cursor: not-allowed;
}

.pack_extras .qty input:hover,
.pack_extras .qty input:focus {
	background-color: var(--color_white);
}

.pack_extras .qty a:hover {
	background: var(--color_bg_muted);
}

.pack_extras .show_qty_under_active_item .qty.group_qty_total {
	display: none;
}

.pack_extras .show_qty_under_active_item .pitem .qty.group_qty_total {
	display: block;
	position: absolute;
	left: 50%;
	top: -28px;
	width: 105px;
	z-index: 100;
	background: var(--color_white);
	padding: 0;
	margin: 0;
	transform: translateX(-50%);
	white-space: nowrap;
	overflow: hidden;
}

.pack_extras .show_qty_under_active_item .pitem .qty.group_qty_total.disabled {
	width: 35px;

}


.pack_extras .pinfo {
	margin-top: -1px;
	line-height: 1.1;
}

.pack_extras .pinfo .price {
	color: var(--color_hex_92887b);
	font-family: var(--font-body);
}

.pack_extras .pitem.r_qty {
	height: auto;
	min-height: 42px;
	max-width:500px;
}

.pack_extras .pitem.r_qty .pinfo .name {
	position: relative;
	display: inline-block;
	white-space: normal;
}

.pack_extras .pitem.r_qty .pinfo {
	float: left;
	width: 55%;
}

@media (max-width:1040px) {
	.pack_extras .pitem.r_qty .pinfo {
		width: 50%;
	}
}

@media (max-width:900px) {
	.pack_extras .pitem.r_qty .pinfo {
		width: 45%;
	}
}

@media (max-width:810px) {
	.pack_extras .pitem.r_qty .pinfo {
		width: 42%;
	}
}



.pack_extras .pitem.r_thumb {
	float: left;
	clear: none;
	width: 30%;
	text-align: left;
	margin-right: 5%;
	transition: all 0.2s ease-out;
}

.pack_extras .pitem.r_thumb:nth-child(3n) {
	margin-right: 0;
}

.pack_extras .pitem.r_thumb .pinfo {
	width: 100%;
	padding-top: 8px;
	min-height: 80px;
	padding-left: 3px;
}

.pack_extras .pitem .pthumb_cont {
	display:block;
	position:relative;
}

.pack_extras .pitem .pthumb {
	background-color: var(--color_bg_lighter);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid var(--color_surface);
	box-sizing: border-box;
	transition: all 0.15s ease-out;
	z-index: 10;
}

.pack_extras .pitem.r_thumb .pthumb {
	width: 100%;
	padding-bottom: 95%;
	cursor: pointer;
}

.pack_extras .pitem.r_thumb .pthumb:hover {
	border-color: var(--color_white);
	/*
	transform:scale(1.5,1.5) translateY(-4%);
	*/
}

.pack_extras .pitem.r_thumb.active .pthumb {
	border-color: var(--color_hex_77716a);
}

.pack_extras .pitem.r_thumb.inactive {
	opacity: 0.65;
	/*
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	*/
}

.pack_extras .group.has_default_variant .pitem.r_thumb.inactive {
	opacity: 1;
}

.pack_extras .pitem.r_thumb.active,
.pack_extras .pitem.r_thumb.inactive:hover {
	opacity: 1;
	/*
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	*/
}

.pack_extras .pitem.r_thumb.round .pthumb {
	border-radius: 50%;
}

.pack_extras .group.choose_one .pitem .loader {
	height: auto;
	padding-bottom: 95%;
}

.pack_extras .group.choose_one .pitem .loader.small:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7.5px 0 0 -7.5px;
}



.pack_extras .admin_info {
	display: block;
	position: absolute;
	right: -70px;
	top: 0;
	width: 60px;
	height: auto;
	color: var(--color_rgba_0_0_0_0_3);
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	z-index: 10;
	background: var(--color_hex_fcf7f1);
}

.pack_extras .pitems {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}


.pack_extras .pitem.r_qty {
	box-sizing: border-box;
	min-height: 42px;
	white-space: nowrap;
	padding: 5px 5px 5px 0;
	margin: 0 0 3px 0;
	transition: background 0.2s ease-out;
}

.hashover .pack_extras .pitem.r_qty:hover {
	background: var(--color_rgba_255_255_255_1);
}

.pack_extras .pitem.r_qty .qty,
.pack_extras .pitem.r_qty .pinfo {
	position: relative;
	display: inline-block;
	float: none;
	clear: none;
}

.pack_extras .pitem.r_qty .qty {
	display: block;
	float: left;
}


.pack_extras .pitem.r_thumb:hover {
	z-index: 100;
}

.pack_extras .pitem.r_thumb .pthumb {
	transform-origin: 50% 100%;
}

.pack_extras .pitem.r_thumb .pinfo {
	transform-origin: 50% -30%;
}

.hashover .pack_extras .pitem.r_thumb:hover .pthumb,
.pack_extras .pitem.r_thumb.active .pthumb {
	transform: scale(1.11);
	box-shadow: 0px 30px 20px var(--color_rgba_123_106_89_0_2);
	transition: transform 1.4s cubic-bezier(.17, .67, .17, 1), box-shadow 1.4s cubic-bezier(.17, .67, .17, 1), border 0.25s ease-out;
}

.pack_extras .pitem.r_thumb .pinfo {
	z-index: 10;
}

.pack_extras .pitem.r_thumb .pthumb,
.pack_extras .pitem.r_thumb .pinfo {
	transition: transform .8s cubic-bezier(.17, .67, .17, 1), box-shadow .8s cubic-bezier(.17, .67, .17, 1), border 0.25s ease-out;
}


.pack_extras .pitem.r_thumb .pthumb .remove {
	position: absolute;
	top:-5px;
	right:-5px;
	width: 16px;
	height: 16px;
	border: 0px solid var(--color_hex_77716a);
	line-height: 1 !important;
	padding: 2px 0 2px 3px;
	color: var(--color_white);
	background: var(--color_hex_77716a);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease-out;
	text-align: left;
	border-radius: 0;
	font-size: 10px;
	z-index:190;
}

.pack_extras .pitem.r_thumb.active .pthumb .remove {
	opacity: 1;
	pointer-events: auto;
}



.pack_extras .pitem.r_thumb.active .pinfo {
	transform: scale(1.11);
}


.pack_extras .pitem.r_qty .pthumb {
	position: absolute;
	right: 25px;
	bottom: 94%;
	margin-bottom:-15px;
	width: 250px;
	height: 250px;
	pointer-events: none;
	box-shadow: 0px 0px 0px var(--color_rgba_123_106_89_0_1);
	border-color: var(--color_white);
	transform: scale(0.85) translateY(30px) translateX(20px);
	transition: transform 1.4s cubic-bezier(.17, .67, .17, 1), box-shadow 1.4s cubic-bezier(.17, .67, .17, 1), opacity 0.25s ease-out;
	opacity: 0;
	overflow: hidden;
}

.pack_extras .pitem.r_qty .pthumb.active {
	transform: scale(1) translateY(0px);
	box-shadow: 0px 30px 20px var(--color_rgba_123_106_89_0_2);
	opacity: 1;
	transition: transform 1s cubic-bezier(.17, .67, .17, 1), box-shadow 1s cubic-bezier(.17, .67, .17, 1), opacity 0.25s ease-out;
}

.pack_extras .qty.group_qty_total {
	width: 100%;
	margin: 0 0 20px 3px;
}

.pack_extras .qty.group_qty_total.disabled {
	display: none;
}


.pack_extras .pitem .ptips {
	position: absolute;
	right: 0;
	top: 5px;
	width: auto;
	height: auto;
	transition: opacity 0.5s ease-out;
}

.pack_extras .pitem.r_thumb .ptips {
	top: -2px;
	opacity: 0;
}

.pack_extras .pitem.r_thumb:hover .ptips {
	opacity: 1;
}

.pack_extras .pitem .ptips .ptip {
	position: relative;
	float: left;
	width: 28px;
	height: 28px;
	font-size: 15px;
	line-height: 28px;
	margin: 2px 5px 0 0;
	text-align: center;
	color: var(--color_text_primary);
	opacity: 0.6;
	transition: all 0.2s ease-out;
	border-radius: 50%;
	border: 1px solid var(--color_bg_muted);
	text-indent: 0px;
}


.pack_extras .pitem .ptips .ptip.admininfo {
	opacity: 0;
}

.pack_extras .pitem:hover .ptips .ptip.admininfo {
	opacity: 1;
}



.pack_extras .pitem .ptips .ptip:not(.placeholder):hover {
	opacity: 1;
	background-color: var(--color_bg_muted);
}

.pack_extras .pitem .ptips .ptip.thumb {
	line-height: 26px;
}

.pack_extras .pitem.r_qty .ptips .ptip.desc {
	opacity: 0.8;
}

.pack_extras .pitem .ptips .ptip.desc:before {
	position: relative;
	display: block;
	content: "";
	/*font-size: 17px;
	font-weight: bold;
	background: var(--color_transparent) url('/img/icons/spoergsmaalstegn.svg') no-repeat center center;
	background-size: 50%;*/
	width: 100%;
	height: 100%;
	content:"\F64E";
	font-family: 'bootstrap-icons' !important;
	font-weight:normal;
	top:-1px;
}

.pack_extras .pitem .ptips .ptip.placeholder {
	border: 0;
	pointer-events: none;
}

.pack_extras .pitem.r_thumb .ptips .ptip {
	border-color: var(--color_white);
	background: var(--color_rgba_255_255_255_0_85);
	opacity: 1;
	margin:0px 4px 2px 0;
}

.pinfo .tooltip .tooltip-inner,
.pack_purchase .tooltip .tooltip-inner {
	min-width: 250px;
	max-width: 250px;
}

.pinfo .handmade_icon {
	top: 1px;
	width: 12px;
	height: 12px;
	background: url('/img/icons/discount_star.svg') no-repeat center center;
	background-size: contain;
	opacity: 0.5;
	transition: opacity 0.3s ease-out;
}

.pinfo .handmade_icon:hover {
	opacity: 1;
}

.pinfo .material_use_warning {
	color: var(--color-primary);
	font-size: 13px;
}

.pinfo .handmade_icon,
.pinfo .material_use_warning {
	position: relative;
	display: inline-block;
	top: auto;
	right: auto;
	top: 3px;
	margin-left: 5px;
}





.pack_extras .pitem .pdesc {
	position: absolute;
	right: 60px;
	bottom: 100%;
	width: 350px;
	max-width:calc(100vw - 90px);
	height: auto;
	padding: 15px 20px;
	line-height: 1.35;
	margin-bottom:0px;
	pointer-events: none;
	white-space: normal;
	background: var(--color_bg_muted);
	font-style: italic;
	text-align: center;
	box-shadow: 0px 0px 0px var(--color_rgba_123_106_89_0_1);
	z-index: 200;
	transform: scale(0.85) translateY(20px) translateX(20px);
	transition: transform 1s cubic-bezier(.17, .67, .17, 1), box-shadow 1.4s cubic-bezier(.17, .67, .17, 1), opacity 0.25s ease-out;
	opacity: 0;
	border: 2px solid var(--color_white);
	overflow: hidden;
}

.pack_extras .pitem.r_thumb .pdesc {
	right: 52px;
}

.pack_extras .pitem.r_qty .pdesc {
	margin-bottom:-15px;
}

.pack_extras .pitem .pdesc.active {
	transform: scale(1) translateY(0px) translateX(0px);
	box-shadow: 0px 30px 20px var(--color_rgba_123_106_89_0_2);
	opacity: 1;
	transition: transform 1s cubic-bezier(.17, .67, .17, 1), box-shadow 1s cubic-bezier(.17, .67, .17, 1), opacity 0.25s ease-out;
}

.pack_extras .pitem.r_qty .pthumb:after,
.pack_extras .pitem .pdesc:after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 30px;
	height: 30px;
	background: var(--color_white);
	transform: rotate(45deg);
}


/* Flex changes and tablet optimization with close buttons and always visible tooltip buttons on thumbnails */
.pack_extras .pitems.r_thumbs {
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
	align-items:flex-start;
	align-content:space-between;
}

.pack_extras .pitems.r_thumbs .pitem {
	margin-bottom:35px;
}

.pack_extras .pitems.r_thumbs .pitem .pinfo {
	min-height:40px;
}

.pack_extras .pitem .pdesc .close_btn,
.pack_extras .pitem.r_qty .pthumb .close_btn {
	position:absolute;
	right:-2px;
	top:-2px;
	width:20px;
	height:20px;
	background:var(--color_white);
	color:var(--color_hex_92887b);
	text-align:center;
	cursor:pointer;
	display:none;
}


.pack_extras .pitem.r_thumb .pthumb .close_btn {
	display:none !important;
}

.pack_extras .pitem .pdesc .close_btn .bi,
.pack_extras .pitem.r_qty .pthumb .close_btn .bi {
	position:relative;
	top:3px;
	opacity:0.5;
	font-size:16px;
}

.pack_extras .pitem .pdesc .close_btn:hover .bi,
.pack_extras .pitem.r_qty .pthumb .close_btn:hover .bi {
	opacity:1;
}

.pack_purchase {
	border-top:2px solid var(--color_bg_muted);
}


@media (max-width:1024px) {

	.pack_extras .pitem.r_thumb .ptips {
		opacity:0.5;
		top:0px;
		right:-8px;
		transform:scale(0.8);
	}

	.pack_extras .pitem .pdesc .close_btn,
	.pack_extras .pitem.r_qty .pthumb .close_btn {
		display:block;
	}

	.pack_extras .pitem .pdesc.active ,
	.pack_extras .pitem.r_qty .pthumb.active .close_btn{
		pointer-events:auto;
	}

	


}




.pack_purchase {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 93px;
	min-width: 350px;
	font-size: 0.9em;
	transform: translateZ(2px);
	animation-fill-mode: none !important;
	padding: 5px 0;
	background: var(--color_rgba_255_255_255_1);
	z-index: 1000;
	overflow: visible;
	box-shadow: 0px 0px 7px var(--color_rgba_40_40_40_0_03);
}

.product_pack .container.main.productview {
	overflow: hidden;
}

.pack_purchase .pcol {
	position: relative;
	float: left;
	white-space: nowrap;
	width: 20%;
	height: 100%;
	padding-top: 10px;
	padding-left: 35px;
	line-height: 1.2;
	margin-top:10px;
}

.pack_purchase .pcol.delivery {
	width: 25%;
}

.pack_purchase .pcol.delivery .desc {
	color:var(--color_gray_mid_dark);
	font-style:italic;
}

.pack_purchase .pcol .icon {
	position: absolute;
	left: 7px;
	top: 13px;
	width: 20px;
	height: 20px;
	background: var(--color_bg_muted);
	display: block;
	border-radius: 50%;
}


.pack_purchase .pcol.help .icon {
	background: var(--color_transparent) url('/img/icons/spoergsmaalstegn.svg') no-repeat center center;
	background-size: 75%;
	border-radius: 0;
	left: 11px;
}

.pack_purchase .pcol.delivery .icon {
	background: var(--color_transparent) url('/img/icons/lumen_levering.svg') no-repeat center center;
	background-size: 90%;
	border-radius: 0;
	width: 30px;
	left: -3px;
	top:15px;
}

.pack_purchase .pcol.discount .icon {
	background: var(--color_transparent) url('/img/icons/discount_star.svg') no-repeat center center;
	background-size: 70%;
	border-radius: 0;
	left: 12px;
}

.pack_purchase .pcol a:not(.btn) {
	color:var(--color-secondary-dark);
}

.pack_purchase .pcol .desc {
	color: inherit;
	font-family: var(--font-body);
	line-height:1.0;
	white-space:normal;
	padding-top:1px;
	font-style:italic;
}

.pack_purchase .pcol.totals {
	text-align: right;
	padding-top: 15px;
	width: 40%;
	min-width: 380px;
	padding-right: 15px;
	padding-left: 0;
	float: right;
	margin-top:0;
}

.pack_purchase .pcol.totals .total_discount {
	font-size: 1em;
	white-space: nowrap;
	font-weight: 600;
}

.pack_purchase .pcol.totals .total_price {
	font-size: 2em;
	line-height: 1;
	white-space: nowrap;
	padding-top:4px;
	font-family: var(--font-body);
}

.pack_purchase .pcol.totals .total_desc {
	font-style: italic;
	color: var(--color_gray_mid_dark);
}

.pack_purchase .totals .btn {
	margin-left: 30px;
}

.pack_purchase .totals .btn.update {
	letter-spacing: 0;
	padding-left: 15px;
	padding-right: 55px;
	margin-left: 20px;
}

.pack_purchase .totals .btn.update.arrow:after {
	right: 11px;
}

.pack_purchase .pcol.purchase {
	padding-top: 23px;
	padding-left: 15px;
	text-align: right;
}


.pcol.help .pack_contact.active {
	transform:translateY(-113px);
}









.product .tag_personalized,
.product .tag_sample {
	top:-30px;
	bottom:auto;
}


.adminlink .bi,
.adminlink .bi:before {
	font-size:20px;
	color:var(--color_text_primary);
	opacity:0.7;
	transition:all 0.2s ease-out;
}

.adminlink:hover .bi,
.adminlink:hover .bi:before {
	transform:rotate(30deg) !important;
	opacity:1;
}


.shipping_glyph {
	width:28px;
	text-align:left;
}
.shipping_glyph.download {
	top:1px;
}
.ship_option_name.download {
	margin:3px 0 0 0 !important;
}



@media (max-width:990px) {

	.pack_purchase .pcol.help {
		width: 20%;
	}

	.pack_purchase .pcol.delivery {
		width: 25%;
	}

	.pack_purchase .pcol.discount {
		width: 19%;
	}

	.pack_purchase .pcol.totals {
		width: 55%;
	}

	.pack_purchase .totals .btn {
		margin-left:20px;
	}


	/* Tooltip fix for mobile */

	.pack_extras .pitem.r_thumb:nth-child(3n+1) .pdesc {
		left:0;
		right:auto;
	}
	.pack_extras .pitem.r_thumb:nth-child(3n+1) .pdesc:after {
		right:auto;
		left:-20px;
	}

	.pack_extras .pitem.r_thumb:nth-child(3n+2) .pdesc {
		left:-100px;
		right:auto;
	}
	.pack_extras .pitem.r_thumb:nth-child(3n+2) .pdesc:after {
		right:auto;
		left:50%;
		bottom:-30px;
		transform:translateX(-50%) rotate(45deg);
	}

	.pack_extras .pitem.r_thumb:nth-child(3n) .pdesc {
		left:auto;
		right:50px;
	}

}


@media (max-width:900px) {

	.pack_purchase .pcol.help {
		width: 25%;
	}

	.pack_purchase .pcol.delivery {
		width: 20%;
	}

	.pack_purchase .pcol.discount {
		display: none;
	}

	.pack_purchase .pcol.totals {
		width: 55%;
	}

}


@media (max-width:720px) {

	.pack_purchase {
		padding-top: 0;
	}

	.pack_purchase .pcol.help {
		width: 30%;
		float: none;
	}

	.pack_purchase .pcol.delivery {
		width: 50%;
		float: none;
	}

	.pack_purchase .pcol.delivery .title.first {
		display: none;
	}

	.pack_purchase .pcol.discount {
		display: none;
	}

	.pack_purchase .pcol.totals {
		position: absolute;
		right: 0;
		top: 0;
		float: none;
		width: 100%;
		padding-top: 15px;
	}

	.product_pack .productinfo,
	.product_pack .img_holder {
		overflow: hidden;
	}





	.pack_purchase {
		height: 135px;
	}

	.pack_purchase .pcol.help,
	.pack_purchase .pcol.delivery {
		width: 50%;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 65px;
	}

	.pack_purchase .pcol.delivery {
		left: auto;
		right: 0;
		width: 214px;
	}

	.pack_purchase .pcol.delivery .title.first {
		display: none;
	}

	.pack_purchase .pcol.discount {
		display: none;
	}



	.pack_purchase {
		height:115px;
		padding-bottom:15px;
	}

	.pack_purchase .container,
	.pack_purchase .row {
		position:relative;
		height:100%;
	}


	.pack_purchase .pcol.totals {
		height:60px;
		padding-top:10px;
		padding-right:15px;
		left:auto;
		right:0;
	}

	.pack_purchase .pcol.help, .pack_purchase .pcol.delivery {
		width:49%;
		height:45px;
		padding-top:10px;
	}



	.pack_purchase .totals .btn.arrow {
		padding:15px;
	}

	.pack_purchase .totals .btn.arrow:after {
		top:18px;
	}

	.pack_purchase .pcol.totals .total_price {
		font-size:1.8em;
		padding-top:2px;
	}


	.pcol.help .pack_contact.active {
		transform: translateY(-152px);
	}


	.pack_extras .pitem .pdesc {
		padding:15px 15px;
	}

	.pack_purchase .pcol.help {
		width:190px;
	}

	.pack_purchase .pcol.delivery {
		left:190px;
		right:auto;
		width:calc(100% - 190px);
		padding-right:10px;
	}

	.pack_purchase .pcol .desc {
		width:auto;
		height:15px;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap
	}

	.pack_extras .pitem .pdesc,
	.pack_extras .pitem .pdesc.active,
	.pack_extras .pitem .ptips .ptip,
	.pack_extras .pitem .ptips,
	.pack_extras .pitem.r_qty .pthumb.active,
	.pack_extras .pitem.r_qty .pthumb,
	.pack_extras .pitem.r_thumb .pthumb .remove,
	.pack_extras .pitem.r_thumb .pthumb,
	.pack_extras .pitem.r_thumb .pinfo,
	.pack_extras .pitem.r_thumb:hover .pthumb,
	.pack_extras .pitem.r_thumb.active .pthumb,
	.pack_extras .pitem.r_qty,
	.pack_extras .pitem .pthumb,
	.pack_extras .pitem.r_thumb {
		transition:none !important;
	}

}


@media (max-width:420px) {

	.pack_purchase .totals .btn {
		margin-left: 15px;
	}



	.pack_purchase .pcol.totals {
		transform: scale(0.9);
	}

	.pack_extras .pitem.r_thumb,
	.pack_extras .pitem.r_thumb:nth-child(3n) {
		margin-right:5%;
		width:47.4%;
	}
	.pack_extras .pitem.r_thumb:nth-child(2n) {
		margin-right:0;
	}

	.pack_purchase .pcol.totals {
		transform:scale(1);
	}

	.pack_purchase .totals .btn {
		padding:8px 15px !important;
	}

	.pack_purchase .totals .btn.arrow:after {
		display:none;
	}

	.pcol.help .pack_contact.active {
		transform:translateY(-155px);
	}

	/* Tooltip fix for mobile */

	.pack_extras .pitem.r_thumb .pdesc {
		max-width:calc(100vw - 40px);
	}

	.pack_extras .pitem.r_thumb:nth-child(2n+1) .pdesc {
		left:0;
		right:auto;
	}
	.pack_extras .pitem.r_thumb:nth-child(2n+1) .pdesc:after {
		right:auto;
		left:-20px;
	}

	.pack_extras .pitem.r_thumb:nth-child(2n) .pdesc {
		left:auto !important;
		right:0px !important;
	}
	.pack_extras .pitem.r_thumb:nth-child(2n) .pdesc:after {
		left:auto;
		right: -20px;
		bottom: -20px;
		transform: rotate(45deg);
	}

}

.pitem.r_qty .pthumb .remove {
	display: none;
}

.pricetotals .text-right {
	text-transform: none !important;
	font-family: "Cormorant Garamond", Garamond, serif;
}

.pack_topinfo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
	transform: translateY(-40px);
	opacity: 0;
	pointer-events: none;
	transition: all 0.8s cubic-bezier(.17, .67, .17, 1);
}

.pack_topinfo.active {
	transform: translateY(0px);
	opacity: 1;
}

.pack_topinfo .content {
	position: relative;
	width: 100%;
	background: var(--color_rgba_255_255_255_0_95);
	padding: 15px 15px 13px 50px;
	box-shadow: 0px 0px 7px var(--color_rgba_40_40_40_0_03);
	pointer-events: auto;
}

.pack_topinfo .icon-karano_symbol {
	position: absolute;
	left: 18px;
	top: 14px;
	font-size: 21px;
	opacity: 0.85;
	color: var(--color_text_primary);
}

.pack_topinfo a.icon-karano_symbol:hover {
	color: var(--color-primary);
}

.pack_topinfo .product_title {
	margin-bottom: 3px;
}


.pack_contact {
	position: absolute;
	left: 15px;
	bottom: -61px;
	width: 100%;
	min-width: 310px;
	min-height: 510px;
	background: var(--color_white) url('/img/pack_contact_bg.jpg') no-repeat center bottom;
	background-size: 100% auto;
	z-index: 1000;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding: 40px 15px;
	transform: translateY(90px);
	opacity: 0;
	pointer-events: none;
	transition: all 0.8s cubic-bezier(.17, .67, .17, 1);
	/*box-shadow: 0px 0px 7px var(--color_rgba_40_40_40_0_03);*/
	overflow: hidden;
}

.pack_contact.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0px);
}

.pack_contact .pack_contact_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: var(--color_transparent);
	margin: 0;
	text-align: center;
	padding: 10px 19px;
	opacity:0.7;
}

.pack_contact .pack_contact_close:hover {
	opacity:1;
}

.pack_contact .pack_contact_close:after {
	position: relative;
	content: "\f659";
	font-family: 'bootstrap-icons';
	font-size: 22px;
	line-height: 1;
}

.pack_contact .t_1 {
	margin-bottom: 0;
}

.pack_contact .t_2 {
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 25px;
	white-space: normal !important;
}

.pack_contact a {
	display: block;
	color: var(--color_text_primary);
	margin: 10px 0;
}

.pack_contact a:hover {
	color: var(--color-secondary-dark);
}


.pack_extras .group.hide_qty .pitem .qty {
	display: none;
}


.pack_extras .group_desc {
	padding-left: 5px;
}

.pack_extras .group_desc {
	margin-top: 0px;
}

.pack_extras .section_title {
	margin-bottom: 10px;
}

.pack_extras .pitem .checkbox_holder {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 28px;
	height: 32px;
	margin: -1px 0 0 0;
	padding: 0;
}

.pitem.disable_checkbox .checkbox_holder .pitem_checkbox {
	opacity:0.65;
	pointer-events:none;
}

.pack_extras .pitem input[type="checkbox"] {
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 0 3px;
	padding: 0;
	transform: scale(1.5);
}

.pitem.highlight_subtitles .pinfo .subtitle_val,
.pack_extras .pinfo .sub_title {
	font-style: italic;
	padding: 3px 0;
	color: var(--color-primary);
	font-family: var(--font-body);
	opacity:1;
}

.pack_extras .group.disable_lightbox .ptip.thumb {
	display: none;
}

.bi-truck:before {
	content:"";
}


.productview  .bi-truck {
	display:block;
	position:relative;
	float:left;
	width:40px;
	height:30px;
	min-height:30px;
	margin-top:-5px;
	margin-right:15px;
}

.productview .delivery_notice {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding:5px 0 0 0;
	font-size:16px;
	margin:0px 0 0px 0;
	text-align:center;
}

.productview .delivery_notice .default_delivery_time {
	padding-left:20px;
	display:inline-block;
}

.productview .delivery_notice .bi {
	font-size:80%;
}

.productview .delivery_notice.eyecatchy {
	/*background:var(--color_text_primary);
	color:var(--color_white);
	border:0;*/
	background: var(--color-bg-offset);
	color: var(--color_text_primary);
	border: 1px solid var(--color_rgba_0_0_0_0_1);
	margin-top:0px;
	padding:5px;
}

.productview .delivery_notice p {
	position:relative;
	width:100%;
	margin:0;
	padding:8px;
	border:0px dashed var(--color_hex_615d59);
	line-height:1.3;
}

.productview .delivery_notice .bi.bi-x-lg {
	top:3px;
}

.fancybox-caption .fancybox-caption__body {
	font-size:16px;
}

.productview .delivery_notice_holder.expired_notice {
	padding:0 !important;
}
.productview .delivery_notice_holder.expired_notice .delivery_notice {
	padding:20px 20px 15px 20px;
	margin-bottom:0;
}

.delivery_notice_holder.expired_notice .delivery_notice h4 {
	margin-bottom:5px;
	hyphens:none;
}










input[type="checkbox"],
input[type="radio"] {
	background-color: var(--color_white);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	-webkit-box-shadow: 0 0 0 0 var(--color-primary) inset;
	box-shadow: 0 0 0 0 var(--color-primary) inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	vertical-align: -4px;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	border:1px solid var(--color_neutral_muted);
	background-color: var(--color_white);
	line-height: normal;
	outline:none !important;
}
input[type="checkbox"] {
	border-radius:2px;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	opacity: 0;
}
input[type="checkbox"]:after {
	width: 10px;
	height: 8px;
	margin-left: -5px;
	margin-top: -4px;
	background-image: url('/img/new_check.svg');
	background-repeat:no-repeat;
	background-position:center center;
}
input[type="radio"]:after {
	width: 4px;
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	background-color: var(--color_white);
	border-radius: 50%;
}
input[type="checkbox"]:checked, 
input[type="radio"]:checked {
	border-color:var(--color-primary);
	-webkit-box-shadow: 0 0 0 10px var(--color-primary) inset;
	box-shadow: 0 0 0 10px var(--color-primary) inset;
}
input[type="checkbox"]:checked:after, 
input[type="radio"]:checked:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

input[type="checkbox"]:checked:after {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

input[type="checkbox"]:disabled {
	border-color:var(--color_gray_border);
	-webkit-box-shadow: 0 0 0 10px var(--color_gray_tint) inset;
	box-shadow: 0 0 0 10px var(--color_gray_tint) inset;
}
input[type="checkbox"]:disabled:checked {
	border-color: var(--color_gray_soft);
	-webkit-box-shadow: 0 0 0 10px var(--color_gray_soft) inset;
	box-shadow: 0 0 0 10px var(--color_gray_soft) inset;
}



.product_rel_section {
	position:relative;
	background:var(--color_bg_muted);
	padding-top:80px;
	padding-bottom:60px;
	margin-bottom:0px;
	padding-left:0;
	padding-right:0;
}

.product_rel_section.similar_type {
	background:var(--color_transparent);
}

.product_rel_section > h2 {
	margin:0;
	width:100%;
	padding:0 20px;
}


.related_items_container {
	position:relative;
	padding:var(--related_items_container_padding);
	margin:0 auto;
	min-height:200px;
	width:100%;
}




.input-checkbox:checked, 
.input-radio:checked,
input[type="checkbox"]:checked,
input[type="radio"]:checked {
	border-color:var(--color-primary);
	-webkit-box-shadow: 0 0 0 10px var(--color-primary) inset;
	box-shadow: 0 0 0 10px var(--color-primary) inset;
	background:var(--color-primary);
}
.input-checkbox,
.input-radio,
input[type="checkbox"],
input[type="radio"] {
	background-color: var(--color_white);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	-webkit-box-shadow: 0 0 0 0 var(--color-primary) inset;
	box-shadow: 0 0 0 0 var(--color-primary) inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	vertical-align: -4px;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: inherit;
	border:1px solid var(--color_gray_border);
	background-color: var(--color_white);
	line-height: normal;
	outline:none !important;
}
.input-checkbox,
input[type="checkbox"] {
	border-radius:5px;
}

.input-radio {
	border-radius:50% !important;
}

.input-checkbox:checked:after,
.input-radio:checked:after,
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.input-radio:after,
input[type="radio"]:after {
	width: 4px;
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	background-color: var(--color_white);
	border-radius: 50%;
}
.input-checkbox:after, 
.input-radio:after,
input[type="checkbox"]:after,
input[type="radio"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	opacity: 0;
}
.input-checkbox:after,
input.input-checkbox:after {
	width: 10px;
	height: 8px;
	margin-left: -5px;
	margin-top: -4px;
	background-image: url('/img/new_check.svg');
}


















.feature .text_holder h2,
.feature .text_holder .h2 {
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	font-family: var(--font-heading);
}

.product .tag_personalized,
.product .tag_sample {
	height:30px !important;
	white-space:nowrap !important;
	overflow:hidden;
	padding:5px 10px;
	height:auto;
	bottom:-30px;
	background:var(--color_bg_muted);
	color:var(--color_text_primary);
	font-size:16px;
	line-height:1.2;
}

.product_rel_section .product .tag_personalized {
	background:var(--color_rgba_255_255_255_0_5);
}

.product .tag_sample,
.product_rel_section .product .tag_sample {
	background:var(--color_text_primary);
	color:var(--color_white);
}

.product_rel_section .product .title-items {
	text-align:center;
}











.carousel-control .bi-chevron-left, .carousel-control .bi-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	font-size:22px;
}




.v_car.container.carousel-container {
	position:relative;
	width:100% !important;
	padding:0;
	overflow:hidden;
	max-width:100% !important;
}

.v_car .carousel-holder {
	position:relative;
	width:100%;
	height:100%;
	background:var(--slideshow-bg-track);
}

.v_car .carousel {
	position:relative;
	width:100%;
	height:100%;
	padding-bottom:50px;
	box-sizing:content-box;
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
}

.v_car .carousel-inner {
	position:absolute;
	width:auto;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	white-space:nowrap;
}

.v_car .item {
	position:relative;
	width:500px;
	height:500px;
	padding-bottom:0;
	margin-right:5px;
	display:inline-block !important;
	opacity:1 !important;
	box-sizing:content-box;
}
.v_car .item.has_link,
.v_car .item.has_link .boxlink {
	cursor:pointer !important;
}

.v_car .carousel .item .img .imgbox {
	background-position:center center;
	background-size:cover;
}

.v_car .carousel .item.has_link .img_overlay {
	display:block;
	opacity:0;
	background: linear-gradient(135deg, var(--color_rgba_255_222_205_0_35) 0%,var(--color_rgba_255_246_242_0_05) 74%,var(--color_rgba_255_255_255_0_05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_hex_59ffdecd)', endColorstr='var(--color_hex_0dffffff)',GradientType=1 );
	transition:opacity 0.25s ease-out;
}

.v_car .item.has_link:hover .img_overlay {
	opacity:1;
}

.v_car .item:last-child {
	margin-right:0;
}






.v_car,
.v_car .carousel-inner,
.v_car .item {
	height:500px;
}

.v_car .item.square {
	width:500px;
}

.v_car .item.wide {
	width:700px;
}
.v_car .item.tall {
	width:350px;
}






@media (max-width:767px) {

	

	.table.checkout-table .c_options {
		display: table-cell !important;
		padding-left: 0;
		width: 12px;
		margin-top: 2px;
	}

	.table.checkout-table .c_subtotal {
		white-space: nowrap;
		
		padding-left: 0;
	}

	.page-checkout .cbox_info {
		hyphens:auto;
	}

	.page-checkout .row .cbox_info .info-right {
		
	}

	.page-checkout .cbox_info .info-right .grey {
		display: none;
	}

	.page-checkout .row .cbox_info.discountcode .info {
		max-width: 55%;
	}

	.table.checkout-table .removeitem {
		display: block;
		opacity: 1;
		text-align: right;
	}

	.table.checkout-table .product-name {
		padding-right:30px;
	}

	.table.checkout-table .p_info {
		padding-left: 5px;
		padding-right: 0;
		hyphens:auto;
	
	}




}

@media (max-width:450px) {

	.productlist .product {
		width: 100%;
	}

	.v_car,
	.v_car .carousel-inner,
	.v_car .item {
		height: 400px;
	}

	.v_car .item.square {
		width: 400px;
	}

	.v_car .item.wide {
		width: 600px;
	}

	.v_car .item.tall {
		width: 300px;
	}


	.page-checkout .row .cbox_info.discountcode .info {
		max-width: 50%;
	}

}




.product .tag_personalized,
.product .tag_sample {
	top: -32px;
	bottom: auto;
}



.productlist .product .adminlink .bi {
	font-size: 20px;
	color: var(--color_text_primary);
	opacity: 0.7;
	transition: all 0.2s ease-out;
}

.productlist .product .adminlink:hover .bi {
	transform: rotate(30deg);
	opacity: 1;
}

.product .tag_personalized,
.product .tag_sample {
	border-radius: 5px 5px 0 0;
}

.product .title-holder {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}


.notice {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	padding: 14px 15px;
	background: var(--color_bg_muted);
	box-shadow: 0px 3px 7px var(--color_rgba_0_0_0_0_04);
}

.notice.dark {
	background: var(--color_text_primary);
	color: var(--color_white);
}
@media (max-width:500px) {
	.notice {
		letter-spacing: 0;
		padding-left:10px;
		padding-right:10px;
	}
}


@media (max-width:1100px) {

	header .topnav.navbar .navbar-nav > li > a {
		padding-left:10px;
		padding-right:10px;
	}

	header .topnav.navbar .navbar-brand.left-logo {
		left:10px;
	}

}


@media (max-width:1000px) {
	header .topnav.navbar .navbar-brand {
		font-size:80px;
	}
}

@media (max-width:905px) {
	header {
		min-height: 77px;
	}
	header .topnav-holder.hidden-xs {
		display:none !important;
	}
	header .mobilenav-holder.visible-xs,
	header .slim-menu.visible-xs,
	header .mobilenav-content.visible-xs,
	header .mobilenav-overlay.visible-xs {
		display:block !important;
	}
}












































































.cursive {
	font-family:var(--font-heading);
	letter-spacing: var(--heading-letter-spacing);
}

h1.cursive, .h1.cursive,
h2.cursive, .h2.cursive {
	font-size:32px;
	font-weight:var(--body-font-weight);
	letter-spacing: var(--heading-letter-spacing);
	margin:0 0 30px 0;
	text-transform:uppercase;
	hyphens:none;
}

h1.cursive, .h1.cursive {
	font-size:42px;
}

h3.cursive, .h3.cursive,
h4.cursive, .h4.cursive {
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing: var(--heading-letter-spacing);
}







.topnavcol {
	font-size:var(--topnav-font-size);
	padding:20px 2% 20px 2%;
	border-color:var(--color_hex_dad5cf);
}

.topnavcol h4 {
	margin-bottom:15px;
	font-family: var(--font-heading);
	font-size:var(--topnavcol-header-font-size)
}

.topnavcol a {
	font-size:var(--topnavcol-font-size);
	letter-spacing:var(--topnavcol-letter-spacing);
	font-weight:300;
	transition:color 0.2s ease-out;
	text-transform:none;
}





.bryllup_temp .feature.text-feature.f-w100.f-h50, .feature.text-feature.f-w100.f-h50 {
	padding:120px 40px;
}


.default_page .feature.text-feature.f-w100.f-h50, .productlist-holder .feature.text-feature.f-w100.f-h50 {
	padding:60px 40px;
}










.shopfilter {
	width:100%;
	max-width:280px;
	padding-bottom:0;
}

.shopfilter nav {
	background:var(--color_rgba_255_255_255_0_7);
	border-radius:0px;
	box-shadow:0px 3px 7px var(--color_rgb_0_0_0_4);
	margin-bottom:30px;
}

.shopfilter nav:last-child {
	margin-bottom:0;
}

.shopfilter section {
	border-bottom: 1px solid var(--color_bg_muted);
}

.shopfilter section:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

.shopfilter section.no_sub_cats {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:0;
}


.shopfilter section a {
	line-height:1;
	padding:5px 2px 5px 10px;
}

.shopfilter h4.maincategory {
	font-size:18px;
	margin-bottom:0px;
	padding:0px 0 25px 0
}



.shopfilter-stick section a:after {
	display:none;
}





.productlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	column-gap:var(--productlist-column-gap);
	row-gap:var(--productlist-row-gap);
	margin-left:0px;
	margin-right:0px;
}

.productlist .product.plistitem {
	position:relative;
	flex-basis:calc(var(--pcard-flex-basis) - (var(--productlist-column-gap)/2));
	margin-bottom:35px;
	background:var(--color_rgba_255_255_255_0_55);
	border:0px solid var(--color_rgba_255_255_255_0_55);
	box-shadow:0px 2px 5px var(--color_rgb_0_0_0_5);
	align-self: stretch;
	overflow-anchor: none;
	transition:opacity 0.15s ease-out, background 0.35s ease-out, box-shadow 0.3s ease-out, transform 0.2s ease-out;
}

.productlist .product.plistitem.is-soldout-item {
	order:2;
}


.hashover .productlist .product.plistitem:hover {
	background:var(--pcard-bg-color-hover);
	border-color:var(--pcard-border-color-hover);
	box-shadow:var(--pcard-box-shadow-hover);
}

.productlist .product.plistitem.plarger {
	flex-basis:var(--pcard-flex-basis-large);
}


.product.plistitem .title-holder {
	margin-bottom:0;
}

.product.plistitem .title-holder .title-items {
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
	padding:var(--pcard-title-items-padding);
	font-size:var(--pcard-title-items-font-size);
	min-height:100px;
	gap:7px;
}

.product.plistitem .sub-title {
	width:auto;
	border-top:1px solid var(--color_hex_e5d8cb);
	padding:7px 5px 0 5px;
	border-radius:0px;
}
@media (min-width:768px) {
	.product.plistitem .sub-title,
	.product.plistitem .price_vat_info {
		transition: opacity 0.2s ease, max-height 0.2s ease, margin 0.2s ease, padding 0.2s ease, border-color 0.2s ease;
		overflow: hidden;
	}
	.product.plistitem .title-holder .title-items {
		min-height:185px;
	}
	.product.plistitem .sub-title {
		max-height: 0;
		opacity: 0;
		padding-top: 0;
		padding-bottom: 0;
		border-top-color: transparent;
	}
	.product.plistitem .price_vat_info {
		max-height: 0;
		opacity: 0;
		margin-top: 0;
		pointer-events: none;
	}
	.product.plistitem:hover .sub-title,
	.product.plistitem:hover .price_vat_info {
		max-height: 60px;
		opacity: 1;
	}
	.product.plistitem:hover .sub-title {
		padding-top: 0px;
		padding-bottom: 0;
		border-top-color: var(--color_hex_e5d8cb);
	}
	.product.plistitem:hover .price_vat_info {
		margin-top: 0;
		pointer-events: auto;
	}
}

.product.plistitem .product-swatches {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
	gap:6px;
	margin-top:5px;
	width:100%;
	text-align:left;
}

.product.plistitem .product-swatch {
	display:inline-flex;
	align-items:center;
	justify-content:center;

}

.product.plistitem .product-swatch-chip {
	width:18px;
	height:18px;
	background-color:#f6f1eb;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-origin: border-box;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(35,29,24,0.1);
	border-radius:50%;
	overflow:hidden;
}


.product.plistitem .product-swatch-initials {
	font-size:9px;
	line-height:1;
	font-weight:600;
	color:rgba(27,25,23,0.85);
	text-transform:uppercase;
}
@media (max-width:767px) {
	.product.plistitem .product-swatches {
		gap:5px;
		margin-top:0;
	}
	.product.plistitem .sub-title {
		display:none;
	}
	.product.plistitem .product-swatch-chip {
		width:14px;
		height:14px;
	}
	.product.plistitem .product-swatch-initials {
		font-size:7px;
	}
	.product .tag.new {
		font-size:10.5px;
		padding:5px 0 4px;
		text-indent:-2px;
	}
}

.product .tooltip.product-swatch-tooltip .tooltip-inner {
	font-size:100%;
	box-shadow:0 4px 10px rgba(0,0,0,0.12);
	border:1px solid rgba(0,0,0,0.1);
}

.product.plistitem .our_price {
	margin-right:0;
}

.product.plistitem .price_prefix {
	margin-right:5px;
}

.product.plistitem .price_suffix {
	margin-left:5px;
}

.product .old_price {
	text-decoration:none;
	display:inline-block;
	position:relative;
	opacity:0.75;
}
.product .old_price:before {
	content:"";
	position:absolute;
	left:-3px;
	top:50%;
	width:100%;
	height:1px;
	background:var(--color_rgba_0_0_0_0_5);
	margin-top:-1px;
	transform:rotate(-8deg);
}

.product .offer_price {
	font-weight:bold;
	margin-right:0;
}

.product .tag_personalized, .product .tag_sample {
	width:100%;
	left:0px;
	top:auto;
	bottom:100%;
	border-radius:0;
	border:0px solid var(--color_rgba_255_255_255_0_55);
	box-shadow:0px 3px 7px var(--color_rgb_0_0_0_4);
}



@media (max-width:1199px) {

	.productlist .product.plistitem {
		margin-bottom:20px;
	}

}





@media (max-width:767px) {

	.shopfilter {
		width:100%;
		max-width:100%;
		background:var(--color_white);
	}

	.shopfilter nav {
		padding:20px;
		box-shadow:none;
	}

	.product_rel_section {
		padding-left:5px;
		padding-right:5px;
	}


}




@media (max-width:470px) {

	.productlist {
		margin-left:-5px;
		margin-right:-5px;
	}


	.bryllup_temp .feature.text-feature.f-w100.f-h50, 
	.feature.text-feature.f-w100.f-h50 {
		padding-left:25px;
		padding-right:25px;
	}

	.default_page .feature.text-feature.f-w100.f-h50, 
	.productlist-holder .feature.text-feature.f-w100.f-h50 {
		padding-left:10px;
		padding-right:10px;
	}

	.feature .text_holder h2,
	.feature .text_holder .h2 {
		max-width:100%;
	}

	.productlist-holder {
		padding-top:30px;
	}


}

































































header .topnav-holder {
	position:relative;
	width:100%;
	height:auto;
	background:var(--topnav-bg-color);
	z-index:810;
}

header .topnav-logo-bar {
	display:flex;
	align-items:center;
	justify-content:center;

	padding:20px 0;
}

header .topnav-main-logo {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:100%;
	max-width:170px;
	margin:0 auto;
	color:inherit;
}
header .topnav-main-logo svg {
	width:180px;
	height:var(--topnav-logo-height);
	max-height:var(--topnav-logo-height);
	height:auto;
	display:block;
	position:relative;
	top:1px;
}

header .topnav.navbar {
	border:0;
	border-radius:0;
	height:var(--topnav-row-height);
	min-height:var(--topnav-row-height);
	border:0px solid var(--color_rgba_0_0_0_0_1);
	margin-bottom:0;
	z-index:800;

	border-bottom:0px transparent;
}
header .topnav.navbar .container.topnav-flex-row {
	position:relative;
	height:100%;
	padding:0 var(--topnav-horizontal-padding);
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;
}
header .topnav.navbar .topnav-left,
header .topnav.navbar .topnav-right {
	display:flex;
	align-items:center;
	flex:0 0 auto;
	min-width:135px;
}
header .topnav.navbar .topnav-right {
	justify-content:flex-end;
	position:relative;
}

header .topnav-mini-actions {
	position:absolute;
	right:11px;
	top:-27px;
	display:flex;
	align-items:center;
	gap:20px;
	z-index:2;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

header .topnav-vat-toggle {
	position:relative;
	right:auto;
	top:auto;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:6px;
	z-index:2;
}

header .topnav-vat-toggle .vat-toggle-label {
	font-family: var(--font-body);
	font-size: calc(var(--btn-default-font-size) * 0.85);
	font-weight: var(--body-font-weight);
	letter-spacing: var(--body-letter-spacing);
	color: var(--btn-default-text-color);
}

header .topnav-vat-toggle .vat-toggle-buttons {
	gap:3px;
}

header .topnav-contact-link.btn {
	background:transparent;
}

header .topnav-vat-toggle .vat-toggle-btn {
	min-width: 45px;
	height: 20px;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size: calc(var(--btn-default-font-size) * 0.7);
	line-height: 1;
	border-radius: var(--theme_radius_md);
	border: 1px solid rgba(0,0,0,0.15);
	background: transparent;
}

header .topnav-vat-toggle .vat-toggle-btn + .vat-toggle-btn {
	margin-left: 0;
}

header .topnav-vat-toggle .vat-toggle-btn:hover,
header .topnav-vat-toggle .vat-toggle-btn:focus {
	border-color: rgba(0,0,0,0.4);
	background-color: var(--btn-default-bg-color-hover);
}

header .topnav-vat-toggle .vat-toggle-btn.active {
	background: #fff;
	border-color: #000;
	color: #000;
}

header .topnav-wrap.sticky .topnav-mini-actions {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	pointer-events: none;
}

@media (max-width: 767px) {
	header .topnav-mini-actions {
		display: none;
	}
}
header .topnav.navbar .topnav-center {
	flex:1 1 auto;
	display:flex;
	justify-content:center;
	padding:0 10px;
}

header .topnav.navbar .navbar-brand.logo-symbol {
	display:flex;
	position:static;
	width:60px;
	height:var(--topnav-row-height);
	margin:0;
	padding:0;
	align-items:center;
	justify-content:center;
	color:var(--color-primary);
}
header .topnav.navbar .navbar-brand.logo-symbol:hover {
	color:var(--color-primary);
}
header .topnav.navbar .navbar-brand.logo-symbol .icon-karano_symbol {
	font-size:38px;
	line-height:1;
}

header .topnav .navbar-nav {
	float:none;
	margin:0;
	width:auto;
}

header .topnav .topnav-main-nav {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:0px;
}
header .topnav .topnav-main-nav > li {
	display:flex;
	align-items:center;
}
header .topnav .topnav-main-nav > li > a {
	display:flex;
	align-items:center;
	height:var(--topnav-row-height);
	padding:0 16px;
	border-top:0;
	border-bottom:0px solid var(--color_transparent);
}

header .topnav .topnav-actions {
	display:flex;
	align-items:center;
	gap:8px;
}
header .topnav .topnav-actions > li {
	display:flex;
	align-items:center;
}
header .topnav .topnav-actions > li > a {
	display:flex;
	align-items:center;
	justify-content:center;
	height:var(--topnav-row-height);
	padding:0 12px;
	border:0;
}

header .topnav.navbar .navbar-nav > li > a,
header .topnav.navbar .navbar-nav > li > a.basket-btn {
	position:relative;
	height:var(--topnav-row-height);
}

header .topnav.navbar .navbar-nav > li > a.basket-btn {
	padding:0 10px;
}

header a.basket-btn .bag_glyph.full,
header a.basket-btn.has_items .bag_glyph {
	display:none;
}

header a.basket-btn.has_items .bag_glyph.full {
	display:block;
	
	transform:scale(1.05);
}

header .basket-toggle .bag-count, 
header .basket-btn .bag-count {
	position:absolute;
	left:0;top:3px;
	width:23px;
	color:var(--color_white);
	text-align:center;
	font-size:10px;
	text-indent:1px;
}
header .mobilenav .basket-btn .bag-count {
	top:6px;
}


header .topnav.navbar .navbar-nav > li > a.svg_nav_item {
	padding-left:11px;
	padding-right:11px;
	color:var(--btn-primary-bg-color);
}
header .topnav.navbar .navbar-nav > li > a.svg_nav_item:hover {
	color:var(--btn-primary-bg-color-hover);
}

header .topnav-wrap.sticky .topnav-expanded.open {
	top:var(--topnav-total-height);
}
header .topnav-wrap.sticky .topnav.navbar .navbar-brand {
	display:flex;
}
header .topnav-wrap.sticky .topnav.navbar .container.topnav-flex-row {
	padding-top:0;
}

header .svg_nav_item svg {
	position:relative;
	transition: all 0.15s ease-out;
	top:-1px;
}

header .topnav.navbar .navbar-nav > li > a.basket-btn .bag_glyph.full svg {
	top:1px;
}

.main_admin_btn {
	position:fixed;
	right:20px;
	top:15px;
	color:#000;
	opacity:0.5;
	z-index:10000;
}
.main_admin_btn:hover {
  opacity:1;
}

.main_admin_btn_content {
	position:relative;
	transform:scale(1.4);
}

.main_admin_btn svg {
	top:-2px;
	transform:rotate(20deg);
}

.main_admin_btn:hover svg {
	transform:rotate(45deg);
}

.main_admin_btn .new_order_count {
	position:absolute;
	left:50%;
	top:5px;
	transform:translateX(-50%);
	text-align:center;
	font-size:10px;
	line-height:1;
	text-indent:0px;
	letter-spacing: 0;
	font-weight:500;
}

























hr.stylish::after {
	width:100px;
	margin-left:-50px;
}

.site-footer hr.stylish {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	float:none;
}

.site-footer hr.stylish:after {
	background-color:inherit;
}

















.site-footer {
	padding:80px 0;
	position:relative;

}

.site-footer .footer-logo.wreath {
	position:relative;
	display:block;
	background:url('/img/logos/karano-logo-dark.svg') no-repeat center center;
	background-size:contain;
	width:150px;
	height:150px;
	margin:0 auto 20px auto;
	float:none;
	opacity:1;
	padding:30px;
	background-size:140px auto;
	background-position:50% 50%;
}


.site-footer .footer-logo.wreath:hover {
	opacity:0.7;
}

footer .cols-holder {
	border-bottom:0px solid var(--color_hex_cebeae);
	margin-bottom:30px;
}

.site-footer .nav {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap:10px;
	margin:0 auto 0px auto;
	max-width:1000px;
}

.site-footer .nav:before,
.site-footer .nav:after {
	display:none;
}

.site-footer .nav li.ncol {
	display:inline-block;
	float:none;
	width:auto !important;
	flex-basis:auto;
	padding:0px;
	margin:0 0 20px 0;
	max-width:none;
	min-width:auto;
	flex: 0 1 auto;
}

.site-footer .nav .ncol .item {
	float:none;
	border-bottom:0;
	border:0 !important;
}

.site-footer .nav .ncol a {
	border:0 !important;
}
.site-footer .nav .ncol a:hover h5,
.site-footer .nav .ncol a:hover {
	opacity:1;
	color:var(--color_black);
}


.site-footer .socialicons {
	margin-bottom:10px;
}

.site-footer .btn-social-icon {
	font-size:28px;
	display:inline-block;
	margin:0px;
}

.foot-social {
	position:relative;
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	padding:0px 5px;
	margin:5px;
	top:5px;
}

.foot-social a {
	color:var(--color_hex_77716a);
}

.foot-social a:hover {
	color:var(--color-primary)
}

.site-footer .copyright-holder {
	padding:15px 10px;
}

.footer-text-content .btn.trans {
	min-width:210px;
	background:none;
	/*box-shadow:0px 3px 7px var(--color_rgb_0_0_0_4);*/
}

.footer-text-content .btn.trans:hover {
	background-color:var(--color_white);

}

.footer-text-content .btn.trans .bi {
	font-size:20px;
	line-height:14px;
	top:1px;
	position:relative;
}











.envelope_foot {
	position:absolute;
	left:0;top:0;
	width:100%;
	height:150px;
	opacity:0.8;
	overflow:hidden;
}

.envelope_foot svg {
	color:var(--color_bg_muted);
	position:absolute;
	left:50%;bottom:5px;
	transform:translateX(-50%);
	width:1400px;
	height:300px;
	filter: drop-shadow(0px 0px 2px var(--color_rgba_0_0_0_0_2));
}

.site-footer .accepted_cards-holder {
	padding:5px 0;
}

.site-footer .accepted_cards-holder img {
	max-height:33px;
	max-width:100%;
}


@media (max-width:991px) {

	footer .cols-holder {
		padding:0 30px;
	}

}


@media (max-width:900px) {

	.site-footer .nav {
		flex-direction: row;
		max-width:600px;
	}

	.site-footer .nav li.ncol {
		/*flex-basis:calc(50% - 20px);*/
		flex-basis:100%;
		text-align:center;
	}

	.site-footer .nav .ncol a {
		text-align:inherit;
	}

}


@media (max-width:650px) {

	.foot-social {
		width:100%;
	}

	.site-footer .foot-social a.btn-social-icon {
		margin:5px 5px;
	}

}


@media (max-width:520px) {

	.site-footer .nav li.ncol {
		flex-basis:calc(100%);
		text-align:center;
	}

	.site-footer .nav .ncol a {
		text-align:inherit;
	}

}






.section_nav_next .bi {
	margin-left:-10px;
}

.productview .delivery_notice .bi {
	position:relative;
	top:1px;
}

.buy_btn .bi {
	position:relative;
	top:0px;
	font-size:17px;
}



.slim-menu a.arrow.left svg,
.slim-menu a.arrow.right svg {
	position:relative;
	top:3px;
}


.productinfo .shipping_highlights {
	display:flex;
	justify-content:center;
	margin-bottom:0;
	margin-top:20px;
	padding:0;
}

.productinfo .shipping_highlights .leveringstid {
	display:none;
}

.productinfo .shipping_highlights .content {
	max-width:100%;
}















@media (min-width:1100px) {

	.shopfilter {
		min-width:230px;
	}


}


@media (max-width:767px) {
	.product_gallery_content {
		position:relative;
	}	
}

@media (min-width:768px) {

	.shopfilter_content,
	.product_gallery_content,
	.productinfo_content {
		position:relative;
		width:100%;

	}

	.productinfo_content {
		padding-top:10px;
	}

	.productview .product_gallery {
		overflow:visible;
	}
	
	.product_pack .container.main.productview {
		overflow:visible;
	}

	.gluey {
		align-self: flex-start;
		position:-webkit-sticky;
		position:sticky;
		top: 75px;
	}

	.gluey.gluey_bottom {
		align-self: flex-end;
		top:auto;
		bottom:30px;
	}

	.gluey.gluey_locked {
		align-self: flex-start;
	}
	


	.flex-row.row > .shopfilter-holder,
	.flex-row.row > #product_gallery,
	.flex-row.row > .productinfo {
		position:relative;
		display: flex;
		flex-direction:initial;
	}

	.product_gallery a[data-fancybox] {
		position:relative;
		display:block;
		cursor:zoom-in;
	}

	.shopfilter_content {
		align-self: flex-start;
		height:auto;
	}




	/* Glue debug */
	.css_debug .gluey {
		border:1px solid var(--color_keyword_green);
	}
	.css_debug .gluey.gluey_bottom {
		border-color:var(--color_keyword_blue);
	}
	.css_debug .gluey.gluey_locked,
	.css_debug .gluey.gluey_bottom.gluey_locked {
		border-color:var(--color_keyword_red) !important;
	}
	.css_debug .gluey.gluey_fits {
		border-color:lightgreen !important;
	}
	.css_debug .gluey.gluey_fills {
		border-color:lightgrey !important;
	}



}

@media (min-width:768px) and (max-width:905px) {

	.gluey {
		top:95px;
	}

	

}





@media (min-width:1200px) {

	.row.flex-row.shop_flex {
		margin-left:0;
		margin-right:0;
	}

	.shopfilter-holder.col-lg-3 {
		max-width:20%;
		padding-right:0;
	}

	.productlist-holder.col-lg-9 {
		width:80%;
		padding-left:40px;
	}

}





.usps-bar {
	box-shadow:inset 0px -1px 3px var(--color_rgba_81_76_70_0_1);
}

.product_rel_section {
	background: var(--body-bg-color);
}








.productlist .product.plistitem .t_container,
.productlist .product.plistitem .i_container {
	position:relative;
	width:100%;
	height:auto;
	float:left;
}


.product.plistitem .thumb_holder.secondary {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	overflow:hidden;
	transition:opacity 0.3s ease-out;
}
.product.plistitem .pimg.secondary {
	transform:scale(1);
}
.hashover .product.plistitem.has_multi_thumbs:hover .thumb_holder.secondary {
	opacity:1;
}

.product.plistitem .thumb_holder.single {
	transition:none;
}
.product.plistitem.embla-card-ready .thumbs-holder {
	overflow:hidden;
}
.product.plistitem .pl_embla {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:opacity 0.2s ease-out, visibility 0.2s ease-out;
	--slide-spacing:0px;
}
.product.plistitem .pl_embla .embla__viewport,
.product.plistitem .pl_embla .embla__container,
.product.plistitem .pl_embla .embla__slide {
	height:100%;
}
.product.plistitem .pl_embla .embla__container {
	gap:var(--slide-spacing);
	padding:0;
}
.product.plistitem .pl_embla .embla__slide {
	flex:0 0 100%;
	min-width:0;
	border-radius:0;
}
.product.plistitem .pl_embla .embla__slide img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:0;
}
.hashover .product.plistitem.embla-card-loaded:hover .pl_embla {
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}
.hashover .product.plistitem.embla-card-loaded:hover .boxlink {
	pointer-events:none;
}
.product.plistitem .thumbs-holder .embla__controls {
	position:absolute;
	inset:0;
	z-index:4;
	justify-content:space-between;
	align-items:center;
	padding:0 10px;
	opacity:0;
	visibility:hidden;
	transition:opacity 0.15s ease-out;
}
.product.plistitem .thumbs-holder .embla__buttons {
	width:100%;
	justify-content:space-between;
	pointer-events:none;
}
.product.plistitem .thumbs-holder .embla__button {
	width:2.4rem;
	height:2.4rem;
	background:rgba(0,0,0,0.25);
	box-shadow:none;
	color:#fff;
	opacity:0.65;
	transition:all 0.2s ease;
	pointer-events:auto;
}
.product.plistitem .thumbs-holder .embla__button:hover {
	background:rgba(0,0,0,0.55);
	opacity:1;
}
.product.plistitem .thumbs-holder .embla__button__svg {
	width:45%;
	height:45%;
}
.product.plistitem .thumbs-holder .embla__dots--feature {
	position:absolute;
	left:50%;
	bottom:10px;
	transform:translateX(-50%);
	z-index:4;
	margin-right:0;
	pointer-events:auto;
	opacity:1;
	visibility:visible;
	transition:opacity 0.15s ease-out;
}
.product.plistitem .thumbs-holder .embla__dots--feature .embla__dot {
	opacity:0.45;
}
.product.plistitem .thumbs-holder .embla__dots--feature .embla__dot.is-selected {
	opacity:1;
}
.product.plistitem .thumbs-holder .embla__dots--feature .embla__dot::after {
	background:rgba(255,255,255,0.9);
	box-shadow:inset 0 1px 1px 0px rgba(0,0,0,0.2);
}
.hashover .product.plistitem.embla-card-loaded:not(.embla-card-hover) .thumbs-holder .embla__dots--feature .embla__dot {
	opacity:0.45;
}
.hashover .product.plistitem.embla-card-loaded:not(.embla-card-hover) .thumbs-holder .embla__dots--feature .embla__dot.is-selected {
	opacity:0.45;
}
.hashover .product.plistitem.embla-card-loaded:not(.embla-card-hover) .thumbs-holder .embla__dots--feature .embla__dot:first-child {
	opacity:1;
}
.hashover .product.plistitem.embla-card-loaded:hover .thumbs-holder .embla__controls {
	opacity:1;
	visibility:visible;
}
.product.plistitem .thumbs-holder.hide_controls .embla__controls,
.product.plistitem .thumbs-holder.hide_controls .embla__dots--feature {
	display:none;
}
.hashover .product.plistitem.has_multi_thumbs:hover .thumb_holder.secondary {
	opacity:0;
}
@media (max-width:767px) {
	.product.plistitem .thumbs-holder .embla__controls {
		display:none;
	}
	.product.plistitem.embla-card-loaded .pl_embla {
		opacity:1;
		visibility:visible;
		pointer-events:auto;
	}
	.product.plistitem.embla-card-loaded .boxlink {
		pointer-events:none;
	}
	.hashover .product.plistitem.embla-card-loaded:not(.embla-card-hover) .thumbs-holder .embla__dots--feature .embla__dot.is-selected {
		opacity:1;
	}
	.hashover .product.plistitem.embla-card-loaded:not(.embla-card-hover) .thumbs-holder .embla__dots--feature .embla__dot:first-child {
		opacity:0.45;
	}
}

@media (min-width:1024px) {
	.plistitem {
		--small-dots-click-size:16px;
	}
	.product.plistitem .thumbs-holder .embla__button {
		width:30px;
		height:30px;
	}
}







.page-checkout .pricetotals .text-right {
	white-space:nowrap;
}

.page-checkout .empty_cart_btn,
.page-checkout .show_discount_input_btn {
	margin:5px;
}


.page-checkout .checkout_index table.pricetotals {
	max-width:300px;
	margin-right:7px;
}

@media (max-width:500px)
{
	.page-checkout table.pricetotals,
	.page-checkout .checkout_index table.pricetotals {
		max-width:100%;
		margin:0;
	}
	.checkout_page .checkout-table .pricetotals tr > td:first-child {
		padding-left:0;
	}
}


body .table.checkout-table>tbody>tr>th.th_price,
body .table.checkout-table td.c_price, 
body .table.checkout-table td.c_discount {
	padding-right:10px;
}


body.page-checkout .main_container_holder {
	overflow:hidden;
}



body .cart_table .thumb_holder .qty {
	font-size:10px;
	line-height:21px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	letter-spacing: 0;
	color:var(--color_neutral_shadow);
	background:var(--color_hex_fffcf9);
}

body .cart_table .thumb_holder {
	padding:0;
	border-radius:0;
	width:85px;
}

body .cart_table .thumb_holder,
body .cart_table .thumb_holder .thumb {
	background-size:cover;
	border-radius:var(--theme_radius_sm);
}

body .cart_table td.td_name .product_desc {
	opacity:1;
	font-size:85%;
}

body .cart_table td.td_name .product_desc > .sub_title {
	margin-bottom:3px;
}

body .cart_table td.td_name .product_desc .options_desc > div {
	display: block;
	font-style: italic;
	color: var(--color_neutral_deep);
	line-height:1.1;
	padding-bottom:2px;
}





body button.cart_table_toggle span.icon {
	background:none;
	margin-right:0;
}

body button.cart_table_toggle span.icon:before {
	content:"\F705";
	font-family:"bootstrap-icons";
	font-size:20px;
	position:relative;
	top:-2px;
	margin-left:-3px;
}

body button.cart_table_toggle span.title {
	font-size:16px;
	font-weight:bold;
	letter-spacing: 0;
	padding-left:0px;
	padding-right:11px;
}

body button.cart_table_toggle span.title:after {
	width:6px;
	height:6px;
	right:0;
}








.cart_ship_notice {
	position: relative;
	width: 100%;
	height: auto;
	color: inherit;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 1;
	border: 1px dashed var(--color_cta_primary);
	box-sizing: border-box;
	border-radius: 5px;
	background: var(--color_rgba_255_255_255_0_65);
	padding: 12px 15px;
	text-align:center;
}

.cart_ship_notice div {
	position:relative;
	display:block;
}

.ship_val_missing {
	font-weight:bold;
}

.cart_ship_notice .bi {
	font-size:13px;
	line-height:1;
	position:relative;
	display:inline-block;
	overflow:visible;
	top:0px;
	margin:0 7px;
	transform:scale(1.5);
}

.cart_ship_notice.free_shipping_unlocked {
	border:1px dashed var(--color_hex_3ca74b);
	background-color:var(--color_hex_e5fce8);
	font-weight:bold;
}

.checkout_page.payment_page .cart_table_holder .cart_ship_notice {
	display:none;
}

@media (max-width: 767px) {

	.checkout_page .cart_holder .cart_ship_notice  {
		margin-top:15px;
	}

}




.cart_nudges {
	display:block;
	width:100%;
	padding-bottom:20px;
}

.nudges_holder {
	position:relative;
	display:block;
}


.nudges_holder .nudge:not(:last-child) {
	margin-bottom:15px;
}

.nudge {
	position:relative;
	width:100%;
	max-width:450px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:var(--color_white);
	border:1px solid var(--color_rgba_0_0_0_0_1);
	border-radius:10px;
	box-shadow:0px 1px 4px 0px var(--color_rgba_0_0_0_0_1);
}

.nudge_container {
	position:relative;
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	min-height:100px;
	overflow:hidden;
	border-radius:8px;
	padding:5px;
}

.nudge_free_tag,
.nudge_savings_tag {
	pointer-events:none;
	position:absolute;
	width:120px;
	height:auto;
	left:-33px;
	top:18px;
	background:var(--color_hex_47afee);
	box-shadow:3px 3px 7px var(--color_rgba_0_0_0_0_15), inset 10px 10px 10px var(--color_rgba_255_255_255_0_15);
	color:var(--color_white);
	font-weight:800;
	line-height:1;
	font-size:14px;
	transform:rotate(-45deg);
	padding:4px 10px 3px 10px;
	text-align:center;
}

.nudge_thumb_holder {
	position:relative;
	display:block;
	flex-basis:40%;
	max-width:130px;
	height:auto;
	padding:5px;
	background-color:var(--color_transparent);
	border-radius:5px;
}

.nudge_thumb {
	position:relative;
	display:block;
	width:100%;
	padding-bottom:90%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nudge_content_holder {
	display:block;
	flex-basis:70%;
	padding:5px 10px 8px 15px;
}

.nudge_title {
	font-size:110%;
	margin-bottom:5px;
	line-height:1.2;
	letter-spacing: 0;
}

.nudge_content {
	font-size:inherit;
	margin-bottom:9px;
	line-height:1.2;
}

.nudge_content:empty {
	display:none;
}

.nudge_btns {
	display:block;
}

.nudge_btn {
	position:relative;
	font-size:inherit;
	margin-right:5px;
}

.nudge_btn .bi {
	position:relative;
	font-size:120%;
	line-height:1;
	margin-left:-5px;
	margin-right:2px;
}

.nudge_price {
	margin-bottom:5px;
}

.nudge_old_price {
	opacity:0.7;
	text-decoration:line-through;
}

.nudge_savings_percent {
	display:inline-block;
}

.nudge_savings_tag {
	font-size:11px;
	letter-spacing: 0;
	text-transform:uppercase;
	text-shadow:0px 1px 1px var(--color_rgba_0_0_0_0_3);
	left:-28px;
	top:22px;
}

.nudge .p_info_link {
	display:inline-block;
	position:relative;
}

.nudge.text_black .nudge_title a {
	color:var(--color_black);
}
.nudge.text_black .nudge_title a:hover {
	color:var(--color_cta_primary);
}

.nudge.text_white .nudge_title a {
	color:var(--color_white);
}
.nudge.text_white .nudge_title a:hover {
	opacity:0.8;
}

.nudge.text_red .nudge_title a {
	color:var(--color_hex_c70008);
}
.nudge.text_red .nudge_title a:hover {
	opacity:0.8;
}

.nudge.text_fair_green .nudge_title a {
	color:var(--color_hex_3ca74b);
}
.nudge.text_fair_green .nudge_title a:hover {
	opacity:0.8;
}

.nudge.text_fair_brown .nudge_title a {
	color:var(--color_hex_5f504d);
}
.nudge.text_fair_brown .nudge_title a:hover {
	opacity:0.8;
}
















.cart_overlay_bg {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:var(--color_rgba_0_0_0_0_5);
	z-index:100050;
	opacity:0;
	display:none;
	transition:opacity 0.2s ease-out;
}

.cart_overlay_bg.open {
	display:block;
	opacity:1;
}

.cart_overlay {
	position:fixed;
	right:0;top:0;
	width:35vw;
	min-width:500px;
	max-width:650px;
	height:100vh;
	overflow:hidden;
	z-index:100060;
	background:var(--color_gray_light);
	box-shadow:0px 0px 40px 0px var(--color_rgba_0_0_0_0);
	transform:translateX(100%);
	transition: transform 400ms cubic-bezier(.21,.56,0,1);
}

.cart_overlay_inner {
	position:relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.cart_overlay_loader {
	top:80px;
	height:50%;
}

.cart_overlay_inner.working .cart_overlay_content {
	pointer-events:none;
	opacity:0.5 !important;
}

.cart_overlay.open {
	transform:translateX(0%);
	box-shadow:0px 0px 40px 0px var(--color_rgba_0_0_0_0_2);
}

.page-checkout .cart_overlay {
	display:none;
}

.cart_overlay_title_container {
	position:sticky;
	left:0;top:0;
	width:100%;
	height:auto;
	padding:40px 20px 15px 20px;
	background:var(--color_gray_light);
	z-index:100;
}

.cart_overlay_title {
	position:relative;
	padding-right:40px;
	margin:0;
}

.cart_overlay_title_container .cart_ship_notice {
	margin-top:15px;
}

.cart_overlay_title,
.cart_overlay .tr_checkout_total_amount td {
	text-transform:none;
	font-weight:var(--body-font-weight);
	font-size:150%;
}

.cart_title .cart_total_items,
.cart_title .cart_products_label,
.cart_overlay_title .cart_total_items,
.cart_overlay_title .cart_products_label {
	color:var(--color_gray_dark);
}

.cart_overlay_btn_close {
	position:absolute;
	top:20px;
	right:20px;
	border:0;
	padding:10px;
	font-size:30px;
	background:none;
	transition:color 0.2s ease-out;
}
.cart_overlay_btn_close:hover {
	color:var(--color_cta_primary);
}

.cart_overlay_content {
	position:relative;
	width:100%;
	max-width:560px;
	height:auto;
	min-height:50vh;
	padding:15px 20px 20px 20px;
	margin:0 auto;
	transition:opacity 0.2s ease-out;
}

.cart_overlay_content .cart_is_empty {
	padding:50px 0;
}

.cart_overlay.cart_is_empty .cart_overlay_checkout {
	display:none;
}

.cart_overlay .cart_table.cart_items_table {
	margin-top:0;
}

.cart_items_table tr td {
  border-bottom:1px solid rgba(0,0,0,0.1);
}

.cart_overlay .cart_table_holder .cart_title {
	display:none;
} 


.cart_overlay_footer {
	position:sticky;
	left:0;
	bottom:0;
	background:var(--color_gray_light);
	width:100%;
	height:auto;
	padding:20px 20px 40px 20px;
	box-shadow:0 -10px 10px 0 var(--color_rgba_0_0_0_0_1);
}

.cart_overlay_footer_prices {
	width:90%;

	margin:0 auto;
}

.cart_overlay_footer_prices .cart_table.pricetotals {
	border-top:0;
}

.cart_overlay_footer_prices .tr_checkout_products_total {
	display:none;
}

.cart_overlay_checkout {
	padding:15px 0 0 0;
	z-index:10;
}

.cart_overlay_checkout_btn {
	width:100%;
}
.cart_overlay_checkout_btn .bi {
	font-size:120%;
	line-height:1;
}
.cart_overlay_checkout_btn:after {
	content: "\203A";
	position: relative;
	display: inline-block;
	top: 0px;
	margin-left: 6px;
	font-size:120%;
	line-height:1;
}

.btn.go_back:hover {
	color:var(--color_alert_primary);
}

/* cbox_info styles migrated from front.css */
.page-checkout .cbox_info,
.checkout_page .cbox_info {
	position:relative;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	min-height:35px;
	border-top:1px solid rgba(0,0,0,0.1);
}
.page-checkout .cbox_info .info h6,
.checkout_page .cbox_info .info h6 {
	text-transform:none;
	letter-spacing:inherit;
	font-size:16px;
}
.page-checkout .cbox_info .thumb,
.checkout_page .cbox_info .thumb {
	position:relative;
	float:left;
	padding:0px 0px 0px 0px;
	margin-right:0;
	width:160px;
	min-width:160px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	display:flex;
	align-items:center;
	justify-content:center;
}
.page-checkout .cbox_info .info,
.checkout_page .cbox_info .info {
	position:relative;
	float:left;
	width:40%;
	padding-left:0px;
}
.page-checkout .cbox_info .info-right,
.checkout_page .cbox_info .info-right {
	position:relative;
	float:right;
	width:30%;
	text-align:right;
	white-space:nowrap;
	padding-right:30px;
}
.page-checkout .cbox_info .info-right .shipping_from_label,
.checkout_page .cbox_info .info-right .shipping_from_label {
	margin: 0 6px;
	text-transform: lowercase;
}
.page-checkout .cbox_info .info_inputs,
.checkout_page .cbox_info .info_inputs {
	width:60%;
}
.page-checkout .row .cbox_info.discountcode .removeitem,
.page-checkout .row .cbox_info .info-right,
.checkout_page .row .cbox_info.discountcode .removeitem,
.checkout_page .row .cbox_info .info-right {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	margin:0;
}

@media (min-width:768px)
{
	.table.checkout-table > tbody > tr > td.col-thumb,
	.table.checkout-table.condensed td.col-thumb,
	.cbox_info .thumb {
		width:190px;
		min-width:190px;
		padding:10px 30px 10px 0;
	}
}

@media (max-width:991px)
{
	.page-checkout .cbox_info input,
	.checkout_page .cbox_info input {
		margin:5px 0;
	}
	.page-checkout .cbox_info .info_inputs,
	.checkout_page .cbox_info .info_inputs {
		width:100%;
	}
	.page-checkout .cbox_info .info-right,
	.checkout_page .cbox_info .info-right {
		padding-right:8px;
	}
}

@media (max-width:767px)
{
	.page-checkout .row .cbox_info .info,
	.checkout_page .row .cbox_info .info {
		width:60%;
	}
	.table.checkout-table td.col-thumb,
	.table.checkout-table.condensed td.col-thumb,
	.page-checkout .row .cbox_info .thumb,
	.checkout_page .row .cbox_info .thumb {
		width:80px;
		min-width:80px;
		padding:20px 0px 20px 0px;
	}
	.page-checkout .row .cbox_info .thumb,
	.checkout_page .row .cbox_info .thumb {
		margin-right:20px;
	}
	.page-checkout .row .cbox_info.discountcode .thumb,
	.checkout_page .row .cbox_info.discountcode .thumb {
		background-size:80px auto !important;
		right:auto;
	}
	.table.checkout-table td.col-thumb .thumb {
		width:80px;
		height:70px;
		margin-right:10px;
		background-size:cover;
	}
	.page-checkout .cbox_info .thumb,
	.checkout_page .cbox_info .thumb {
		margin-right:0;
	}
	.page-checkout .cbox_info,
	.checkout_page .cbox_info {
		hyphens:auto;
	}
	.page-checkout .row .cbox_info .info-right,
	.checkout_page .row .cbox_info .info-right {
		font-size:14px;
	}
	.page-checkout .cbox_info .info-right .grey,
	.checkout_page .cbox_info .info-right .grey {
		display:none;
	}
	.page-checkout .row .cbox_info.discountcode .info,
	.checkout_page .row .cbox_info.discountcode .info {
		max-width:55%;
	}
	.table.checkout-table .product-name,
	.page-checkout .cbox_info .info h6,
	.checkout_page .cbox_info .info h6 {
		font-size:115%;
	}
}

@media only screen and (max-width : 479px)
{
	.cbox_info.discountcode .info-right {
		clear:both;
		float:right;
		width:60%;
		margin-top:10px;
	}
	.table.checkout-table td.col-thumb,
	.table.checkout-table.condensed td.col-thumb,
	.page-checkout .row .cbox_info .thumb,
	.checkout_page .row .cbox_info .thumb {
		width:60px;
		min-width:60px;
	}
	.table.checkout-table td.col-thumb .thumb {
		width:60px;
		margin-right:0px;
	}
	.page-checkout .row .cbox_info .thumb,
	.page-checkout .row .cbox_info.discountcode .thumb,
	.checkout_page .row .cbox_info .thumb,
	.checkout_page .row .cbox_info.discountcode .thumb {
		margin-right:10px;
		background-size:60px auto !important;
		right:auto;
	}
}

@media (max-width:450px)
{
	.page-checkout .row .cbox_info.discountcode .info,
	.checkout_page .row .cbox_info.discountcode .info {
		max-width:50%;
	}
}


@media (max-width:500px) {

	.cart_overlay {
		width:100%;
		min-width:100%;
	}

	.cart_overlay_title_container {
		padding:20px 20px 10px 20px;
	}

	.cart_overlay_btn_close {
		top:0px;
	}

	.cart_overlay_content {
		padding-top:5px;
	}

	.cart_overlay .tr_checkout_total_vat {
		display:none;
	}

	.cart_overlay_checkout {
		padding-top:5px;
	}

	.cart_overlay_footer {
		padding:10px 20px 30px 20px;
	}

}


@media (min-width:1400px) {

	.cart_overlay_title_container,
	.cart_overlay_content,
	.cart_overlay_footer {
		padding-left:40px;
		padding-right:40px;
	}

}








.checkout_index .cart_nudges {
	padding:15px 15px;
	border:1px solid var(--color_gray_pale);
	border-width:1px 1px 0px 1px;
	background:var(--color_hex_f4f4f4);
	border-radius:0px;
}

.checkout_index .cart_nudges:empty {
	display:none;
}

.checkout_index .nudges_holder {
	display:flex;
	gap:20px;
	align-items:normal;
	justify-content:space-evenly;
	flex-wrap:wrap;
}

.checkout_index .nudges_holder .nudge {
	flex-basis:calc(50% - 11px);
	margin:0;
}


@media (max-width:767px) {

	.checkout_index .cart_nudges {
		padding:10px 10px;
	}

	.checkout_index .cart_nudges .nudge_thumb_holder {
		padding-right:0;
	}

	.checkout_index .nudges_holder {
		gap:15px;
	}

}



@media (max-width:600px) {

	.checkout_index .cart_nudges {
		padding:15px;
	}

	.checkout_index .nudges_holder .nudge {
		flex-basis:100%;
	}

}











.vat_nudge {
	position: fixed;
	display: block;
	box-sizing: border-box;
	width: 340px;
	max-width: calc(100% - 20px);
	left: 20px;
	bottom: 70px;
	padding: 20px;
	background: var(--color_hex_f9f9f9);
	color: var(--color_gray_rich);
	border: 1px solid var(--btn-primary-border-color);
	border-radius: 25px;
	box-shadow: 0px 10px 30px var(--color_rgb_100_100_100_15);
	z-index: 1200;
	visibility: hidden;
	opacity: 0;
	transform: translateY(16px);
	transition: all 220ms ease-out;
}
.vat_nudge.open {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.vat_nudge-title {
	margin: 0px 32px 10px 0;
}
.vat_nudge-desc {
	margin: 0 32px 10px 0;
}
.vat_nudge-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.vat_nudge-close {
	position: absolute;
	top: 15px;
	right: 15px;
	border: 0;
	background: transparent;
	color: var(--color_gray_rich);
	width: 28px;
	height: 28px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.vat_nudge-close:hover {
	background: var(--color_white);
}

.v_cookie_banner {
	position: fixed;
	display: block;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	z-index: 300000;
	padding: 15px;
	visibility: hidden;
	transition: all 350ms cubic-bezier(1.000, 0.000, 0.000, 0.250);
	opacity: 0;
}

.v_cookie_banner.POPUP {
	width: 355px;
	max-width:calc(100% - 10px);
	margin: 40px 20px;
	transform: translateY(80px);
	z-index: 2147483002;
	border-radius:25px;
}

.v_cookie_banner.open,
.v_cookie_banner.POPUP.open {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: all 350ms cubic-bezier(0.000, 0.500, 0.000, 1.000);
}

.v_cookie_banner.BOTTOM_LEFT {
	top: auto;
	right: auto;
	bottom: 20px;
	left: 20px;
}

.v_cookie_banner.LIGHT {
	background: var(--color_hex_f9f9f9);
	color:var(--color_gray_rich);
	border: 1px solid var(--btn-primary-border-color);
	box-shadow: 0px 10px 30px var(--color_rgb_100_100_100_15);
}

.show_cookie_consent_btn {
	position: fixed;
	display: block;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	border: 2px solid var(--color_gray_pale);
	border-width:2px 2px 0px 0;
	border-radius: 0 4px 4px 0;
	/*transition: all .5s cubic-bezier(.5, 0, .15, 1);*/
	transition: all 0.12s ease-out;
	transform: translatey(0px);
	visibility: visible;
	z-index: 610;
}
.show_cookie_consent_btn .content {
	position:absolute;
	left:0;top:0;
	width:100%;
	height:100%;
	background: var(--color_hex_f9f9f9) url('/img/cookie.svg') no-repeat center center;
	background-size: 60% auto;
	border-radius:0 3px 0 0;
}
.show_cookie_consent_btn:hover {
	border-color:var(--color_cta_primary);
}
.show_cookie_consent_btn:hover .content {
	background-color:var(--color_white);
}
.show_cookie_consent_btn.hidden {
	visibility: hidden;
	transform: translatey(40px);
}

.show_cookie_consent_btn:before {
	content:"";
	position:absolute;
	right:50%;
	top:0;
	margin-top:0px;
	margin-right:-7px;
	width:14px;
	height:14px;
	border:2px solid var(--color_cta_primary);
	border-width:2px 0 0 2px;
	background:var(--color_white);
	transform:translateY(3px) rotate(45deg);
	transition: all 0.12s ease-out;
}

.show_cookie_consent_btn.open {
	border-color:var(--color_cta_primary);
}

.show_cookie_consent_btn.open:before {
	transform:translateY(-4px) rotate(45deg);
}




@media (max-width:1214px) {

	body > #emaerket-widget-container .emaerket-widget-hide-print {
		left:0 !important;
		bottom:0 !important;
		border-radius:0px 4px 0px 0px !important;
	}
	

}


@media (max-width:767px) {

	body > #emaerket-widget-container .emaerket-widget-hide-print {
		width:32px !important;
		height:32px !important;
	}
	body > #emaerket-widget-container .emaerket-widget-hide-print > svg {
		width:22px !important;
		height:14px !important;
		top:9px !important;
		left:4px !important
	}
	

}


@media (max-width: 520px) {
	.vat_nudge {
		left: 10px;
		right: 10px;
		bottom: 20px;
		width: auto;
		margin: 0 0 20px 0;
	}
	.v_cookie_banner.POPUP {
		margin: 0 0 20px 0;
		left: 10px;
	}
}

@media (max-width:400px) {
	.v_cookie_banner.POPUP {
		left:10px;
		width:calc(100vw - 20px);
	}
	.show_cookie_consent_btn {
		z-index:100;
	}
}



.cookie-banner-title {
	margin:0 0 10px 0;
}
.v_cookie_banner-text {
	padding: 10px 10px 4px 10px;
}

.v_cookie_banner.LIGHT a:not(.btn) {
	color: var(--color_gray_rich);
	text-decoration: underline;
}

.v_checkbox_container {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px 10px 8px 10px;
}

.v_check_holder {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

.v_cookie_banner .v_check {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding: 5px 0;
	box-sizing: border-box;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 1;
}

.v_cookie_banner .v_check_holder:not(.disabled) .v_check {
	cursor:pointer;
}

.v_cookie_banner .v_check:hover:before {
	opacity: .65;
	background: var(--color_white);
}

.v_cookie_banner .v_check:before {
	content: "";
	position: relative;
	display: block;
	float:left;
	width: 21px;
	height: 21px;
	border: 2px solid var(--color_hex_444449);
	border-radius: 4px;
	transition: all .2s ease-out;
}

.v_cookie_banner .v_check_holder .v_check:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 9px;
	border: 2px solid var(--color_hex_444449);
	border-width: 0px 2px 2px 0px;
	width: 6px;
	height: 10px;
	transform: rotate(42deg) scale(.6);
	transition: all .15s ease-out;
	opacity: 0;
}

.v_cookie_banner .v_check_holder.checked .v_check:after {
	opacity: 1;
	transform: rotate(42deg) scale(1);
}

.v_cookie_banner .v_check_holder.disabled .v_check,
.v_cookie_banner .v_check_holder.disabled .v_check:hover:before {
	opacity: .6 !important;
	pointer-events: none;
}

.v_cookie_banner .v_check .v_label {
	position: relative;
	display: block;
	float:left;
	line-height: 21px;
	padding: 0 0 0 5px;
}

.v_cookie_banner-acceptWrapper {
	padding-top: 10px;
	position: relative;
	float: left;
	width: 100%;
	display:flex;
	gap:6px;
	flex-wrap:wrap;
	align-items:center;
    justify-content: space-evenly;
}

.v_cookie_banner-acceptWrapper .btn {
	
}

.v_cookie_banner .btn.cookies_accept,
.v_cookie_banner .btn.cookies_decline {
	min-width: 150px;
	padding: 8px 10px;
}

.v_cookie_banner .btn.cookies_decline {
	
}

.v_cookie_banner button.btn {
	outline:none !important;
}





.nav-pills>li>a {
	border-radius:8px;
}

.nav-pills>li+li {
	margin:0;
}

.nav.nav-pills.ptype_filter {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-align:center;
	gap:7px;
}

.nav.nav-pills.ptype_filter>li {
	/*min-width:calc(15% - 5px);*/
	min-width:50px;
}

.nav.nav-pills.ptype_filter>li>a {
	line-height:1.15;
	padding:10px 14px;
	border:1px solid var(--btn-default-border-color);
	color:var(--btn-default-text-color);
	border-radius:30px;
}

.nav.nav-pills.ptype_filter>li>a:hover {
	border-color:var(--btn-default-border-color-hover);
	color:var(--btn-default-text-color-hover);
	background-color: var(--btn-default-bg-color-hover);
}

.nav.nav-pills.ptype_filter>li>a:focus,
.nav.nav-pills.ptype_filter>li>a:active {

}

.nav.nav-pills.ptype_filter>li.active>a {
	background:var(--btn-default-bg-color-active);
	color:var(--btn-default-text-color-active);
	border-color:var(--btn-default-border-color-active);
	font-weight:bold;
}

.nav.nav-pills.ptype_filter>li>a:after {
	position: relative;
	display: block;
	content: attr(title);
	font-weight: bold;
	width: auto;
	overflow: visible;
	visibility: visible;
	white-space: nowrap;
	padding: 0 2px;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.nav.ptype_filter>li>a:focus, 
.nav.ptype_filter>li>a:hover {
	background:rgba(255,255,255,0.3);
}

.nav.nav-pills.ptype_filter {
	margin-bottom:20px;
}

.productlist-holder .nav.nav-pills.ptype_filter {
	padding:10px 0;
	border:1px solid var(--color_bg_vintage);
	border-width:0px 0;
}

.nav.nav-pills.ptype_filter.below_p_limit:not(.has_active_type),
.nav.nav-pills.ptype_filter.below_limit:not(.has_active_type),
.nav.nav-pills.ptype_filter.above_limit:not(.has_active_type) {
	display:none;
}

.nav.nav-pills.ptype_filter.has_active_type {
	display:flex !important;
}

.btn_show_all_ptypes {
	width:auto;
	margin:20px auto 20px auto;
}












.product_related_sections {
	position:relative;
	border-top:0px solid var(--color_rgba_0_0_0_0_2);
}

.product_list_block {
	position:relative;
	background:var(--color_transparent);
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:5px;
	min-height:200px;
}

.page-product.club_shop .product_list_block {
	margin-bottom:30px;
}

.page-product .tooltip .tooltip-inner {
	max-width:350px;
}

.pagebody_content .container.product_list_block {
	max-width:100%;
}
.pagebody_content .container.product_list_block {
	padding-left:0;
	padding-right:0;
}

.product_list_block.limited_width {
	max-width:1430px;
}

.product_list_block:last-child {
	border-bottom:0 !important;
	box-shadow:none;
}

.product_list_block.similar_type {
	background:var(--color_transparent);
}

.product_list_block > h2,
.product_list_block > h3 {
	margin:0;
}
.product_list_block > h5 {
	font-weight:normal;
}

.list_items_container {
	position:relative;
	padding:0px 0px 0 0px;
	margin:0 auto;
	/*max-width:1230px;*/
	max-width:100%;
	min-height:250px;
}
h1+.list_items_container,
h2+.list_items_container,
h3+.list_items_container,
h4+.list_items_container,
h5+.list_items_container {
	padding-top:40px;
}

.list_items_container .loader.xlarge {
	margin-top:-37px;
}

.product_page_category_related {
	position:relative;
	min-height:400px;
}



.product_list_block,
.container.main.productview {
	box-shadow: 0px 5px 4px -4px var(--color_rgb_0_0_0_10);
}

.plist_show_more_btn_holder {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0 0 0;
}

.product_list_block > h2, .product_list_block > h3,
.product_list_block > h4,
.product_list_block > h5 {
	text-align:center;
}

















.bryllup_temp .feature.text-feature.f-w100.f-h50, 
.feature.text-feature.f-w100.f-h50 {
	padding:60px 40px;
}

.checkout-table .pack_title .pack_edit {
	display:block;
	opacity:1;
	margin-left:0;
	font-style:normal;
	margin-top:3px;
}

@media (max-width:767px) {

	.cat_breadcrumbs_holder {
		margin-top:-15px;
		text-align:center;
	}

	.breadcrumbs, .breadcrumbs li {
		justify-content:center;
		gap:0 3px;
	}

	.breadcrumbs>li+li:before {
		padding:0 2px 0 3px;
	}

	.product_breadcrumbs_holder {
		margin-top:-5px;
		margin-bottom:10px;
	}

	.cat_breadcrumbs_holder,
	.product_breadcrumbs_holder {
		font-size:85%;
	}


	.productview .titlerow h2, .design_title_holder h2,
	.productview .titlerow {
		text-align:left;
	}
	.productview .breadcrumbs, .breadcrumbs li {
		justify-content:left;
	}

	h1.cursive, .h1.cursive, h2.cursive, .h2.cursive,
	h2, .h2 {
		font-size:26px;
		text-transform:uppercase;
	}

	.productlist-holder .header-img {
		margin-bottom:20px;
	}

	.bryllup_temp .feature.text-feature.f-w100.f-h50, 
	.feature.text-feature.f-w100.f-h50 {
		padding:40px 20px;
	}

	.mobilenav-content section a.nav-title h4 {
		font-size:17px;
		font-weight:var(--body-font-weight);
	}

	.mobilenav-content nav a {
		font-size:17px;
		text-transform:none;
	}


}


@media (max-width:500px) {

	.feature.text-feature .paragraph {
		font-size:115%;
	}

	.default_page .feature.text-feature.f-w100.f-h50, .productlist-holder .feature.text-feature.f-w100.f-h50 {
		padding:60px 10px;
	}

	.feature .text_holder h2, .feature .text_holder .h2 {
		max-width:100%;
	}

}

/* Contrasty discounts */
.feature .tag.discount, 
.product .tag.discount, 
.productview .tag.discount,
.productview .price_tag .savings_percent, 
.p_discount_percent_val {
	background: linear-gradient(-45deg, var(--color_hex_615d59), var(--color_hex_26211b));
}

/* var(--color_black) friday */




header .slim-menu.visible-xs {
	display:none !important;
}

@media (max-width: 905px) {
	header {
		min-height: 50px;
	}
}








#vmodal,
#smodal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100100;
	transform: translateZ(0);
	pointer-events: none;
}

#vmodal:before,
#smodal:before {
	content: "";
	display: block;
	position: static;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color_gray_deepest);
	opacity: 0;
	transition: all 0.15s ease-out;
	transition-delay: 0s;
}

.vmodal_holder {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: translateY(20px) scale(1);
	opacity: 0;
	transition: all 0.2s cubic-bezier(1, 0, 1, .5);

	transition-delay: 0s;
	transition:none;
}

#vmodal.open,
#smodal.open {
	pointer-events: all;
}

#vmodal.open:before,
#smodal.open:before {
	opacity: 0.75;
	transition-delay: 0s;
}
#vmodal.open .vmodal_holder,
#smodal.open .vmodal_holder {
	transition: all 0.3s cubic-bezier(0, .5, 0, 1);
	opacity: 1;
	transform: translateY(0px) scale(1);
	transition-delay: 0.15s;
	/*
	transition-delay: 0s;
	transition:none;
	*/
}
#vmodal.closed,
#smodal.closed {
	display:none;
}

.vmodal {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	width: 600px;
	max-width: 95%;
	max-height:95vh;
	overflow:hidden;
	background: var(--body-bg-color);
	color: var(--body-font-color);
	padding: 40px;
	border: 0px solid var(--color_gray_deep);
	border-radius: var(--theme_radius_md);
	box-shadow: 0 0 50px var(--color_rgba_0_0_0_0_4);
}

.vmodal>div {
	display: block;
	position: relative;
}

.vmodal .title {
	font-size: 180%;
	line-height:1.15;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 10px;
	max-width: 100%;
}

.vmodal .desc {
	font-size: 115%;
	min-height: 50px;
	overflow:auto;
	max-height:400px;
	max-height:70vh;
	max-height:calc(70vh - 60px);
	line-height:1.25;
}

.vmodal .desc:empty {
  display: none;
  min-height: 0;
}

.vmodal .btn_holder {
	text-align: center;
	margin-top: 30px;
	/*white-space:nowrap;*/
}

.vmodal .btn_holder .btn {
	position: inherit;
	display: inline-block;
	margin: 3px;
}

.vmodal .close_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	color: var(--color_gray_dimmer);
	padding: 15px;
	cursor: pointer;
}

.vmodal .btn,
.vmodal .close_btn {
	transition: all 0.2s ease-out;
}

.vmodal .close_btn .bi,
.vmodal .close_btn .bi,
.n_modal.notice .close_btn .bi,
.n_modal.notice .close_btn .bi {
	font-size: 20px;
}

.vmodal .close_btn .bi,
.vmodal .close_btn .bi {
	top:-3px;
	right:-2px;
}

.vmodal .close_btn:hover,
.vmodal .close_btn:focus,
.vmodal .close_btn:active {
	color: var(--color_white);
}

.vmodal .btn-primary {
	width: 50%;
	min-width:200px;
	max-width:300px;
}

.vmodal .btn-primary {
	font-weight:bold;
}

.vmodal .btn-default {
	border: 1px solid var(--color_transparent);
	background: var(--color_gray_rich);
	color: var(--color_gray_soft);
}

.vmodal .btn-default:hover,
.vmodal .btn-default:focus,
.vmodal .btn-default:active {
	background: var(--color_gray_dimmer);
	color: var(--color_white);
}

.price_vat_info {
	display: inline-flex;
	align-items: center;
	gap: 0px;
	margin-top: 4px;
	font-family: var(--font-body);
	font-size: var(--input-group-label-font-size);
	font-weight: var(--body-font-weight);
	color: var(--color-secondary-dark);
}
.pricetag-holder .price_vat_info {
  display:flex;
  margin-top:0px;
}

.price_vat_info .vat_info_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	color: var(--color-secondary-dark);
	text-decoration: none;
	transition: color 0.2s ease;
	position:relative;
	top:1.5px;
}

.price_vat_info .vat_info_btn:hover,
.price_vat_info .vat_info_btn:focus {
	color: var(--color-primary);
}

.price_vat_info .vat_info_btn .bi {
	font-size: 12px;
}

.cart_prices_table .price_vat_info {
	justify-content: flex-end;
}

#vmodal.vat_view_modal .vmodal {
	
}

.vat-modal {
	display: grid;
	gap: 14px;
	font-family: var(--font-body);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
}

.vat-modal-intro {
	margin: 0;
	font-size: 100%;
	font-weight: inherit;
	color: inherit;
}

.vat-toggle-buttons {
	display: inline-flex;
	align-items: center;
	gap: 0;
	border-radius: var(--theme_radius_md);
}

.vat-toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 90px;
	height: 2.2em;
	padding: 0 12px;
	background: rgba(255,255,255,0.6);
	border: 1px solid transparent;
	border-radius: 0;
	color: var(--btn-default-text-color);
	font-family: var(--font-body);
	font-size: var(--btn-default-font-size);
	font-weight: var(--body-font-weight);
	letter-spacing: var(--btn-default-letter-sapcing);
	cursor: pointer;
}


.vat-toggle-btn:hover,
.vat-toggle-btn:focus {
	border-color: rgba(0,0,0,0.5);
	background: rgba(255,255,255,0.6);
	color: var(--btn-default-text-color);
	position: relative;
	z-index: 1;
}

.vat-toggle-btn.active {
	border-color: rgba(0,0,0,0.5);
	color: var(--btn-default-text-color);
	background: rgba(255,255,255,0.6);
	position: relative;
	z-index: 2;
}

.vat-modal .vat-toggle-btn {
	border-color: var(--btn-default-border-color);
	transition: all 0.15s ease-out;
}

.vat-modal .vat-toggle-btn:not(.active):hover {
	background: var(--btn-default-bg-color-hover);
	border-color: var(--btn-default-border-color-hover);
}

.vat-modal .vat-toggle-btn.active {
	background: var(--btn-default-bg-color-active);
	border-color: var(--btn-default-border-color-active);
}

.vat-modal-toggle .vat-toggle-buttons {
  gap:5px;
}

.vat-modal .vat-toggle-btn {
  border-radius:var(--theme_radius_lg);
}

.vat-modal-prices {
	display: grid;
	gap: 8px;
	padding-top: 10px;
	border-top: 1px solid var(--color-secondary-025);
}

.vat-modal-product {
	font-family: var(--font-body);
	font-size: 110%;
	font-weight: var(--body-font-weight-active);
	letter-spacing: var(--body-letter-spacing);
	color: inherit;
}

.vat-modal-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	font-size: 100%;
	font-weight: inherit;
}

.vat-modal-row-amount {
	
}

.vat-modal-label {
	color: inherit;
}

.vat-modal-check {
	display: inline-flex;
	align-items: center;
	margin-right: 6px;
	font-size: 0.9em;
	color: inherit;
}

.vat-modal-value {
	font-weight: inherit;
	color: inherit;
}

#vmodal.vat_view_modal .vmodal .desc,
#vmodal.vat_view_modal .vmodal .html {
	font-family: var(--font-body);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	line-height: 1.35;
}

#vmodal.vat_view_modal .vmodal .html {
	margin-top: 12px;
}

@media (max-width: 480px) {
	.vat-modal-row {
		flex-direction: column;
		align-items: flex-start;
		gap:2px;
	}
}

.modal_checkbox_holder {
	position:relative;
	padding:7px 7px 3px 40px;
	border:1px dashed var(--color_hex_40904e);
	background:var(--color_rgba_255_255_255_0_05);
	border-radius:5px;
}

.modal_checkbox_holder .checkbox {
	position:absolute;
	left:12px;
	top:12px;
	transform:scale(1.2);
}


.vmodal_size_select_title {
	text-align:center;
	margin:0 !important;
}

.modal_size_select {
	display:block;
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:10px;
}

.modal_size_select select {
	display:inline-block;
	max-width:310px;
}

.vmodal select.error {
	border-color:var(--color_keyword_red);
	border-width:2px;
}

@media (max-width:500px) {
	.vmodal {
		padding: 40px 20px;
	}
}



@media (max-width:767px) {


	.productview .img_holder {
		min-height:0;
		padding-left:0;
		padding-right:0;
	}

	.productview .img_holder img {
		width:auto;
		height:100%;
		object-fit:cover;
	}

	.productview .img_holder .img_desc {
		padding-left:15px;
		padding-right:15px;
	}

}












































.product .title, .site-footer .nav a, 
.nav.mobile-nav a, 
header .infonav .nav > li > a, header .topnav.navbar .navbar-brand {
	letter-spacing:var(--font-heading-small-letter-spacing);

}

header {
	font-size:var(--header-font-size);
	font-family: var(--font-body);
	font-weight:var(--body-font-weight);
	letter-spacing:var(--header-font-letter-spacing);
}

.topnavcol h4 {
	letter-spacing:0.5px;
	font-weight:bold;
}

.productview .product_name {
	font-family:var(--font-heading-small);
	font-weight:var(--font-heading-small-weight);
	letter-spacing:var(--font-heading-small-letter-spacing-lowercase);
	line-height:1.05;
	text-transform:none;
}

.productview .presentation_description {
	font-size:var(--body-font-size);
	letter-spacing:var(--body-letter-spacing);
}

.productview .presentation_price_tag .our_price {
	display:flex;
	flex-direction: column;
	gap:10px;
}

.productview .presentation_price_tag .our_price .price_suffix {
	font-size:var(--body-font-size);
	text-transform:none;
	letter-spacing:var(--body-letter-spacing);
}

.frontend .productinfo_content .option_groups_holder {
	gap:20px;
	margin-top:0;
}

.frontend .option_groups_holder .option_group {
	padding:5%;
	border-radius:20px;
	margin-bottom:0;
}
.frontend .option_group h3.option_group_title {
	padding:0 0 30px 0;
}

.frontend .option_group > .desc {
	padding-bottom:20px;
}



.frontend .option_groups_holder .option_group.highlight, .frontend .option_groups_holder .option_group.highlight_extra, .frontend .option_groups_holder .option_group.highlight_super {
	border:0;

}


.product .tag_handmade_brush,
.product .tag_personalized {
	display:none;
}


.product .boxlink {
	border-radius:calc(var(--pcard-border-radius) * 0.8);
}



.productlist .product.plistitem {
	border-radius:var(--pcard-border-radius);
	padding:var(--pcard-padding);
	margin-bottom:0;
	margin-top:0;
	background:rgba(255,255,255,0.0);
	box-shadow:0 0 0 rgba(0,0,0,0);
}

.productlist .product.plistitem:hover {
	background:var(--pcard-bg-color-hove);
	box-shadow:var(--pcard-box-shadow-hover);
}

.product.plistitem .thumbs-holder {
	border-radius:calc(var(--pcard-border-radius) * 0.8);
	overflow:hidden;
}

.product.plistitem .title-holder .title-items {
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	text-align:left;
	padding:var(--pcard-title-items-padding);
}

.product.plistitem .title,
.product.plistitem .sub-title {
	font-family:var(--pcard-title-font);
	font-size:var(--pcard-title-font-size);
	letter-spacing:var(--pcard-title-letter-spacing);
	text-transform:var(--pcard-title-transform);
	font-weight:var(--pcard-title-font-weight);
	line-height:1.05;
	padding-bottom:0px;
}

.product.plistitem .sub-title {
	border-top:0;
	padding:0;
	font-size:var(--pcard-subtitle-font-size);

}

.cat_breadcrumbs_holder {
	display:none;
}

.container.body {
	padding-top:0;
}

.shopfilter_content {
	width:100%;
	z-index:100;
	display:flex;
	position:relative;
	/*top:var(--shopfilter_content_sticky_top);*/
	backdrop-filter: blur(8px);
	background: var(--shopfilter_content_top_bg);
	justify-content: center;
	overflow:hidden;
	height:50px;
}
.shopfilter {
	display:flex;
	background:transparent;
	width:100%;
	max-width:100%;

	overflow:auto;
	display:flex;
	float:none;
	width:auto;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	max-width:100%;
	height:calc(100% + 30px);
	padding-bottom:30px;
}
.shopfilter nav {
	background:none;
	box-shadow:none;
	display:flex;
	padding: 0px !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-size:var(--shopfilter-font-size);
	float:none;
	justify-content:flex-start;
}
.shopfilter section {
	width:auto;
	white-space:nowrap;
}
.shopfilter section a.section-title {
	padding:14px 10px;
	text-transform:none;
	color:var(--shopfilter_content_top_color);
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:var(--topnav-row-height);
}
.shopfilter section a.section-title.active {
	font-weight:var(--shopfilter-font-weight-active);
	color:var(--shopfilter_content_top_color_active);
}
.shopfilter h4.maincategory {
	padding:0;
	display:none;
}
.shopfilter section.no_sub_cats {
	margin-bottom:0;
	padding-bottom:0;
}










header .topnav.navbar .container {
	padding:0px 20px;
	justify-content: flex-start;
}

header .topnav.navbar .navbar-brand {
	position:relative;
	left:auto;
	top:auto;
	margin:0;
}

header .topnav .navbar-nav {
	display:flex;
	align-items: center;
	justify-content: flex-start;
}




.container.topnav-flex-row:before,
.container.topnav-flex-row:after {
	display:none;
}


.topnav-wrap.sticky .topnav-logo-bar {
	display:none;
}

header .topnav.navbar:before,
header .topnav.navbar:after {
	display:none;
}

header .topnav.navbar .container.topnav-flex-row {
	gap:0px;
}

header .topnav.navbar .navbar-brand.logo-symbol {
	padding:10px 5px;
	opacity:0.7;
	transition: opacity 0.2s ease-out;
}

header .topnav.navbar .navbar-brand.logo-symbol:hover {
	opacity:1;
}

.icon-karano_symbol {
	position:relative;
	width:100%;
	height:100%;
	background:url('/img/logos/karano-k-dark.svg') no-repeat center center;
	background-size:contain;
	opacity:0;
	transition:opacity 0.2s ease-out;
}

.topnav-wrap.sticky .icon-karano_symbol {
	opacity:1;
}

header .svg_nav_item svg {
	top:0
}

header .topnav.navbar .navbar-nav > li > a.basket-btn .bag_glyph.full svg {
	top:-2px;
}

.main_admin_btn svg {
	top:2px;
}





.productlist-holder > .admin_info {
	padding:20px;
	text-align:center;
}








.shopfilter_bottom.shopfilter_content {
	height:auto;
	background:rgba(255,255,255,0.5);
}

.shopfilter_bottom .shopfilter {
	padding:50px 30px 55px 30px;
	flex-direction:column;
	align-items:center;
	gap:12px;
	width:100%;
	height:auto;
	overflow:visible;
}

.shopfilter_bottom .shopfilter h4.maincategory {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 10px 0;
}

.shopfilter_bottom .shopfilter section a.section-title,
.shopfilter_bottom .shopfilter .section-title {
	padding:10px 14px;
	height:auto;
	border:1px solid rgba(0,0,0,0.1);
}

.shopfilter_bottom .shopfilter section a.section-title:hover,
.shopfilter_bottom .shopfilter .section-title:hover {
	background:rgba(255,255,255,0.3);
}

.shopfilter_bottom .shopfilter section a.section-title.active,
.shopfilter_bottom .shopfilter .section-title.active {
	background:rgba(255,255,255,1);
	border-color:transparent;
}

.shopfilter_bottom .shopfilter nav {
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	gap:7px;
}
.shopfilter_bottom .shopfilter .shopfilter-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:7px;
	width:100%;
}
.shopfilter_bottom .shopfilter .shopfilter-row .section-title {
	display:inline-flex;
	width:auto;
}
.shopfilter_bottom .shopfilter .shopfilter-row-sub {
	margin-bottom:4px;
}
.shopfilter_bottom .shopfilter .shopfilter-bottom-header {
	text-align:center;
}








.breadcrumbs a {
	color:#000;
}

.cat_breadcrumbs_holder {
	display:flex;
	margin:30px 0;
	justify-content: center;
}

.cat_breadcrumbs_holder .breadcrumbs {
	justify-content: flex-start;
}


.productlist-holder .cat_breadcrumbs_holder {
	padding-left:var(--pcard-padding);
	margin:5px 0;
}



.feature .tag, .product .tag, .productview .tag {
	background:#fff;
	color:#000;
	font-weight:bold;
	letter-spacing:inherit;
}























header .topnav.navbar .navbar-brand.logo-symbol .icon-karano_symbol {
	display:none;
}

header .topnav.navbar .navbar-brand.logo-symbol {
	opacity:1;
}

header .topnav-wrap.sticky .topnav.navbar .navbar-brand.logo-symbol {
	opacity:1;
}

header .topnav.navbar .navbar-brand.logo-symbol {
	width:130px;
	padding-right:0;
	padding-left:15px;
	color:#000;
}

header .topnav-logo-bar {
	padding:15px 10px 0;
	display:none;
}

header .logo-combo {
	display:flex;
	width:136px;
	height:75px;
	padding:3px 0 5px 0px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap:4px;
	overflow:hidden;
	color:#000;
}

header .logo-combo .svg-karano_symbol {
	width:30%;
}
header .logo-combo .svg-karano_text {
	width:100%;
	margin-bottom:-7px;
}

header .topnav-holder {
	padding-top:50px;
}

header.has_expanded_nav .topnav-holder,
header.has_sticky .topnav-holder {
	background:var(--topnav-sticky-bg-color);
	box-shadow:0px 0px 15px var(--color_rgba_0_0_0_0_1);
}

header .topnav.navbar .topnav-left {
	position:relative;
}

header .logo-slim-combo {
	position:relative;
	width:100%;
	height:50px;
	color:#000;
}

header .logo-slim-combo .svg-karano_symbol {
	position:absolute;
	width:27%;
	left:50%;
	bottom:75%;
	transform:translate(-50%, 0);
	transition:all 0.2s ease-out;
}
header .logo-slim-combo .svg-karano_text {
	position:relative;
	display:flex;
	justify-content: center;
	align-items:center;
	width:100%;
	height:100%;
}

header .topnav-wrap.sticky .logo-slim-combo .svg-karano_symbol {
	opacity:0;
	transform:translate(-50%, -5px);
}


.topnavcol {
	text-align:center;
	align-items:center;
}
.topnav-holder .flex-row {
	margin:0 auto;;
}









.usp-box {
  padding:20px 20px 30px 10px;
  background:rgba(255,255,255,0.25);
  background:transparent;
  box-shadow:none;
  border:0;
}
.usp-box__list {
	gap:15px;
}
.usp-box__icon {
  background:none;
  padding:0;
}
.usp-box__icon i {
  font-size:18px;
}
.usp-box__list li {
  font-size:90%;
}
.usp-box__list li strong {
  font-size:100%;
  line-height:1.05;
}
.usp-box__list li span {
  font-size:90%;
  line-height:1.05;
}



.features-container {
  display:block;
  margin:calc(var(--features-gap) / -2);
  width:calc(100% + var(--features-gap));
}
.features-container::after {
  content:"";
  display:block;
  clear:both;
}
.features-container .feature {
  margin:calc(var(--features-gap) / 2);
}
.features-container .feature.f-w25 {
  width:calc(25% - var(--features-gap));
}
.features-container .feature.f-w50 {
  width:calc(50% - var(--features-gap));
}
.features-container .feature.f-w100 {
  width:calc(100% - var(--features-gap));
}
.features-container .feature.f-h25 {
  padding-bottom:calc(25% - (var(--features-gap) * 0.75));
}
.features-container .feature.f-h50 {
  padding-bottom:calc(50% - (var(--features-gap) * 0.5));
}
.features-container .feature.f-h100 {
  padding-bottom:100%;
}

.features-container .feature.logo-bar {
  padding-bottom:0 !important;
}

.feature .feature-content {
  padding:0;
}

.feature,
.v_car .item {
  border-radius:var(--pcard-border-radius);
  overflow:hidden;
}

.product_features .features-container .feature.f-w25,
.product_features .features-container .feature.f-w50,
.product_features .features-container .feature.f-w100 {
  width:calc(100% - var(--features-gap));
}

@media (max-width:1199px) {
	.features-container {
		margin:0;
		width:100%;
		padding-left:calc(var(--features-gap) / 2);
		padding-right:calc(var(--features-gap) / 2);
	}
}




@media (max-width:767px) {

	.features-container .feature.f-w50,
	.features-container .feature.f-w100 {
		
		width: calc(100% - var(--features-gap));
	}

	.features-container .feature.f-w25 {
		width: calc(50% - (var(--features-gap)));
	}

	.features-container .feature.f-h25 {
		width: calc(50% - (var(--features-gap)));
		padding-bottom:calc(50% - (var(--features-gap) * 0.5));
	}

	.features-container .feature.f-h50 {
		padding-bottom: 100%;
	}

}

@media (max-width: 425px) {

	.feature.f-w25 {
		width: 100%;
	}

	.feature.f-h50 {
		padding-bottom: 200%;
	}

	.feature.f-h25 {
		padding-bottom: 100%;
	}

}


.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.productview .product_tabbed_info .nav-pills>li.active>a,
.productview .product_tabbed_info .nav-pills>li.active>a:focus,
.productview .product_tabbed_info .nav-pills>li.active>a:hover {
	color:inherit;
	background-color:rgba(255,255,255,0.5);
}

.productview .product_tabbed_info .nav-pills {
  margin:0 0 5px 0;
}

.productview .product_tabbed_info .tab-content {
  padding:35px;
  background:rgba(255,255,255,0.5);
  border-radius:var(--pcard-border-radius);
}

.productview .product_tabbed_info .nav-tabs {
  padding-left:calc(var(--pcard-border-radius) * 2);
}

.productview .product_tabbed_info .nav-pills,
.productview .product_tabbed_info .nav-pills>li>a,
.nav-tabs>li>a {
	border-color:transparent;
}

.productview .product_tabbed_info .nav-pills>li>a {
	border-radius:var(--pcard-border-radius);
}

.nav-tabs>li>a {
	border-radius:var(--pcard-border-radius) var(--pcard-border-radius) 0 0;
	
}













.productview .price_tag {
  padding:0;
  margin-bottom:30px;
  background:none;
}

.productview .presentation_description .product_desc_short {
  margin-bottom:10px;
  font-style:italic;
}

.productview.step_order .presentation_description {
display:none;
}

.productview .buy-holder, .productview .delivery_notice_holder {
  padding:0;
}

.productview .buy-holder {
  margin-bottom:30px;
  font-size:var(--btn-default-font-size);
}

.productview .buy-holder > .flexbox {
  position:relative;
  display:flex;
  min-width:400px;
  /*
  border:3px solid var(--color-primary);
  background:var(--color-primary);
  */
  border-radius:40px;
  gap:5px;
}

.productview .buy_btn {
  font-size:inherit;
  min-width:auto;
  border-radius:30px;
}

.productview .buy_btn.btn-primary {
  border-color:var(--btn-primary-bg-color);
  background:var(--btn-primary-bg-color);
  color:var(--btn-primary-text-color)
}

.productview .buy_btn.btn-primary:hover {
  background:var(--btn-primary-bg-color-hover);
  border-color:var(--btn-primary-bg-color-hover);
  color:var(--btn-primary-text-color-hover);
}

.productview .buy-holder .item_qty {
border-radius:30px 30px 30px 30px;
width:80px;
background-color:var(--theme_bg_primary);
border:1px solid var(--btn-primary-bg-color);
color:inherit;
}

.productview .buy-holder .item_qty:hover,
.productview .buy-holder.has-stepper .item_qty:hover {
  background-color:var(--btn-default-bg-color-hover);
}

.productview .buy-holder .item_qty:focus,
.productview .buy-holder.has-stepper .item_qty:focus {
  background:#fff;
}

.productview .buy-holder .buy_btn:nth-child(2) {
border-radius:30px;
padding-left:20px;
padding-right:20px;
}

.productview .buy-holder.has-stepper .buy-box {
	display:flex;
	align-items:center;
	gap:12px;
	flex-wrap:wrap;
	min-width:0;
}

.productview .buy-holder.has-stepper .buy-box-secondary {
	margin-top:12px;
	min-width:0;
}
.productview .buy-holder.has-stepper .qty-stepper {
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid var(--btn-primary-border-color);
	border-radius:999px;
	background:transparent;
	overflow:hidden;
	height:60px;
	flex:1;
	min-width:180px;
}
.productview .buy-holder.has-stepper .qty-btn {
	border:0;
	background:var(--btn-default-bg-color);
	font-size:24px;
	line-height:1;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:60px;
	flex-basis:25%;
	transition:background 0.2s ease;
}
.productview .buy-holder.has-stepper .qty-btn.qty-decrease .bi:before {
	text-indent:3px;
}
.productview .buy-holder.has-stepper .qty-btn.qty-increase .bi:before {
	text-indent:-3px;
}
.productview .buy-holder.has-stepper .qty-btn:hover {
	background:var(--btn-default-bg-color-hover);
}
.productview .buy-holder.has-stepper .qty-btn:disabled {
	opacity:0.4;
	cursor:not-allowed;
}
.productview .buy-holder.has-stepper .item_qty {
	width:100%;
	height:100%;
	border:0;
	border-left:1px solid var(--btn-primary-border-color);
	border-right:1px solid var(--btn-primary-border-color);
	border-radius:0;

	text-align:center;
	background:var(--btn-default-bg-color);
	padding:0;
	text-indent:0;
	min-width:60px;
	flex-basis:50%;
}
/* Chrome, Safari, Edge, Opera */
.productview .buy-holder.has-stepper .item_qty::-webkit-outer-spin-button,
.productview .buy-holder.has-stepper .item_qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.productview .buy-holder.has-stepper .buy_btn {
	flex:1;
	min-width:250px;
	height:60px;
	border-radius:999px;
	flex-basis:60%;
}
.productview .buy-holder.has-stepper .buy_btn_inner {
	display:flex;
	align-items:center;
	gap:12px;
	width:100%;
	justify-content:center;
	padding:0 18px;
}
.productview .buy-holder.has-stepper .buy_btn_icon {
	display:flex;
	align-items:center;
	font-size:18px;
}
.productview .buy-holder.has-stepper .buy_btn_label {
	
}
/*
.productview .buy-holder.has-stepper .buy_btn_price {
	margin-left:auto;
}
*/
.productview .buy_btn.add_as_new .buy_btn_price {
	display:none;
}
@media (max-width: 767px) {
	.productview .buy-holder.has-stepper .buy-box {
		flex-direction:column;
		align-items:stretch;
	}
	.productview .buy-holder.has-stepper .qty-stepper,
	.productview .buy-holder.has-stepper .buy_btn {
		width:100%;
	}
	.productview .buy-holder.has-stepper .qty-stepper {
		flex:0 0 auto;
		min-height:60px;
		height:60px;
	}
	.productview .buy-holder.has-stepper .buy_btn {
		flex:0 0 auto;
		min-height:60px;
	}
	/*
	.productview .buy-holder.has-stepper .buy_btn_inner {
		justify-content:space-between;
	}
	*/
	
	.productview .volume_discount_info {
		padding:14px 14px 14px;
	}
	.productview .volume_discount_bar {
		margin-left:-16px;
		margin-right:-16px;
	}
	
	.productview .volume_discount_summary {
		align-items:flex-start;
		gap:2px 6px;
		flex-wrap:wrap;
	}
	.productview .volume_discount_current,
	.productview .volume_discount_next {
		align-self:flex-end;
		display:flex;
		flex-direction:row;
	}
	.productview .volume_discount_next {
		text-align:left;
	}
	.productview .volume_discount_next .volume_label {
		margin:0;
	}
	.productview .volume_discount_summary .volume_current_unit {
		display:none;
	}
	.productview .volume_discount_tiers li .tier_qty:after {
		content:"";
	}


	.productview .product_tabbed_info .tab-content {
		padding:20px;
	}
}

.productview.step_order .price_tag {
padding:0px 20px 0px 20px;
}

.productview.step_order .price_tag .price_prefix_from {
  display:none;
}


.search-form-holder .input-group-lg:after {
  content:"\F52A";
  font-family: 'bootstrap-icons' !important;
  font-size:20px;
  color:#000;
  width:40px;
  height:auto;
  position:absolute;
  left:7px;
  top:50%;
  transform:translateY(-50%);
  opacity:0.3;
  z-index:10;
}
.search-form-holder .page-search-input {
  padding-left:50px;
  position:relative;
}

.categories_results .result_items {
  display:flex;
  flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    gap:10px;
    padding:20px 0px;
}




.checkout-table .pricetotals td {
  padding:5px 5px;
}

.topnav-holder .flex-row {
  width:auto;
  align-self:center;
  /*padding-left:70px;*/
}

.topnav-holder .flex-row:before,
.topnav-holder .flex-row:after {
display:none;
}




.search-form-holder input.form-control {
  padding-left:50px;
}

.search-form-holder .input-group {
  max-width:500px;
  margin-left:auto;
  margin-right:auto;
}

.search-form-holder .input-group {
margin-top:60px;
}

.expanded_nav_search .search-form-holder .input-group {
margin-bottom:40px;
}


/*
header .navbar-nav .arrow {
  background:transparent url('/img/logos/karano-k-dark.svg') no-repeat center center;
  background-size:contain;
  transform:rotate(-45deg);
}
*/
header .navbar-nav .arrow {
  background:#000;
  transform:rotate(-45deg);
}



.productlist-title.no_title_paragraph {
  padding-bottom:40px;
}

.productlist-title.no_title_paragraph > h1 {
  margin-bottom:0;
}








.table.checkout-table>tbody>tr>th {
  color:rgba(0,0,0,0.5);
}

.checkout_details_table td {
  color:rgba(0,0,0,0.75);
}

.vaccordion .section_content.invoice .checkout_details_table td {
	color:inherit;
}

.cart_totals_container {
  border-top:1px solid #000;
  padding-top:30px;
}

.page-checkout .cbox_info, 
.checkout_page .cbox_info,
.table.checkout-table > tbody > tr > td,
.checkout_page .cart_totals_container {
  border-color:rgba(0,0,0,0.1);
  
}

.checkout_details_table {
border:none;
border-radius:0;
}
.checkout_details_table td {
  padding:20px;
}

.checkout_page .cart_holder {
margin-top:0;	
}

.checkout_page .cart_table_holder {
padding:20px 25px;
margin-top:0;
border-radius:var(--theme_radius_md);
background:var(--theme-panel-strong);
}

.checkout_page .cart_table_holder .cart_title {
	text-transform:none;
	font-size:var(--font-heading-medium-size);
	font-weight:var(--font-heading-medium-weight);
	letter-spacing:var(--font-heading-medium-letter-spacing);
}
.checkout_page .cart_table_holder .cart_products_label {
	text-transform:lowercase;
}

.checkout_page .cart_holder:before {
	background:none;
	box-shadow:none;
}





.checkout_page input[type="text"].form-control,
.checkout_page select.form-control,
.checkout_page textarea.form-control,
#shippinginfo .accept_container {
  border-width:2px;
  border-radius:var(--theme_radius_md) !important;
}



.btn.arrow:after {
  font-family:"Bootstrap-icons" !important;
  content:"\F134";
  font-size:20px;
  width:auto;
  height:auto;
  margin-right:0;
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  top:auto;
  transform:none;
}

.btn.arrow {
  display:inline-flex;
  justify-content: center;
  align-items: center;
      flex-direction: row;
    flex-wrap: nowrap;
}

.checkout_page .cart_prices_table .pricetotals,
.checkout_page .checkout-table .pricetotals td {
  padding:5px 0px 5px 40px;
}

.checkout_page .cart_prices_table.cart_table>tbody>tr>td {
	padding:2px 5px;
}
.checkout_page .cart_prices_table.cart_table>tbody>tr>td.td_val {
	text-align:right;
	padding-right:0;
}

.cart_table .tr_checkout_total_amount td  {
	font-weight:bold;
}




:root {
  --vaccordion_radius_outer:var(--theme_radius_md);
  --vaccordion_border_color:var(--body-bg-color-darker);
}

.checkout_page .vaccordion { 
  border-radius:var(--vaccordion_radius_outer);
  border-color:var(--vaccordion_border_color);
}

.checkout_page .vaccordion > section:first-child {
border-top-left-radius:var(--vaccordion_radius_outer);
border-top-right-radius:var(--vaccordion_radius_outer);
}

.checkout_page .vaccordion > section:last-child {
border-bottom-left-radius: var(--vaccordion_radius_outer);
border-bottom-right-radius: var(--vaccordion_radius_outer);
}

.checkout_page .vaccordion > section {
border-color:var(--vaccordion_border_color);
}

.checkout_page .vaccordion > section.active  > .titlebox {
  border-bottom-color:transparent;
}

.checkout_page .ship_form_holder, 
.checkout_page .shipping_method_form_holder,
.checkout_page .payment_form_holder {
	padding-right:15px;
}

.checkout_page .btn.go_back {
  display:inline-flex;
  align-items: center;
  justify-content: center;
  padding-left:15px;
  padding-right:15px;
}

.checkout_page .btn.go_back:before {
  height:auto;
  top:-2px;
}

.checkout_page .basket_edit_holder {
  margin-top:15px;
}

.cart_totals_container .pricetotals td {
  padding:2px 2px 2px 40px;
}

.pricetotals .checkout_totals_row td {
  font-weight:bold;
}




@media (max-width: 767px) {

	body button.cart_table_toggle,
	body .cart_table_holder { 
		background:var(--color_white);
	}
	.checkout_page .cart_table_holder { 
		padding:0 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		top:-5px;
	}

	.checkout_page .cart_holder {
		margin-bottom:15px;
	}

	

}

@media (max-width:500px) {
	.checkout_page .cart_table.cart_items_table .td_thumb {
		width: 60px;
	}

	body .cart_table.cart_items_table .thumb_holder {
		width: 70px;
	}

	body .cart_table.cart_items_table .td_name,
	body .cart_table.cart_items_table .td_price {
		font-size: 100%;
	}

	.page-checkout .cart_table_holder table.pricetotals {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.checkout_page .cart_holder {
		padding-left:0;
	}
}






.table.checkout-table .qty_wrap.qty_blocky {
  display:inline-flex;
  justify-content: center;
  align-items:center;
  flex-wrap:nowrap;
  overflow:hidden;
  height:35px;
}

.table.checkout-table .qty_wrap.qty_blocky > .qty_sub,
.table.checkout-table .qty_wrap.qty_blocky > .qty_add {
  width:35px;
  height:35px;
  line-height:1;
  font-size:16px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  color:inherit;
  border:1px solid var(--btn-default-border-color);
}

.table.checkout-table .qty_wrap.qty_blocky > .qty_sub {
  text-indent:3px;
  border-radius:50px 0 0 50px;
}
.table.checkout-table .qty_wrap.qty_blocky > .qty_add {
  text-indent:-3px;
  border-radius:0px 50px 50px 0;
}

.table.checkout-table .qty_wrap.qty_blocky > .qty_sub:hover,
.table.checkout-table .qty_wrap.qty_blocky > .qty_add:hover {
  background:var(--btn-default-bg-color-hover);
  border-color:var(--btn-default-border-color-hover);
}

.table.checkout-table .qty_wrap.qty_blocky > .c_qty {
  padding:5px 5px;
  height:35px;
  min-width:40px;
  border:1px solid var(--btn-default-border-color);
  border-width:1px 0px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
}


.page-checkout .cbox_info, .checkout_page .cbox_info {
display:flex;
justify-content: stretch;
align-items: center;
gap:30px;
}

.page-checkout .cbox_info .info, .checkout_page .cbox_info .info {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.page-checkout .cbox_info .info h6, .checkout_page .cbox_info .info h6 {
  margin:0;
  
}

.checkout_page #delivery_price_box {
	white-space:nowrap;
}

.checkout_page .cbox_info#discountcode_input .info {
flex-direction:row;
}

.cbox_gls_logo {
  position:relative;
  display:block;
  width:90px;
  height:50px;
  background:url('/img/logos/gls_logo_black.png') no-repeat center center;
  background-size:contain;
}

@media (max-width:768px) {

.checkout_page .cbox_info#discountcode_input .info {
flex-direction:column;
}

}



.feature .adminlink .bi:before {
  text-shadow:0 0 20px rgba(0,0,0,1);
}

.feature.text-feature .adminlink .bi:before {
  color:#000;
  text-shadow:0 0 20px rgba(0,0,0,1);
}
.feature.text-feature.f-w100.f-h50.feature-spacer {
    padding:0;
    min-height:60px;
}

.feature.text-feature_title_only,
.feature.text-feature_title_only.f-w100.f-h50 {
  min-height:60px;
}

.feature.text-feature_title_only h1,
.feature.text-feature_title_only h2 {
  margin-bottom:0;
  }


.imgtag.hidden-admin {
  flex-direction:column;
}

.feature.text-feature .paragraph p:last-child {
  margin-bottom:0;
}

header .topnav-holder {
  background:transparent;
}

body:before,
.mobilenav-overlay:before {
  content:"";
  position:absolute;
  left:0;top:0;
  width:100%;
  height:100vh;
  background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.8) 0,
		rgba(255, 255, 255, 0.65) 15vh,
		rgba(255, 255, 255, 0.4) 30vh,
		rgba(255, 255, 255, 0) 60vh
	);
}

.product-tags {
  display:flex;
  flex-wrap:wrap;
  gap:6px 10px;
  margin-top:10px;
}

.product-tags .product-tag {
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px 15px;
  border-radius:var(--theme_radius_md);
  background:var(--body-bg-color-alternate);
  color:var(--color-primary);
  font-size:90%;
  letter-spacing:inherit;
}

.product-tags .product-tag__thumb {
   width:30px;
  height:30px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  flex:0 0 30px;
}

.product-tags--list {
  position:absolute;
  left:12px;
  bottom:12px;
  margin:0;
  flex-direction:column;
  align-items:flex-start;
  flex-wrap:nowrap;
  gap:6px;
  z-index:4;
  pointer-events:auto;
  font-family: var(--font-body);
  font-size:12px;
  font-weight:600;
  line-height:1;
  letter-spacing:0;
}
.product-tags--list .product-tag {
  background:rgba(66, 58, 51, 0.4);
  color:#fff;
  padding:4px 5px;
  border-radius:100px;
  box-shadow:none;
  border:1px solid transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events:auto;
}
.product-tags--list .product-tag.color_light {
  background:rgba(255,255,255,0.75);
}

.product-tags--productview {
  margin:8px 0 12px 0;
}



@media (max-width:1024px) {
  header .topnav.navbar .navbar-nav > li > a {
   
    font-size:90%;
    letter-spacing:0.2px;
  }
}


@media (max-width:1150px) {
  .topnav-expanded .col_count_3 .nav-expand-feature {
display:none;
  }
}

@media (max-width:900px) {
  .topnav-expanded .col_count_1 .nav-expand-feature,
 .topnav-expanded .col_count_2 .nav-expand-feature {
display:none;
  }
}

@media (min-width:1150px) {

  header .topnav.navbar .navbar-nav > li > a {
    padding-left:22px;
    padding-right:22px;
  }
}

@media (max-width:767px) {
  .checkout_index .table.checkout-table > thead > tr > th.th_qty,
  .checkout_index .table.checkout-table > thead > tr > th.th_sub_total,
  .checkout_index .table.checkout-table > thead > tr > th.th_price,
  .checkout_index .table.checkout-table > thead > tr > th:last-child {
    display:none;
  }

  .checkout_index .table.checkout-table > tbody > tr {
    display:grid;
    grid-template-columns: 100px minmax(0, 1fr) auto auto;
    grid-template-areas:
      "thumb info info info"
      "thumb qty subtotal options";
    column-gap:12px;
    row-gap:8px;
    align-items:start;
    border-top:1px solid var(--color_bg_darker);
    padding:12px 0;
  }

  .checkout_index .table.checkout-table > tbody > tr > td {
    border-top:0;
    padding:0;
    display:block;
  }

  .checkout_index .table.checkout-table > tbody > tr > td.col-thumb {
    grid-area:thumb;
    padding:6px 10px 6px 0;
  }

  .checkout_index .table.checkout-table > tbody > tr > td.col-thumb .thumb {
    width:100px;
    height:100px;
    margin-right:0;
  }

  .checkout_index .table.checkout-table > tbody > tr > td.p_info {
    grid-area:info;
    padding:6px 0 0 0;
  }

  .checkout_index .table.checkout-table > tbody > tr > td.qty-holder {
    grid-area:qty;
    text-align:left;
    padding:0;
    align-self:center;
  }

  .checkout_index .table.checkout-table > tbody > tr > td.c_subtotal {
    grid-area:subtotal;
    text-align:right;
    padding:5px 0 0 0;
    white-space:nowrap;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:center;
    align-self:flex-start;
  }

  .checkout_index .table.checkout-table > tbody > tr > td.c_options {
    grid-area:options;
    text-align:right;
    padding:0 0 0 0px;
    width:auto;
    align-self:flex-start;
  }

  .checkout_index .table.checkout-table > tbody > tr > td.c_price,
  .checkout_index .table.checkout-table > tbody > tr > td.c_discount_percent {
    display:none;
  }

  .checkout_index .table.checkout-table .removeitem::before {
    font-family:'bootstrap-icons' !important;
    content:"\F623";
    font-size:18px;
  }

  .checkout_index .table.checkout-table .removeitem.is-removing {
    opacity:0.45;
    pointer-events:none;
  }

  .page-checkout .row .cbox_info .thumb,
  .checkout_page .row .cbox_info .thumb {
    width:100px;
    min-width:100px;
    margin-right:0px;
  }

  .cbox_gls_logo {
    width:90px;
    height:50px;
  }

  .checkout_index .cbox_info.gls_shipping {
    display:grid;
    grid-template-columns: 100px minmax(0, 1fr);
    column-gap:12px;
    align-items:center;
  }

  .checkout_index .cbox_info.gls_shipping .thumb {
    float:none;
    padding:0;
    margin:0;
    width:100px;
    min-width:100px;
  }

  .checkout_index .cbox_info.gls_shipping .info {
    float:none;
    width:auto;
    padding:6px 0 0 0;
  }
}

.checkout-table.table>thead>tr>th {
  background:transparent;
}

.cart_index_btns {
  display:flex;
  gap:10px;
}

.cart_index_btns .btn {
  margin:0;
}

@media (max-width:500px) {
  .basket-add-holder #overlay_added_btns > .btn {
    display:flex;
    margin-bottom:10px;
  }
}

@media (max-width:420px) {
	.checkout_index .table.checkout-table > tbody > tr > td.col-thumb .thumb {
		width:80px;
	}
  .checkout_index .table.checkout-table > tbody > tr {
	grid-template-columns: 80px minmax(0, 1fr) auto;
  }

  .checkout_index .cbox_info.gls_shipping {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .checkout_index .cbox_info.gls_shipping .thumb {
    width:80px;
    min-width:80px;
	padding:0;
  }

  .cbox_gls_logo {
	width:70px;
  }
}
