/* ============= GLOBAL SETTINGS ============= */

body, html {height:100%}

html, body, div, span, applet, object, iframe, h1, h2, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .article, aside, canvas, details, embed, figure, figcaption, .footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.product-beneftis{
    margin-top: 10px;
    font-size: 23px;
    line-height: 30px;
}


/* -- FLEX PROPERTIES START -- */
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/* -- JUSTIFY PROPERTIES -- */
.ju-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.ju-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ju-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.ju-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ju-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ju-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ju-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* -- ALING PROPERTIES -- */
.al-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.al-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.al-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* -- FLEX STATES -- */
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.flex-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.flex-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

/* -- WRAP PROPERTY -- */
.fl-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fl-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* -- COMMON SETTINGS -- */
.rr {
  margin: 0px;
  padding: 0px;
}

/* -- FLEX PROPERTIES START END -- */

body {
	font-family: Calibri,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	margin: 0;
    line-height: 1;
}
table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
a, a:link, a:visited, a:active, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a {
	color: #337ab7;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}

.h3, h3 {
	font-size: 24px;
}
ul {
	list-style: none;
}
img {
	max-width: 100%;
}
input, textarea, select {
	font-family: Calibri,Helvetica,Arial,sans-serif;
	font-weight: 300;
	border-radius: 0;
}
.txt-white {
	color: #fff;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	display: block;
}
.txt-center {
	text-align: center;
}

.darkredbg {
 background: #b52c24;   
}

.graybg {
    background-color: #f9f9f9;
}

.blackbg {
    background: #19191a;
}

.redcolor {
    color:#ff3124;
}

.nopad {
    padding:0!important;
}

.nomargin {
    margin:0!important;
}

.tempcolor {
    color: #378bff;
}

.tempbck {
    background: #378bff;
}

.tempbckgrad {
        background: linear-gradient(#378bff 10%,#145abc 100%) #378bff;
}


.button_color {
    background: #f3d17e;
    
}



/* ============= HEADER ============= */


.header, .navigation {
	width: 100%;
	z-index: 10
}
.header-wrap {
	max-width: 1210px;
	width: 100%;
	margin: 5px auto;
}

#logo1 {
	font-family: 'Arial', sans-serif;
	font-size: 36px;
	color: #650802;
	text-shadow: 1px 1px 0px #ababab;
	display: inline-block;
	padding-left: 0px;
}
#logo1 img {
	max-width: 175px;
	width:100%;
	height: auto;
	float: left;
}

div.logo-box img{
    max-width:250px;
}

.navigation {
	height: 70px;
}

.navigation img {
    max-width: 35px;
    width: 100%;
    float: left;
    margin-left: 55px;
    margin-top: 15px;
}

.search {
	display: inline-flex;
	float: right;
	padding: 19px 20px;
	cursor: pointer;
}
.headcart {
	display: inline-flex;
	float: right;
	padding: 0px;
	cursor: pointer;
	color: #010101;
}
.icon-cart {
	max-width: 50px;
	width: 100%;
	max-height: 25px;
	border-left: 1px #d0d0d0 solid;
	padding: 0 0 0 15px;
}
.icon-search {
	max-width: 15px;
	width: 100%;
	max-height: 15px;
	margin-top: 5px;
	margin-right: 5px;
}
.headcart span, .search span {
	padding-top: 5px;
	padding-left: 3px;
}
#menu {
	max-width: 1340px;
	margin: 0 auto;
}

#menu #menu-item1 {
	padding-left: 70px;
}
#menu li {
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 25px 20px;
	font-size: 15px;
	font-weight: 700;
}

#menu li div {
    display: inline-block;
}

.display {
	display: block!important;
}

	.navigation {
		border: none;
	}

#menu-item1 {
    display: inline-block!important;
}



	#menu a {
		color: #fff;
	}

#menu li {
    float: left;
}

#menu li div {
    padding: 0!important;
}

/* Search bar */
#search-box {
	opacity: 1;
	max-width: 450px;
	width: 96%;
	right: 2%!important;
	top: 2% !important;
	display: none;
	z-index: 11;
	position: fixed;
	border: 1px #ebebeb solid;
	background: #fff;
	padding: 18px;
}
.search-button {
	float: right;
	width: 45px;
	height: 45px;
	position: relative;
}
.search-button img {
	display: block;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.search-field {
	border: 1px #e8e8e8 solid;
	border-right: none;
	height: 45px;
	margin-right: 45px;
}
.search-field input[type="text"] {
	width: 100%;
	height: 43px;
	line-height: 43px;
	border: none;
	background: none;
	font-size: 14px;
	padding: 0 20px;
	color: #3d3d3d;
}
.icon-search-small {
	width: 50%;
	margin-left: 9px;
	margin-top: 10px;
}

.navigation img {
    max-width: 120px;
    width: 100%;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.menur {
       max-width: 90px;
    width: 100%;
    display: inline-block;
}
img.mob-icon-cart,img.mobile-logo{display:none;}

.header-left-side{
    display: flex;
    justify-content: center;
    align-items: center;
}







/* LOAD MORE START
===================================================================*/
div.about-container {
  margin-top: 82px;
  padding: 15px 0px;
}

div.about-container div.about-wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
  height: auto;
}

div.about-container div.about-wrapper div.breadcrumbs {
  margin-bottom: 15px;
}

div.about-container div.about-wrapper div.breadcrumbs span.separator {
  margin: 0px 5px;
}

div.about-container div.about-wrapper div.company-banner {
  margin: 10px 0px;
  max-width: 1200px;
  width: 100%;
  height: auto;
}

div.about-container div.about-wrapper div.company-banner img.company-banner {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

div.about-container div.about-wrapper div.about-us-text p {
  margin-bottom: 10px;
  font-size: 18px;
}

div.about-container div.about-wrapper div.about-us-text h3 {
  margin-bottom: 15px;
}

div.about-container div.about-wrapper div.about-us-text img.img00 {
  max-width: 360px;
  width: 100%;
}

div.about-container div.about-wrapper div.about-us-text img.img00.left {
  float: left;
  margin: 10px 10px 10px 0px;
}

div.about-container div.about-wrapper div.about-us-text img.img00.right {
  float: right;
  margin: 10px 0px 10px 10px;
}

.loadMore{
    max-width: initial;
    width: initial;
    display: initial;
    background: #63abff;
    border-radius: 100px;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    margin: 15px auto;
    text-align: center;
    position: relative;
    transition: all .2s ease, background-color .01s ease, color .01s ease;
    z-index:999;
    display:none;
}

.loadMore.loading{
    animation: rotate 1.5s linear infinite;
    animation-delay: .2s;
    background-color: transparent;
    border: .3em solid #e1e1e1;
    border-radius: 1.5em;
    border-top-color: #378bff;
    box-sizing: border-box;
    height: 3em;
    color: transparent;
    padding: 0;
    pointer-events: none;
    width: 3em;
}

.loadMore:hover {
    -webkit-animation: hover 1200ms linear 2 alternate;
    animation: hover 1200ms linear 2 alternate;
}

.loadMore:active{
  -webkit-animation: active 1200ms ease 1 alternate;
  animation: active 1200ms ease 1 alternate; 
  background: #5F9BE0;
}

/*Clicked loading state*/
@keyframes rotate {
  100% { transform: rotate(360deg) }
}

/*Active state*/
@-webkit-keyframes active { 
  0% {transform: scale(1,1);}
  90% {transform: scale(.9,.88);}
  100% {transform: scale(.92,.9);}
}

keyframes active { 
  0% {transform: scale(1,1);}
  90% {transform: scale(.9,.88);}
  100% {transform: scale(.92,.9);}
}

/*Hover state*/
@-webkit-keyframes hover { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.8% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.5% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.01% { -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.91% { -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.71% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.61% { -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.41% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.32% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.12% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.02% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.82% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.53% { -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.23% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.64% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  51.45% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.86% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.27% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.77% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.18% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  88.59% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes hover { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.8% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.5% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.01% { -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.91% { -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.71% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.61% { -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.41% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.32% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.12% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.02% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.82% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.53% { -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.23% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.64% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  51.45% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.86% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.27% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.77% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.18% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  88.59% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}


@media screen and (max-width: 1023px) {
    div.about-container div.about-wrapper div.about-us-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  div.about-container div.about-wrapper div.about-us-text img.img00.left, div.about-container div.about-wrapper div.about-us-text img.img00.right {
  float: none;
  margin: 10px auto;
  }

  div.about-container div.about-wrapper div.about-us-text p, div.about-container div.about-wrapper div.about-us-text h3, div.about-container div.about-wrapper div.breadcrumbs {
    padding:0px 10px;
  }

  div.about-container{
    margin-top:52px;
  }
}

@media screen and (max-width: 480px) {
  div.about-container div.about-wrapper div.about-us-text p {
    font-size: 15px;
  }
  div.about-container div.about-wrapper div.about-us-text h3 {
    font-size: 18px;
  }
}
/* LOAD MORE END
===================================================================*/









@media (max-width: 1199px) {
	.header{background: #378bff;}
	img.desktop-logo{display:none;}
	img.mobile-logo{display:block;}
	div.header-wrap{margin-top:0px;}

	img.icon-cart{display:none;}
	img.mob-icon-cart{display:block;width:36px;border-left:1px #d0d0d0 solid;padding: 0 0 0 15px;}
	.headcart span, .search span{
		color:#fff;
	}
	.close-header {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: none;
		background: rgba(0, 0, 0, 0.5);
	}
	.close-menu {
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 5px;
		top: 17px;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 20px;
	}
    
    .navigation {
    text-align: center;
}
    #menu #menu-item1 {
 padding-left: 15px;
}
    
    #menu {
    display: inline-block;
}

    
}

@media (min-width: 1200px) {

	#search-box {
		right: 38% !important;
	}
	.container {
		width: 1170px;
	}
    #menu li {
        display: none;
    }
    .navigation img {
        display:none;
    }

    div.cart-stats{
    	right:0px;
    }
}

@media (min-width: 481px) {
    .mob-cart, .mob-search {
        display: none;
    }
}

@media screen and (max-width:1023px){
    .header-left-side{
        display:flex;
        align-items:center;
        justify-content: center;
        flex-flow:column;
    }    
}

@media (max-width: 480px) {
    .navigation img {
     max-width:75px; 
     margin-left: 25px;
    }
	#logo1 {
		width: 265px;
		font-size: 16px;
		padding-top: 0px;
	}

	#search-box {
		width: 85%;
	}

    	#logo1 span {
		padding-top: 0px;
	}
    
    .navigation {
        height: 50px;
    }
    
    #menu li {
        padding: 0px;
        font-size: 12px;
    }
    #menu #menu-item1 {
        padding-left: 15px;
    }

    div.article div.seperator button.button{
        font-size:12px;
        padding: 10px 2px; 
    }
    .menur {
       max-width: 45px;
   	}
    .work, .mobi {
        display: none;
    }
    
    .mob-cart {
            max-width: 40px!important;
    margin-left: 0!important;
            margin-top: 10px!important;
    }
    .mob-search {
            max-width: 22px!important;
    margin-left: 10px!important;
            margin-right: 25px;
    }
    
    #menu {
        float: right;
    }
    
}


/* ============= MAIN CONTENT ============= */


.container {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
.row {
	margin: 0;
    flex-flow: row;
}
.center {
	justify-content: center;
	align-items: center;
    text-align: center;
}
.card {
	margin-bottom: 30px;
}
.col-wide {
	width: 100%;
}
.nav-tabs {
	border-bottom: 2px solid #DDD;
	margin-bottom: 15px;
	text-align: center;
}
.nav-tabs li {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
	padding-top: 5px;
}
.nav-tabs>li>a {
	padding: 8px 15px;
	font-size: 20px;
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	color: #666;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:hover {
	border: none;
	border-radius: 0;
	color: #FFF !important;
}

.product-tab {
	width: 100%;
}
.products {
	width: 25%;
	float: left;
	min-height: 1px;
}
.col-item {
	border: 1px solid #E1E1E1;
	background: #FFF;
	margin-bottom: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.col-item:hover {
	border: 1px solid #b52c24;
}
.col-item .photo {
	overflow: hidden;
        min-height: 255px;
    position: relative;
}
.photo img {
	height: auto !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	max-width: 100%; 
    max-height: 100%;  
    width: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
   margin: auto;
    
    
}
.col-item:hover .photo img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.col-item .info {
	padding: 0px 10px;
	margin-top: 1px;
}
.price-details>a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
	height: 40px;
}
.article.col-item .price-details h1 {
	resize: vertical;
	font-size: 17px;
	height: auto;
	line-height: 20px;
	margin-bottom: 8px;
	color: #010101;
	text-align: center;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.col-item .price-details {
	width: 100%;
	margin-top: 8px;
}
.col-item .price-details .price-old {
	font-size: 16px;
	margin-top: 3px;
	text-decoration: line-through;
	color: #9c9c9c;
    display: block;
}

.price-new {
    color: #000;
}

.col-item .price-details .price-new {
	font-size: 20px;
	margin-right: 10px;
	font-weight: 700;
    display: block;
}
.col-item .price-details span {
	float: right;
}
.clear-left {
	clear: left;
}
.seperator {
	margin-bottom: 0;
	margin-top: 6px;
	text-align: center;
	padding: 10px 2% 10px 0;
}

.button.style-1 {
	font-size: 26px;
	line-height: 18px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	letter-spacing: 2px;
	cursor: pointer;
    width: 100%;
    box-shadow: none;
 
}

.button.style-2 {
	line-height: 18px;
	padding: 10px 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border: 2px #b52c24 solid;
	letter-spacing: 2px;
	cursor: pointer;
    width: 100%;
}

.button.style-3 {
    font-size: 33px;
    line-height: 18px;
    padding: 10px 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: none;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100%;
}


.star img {
	width: 100%;
}
.product-tab.active {
	display: block;
}
.product-tab.hide {
	display: none;
}

    .pull-right, .pull-left {
    float: none;
    margin: 0 auto 4px;
    overflow: hidden;
    text-align: center;
}


    .col-item .price-details span {
        float: none;
    }
    .pull-right {
    max-width: 71px;
}
.pull-left {
    max-width: 225px;
}

/* zeljko dio */

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.column {
	flex-flow: column
}

.column .price-new {
        line-height: 1.8em;
}

div.product-wrapper {
	flex-wrap: wrap;
	max-width: initial;
	margin: 0 auto;
	width: 100%;
	margin-top: 15px;
}

div.product-wrapper div.products {
	width: 25%;
	height: auto;
	max-width:225px;
}

div.product-wrapper div.products a {
	border-radius: 6px;
	margin: 1%;
	text-decoration: none;
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: center
}

div.product-wrapper div.products div.product-title h3 {
	font-size: 20px;
	font-weight: 700;
	min-height: 3.1em;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 120%;
	padding-top: 5px
}

div.product-wrapper div.products div.prices {
	margin-bottom: 0
}

div.product-wrapper div.products div.prices span.price-old {
	color: #9c9c9c;
	font-size: 19px;
	margin-top: 3px;
	text-decoration: line-through
}

div.product-wrapper div.products div.prices span.price-new {
	font-size: 27px;
	font-weight: 700;
	display: block;
	color: #000
}

div.product-wrapper div.products img {
	width: 100%
}

div.product-wrap img.stars {
	max-width: 130px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px
}


div.main {
	max-width: 1063px;
	width: 100%;
	margin: 0 auto
}


.product-img {
	position: relative
}

.product-img:before {
	content: "-50%";
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	width: 51px;
	height: 51px;
	background: #ffbf00;
	background-repeat: no-repeat;
	background-position: 18% 70%;
	background-size: 440px;
	color: #000;
	font-size: 21px;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	top: 0px;
	left: 0px;
	z-index:999;
}

div.user-satisfaction {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row;
	background-color: #478b0532;
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
	justify-content: center;
	align-items: center;
	max-width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 17px
}

div.user-icon-wrap {
	max-width: 22px;
	width: 100%
}

div.user-satisfaction span {
	color: #478b05;
	font-size: 14px;
	margin-left: 5px;
	text-transform: uppercase;
}





@media (max-width: 1033px) {
.products {
    width: 25%;
}
}



@media (max-width: 780px) {
.products {
    width: 50%;
}
    .seperator {

	padding: 10px 10px;
}
    .stats {
    padding-top: 2%;
}
}

@media (max-width: 480px) {	
    
    .button.style-1, .button.style-2 {
        font-size: 20px;
    	padding: 20px 0px;
        letter-spacing: 0px;
}

    .seperator {
    padding: 5px;
}

    
    .col-item .photo {

    min-height: 150px;

}
    
}

/* zeljkov query */

@media screen and (max-width:768px) {
	div.product-wrapper div.products {
		width: 49%
	}
	div.image-wrapper {
		width: 40%;
		padding: 0
	}
}

@media screen and (max-width:575px) {
	div.image-wrapper {
		order: 1;
		margin-top: 15px;
		width: 100%
	}

	div.user-satisfaction span {
		font-size: 13px
	}
	div.user-icon-wrap {
		max-width: 19px
	}
}

@media screen and (max-width:480px) {
	.product-img:before {
		width: 45px;
		height: 45px;
		font-size:17px;
	}
	div.user-satisfaction span {
		font-size: 12px;
		line-height: 11px
	}
	div.user-satisfaction {
		max-width: 90%
	}

}



div.main {
	position: relative;
}




@media screen and (max-width:480px) {
	div.main {
		position: relative;
	}
}


div.empty-product div.product-img:before {
	display: none;
}

div.empty-product div.product-img img {
	max-width: 270px;
	margin: 0 auto;
	display: block;
}

div.empty-product {
	display: none;
}



/* ============= PRODUCT PAGE ============= */

.product-block1 {
    padding: 10px 0 0!important;
    background: #fff;
}

.block1-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1370px;
}

.wrapper_left {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-height: 455px;
}

.banner:after, .banner:before {
        content: '';
    position: absolute;
    z-index: 4;
    top: 50%;
    margin: -75px 0 0;
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
}

.banner:before {
    left: 0;
}

.product-block1, div.block3-wrap{
	max-width: 1170px;
	margin:0 auto;
}

select.selectBox[name="quantity "]{
	display:none!important;
}

/* --- User choice (mobile friendly) ---*/
div.userChoice{
	clear:both;
}

span.best-choice{
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: #f3d17e;
    color: #333;
    padding: 5px 0!important;	
}

div.userChoice div.btnWrapper span.choice{
	border: 1px solid #bfbfbf;
    cursor: pointer;
    padding:13px 10px;
    width:100%;
    font-size:20px;
    flex-wrap: nowrap;
}

.choice-q{
	font-weight:bold;
	font-size:21px;
}

span.choice:hover{
	background-color: #fdf7e8;
}

span.choice-selected{
    border: 1.5px solid #fbcc59!important;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.16);
    background-color: #fdf7e8;
    cursor: pointer;
}

div.userChoice div.btnWrapper{
	width:33%;
}

@media screen and (min-width:768px) and (max-width:800px){
	div.userChoice div.btnWrapper span.choice{
		font-size:17px!important;
	}
}

@media screen and (max-width:768px){
	div.userChoice div.btnWrapper span.choice{
		font-size:calc(17px + (20 - 17) * (100vw - 320px) / (768 - 320));
	}
}


.old {
    font-size: 36px;
    text-decoration: line-through;
}

.wrapper-left {
    display: inline-block;
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-height: 455px;
}

.wrapper-left h3 {
    margin: 30px 40px 30px 50px;
    font-size: 50px;
    font-weight: 700;
    color: #333;
}

.wrapper-left h4 {
    margin: 30px 40px 0 50px;
    font-size: 30px;
    font-weight: 500;

}

.banner {
    backface-visibility: hidden;
    color: #fff;
    padding: 15px 60px 15px 40px;
    font-size: 58px;
    text-align: right;
    line-height: 1;
    overflow: hidden;
    margin: .7em 0 .7em 50px;
    position: relative;
    width: 530px;
}

old {
    font-size: 36px;
    text-decoration: line-through;
}

.wraped {
    border: 1px solid #86818163;
    box-sizing: border-box;
    padding: 5px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.matrix {
    font-size: 32px;
    display: inline-block;
    line-height: 1.5;
    overflow: hidden;
    clear: both;
    width: 42%;
    margin: 0 4%;
}

.matrix p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.matrix p.free {
    border-top: 1px solid #86818163;
}

.last_paragraph {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 20px;
    width: 48%;
    line-height: 1.1em;
    vertical-align: top;
}

.wrapper-right {
    display: inline-block;
    float: right;
    width: 49.5%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-height: 455px;
    position:relative;
}

.wrapper-right img {
    height: auto;
    max-width: 530px;
}


.fleft {
    float: left;
}


.fright {
    float: right;
}


.product-block3 {
        overflow: hidden;
    padding: 20px 0;
    background: #f9f9f9;
}

.block3-wrap {
        margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    overflow: hidden;
}

.block3-wrap h2 {
        font-size: 44px;
    text-align: center;
    font-weight: 400;
    margin: 7px auto 35px;
    display: block;
    color: #333;
}

.block3-wrap wrapper-left {
    display: inline-block;
    width: 49.5%;
    float: left;
}

.slides-wrapper {
    display: block!important;
}



.c008 {
    display: inline-block;
    float: left;
}

.c036 {
    display: block !important;
}

.c037 img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.c003 {
    clear: both;
}

div.c038 {
    margin: 0 auto;
    overflow: hidden;
    max-width: 580px;
    margin-top: 10px;
}

.c038>div {
    border: 1px solid #8e8e8e;
    width: 50px;
    float: left;
    margin: 2px;
    opacity: 0.5;
}

.c039 {
    width: 100%;
    cursor: pointer;
}

.stats {
    font-family: "Helvetica neue",Helvetica,Verdana,sans-serif;
    color: #ff6575;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 17px;
}

.stats div img {
    margin-right: 8px;
    display: inline-block;
}

.description span {
    font-size: 23px;
    line-height: 30px;
}

.not-available-retail {
    margin-top: 12px;
}

.not-available-retail span {
    font-size: 16px;
    font-weight: 700;
}

.rating img {
    width: 100px;
    position: relative;
    top: 5px;
    margin: 0 3px 0 0;
    display: inline-block!important;
}

.rating span {
    font-weight: 500;
}

.buy-wrapper {
    padding: 10px 0 0;
    overflow: hidden;
}

.selects {
    display: inline-block;
    width: 25%;
    float: left;
}

.kolicina {
    margin-bottom: 20px;
}

.kolicina span {
    font-size: 24px;
    font-weight: 400;
}

.select {
        width: 100%;
}

.select .quantity .element {
    height: 60px;
    width: 60px;
    font-size: 20px;
}

.select .quantity .element.number {
   max-width: 60px; 
    width: 100%;
}



.matrix2 {
    display: inline-block;
    width: 67%;
    float: right;
}

#price-calculation {
    height: 20px;
}

#price-calculation .price {
    color: #333;
    font-weight: 500;
    text-align: right;
    font-size: 50px;
    padding-right: 19px;
    margin-bottom: 25px;
    margin-top: 50px;
}

#price-calculation .price1 {
	width:100%;
}

#price-calculation .price1 .c052{
	color:#abadb3;
}

#price-calculation .price1 span:nth-child(2){
	color:#ce232c;
}

.double_price {
    text-decoration: line-through;
    color: #333;
    font-style: italic;
    font-weight: 400;
    text-align: right;
    font-size: 32px;
    padding-right: 20px;
}

.price2, .price3 {
    display: none;
}

.action_button {
    width: 100%;
    background-color: #dd1e31;
    font-weight: 600;
    height: 3rem;
    font-size: 2rem;
    border: none;
    padding: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.payments {
    display: inline-block;
    width: 68%;
    float: left;
}

.payments img {
    width: 100%;
}


.spec {
    overflow: hidden;
    padding: 3em 0;
    background-color: #fff;
}

.spec-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    overflow: hidden;
}



.megalex {
    padding: 0 20px;
}

.megalex h2 {
    font-size: 31px;
    font-weight: 100;
    line-height: 1.3;
    margin: 0;
}


.multiple-pics {
    margin-top: 60px;
}

.width33 div {
    float: left;
    display: inline-block;
    width: 25%;
}

.width33 div img, .width25 div img {
        width: 100%;
    padding: 2%;
    box-sizing: border-box;
}

.width25 div {
    float: left;
    display: inline-block;
    width: 25%;
}

.buttonHolder {
    padding: 25px 10px;
    text-align: center;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.btnType11 {
    box-shadow: none;
    max-width: 400px;
    margin: 0 auto;
    padding: 0!important;
    color: #fff!important;
}

.btnType11 a {
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    padding: 15px 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #333!important;
}

.video-block {   
    overflow: hidden;
    max-width: 500px;
    margin: 10px auto;
}

.video-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    overflow: hidden;
}

.video-wrap>div {
       width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    color: #333; 
}

.iframe_holder iframe {
    width: 100%;
    height: 98%;
    min-height: 376px;
}

.video_safe h2 {
    font-size: 46px;
    margin: 0;
}

.video_safe p {
    font-size: 30px;
    line-height: 42px;
    margin: 1em 0;
}

.div.product-pics {
    float: left;
}

            .banner:after {
    right: 0;
    border-right: 30px solid #fff;
    box-sizing: inherit;
}

.c051 select {
    border-radius: 3px;
    box-shadow: none;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 24px;
    outline: 0;
    padding: 15px 160px 15px 10px;
    position: relative;
}



.c053 {
float: right;
text-align:right;
}

.c053 span {
    font-weight: 500;
    text-align: right;
    font-size: 50px;
    padding-right: 19px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.c052 {
        text-decoration: line-through;
    font-style: italic;
    font-weight: 400 !important;
    text-align: right;
    font-size: 32px!important;
    padding-right: 20px!important;
}

.c088 {
       margin: 20px 0;
    width: 390px;
}

.c087 {
        font-size: 24px;
    margin-bottom: 13px;
    width: 100%;
}

.seperator a .button {
    max-width: 100%;
    line-height: 1em;
}

.c061 {
    max-width: 1399px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}


.c068 div {
    float: left;
    display: inline-block;
    width: 25%;
}

.c068 div img {
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
}

.c071 {
    overflow: hidden;
    padding: 0;
}

.c072 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;

	box-sizing: border-box;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.c072 > iframe{
    width: 100%;
    max-width: 470px;
    height: 98%;
    min-height: 376px;
}

.c072>div {
    box-sizing: border-box;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.c071 .c075 iframe {
width: 100%;
    max-width: 470px;
    height: 98%;
    min-height: 376px;
}

.c071 .c074 {
       margin-left: auto;
    margin-right: auto;
}

.c074 {
    padding: 10px 0!important;
}

.c075 {
    padding: 20px;
}

.c071 .c074 h2 {
    font-size: 46px;
    margin: 0px;
    color:#fff;
    color:#000;
}

.c071 .c074 p {
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
    color:#fff;
    color:#000;
    margin-top:10px;
}

/* Novi dio */

.c025 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 1% 0;
}

.c026 {
    overflow: hidden;
    margin: 0 auto;
    max-width: 960px;
}

.c027 {
    overflow: hidden;
}

.c031 {
    float: none;
}

.c028 {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0;
}

.c026 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin: 7px auto;
    width: 95%;
}

.c028 h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    padding: 22px 0 10px;
    text-align: center;
}

.c026 p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #000000;
    text-align: center;
}

.c030 {
    float: none;
}

.c029 {
    display: block;
    width: 100%;
}

.c029 img {
    width: 100%;
    max-width: 500px;
    display: block;
    float: none;
    margin: 10px auto;
}

.c058 {
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
}

.c058 .c065 div:first-child {
    margin: 0 auto;
    float: none;
    display: block;
    width: 97%;
    overflow: hidden;
}

.c058 .c065 div p {
    line-height: 26px;
    font-size: 19px;
    margin: 3px auto;
}

.c058 .c065 div:first-child p {
    text-align: left;
    font-weight: 700;
}

.c058 .c065 div:last-child {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
}

.c058 .c065 div:first-child, .c058 .c065 div:last-child {
    margin: 0 auto;
    float: none;
    display: block;
    width: 97%;
    overflow: hidden;
}

.c059 {
    overflow: hidden;
    padding: 2em 0;
    max-width:960px;
    margin:0 auto;
}

.c059 span {
    margin-bottom: 35px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    
    
}

.c059 ul {
    margin: 10px 0px 30px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
    
}


.c059 ul li {
    list-style-type:disc;
}

 .wrapper-left h4 {
    font-size: 20px!important;
}


@media screen and (max-width: 1024px) {
    
    .c028 h2 {
    text-align: center;
        margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
}
    
    .c028, .c029, .c029 img, .c030, .c031, .c032 {
    width: 97%;
    margin: 10px auto;
    float: none;
    display: block;
    text-align: center;
}
    
    .c071 .c074 {
    margin-left: auto;
    margin-right: auto;
}
    .c075 iframe {
    max-width: 470px;
    min-height: 260px;
}
    .c071 .c073 {
    margin-top: 7px;
}
.c072>div {
   box-sizing: border-box;
    float: left;
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px;
}
}

@media (max-width: 479px) {
    .c071 .c075 iframe {
        max-width: 300px;
        min-height: 200px;
    }
    .noHover{
        pointer-events: none;
    }

	div.selects div.c088, div.selects div.c088 select.sel-prop{
		width:100%;
		box-sizing: border-box;
		padding-right:10px;
	} 
}

/* query start */

@media (max-width: 1379px) {
    .c008 {
    margin-left: 10px;
   width: 100%;
}
    .block1-wrapper {
    max-width: 1110px;
    overflow: hidden;
    } 
    .banner {
    width: auto;
    font-size: 50px;
}
    .matrix, matrix2 {
    line-height: 1.2;
}
    .iframe_holder iframe {
    min-height: 280px;
}
    
    .video_safe p {
    font-size: 25px;
    line-height: 1.5;
}

}

@media (max-width: 1200px) { 
    .c053 span {
        display: block;
        margin: 0;
    }

    div.navigation{
		display:none;
	}

	div.header{
		margin-top:0px;
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

	#logo1 img{
		max-width:125px;
	}
}

@media (max-width: 1023px) {
    
        div.product-pics {
        float: none;
    }

    .wrapper-left h3 {
    margin-right: 0;
    margin-left: 50px;
    text-align: center;
    margin-top: 10px;
        font-size: 40px;
}
    .wrapper-left h4 {
    margin-right: 0;
    margin-left: 50px;
    text-align: center;
}
    .banner {
    text-align: center;
    width: 360px;
    padding: 15px 50px;
    font-size: 43px;
    box-sizing: border-box;
}
    
    
    .matrix {
    line-height: 1.5;
}
    .last_paragraph {
    font-size: 21px;
}
    .wrapper-right img {
    height: auto;
    float: none;
    max-width: 400px;
    display: block;
}
    .block1-wrapper .wrapper-right img {
        margin: 0 auto;
    }

    .fleft, .fright {
            width: 97%;
    margin: 10px auto;
    float: none;
    display: block;
    text-align: center;
    }
 
    .stats {
        font-size: 16px;
    }
    .selects {
    width: 35%;
}
    .kolicina {
    margin-bottom: 10px;
}
    .kolicina span {
    font-size: 16px;
}
    .select select {
    padding: 5px 65px 5px 10px;
}
    
    .matrix2 {
    width: 65%;
}
    
    #price-calculation .price {
        font-size: 33px;
    margin-top: 30px;
    }
    
    .double_price {
    font-size: 20px;
}
/*    .payments {*/
/*    width: 63%;*/
/*}*/

    .megalex h2 {
    font-size: 25px;
}
    
 .vide-wrap>div {
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px;
} 
    .iframe_holder iframe {
    max-width: 470px;
    min-height: 260px;
}
    .video_safe h2 {
    font-size: 36px;
}
    
    .video_safe p {
    font-size: 18px;
}
    .video-wrap>div {
            float: none;
    width: 100%;
    text-align: center;
    padding: 5px;
    }

    
    .kolicina span {
    font-size: 16px;
}
    
    .select .quantity .element {
    height: 40px;
    width: 40px;
    font-size: 16px;
}


}


@media (max-width: 767px) {

    .c058 .c065 div:last-child {
     margin: 0 auto;
    float: none;
    display: block;
    width: 97%;
    overflow: hidden;
}
    .c058 .c065 div:first-child {
      margin: 0 auto;
    float: none;
    display: block;
    width: 97%;
    overflow: hidden;
}
    div.c038 {
    max-width: 500px;
    margin-bottom: 5px;
}
    .c037 img {
    max-width: 500px;
}
    .c008 {
    display: block;
    float: none;
    width: 97%;
    margin: 0 auto;
    text-align: center;
}
   .wrapper-left h3, .wrapper-left h4, .banner, .matrix, matrix2 {
    margin: 5px auto;
    box-sizing: border-box;
    padding: 5px;
} 
     .wrapper-left, .wrapper-right {
        float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    min-height: inherit;
    }
    
    .matrix p.free {
    font-size: 22px;
}
    .wrapper-left {
    text-align: center;
}
    .block3-wrap .wrapper-left, .block3-wrap .wrapper-right {
  display: block;
    float: none;
    width: 97%;
    margin: 0 auto;
}
    .div.product-pics {
          max-width: 500px;
    margin-bottom: 5px; 
    }
    .block3-wrap .wrapper-right, .width33 div img, .width25 div img {
        max-width: 500px;
    }
    .block3-wrap .wrapper-right {
        display: block;
    float: none;
    width: 97%;
    margin: 0 auto;
    }
    
    .multiple-pics {
        
    margin-top: 10px;

    }
    
    .width33 div, .width33 div img, .width25 div, .width25 div img {
          margin: 0 auto;
    float: none;
    display: block;
    width: 97%;
    overflow: hidden;  
        max-width: 336px;
    }
    .big-img {
    max-width: 500px;
}
    
        .wraped {
    margin-right: 10px;

}
    
    .big-img {

    margin: 0 auto;

}
    
    div.product-pics {
    margin: 10px auto 0;

}
    
    .block3-wrap h2 {
    font-size: 30px;
}
    

    
        .banner:before {
    border-left: 30px solid #fff;
}
    
    .wraped {
        margin: 0 50px 20px 50px;
    }
    
    .c068 div {
        margin: 0 auto;
    float: none;
    display: block;
    width: 97%;
    overflow: hidden;
        text-align: center;
    }

    #c068-mob div img {
        max-width: 300px;
    }
}

@media (max-width: 599px) {
    .c037 img {
    max-width: 100%;
}
    .product-image img {
        max-width: 100%;
    }
    
}


@media (max-width: 479px) {
   
    div.c038 {
           max-width: 300px; 
        width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
    }
    .wrapper-left h3, .wrapper-left h4, .banner, .matrix, .last_paragraph
    {
    margin: 5px auto;
    width: auto;  
        font-size: 28px;
    }
    
    .banner {
        font-size: 30px; 
    }
    .old {
    font-size: 24px;
}
    
    .matrix {
    font-size: 20px;
}
    .last_paragraph {
    font-size: 18px;
}
    .wrapper-right img {
    max-height: 280px;
}
    div.product-pics, .selects, matrix2, .payments {
        max-width: 300px;
    }
    div.product-pics, .selects,  .select select,  .hoverly, .hoverly span {
       width: 100%;
    margin: 0 auto;
    float: left;
    display: block; 
    }
    .hoverly {
        float: none;
    }
    .stats {
            font-size: 13px;
            text-align: center;
    }
    .not-available-retail span {
    line-height: 24px;
}

    .selectBox {
        margin: 0 auto;
    }
    .kolicina {
    margin-bottom: 20px;
}
    .select select {
    max-width: 180px;
}
    
    #price-calculation .price {
       text-align: center;
    padding: 0;
    margin-top: 12px; 
    }
    
    .hoverly {
    max-width: 300px;
    min-height: 70px;
}
    .hoverly span {
    font-size: 17px;
    max-width: 300px;
}
    .hoverly img {
        margin: 0 auto;
        float: none;
        max-width: 100%;
    }
   .iframe_holder iframe {
    max-width: 300px;
    min-height: 200px;
} 
    
    .video_safe h2 {
    font-size: 30px;
}
    .video_safe p {
    font-size: 24px;
    line-height: 1.2em;
}
    
    .select {
            text-align: center;
    }
    
    #price-calculation .price {
    font-size: 20px;

}
    
    .kolicina span {
    font-size: 16px;
        
}
    .kolicina {
        text-align: center;
    }
    .matrix2 {
            text-align: center;
    width: 100%;
    }
    .not-available-retail {
        text-align: center;
    }
    .payment-methods {
        text-align: center;
    }
    .payments {
        float: none;
    }
    .rating {
        text-align: center;
    }
    .selects {
        float: none;
    }
    #price-calculation {
    height: 100%;
}

        .c053 {
    float: none;
}
    .c053 span {
        text-align: center;
    }
        .wrapper-right1 img {

    max-width: 280px;

}
}




/* ============= CART PAGE ============= */

.instantRemove {
    cursor:pointer;
}

.container.wrapper {
	height: 65%;
}

.ws_breadcrumbs {
    cursor: initial;
}

.cart-table {
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #2e2e2e;
	font-weight: 600;
	border: 1px solid #eee;
}
.cart-table th {
    max-width: 1024px;
	vertical-align: middle;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #253242;
    text-align: center;
}
.cart-table td {
	vertical-align: middle;
	padding: 8px 5px 9px 11px;
	border-bottom: 1px #e6e6e6 solid;
	background: #fff;
	font-weight: normal;
    text-align: center;
}
.cart-table .col-2 {
	width: 130px;
}
.cart-table .col-3 {
	width: 150px;
}
.cart-table .col-4 {
	width: 130px;
}
.cart-table .col-5 {
	width: 65px;
}
.cart-table td:first-child {
	padding-left: 0!important;
}
.cart-table td {
	border: none;
}
.cart-table td:first-child {
	padding-left: 0!important;
}

.cart-line-items button {
	border: 1px #d1d1d1 solid;
	height: 32px;

	width: 34px;
	margin-left: -1px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	color: #4c4c4c;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
    background: #fff;
    font-size: 18px;
}

.cart-line-items button:hover {
	background: #b52c24;
    color: #fff;
}

.button-box {
	text-align: center;
	font-size: 0;
	max-width: 1024px;
}

.button-box p {
    text-align: center;
}

.button-box a {
        padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    margin-bottom: 10px!important;
    letter-spacing: 0;
    margin-left: 11px!important;
}

.summary {
	padding: 10px 15px;
	text-align: right;
	float: right;
	margin: 0;
}
.summary .total-price {
	font-size: 18px;
	line-height: 30px;
	color: #343434;
	font-weight: 600;
	margin-bottom: 15px;
	margin: 0 95px 29px 0;
	text-align: right;
}
.total-price span {
	font-size: 24px;
	padding-left: 10px;
}
.summary .button {
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	margin-bottom: 10px;
	letter-spacing: 0;
	margin-left: 11px;
}
.summary {
	text-align: center;
}
.button-box .row .summary {
	background: #eee;
}

.inline {
	display: inline-block;
}

.button-box {
	background: transparent;
	float: right;
    max-width: 508px;
    width: 100%;
}

.button-box .tot {
	font-size: 26px;
	text-align: right;
    padding-left: 0px;
    margin: 25px 0;
}

.button-box span {
	font-weight: 400;
	font-size: 22px;
    padding-right: 5px;
}

div.cart-wrapp {
	max-width:1063px;
	width:100%;
	margin:0 auto;
}

div.button-box{
	cursor: initial;
}

a.cart-to-shop-link, a.cart-to-checkout-link{
	padding:0px!important;
	margin:0px!important;
	padding-bottom:15px!important;
}

p.cart-to-checkout-btn, p.cart-to-shop-btn{
	width: 100%;
    max-width: initial;
    min-width: initial;
    margin: 0px;
    padding: 0px 41px;
    font-size: 26px;
    position: relative;
    display: block;
    font-weight: 500;
}

p.cart-to-checkout-btn span,p.cart-to-shop-btn span{
	line-height:81px;
	font-size:24px;
	color:#333;
}

a.cart-to-checkout-link{
	margin:0px!important;
}

p.cart-to-checkout-btn:before {
    content: "";
    display: inline-block;
    color: #fff;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 85px;
    height: 81px;
    padding: 0;
    left: -41px;
    float: left;
}

.button,
.button2 {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase
}

.button {
	padding: 11px 5px;
	max-width: 240px;
	width: auto
}

.button2 {
	padding: 11px 10px;
	max-width: 250px;
	width: auto
}



.cart-line-items td {
	vertical-align: middle;
}

 .minw {
     min-width: 255px;   
    }


/* --- ws_breadcrumbs --- */
.ws_breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 85%;
    max-width: 800px;
    margin: 2em auto 20px;
}

.ws_breadcrumbs .ws_breadcrumbs-step {
    width: 120px;
    text-align: center;
    padding: 0 1em;
    position: relative;
}

.ws_breadcrumbs .ws_breadcrumbs-step .circle.active {
    background-color: #253242;
    color:#fff;
    font-weight: 500;
}

.ws_breadcrumbs .ws_breadcrumbs-step .circle {
    height: 25px;
    width: 25px;
    background-color: #dadada;
    border-radius: 50%;
    color: #fff;
    margin: auto auto 5px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.ws_breadcrumbs .ws_breadcrumbs-step span.active {
    color: #403f3f;
}

.ws_breadcrumbs .step-one span, .ws_breadcrumbs .step-three span, .ws_breadcrumbs .step-two span {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.ws_breadcrumbs .step-three span, .ws_breadcrumbs .step-two span{
	color: #d4d4d4;
}

.ws_breadcrumbs .line {
    width: 90%;
    height: 1px;
    margin-top: -5px;
    background-color: #d4d4d4;
}

.ws_breadcrumbs .step-two {
    position: relative;
}

.ws_breadcrumbs .ws_breadcrumbs-step span {
    position: absolute;
    font-size: 9px;
    color: #d4d4d4;
    width: inherit;
    top: 30px;
    left: -12px;
    width: 90px;
}

@media screen and (max-width:480px){
	.ws_breadcrumbs .ws_breadcrumbs-step span{
		left:-18px;
	}
	
	a.cart-to-shop-link, a.cart-to-checkout-link{margin:0px 10px!important;}
	
	p.cart-to-shop-btn span{font-size:20px}
}

.cart-is-empty{
	margin-left:15px;
    padding: 0px 10px;
}

/* --- actual breadcrumbs --- */

.crumbs {
   background: #fff;
    max-width: 1170px;
   margin: 0 auto;
   padding: 100px 25px 0 50px;
}

.crumbs a {
    color: #a9a9a9;
}

.categories-link {
    display: none;
}


/* fix for subtemplate 2 */
.shopModifier {
    padding-top: 10px!important;
}

/* fix za subtemplate 6 */
.c034 {
    padding: 20px 0 0 0!important;
}

@media screen and (max-width: 1023px) {
    .crumbs{
    padding: 70px 25px 0 50px;
}
}

@media screen and (max-width: 768px)
{
.crumbs {
    padding: 70px 25px 0 10px;
}
}

/* zeljkov css */

.cart-line-items button{
    height: 35px;
    width: 35px;
font-weight: 400;
font-size:19px!important;
}

.cart-line-items tr td.instantRemove{
    color: transparent;
    font-weight: bold;
    font-size: 18px!important;
    padding: 0px 5px!important;
    cursor:pointer;
}

.cart-line-items tr td:nth-child(2){
   display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 85%;
    padding: 10px 0px!important;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 20px;
    margin: 0 auto;
    margin-left: 0px;
    margin-top: 5px;
}

.cart-line-items tr td:nth-child(5) span, .cart-line-items tr td:nth-child(6) span{
display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0px!important;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 13px;
    margin: 0 auto;
    position: relative;
    clear: both;
    max-width: 50px;
}

@media screen and (max-width:1023px){
	.cart-line-items tr td:nth-last-child(1){
		background-size: 30px;
	}
}

/* ------------------------------------------- */
/* ----------------- SUPLJAK ----------------- */
/* ------------------------------------------- */
@media screen and (max-width:768px){
	table, tr, th, td {
	    display: block;
	    width: 100%;
	}

	tbody{
		display:block;
		width:95%;
		margin:0 auto;
	}

	tr{
		position:relative;
	}

	td{
		padding-left:0px!important;
		padding-right:0px!important;
	}

	td.instantRemove{
		position:absolute;
		top:0px;
		right:0px;
		width:initial;
	}

	thead{
	 	display:none;
	}

	.cart-line-items tr{
		margin-bottom:10px;
	}

	.cart-line-items tr td:nth-child(2){
		width:100%;
	}

	.cart-line-items tr td.item-name,.cart-line-items tr td.control-buttons, .cart-line-items tr td.item-price{
		text-align: right!important;
		display:block!important;
		max-width:initial!important;
		font-size: 16px!important;
	}

	td.item-image img{
		width:88px!important;
	}

	.item-name-append, .control-buttons-append{
		font-size:16px;
		float:left;
		font-weight:bold;
	}

	.cart-line-items tr td.item-price span{
		display:inline-block;
	}
	.item-price-append{
		display:inline-block;
		max-width:initial!important;
		font-size: 18px!important;
    	width: initial!important;
   		float: left!important;
   		font-weight:bold;
	}

	.cart-line-items tr td:nth-last-child(1){
		background-size: 33px;
	}
}
/* ------------------------------------------- */
/* --------------- SUPLJAK END --------------- */
/* ------------------------------------------- */

@media screen and (max-width:575px){
	p.cart-to-checkout-btn span, p.cart-to-shop-btn span{
		font-size:calc(14px + (24 - 14) * (100vw - 320px) / (575 - 320));
	}
}

@media screen and (max-width:420px){
	p.cart-to-checkout-btn{
    	padding: 0px 15px;	
	}

	p.cart-to-checkout-btn:before{
		left:-15px;
	}
}


/* zeljko css kraj */

@media (min-width: 992px) {
	.summary {
		width: 50%;
	}
	.bwidth1 {
		width: 50%;
	}
	.bwidth2 {
		width: 41.66666667%;
	}
}
@media (max-width: 991px) {
    
	.cart-table th, .cart-table td {
		padding-left: 5px;
		padding-right: 5px;
	}
	.cart-table .col-2 {
		width: 90px;
	}
	.cart-table .col-3 {
		width: 134px;
	}
	.cart-table .col-4 {
		width: 100px;
	}
	.cart-table .col-5 {
		width: 55px;
	}
	.summary .total-price {
		margin-right: 0px;
		margin-top: 10px;
	}
	.summary .button.style-1, .summary .button.style-2 {
		padding: 10px 10px;
	}
}
@media (max-width: 767px) {
    .container.wrapper {
        padding: 0;
    }
	.responsive-table {
		margin-bottom: 0;
		width: 100%;
	}
	.cart-table .col-2 {
		width: 80px;
	}
	.cart-table .col-3 {
		width: 94px;
	}
	.cart-table .col-4 {
		width: 75px;
	}
	.cart-table .col-5 {
		width: 40px;
	}
	.cart-table th, .cart-table td {
		padding-left: 7px;
		padding-right: 7px;
	}

	.table-cart .subtotal {
		font-size: 14px;
	}
	.summary {
		padding: 0px 15px;
	}
	.summary .total-price {
		margin-bottom: 10px;
	}
	.summary .button {
		font-size: 12px;
		padding: 10px;
	}
	.remove img {
		width: 20px;
		max-width: none;
	}
}
@media (max-width: 599px) {

    .button-box {
     text-align: center;
    }
	.summary .button {
		font-size: 10px;
		padding: 5px 5px;
	}

   

    .cart-line-items {
        font-size: 12px;
    }
     .cart-line-items tr td {
        font-size: 12px!important;
    }
    .cart-line-items button {
/*
            height: 25px;
    width: 25px;
*/
        font-size: 14px;
    
}
    
    .cart-table th, .cart-table td {
    padding-left: 6px;
    padding-right: 6px;
}
    
    .cart-line-items tr td:nth-child(2) {
        max-width: 59px;
    }
 
}

@media (max-width:478px) {
        .container.wrapper {
        padding: 0;
    }
    
}

@media (max-width: 370px) {
	.cart-table th, .cart-table td {
		font-size: 12px;
		padding-left: 3px;
		padding-right: 3px;
	}

	.summary {
		text-align: center;
	}
	.summary .total-price {
		margin-top: 20px;
		text-align: center;
	}
        .button-box {
        padding: 0;
    }
    .button-box a {
     margin: 0;   
    }

    .cart-line-items button {
/*
    height: 20px;
    width: 20px;
*/
    }
    .cart-table th, .cart-table td {
    padding-left: 2px;
    padding-right: 2px;
}

    
}

@media (min-width: 326px) {
	#emptycart {
		display: inline-block;
		height: 103px;
		overflow-y: hidden;
		max-width: 170px;
	}
    
    

}


/* ============= CHECKOUT PAGE ============= */

.checkout-outer-wrap{
	max-width:1063px;
	margin:0 auto;
}

.checkout-wrap .container {
	min-height: 200px;
}

@media screen and (min-width:769px){
	.checkout-wrap, .checkout-wrap .container {
		min-height: 390px;
		width:100%;
	}

	.order-heading{
		text-align:left;
	}
	
	div.checkout-outer-wrap div.form-outer-wrap{
		margin-left:15px;
	}
}

.services {
	margin-top: 20px;
}
.widecol, .form, .warranty {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.order-heading {
	text-align: left;
	border-bottom: 2px solid #ddd;
	padding-bottom: 11px;
	color: #000;
	font-size: 28px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight:500;
}

.badges {
	max-width: 321px;
    width: 100%;
	overflow: hidden;
	margin-bottom: 24px;
	text-align: left;
    display: flex;
    align-items: center;
}


.note-war img, .note-safe img, .note-del img {
    height: 60px;
    margin: 9px 0 0 7px;
}

.badge-text {
	float: left;
	max-width: 200px;
    width: 100%;
	padding: 11px 0 0 26px;
}
.badge-text h2 {
	color: #666;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 9px;
}
.badge-text div {
	color: #777;
	font-size: 13px;
	line-height: 18px;
}
.badge-img {
	width: 78px;
	height: 78px;
	float: left;
	margin-top: 10px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

div.customerOrder{
	margin-top:0px;
}

p.order.flex.flex-5.justify-start.align-center.cell-bg{
    text-align: left;
}

.customBg{
	color: #f8f8f8;
}

/* zeljkov css */

@media (max-width: 991px) {

div.warranty{
    display: flex;
    flex-flow: row;
    justify-content: center;
align-items: start;
}

div.warranty div.badges{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	width: 25%;
    margin: 0px 2%!important;
}

div.warranty div.badges div.badge-img{
   margin:0px;
    display: flex;
    justify-content: center;
    align-items: center; 
   max-width:initial;
}

div.warranty div.badges div.badge-text{
padding:0px;
margin-top: 7px!important;
text-align:center;
}

.note-war img, .note-safe img, .note-del img{
margin:0px;
padding:0px;
height:initial;
max-width:55px;
}
/* kraj zeljka */
    
}

.footer-icons{
	max-width:1063px;
	margin:0 auto;
}

@media screen and (min-width:768px) and (max-width:1023px){
	.form-outer-wrap{
	    max-width: 53%!important;
	    padding: 0px 10px!important;
	}
}


@media screen and (max-width:768px){
	.checkout-outer-wrap{
		flex-flow:column!important;
	}
}

.order-details {
	border: 1px solid #eee;
	padding: 0;
	text-align: left;
	margin-bottom: 23px;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.width30 {
	width: 30%;
}
.checkout .table>thead>tr>th {
	border-bottom: 1px solid #eee;
	background: #eee;
}
.checkout .table>tbody>tr>td {
	border: none;
}
.add-top-border {
	border-top: 1px solid #eee!important;
}
.v-align {
	max-width: 35px;
	width: 100%;
	vertical-align: middle;
}

/* form css */

.form {
       position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 50px; 
    padding-bottom: 30px;
}

#ime3 {
    display: none;
}

.input_wrapper {
    overflow: hidden;
    margin-bottom: 15px;
}

.input_wrapper label, .input_wrapper_komentar label, .info-order{
        text-align: left;
    line-height: 2.4em;
}

.input_wrapper input, #komentar {
        border: 2px solid #e6e6e6;
    border-radius: 0;
        display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input_wrapper_komentar {
        margin-top: 10px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 2.5em;
    color: #000;
    overflow: hidden;
    text-align: right;
    margin: 5px 0px!important;
        float: none!important;
    width: 100%!important;
}

#komentar {
    height: 60px;
}

.info-order {
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.button-contact {
    padding: 0px;
    font-size: 21px;
    height: auto;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
}
.button-contact a {
      color: #fff;
      line-height: 22px;
    display: block;
    height: 100%;
    padding: 20px 0;
}


.contact-form-content p {
    clear: both;
}

    .button-contact {
    margin-top: 2%;
    }

.input_wrapper .select {
    float: left;
    height: 34px;
}

.product-box, .labtit{
	display: none;
}

#newform #repp3, #newform #repp33, #newform #repp34 {
    display: block;
    position: absolute;
    z-index: 999;
    width: 80%;
    height: 100%!important;
    font-size: 24px;
    text-align: center;
    line-height: 1.25em;
    color: #ffffff;
    margin: 0;
    top: initial!important;
    background: rgba(0, 0, 0, 0.85);
    padding: 23% 4% 0;
    border-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    max-width: initial!important;
}

.check-icon {
    top: 15px!important;
    right: 15px!important;
}

.contact-form-content .payment , .contact-form-content .sales , .contact-form-content .sigurno {
    display: none;
}

.info-text {
    padding: 10px 0;
}

@media (min-width: 992px) {

	.widecol {
		width: 100%;
		float: left;
	}
	.form {
		width: 100%;
		float: left;
	}
	.warranty {
		width: 25%;
		float: left;
	}
    .input_wrapper input, #komentar, .button-contact, .input_wrapper .select {
            width: 60.33333333%;
    }
    .input_wrapper label, .input_wrapper_komentar label, .info-order {
        width: 25.33333333%;
        float: left;
    }

    .contact-form-content p {
        text-align:center;
    }
}
@media (max-width: 991px) {

	.widecol, .warranty {
		padding: 0px 0 5px 0;
	}
    .form {
        padding: 0 10% 30px;
    }
        .checkout-wrap .row .container {
        width: 100%;
    }
    .badges {
        margin: 0 auto;
    }
    
    
    #newform {
    margin: 0 auto;
}

}

@media screen and (max-width: 799px) {
.input_wrapper, .input_wrapper_komentar {
    padding: 0px!important;
}
}

@media (max-width: 768px) {

	.checkout-wrap{
		max-width:500px;
		margin:0 auto;
		width:100%;
	}
/*
    .input_wrapper input, .input_wrapper select, textarea#komentar {
    min-height: 40px!important;

}
*/
    #newform, #newform #repp3, #newform #repp33, #newform #repp34{
    max-width:100%!important;
}
    .form {
    padding: 0;
}
    #newform #repp3, #newform #repp33, #newform #repp34 {
    width: 100%;
}
}
    
    @media (max-width: 480px) {
.top-bar {
    padding: 0px 20px;
}
        .table tr td+td {
            text-align: center;
        }
        .checkout-wrap .row .container {
            padding-top: 0;
        } 
            .checkout-wrap .container {
    padding-left: 0px;
    padding-right: 0px;
}
        .order-heading {
            text-align: center;
            margin-bottom: 0px;
            border: none;
        }
        
        .badge-text {
            clear: both;
            float: none;
            margin: 0 auto;
        }
        .badge-img {
            float: none;
                margin: 25px auto 10px;
        }
        .badge-text h2, .badge-text div {
            text-align: center;
        }
        .button-box .tot {
            padding: 0 10px;
        }
        
		.button-contact {
		    float: none!important;
		    width: 98%!important;
		    margin: 0 auto!important;
		}
}
 


@media (max-width: 320px) {
    checkout-wrap {
        margin-bottom: 100px;
}
    .table tbody {
        font-size: 11px;
    }

}



/* ============= FOOTER ============= */


.footer {
	padding: 10px 50px;
	color: #FFF;
	bottom: 0;
    width: 100%;
    
}
.footer .content-center {
	background: none;
	padding: 0 6%;
	overflow: hidden;
	max-width: 1310px;
	margin: 0 auto;
	position: relative;
}
.about, .payment, .delivery {
	width: 33%;
	float: left;
    text-align: center;
} 

.delivery img {
    padding-top: 2%;
}

.payment p, .delivery p {
    margin: 0;
}

.footer .content-center {
   padding: 2rem 2rem 2rem; 
}


.about {
   
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 1%;
}

@media (max-width: 765px) {
    .footer .content-center {
        padding: 1em;
    }
    .about, .payment, .delivery {
        display: block;
    width: 100%;
    margin: 2px auto;
    text-align: center;
    padding: 0;
    }
    .about a {
       text-align: center!important; 
    }
    .payment img {
    width: 85%;
}

}

@media screen and (min-width: 1000px) {
    .about a:last-child {
        margin-left: 1.5rem;
    }
    .footer .content-center {
            margin: 0 auto;
    width: 960px;
    }
    .about {
            display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    
    }
}


@media screen and (max-width: 999px) {
    .about a {
        display: block;
    margin-bottom: 10px;
        text-align: left;
    }
}

.tab-content {
	padding: 0px;
}




/* temp */
.company_info{display: none}


/* dodatni css obrisi kasnije (sakriva X u tabelama) */

.cart-line-items tr td:nth-child(4) {
    display: none;
}

.cart-line-items tr td:nth-child(5) {
    display: none;
}

.cart-table tr th:nth-child(4) {
    display: none;
}

#newform, #newform #repp3, #newform #repp33, #newform #repp34{
    max-width:377px;
}
@media screen and (min-width:768px) and (max-width:800px){
    div#newform div.input_wrapper, div.input_wrapper_komentar{
        padding:0px!important;
    }
}

@media screen and (max-width:360px){
    .button-contact{
        font-size: 17px;
    }
}

div.white-bg{
	background:#fff;
}

.ws_carousel{max-height:600px;overflow:hidden;}
.single {min-width: 100%; text-align: center}


/* SLICK SLIDER / SWIPER / CAROUSEL
---------------------------------------------- */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide {
    outline: none
}

.slick-prev, .slick-next{
    cursor: pointer;
    outline: none;
    font-size: 20px;
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
}

.slick-prev svg, .slick-next svg{
	color:#000;	
}



@media screen and (min-width:1024px){
	.wrapper-right{
		max-width:530px;
	}

	.slick-prev, .slick-next{
		top:50%;
	}

	.slick-prev{
		left:10px;
	}

	.slick-next{
		right:10px;
	}
}

@media screen and (max-width:1023px){
	.slick-prev{
		left:5px;
	}

	.slick-next{
		right:5px;
	}
}

@media screen and (max-width:768px){
	.slick-prev{
		left:25px;
	}

	.slick-next{
		right:25px;
	}
}

@media screen and (max-width:768px){
	.slick-prev{
		left:5px;
	}

	.slick-next{
		right:5px;
	}
}


/* Bottom fixed bar
---------------------------------------------- */
.flexx{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding:0px 10px 0px 10px;
	margin:10px auto;
}

.col{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow:column;
}

.row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow:row;
}

.justify-center{
    justify-content: center;
}

.justify-start{
    justify-content: flex-start;
}

.justify-end{
    justify-content: flex-end;
}

.space-between{
	justify-content: space-between;
}

.space-around{
	justify-content: space-around;
}

.space-evenly{
	justify-content: space-evenly;
}

.align-center{
    align-items: center;
}

.stretch{
	align-items: stretch;
}

.flex1{
	flex:1;
}

.flex2{
	flex:2;
}

.order1{
	order:1;
}

.order2{
	order:2;
}

.maxW100{
	max-width:100px;
}

.w100, div.c079 .w100{
	width:100%;
}

.p0{
	padding:0px;
}

.m0{
	margin:0px;
}

@media screen and (min-width:521px){
	.mob-floating-footer{
		display:none;
	}

	div.c025{
		padding-bottom:0px;
	}
}

@media screen and (max-width:520px){
	.mob-floating-footer{
		background: #2B4369;
		box-sizing:border-box;
		width:100%;
		height:auto;
		position:fixed;
		bottom:0px;
		margin:0px;
		color:#fff;
		z-index:9999;
		padding:2px 0px!important;
	}

	#logo1{
		padding-left:0px;
	}

	.cart-text{
		display:none;
	}

	.search.main-search{
		padding: 0px;
	}

	div.search-box-wrapp{
		height:30px;
	}

	img.icon-search{
		margin:0px;
		padding:0px;
	}

	div.mob-floating-footer div.prices span.old{
		margin-right:7px;
		font-size:16px!important;
		font-style:normal!important;
		font-weight:normal!important;
		text-align:initial!important;
		padding-right:initial!important;
	}

	div.mob-floating-footer div.prices span.new{
		font-size: 32px;
	}

	div.mob-floating-footer div.button a{
	    background-color: #fff;
	    color: #000;
	    font-weight: 500;
	    cursor: pointer;
	    border: none;
	    font-size: 16px;
		padding: 13px 25px;

	    background: #f3d17e;
	    color: #333;
	    font-weight: bold;
	    box-shadow: none;
	}

	div.mob-floating-footer div.button a div.button{
		padding:initial!important;
		font-size:initial!important;
		color:#000;
		text-transform: initial!important;
		max-width:initial!important;

	}

	a.headcart{
		width:60px;
	}

	#new-search-form{
		height:31px;
	}

	img.mob-icon-cart{
		padding-right: 7px;
		padding-left: 8px;
		max-height: 20px;
	}

	div.icon-wrap div.cart-stats{
		right: 1px;
	}

	.order-heading{
		font-size:calc(20px + (28 - 20) * (100vw - 320px) / (520 - 320));
	}
}

@media screen and (max-width:360px){
	div.mob-floating-footer div.prices span.new{
		font-size: 26px;
	}
}

/* Bottom fixed bar END
---------------------------------------------- */


/* CART ICONS
---------------------------------------------- */
.c079 {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
}

.c080 {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: start;
}

.c079 .c068 {
    width: 25%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.c079 .c068 div img {
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 40px;
    display: block;
}

.c079 .c068 div p {
    color: #aaa;
    font-size: 14px;
    line-height: normal;
    margin-left: 7px;
}

.c079{
	clear:both;
}

div.fullWidth{
	max-width: 1170px;
	width:100%;
}

@media screen and (max-width:768px){
	.c079 .c068{
		flex-flow: column;
	}
}

/* NAVIGATION / SEARCH BAR
---------------------------------------------- */
.search-box-wrapp{background:#fff;height:36px;border-radius:40px;font-family:'Open Sans',Helvetica,Arial,sans-serif}.search-btn{color:#e84118;float:right;width:30px;height:30px;border-radius:50%;/*background:#378bff;*/display:flex;justify-content:center;align-items:center;transition:.4s;color:#fff;cursor:pointer;/*border:1px solid #378bff*/}.search-txt{border:none;background:0 0;outline:0;float:left;padding:0;color:#000;font-size:16px;transition:.4s;line-height:36px;width:0;padding-left:10px}@media screen and (min-width:1024px){.search-box-wrapp{width:240px}.search-txt{width:200px}.icon-search.l768{margin:0px;}}@media screen and (max-width:1023px){.search-txt{padding:0}.activate:hover>.search-txt{width:200px;padding:0 6px;padding-left:10px}.activate:hover>.search-btn{background:#378bff;color:#000}div.search-bar-wrap{width:50%}}@media screen and (max-width:480px){.activate:hover>.search-txt{width:150px}}@media screen and (max-width:380px){.activate:hover>.search-txt{width:110px}.search-txt{font-size:14px}}.search.main-search{padding:0px;}.search-box-wrapp{border: 1px solid #757575;}

div.nav-wrapp{
	max-width:1210px;
	width:100%;
}

div.header div.header-wrap{
	margin:0 auto;
}

div.nav-wrapp a{
	color:#fff;
    font-size: 15px;
    font-weight: 700;
}

div.top-bar{
	padding:0px;
}

a.headcart{
	padding-left:10px;
}

.s768{
	display:none;
}

.icon-wrap{
	position:relative;
}

div.cart-stats{
    width: 13px;
    height: 13px;
    background: red;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -5px;
    border-radius: 20px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:inherit;
}

.cart-container{
	width:100%;
	margin-top:20px;
	cursor:initial;
}


@media screen and (max-width:1200px){
	img.mob-icon-cart{
		max-height:20px;
	}
}

@media screen and (min-width:1000px) and (max-width:1200px){
	div.card{
		margin:0 auto;
	}
}

@media screen and (max-width:1023px){
	.icon-search{
		max-width:18px;
		max-height:initial;
		margin:0px;
	}

	.search-box-wrapp{
		background:none;
		border:none;
	}

	.l768{
		display:none;
	}	

	a.headcart{
		width:100%;
		box-sizing: border-box;
	}

	.activeInput{
		max-width: 200px;
	    width: 100%;
	    padding: 0 6px;
	    padding-left: 10px;
	    border-bottom: 1px solid #fff;
	    color: #fff;
	    width:120px;
	    line-height:29px;
	}

	.search-txt::placeholder{
		color:#fff;
	}

	.header-right{
		overflow:hidden;
	}

	#new-search-form{
		height:31px;
	}
}

.middle{
	margin:0 auto;
}

/* CHECKOUT
---------------------------------------------- */
.formTitle{
	text-align:left;
	font-weight:500;
	color:#000;
}

.form-wrapp, .form-outer-wrap{
	max-width:560px;
	margin:0 auto;
	float:none;
	padding:0px!important;
	width:100%;
}

div.form-wrapp div#newform, .form-outer-wrap{
	max-width:500px!important;
	width:100%!important;
}

div.form-wrapp div#newform #btn25{
	background: #f3d17e;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #333!important;
    box-shadow: none;
    font-family: Calibri,Helvetica,Arial,sans-serif;
    line-height: 81px;
}

div.form-wrapp div#newform #btn25:before {
    content: "";
    display: inline-block;
    color: #fff;
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 85px;
    height: 81px;
    padding: 0;
    left: 0px;
    float: left;
}

div.form-wrapp div#newform .button-contact{
	margin-top:10px!important;
	margin-bottom:10px!important;
}

.reserved-order{
	background-color: #bae2ff;
    text-align: center;
}

.reserved-order p{
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.4;
}

.checkout-order-table p{
	font-size:17px;
	padding-top: .875em;
    padding: 1em;
}

.order{
	padding:14px 22px;
}

.bg-blue{
    background-color: #bae2ff;
}

.checkout-countdown {
    display: inline-block;
    font-weight: 700;
    margin-left: 2px;
    padding: 3px 5px;
    background-color: #f20a0a;
    color: #fff200;
    border-radius: 2px;
}

/* FOOTER
---------------------------------------------- */
div.footer{
	background:#378bff;
	padding:0px;
}

div.logo-box {
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

div.footer div.bottom-footer {
    background: #378bff;
    color: #fff;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    margin-top: 5px;
}

div.bottom-footer div.bottom-footer-links a{
	color: #fff;
}

div.upper-footer-left {
    color: #e0e0e0;
}

div.upper-footer-left div.safe-purchase {
    justify-content: center;
    align-items: center;
    color: #e0e0e0;
}

div.safe-purchase img.safe-purchase-icon, div.social-wrap {
    margin-bottom: 10px;
}

img.safe-purchase-icon {
    max-width: 250px;
}

div.small-icon-wrap img {
    max-width: 45px;
}

div.icons img {
    width: 100%;
}

div.upper-wrapper{
	padding:10px 0px;
}

div.upper-footer-left p.domain {
    margin-right: 5px;
    color:#fff;
}

div.safe-purchase-box p{
	color:#fff;
}

div.upper-footer-left a.fb-icon {
    margin-left: 5px;
    margin-right: 3px;
}

div.bottom-footer-year {
    margin-right: 10px;
}

div.bottom-footer div.bottom-footer-year span {
    margin-right: 5px;
}

div.bottom-footer div.bottom-footer-year span {
    margin-right: 5px;
}

div.bottom-footer-year {
    margin-right: 10px;
}

div.bottom-footer div.bottom-footer-links a {
    margin-right: 7px;
    cursor: pointer;
}

div.upper-footer-left div.safe-purchase-box {
	margin-bottom:0px;
}

@media screen and (max-width:768px){
	div.upper-footer-left {
	    border: none;
	    justify-content: center;
	    align-items: center;
	    margin-top: 15px;
	}

	div.upper-footer-left, div.upper-wrapper {
	    flex-flow: column;
	    margin: 0;
	}

	div.safe-purchase-box {
	    margin-bottom: 15px;
		justify-content: center;
	    align-items: center;
	}	

	.formTitle{
		text-align:center;
	}
}

@media screen and (min-width:381px) and (max-width:575px){
    div.bottom-footer div.bottom-footer-links a{
        display:flex;
        justify-content:center;
        align-items:center;
    }
}

@media screen and (max-width:420px){
	div.bottom-footer{
		flex-flow:column;
	}

	div.bottom-footer-links{
		margin-top:7px;
	}
}

@media screen and (max-width:380px){
	div.bottom-footer, div.bottom-footer-links{
		flex-flow:column;
		text-align:center;
	}

	div.bottom-footer-year{
		flex-flow:row;
	}

	div.bottom-footer div.bottom-footer-links a{
		margin-right:0px;
		margin-bottom:7px;
	}

	div.bottom-footer-links{
		margin-top:7px;
	}
	
	div.form-wrapp div#newform #btn25{
	    font-size:calc(17px + (20 - 17) * (100vw - 320px) / (380 - 320));
	}
	
	div.form-wrapp div#newform #btn25:before {
	    width:70px;
	}
}



/* GRID (ovo je novi css iznad treba sortirati jednog lijepog dana)
===================================================*/
.parent{
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	padding:0px 10px 0px 10px;
	max-width:1023px;
	width:100%;
}

.flex{
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}

.col{
	flex-flow:column;
}

.row{
	flex-flow:row;
}

.align-center{
	align-items: center;
}

.align-start{
	align-items: flex-start;
}

.align-end{
	align-items: flex-end;
}

.justify-center{
	justify-content: center;
}

.justify-around{
	justify-content: space-around;
}

.justify-between{
    justify-content: space-between;
}

.stretch{
	align-items: stretch;
}

.m0{
	margin:0px;
}

.p0{
	padding:0px;
}

.w100{
	width:100%!important;
	max-width:initial!important;
}

.center{
	margin:0 auto;
}

div.empty-product-wrapp{
	display:none;
}

.fs12{
	font-size:12px;
}

.fs13{
	font-size:13px;
}


.fs14{
	font-size:14px;
}

.fs16{
	font-size:16px;
}

.fs18{
	font-size:18px;
}

.fs20{
	font-size:20px;
}

.line29{
    line-height:29px;
}

.border-1{
	border:1px solid #c9c9c9;
	border-top:none;
}

.cell-bg{
	background-color: #fdfdfd;
}

.cell-bg-1{
	background-color: #f8f8f8;
}

body{
	margin:0px;
	padding:0px;
}

/* HEADER
===================================================*/
div.header-wrapp{
	position:fixed;
	background-color: #0d75bc;
	padding:10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.15);
    z-index:9999;
    width:100%;
}

div.header-width{
	width: 100%;
    max-width: 1063px;
    margin: 0 auto;
}

/* --- HEADER LOGO AND NAV ---*/
.header-nav ul{
	list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;	
}

.header-nav ul, .header-nav ul li{
    -webkit-transition: all,ease,.8s;
    transition: all,ease,.8s;
}

.header-nav ul li{
	display:inline-block;
}

.header-nav ul li a{
    font-size: 16px;
    padding: .218em 1em;
    text-decoration:none;
    color:#fff;
    font-weight:600;
    -webkit-transition: all,ease,.3s;
    transition: all,ease,.3s;
}

.header-nav ul li a:nth-child(1){
	padding-left:0px;
}

.header-nav ul li a:hover{
	color: #1c529c;
}


div.header-logo{
	margin-bottom:0px;
}

div.header-logo img{
	max-width:150px;
	width:100%;
	margin-top:0px;
}

/* --- SEARCH BAR ---*/
.search-box {
    float: right;
    width: auto;
    margin-bottom:10px;
}

.search-img-wrapp img {
    max-width: 33px;
    width:100%;
    background: #3c95ef;
    padding: 7px;
    float: left;
    cursor:pointer;
}

#search-field-0 {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    height:auto;
    min-width: 300px;
    margin-right:0px;
}

/* --- CART BAR ---*/
div.cart-wrapp{
	position:relative;
	cursor:pointer;
}

div.cart-stats {
    width: 13px;
    height: 13px;
    background: red;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 20px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
}

.cart-wrapp p{
	margin:0px;
}

.total-cart-price{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
}

.cart-product-count{
	color: #000;
	font-size:14px;
	font-weight:bold;
}

.cart-total{
	max-width:260px;
	width:100%;
	padding:16px;
    background-color: #253242!important;
    color: #fff!important;
    text-align:left;
    margin-right:15px;
}

/* --- POPUP CART ---*/
div.cart-popup{
	width:300px;
	height:auto;
	position:absolute;
	top: 39px;
	left: 29%;
	transform: translate(-50%, 0px);
	background: #f0f0f0;
	z-index:9999;
    opacity: 0.0;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

div.cart-wrapp:hover div.cart-popup{
	opacity: 1.0;
	visibility: visible;
}

div.cart-popup img.mini-pop-img{
	max-width:36px;
	width:100%;
	display:inline-block;
	margin-left: 5px;
}

div.cart-price, div.cart-button{
	background:#f5f5f5;
	padding:12px 19px;
	height:auto;
}

div.cart-price p, div.cart-price p .total-cart-price{
	color:#000;
}

div.cart-products{
    max-height:270px;
    overflow:auto;
}

div.cart-products p{
	padding-left:15px;
}

div.cart-button p a{
    padding: 0px 5px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    margin: 0px;
    line-height: 35px;
}

div.cart-button p.cart-wrapp-btn{
    box-shadow: none;
    background: #f3d17e;
    width: 100%;
    padding: 0px 5px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-wrapp-btn a:hover, p.cart-wrapp-btn a:hover:after{
    color: #fff;
    transition:.4s ease-in-out;
}

.mobile-search{
	display:none;
}

.pop-item{
    margin: 0px 7px;
    border-bottom: 1px solid lightgray;
}

.pop-product-image img {
    max-width: 70px;
}

.pop-product-name{
	font-size:18px;
}

.pop-prop{
	color: #ababab;
	font-weight: lighter;
}

.pop-product-info, .pop-box{
    padding: 10px;
    justify-content: space-evenly;
}

.pop-box{
	align-items: flex-end;
}

.pop-price{
	color:black;
	font-weight:bold;
}

.popRemove:after {
    content: "\d7";
    font-size: 28px;
    color: #bbbcc8;
    text-align: center;
    font-weight: lighter;
}

/* --- MOBILE HEADER --- */
@media screen and (max-width:1023px){
	.header-nav,.search-img-wrapp, #search-field-0,.total-cart-price,.cart-product-count,.cart-popup,.search-box,.desktop-search{
		display:none;
	}

	div.header-logo{
		margin-bottom:0px;
	}

	div.header-logo img{
		max-width:120px;
	}

	div.header-width{
		max-width:95%;
	}

	.s768{
		display:block;
	}

	.mobile-search{
		display:flex;
	}
}


/* --- SCALE ON HOVER --- */
div.products div.product-img img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mgt100{
	padding-top:80px;
}

#newform, #newform #repp3, #newform #repp33, #newform #repp34{
	width:100%;
	box-sizing: border-box;
}

.product-count{
	text-transform: lowercase;
}

.return-to-shop{
	padding: 16px;width: initial;max-width: 200px;margin-left: 20px;text-align: center;	
}

.return-to-shop:hover{
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}

.return-to-shop{
	color:#000;font-weight:bold;font-size:18px
}

.cart-empty-wrapp{
	max-width:1063px;
	margin:0 auto;
}.title-sku {
  text-align: center;
    line-height: 25px;
}

.sku {
  color: #808080;
  font-size: 13px;
}

.fullSku {
  margin: 10px 0!important;
}

.fullSku span:nth-child(2) {
  padding-left: 20px;
}

.c075 video {
  width: 100%;
  max-width: 600px;
    max-height: 600px;
}

.backToShopWrap {
  display:none;
}

/* wholesale catalog css */
.monthlyBalance {
  clear:both;
  float:right;
  font-size: 12px;;
  }.header-wrapp{
	background-color: #2B4369!important;
}

/*.product-count{
	color: #fff;
}*/
/*.button_color{
	background-color: #EF6547;

}
.button.style-1{
	color: #fff;
}
/*.cart-table th{
	background-color: #2B4369!important;
}

.cart-total{
		background-color: #2B4369!important;
}
*/
/*div.form-wrapp div#newform #btn25{
		background-color: #EF6547!important;
			color: #fff!important;
}
.btnType11 a{
	color: #fff!important;
}*/

/*p.cart-to-checkout-btn span, p.cart-to-shop-btn span{
		color: #fff!important;
}

.mob-floating-footer{
		background-color: #2B4369!important;
}*/
/*div.mob-floating-footer div.button a{
		background-color: #EF6547;
		color: #fff;
}*/
/*
.product-block1{
padding-top: 80px;
}
/*#EF6547!important*/