@keyframes fadeIn {
    from {opacity: 0;}
    to   {opacity: 1;}
}
@keyframes fadeOut{
	from {opacity: 1;}
    to   {opacity: 0;}
}
@font-face{
	font-family:icons-blank-theme;
	src:url(../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2) format('woff2'), url(../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff) format('woff');
	font-weight:400;
	font-style:normal;
	font-display:auto
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Jost',Helvetica,Arial,sans-serif;
	font-size:1.6rem;
	line-height: 1.5714;
	color: #000;
	overflow:auto;
}
article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img, object, video, embed {
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
abbr[title] {
	border-bottom: 1px dotted #e0e0e0;
	cursor: help;
}
b, strong {
	font-weight: 700;
}
em, i, dfn{
	font-style: italic;
}
small, .small, sub, sup {
	font-size: 0.75em;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -.25em;
}
sup {
	top: -.5em;
}
mark {
	background: #e0e0e0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
	color: #000;
	background: #f7f7f7;
	margin-bottom: 1.66em;
	display:block;
}
code {
	padding: 2px 4px;
	white-space: nowrap;
}
kbd {
	padding: 2px 4px;
}
pre {
    border: 1px solid #e0e0e0;
    padding: 1em;
    word-wrap: normal;
    width: 100%;
}
pre code {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	white-space: pre-wrap;
	margin: 0
}
dl {
	margin-bottom: 1.66em;
	margin-top: 0;
}
dt {
	font-weight: 700;
	margin: 0;
}
dd {
	margin: 0 0  0.83em 0;
}
cite {
	font-style: normal;
}
hr {
	border: 0;
	border-top: 1px solid #e0e0e0;
	margin: 0 0 1.66em 0;
}
p, .field.note {
    /* margin: 0 0 1.66em 0; */
    font-family: 'Inter', sans-serif;
}
blockquote {
	margin: 0 0 1.66em 1.66em;
	padding: 0;
	font-style: italic;
	font-weight: 400;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	line-height: 1.42857143;
	font-size: 0.75em;
	display: block;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
blockquote cite, address {
	font-style: normal;
}
blockquote:before, blockquote:after, q, q:before, q:after {
	content: '';
	quotes: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: 1.1;
}
h1, h2 {
	font-size: 2.6rem;
	margin-top: 0rem;
	margin-bottom: 2.655rem;
}
h2, h3 {
	margin-top: 2.655rem;
	font-weight: 600;
}
h3 {
    font-size: 1.8rem;
    margin-bottom: 1.3275rem;
}
h4, h5, h6 {
	font-size: 1.4rem;
	margin-top: 2.655rem;
	margin-bottom: 2.655rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1rem;
}
small, .small{
	font-style: normal;
	line-height: 1;
	font-size: 75%;
}
a, .alink, a:visited, .alink:visited ,  a:hover, .alink:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
a:hover, .alink:hover {
	color: #006bb4;
	text-decoration: underline;
}
ul, ol {
	margin-top: 0rem;
	margin-bottom: 2.655rem;
}
ul > li, ol > li {
	margin-top: 0rem;
	/* margin-bottom: 1.3275rem; */
	list-style:disc;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
nav ul, nav ol {
	list-style: none none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  margin-bottom:20px;
}
table th {
  text-align: left;
}
table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
	vertical-align: top;
}
table > thead > tr > th, table > thead > tr > td {
	vertical-align: bottom;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 11px 10px;
}
table>caption, .comment-box > .label > span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
form {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button, a.primary, a.secondary, .primary a.action, .secondary a.action, .action.primary, .action-primary {
	background: black;
	color: #fff;
	border: 1px solid black;
	cursor: pointer;
	font-family: 'Jost', sans-serif;
	box-sizing: border-box;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 2%;
	width: 100%;
	/*
	font-size: 1.6rem;
	line-height: 1.8rem;
	padding: 13px 20px;
	*/
	font-size: 13px;
	padding: 1em;
	/* min-width: 120px; */
} 
a.secondary, .secondary a.action {
    background: white;
    color: #000;
    border:1px solid #e7e7e7;
}
.actions > div:not(:only-of-type), .actions-toolbar > div:not(:only-of-type){
    display: block;
    width: 49%;
    margin-right: 2%;
    float:left;
}
.actions:after, .actions-toolbar:after{
	content :"";
	display:table;
	clear:both;
}
.actions > div:last-of-type, .actions-toolbar > div:last-of-type {
   margin-right: 0;
}
button:focus, button:active, button:hover, a.primary:focus,  a.primary:active,  a.primary:hover, .primary a.action:active, .primary a.action:hover, .primary a.action:focus, .action.primary:active, .action-primary:active, .action.primary:hover, .action-primary:hover, .action.primary:focus, .action-primary:focus {
	background: #fff;
	border: 1px solid black;
	color: #333333;
}
a.secondary:focus,  a.secondary:active,  a.secondary:hover, .secondary a.action:active, .secondary a.action:hover, .secondary a.action:focus, .action.secondary:active, .action-secondary:active, .action.secondary:hover, .action-secondary:hover, .action.secondary:focus, .action-secondary:focus {
	border: 1px solid black;
	text-decoration:none;
}
.primary.disabled, .primary .action.disabled, .secondary.disabled, .secondary .action.disabled, 
.primary[disabled], .primary .action[disabled], .secondary[disabled], .secondary .action[disabled], 
fieldset[disabled] .action.primary, fieldset[disabled] .action.secondary,
button.disabled, button[disabled], fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
textarea, select, input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
 	background: #fff;
 	background-clip: padding-box;
 	border: 1px solid #e7e7e7;
 	font-size: 14px;
 	line-height: 3.57;
 	padding: 0px 20px;
 	vertical-align: baseline;
 	width: 100%;
 	box-sizing: border-box;
 	font-family: 'Inter', sans-serif;
 	margin-bottom: 30px;
 	height: 3.57em;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

input[type="search"], input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}
select[multiple] {
	height: auto;
	background-image: none;
}
textarea{
	height: auto;
	line-height: 1.57;
	padding: 10px;
	resize: vertical;
	min-height: 7.14em;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea:disabled, select:disabled, input[type="radio"]:disabled, input[type="checkbox"]:disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, input[type="tel"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type="datetime"]:disabled, input[type="email"]:disabled {
	opacity: 0.5;
}
textarea::-moz-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea:-ms-input-placeholder, input::-webkit-input-placeholder, input::-ms-input-placeholder  {
	color: #575757;
}



input.mage-error, select.mage-error, textarea.mage-error {
	border-color: #ed8380;
}
.field-error, div.mage-error[generated] {
    color: #e02b27;
    font-size: 1.2rem;
}
*:focus {
	box-shadow: none;
	outline: 0;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
	border-color: #000;
}
.page-wrapper {min-height: 100vh;/* position: relative; */}
.padding {padding: 0 6%}

.overflow:after, .padding:after {/* overflow:hidden; *//* position: relative; */content: '';display: table;clear: both;}
.padding > .overflow {margin: 0 -10px;}

body._has-modal, body.hideoverflow {
    height: 100%;
    overflow: hidden;
    width: 100%
}
.bp_checking {display: none;}
@media only screen and (min-width:1000px) {
	#bp_mobile { display:block; }
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}
.hide_desktop.hide_desktop {display:none }
.show_desktop.show_desktop {display:block }
.mt-0.mt-0 {margin-top:0 } 
.mt-10.mt-10 {margin-top:10px } 
.mt-15.mt-15 {margin-top:15px } 
.mt-20.mt-20  {margin-top:20px } 
.mt-30.mt-30 {margin-top:30px } 
.mt-50.mt-50 {margin-top:50px } 
.mt-75.mt-75 {margin-top:75px } 
.mt-100.mt-100 {margin-top:100px }
.mt-150.mt-150 {margin-top:150px }
.mb-0.mb-0 {margin-bottom:0 } 
.mb-10.mb-10 {margin-bottom:10px } 
.mb-15.mb-15  {margin-bottom:15px }
.mb-20.mb-20 {margin-bottom:20px } 
.mb-30.mb-30 {margin-bottom:30px } 
.mb-50.mb-50 {margin-bottom:50px } 
.mb-75.mb-75 {margin-bottom:75px } 
.mb-100.mb-100 {margin-bottom:100px }
.mb-150.mb-150 {margin-bottom:150px }
.pt-0.pt-0 {padding-top:0 } 
.pt-10.pt-10 {padding-top:10px } 
.pt-15.pt-15 {padding-top:15px } 
.pt-20.pt-20 {padding-top:20px } 
.pt-30.pt-30 {padding-top:30px } 
.pt-50.pt-50 {padding-top:50px } 
.pt-75.pt-75 {padding-top:75px } 
.pt-100.pt-100 {padding-top:100px }
.pt-150.pt-150 {padding-top:150px }
.pb-0.pb-0 {padding-bottom:0 } 
.pb-10.pb-10 {padding-bottom:10px } 
.pb-15.pb-15 {padding-bottom:15px } 
.pb-20.pb-20 {padding-bottom:20px } 
.pb-30.pb-30 {padding-bottom:30px }
.pb-50.pb-50 {padding-bottom:50px }  
.pb-75.pb-75 {padding-bottom:75px } 
.pb-100.pb-100 {padding-bottom:100px }
.pb-150.pb-150 {padding-bottom:150px }

@media (max-width: 999px) {
	.hide_mob.hide_mob {display:none }
	.show_mob.show_mob {display:block }
    .mt-0-mob.mt-0-mob {margin-top:0;} 
	.mt-10-mob.mt-10-mob {margin-top:10px } 
	.mt-15-mob.mt-15-mob {margin-top:15px } 
	.mt-20-mob.mt-20-mob {margin-top:20px } 
	.mt-30-mob.mt-30-mob {margin-top:30px } 
	.mt-50-mob.mt-50-mob {margin-top:50px } 
	.mt-75-mob.mt-75-mob {margin-top:75px } 
	.mt-100-mob.mt-100-mob {margin-top:100px }
	.mt-150-mob.mt-150-mob {margin-top:150px }
	.mb-0-mob.mb-0-mob {margin-bottom:0 } 
	.mb-10-mob.mb-10-mob {margin-bottom:10px } 
	.mb-15-mob.mb-15-mob {margin-bottom:15px }
	.mb-20-mob.mb-20-mob {margin-bottom:20px } 
	.mb-30-mob.mb-30-mob {margin-bottom:30px } 
	.mb-50-mob.mb-50-mob {margin-bottom:50px } 
	.mb-75-mob.mb-75-mob {margin-bottom:75px } 
	.mb-100-mob.mb-100-mob {margin-bottom:100px }
	.mb-150-mob.mb-150-mob {margin-bottom:150px }
	.pt-0-mob.pt-0-mob {padding-top:0 } 
	.pt-10-mob.pt-10-mob {padding-top:10px } 
	.pt-15-mob.pt-15-mob {padding-top:15px } 
	.pt-20-mob.pt-20-mob {padding-top:20px } 
	.pt-30-mob.pt-30-mob {padding-top:30px } 
	.pt-50-mob.pt-50-mob {padding-top:50px } 
	.pt-75-mob.pt-75-mob {padding-top:75px } 
	.pt-100-mob.pt-100-mob {padding-top:100px }
	.pt-150-mob.pt-150-mob {padding-top:150px }
	.pb-0-mob.pb-0-mob {padding-bottom:0 } 
	.pb-10-mob.pb-10-mob {padding-bottom:10px } 
	.pb-15-mob.pb-15-mob {padding-bottom:15px } 
	.pb-20-mob.pb-20-mob {padding-bottom:20px } 
	.pb-30-mob.pb-30-mob {padding-bottom:30px }
	.pb-50-mob.pb-50-mob {padding-bottom:50px }  
	.pb-75-mob.pb-75-mob {padding-bottom:75px } 
	.pb-100-mob.pb-100-mob {padding-bottom:100px }
	.pb-150-mob.pb-150-mob {padding-bottom:150px }
}

/***** Owl Carousel v2.1.6 ******/
/**
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;/* width:100%; */z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loaded{display:block;/* background: blue; */}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{display:none}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.no-js .owl-carousel{display:block}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-nav {position:absolute; top:50%; margin: -32px 0 0 0; width:100%; left:0;}
.owl-carousel .owl-prev, .owl-carousel .owl-next{
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    display: block;
    width: 37px;
    height: 64px;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
	text-indent: -9999px;
	margin: 0 0 0 0;	
	left: -40px;	
	background-image:url(../img/sprite.png);
	background-position: left -148px;
}
.owl-carousel .owl-next {
    background-position: -37px -148px;
    right: -40px;
    left: unset;
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-prev:focus,.owl-carousel .owl-next:hover, .owl-carousel .owl-next:focus{
    opacity: 0.6;
	filter: alpha(opacity=60);
	outline:none;
}
.owl-prev:before, .owl-next:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**************************NumberInputbox***************************/
div.numberInput {
	display: inline-block;
}
div.numberInput {
	text-align: left;
 	position: relative;
	white-space: nowrap;
	vertical-align: top;
}
.numberInput input {
	width: 110px;
	height: 44px;
	padding: 0;
	text-align: center !important;
	background-color: transparent;
	border: 1px solid #e7e7e7;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
	font-size: 14px;
	font-family: 'Jost', sans-serif;
}
.numberInput .minus,
.numberInput .plus {
	padding: 0;
	width: 42px;
	background-color: transparent;
	cursor:pointer;
	border:none;
	position:absolute;
	font-size:18px;
}
.numberInput .minus {top: 0px;left:1px;}
.numberInput .plus {top: 0px;right:1px;}
.numberInput .minus:hover, .numberInput .plus:hover {
	background: #eeeeee;
}
.numberInput input::-webkit-outer-spin-button, .numberInput input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
 .numberInput .minus:focus, .numberInput  .plus:focus {
 	outline: none;
}

/********Magento Forme********/
fieldset {
	border: 0;
	padding: 0;
}
.fieldset > * {
    letter-spacing: normal;
}
.fieldset > .legend, .step-title {
	margin: 0 0 20px 0;
	padding: 0 0 10px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	font-size: 2.2rem;
	font-weight: 300;
	border-bottom: 1px solid #e7e7e7;
}
.fieldset:only-of-type >.legend, .fieldset > br{
	display:none;
}
.fieldset + .fieldset .legend {
	margin: 30px 0 20px 0
}
.fieldset > .field, .fieldset > .fields > .field, form > .field {
    margin: 0 0 20px;
}

.fieldset > .field *, .fieldset > .fields > .field:last-child{
    margin-bottom:0;
}
form .field .label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 3px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
}
.field.required > .label:after{
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.fields.group:before, .fields.group:after {
    content: '';
    display: table;
}
.field .fields.group:after {
	clear: both;
}
.fieldset > .field .fields.group .field, .fieldset > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
}
.fieldset > .field .fields.group.group-2 .field, .fieldset > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field, .fieldset > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field, .fieldset > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field, .fieldset > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
}
.field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
}
.field .addon textarea, .field .addon select, .field .addon input{
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    /*width: auto;*/
}
.field .addon .addbefore, .field .addon .addafter {
    /* height: 32px; */
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.field.captcha img, .field.captcha button {
    max-height: 50px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.field.captcha img {
    max-width: 130px;
}
.fields.range .field:first-child {
    position: relative;
}
.fields.range .field:first-child .control {
    padding-right: 25px;
}
.fields.range .field:first-child .control:after {
    content: ' \2013 ';
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 25%;
    width: 25px;
}
.field.choice .label {
    display: inline;
    padding: 0;
    margin: 0;
    font-weight:normal;
}
input[type=checkbox], input[type=radio] {
    position: absolute;
    left: -9999px;
    display: inline;
    padding: 0;
    height: auto;
    border: none;
    box-sizing: border-box;
}
input[type=checkbox]+*, input[type=radio]+* {
    cursor: pointer;
    position: relative;
    min-height: 24px;
    font-size: 14px;
    text-align: left;
}

input[type=checkbox]+*:before, input[type=radio]+*:before {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    vertical-align: text-bottom;
    width: 18px;
    height: 18px;
    border: 1px solid #DDD;
    text-align: center;
    content: "";
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    margin-right: 1em;
}

input[type=checkbox]:checked+*:before, input[type=radio]:checked+*:before {
    color: #000;
    bo0rder-color: #000;
    content: url(../img/_check.png);
}
.field-tooltip {
	cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.field-tooltip .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none;
    background: url(../img/question_thin.svg) no-repeat bottom center;
    width: 15px;
    height: 1em;
    vertical-align:middle
}
.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2;
}
.field-tooltip._active .field-tooltip-content {
    display: block;
}
.field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    left: -21px;
    top: 12px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    border-right-color: #666;
}
.field-tooltip .field-tooltip-content:after {
    border-right-color: #f4f4f4;
    width: 1px;
    z-index: 4;
}

/**************************Magento messages***************************/
.message {
	margin: 0 0 20px;
	padding: 12px 20px;
	display: block;
	font-size: 1.3rem;
	background: #fdf0d5;
	color: #6f4400;
	padding-left: 40px;
	position: relative;
}
.message p{margin:0; padding:0}
.message.global{
	background: #ff0101;
    border: 0 none;
    color: #ffffff;
    margin: 0;
    text-align: center;
}
.message.global.noscript, .message.global.cookie {
    background: #ffee9c;
    border-color: #d6ca8e;
    color: #333;
}
.message.global.cookie {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 20;
}
.message.global.cookie .actions {
	margin-top: 10px;
}
.message.error {
	background: #fae5e5;
	color: #e02b27;
}
.message.success {
	background: #e5efe5;
	color: #006400;
}
.message:not(.global) > *:first-child:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 40px;
	line-height: 40px;
	color: #c07600;
	content: '\e602';
	font-family: 'icons-blank-theme';
	margin: -14px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	left: 0;
	top: 15px;
	width: 40px;
	position: absolute;
	text-align: center;
}
.messages .message.error > *:first-child:before {
	color: #b30000;
}
.messages .message.success > *:first-child:before {
	color: #006400;
	content: '\e610';
}
.message a {
	color: #1979c3;
}
.message a:hover {
	color: #006bb4;
}
.message a:active {
	color: #ff5501;
}

/*****************Magento loader***************/
.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.5);
}
.loading-mask .loader>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}



/********************Cookie banner********************/
.message.global.sparsh_gdpr_cookie_notification {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000000!important;
    padding:13px 1em 0 1em;
}
.message.global.sparsh_gdpr_cookie_notification h3{
	display:none;
}
@media screen and (min-width: 760px){
	.message.global.sparsh_gdpr_cookie_notification {
	    left: auto;
	    bottom: 1em;
	    right: 1em;
	    max-width: 600px;
	}
}
/*********************Magento breadcrumbs************/
.breadcrumbs ul {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 42px;
	height: 42px;
}
.breadcrumbs li, .breadcrumbs li * {
	color:#ababab;
	font-weight:normal;
	display:inline-block;
	padding: 0;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}
.breadcrumbs li:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e608';
    font-family: icons-blank-theme;
    vertical-align: -0.27em;
    speak: none;
    text-align: center;
    font-size: 2em;
}
@media (max-width: 999px){
	.breadcrumbs ul {
	    height: auto;
	    line-height: 24px;
	    color: #ababab;
	    background: #f6f6f6;
	    text-align: center;
	    border-top: 1px solid #e7e7e7;
	    padding: 10px;
	    margin: 0px -6.815%;
	}
}

/********Magento Pasword security******/
.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}
.password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%
}
.password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%;
}
.password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%
}
.password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%
}
.password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%
}

/**************************Magento collapsible Nav**************************/
@media (min-width: 770px), print{
	.block-collapsible-nav .title {
		border: 0;
		clip: rect(0,0,0,0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}
.block-collapsible-nav .item {
    margin: 3px 0 0;
    list-style:none;
}
.block-collapsible-nav .item:first-child {
    margin-top: 0;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item > strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px;
    text-decoration: none;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: #000;
    color: #000;
    font-weight: 600;
}
.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0;
}
.block-collapsible-nav ul {
    padding: 0;
}
@media only screen and (max-width: 770px){
    .block-collapsible-nav {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
		top: -30px;
	}
	.block-collapsible-nav .title {
		cursor: pointer;
    	margin-bottom: 0;
		position: relative;
	    border: 1px solid #e7e7e7;
	    padding: 10px 20px;
	    display: block;
	    text-decoration: none;
	    background: white;
	    text-align:center;
	}
    .block-collapsible-nav .title:after {
        background: transparent url(../img/select-arrow.jpg) no-repeat 0 -16px;
        width: 20px;
        height: 20px;
        color: inherit;
        vertical-align: middle;
        display: inline-block;
        speak: none;
        content:'';
 }
    .block-collapsible-nav .content {
		border: 1px solid #e7e7e7;
		display: none;
	}
    .block-collapsible-nav .title.active:after {
		background:url(../img/menuminus.png);
	}
	.block-collapsible-nav .content.active {
		display: block;
	}
}

/**************************Magento Modal i dialog***************************/
body._has-modal, body._has-modal-custom {
    height: 100%;
    overflow: hidden;
    width: 100%
}
.modals-overlay,  .modal-slide, .modal-popup, body._has-modal-custom .modal-custom-overlay, body._has-modal .ui-widget-overlay, body._has-modal-custom .ui-widget-overlay {
    background: rgba(0,0,0,0.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900; /*1000*/;
    height: 100vh;
    width: 100vw;
    -webkit-animation: fadein .3s;
    animation: fadein .3s;
}
.modal-slide, .modal-popup, .mage-dropdown-dialog .ui-dialog-content {
    min-width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s,opacity .3s ease;
    transition: visibility 0s .3s,opacity .3s ease;
    z-index: 901;
}
.modal-slide._show, .modal-popup._show, body._has-modal .mage-dropdown-dialog .ui-dialog-content, body._has-modal-custom .mage-dropdown-dialog .ui-dialog-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap, .modal-popup-custom .modal-inner-wrap, .mage-dropdown-dialog .ui-dialog-content {
    background: #fff;
    opacity: 1;
    pointer-events: auto;
    box-sizing: border-box;
}
.modal-slide {
    left: 44px;
   /* z-index: 900;*/
}
.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
}
.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem;
}
.modal-popup {
    z-index: 901;
    left: 0;
    overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
    max-width: 50rem
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 7rem
}
.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}
.modal-popup._inner-scroll {
    overflow-y: visible
}
.ie11 .modal-popup._inner-scroll {
    overflow-y: auto
}
.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none
}
.modal-popup._inner-scroll .modal-content {
    overflow-y: auto
}
.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem
}
.modal-popup .modal-header,.modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}
.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem
}
.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem
}
.modal-popup .modal-footer-actions {
    text-align: right
}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close, .ui-dialog .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
    width:auto;
    z-index: 10;
}
.modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover, .ui-dialog .action-close:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);	
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before, .ui-dialog .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 14px;
    color: #000;
    content: '\e616';
    font-family: icons-blank-theme;
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    cursor: pointer;
}
.modal-custom .action-close.disabled, .modal-popup .action-close.disabled, .modal-slide .action-close.disabled, .modal-custom .action-close[disabled], .modal-popup .action-close[disabled], .modal-slide .action-close[disabled], fieldset[disabled] .modal-custom .action-close, fieldset[disabled] .modal-popup .action-close, fieldset[disabled] .modal-slide .action-close {
    pointer-events: none;
    opacity: .5
}
.modal-custom .action-close > span,.modal-popup .action-close > span, .modal-slide .action-close > span, .ui-dialog .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.modal-custom .action-close {
    margin: 25px
}
.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word
}
.modal-popup .action-close {
    padding: 10px;
}
.modal-slide .action-close {
    padding: 1.1rem 2rem
}
.modal-slide .page-main-actions {
    margin-bottom: -12.9rem;
    margin-top: 2.1rem
}
@media only screen and (max-width: 479px) {
    .modal-popup .field-tooltip .field-tooltip-content {
        width: 200px
    }    
}
@media only screen and (max-width: 767px) {
    .modal-popup.modal-slide .modal-inner-wrap {
        width: auto;
        margin: 0;
        max-height: none
    }
    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw
    }
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #f4f4f4
    }
    .modal-popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: 100%
    }
    .modal-popup .modal-title {
        font-size: 14px;
        font-weight: 700
    }
}
.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mage-dropdown-dialog{ 
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 902 /*1001*/;
}
.mage-dropdown-dialog .ui-dialog-content{
    position: absolute;
    width: 50%;
    max-height: calc(100vh - 50px);
    right: 25%;
    top: 50px;
    padding: 30px;
    overflow:auto;
}
body._has-modal .mage-dropdown-dialog  .block-title, body._has-modal-custom .mage-dropdown-dialog  .block-title, body._has-modal-custom .modal-custom .block-title {
    width: 100%;
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #e7e7e7;
    /* margin-bottom: 20px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body._has-modal .mage-dropdown-dialog .block-title .text, body._has-modal-custom .mage-dropdown-dialog .block-title .text, body._has-modal-custom .modal-custom .block-title strong {
    display: block;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight:normal;
}
@media only screen and (max-width: 767px){
	.custom-slide {
        bottom: 0;
        position: fixed;
		right: 0;
		top: 0;
		left:0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility 0s .3s,opacity .3s ease;
		transition: visibility 0s .3s,opacity .3s ease;
		z-index: 1;
		box-sizing: border-box;
	}
	.custom-slide._show {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
		-webkit-overflow-scrolling: touch;
		overflow: hidden auto;
	}
	.custom-slide .modal-inner-wrap {
        background-color: #fff;
		box-shadow: 0 0 12px 2px rgb(0 0 0 / 35%);
		opacity: 1;
		pointer-events: auto;        
        height: auto;
        overflow-y: auto;
		position: static;
		min-height: 100%;
		width: auto;
        box-sizing: border-box;
    	-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}
	.custom-slide._show .modal-inner-wrap {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media (min-width: 768px), print{
	.custom-slide {
		background-color: #fff;
		 border: 1px solid #aeaeae;
		-webkit-transform: scale(1,0);
		-webkit-transform-origin: 0 0;
		-webkit-transition: -webkit-transform linear .1s,visibility 0s linear .1s;
		position: absolute;
		text-align: left;
		top: 100%;
		transform: scale(1,0);
		transform-origin: 0 0;
		transition: transform linear .1s,visibility 0s linear .1s;
		visibility: hidden;
		width: 100%;
		box-sizing: border-box;
	}
	.custom-slide._show {
		z-index: 100;
		-webkit-transform: scale(1,1);
		-webkit-transition: -webkit-transform linear .1s,visibility 0s linear 0s;
		transform: scale(1,1);
		transition: transform linear .1s,visibility 0s linear 0s;
		visibility: visible;
    }
}
/*******limit, paginator, tip prikaza********/
.toolbar, .toolbar-number {
    width: 99%;
    overflow: hidden;
    text-align: center;
    font-family:'Jost', sans-serif;
}
.toolbar .pages .label, .toolbar .sorter label, .toolbar .action > span, .toolbar .modes-mode>span, .toolbar .modes-label  {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.toolbar > *{
	display:none;
	float: left;
	margin: 0;
	
}
.columns > .toolbar > *{line-height: 50px;}
.toolbar .sorter, .toolbar .limiter  {
    float: right;
	min-width: 200px;
}
.toolbar .pages .items {
    white-space: nowrap;
    list-style: none none;
    display: inline-block;
    margin: 0;
}
.toolbar .pages .item {
    letter-spacing: normal;
    margin: 0 8px 0 0;
    display: inline-block;
}
.toolbar .pages .page, .toolbar .pages .action {
    border: 1px solid #e7e7e7;
    display: inline-block;
    text-decoration: none;
    padding: 3px 10px;
}
.toolbar .pages .action.previous {
    margin-right: 8px;
}
.toolbar .pages .action.previous:before, .toolbar .pages .action.next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: '<';
    vertical-align: top;
    display: inline-block;
    speak: none;
}
.toolbar .pages .action.next:before {content: '>';}
.toolbar .pages strong.page {
    color: white;
    background: black;
}
.toolbar .pages .action.next {
    margin-left: 8px;
}
.toolbar select {
	height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 0 0 15px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
	letter-spacing: 1px;
	border: 0;
}
.toolbar .sorter-options {
    margin: 0 5px 0 7px;
    width: auto;
}
.toolbar .sorter-action {
    position: relative;
    top: -2px;
}
.toolbar .sorter-action, .toolbar .limiter .control {
    display: inline-block;
    text-decoration: none;
}
.toolbar .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    content: '\2193';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.toolbar .sorter-action.sort-desc:before {
    content: '\2191';
}
@media (min-width: 768px){
    .products.wrapper~.toolbar .limiter{    
        display:inline-block;
    }        
    .products.wrapper~.toolbar .modes{
    	display:inline-block;
		float: left;
		margin-right: 20px;
	}	
    .toolbar .modes-mode {
        border: 1px solid #e7e7e7;
        border-right: 0;
        line-height: 1;
        padding: 6px 10px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
    }
    .toolbar .modes-mode:last-child {
        border-right: 1px solid #ccc;
    }
    .toolbar .modes-mode:before {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\22ee\22ee\22ee';
		vertical-align: middle;
		display: inline-block;
		font-weight: normal;
		speak: none;
		text-align: center;
	}
   .toolbar .mode-list:before {
        content: '\2630';
    }
    .toolbar .modes-mode.active {
		background: #000;
		color: #fff;
	}
}
.toolbar .toolbar-amount,  .toolbar .sorter{
    display: inline-block;
}
.products.wrapper~.toolbar .toolbar-amount, .products.wrapper~.toolbar .sorter{
	display:none;
}
 .products.wrapper~.toolbar .pages{
    display: inline-block;
}

/********swatches***********/
.swatch-attribute-label, .swatch-attribute-selected-option {
    display: block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 46px;
}
.swatch-attribute-label{
    font-weight: 600;
    padding: 0;
    overflow: hidden;
    position: relative;
    float:left;
    margin-right:1em;
}
.swatch-attribute-label[data-required='1']:after {
    color: #e02b27;
    content: '*';
    font-size: 14px;
    font-weight: 700;
}
.swatch-attribute-options {
    margin: 0;
    clear:both;
}
.swatch-option {
    border: 1px solid #e7e7e7;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 5px 5px 0;
    max-width: 100%;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
}
.swatch-option.selected, .swatch-option:not(.disabled):hover {
  outline: 1px solid #000;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
  outline: none !important;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}

/*********Share modul******/
.socialshare {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    min-height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    margin-top: 30px;
}
.socialshare span {
    float: right;
    display: inline-block;
}
.socialshare span a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-image: url(../img/soc.jpg);
    float: left;
    margin-right: -10px;
}
.socialshare a.facebook {
    background-position: left top;
}
.socialshare a.twitter {
    background-position: -290px top;
}
.socialshare a.linkedin {
    background-position: -244px top;
}
.socialshare a.pinterest {
    background-position: -199px top;
}
.socialshare a.whatsapp {
    background-position: -46px top;
}
.socialshare a.email {
    background-position: -138px top;
}

/*******************************glavni naslovi***************************/
.title1, .title2 {
    height: 240px;
    position: relative;
    z-index: 10;
    text-align: center;	
}
.title1 span, .title1 h1 {
	text-align: center;	
	text-transform: uppercase;
	display: block;
	width: 100%;	
	max-width: 100%;
	font-size: 140px;
	line-height: 240px;
}
.title1 span {
    color: #f6f6f6;
    font-weight: bold;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}
.title1 h1{
    font-size: 38px;
    line-height: 60px;
    position: absolute;
    z-index: 12;
    top: 90px;
    left: 0;
    margin: 0;
    letter-spacing: 3px;
}
.title2 {
	height:auto;
    padding: 30px 0;
    overflow: hidden;
}
.catalogsearch-result-index .title2, .catalogsearch-advanced-index .title2 {
    padding: 60px 0 60px;
    text-align: center;
}
.title2 h1 {
    font-size: 30px;
    margin: 0;
}
.catalogsearch-result-index .title2 h1, .catalogsearch-advanced-result .title2 h1  {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
}
.title2 .date {
    text-align: center;
    display: block;
    color: #ababab;
    font-size: 16px;
}
.title2 .search_phrase {
	display:block;
	font-size:34px;
	padding: 0 0 30px;
}
@media (max-width: 999px){
	.title1 {
	    height: auto;
	    position: relative;
	    padding: 5% 0 3% 0;
	}
	.title1 span, .title2 a {
	    display: none;
	}  
	.title1 h1 {
	    font-size: 20px;
	    line-height: 46px;
	    position: static;
	    margin: 0;
	}
}
.sidebar > .block {
    margin-bottom: 40px;
}

/***filteri*****/
.filter-title{
	display:none;
}
.filter-options-item {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}
.filter-options-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}
.filter-options-title:after, .filter-options-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: #000;
    right: 0;
    top: 12px;
}
.filter-options-title:before  {
    width: 2px;
    height: 14px;
    background: #000;
    top: 6px;
    right: 6px;
}
.filter-options-item.active .filter-options-title:before  {
	display:none;
}
.filter-options-item .filter-options-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}
.filter-options-item.active .filter-options-content {
    max-height: 340px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: dark;
}
.filter-options-content label{
	display:block;
	position:relative;
}
.filter-options-content label > span{
    letter-spacing: 1.29px;
}
.filter-options-content label small:before{
	content:'(';
}
.filter-options-content label small:after{
	content:')';
}
.filter.block .actions-toolbar {
    background: white;
    width: 100%;
    padding: 0px;
    position: static;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 768px){
	.filter-title {
		display: inline-block;
		/* float: left; */
		line-height: 50px;
		height: 50px;
		border: none;
		padding: 0 20px 0 15px;
		background-image: url(../img/filter.svg);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 11px auto;
		font-size: 13px;
		text-transform: uppercase;
		font-family: 'Jost', sans-serif;
		margin-right: 30px;
		letter-spacing: 1px;
	}
    .filter.block, .sidebar-additional {
    	display:none;
    }
     .filter.block.open {
    	display:block;
    	position:fixed;
    	top:0;
    	left:0;
    	width:100%;
    	height:calc(100% - 20px);
       	background:white;
    	z-index:200;
        padding: 20px 20px 100px 20px;
        overflow: scroll;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
	.filter.block.open .actions-toolbar {
		background: white;
		width: 100%;
		padding: 20px;
		position: fixed;
		left: 0;
		bottom: 0;
		box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	}
    .filter.block.open #mobile_filters_close{
		display: inline-block;
		width: 26px;
		heght: 26px;
		line-height: 20px;
		background: black;
		border-radius: 13px;
		text-align: center;
		padding-top: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.filter.block.open  #mobile_filters_close span{
		display: inline-block;
		width: 1px;
		height: 16px;
		background: white;
		transform: rotate(45deg);
	}    
    .filter.block.open  #mobile_filters_close span:first-child {
        transform: rotate(135deg);
    }
}

/******************Izlist proizvoda, koristi se na za sve izliste******/
.column.main .product-items{
	clear:both;
	padding: 0;
	margin: 0 -10px 10px -10px;
	display: flex;
	flex-wrap: wrap;
}
.column.main .product-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 50px 20px 20px 20px;
    margin: 0 1% 2% 1%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    position: relative;
    float: left;
    width: 31%;
}
@media (max-width: 999px){
    .column.main .products-grid .product-item {
		width: 46%;
		margin: 2%;
	}
}
@media (max-width: 500px){
    .column.main .product-items{
	    margin: 0 0 10px 0;
    } 
     .column.main .products-grid .product-item {
		width: 100%;
		margin: 2% 0;
	}
}
.column.main .product-item-name {
	position: relative;
    line-height: 22px;
    display:block;
    padding: 22px 0 0 0;
    margin: 10px 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.17em;
}
.column.main .product-item-name >span{
	font-size: 14px;
    letter-spacing: 1px;
    display: block;
}	
	


.column.main .product-item .price-wrapper, .column.main .price-box p{
	padding: 0;
	margin: 0 0.5em;
	display: inline-block;
}
.column.main .product-item-actions.actions > div{
	width:100%;
	float:none;
}
.column.main .product-item .action.tocart {
    display: block;
    /* background: #f6f6f6; */
    /* color: #000; */
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    border: none;
    padding: 17.5px 0;
}
.column.main .action.btn-remove, .column.main .product-item .action.towishlist, .column.main .product-item .action.tocompare, .column.main .table-comparison .action.delete{
	position:absolute;
	top: 20px;
	right: 20px;
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	overflow: hidden;
}
.column.main .product-item .action.towishlist, .column.main .product-item .action.tocompare{
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -110px -10px;
	background-position: -454px -10px;
	text-indent: 10em;
}
.column.main .product-item .action.tocompare {
    background-position: -160px -50px;
    left: 20px;
}
.column.main .action.btn-remove:before, .column.main .table-comparison .action.delete:before{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	line-height: 15px;
	color: #757575;
	content: '\e616';
	font-family: 'icons-blank-theme';
	vertical-align: middle;
	display: inline-block;
	font-weight: 400;
	speak: none;
	text-align: center;
}
.column.main .product-item span.tag {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #000;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 13px;
    transform: translate(-50%);
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
}

@media (min-width: 640px), print{
 	.products-grid .product-item-inner {
		background: #fff;
		border: 1px solid #e7e7e7;
		border-top: none;
		left: 0;
		margin: 10px 0px 0 -1px;
		padding: 0 9px 9px;
		position: absolute;
		right: 0;
		box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 10%);
		z-index: 2;
	}
}
@media (min-width: 640px){
	.abs-visually-hidden-desktop-s, .products-grid .product-item:not(:hover):not(.active) .product-item-inner {
		border: 0;
		clip: rect(0,0,0,0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}
.column.main .products-list .product-item{
	clear:both;
    display: table;
    width: 100%;
    float:none; 
}
.column.main .products-list .product-item-info {
    display: table-row;
}
.column.main .products-list .product-item-photo {
    display: table-cell;
    text-align:left;
    position:static;
    padding: 0 2% 0 0;
    vertical-align: top;
}
.column.main .products-list .product-item-details {
    display: table-cell;
    vertical-align: top;
}
.column.main .products-list .product-item-name {
	padding:0;
    margin: 0;
}
@media only screen and (max-width: 639px){
    .column.main .products-list .product-item {    
        table-layout: fixed;
    }
    .column.main .products-list .product-item-details {
     	width: 70%;
	}
    .column.main .products-list .product-item-photo {
        padding: 0 10px 0 0;
        width: 30%;
    }
    .column.main .product-item .action{
	    display:block !important;
    }
}
.column.main .product-item:hover {
    box-shadow: -1px 0px 15px rgb(0 0 0 / 10%);
}
.column.main .product-item:hover .action.tocart {
    /* background: #e6e6e6; */
}
.column.main .product-item:hover .action{
	display:block;
}
.column.main .products .product-item .price-box .old-price{
    display:block;
}


/**************carousel list*********/
.home-carousel {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.column.main .owly .product-item {
	margin: 15px 10px;
	width:auto;
}
.home-carousel .title2 h2, .product-carousel .title2 h2{
    font-weight: normal;
    text-align:left;
    font-size: 30px;
    margin: 0;
}
.home-carousel .title2 a {
    position: absolute;
    top: 42px;
    right: 0;
    width: auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
@media (max-width: 999px){
	.home-carousel {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .home-carousel .title2 h2, .product-carousel .title2 h2 {
        font-size: 20px;
    }
	.home-carousel .title span, .home-carousel .title2 a {
		display: none;
	}
}
.home-carousel a.all{display:none;}
@media (max-width: 999px){
	.home-carousel {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	/*
	.column.main .owly .product-item {
    	margin: 0 2% 2%;
    	width: 46%;
	}
	*/
    .home-carousel .title2 h2, .product-carousel .title2 h2 {
        font-size: 20px;
    }
	.home-carousel .title span, .home-carousel .title2 a {
		display: none;
	}
	.home-carousel a.all {
	    display: block;
	    background: #f6f6f6;
	    height: 50px;
	    color: #000;
	    text-transform: uppercase;
	    line-height: 50px;
	    margin-top: 2%;
	    width: 100%;
	    text-align: center;
	    font-family: 'Inter', sans-serif;
	    letter-spacing: 1px;
	    font-size: 12px;
	    font-weight: 600;
	    clear: both;
	}
}
@media (max-width: 500px){
	.column.main .owly .product-item {
    	margin: 0 0 2% 0;
    	width: 100%;
	}	
}

/**************sidebar products/wishlistc*********/
.sidebar .block-wishlist .subtitle{display:none}
.sidebar .product-items{
    margin: 0;
    padding: 0;
    list-style: none none;
}
.sidebar .product-items .product-item {
    line-height: normal;
    vertical-align: top;
    margin: 0 0 20px 0;
    position: relative;
    list-style: none none;
}
.sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
}
.sidebar .product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 0 25px 0px 0;
    word-wrap: break-word;
    text-transform: uppercase;
    font-size: 0.9em;
}
.sidebar .product-item-name >span{
    font-size: 0.8em;
    letter-spacing: 1px;
    display: block;
}

.sidebar .product-item .price-box p {
    margin: 0;
    font-size: 1.3rem;
}
.sidebar .product-item .price-box .price {
    white-space: nowrap;
}
.sidebar .product-item-actions {
    font-size: 0;
    vertical-align: middle;
    clear: both;
}
.sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.sidebar .product-item-actions .actions-secondary {
    display: inline-block;
    font-size: 1.3rem;
}
.sidebar .product-items .action.delete:before{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 30px;line-height: 15px;color: #757575;content: '\e616';font-family: 'icons-blank-theme';vertical-align: middle;display: inline-block;font-weight: 400;overflow: hidden;speak: none;text-align: center;}
.sidebar .product-items .action.delete>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**************Magento tooltip**********/
.tooltip.wrapper {
    position: relative;
}
.tooltip.wrapper .tooltip.toggle {
    cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content, .tooltip.wrapper .tooltip.toggle:focus+.tooltip.content, .tooltip.wrapper:hover .tooltip.content {
    display: block;
}
.tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%;
}
.tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    bottom: 100%;
}
.tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content:before {
	border-width: 6px;
    border-color: transparent;
    border-bottom-color: #bbb;
    left: 15px;
    margin-left: -6px;
}
.tooltip.wrapper .tooltip.content dl {
    margin: 0;
}
.tooltip.wrapper .tooltip.content .label {
    margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
    margin-top: 0;
}
.tooltip.wrapper .tooltip.content dd {
    white-space: normal;
}
.tooltip.wrapper .tooltip.content .values {
    margin: 0;
}
@media (min-width: 768px), print{
	.products-grid.wishlist .product-item-tooltip {
	    display: inline-block;
	}
}

/*************************************************************************************/



/*********************************PAGE HEADER********************************/
.page-header {
	background:#f9f9f9;
	overflow:hidden;
	font-size: 11px;
	position: relative;
	overflow: visible;
	min-height: 50px;
}
.page-header .logo{
    height: auto;
    display: block;
    overflow: hidden;
    clear:both;
    background: white;
    text-align:center;
}
.page-header .logo img {
	width:360px;
	height:auto;
	margin:30px auto;
}
.page-header .logo-small {
    height: auto;
    overflow: hidden;
    background: none;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display:none;
}
.page-header .logo-small img {
	width: 190px;
	height:auto;
	margin:0 auto;
}
.page-header > ul{
	margin:0;
	padding:0 20px;
	box-sizing: border-box;
}
.page-header > ul a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.page-header > ul > li{
    display: inline-block;
    position: relative;
    min-width: 49px;
} 
.page-header > ul.left{
	float:left;
}
.page-header > ul.right{
	float:right;
}
.page-header > ul.left > li{
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -499px 15px;
    padding: 0 12px;
}
.page-header >ul >li >a {
    font-family: 'Inter', sans-serif;
	line-height: 50px;
}
.page-header > ul > li > a:before{
    display: inline-block;
    width: 20px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 20px auto;
    margin: 0px 10px 0 0;
    content:'';
    vertical-align: middle;
    background-position: left center;
}
.page-header > ul.right > li > a > span{
    position: absolute;
    top: 5px;
    left: 22px;
    font-size: 12px;
    color: #000;
    display: block;
    width: 10px;
    height: 15px;
    line-height: 15px;
}
.page-header .left li:first-child, .page-header.alt .left li.shipping {padding: 0 12px 0 0; background-image: none;}
.page-header .facebook > a:before {background-image:url(../img/facebook_logo.svg);}
.page-header .instagram > a:before {background-image:url(../img/instagram_logo.svg);}
.page-header .phone > a:before {background-image:url(../img/phone_thin.svg); }
.page-header .mail > a:before {background-image:url(../img/mail_thin.svg);}
.page-header .shipping > a:before {background-image:url(../img/delivery_thin.svg); }
.page-header .payment > a:before {background-image:url(../img/pay_thin.svg); }
.page-header .searchform-wrapper > a:before {background-image:url(../img/search_thin.svg);}
.page-header .user > a:before {background-image:url(../img/avatar_thin.svg);}
.page-header .wishlist > a:before {background-image:url(../img/heart_thin.svg);}
.page-header .minicart-wrapper > a:before {background-image:url(../img/cart2_thin.svg); background-size:16px auto;}
.page-header .menu_trigger > a:before {background-image:url(../img/menu_thin.svg);}
.page-header .pregled {
    width: auto;
    border-left: 1px solid #e0e0e0;
    padding-left: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.page-header .pregled a:before{
	content:none
}
.smallheader .page-header>ul>li:not(.pregled):not(.shipping):not(.payment):not(.searchform-wrapper):not(.user), .smallheader .page-header .logo, .page-header li.menu_trigger{
	display:none;
}
.smallheader .page-header .logo-small{
	display:inline
}
@media (max-width: 1147px) {
   .page-header .right .pregled{display:none;}
}
@media (max-width: 999px) {
	.page-header .logo, .page-header .left, .page-header .right .pregled, .page-header .right .wishlist {display:none;}
	.page-header.page-header.page-header li.menu_trigger.menu_trigger.menu_trigger.menu_trigger.menu_trigger {display: inline-block;width:49px;}
    .page-header .logo-small{display:inline}
    .page-header .right {width:100%;}
	.page-header .user, .page-header .minicart-wrapper {float:right;}
	.page-header > ul > li a:before{/* margin: 0px 12px; */}
}
@media (max-width: 500px) {
	.page-header a.logo-small img {height:30px; width: auto;}
	.page-header > ul {padding: 0;}
	.page-header > ul > li a:before{margin: 0 10px}
}
@media (max-width: 400px) {
	.page-header a.logo-small img {height:20px; width: auto; }
	.page-header a.logo-small {top:20px}
}
/**Header dropdown**/
.page-header  ul.dropdown{
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #c1c1c1;
    min-width: 160px;
    z-index: 10;
    box-sizing: border-box;
    display: none;
    position: absolute;
	margin-top: -6px;
	top: 100%;
}
.page-header  ul.dropdown:before {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid;
    border-color: transparent transparent #555 transparent;
    z-index: 98;
    top: -12px;
}
.page-header .active ul.dropdown{
	display: block;	
}
.page-header ul.dropdown li, .page-header ul.dropdown li a:before{
	margin: 0;
    padding: 0;
    list-style: none;
    content: none;
    line-height: 1em;
    font-size:1.4rem;
}
.page-header ul.dropdown li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px;
}
.page-header  ul.dropdown li:hover {
	background: #e8e8e8;
	cursor: pointer;
}
.page-header .isLoading .counter-number{
	display:none;
}
.page-header .loading-mask{
	display:block;
	width:15px;
	height:15px;
}

/********* MENU i social ikone*********/
.menu {
	background:#000;
	text-align:center;
	height:50px;
	position:relative;
}
.menu ul {
	margin:0;
	padding:0;
	display:inline-block;
	list-style: none;
}
.menu li {
	display:inline-block;
	position:relative;
	margin:0;
}
.menu a {
	color:#fff;
	line-height:50px;
	text-transform: uppercase;
	padding: 0 12px;
	letter-spacing: 2px;
	font-size: 15px;
	text-decoration:none;
}
.menu > ul > li:hover > a, .menu > ul > li.active > a {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.menu li > .menuadv_container, .menu li > div{
	display:none;
	position:absolute;
	z-index: 100;
	top: 60px;
	left: -23px;  
	box-sizing: border-box;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	height:auto;
	padding: 0 25px;
	 width: auto; 
}
.menu li .menuadv_container::before, .menu li > div::before {
	display:block;
	position:absolute;
	top:-5px;
	left: 40px;
	content: "";
	border: 5px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(315deg);
}
.menu li:hover > .menuadv_container, .menu li:hover > div {
    display:block;
    padding: 25px;
    top: 65px;
}
.menu li:hover > .menuadv_container {
	width:720px;
	padding: 25px 0;
	left: -23px;
}
.menu li .menuadv_container > li {
	width:33.3%;
	float:left;
	padding: 0 35px;
	border-left: 1px solid #e7e7e7;
	box-sizing: border-box;
	display: inline-block;
}
.menu li .menuadv_container > li:first-child {
	border-left: none;
}
.menu li ul.menuadv_container > li > ul {width:100%;}
.menu li ul li, .menu li ul{
	display:block;
	width: 100%; 
}
.menu li * a {
	text-align: left;
	color:#000;
	display:block;
	padding:0;
	line-height:32px;
	text-transform: none;
}
.menu li * li a[href]:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration:underline;
}
.menu li .menuadv_container > li >a, .menu li > div > a {
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing: normal;
    font-size: 16px;
}
.menu .menuadv_atomore {font-weight:bold;}
.menu li.parent:hover {
	border-bottom: 50px solid transparent;
	z-index:20;
}
#menu_close {
	display:none;
	width:26px;
	heght:26px;
	background:black;
	border-radius: 13px;
	text-align:center;
	padding-top:6px;
	box-sizing: border-box;
	overflow:hidden;
    line-height: 21px;
    padding:5px 0 0 0;
    margin: 0 0 15px 18px;
}
#menu_close:hover {opacity:1;}
#menu_close span {
	display:inline-block;
	width:1px;
	height:16px;
	background:white;
	transform: rotate(45deg);
}
#menu_close span:first-child {
	transform: rotate(135deg);
}
.menu .social {
	position:absolute;
	top:10px;
	right:20px;
}
.menu .social a {
	display:inline-block;
	width:30px;
	height:30px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat; padding:0;
}
.menu .social a.facebook {background-position: 0px -81px;}
.menu .social a.instagram {background-position: -30px -81px;}
.menu .social a.youtube {background-position: -60px -81px;}
.menu .social a.pinterest {background-position: -90px -81px;}
@media (max-width: 1199px) {
	.menu .social {display:none;}
}
@media (max-width: 999px) {
    .menu {
    	display:none;
    	height:0;
    	position:fixed;
    	z-index:9999;
    	top:0;
    	left:0;
    	height:100%;
    	width:100%;
    	padding: 20px 0;
    	box-sizing: border-box;
    	background:#fff;
    }
    .menu.open, .menu.open ul, #menu_close {
    	display:block;
    	overflow:auto;
    }
    .menu.menu li > ul.menuadv_container, .menu.menu li div, .menu.menu li:hover::after, .menu.menu li *::before {
	    content:none;
	    display:none;
    }
    .menu li {
   	    width:100%;
   	}
   	.menu.menu.menu > ul > li {
   		border-bottom: 1px solid #e7e7e7;
   	}
    .menu.menu a {
    	color:#000;
    	text-transform: none;
    	padding: 0 20px;
    	display:block;
    	text-align: left;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }
    .menu li.parent > a {
		background-image:url(../img/menuplus.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
    .menu li.parent.open > a {
    	background-image:url(../img/menuminus.png);
	    opacity: 0.6;
	    filter: alpha(opacity=60);
    }
    .menu li.parent.open > ul.menuadv_container, .menu li.parent.open > div  {
    	display: block;
    	position: static;
    	background:#f6f6f6;
        margin:0;
        padding:20px 0;
        box-shadow:none;
    }
    .menu li.parent.open > ul.menuadv_container > li,  .menu li.parent.open > div {
		width: 100%;
		float: left;
		position: static;
		padding: 0 0;
		border-left: none;
		margin-top:20px;
	}
	.menu li.parent.open > ul.menuadv_container > li:first-child,  .menu li.parent.open > div {
		margin-top:0;
	}
     .menu li.parent.open > ul.menuadv_container > li > a,  .menu li.parent.open > div > a {
		display:block;
		padding: 0 20px;
	}
    .menu li.parent.open > ul.menuadv_container > li > ul > li,  .menu li.parent.open > div > ul > li {
		/* width:50%; */
		/* float:left; */
	}
	.menu li.parent.open > ul.menuadv_container > li:first-child,  .menu li.parent.open > div:first-child{
		width:100%;
	}
}

/**************************newsletter i footer**************************/
.newsletter_blok {
	background: #000;
	text-align:center;
	color:#fff;
	padding: 80px 0 45px 0;
	font-size: 14px;
}
.newsletter_blok > * {
	margin:0 auto 10px auto;
	max-width: 640px;
	display:block;
	position: relative;
	width:80%;
}
.newsletter_blok h2 {
	font-size:36px;
	margin-bottom:10px;
	font-weight: normal;
}
.newsletter_blok form input {
    height: 62px;
    line-height: 62px;
    padding: 0 70px 0 20px;
    border: none;
    margin: 20px 0 0 0;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #000;
}
.newsletter_blok form input[type=submit] {
	width:62px;
	padding: 0;
	margin: 0;
	position:absolute;
	bottom: 0px;
	right:0;
	background: url(../img/mail_thin.svg) no-repeat center center;
	background-size: 24px auto;
	opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.newsletter_blok form input[type=submit]:hover {
	cursor:pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer {
    font-family: 'Inter', sans-serif;
    font-size:13px;
}
.footer .overflow > div{
	float:left;
	width:25%;
	padding: 15px 10px 0 10px;
	box-sizing: border-box;
}
.footer h4 {
	font-weight:bold;
	text-transform: uppercase;
	font-size:13px;
}
.footer ul, .footer li {
	list-style: none;
	padding:0;
	margin:0;
	display: block;
	line-height: 32px;
}
.footer a:hover {text-decoration: underline;}
.footer ul.contact_item li {
	padding: 0px 0 0 35px;
	position:relative;
}
.footer .contact_item li[class]::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width:30px;
    height: 30px;
    display:inline-block;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center center;
}
.footer ul.contact_item li.map-marker::before {background-image: url(../img/location.svg); }
.footer ul.contact_item li.phone::before {background-image: url(../img/phone_thin.svg); }
.footer ul.contact_item li.mail::before {background-image: url(../img/mail_thin.svg); }
.footer ul.contact_item li.clock::before {background-image: url(../img/clock_thin.svg); }
.footer ul.contact_item li.faq::before {background-image: url(../img/question_thin.svg); }
.footer .copyright {
    border-top: 1px solid #e0e0e0;
    margin: 30px 0 0 0;
    padding: 15px 0 15px 0;
    overflow: hidden;
}
.footer .copyright p {
    float: right;
    text-align: right;
    clear: right;
    margin: 0;
}
.footer .social {
    float: left;
}
.footer .social a {
	display:inline-block;
	width:35px;
	height:35px;
	background: url(../img/sprite.png) no-repeat;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	margin: 0 2px;
}
.footer .social a:hover {border-color: #000;}
.footer .social a.facebook {background-position: 0px -112px;}
.footer .social a.instagram {background-position: -35px -112px;}
.footer .social a.youtube {background-position: -70px -112px;}
.footer .social a.pinterest {background-position: -105px -112px;}
@media (max-width: 999px) {
	.footer .overflow > div {
		width:100%;
		padding: 15px 10px 15px 10px;
		text-align:center;
		border-top: 1px solid #e7e7e7;
	}
    .footer .overflow >div:last-child :not(img), .footer ul.contact_item li[class]::before{
    	 display:none;
    }
    .footer .overflow >div:first-child img {
    	width:215px;
    	height:auto;
    	margin: 30px auto 20px;
    }	
    .footer a {display:inline-block;}
	.footer .overflow a {
		line-height:35px;
		text-transform: uppercase;
	}
	.footer .overflow > div:first-child a {text-transform: none;}
	.footer ul.contact_item li {padding:0;display: block;text-align: center;}
    .footer ul.contact_item li.bordered{
		display: table;
		padding: 4px 30px 5px 66px;
		margin: 10px auto;
	}
	.footer li.bordered + li.bordered{
		margin-top:20px
	}
    .footer ul.contact_item li.bordered::before{
        display: block;
        padding-left: 60px;
        top: 8px;
    }
    .footer .copyright {
        border-top: none;
        margin: 0;
    }
    .footer .copyright > *{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}


/***************** Main  layout blok ****************************************/
.columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    position:relative;
    /* margin-top: 6px; */
    margin-bottom: 30px;
}
@media (min-width: 768px), print{
    .columns {
        display: block;
    }
}
.columns:after, .column.main .product-items:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.columns .column.main {
	/*problem na naslovnoj margin-top: 30px;*/
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    box-sizing: border-box;
}
.columns .sidebar-main, .columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    box-sizing: border-box;
}
.columns .sidebar-additional {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
@media (min-width: 768px), print{
	 .page-layout-2columns-left .column.main,  .page-layout-2columns-right .column.main {
        width: 75%;
        float: left;
        padding:0;
        margin-top: 0;
    	min-height: 300px;
    }	
    .page-layout-2columns-left .column.main {
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
	.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional {
		width: 24%;
		float: left;
        clear: left;
		padding-right: 1%;
	}
	.page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
		width: 24%;
		float: right;
        clear: right;
		padding-left: 1%;
		-ms-flex-order: 2;
    	-webkit-order: 2;
    	order: 2;
	}
}

/**********************sherane klase *****************************/
.sidebar h3{
	font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.categories .overflow a {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner {
    position: relative;
    overflow: hidden;
    margin:0 -6.83%
}
.banner a{
	width:auto;
	display:inline-block;
	 font-family: 'Jost', sans-serif;
}
.banner_content {
    position: absolute;
    bottom: 0;
    left: 6%;
    width: 88%;
    padding: 0 0 75px 0;
    color: #fff;
}
.banner h3 {
    color: #fff;
    font-size: 36px;
    font-family: 'Inter', sans-serif;
    font-weight:normal;
}
.grad {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 417px;
    background-image: url(../img/grad_transp.png);
    background-repeat: repeat-x;
}
@media (max-width: 999px){
    .categories .overflow a {
    width: 46%;
    padding: 0px;
    margin: 2%;
    }
	.banner_content {
		padding: 0 0 6% 0;
		color: #fff;
		text-align: center;

	}
}
.order-actions-toolbar .action, .box-actions a.action:not(.primary):not(.secondary), .data.table .action:not(.primary):not(.secondary) {
    color: #006bb4;
    text-decoration: none;
    font-size: 15px;
}
.data.table tr{
    border-bottom: 1px solid #e7e7e7;
} 
@media only screen and (max-width: 639px){
    .data.table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > *[data-th]:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #111;
        font-weight: 700;
    }
    .data.table:not(.totals):not(.cart):not(.table-comparison) {
        border: none;
        display: block;
    }
    .data.table:not(.totals):not(.cart):not(.table-comparison) > tbody, .data.table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
        display: block;
    }
   .data.table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > *{
		border-bottom: none;
		display: block;
		padding: 5px 10px;
	}
	.data.table:not(.totals):not(.cart):not(.table-comparison) >*  tr > th {
        display: none;
    }
}
/*
.filter_buttons {
    background: white;
    width: 100%;
    padding: 0px;
    position: static;
    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
}
*/
@media (max-width: 999px){
    .bordered {
	   border: 1px solid #e7e7e7;
		display: inline-block;
		padding: 0 30px;
		border-radius: 30px;
		margin: 10px 0;
		position: relative;
	}

	.filter_buttons {
	    padding: 20px;
	    position: fixed;
	    left: 0;
	    bottom: 0;
	    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	}
}
.title2 .filter_buttons {
    width: 300px;
    margin: 0 auto;
}
@media (max-width: 999px){
	.title2  .filter_buttons {
	    background: transparent;
	    width: 280px;
	    padding: 0px;
	    position: static;
	    box-shadow: none;
	    height: auto;
	    overflow: visible;
	}
}
table.bordered, table.bordered td, table.bordered th{
    border: 1px solid #e7e7e7;
    border-radius:0;
    word-break: break-word;
    border-collapse:collapse;
}
table.bordered{
    padding:0;
    border:0 none;
    display:table;
}
.verticalimage, .horizontalimage{
	overflow:hidden;
}
.verticalimage img, .horizontalimage img{
     float: left;    
     margin: 0 1em 1em 0;
}
.verticalimage img{
     clear:left;
}





.filter_buttons > a {
    float: left;
   	width: 49%;
	margin-left: 2%;
}
.filter_buttons > *:first-child {margin-left: 0;}

.sidebar .block-title, .sidebar dl.block  dt.title{
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    font-weight: normal;	
    font-size: 2.6rem;
    line-height: 1.1;
    display:block
}
.sidebar .block-title .counter{
	display:none;
    
}

/***************CMS clanci***********/
body.cms-page-view .columns{margin-bottom:30px}
body.cms-page-view .columns p{
	font-size: 18px;
	line-height:36px;
	margin-bottom:30px;	
}
body.cms-page-view .content_narrow ul, body.cms-page-view .content_narrow ol,
body.simpleblog-index-post .content_narrow ul, body.simpleblog-index-post .content_narrow ol {
    font-family: 'Inter', sans-serif;
    padding: 0 1em;
    
    font-size: 18px;/**provjerit jel ok**/
    
}
@media (min-width: 768px) {
    .privacy-policy-content {
		box-sizing: border-box;
		width: 77.7%;
		float: right;
		padding-left: 2%;
    }
	.privacy-policy .block-collapsible-nav {
		box-sizing: border-box;
		width: 22.3%;
		float: left;
	}
}	
@media (min-width: 999px) {
	.content_narrow, .socialshare {
		margin: 0 150px;
	}		
}	

/***************BLOG*********************/
.blog_item {
	display:block;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.blog_full .blog_item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}
.blog_item > a, .blog_item img {
	display:block;
	width:100%;
	color:black;
}
.blog_item img {
	height:auto;
	margin-bottom:10px;
}
.blog_item:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.blog_item h2, .blog_item h3 {
	font-weight:500;
	font-size:25px;
	margin: 0 0 10px 0;
}
.blog_item span, .blog_item > ul{
	margin-top:20px;
	display:block;
	padding:0;
}
.blog_item span, body:not(.mpblog-sitemap-index) .blog_item > ul li {
	font-size:13px;
	list-style:none;
	color:#ababab;
}
.blog_widget_title {
    padding: 30px 10px;
    overflow: hidden;
    position: relative;
}
.blog_widget_title h2 {
    font-size: 20px;
    margin: 0;
    font-weight:normal
}
.blog_widget_title a {
    display:none;
}

@media (min-width: 768px) {
	.blog_item	{
		float:left;
		width:50%;
    }
	.overflow .blog_item:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 999px) {
    .blog_item 	{
		width: 33.3%;
		margin-bottom:0;
	}
	.overflow .blog_item:nth-child(2n+1) {
        clear: none;
    }
    .overflow .blog_item:nth-child(3n+1) {
        clear: left;
    }
    .blog_item img, .blog_item h2, .blog_item h3 {
    	height:auto;
	    margin-bottom:25px;
    }
     .blog_widget_title h2 {
        font-size: 30px;
    }
    .blog_widget_title a {
		position: absolute;
		top: 42px;
		right: 10px;
		width: auto;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 14px;
		display:inline;
		color:black;
    }
}

/****************CONTACT****************/
.contact-index-index .main {
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.contact-index-index .kontakt, .contact-index-index .contact.form {
	width: 100%;
	paddingt: 0;
	margin: 0 auto;
	max-width: 500px;
}
.contact-index-index .kontakt{
    font-size: 14px;
    line-height: 28px;
}
.contact-index-index .kontakt strong{
    font-size: 12px;
    font-weight: 500;
}
.contact-index-index .kontakt a {
    font-weight: 500;
}
.contact-index-index .kontakt .social{
    margin: 10px auto ;
} 
.contact-index-index .kontakt .social a {
	display:inline-block;
	width:35px;
	height:35px;
	background: url(../img/sprite.png) no-repeat;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	margin: 0 2px;
	padding:0;
}
.contact-index-index .kontakt .social a:hover {border-color: #000;}
.contact-index-index .kontakt .social a.facebook {background-position: 0px -112px;}
.contact-index-index .kontakt .social a.instagram {background-position: -35px -112px;}
.contact-index-index .kontakt .social a.youtube {background-position: -70px -112px;}
.contact-index-index .kontakt .social a.pinterest {background-position: -105px -112px;}
.contact-index-index .form.contact label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 3px;
}
.narucise-index-index main.main{
	overflow:visible;
    margin: 50px auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.narucise-index-index main.main p {
	line-height:22px;
	text-align:left;
}
.narucise-index-index main.main p a {
	font-weight:bold;
	text-align:left;
}
.narucise-index-index main.main form {
	width:100%;
	padding-top: 30px;
	overflow:hidden;
}
.narucise-index-index main.main textarea {
	line-height: 50px;
}
.narucise-index-index main.main h1 {
	font-size:28px;
	font-weight:500;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

@media (min-width: 999px){
    .contact-index-index .title2{
		text-align:left;
		padding-left:150px;
		padding-right:150px;
	}    
	.contact-index-index .kontakt{
		float: left;
		width: 43%;
		padding-right: 2%;
	}
	.contact-index-index .form.contact {
		position: relative;
		float: right;
		width: 43%;
	}
    .contact-index-index .kontakt .social{
       margin:30px 0 0 0;
    }
    .contact-index-index .form.contact button,  .narucise-index-index .form.contact button{
        width: auto;
        float: right;
    }
    .narucise-index-index main.main {
		background: #fff;
		margin: -300px auto 50px auto;
		box-shadow: 0 0 30px rgb(0 0 0 / 30%);
		padding: 40px 50px 40px 50px;
		width: 550px;
	}
} 
@media (max-width: 999px){
    .contact-index-index .kontakt .bordered.phone{
        text-indent:-9999em;
        overflow:hidden;
        background: url(../img/phone_thin.svg) no-repeat 16px center;
        background-size:16px;
    }	
    .contact-index-index .kontakt .bordered.phone a{
        text-indent:0;
        float:left;
        padding-left: 30px;
    }	
	.contact-index-index form input, .contact-index-index .kontakt, .contact-index-index .contact.form {
		text-align: center;
	}
}


/****************CUSTOMER****************/
/**Modal Authentication**/ 
.block-authentication .block-title {
	font-size: 1.8rem;
	margin-bottom: 25px;
}
.block-authentication .actions-toolbar > .secondary {
	text-align: left;
}
.block-authentication .block[class] {
	margin: 0;
}
.block-authentication .block[class] ul {
	padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
	float: none;
	width: auto;
}
.block-authentication .block[class] + .block {
	border-top: 1px solid #c1c1c1;
	margin-top: 40px;
	padding-top: 40px;
	position: relative;
}
.block-authentication .block[class] + .block:before {
	height: 36px;
	line-height: 34px;
	margin: -19px 0 0 -18px;
	min-width: 36px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	border-radius: 50%;
	box-sizing: border-box;
	color: #c1c1c1;
	content: attr(data-label);
	display: inline-block;
	left: 50%;
	letter-spacing: normal;
	padding: 0 .2rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}
@media all and (min-width: 768px), print {
	.block-authentication .actions-toolbar > .primary {
		display: inline;
		float: right;
		margin-right: 0;
	}
	.block-authentication .actions-toolbar > .secondary {
		float: left;
		margin-right: 0;
		padding-top: 0;
	}
	.popup-authentication .modal-inner-wrap {
		min-width: 768px;
		width: 60%;
	}
	.popup-authentication .block-authentication {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		border-top: 1px solid #c1c1c1;
	}
	.popup-authentication .block[class],
	.popup-authentication .form-login,
	.popup-authentication .fieldset,
	.popup-authentication .block-content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}
	.popup-authentication .block[class] {
	    box-sizing: border-box;
	    float: left;
	    padding: 10px 30px 0 0;
	    width: 50%;
	}
	.popup-authentication .block[class] + .block {
		border-left: 1px solid #c1c1c1;
		border-top: 0;
		margin: 0;
		padding: 10px 0 0 40px;
	} 
	.popup-authentication .block[class] + .block:before {
		left: 0;
		top: 50%;
	}
	.popup-authentication .actions-toolbar {
		margin: 0;
	}
}

.login-container:before, .login-container:after, .account .block-content:before,  .account .block-content:after{
    content: '';
    display: table;
    clear:both;
}
.login-container .block-title, .account legend, .account .main .block-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1.1;
}
.login-container .block-title strong, .account legend strong, .account .block-title strong{
    font-weight: normal	
}
.login-container .block-title .counter, .account .block-title .counter{
    display:none;
}
.account .box{
    margin-bottom: 40px;
}
.account .box-title{
	margin: 0 0 10px;
	display: block;
}
@media (min-width: 768px), print{
    .login-container > .block, .account .box{
        float: left;
        width: 48%;
    }    
    .login-container  .block:nth-child(2), .account .box:nth-child(2){
        float: right;
    }
}
.account .action.view, .account .action.edit, .account .action.change-password{
    color: #006bb4;
    text-decoration: none;
    font-size: 15px;
}
.account .action:after {
    border-left: 1px solid #e0e0e0;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}
.account .action:last-child:after{
    display: none;
}
.account .box p{
    margin:0;
}
.account .data.table .col.actions {
    white-space: nowrap;
}
.account .sidebar-additional .block {
    margin-top: 40px;
}
.wishlist-index-index .column.main .actions-toolbar .secondary, .wishlist-index-index .action:after{display: none;}
.wishlist-index-index .column.main .actions-toolbar  .primary{
	width: 100%;
	float: none;
}
.wishlist-index-index .column.main .actions-toolbar .action{
	width: 31%;
	margin-right: 2%;
	float: left;
}
@media only screen and (max-width: 770px){
    .wishlist-index-index .column.main .actions-toolbar .action{width: 100%;}
    .account .column.main{margin-top:30px;}
    .account .column.main .block:not(.widget) .block-title>.action {
        float: right;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 900px){
	.customer-account-create .column.main form, .customer-account-forgotpassword .column.main form{
    	margin:0 auto;
    	width:54%
    }
}

/****************SEARCH************/ 
/*v1*/
body._has-modal .mage-dropdown-dialog .block-searchform{
    width: 530px;
    right: 0;
    top: 50px;
    font-size: 1.6rem;
}
body._has-modal .mage-dropdown-dialog .block-searchform .nested, body._has-modal .block-searchform .block-title{
	margin-bottom:20px
}
@media (max-width: 999px){
    body._has-modal .mage-dropdown-dialog .block-searchform {
		width: 100%;
    	top: 0;
    	padding: 20px;
	}
}

/*v2*/
.block-searchform {
	display:none;
	position:absolute;
	top: 110px;
	right: -400px;
	width:360px;
	padding: 10px;
	z-index:400;
	right: 10px;
}
.block-searchform button {
    position: absolute;
    top: 11px;
    right: 5px;
    width: auto;
    height: 46px;
    background: transparent url(../img/search_thin.svg) no-repeat 10px 13px;
    background-size: 20px auto;
    border: none;
    padding: 0 20px 0 40px;
    display: inline-block;
    color: black;
    font-weight: normal;
}
.block-searchform button:hover {opacity:0.7;}
/**/
.block-searchform input {
    height: 48px;
    box-shadow: 3px 0 5px rgb(0 0 0 / 10%);
    padding-right: 60px;
    font-size: 16px;
    color: black;
    font-family: 'Jost', sans-serif;
}
.block-searchform .search-autocomplete {
    display: none;
    margin:0;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    margin-top: -30px;
}
.block-searchform .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.block-searchform .search-autocomplete ul:not(:empty) {
	background: #f9f9f9;
    border: 1px solid #c2c2c2;
    border-top: 0;
}
.block-searchform .search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal;
}
.block-searchform .search-autocomplete ul li:first-child {
    border-top: none;
}
.block-searchform .search-autocomplete ul li .amount {
    color: #999;
    position: absolute;
    right: 7px;
    top: 5px;
}
/*advaned search*/
.form.search.advanced .fieldset .control .addon input {
    flex-basis: auto;
    width: 100%;
}
.form.search.advanced .group.price .addon .addafter {
    position: absolute;
    right: 0;
    top: 25%;
}
.form.search.advanced .fields.range .field:last-child {
    position: relative;
}

.form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 45px;
}
.search-term-popular .tagcloud {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 2.5rem;
}
.search-term-popular .tagcloud li {
	list-style:none;
}
.search-term-popular .tagcloud a {
    display: block;
    padding: 0.125rem 1rem;
    text-decoration: none;
    position: relative;
}
.search-term-popular .tagcloud a:focus {
  outline: 1px dashed;
}
.search-term-popular .tagcloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #000;
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}
.search-term-popular .tagcloud a:focus::before,
.search-term-popular .tagcloud a:hover::before {
  width: 100%;
}
@media (prefers-reduced-motion) {
  .search-term-popular .tagcloud * {
    transition: none !important;
  }
}


/*******Cart i Modal Dialog Minicart*******/ 
body._has-modal-custom .mage-dropdown-dialog .block-minicart{
    width: 530px;
    right: 0;
    top: 50px;
    font-size: 1.6rem;
}
@media (max-width: 999px){
    body._has-modal-custom .mage-dropdown-dialog .block-minicart {
		width: 100%;
		top: 0;
		padding: 20px 20px 20px 20px;
		min-height: 100%;
	}
}
.block-minicart ol.minicart-items, .block-minicart .cart-item,
.cart-container ol.cart-items, .cart-container .cart-item {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	border:0 none;
	display:block;
}
.block-minicart .minicart-items-wrapper{
	min-height: calc(100vh - 360px);
	display: table;
	width: 100%;
}


.block-minicart .cart-item,
.cart-container .cart-item {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    /* clear: both; */
}
.block-minicart .cart-item:last-child,
.cart-container .cart-item:last-child {
	border-bottom: none;
}
.block-minicart .cart-item > div,
.cart-container .cart-item > div {
	width:100%;
	overflow:hidden;
	padding: 0 0 0 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	min-height: 53px;
	margin: 10px 0 25px 0;
}
.cart-container .cart-item .cart-item-actions{
	display:none;
	padding:0;
}
.cart-container .cart-item .cart-item-actions._active{
	display:block;
}

.block-minicart .cart-item-photo,
.cart-container .cart-item-photo {
	width:100px;
	position:absolute;
	top:0;
	left:0;
	padding: 10px 0 0 0;
}
.block-minicart .cart-item .cart-item-txt,
.cart-container .cart-item .cart-item-txt {
	width:100%;
	line-height: 1.45em;
	min-height: 78px;
}
.cart-container .cart-item .cart-item-txt {
	min-height:95px
}
.block-minicart .cart-item .cart-item-txt h3,
.cart-container .cart-item .cart-item-txt h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 14px 0 5px 0;
    letter-spacing: 1px;
    line-height: 1.45em;
}
.block-minicart .cart-item .cart-item-txt p,
.cart-container .cart-item .cart-item-txt p {
	font-size:20px;
	margin:0;
	font-family: 'Jost', sans-serif;
}
.block-minicart .cart-item .cart-item-txt p a, 
.cart-container .cart-item .cart-item-txt p a{
	color:inherit;
}
.block-minicart .cart-item .cart-item-txt span,
.cart-container .cart-item .cart-item-txt span  {
	font-size:14px;
	color:#ababab;
	display:block;
	padding: 5px 0 0 0;
}
.block-minicart .cart-item-delete,
.cart-container .cart-item-showactions {
	width:100px;
	position:absolute;
	top: 0px;
	left:0;
}
.block-minicart .cart-item-delete .delete,
.cart-container .cart-item-showactions  a,
.cart-container .cart-item-actions a, .cart-container .cart-item-actions button {
	display:block;
	width:100%;
	text-align:center;
	height:42px;
	line-height:42px;
	border: 1px solid #e7e7e7;
	text-transform: uppercase;
	font-size:13px;
	background:white;
	color:black;
}
.cart-container .cart-item-actions a, .cart-container .cart-item-actions button {
	display:inline-block;
	width:auto;
    padding:0 10px;
    margin-right:20px;
    font-weight:normal
}
.cart-container .cart-item-actions .gift-options-cart-item{
	display:inline;
}
.cart-container .gift-content._active, .cart-container .cart-item-actions button._active{
	display:block;
    width:100%;
    box-sizing:border-box;
    font-weight:bold;
}
.cart-container .gift-content, .cart-container .gift-options-title{
    display:none;
}
.cart-container .gift-content._active{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom:25px;
    font-weight:normal
}
.block-minicart .cart-item-delete .delete:hover, 
.cart-container .cart-item-showactions a:hover,
.cart-container .cart-item-actions a:hover,
.cart-container .cart-item-actions button:hover {
	border: 1px solid #000;	
}
.block-minicart .cart-item-delete .delete:before,
.cart-container .cart-item-showactions a:before,
.cart-container .cart-item-actions a:before {
	content: url(../img/delete.jpg);
	width:13px;
	height:42px;
	margin: 3px 10px 0 0 !important;
	display:inline-block;
	vertical-align: middle;
}
.cart-container .cart-item-showactions a:before{
	content:url(../img/menu_thin.svg);	
}
.cart-container .cart-item-actions a.towishlist:before{
	content:url(../img/heart_thin.svg);	
}
.cart-container .cart-item-actions a.edit:before{
	content: url(../img/edit_thin.svg);
}
.block-minicart .update-cart-item, .block-minicart .numberInput, 
.cart-container .update-cart-item, .cart-container .numberInput {
    display: inline-block;
    width: auto;
    height: 42px;
}
.block-minicart .update-cart-item,
.cart-container .update-cart-item{
    padding: 0 20px;
}
.block-minicart .cart-item-pricing,
.cart-container .cart-item-pricing  {
    position:absolute;
    right:0;
    bottom: 16px;
    font-weight:bold;
    text-align:right;
    font-size:16px;
    z-index: -1;
}
.block-minicart .cart-item-pricing del, 
.cart-container .cart-item-pricing del  {
	display:block;
	text-decoration: line-through;
	font-weight:normal;
	font-size:13px;
}
.block-minicart .block-content > .actions{
	padding-top: 102px;
	clear: both;
}
.block-minicart .block-content > .actions .subtotal {
	display:block;
	width:100%;
	padding: 0 0 15px 0;
	text-align: right;
	font-weight:bold;
}
.block-minicart .subtotal .price-container{
	display:inline;
}
.cart-container	{
	overflow:hidden;
}
.cart-container	h2{
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 2px 0;
    padding-bottom: 15px;
    font-weight: normal;
}
.cart-left{
	width: 60%;
    float: left;	
}
.cart-summary {
	width:30%;
	float:right;
}

.cart-container .coupon {
	padding: 15px 0 0 0;
	width:100%;
}
.cart-container .coupon label{
	display:none;
}
.cart-container .coupon strong {
	display:block;
	font-weight:bold;
	padding: 0 0 15px;
}
.cart-container .coupon input, .cart-container .coupon button {
	height: 49px;
	border: 1px solid #e7e7e7;
    font-size: 13px;
    font-family: 'Jost', sans-serif;
}
.cart-container .cart-totals .table {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cart-container .cart-totals .table tr, .cart-container .cart-totals .table th, .cart-container .cart-totals .table td {
    margin:0;
    padding:0;
    font-weight:normal;
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 0.5px; 
    border:none;
}
.cart-container .cart-totals .table td {
	text-align:right;
}
.cart-container .cart-totals .table tr.grand.totals th, .cart-container .cart-totals .table tr.grand.totals td {
    border-top: 1px solid #e7e7e7;
    font-weight: bold;
    padding-top: 20px;
}
.cart-container .block.shipping{
	border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    font-size: 16px; 
}
.cart-container .block.shipping .title{
    background: transparent url(../img/menuplus.png) no-repeat center right;
}
.cart-container .block.shipping.active .title{
    background-image: url(../img/menuminus.png);
}
.cart-container .checkout-methods-items, .cart-container .checkout-methods-items li{
	list-style:none;
	padding:0;
	margin: 0;
}
@media (max-width: 999px){
	.cart-summary {
	    width: 100%;
	    float: none;
	    padding: 20px 20px 10px 20px;
	    border: 3px solid #000;
	    margin: 30px auto;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
    .cart-left {
	    width: 100%;
	    float: none;
	}
}
@media (max-width: 450px){
    .block-minicart .cart-item-pricing, .cart-container .cart-item-pricing {
        position: static;
        margin: 1em;
        display: block;
    }
}
/******Compare******/
.table-wrapper.comparison {
    width:100%;
	margin:auto;    
    overflow:auto;
    font-size:1em;
}
.table-wrapper.comparison table{
	border-collapse:separate;
	width: auto;
}
.table-wrapper.comparison td, .table-wrapper.comparison th {
    border: 0.5px solid #e7e7e7;
    text-align: left;
    padding: 1em;
    vertical-align:top;
	width: 200px;
}
.table-wrapper.comparison thead, .table-wrapper.comparison th {
    text-align: center;
    vertical-align:middle; 
}
.table-wrapper.comparison thead td {
	position:relative;
	padding:0;
}
.table-wrapper.comparison .product-image-photo{
	width:100%;
}
.table-wrapper.comparison .product-item-comparison{
	display:block;
	text-align:center;
    line-height: 22px;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen{
	.table-wrapper.comparison {
		height:800px;
	}
	.table-wrapper.comparison thead, .table-wrapper.comparison th:first-child {
		position:sticky;
		top:0;
		z-index:2;
		background: #f6f6f6;
	}
	.table-wrapper.comparison th:first-child {
		left:0;
		z-index:1; 
	}
	.column.main .table-comparison .action.delete{
		display:block;
	}
}

/********Product******/
.catalog-product-view .product_single  {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}
.catalog-product-view .product_single .action-skip-wrapper {
    height: 0;
    position: relative;
}
.catalog-product-view .product_single .action.skip:not(:focus) {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.catalog-product-view .product_single .product.media{
    margin: 50px 0;
}
.catalog-product-view .product_single  .fotorama__stage{
    margin-bottom: 10px;
    box-sizing: border-box;
}
.catalog-product-view .product_single .fotorama__nav__frame{
    opacity: 0.7;
    filter: alpha(opacity=70);
    widt0h: 100% !important;
}
.catalog-product-view .product_single .fotorama__nav__frame.fotorama__active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.catalog-product-view .product_single .fotorama__thumb-border {
	border: 1px solid #e7e7e7;
    background-image:none; 
}
.catalog-product-view .product_single h1, .catalog-product-view .product_single h2 {
    font-weight: normal;    
    margin: 0;
    line-height: 32px;
	font-size: 24px;
	text-align:center;
}
.catalog-product-view .product_single h1 {
    font-weight: 600;
    text-transform: uppercase;
}
.catalog-product-view .product_single .product-info-main p{
   margin:0;
}
.catalog-product-view .product_single .attribute.sku strong{
	display:none;
}
.catalog-product-view .product_single .product-info-stock-sku > div  {
	display:inline-block;
    font-size: 13px;    
    margin-right: 1em;
}
.catalog-product-view .product_single .product-info-price {
    border: 1px solid #e7e7e7;
    border-width: 1px 0;
    overflow: hidden;
    margin: 30px 0;
}
.catalog-product-view .product_single .product-add-form {
     margin-top: 30px;
}
	
.catalog-product-view .product_single .price-box {
    line-height: 50px;	
}
.catalog-product-view .product_single .product-info-price .price{
    font-size: 20px;
    color:#f34f5f    
}
.catalog-product-view .product_single .product-info-price .old-price .price {
    text-decoration: line-through;
    display: inline-block;
    padding-right: 10px;
    color:black;
    float:left;
    margin-right:20px;
}
.catalog-product-view .product_single .product-info-price .price-label {
	display:none;
}

.catalog-product-view .product_single .product-info-price p .price-label {
    display: inline-block;
    padding-right: 0.25em;
    color:black;
}
.catalog-product-view .product_single .product-info-price a.rate {
    float: right;
    margin: 0;
    font-size: 13px;
    background:url(../img/questionmark.jpg) no-repeat right center;
    padding-right:25px;
    line-height: 50px;
}
.catalog-product-view .product_single  .prices-tier{
	margin:-20px 0 30px 0;
}
.catalog-product-view .product_single   .prices-tier, .catalog-product-view .product_single .prices-tier li{
	clear:both;
	padding:0;
	list-style:none;
}
.catalog-product-view .product_single .product.attribute.description {
    color: #292929;
    font-size: 15px;
    line-height: 24px;
}
.catalog-product-view .product_single .swatch-attribute .swatch-option{
	width:137px !important;
	height:73px !important;
}
.catalog-product-view .product_single .swatch-attribute .swatch-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: buttonface url(../img/select-arrow.jpg) no-repeat center right;
    height: 50px;
    width: 100%;
    border: 1px solid #000;
    text-align: center !important;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
}
.catalog-product-view .product_single .product-info-main label{
    font-weight: 600;
    padding: 0;
    font-family: 'Inter', sans-serif;
    line-height: 46px;
    text-transform:none;
    font-size: 16px;
}
.catalog-product-view .product_single .product-info-main div.numberInput, .catalog-product-view .product_single .product-info-main div.numberInput input[type="number"] {
	width: 100%;
}
.catalog-product-view .product_single .action{
    font-family: 'Jost', sans-serif;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 13px 20px;
    margin-bottom: 2%;
}
.catalog-product-view .product_single .product-addto-links .action{
    border: 1px solid #e7e7e7;
}
.catalog-product-view .product_single .product-addto-links .action.towishlist span{
    background: url(../img/heart_thin.svg) no-repeat;
    content:'';
    text-indent:2.5em;
    display:inline-block;
}
.catalog-product-view .product_single  .product.info.detailed{
    margin-top: 25px;    
    width: 100%;	
}
.catalog-product-view .product_single  .product.info.detailed a.product-data-items-toggle{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 46px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.catalog-product-view .product_single  .product.info.detailed .product-data-items-toggle:after{
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    right:0;
    top: 0;
    z-index: -1;
    background: url(../img/accordion.jpg) repeat 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.catalog-product-view .product_single  .product.info.detailed .active .product-data-items-toggle:after{   
    transform: rotate(30deg);
}
.catalog-product-view .product_single  .product.info.detailed .product-data-items-content{
	display:none;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 0;
}
.catalog-product-view .product_single  .product.info.detailed .active .product-data-items-content{
	display:block; 
	HEIGHT: auto;
	transition: all 0.3s ease-out;
}
.catalog-product-view .product_single  .product.info.detailed table tr{
	border:none;
}
.catalog-product-view .product_single  .product.info.detailed table th, .catalog-product-view .product_single  .product.info.detailed table td{
	padding:0;
    margin:0;
    font-weight:normal
}
.catalog-product-view .product_single  .product-social-links .socialshare{
	margin:0;
	border:0;
}
@media (min-width: 1000px){
    .catalog-product-view  .breadcrumbs{
    	padding-top: 50px;
    }
    .catalog-product-view .product_single .product.media{
    	margin:0;
    	float:left;
    	width: 58%;
    }
    .catalog-product-view .product_single .product-info-main{
	    float:right;
	    width: 38%;
	   }
    .catalog-product-view .product_single  .fotorama__stage{
        border: 1px solid #e7e7e7;
    }
    .catalog-product-view .product_single h1, .catalog-product-view .product_single h2 {
        text-align:left;
    }
}

/***bundle product***/
.bundle-options-container{
	clear:both;
	border-top: 1px solid #e7e7e7;
	padding: 20px  0 0;
}
.bundle-options-container .legend.title, .bundle-options-container .block-bundle-summary>.title>strong, .bundle-options-container .block-bundle-summary .subtitle{
    font-weight: normal;
    margin: 0;
    line-height: 32px;
    font-size: 24px;
    text-align: left;
    display: block;
}
.bundle-options-container .product-options-wrapper .fieldset>.field {
    border-top: 1px #e4e4e4 solid;
    padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type {
    border-top: 0;
}
.bundle-options-container .nested .field.qty {
    margin-top: 20px;
}
.bundle-options-container .block-bundle-summary>.title, .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 25px;
    padding-bottom: 16px;
    display: block;
}
.bundle-options-container .product-image-container,  .bundle-options-container .block-bundle-summary .product.name, .bundle-options-container .block-bundle-summary .stock {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.bundle-options-container .block-bundle-summary .box-tocart, .bundle-options-container .block-bundle-summary .price-box, .bundle-options-container .block-bundle-summary .bundle.items>li  {
    margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-wrapper, .bundle-options-container .block-bundle-summary .price-box .price-wrapper>.price {
    font-size: 36px;
    font-weight: 600;
    color: #f34f5f;
    line-height: 36px;
}
.bundle-options-container ul, .bundle-options-container li {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.bundle-options-container p.required {
     color: #f34f5f;
    font-size:0.75em;
}
.bundle-options-container .action.back.customization {
    font-size:0.75em;
}
.bundle-options-container .price {
    font-weight: 600;
}
@media (min-width: 768px), print {
    .bundle-options-container{
	    padding-top: 40px;
    }
	.bundle-options-container .bundle-options-wrapper {
		float: left;
		width: 50%;
	}
	.bundle-options-container .block-bundle-summary {
		float: right;
		width: 38%;
	}
}
/***grouped products****/
.column.main table.data.grouped  .product-item-name{
    margin-top:0;
    padding-top:0
} 
.column.main table.data.grouped  .price-box.price-final_price{
    font-size: 20px;
    color:#f34f5f    
}

/***checkout***/
.action-auth-toggle.action-auth-toggle{
    line-height: 1.42857143;
    font-family: 'Inter', sans-serif;
    padding: 0;
    text-decoration: none;
    background: 0 none;
    border: 0 none;
    display: inline;
    cursor: pointer;
    font-weight: normal;
    color:#000;
    text-align: right;
}
.authentication-wrapper {
    width: 50%;
    position: absolute;
    z-index: 100;
    right: 0;
    /* top: 0; */
}
.authentication-dropdown .modal-inner-wrap {
    padding: 25px;
}
.checkout-container {
	padding: 50px 0;
	display:block;
	width:100%;
	position: relative;
}
.opc-progress-bar {
    margin: 0 0 20px;
	padding: 0;
    display: block;
	width:100%;
	list-style: none;
	counter-reset: i;
	overflow:hidden;
}
.opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
	float:left;
}
.opc-progress-bar-item::before {
    background: #e4e4e4;
    top: 17px;
    transition: background .3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}
.opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.opc-progress-bar-item > span::before, .opc-progress-bar-item > span::after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
}
.opc-progress-bar-item > span::after {
    background: #fff;
    height: 34px;
    line-height: 34px;
    margin-left: -17px;
    top: 2px;
    width: 34px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.opc-progress-bar-item._active::before {
    background: #87c46c;
}
.opc-progress-bar-item._active > span {
    color: #333;
    font-weight: 600;
	
}
.opc-progress-bar-item._active > span::before {
    background: #87c46c;
}
.opc-progress-bar-item._active > span::after {
	/*content:url(/img/check.png);*/
    content: '\e610';
    font-family: icons-blank-theme;
    font-size:30px;
    color: #87c46c;
}
.opc-estimated-wrapper {display:none;}
.opc-wrapper {
    width: 66.66666667%;
    float: left;
    padding: 30px 30px 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.opc-wrapper > ol, .opc-wrapper > ol >li {
   padding:0;
   margin:0;
   list-style:none;
}
.opc-block-summary span.title, .opc-wrapper .step-title {
    display: block;
    height: auto;
    font-size: 24px;
}
.opc-wrapper label.label, .opc-wrapper legend.label {
    font-family: 'Inter', sans-serif;
    padding: 0 0 5px;
    letter-spacing: 1px;
}
.opc-wrapper .control .field > .label{
	display:none;
}
.opc-wrapper .control .field, .opc-wrapper .note{
	margin-bottom:1em;
	display:block;
}
.opc-wrapper input, .opc-wrapper select {
    width: 100%;
    height: 44px;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    padding: 0 5px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}
.opc-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select-arrow.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    text-align: left !important;
    height: 50px;
    letter-spacing: 0;
    display: block;
    padding: 0 30px 0 15px;
    text-align-last: left;
}

.opc-wrapper input, .opc-wrapper select, .opc-wrapper .actions-toolbar {
     width: 100%;
     max-width: 500px;	
}
.opc-wrapper .table-checkout-shipping-method {
    width: 100%;
    max-width: 500px;
    border-collapse: collapse;
    border-spacing: 0;
}
.opc-wrapper .table-checkout-shipping-method thead {
    display: none;
}
.opc-wrapper .table-checkout-shipping-method tbody td {
    border-top: 1px solid #e7e7e7;
    padding-bottom: 20px;
    padding-top: 20px;
}
.opc-wrapper  .table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 40px;
}
.opc-wrapper  .table-checkout-shipping-method tbody tr:first-child td {
    border-top: none;
}
.opc-wrapper  .table-checkout-shipping-method input[type=checkbox], 
.opc-wrapper  .table-checkout-shipping-method input[type=radio] {
    position: static;
    display: inline;
	padding: 0;
    height: auto;
    border: none;
	box-sizing: border-box;
	margin: 5px 10px 0 0;
}
.opc-wrapper .actions-toolbar .primary.button {float: right;width: auto;}

.opc-sidebar {
    margin: 0;
    width: 33.33333333%;
    float: right;
    background:#f6f6f6;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.opc-sidebar:focus {
    outline:none;
}
.opc-sidebar .items-in-cart .title {
    height:auto;
	padding-bottom:10px;
} 
.opc-sidebar .items-in-cart .title span, .opc-sidebar .items-in-cart span.title {
    text-align: left;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    line-height: 24px;
    font-family: 'Jost', sans-serif;
	font-size:18px; 
	color:#000;
	height:auto;
	border:none;
} 
.opc-sidebar ol{padding: 0; margin: 0; }
.opc-sidebar .items-in-cart li.product-item  {
    vertical-align: top;
    text-align: left;
    border-width:1px 0 0 0;
    padding:10px 0 0 0;
    margin-top:10px 0 0 0;
    float:none;
    width:100%;
}
.opc-sidebar .items-in-cart li.product-item:first-child  {
	border-top: none;
	margin-top:0;
}
.opc-sidebar .product {
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    float: none;
	width:100%;
	position:relative;
}
.opc-sidebar .product:hover {
    box-shadow:none;
}
.opc-sidebar .product-image-container {
	position:absolute; top:0; left:0;
}
.opc-sidebar .product-item-details {
    padding: 0 0 0 90px;
    min-height: 75px;
    font-size: 14px;
}
.column.main .opc-sidebar .product-item-name {
    position: relative;
    line-height: 22px;
    font-size:17px;
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.opc-sidebar .subtotal {text-align:right; font-weight:600; font-size:15px;}
.opc-block-shipping-information .ship-to, .opc-block-shipping-information .ship-via {
    margin: 0 0 20px;
}
 .opc-block-shipping-information .shipping-information-title, .opc-block-summary>.title, .checkout-agreements-items .checkout-agreements-item-title {
    margin: 0 0 20px 0;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 300;
    border-bottom: 1px solid #e7e7e7;
    display:block;
    height:auto;
    font-size:24px;
    position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
    top: 10px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    background: url(../img/edit_thin.svg) no-repeat right;
    border: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit>span, .checkout-billing-address .field-select-billing  .label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media (max-width: 999px) {
	.opc-wrapper {
		width: 100%;
		padding: 30px 0 30px 0;
	}
	.opc-sidebar {
		width: 100%;
		margin-bottom: 50px;
	}
}
.checkout-payment-method .payment-option-title {
    border-top: 1px solid #ccc;
    padding: 1em 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title, .opc-sidebar  .items-in-cart .title{
    cursor: pointer;
    display: block;
    font-weight: bold;
    background: transparent url(../img/menuplus.png) no-repeat 283px center;
}
.checkout-payment-method .payment-option._collapsible._active .payment-option-title, .opc-sidebar  .items-in-cart.active .title{
    background-image:url(../img/menuminus.png);
}

@media (min-width: 768px), print{
    .checkout-payment-method .payment-option-title {
        padding-left: 1em;
    }
}
.checkout-payment-method .payment-option-content {
    padding: 0 0 1em 1em;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
    padding: 1em;
}
.opc-wrapper .shipping-address-items {
    font-size: 0;
}
.opc-wrapper .shipping-address-item {
    font-size: 16px;
    /* line-height: 30px; */
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    box-sizing: border-box;
}
.opc-wrapper .edit-address-link {
    display: block;
    float: left;
    margin: 26px 5px 0 0;
}
.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0;
}
@media only screen and (max-width: 639px){
	.opc-wrapper .shipping-address-item {
		border-bottom: 1px solid #e7e7e7;
		margin: 0 0 15px;
		padding: 0 0 15px;
		width: 100%;
	}
}
.checkout-onepage-success .main{
	max-width:800px;
	margin:auto
}
.checkout-onepage-success .main .title2 .action.print{
    background: black;
    color: #fff;
    border: 1px solid black;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 2%;
    font-size: 13px;
    padding: 1em;
}

/********Magento Sale********/
.account .main >.title2 h1{display:inline-block}
.return-status, .order-status {
    margin: 3px 0 0 2em;
    padding: 2px 10px;
    text-transform: uppercase;
    vertical-align: top;
    border: 1px solid #e7e7e7;
    display: inline-block;
    border-radius: 30px;
    position: relative;
}
.account .main >.title2 .order-date.order-date{
    margin-bottom: 10px;
    /* display: none; */
}
.account .main .order-actions-toolbar{
    display: inline-block;
    float: right;
}
.account  .actions-toolbar .action.print, .account .main >.title2 .order-date.order-date .label {
    display: none;
}
.account .main .items, .account .main .items li {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.account .order-links .item {
    line-height: 40px;
    margin: 0 0 -1px;
}
.account .order-links:before, .account .order-links:after, .account .column.main .block:not(.widget) .block-content:before, .account .column.main .block:not(.widget) .block-content:after{
	content:'';
	display:table;
	clear:both;
}
.account .order-links .item a, .account .order-links .item strong  {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    display: block;
    padding: 0 20px;
}
.account .order-links .item strong {
    background: #fff;
    font-weight: 400;
}
.order-details-items {
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
    padding: 10px;
}
.order-details-items .order-title {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 10px;
}
.column.main .order-details-items .product-item-name, .order-details-items .item-options{
	padding:0;
    margin: 0 0 10px;
}
.order-details-items .item-options dd {
    margin: 0 0 15px;
}
.order-details-items td.col.price, .order-details-items td.col.subtotal{
	font-weight:bold;
    color: #000;
    font-size: 1.8rem;
    display: block;
    white-space: nowrap;
}
.table-order-items .amount{
	text-align: right;
}
.order-details-items td.col.qty * {
    white-space: nowrap;
    list-style:none;
    padding:0;
    margin:0;
}
.paypal-review .block .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^=sales-guest-] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 10px;
    font-size:1.6rem;
}
.block-order-details-view .box-content .payment-method .title {
    font-weight: 400;
}
.account dl.order-tracking, .account .tracking-content{
    clear:both;
    margin:10px;
}
.account dl.order-tracking{
   border-bottom: 1px solid #e7e7e7;
}

@media (min-width: 1024px), print{
	.account  .order-links .item {
		margin: 0 -1px 0 0;
	}
	.account .order-links .item strong {
        padding: 1px 35px 2px;
    }
}

@media (min-width: 768px), print{
	.account .actions-toolbar .action.print, .abs-action-print{
		display: inline-block;
	}
	.abs-action-print:before, .order-actions-toolbar .action.print:before {
		/*
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 16px;
		line-height: 16px;
		color: inherit;
		content: '\e624';
		font-family: luma-icons;
		margin: 0 4px 0 0;
		vertical-align: middle;
		display: inline-block;
		font-weight: 400;
		overflow: hidden;
		speak: none;
		text-align: center;
		*/
	}
	.order-details-items .col.qty, .order-details-items .col.price, .order-details-items .col.subtotal, .table-order-items .amount{
		text-align: right;
    }
	
	.abs-status-desktop, .return-status, .order-status {
		margin-top: 0px;
		padding: 5px 10px;
	}
	.account  .order-links .item {
		float: left;
		margin: 0 -1px 0 0;
	}
	.account .order-links .item strong {
		border-bottom: 0;
		margin-bottom: -1px;
		padding: 1px 20px 2px;
	}
	.order-details-items {
		margin-top: -2px;
		/* padding: 25px; */
	}
    .order-details-items.ordered .order-title, .order-details-items.ordered .action.track {
        display: none;
    }
	.account .column.main .block.block-order-details-view .block-content:not(.widget) .box, [class^=sales-guest-] .column.main .block.block-order-details-view .block-content:not(.widget) .box, .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
		clear: none;
		float: left;
		width: 25%;
		box-sizing:border-box;
	}
}
@media only screen and (max-width: 639px){
	.order-details-items .order-title strong {
		font-size: 2.6rem;
		line-height: 1.1;
		font-weight:normal;
		margin-bottom:1em;
	}
	.order-details-items.ordered .action.track, .action.print.action.print{
        display: none;
    }

	.account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
		padding-top: 15px;
	}
	.account  table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td, .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
		border-bottom: none;
		display: block;
		padding: 5px 10px;
	}
}


/*****************DUAL PRICES********************/
.footer span.conversion-rate {
    padding: 1em;
    display:inline-block;
}


/***********************CUSTOM STYLES************/
.sale > a{
	color:red;
}
.category-sale #page-title-heading .category-description{
    margin-top: -1em;
}    
@media (min-width: 1000px) {
    .category-sale #page-title-heading .category-description{
		margin-top: -6em;
    } 	
}
