:root {
  --generalSpacing: 80px;
  --generalSpacingSmall: 30px;
  --accentGreen: #008500;
  --accentRed: #850000;
  --lightGrey: #f7f7f7;
}

@font-face {
  font-display: auto;
}

body {
  color:#7F7F7F;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  width:100%;
  font-size: 16px;
  letter-spacing: .05em;
}

html.no-scroll {
  margin: 0; 
  height: 100%; 
  overflow: hidden;
}

div[class*=" col-"] {
  margin-left: -.5px;
}

.relative {
  position:relative;
}

.body-wrap {
  position:relative;
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.body-wrap.cart-open {
  -webkit-transform: translate(-400px, 0px);
      -ms-transform: translate(-400px, 0px);
          transform: translate(-400px, 0px);
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  color: #777;
}

.line-height {
  line-height: 2em;
}

a,
a:hover,
a:visited,
a:focus {
  color:inherit;
  text-decoration:none;
  outline:none;
}

.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  font-weight: 600; 
}

.general-content {
  font-size: 1em;
}

.general-content strong {
  color: #777;
}

.general-content *:first-child {
  margin-top: 0;
}

.general-content *:last-child {
  margin-bottom: 0;
}

.general-content h1,
.general-content h2,
.general-content h3,
.general-content h4,
.general-content h5,
.general-content h6 {
  font-weight: 600;
  color: #777;
}

.general-content h1 {
  font-size:2.2em;
  margin-bottom: 20px;
}
.general-content h2 {
  font-size:2em;
  margin-bottom: 20px;
}
.general-content h3 {
  font-size:1.8em;
  margin-bottom: 20px;
}
.general-content h4 {
  font-size:1.6em;
  margin-bottom: 15px;
}
.general-content h5 {
  font-size:1.4em;
  margin-bottom: 10px;
}
.general-content h6 {
  font-size:1.2em;
  margin-bottom: 10px;
}

.general-content a,
.general-content a:visited,
.general-content a:active,
.general-content a:hover {
  text-decoration:none;
  color: #777;
}

.general-content ul {
  padding-left: 25px;
}

.general-content ul li {
  list-style: none;
  position: relative;
}

.general-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #777;
  vertical-align: middle;
  margin-right: 15px;
}

.general-content img,
.general-content video {
  height: auto;
}

.general-content img,
.general-content video,
.general-content iframe {
  max-width: 100%;
}

.general-content table {
  width: 100%;
}

.general-content table tr td {
  padding: 5px 15px;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe iframe,
.responsive-iframe object,
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#catalog-layout-3 .buttons-wrap p a,
.gui a.gui-button-small,
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height:60px;
  padding:0px 40px;
  background:#777;
  color:#fff;
  font-size:1em;
  border-radius:0;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#catalog-layout-3 .buttons-wrap p a:active,
#catalog-layout-3 .buttons-wrap p a:focus,
#catalog-layout-3 .buttons-wrap p a:visited,
#catalog-layout-3 .buttons-wrap p a:hover,
.btn:active,
.btn:focus,
.btn:visited,
.btn:hover,
.general-content .btn,
.general-content .btn:hover{
  color:#fff;
}

.btn.btn-open {
	background: transparent;
  border: 2px solid #777;
  color: #777;
}

.btn.btn-open:active,
.btn.btn-open:focus,
.btn.btn-open:visited,
.btn.btn-open:hover {
  color:#777;
}

.standard-input {
  height: 45px;
  padding: 0px 15px;
  outline: none;
  border-radius: 0px;
  font-size: 1em;
  background: #fff;
  border: 1px solid #eee;
  color: #777;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea.standard-input {
  padding: 10px 15px;
}

.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #aaa;
}

.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
  opacity: 1;
}

.standard-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
  opacity: 1;
}

.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

.standard-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.block-padding {
  padding-top: var(--generalSpacing);
  padding-bottom: var(--generalSpacing);
}

.block-padding-top {
  padding-top: var(--generalSpacing);
}

.block-padding-bottom {
  padding-bottom: var(--generalSpacing);
}

.block-margin {
  margin-top: var(--generalSpacing);
  margin-bottom: var(--generalSpacing);
}

.block-margin-top {
  margin-top: var(--generalSpacing);
}

.block-margin-bottom {
  margin-bottom: var(--generalSpacing);
}

.block-padding-small {
  padding-top: var(--generalSpacingSmall);
  padding-bottom: var(--generalSpacingSmall);
}

.block-padding-small-top {
  padding-top: var(--generalSpacingSmall);
}

.block-padding-small-bottom {
  padding-bottom: var(--generalSpacingSmall);
}

.block-margin-small {
  margin-top: var(--generalSpacingSmall);
  margin-bottom: var(--generalSpacingSmall);
}

.block-margin-small-top {
  margin-top: var(--generalSpacingSmall);
}

.block-margin-small-bottom {
  margin-bottom: var(--generalSpacingSmall);
}

.block-border {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.block-border-top {
  border-top: 1px solid #eee;
}

.block-border-bottom {
  border-bottom: 1px solid #eee;
}

.block-grey {
  background: #f7f7f7;
}

.image-wrap.grey {
  position: relative;
  background: #fff;
}

.image-wrap.grey:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.03);
}

.image-wrap img {
  width: 100%;
}

.sm-tabs-block .page {
  display: none;
}

.sm-tabs-block .page.active {
  display: block;
}

.title-featured {
  margin-bottom: 40px;
}

.title-featured .subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}

.title-featured .title {
  font-size: 3.125em;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    width:100%;
    max-width:1460px;
    padding:0px 30px;
  }
  
  #catalog-layout-3 .buttons-wrap p a:hover,
  .btn:not(.btn-open):hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
  }
  
  .btn.btn-open:hover {
  	background: #777;
    color: #fff;
  }
}

@media (max-width: 1899px) {
  .title-featured .title {
    font-size: 3em;
  }
}

@media (max-width: 1399px) {
  :root {
    --generalSpacing: 70px;
  }
  
  .title-featured .title {
    font-size: 2.8em;
  }
}

@media (max-width: 1199px) {
  :root {
    --generalSpacing: 60px;
  }
  
  .title-featured .title {
    font-size: 2.6em;
  }
  
  .title-featured {
    margin-bottom: 30px;
  }
  
  .btn {
    height: 50px;
  }
}

@media (max-width: 991px) {
  :root {
    --generalSpacing: 50px;
  }
  
  body {
    font-size: 14px;
  }
  
  .title-featured .title {
    font-size: 2.4em;
  }
}

@media (max-width: 767px) {
  :root {
    --generalSpacing: 40px;
    --generalSpacingSmall: 20px;
  }
  
  .title-featured .title {
    font-size: 2em;
  }
}
/* End general styles */

/* Header */
#header.fixed .header-fixed-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#header .topbar {
  background: #333333;
  color: #fff;
  font-size: 14px;
}

#header .topbar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}

#header .topbar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   border-left: 1px solid rgba(255,255,255,0.2); */
  margin-left: 20px;
}

#header .topbar .usp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .topbar .usp-wrap li:not(:last-child) {
  margin-right: 40px;
}

#header .topbar .usp-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .topbar .usp-wrap li a i {
  margin-right: 10px;
  font-size: 1.6em;
}

#header .topbar .usp-wrap li a span {
  opacity: .7;
}

#header .topbar .languages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .topbar .languages li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

#header .topbar .languages li a {
	opacity: .6;
}

#header .topbar .languages li.active a {
	opacity: 1;
}

#header .topbar .header-icons,
#header .topbar .header-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#header .topbar .header-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
/*   border-right: 1px solid rgba(255,255,255,0.2); */
}

#header .topbar .header-icons li i {
  font-size: 1.4em;
}

#header .topbar .header-icons li .i-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .topbar .header-icons li .text {
  opacity: .7;
  margin-left: 6px;
}

#header .topbar .header-icons li:hover .text {
  opacity: 1;
}

#header .main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

#header .main-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

#header .main-header .header-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#header .main-header .header-col.logo-col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header .main-header .header-col .wishlist i {
	color: #777;
  font-size: 24px;
  margin-right: 5px;
}

#header .main-header .header-col.search-col {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .main-header .content-links {
  position: relative;
}

#header .main-header .content-links span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}

#header .main-header .content-links span i {
  font-size: 30px;
  margin-right: 5px;
}

#header .main-header .content-links ul {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.08);
          box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.08);
  z-index: 999;
  min-width: 160px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

#header .main-header .content-links:hover ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#header .main-header .content-links ul li {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#header .main-header .content-links:hover ul li {
  opacity: 1;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

#header .main-header .content-links ul li:not(:last-child) {
  margin-bottom: 10px;
}

#header .main-header .content-links ul li:hover a {
  color: #777;
}

#header .main-header .logo img {
  height: 55px;
}

#header .main-header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#header .main-header .main-nav li:not(:last-child) {
  margin-right: 50px;
}

#header .main-header .main-nav li.active > a,
#header .main-header .main-nav li:hover > a {
  color: #000;
}


#header .main-header .main-nav li > .subnav {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 15px;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.05);
          box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .main-header .main-nav li:hover > .subnav {
	opacity: 1;
  visibility: visible;
}

#header .main-header .main-nav li > .subnav li {
	margin-right: 0;
}

#header .main-header .main-nav li > .subnav li:not(:last-child) {
	margin-bottom: 7px;
}

#header .open-menu,
#header .main-header .toggle-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: -15px;
  color: #777;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

#header .open-menu i {
	margin-right: 3px;
}

#header .open-menu i,
#header .main-header .toggle-search i {
	font-size: 28px;
}

@media (max-width: 1399px) {
  #header .topbar .header-icons li.search .text,
  #header .topbar .header-icons li.account .text {
    display: none;
  }
}

@media (max-width: 1299px) {
  #header .topbar .usp-wrap li:nth-child(3) {
    display: none;
  }
}

@media (max-width: 1199px) {
  #header .main-header .inner {
    padding: 25px 0;
  }
}

@media (max-width: 991px) {
  #header .topbar .inner {
    height: 45px;
  }
  
  #header .topbar .usp-wrap li:nth-child(2) {
    display: none;
  }
  
  #header .main-header .inner {
    padding: 20px 0;
  }
  
  #header .main-header .logo img {
    height: 22px;
  }
}

@media (max-width: 767px) {
  #header .topbar .usp-wrap li a i {
    margin-right: 2px;
    font-size: 1.4em;
  }
  
  #header .topbar .header-icons li a {
    padding: 0 10px;
  }
  
  #header .topbar .usp-wrap {
    font-size: 13px;
  }
  
  #header .topbar .usp-wrap li:not(:last-child) {
    margin: 0;
  }
  
  #header .topbar .right {
    margin-left: 10px;
  }
  
  #header .topbar .header-icons li i {
    font-size: 1.6em;
  }
  
  #header .topbar .header-icons li .qty {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    background: #fff;
    color: #777;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
  }
  
  #header .open-menu {
  	font-size: 12px;
  }
  
  #header .main-header .logo img {
    height: 20px;
  }   
}

@media (max-width: 499px) {
  #header .topbar .usp-wrap {
    font-size: 12px;
  }
}
/* End header */

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  -webkit-transform: translate(-300px, 0px);
      -ms-transform: translate(-300px, 0px);
          transform: translate(-300px, 0px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  transition: -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1);
  transition: transform .35s cubic-bezier(.29,.58,.32,1), -webkit-transform .35s cubic-bezier(.29,.58,.32,1);
}

.mobile-menu.mobile-menu-open {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.body-wrap.mobile-menu-open {
  -webkit-transform: translate(300px, 0px);
      -ms-transform: translate(300px, 0px);
          transform: translate(300px, 0px);
}

.mobile-menu .close-mobile-menu {
  margin-left: 0;
  margin-right: 5px;
  font-size: 25px;
  width: 45px;
  height: 45px;
  background: #fff;
  color: #777;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu .toggle-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  padding: 0 20px;
}

.mobile-menu .toggle-search i {
	font-size: 20px;
  color: #777;
  margin-right: 10px;
}

.mobile-menu-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
  z-index:9999;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .35s cubic-bezier(.29,.58,.32,1);
  -o-transition: all .35s cubic-bezier(.29,.58,.32,1);
  transition: all .35s cubic-bezier(.29,.58,.32,1);
}

.mobile-menu-overlay.mobile-menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu .login-wrap {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile-menu .login-wrap ul {
  margin: -5px 0;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .login-wrap ul li {
  padding: 5px 0;
}

.mobile-menu .login-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  background: #f7f7f7;
  padding: 10px;
}

.mobile-menu .login-wrap ul li a .user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin-right: 7px;
  color: #888;
}

.mobile-menu .login-wrap ul li a .icon-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.mobile-menu .login-wrap ul li.loggedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .login-wrap ul li.loggedin a.account-link {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .login-wrap ul li.loggedin a.account-link .icon-wrap {
  background: #777;
  color: #fff;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link {
  padding: 0;
  background: none;
  margin-left: 15px;
}

.mobile-menu .login-wrap ul li.loggedin a.logout-link .icon-wrap {
  margin: 0;
}

.mobile-menu .categories-wrap {
  padding: 20px;
}

.mobile-menu .categories-wrap > ul {
  margin: -7px 0;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
}

.mobile-menu .categories-wrap > ul > li.active > .cat-inner > a {
  color: #777;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .categories-wrap > ul > li > .cat-inner > a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: 30px;
}

.mobile-menu .categories-wrap a.more-cats i {
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap li.active > .cat-inner > a.more-cats i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu .categories-wrap ul.subs {
  display: none;
  padding-left: 15px;
  border-left: 2px solid #eee;
  font-size: .95em;
}

.mobile-menu .categories-wrap ul.subs.active {
  display: block;
}

.mobile-menu .categories-wrap ul.subs li {
  opacity: .8;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.mobile-menu .categories-wrap ul.subs li.active {
  opacity: 1;
}

.mobile-menu .categories-wrap ul.subs li .cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .categories-wrap ul.subs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

.mobile-menu .categories-wrap ul.subs li a.more-cats {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: 30px;
}

.mobile-menu .extra-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #eee;
}

.mobile-menu ul.shop-settings .flag {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu ul.shop-settings .flag img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 30px;
  height: 30px;
}


.mobile-menu ul.shop-settings .icon-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.mobile-menu ul.shop-settings > li > .inner,
.mobile-menu ul.shop-settings > li > .inner .cur-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu ul.shop-settings .flag,
.mobile-menu ul.shop-settings .icon-wrap {
  margin-right: 10px;
}

.mobile-menu ul.shop-settings > li > .inner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #eee;
}

.mobile-menu ul.shop-settings > li > .inner .more-cats i {
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.mobile-menu ul.shop-settings > li.active > .inner .more-cats i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu ul.shop-settings ul.subs {
  display: none;
  padding: 20px;
  padding-top: 0px;
}

.mobile-menu ul.shop-settings ul.subs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

@media (max-width: 991px) {
	.mobile-menu .categories-wrap,
  .mobile-menu .login-wrap,
  .mobile-menu .extra-link,
  .mobile-menu ul.shop-settings ul.subs,
  .mobile-menu ul.shop-settings > li > .inner > a {
  	padding: 15px;
  }
}
/* End mobile menu */

/* Headlines */
.headlines {
  margin-top: 20px;
}

.headlines .inner {
  position: relative;
  z-index: 0;
}

.headlines .headline-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headlines .headline-images .image {
  display: block;
  width: 100%;
  height: 850px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.headlines .headline-images .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.headlines .headline-images .image .overlay .bg{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: rgba(119, 119, 119, 0.7);
  height: 100%;
  width: 100%;
  position: relative;
  transition: all .3s ease-in-out;
  --borderOffset: 20px;
  opacity: 0;
  visibility: hidden;
}
.headlines .headline-images .image .overlay .bg .description{
	max-width: 500px;
  margin: 0 auto;
}
.headlines .headline-images .image .overlay .bg:before{
	content: '';
  display: block;
  background: #fff;
  position: absolute;
  transition: all .4s ease-in-out;
  top: var(--borderOffset);
  left: var(--borderOffset);
  height: 1px;
}
.headlines .headline-images .image .overlay .bg:after{
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  transition: all .4s ease-in-out;
  top: var(--borderOffset);
  left: var(--borderOffset);
  width: 1px;
}
.headlines .headline-images .image .overlay .bg-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 60px;
  transition: all .4s ease-in-out;
  --borderOffset: 20px;
}
.headlines .headline-images .image .overlay .bg-inner:before{
	content: '';
  display: block;
  background: #fff;
  position: absolute;
  transition: all .4s ease-in-out;
  bottom: var(--borderOffset);
  right: var(--borderOffset);
  height: 1px;
}
.headlines .headline-images .image .overlay .bg-inner:after{
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  transition: all .4s ease-in-out;
  bottom: var(--borderOffset);
  right: var(--borderOffset);
  width: 1px;
}
/* Hovers */
.headlines .headline-images .image .overlay:hover .bg{
	opacity: 1;
  visibility: visible;
}
.headlines .headline-images .image .overlay:hover .bg:before{
  right: var(--borderOffset);
}
.headlines .headline-images .image .overlay:hover .bg-inner:before{
	left: var(--borderOffset);
}
.headlines .headline-images .image .overlay:hover .bg:after{
	bottom: var(--borderOffset);
}
.headlines .headline-images .image .overlay:hover .bg-inner:after{
	top: var(--borderOffset);
}
/* End hovers */
.headlines .headline-images .image .overlay .btn {
  background: #fff;
  color: #777;
}

.headlines .inner {
  min-height: 850px;
  padding: 80px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.headlines .content {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.headlines .content .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlines .content .slider-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #777;
  font-size: 22px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
}

.headlines .content .slider-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  font-style: italic;
  font-weight: 600;
  min-width: 120px;
}

.headlines .content .slider-pager span:nth-child(2) {
  opacity: .5;
  margin: 0 0.3em;
}

@media (min-width: 1200px) {
  .headlines .headline-images:hover .image .overlay {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1899px) {
  .headlines .inner {
    min-height: 750px;
  }
  
  .headlines .headline-images .image {
    height: 750px;
  }
}

@media (max-width: 1399px) {
  .headlines .inner {
    min-height: 650px;
    padding: 60px;
    padding-bottom: 0;
  }
  
  .headlines .headline-images .image {
    height: 650px;
  }
}

@media (max-width: 1199px) {
  .headlines .inner {
    min-height: 550px;
    padding: 50px;
    padding-bottom: 0;
  }
  
  .headlines .headline-images .image {
    height: 550px;
  }
}

@media (max-width: 991px) {
  .headlines .headline-images .image {
    height: 450px;
  }
  
  .headlines .inner {
    min-height: 450px;
    padding: 40px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .headlines {
  	margin: 0;
  }
  
  .headlines .container {
    padding: 0;
  }
  
  .headlines .inner {
    padding: 20px;
    padding-bottom: 0;
  }
}
/* End headlines */

/* Home text */
.home-text .general-content {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
/* End home text */

/* Products */
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.products .product {
  padding: 15px;
}

.products .product .image-wrap {
  padding: 10%;
}

.products .product .info {
  margin-top: 20px;
}

.products .product .info .brand {
	margin-bottom: 3px;  
  font-weight: bold;
  color: #656565;
}

.products .product .info .product-title {
  color: #777;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 1.05em;
}

.products .product .info .price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
  line-height: 1;
}

.products .product .info .price-old {
  font-size: 12px;
  opacity: .6;
  margin-left: 5px;
  position: relative;
  color: #a96d00;
}

.products .product .info .price-old:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-3deg);
      -ms-transform: translateY(-50%) rotate(-3deg);
          transform: translateY(-50%) rotate(-3deg);
  display: block;
  height: 1px;
  background: #a96d00;
}

.products .product .info .price-new {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  font-weight: 600;
}

.products .product.price-loaded .info .price-new {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1599px) {
  .products {
    margin: 15px -10px;
  }

  .products .product {
    padding: 15px 10px;
  }
  
  .products .product .info {
    font-size: 14px;
  }
}
/* End products */

/* Breadcrumbs */
.breadcrumbs {
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
}

.breadcrumbs i {
  font-size: 0.889em;
}

.breadcrumbs a.home,
.breadcrumbs .crumb {
  display: inline;
}

.breadcrumbs .crumb i {
  margin: 0 15px;
}

.breadcrumbs .crumb:last-child a {
  color: #777;
  text-decoration: underline;
}
/* End breadcrumbs */

/* Collection */
#collection .page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#collection .sidebar {
  min-width: 250px;
  max-width: 250px;
  margin-right: 70px;
}

#collection .sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #777;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 999;
}

#collection .sidebar-overlay.active {
  opacity: .2;
  visibility: visible;
}

#collection .sidebar .close-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #ccc;
  z-index: 999;
}

#collection .main-col {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

#collection .collection-content {
  margin-bottom: 50px;
}

#collection .collection-content .title {
  font-size: 2.5em;
}

#collection .collection-content .general-content {
  margin-top: 10px;
  max-width: 800px;
}

#collection .sortbar.top {
  margin-bottom: 30px;
}

#collection .sortbar.bottom {
  margin-top: 30px;
}

#collection .sortbar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collection .sortbar .sort-block.dropdown-block {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collection .sortbar .sort-block.dropdown-block label {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  margin-right: 15px;
  color: #777;
}

#collection .sortbar .custom-pager {
  margin-left: auto;
}

#collection .sortbar .custom-pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#collection .sortbar .custom-pager ul li.number {
  margin-right: 20px;
  color: #777;
  opacity: .5;
  font-weight: 600;
}

#collection .sortbar .custom-pager ul li.number.active {
  opacity: 1;
}

#collection .sortbar .custom-pager ul li.prev {
  margin-right: 30px;
}

#collection .sortbar .custom-pager ul li.next {
  margin-left: 10px;
}

#collection .sortbar .custom-pager .btn {
  padding: 0;
  min-width: 60px;
  max-width: 60px;
  font-size: 30px;
}

@media (max-width: 1599px) {
  #collection .sidebar {
    margin-right: 30px;
  }
  
  #collection .sortbar .sort-block.dropdown-block label {
    margin-right: 10px;
  }
  
  #collection .sortbar .custom-pager .btn {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    font-size: 24px;
  }
  
  #collection .sortbar .custom-pager ul li.number {
    margin-right: 15px;
  }
  
  #collection .sortbar .sort-block.dropdown-block .ui.selection.dropdown {
    min-width: unset;
    padding-right: 60px;
  }
}

@media (max-width: 1399px) {
  #collection .sortbar .sort-block.dropdown-block label {
    display: none;
  }
}

@media (max-width: 1199px) {
  #collection .sidebar {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 25px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: scroll;
  }
  
  #collection .sidebar .inner {
    opacity: 0;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  
  #collection .sidebar.active {
    -webkit-box-shadow: 5px 0 10px 0 rgba(0,0,0,0.05);
            box-shadow: 5px 0 10px 0 rgba(0,0,0,0.05);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  
  #collection .sidebar.active .inner {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  
  #collection .sortbar .sort-block.dropdown-block {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  #collection .sortbar .sort-block.dropdown-block:last-child {
    margin-right: 0;
  }
  
  #collection .collection-content .title {
    font-size: 2.2em;
  }
  
  #collection .collection-content {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #collection .page-wrap {
    padding-top: 0;
  }
  
  #collection .sortbar .sort-block.dropdown-block {
    margin: 0;
  }
  
  #collection .sortbar .sort-block.filter-toggle {
    margin-right: 20px;
  }
  
  #collection .sortbar .sort-block.sort-dropdown {
    -webkit-box-flex: 10;
        -ms-flex-positive: 10;
            flex-grow: 10;
  }
  
  #collection .sortbar .sort-block.dropdown-block .ui.selection.dropdown {
    width: 100%;
  }
  
  #collection .collection-content .title {
    font-size: 2em;
  }
  
  #collection .collection-content {
    margin-bottom: 30px;
  }
}
/* End collection */

/* Collection filters */
.price-filter {
  max-width:200px;
}

.price-filter a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.collection-filter-price {
  height: 5px;
  border: none;
  margin: 0px;
  padding: 0;
  position: relative;
  width: 100%;
}

.collection-filter-price .ui-slider-range {
  background-color: #756A55;
  border: none;
  margin: 0;
  position: absolute;
  height: 5px;
  top: 0;
  z-index: 1;
}

.collection-filter-price .ui-slider-handle {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0;
  top: -5px;
  cursor: col-resize;
  border: none;
  background-color: #fff;
  border: 2px solid #756A55;
  outline: none;
  z-index:9;
}

.collection-filter-price .ui-slider-handle:last-child {
  margin-left:-10px;
}

.collection-filter-price:after {
  display:block;
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background:#eee;
}

.price-filter-range {
  margin-top: 10px;
  font-size: .9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-filter-range .min,
.price-filter-range .max {
  display: inline-block;
}

.price-filter-range .min span,
.price-filter-range .max span {
  font-weight: 600;
}

.price-filter-range .max {
  margin-left: 15px;
}

.filter-wrap {
  margin-bottom: 40px;
}

.filter-wrap:last-child {
  margin-bottom: 0;
}

.filter-wrap .filter-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.250em;
  color: #777;
}

.filter-wrap .filter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px 0;
}
.filter-wrap .filter-items.cat-items a {
  font-size: 14px;
  line-height: 26px;
  padding-left: 2.4em;
  position: relative;
}

.filter-wrap .filter-items.cat-items a.active {
  color: #000;
}
.filter-wrap .filter-items.cat-items a:before{
  content: '';
	position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  font-size: 18px;
  border: 1px solid #eee !important;
}
.filter-wrap .filter-items.cat-items a.active:after{
  content: '\e9f0';
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777 !important;
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
/* End collection filters */

/* Dropdown */
select.custom-select {
  height: 60px;
  opacity: 0;
}

.ui.selection.dropdown {
  height: 60px;
  min-height: unset;
  border: 1px solid #eee;
  line-height: 60px;
  border-radius: 0px;
  padding: 0 20px;
  padding-right:60px;
}

.ui.selection.dropdown>.dropdown.icon {
  padding: 0;
  margin: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 100%;
  width: 60px;
  background: transparent;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
}

.ui.dropdown>.dropdown.icon:before {
  content: '\f107';
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus {
  border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui.selection.dropdown .menu {
  min-height: unset;
  max-height: 14em;
  width: 100%;
  margin: 0 -1px;
  border-radius: 0;
}

.ui.selection.dropdown .menu>.item {
  padding: 10px 20px !important;
  line-height: 2em;
  font-size: .8em;
}

.ui.dropdown .menu .selected.item,
.ui.dropdown.selected {
  font-weight: 600 !important;  
}

.ui.dropdown>.text {
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.products-dropdown.ui.dropdown>.text {
  width: calc(100% - 50px);
}

@media (max-width: 1199px) {
  select.custom-select {
    height: 50px;
  }

  .ui.selection.dropdown {
    height: 50px;
    line-height: 50px;
  }
  
  .ui.selection.dropdown>.dropdown.icon {
    width: 50px;
  }
}
/* End dropdown */

/* Checkbox */
.checkbox {
  margin: 0;
}

.ui.checkbox {
  font-size: .9em;
  display: block;
  padding: 8px 0;
}

.ui.checkbox .box,
.ui.checkbox label {
  padding-left: 2.4em;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.7) !important;
}

.ui.checkbox input:checked ~ label,
.ui.checkbox label:hover,
.ui.checkbox+label:hover {
  color: #777 !important;
}

.ui.checkbox label span {
  font-size: 12px;
  color: #aaa;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after,
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after{
  color: #777 !important;
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  font-size: 18px;
}

.ui.checkbox:not(.radio) .box:before, 
.ui.checkbox:not(.radio) label:before {
  border-radius: 0px !important;
}

.ui.checkbox label:before,
.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:indeterminate:focus~.box:before,
.ui.checkbox input:indeterminate:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before,
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before {
  border-color: #eee !important;
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  font-size: 18px;
}

.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
  background: #fff;
  border-color: #eee !important;
}

.ui.checkbox .box:hover:before,
.ui.checkbox label:hover:before {
  border-color: #eee !important;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after {
  content: '\e9f0';
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* End checkbox */

/* Productpage */
#productpage .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#productpage .product-detail .images-col {
  min-width: 800px;
  max-width: 800px;
}

#productpage .product-detail .product-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-images .productpage-slider {
  min-width: 700px;
  max-width: 700px;
  padding-left: 20px;
}

#productpage .product-images .productpage-slider-outer.slider-loading {
  width: 100%;
  opacity: 0;
}

#productpage .product-images .productpage-slider-outer {
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

#productpage .product-images .productpage-slider-outer.slider-loading:after {
  content: '';
  display: block;
  padding-top: 100%;
}

#productpage .product-images .productpage-slider .image-wrap {
  padding: 10%;
}

#productpage .product-images .thumbs {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productpage .product-images .thumbs .thumb {
  padding: 10px;
  cursor: pointer;
}

#productpage .product-images .thumbs .thumb .image-wrap {
  padding: 15px;
  min-width: 100px;
  max-width: 100px;
  border: 1px solid #eee;
  position: relative;
}

#productpage .product-images .thumbs .thumb .thumbs-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}

#productpage .product-images .thumbs .thumb .image-wrap img {
  opacity: .6;
}

#productpage .product-images .thumbs .thumb.active .image-wrap img {
  opacity: 1;
}

#productpage .product-detail .info-col {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

#productpage .product-info {
  --infoSpacing: 30px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
}

#productpage .product-info .brand {
  font-size: 1.1em;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  color: #a96d00;
  text-decoration: underline;
}

#productpage .product-info .product-title {
  font-size: 2.1em;
  line-height: 1.4em;
  font-weight: 700;
}

#productpage .product-info .description,
#productpage .product-info .price,
#productpage .product-info .stock,
#productpage .product-info .order-form {
  margin-top: var(--infoSpacing);
}

/* #productpage .product-info .order-form {
  margin-top: calc(var(--infoSpacing) * 2);
}
 */
#productpage .product-info .product-code {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-top: 10px;
}

#productpage .product-info .product-code span {
	font-weight: 600;
}

#productpage .product-info .price {
  color: #777;
  line-height: 1;
}

#productpage .product-info .price .price-inner,
#productpage .product-info .price .price-old-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-info .price .price-old-wrap {
	margin-left: 7px;
}

#productpage .product-info .price .price-old {
  font-size: 0.938em;
  opacity: .5;
  position: relative;
  color: #a96d00;
}

#productpage .product-info .price .price-old:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-3deg);
      -ms-transform: translateY(-50%) rotate(-3deg);
          transform: translateY(-50%) rotate(-3deg);
  display: block;
  height: 1px;
  background: #a96d00;
}

#productpage .product-info .price .percentage {
	margin-left: 10px;
  padding: 7px 15px;
  background: #a96d00;
  color: #fff;
  font-weight: bold;
}

#productpage .product-info .price .price-new {
  font-size: 1.25em;
  font-weight: 600;
}

#productpage .product-info .price .vat {
  font-weight: 400;
  margin-top: 7px;
  font-size: 14px;
  opacity: .6;
}

#productpage .product-info .stock span {
	font-weight: 600;
}
/* 
#productpage .product-info .stock .i-wrap {
  margin-right: 10px;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#productpage .product-info .stock.in-stock .i-wrap {
  background: var(--accentGreen);
}

#productpage .product-info .stock.out-of-stock .i-wrap {
  background: var(--accentRed);
}

#productpage .product-info .stock .i-wrap i {
  font-size: 18px;
  margin-top: -1px;
} */

#productpage .product-info .order-form {
  width: 100%;
}

#productpage .product-info .cart {
  position: relative;
  width: 100%;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}

#productpage .product-info .cart .qty-input {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  border: none;
  z-index: 1;
  color: #777;
}


#productpage .product-info .cart .btn {
  height: 60px;
  z-index: -1;
}

#productpage .product-info .cart .btn.add-cart {
  flex-grow: 10;
}
#productpage .product-info .cart .btn-open.add-wish {
  width: 60px;
  padding: 0;
  margin-left: 5px;
}
#productpage .product-info .cart .btn.add-wish i {
  margin-right: 0;
}
#productpage .product-info .cart .btn i {
  font-size: 1.6em;
  margin-right: 10px;
}

#productpage .product-info .btn.downloads {
  margin-top: 15px;
  width: 100%;
}

#downloads-popup {
  display: none;  
  width: 100%;
  max-width: 500px;
  padding: 40px;
}

#downloads-popup .popup-title {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #777;
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: 1.5px;
}

#downloads-popup .downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px;
}

#downloads-popup .downloads .download {
  padding: 5px;
}

#downloads-popup .downloads .download .download-inner {
  background: #f7f7f7;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#downloads-popup .downloads .download .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #777;
}

#downloads-popup .downloads .download .link i {
  font-size: 1.2em;
  margin-right: 5px;
}

@media (max-width: 1799px) {
  #productpage .product-detail .images-col {
    min-width: 700px;
    max-width: 700px;
  }

  #productpage .product-images .productpage-slider {
    min-width: 600px;
    max-width: 600px;
  }  
}

@media (max-width: 1599px) {
  #productpage .product-detail .images-col {
    min-width: 600px;
    max-width: 600px;
  }

  #productpage .product-images .productpage-slider {
    min-width: 500px;
    max-width: 500px;
  }
  
  #productpage .product-info .product-title {
    font-size: 2.2em;
  }
}

@media (max-width: 1399px) {
  #productpage .product-detail .product-images {
    display: block;
  }
  
  #productpage .product-detail .images-col {
    min-width: 500px;
    max-width: 500px;
    padding-right: 50px;
  }

  #productpage .product-images .productpage-slider {
    min-width: 500px;
    max-width: 500px;
    padding: 0;
    margin-bottom: 20px;
  }
  
  #productpage .product-images .thumbs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #productpage .product-info .product-title {
    font-size: 2em;
  }
}

@media (max-width: 1199px) {
  #productpage .product-info {
    --infoSpacing: 25px;
  }
  
  #productpage .product-info .price .price-new {
    font-size: 1.5em;
  }
}

@media (max-width: 991px) {
  #productpage .product-info {
  	max-width: unset;
  }
  
  #productpage .product-detail {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  #productpage .product-detail .images-col {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  #productpage .product-images .productpage-slider {
    min-width: unset;
    max-width: unset;
  }
  
  #productpage .product-images .productpage-slider .image-wrap {
    padding: 5% 20%;
  }
  
  #productpage .product-info {
    --infoSpacing: 20px;
  }
  
  #productpage .product-info .product-title {
    font-size: 1.8em;
  }
}

@media (max-width: 767px) {
  #downloads-popup {
    padding: 40px 20px;
  }
  
  #productpage .product-info .product-title {
    font-size: 1.6em;
  }
  
  #productpage .product-images .thumbs {
    margin: -5px;
  }
  
  #productpage .product-images .thumbs .thumb {
    width: 25%;
    padding: 5px;
  }
  
  #productpage .product-images .thumbs .thumb .image-wrap {
    min-width: unset;
    max-width: unset;
  }
  
  #productpage .product-images .thumbs .thumb .thumbs-count {
    font-size: 20px;
  }
}
/* End productpage */

/* Product configure */
#productpage .product-configure {
  padding-bottom: 15px;
}

#productpage .product-configure.custom-variants {
	padding: 0;
  margin-top: 15px;
}

#productpage .product-configure .product-configure-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
}

#productpage .product-configure .option-wrap {
  padding: 7px;
  width: 100%;
  text-align: left;
}
/* 
#productpage .product-configure .option-wrap.product-linked,
#productpage .product-configure .option-wrap.product-variants {
  width: 50%;
} */

#productpage .product-configure .option-wrap.product-linked.full-width,
#productpage .product-configure .option-wrap.product-variants.full-width {
  width: 100%;
}

#productpage .product-configure .option-wrap.full-width {
  width: 100%;
}

#productpage .product-configure label.label-title {
  font-size: 14px;
  color: #777;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}

#productpage .product-configure .ui.selection.dropdown {
  width: 100%;
}

#productpage .product-configure .product-configure-inner .option-wrap.product-custom-text,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-textarea,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-date,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#productpage .product-configure input[type="text"],
#productpage .product-configure input[type="date"],
#productpage .product-configure input[type="datetime-local"],
#productpage .product-configure textarea {
  border: 2px solid rgba(0,0,0,0.07);
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
}

#productpage .product-configure textarea {
  padding: 15px;
  height: auto;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}

#productpage .product-configure .color-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

#productpage .product-configure .color-options li {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 5);
  max-width: 120px;
}

#productpage .product-configure .color-options li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

#productpage .product-configure .color-options li a.disabled {
  opacity: .5;
  pointer-events: none;
}

#productpage .product-configure .color-options li a:hover .image-wrap {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

#productpage .product-configure .color-options li a .image-wrap {
	width: 100%;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#productpage .product-configure .color-options li a .image-wrap:after {
	content: '';
  display: block;
  padding-top: 100%;
}

#productpage .product-configure .color-options li a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#productpage .product-configure .color-options li a .check {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accentGreen);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(30%, 30%);
      -ms-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
}

#productpage .product-configure .color-options li a .name {
  margin-top: 7px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}

#productpage .product-configure .color-options li.more-options a {
  min-width: 50px;
  max-width: 50px;
}

#productpage .product-configure .color-options li.more-options a .text {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#productpage .product-configure .color-options li.more-options a .text i {
  font-size: 20px;
}

#productpage .product-configure .ui.selection.dropdown {
  height: 60px;
  line-height: 60px;
}

#productpage .product-configure .ui.selection.dropdown>.dropdown.icon {
  width: 60px;
}

.variant-info-popup {
	display: none;
  width: 100%;
  max-width: 450px;
}

.variant-info-popup .title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}

.variant-info-popup .btn {
  width: 100%;
	margin-top: 40px;
  background: var(--accentGreen);
}

.variant-info-popup .btn i {
  font-size: 1.2em;
  margin-right: 7px;
}

#productpage .product-specs {
	margin-top: 30px;
}

#productpage .product-specs .title {
	font-size: 2em;
  margin-bottom: 20px;
}

#productpage .product-specs table {
	width: 100%;
}

#productpage .product-specs table tr:not(:last-child) td {
	padding-bottom: 10px;
}

#productpage .product-specs table tr td:first-child {
	font-weight: 600;
}

@media (max-width: 1199px) {
  #productpage .product-configure .option-wrap.product-linked,
  #productpage .product-configure .option-wrap.product-variants {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .variant-info-popup {
  	padding: 40px 20px;
  }
  
  .variant-info-popup .title {
    font-size: 1.6em;
  }
  
  #productpage .product-configure .color-options li {
  	width: 25%;
    max-width: unset;
  }
  
  #productpage .product-configure .color-options li a .name {
  	font-size: 11px;
  }
}
/* End product configure */

/* Footer */
#footer .main-footer {
  background: #fff;
}

#footer .main-footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

#footer .main-footer .footer-col {
  padding: 15px;
}

#footer .main-footer .info-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

#footer .main-footer .info-blocks .info-block {
  padding: 15px;
}

#footer .main-footer .info-blocks .info-block .title {
  font-weight: 600;
  color: #777;
  margin-bottom: 10px;
}

#footer .main-footer .info-blocks .info-block ul li:not(:last-child) {
  margin-bottom: 10px;
}

#footer .main-footer .info-blocks .info-block ul li a:hover {
  color: #777;
}

#footer .main-footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 1.250em;
  margin-bottom: 20px;
  color: #777;
}

#footer .main-footer .footer-title .plusmin {
  width: 10px;
  height: 10px;
  position: relative;
}

#footer .main-footer .footer-title .plusmin:before,
#footer .main-footer .footer-title .plusmin:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

#footer .main-footer .footer-title .plusmin:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

#footer .main-footer .footer-links-wrap.active .footer-title .plusmin:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

#footer .main-footer .footer-links li:not(:last-child) {
  margin-bottom: 10px;
}

#footer .main-footer .footer-links li a:hover {
  color: #777;
}

#footer .footer-bottom {
  background: #f7f7f7;
  padding: 10px 0;
}

#footer .footer-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
}

#footer .main-footer .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
  max-width: 250px;
}

#footer .main-footer .payments li {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .main-footer .payments li a {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
}

#footer .main-footer .payments li img {
  height: 35px;
}

#footer .main-footer .socials-block {
  margin-top: 30px;
}

#footer .main-footer .socials-block ul.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  margin-left: -8px;
}

#footer .main-footer .socials-block ul.socials li,
#footer .main-footer .socials-block ul.socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .main-footer .socials-block ul.socials li a:hover {
  color: #777;
}

#footer .main-footer .socials-block ul.socials li:not(:last-child) {
  margin: 0;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  #footer .main-footer .footer-col:first-child {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #footer .main-footer .info-blocks {
    max-width: unset;
    padding-bottom: 15px;
  }
  
  #footer .main-footer .socials-block ul.socials {
    font-size: 25px;
    margin-left: -6px;
  }
  
  #footer .main-footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  
  #footer .main-footer .footer-col {
    padding: 0;
  }
  
  #footer .main-footer .footer-col:last-child {
    margin-top: 30px;
  }
  
  #footer .main-footer .footer-links-wrap {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
  }
  
  #footer .main-footer .footer-title {
    margin-bottom: 15px;
    font-size: 1em;
  }
  
  #footer .main-footer .footer-links-wrap .footer-title {
    margin: 0;
  }
  
  #footer .main-footer .footer-links {
    display: none;
    padding-top: 15px;
  }
  
  #footer .main-footer .payments {
    max-width: unset;
  }
  
  #footer .main-footer .payments li img {
    height: 30px;
  }
}
/* End footer */

/* Categories */
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.categories-outer {
	margin: -15px;
}

.categories.custom-categories {
  margin: 0;
}

.categories .category {
  padding: 15px;
  --borderOffset: 20px; 
}

.categories .category.custom-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -.5px;
}

.categories:nth-child(odd) .category.custom-col:first-child {
  width: 60%;
}

.categories:nth-child(odd) .category.custom-col:last-child {
  width: 40%;
}

.categories:nth-child(even) .category.custom-col:first-child {
  width: 40%;
}

.categories:nth-child(even) .category.custom-col:last-child {
  width: 60%;
}

.categories .category .inner {
  display: block;
}

.categories .category.custom-col .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.categories .category .image-wrap {
  overflow: hidden;
  position: relative;
}

.categories .category.custom-col .image-wrap {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.categories .category.custom-col .image-wrap:after {
  content: '';
  display: block;
  padding-top: 70%;
}

.categories .category .image-wrap img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.categories .category .overlay-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.categories .category .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(119, 119, 119, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.categories .category .overlay .overlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 60px;
  height: 100%;
  color: #fff;
}

.categories .category .overlay:before,
.categories .category .overlay .overlay-inner:before,
.categories .category .overlay:after,
.categories .category .overlay .overlay-inner:after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.categories .category .overlay:before {
  top: var(--borderOffset);
  left: var(--borderOffset);
  right: 50%;
  height: 1px;
}

.categories .category .inner:hover .overlay:before {
  right: var(--borderOffset);
}

.categories .category .overlay-inner:before {
  bottom: var(--borderOffset);
  right: var(--borderOffset);
  left: 50%;
  height: 1px;
}

.categories .category .inner:hover .overlay-inner:before {
  left: var(--borderOffset);
}

.categories .category .overlay:after {
  top: var(--borderOffset);
  left: var(--borderOffset);
  bottom: 98%;
  width: 1px;
}

.categories .category .inner:hover .overlay:after {
  bottom: var(--borderOffset);
}

.categories .category .overlay .overlay-inner:after {
  bottom: var(--borderOffset);
  right: var(--borderOffset);
  top: 98%;
  width: 1px;
}

.categories .category .inner:hover .overlay .overlay-inner:after {
  top: var(--borderOffset);
}

.categories .category .overlay .description {
  opacity: 0;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  max-width: 500px;
  margin: 0 auto;
}

.categories .category .category-title {
  font-size: 1.875em;
  margin-top: 30px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .categories .category .inner:hover .image-wrap img {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  
  .categories .category .inner:hover .overlay {
    opacity: 1;
    visibility: visible;
  }
  
  .categories .category .inner:hover .overlay .description {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1599px) {
  .categories .category .overlay .overlay-inner {
    padding: 40px;
    font-size: 13px;
  }
  
  .categories .category .category-title {
    font-size: 1.6em;
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .categories,
  .categories-outer {
    margin: -15px -10px;
  }
  
  .categories .category {
    padding: 15px 10px;
  }
  
  .categories .category .category-title {
    font-size: 1.3em;
  }
}

@media (max-width: 767px) {
  .categories.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .categories .category.custom-col:nth-child(odd),
  .categories .category.custom-col:nth-child(even) {
    width: 100%;
  }
}
/* End categories */

/* Brands */
.brands {
  margin: -15px;
}

.brands .brand {
  padding: 15px;
}

.brands .brand img {
  width:100%;
}
/* End brands */

/* Tags */
#tags-page .tags {
  margin: -7px;
}

#tags-page .tags a {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  color: #333;
  padding: 0 20px;
  background: #f7f7f7;
  margin: 7px;
}
/* End tags */

/* messages */
.gui-messages {
  display:none !important;
}

.message-wrap {
  position:fixed;
  left:30px;
  bottom:30px;
  z-index:99999999999;
  display:none;
}

.message-wrap.active {
  display:block;
}

.message-wrap .message {
  background:#fff;
  border-radius:0px;
  padding:20px;
  width:350px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:14px;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.message-wrap.active .message {
  -webkit-animation: jump 1s ease 0s 1 normal ;
  animation: jump 1s ease 0s 1 normal ;
  opacity:1;
  visibility:visible;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.message-wrap .message .icon {
  min-width:40px;
  max-width:40px;
  height:40px;
  background:#777;
  color:#fff;
  border-radius:100%;
  text-align:center;
  line-height:40px;
  margin-right:20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.message-wrap .message.error .icon {
  background: var(--accentRed);
}
.message-wrap .message.success .icon {
  background: var(--accentGreen);
}
.message-wrap .message.info .icon {
  background: #002e85;
}

.message-wrap .text ul {
  margin:0;
  padding:0;
  list-style:none;
}

@-webkit-keyframes jump {
  0%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  20%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  40%{
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  }
  50%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  60%{
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  }
  80%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  100%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
}

@keyframes jump {
  0%{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  }
  20%{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  }
  40%{
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  }
  50%{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  }
  60%{
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  }
  80%{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  }
  100%{
  -webkit-transform: translateY(0);
          transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .message-wrap {
    top: auto;
    bottom: 10px;
    z-index: 99999999999;
    left: 0;
    padding: 0px 10px;
  }
  .message-wrap .message {
    padding: 15px;
    width:100%;
  }
  .message-wrap .message .icon {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height:30px;
    margin-right: 15px;
    font-size: 10px;
  }
}
/* End messages */

/* blog */
.blog-articles {
  margin:-15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.blog-articles .blog-article {
  padding:15px;
}
.blog-article .image-wrap {
  display: block;
  position: relative;
}
.blog-article .image-wrap .image:after {
  content:'';
  display:block;
  padding-top:55%;
}
.blog-article .image-wrap .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
    padding: 0 20px;
    height: 45px;
  color: #7B7B7B;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-blog .blog-article .image-wrap .date {
  background: #f7f7f7;
}
.blog-article .info {
  margin-top:20px;
}
.blog-article .article-title {
  font-size:1em;
  font-weight:600;
  color: #777;
  display:block;
  line-height:1.6em;
}
.blog-article:hover .article-title {
  opacity: .7;
}
.blog-article .summary {
  font-size: 14px;
  margin-top:5px;
}

#blog .complete-article {
  --articleSpacing: 50px;
}

#blog .complete-article .text-container {
  max-width: 700px;
  margin: 0 auto;
}

#blog .complete-article .top-content {
  text-align: center;
  margin-top: var(--articleSpacing);
}

#blog .complete-article .top-content .article-title {
  font-size: 1.8em;
  line-height: 1.4em;
}

#blog .complete-article .top-content .date {
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
  opacity: .5;
  color: #777;
}

#blog .complete-article .top-content .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#blog .complete-article .top-content .share li {
  padding: 5px;
}

#blog .complete-article .top-content .share li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-height: 40px;
  padding: 8px 15px;
  font-weight: 600;
  background: #777;
  color: #fff;
}

#blog .complete-article .top-content .share li a.facebook {
  background: #3b5998;
}

#blog .complete-article .top-content .share li a.twitter {
  background: #1da1f2;
}

#blog .complete-article .top-content .share li a.pinterest {
  background: #bd081c;
}

#blog .complete-article .top-content .share li a i {
  margin-right: 10px;
}

#blog .complete-article .image {
  margin: var(--articleSpacing) auto 0 auto;
  width: 100%;
  max-width: 1000px;
}

#blog .complete-article .image:after {
  content:'';
  display:block;
  padding-top:55%;
}

#blog .complete-article .article-text {
  margin-top: var(--articleSpacing);
}

#blog .complete-article .title-small {
  font-weight: 600;
  color: #777;
  font-size: 1.2em;
  margin-bottom: 30px;
}

#blog .complete-article .comments-block {
  padding: 30px;
  background: #f7f7f7;
  margin-top: var(--articleSpacing);
}

#blog .complete-article .comments-block .comments {
  margin: -7px 0;
}

#blog .complete-article .comments-block .comments .comment {
  padding: 7px 0;
}

#blog .complete-article .comments-block .comments .comment .comment-inner {
  padding: 25px;
  background: #fff;
}

#blog .complete-article .comments-block .comments .comment .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

#blog .complete-article .comments-block .comments .comment .name {
  font-weight: 600;
  color: #777
}

#blog .complete-article .comments-block .comments .comment .date {
  text-transform: uppercase;
  font-weight: 600;
  color: #777;
  opacity: .5;
  font-size: 14px;
}

#blog .complete-article .comments-block .comments .comment .general-content {
  font-size: 14px;
}

#blog .complete-article .write-comment {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.08);
          box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.08);
}

#blog .complete-article .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

#blog .complete-article .fields .field {
  padding: 5px;
  width: 100%;
}

#blog .complete-article .fields .field.field-50 {
  width: 50%;
}

#blog .complete-article .fields .field input {
  width: 100%;
}

#blog .complete-article .fields .field textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}

#blog .recent-articles {
  overflow: hidden;
}

@media (max-width: 1599px) {
  .blog-article .article-title {
    font-size:1.1em;
  }
}

@media (max-width: 991px) {
  #blog .complete-article {
    --articleSpacing: 30px;
  }
  
  #blog .complete-article .top-content .article-title {
    font-size: 1.6em;
  }
  
  #blog .complete-article .comments-block,
  #blog .complete-article .comments-block .comments .comment .comment-inner,
  #blog .complete-article .write-comment {
    padding: 20px;
  }
  
  #blog .complete-article .title-small {
    margin-bottom: 20px; 
  }
}

@media (max-width: 767px) {
  .home-blog {
    overflow: hidden;
  }
  .blog-articles-slider-outer {
    margin-right: -25%;
  }
  .blog-articles-slider .owl-stage-outer {
    overflow: visible;
  }
  .blog-articles {
    margin: -15px -10px;
  }
  .blog-articles .blog-article {
    padding: 15px 10px;
  }
  .blog-article .image-wrap .date {
    font-size: 12px;
    padding: 0 15px;
    height: 40px;
  }
  .blog-article .info {
    margin-top:10px;
  }
  .blog-article .article-title {
    font-size:1em;
  }
  #blog .complete-article .fields .field.field-50 {
    width: 100%;
  }
  #blog .complete-article .image {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  #blog .complete-article .top-content .article-title {
    font-size: 1.2em;
  }
  #blog .complete-article .top-content .date {
    margin: 15px 0;
  }
  #blog .complete-article .top-content .share li a {
    min-width: 100px;
    min-height: 35px;
    padding: 8px 10px;
  }
}
/* End blog */

/* Cart page */
#cart-page {
  overflow: hidden;
}

#cart-page .cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

#cart-page .cart-row .cart-col-products {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

#cart-page .cart-row .cart-col-totals {
  min-width: 400px;
  max-width: 400px;
  margin-left: 50px;
}

#cart-page .cart-table {
  width: 100%;
  font-size: 14px;
}

#cart-page .cart-table tr th {
  font-weight: 600;
  color: #777;
  padding-bottom: 15px;
}

#cart-page .cart-table tr.product td {
  padding: 15px 0;
}

#cart-page .cart-table tr.product:first-child td {
  padding-top: 0;
}

#cart-page .cart-table tr.product:not(:last-child) td {
  border-bottom: 1px solid #eee;
}

#cart-page .cart-table tr td.image {
  width: 80px;
}

#cart-page .cart-table tr td .info {
  padding: 0 20px;
}

#cart-page .cart-table tr td .info .product-title {
  font-weight: 600;
  color: #777;
  font-size: 1.1em;
}

#cart-page .cart-table tr td .input-wrap {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cart-page .cart-table tr td .input-wrap.quantity-mobile {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#cart-page .cart-table tr td .input-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #777;
  font-size: 16px;
}

#cart-page .cart-table tr td .input-wrap input {
  min-width: 45px;
  max-width: 45px;
  padding: 0;
  text-align: center;
  margin: 0 5px;
}

#cart-page .cart-table tr td .option-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#cart-page .cart-table tr td .delete-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #aaa;
}

#cart-page .totals-block {
  background: #fff;
  padding: 30px;
}

#cart-page .totals-block .totals-table {
  font-size: 14px;
  width: 100%;
}

#cart-page .totals-block .totals-table tr td {
  padding-bottom: 10px;
}

#cart-page .totals-block .totals-table tr td:first-child {
  color: #777;
  font-weight: 600;
}

#cart-page .totals-block .totals-table tr td:last-child {
  text-align: right;
}

#cart-page .totals-block .totals-table tr:last-child td {
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

#cart-page .totals-block .buttons {
  margin-top: 30px;
  width: 100%;
}

#cart-page .totals-block .buttons .btn {
  margin-top: 10px;
  width: 100%;
}

#cart-page .totals-block .buttons .btn.checkout {
  background: var(--accentGreen);
}

#cart-page .totals-block .buttons .btn.paypal {
  background: #003087;
}

#cart-page .totals-block .buttons .btn i {
  font-size: 1.2em;
  margin-right: 10px;
}

#cart-page .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
  padding-top: 20px;
}

#cart-page .payments li {
  padding: 2px;
}

#cart-page .payments li a {
  display: inline-block;
}

#cart-page .payments li a img {
  height: 27px;
}

@media (max-width: 1199px) {
  #cart-page .cart-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  #cart-page .cart-row .cart-col-totals {
    min-width: unset;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #cart-page .cart-table tr.product td {
    padding: 10px 0;
  }
  
  #cart-page .cart-table tr td.image {
    width: 50px;
  }
  
  #cart-page .cart-table tr td .info {
    padding: 0 10px;
  }
  
  #cart-page .cart-table tr td .info .product-title {
    font-size: 1em;
  }
  
  #cart-page .cart-table tr td .input-wrap input {
    min-width: 40px;
    max-width: 40px;
    margin: 0 2px;
    height: 40px;
    font-size: 13px;
  }
  
  #cart-page .cart-row .cart-col-totals {
    max-width: unset;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  
  #cart-page .cart-table tr td .option-icons {
    padding-left: 15px;
  }
}

@media (min-width: 600px) {
  #cart-page .cart-table .quantity-hidden {
    display: none;
  }
}

@media (max-width: 599px) {
  #cart-page .cart-table {
    font-size: 13px;
  }
  
  #cart-page .cart-table tr td .info {
    font-size: 12px;
  }
  
  #cart-page .cart-table .quantity-hidden {
    display: none;
  }
  
  #cart-page .cart-table tr td .input-wrap input {
    margin-top: 5px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
/* End cart page */
/* Checkout - Start */
.checkout-title{
  margin-bottom: 50px;
}
.checkout-title h1{
  font-size: 3em;
}
.gui-checkout .order-summary table tr:first-child td small {
  display: none;
}
.gui-payment-method-service .gui-payment-method-icon {
  opacity:0;
  background:#fff;
  border-radius:3px;
  border:1px solid rgba(0,0,0,.07);
}

.gui-payment-method-service .gui-payment-method-icon.updated {
  opacity:1;
}

.gui-payment-method-service.gui-is-selected .gui-payment-method-icon.updated {
   border-color:transparent;
  background:transparent;
}

body .gui-payment-methods,
body #gui-checkout-shipment-methods {
  border: 1px solid #f3f3f3;
  border-bottom: 0;
}

body .gui-payment-methods .gui-payment-method,
body #gui-checkout-shipment-methods .gui-block-option {
  border-bottom: 1px solid #f3f3f3;
  padding: 15px;
}

body #gui-checkout-shipment-methods .gui-spacer {
  display:none;
}

body .gui-payment-methods .gui-payment-method.gui-is-selected {
  background:#f9f9f9;
}

body .gui-checkout-one-step .gui-payment-method-form {
    margin: 0;
    margin-top: 15px;
}

.gui-form .gui-radio label,
.gui-form .gui-checkbox label,
.gui-form .gui-payment-method > label{
  position: relative;
  padding-left: 30px !important;
  padding:10px 0px;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before,
.gui-form .gui-payment-method > label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  border: 1px solid #EEEEEE;
}

.gui-form .gui-checkbox label:before{
  border-radius: 0px;
}

.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
  display:none;
}

.gui-form .gui-radio input:checked ~ label:after,
.gui-form .gui-payment-method.gui-is-selected > label:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  border-radius: 100%;
}
.gui-form .gui-checkbox input:checked ~ label:before{
  border: 1px solid #eee;
}
.gui-form .gui-checkbox input:checked ~ label:after {
  content: '\e9f0';
  font-family: 'boxicons'!important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 4px;
  top: 50%;
  font-size: 14px;
  -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
          transform:translate(0, -50%);
  display: inline-block;
  color: #777;
}

.gui-checkout-one-step .gui-payment-method-service > label {
  padding: 0px;
  background: transparent;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 0px;
  border: 2px solid transparent;
}

body .gui-form label span {
  color:#777;
}

.gui-checkout-one-step .gui-payment-method-service.gui-is-selected > label {
/*   border: 2px solid #009488; */
}

.gui-checkout-one-step .gui-payment-method-service > label input {
  display:none;
}

.gui-checkout .gui-form a.gui-button-small {
  height: 40px;
  line-height: 37px;
  padding: 0 20px;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  color: #ffffff !important;
  font-weight: normal;   
  border-radius: 0px !important;
  background-color: #777 !important;
  border-color: #777 !important;
}

.gui a.gui-button-small {
  font-size: 14px;
}

body .gui-checkout-one-step .gui-block {
/*  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #f3f3f3; */
  margin-bottom:15px;
}

body .gui-checkout-one-step div .gui-block:first-child {
  margin-top:0px;
  padding-top:0px;
  border:none;
}

body .gui-checkout-one-step #gui-block-review {
  background: var(--lightGrey);
  padding: 30px;
  max-width: 450px;
  margin-left: auto;
}

/* body .gui-checkout-one-step #gui-block-review .gui-div-cart-coupons {
  padding: 15px;
  background: #fff;
}  */

body .gui-checkout-one-step .gui-block-subtitle {
  line-height:1;
  margin-bottom:10px;
  font-weight: 600;
  margin-bottom: 10px;
}

#gui-block-billing-address .gui-block-subtitle {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

body .gui-cart-sum .gui-big {
  margin-bottom:0;
  color:#777;
}

.gui-checkout strong,
.gui-checkout label,
body .gui-cart-sum .gui-big .gui-price {
  font-weight:600 !important;
}

body .gui-checkout .order-summary {
  background:#fff;
  padding:15px;
}
.gui-checkout .order-summary .gui-table tbody tr td:nth-child(2){
  font-weight: 600;
}
.gui-checkout .order-summary table td:last-child {
  color: var(--accent) !important;
}

#gui-block-billing-address .gui-block-subtitle a {
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
          order:1;
  color: var(--accent);
  text-decoration: underline; 
  font-weight: 600;
}
.gui-input, .gui-text, .gui-select, .gui-number {
    background-color: transparent !important;
    border: 1px solid #eee !important;
}

.gui-input input {
	height: 45px;
  padding: 0 15px;
}

.gui-block-subtitle, .gui-content-subtitle {
  font-size:1.3em;
}

.gui-block-subtitle a {
  font-size:12px;
  line-height:2em;
  text-transform:none;
}

.gui-form .gui-checkout-steps {
  margin:-25px;
}

.gui-checkout-one-step .gui-checkout-steps {
  width:auto !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
  width: 30% !important;
  padding: 25px !important;
  margin: 0 !important;
}

.gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
  width: 40% !important;
}

#gui-block-review .gui-product-image {
  display:block;
  background:#fff;
  position:relative;
}

#gui-block-review .gui-product-image ~ a {
  font-weight: normal;
}

/* #gui-block-review .gui-product-image:after {
  content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.03);
} */

body .gui-cart-sum {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

.gui-form .gui-field > label {
  font-size:.9em;
}

.gui-checkout #gui-block-review .gui-product-image {
  display: none !important;
  border:none;
  border-radius:3px;
  overflow: hidden;
  margin-right:15px;
  margin-bottom:0;
}

.order-summary .gui-table tbody tr td:first-child {
  padding-left:0;
}

.order-summary .gui-table tbody tr td:last-child {
  padding-right:0;
  color:#404040;
}

.order-summary .gui-table thead {
  display:none;
}
.order-summary .gui-table tbody tr td {
  font-size:14px;
}

.gui-cart-sum .gui-item .gui-desc {
  font-size: 12px;
  text-align:left !important;
}

.gui-cart-sum .gui-line {
  background:#eee !important;
}

body .gui-table tbody tr:last-child td {
  border-color:#eee;
}

.gui-checkout .gui-confirm-buttons a.gui-button-action {
  padding: 0px 40px !important;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
}

input#gui-form-discount_code {
  font-size: 1em;
}

.gui-select select {
  -webkit-appearance: none;
  -moz-appearance:none;
       appearance:none;
  background:transparent !important;
  padding:0px 0px !important;
}

body .gui-select {
  background:#transparent !important;
  color:#777;
  font-size:13px;
  position:relative;
  z-index:0;
  border-radius: 0px;
  overflow: hidden;
}

body .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  z-index: -1;
  font-size: .9em;
}

.gui-form .gui-radio input {
  margin: 0;
  margin-right: 10px;
}

.gui-checkout .gui-form .gui-input,
.gui-checkout .gui-form .gui-text,
body .gui-select {
  border: none !important;
}

.gui-checkout .gui-form .gui-input-phone-number {
  height: 45px;
  border-bottom: 2px solid #eee !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gui-select select {
  height: 45px !important;
  -webkit-appearance: none;
  border-radius: 0px;
  overflow: hidden;
  border:none;
  border-bottom: 2px solid #eee !important;
}


.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-form textarea {
  height:45px;
  padding:0px 0px;
  outline:none;
  border-bottom: 2px solid #eee;
  border-radius:0px;
  background:#transparent;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

.gui-checkout .gui-form textarea {
  padding:13px 0px;
  max-width:100%;
  min-height: 100px;
}

.gui-checkout .gui-form input::-webkit-input-placeholder,
.gui-checkout .gui-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #8a8a8a;
  color:rgba(0,0,0,0.4);
}

.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #8a8a8a;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}

.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #8a8a8a;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}

.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #8a8a8a;
  color:rgba(0,0,0,0.4);
}

.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
}
.gui-checkout .gui-form label em{
  color: var(--accent);
}

body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.gui-checkout .gui-input input:focus,
.gui-checkout .gui-text textarea:focus {
  border-bottom: 2px solid #777 !important;
}

.gui-input.gui-input-phone-number input:focus {
  border:none!important;
}

body .gui-input-phone-number .gui-input-phone-number-code-wrapper {
  margin: 0;
  margin-left: 0px;
}

body .gui-select.gui-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;

  border-radius:0;
}

.gui-checkout .gui-progressbar {
  display: none;
}

.gui-checkout .gui-form a.gui-button-action {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  background: var(--accentGreen) !important;
  border-color: var(--accentGreen) !important;
}

.fixed-pages {
  margin-top:30px;
}

body .gui-inactive {
  opacity:1;
}

.gui-form .gui-radio input:checked ~ label:after,
.gui-payment-method.gui-is-selected label:after {
  background:#777;
}
.gui-payment-method-service .gui-payment-method-name,
.gui-payment-method-service .gui-payment-method-price { 
  font-weight: normal;
}
@media(max-width: 1199px){
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col1,
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col2,
  .gui-form .gui-checkout-steps.gui-col3-equal > .gui-col3-equal-col3 {
    width: 100% !important;
  }
  body .gui-checkout-one-step #gui-block-review {
    max-width:100%;
  }
}

@media (max-width: 767px) {
  body .gui-checkout-one-step #gui-block-review {
    padding: 30px 20px;
  }
}
/* Checkout - End */

/* Live search */
.live-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  padding-top: 5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.live-search.active {
  opacity: 1;
  visibility: visible;
}

.live-search .close-live-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2.3em;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.1);
}

.live-search .inner {
  max-width: 900px;
  width: 100%;
}

.live-search .top-wrap {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}

.live-search.active .top-wrap {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.live-search .top-wrap .search-title {
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.live-search .top-wrap form {
  position: relative;
}

.live-search .top-wrap form input {
  width: 100%;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border-radius: 0;
}

.live-search .top-wrap form input:focus {
  border-color: #fff;
}

.live-search .top-wrap form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888;
}

.live-search .top-wrap form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}

.live-search .top-wrap form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}

.live-search .top-wrap form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
}

.live-search .top-wrap form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #888;
}

.live-search .top-wrap form .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.live-search .top-wrap form input:focus ~ .icon {
  opacity: 1;
}

.search-autocomplete {
  margin-top: 30px;
  color: #fff;
}

.search-autocomplete .products-livesearch ul li {
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.search-autocomplete .products-livesearch ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.search-autocomplete .products-livesearch ul li:nth-child(3) {
  -webkit-transition-delay: calc(.15s * 2);
       -o-transition-delay: calc(.15s * 2);
          transition-delay: calc(.15s * 2);
}

.search-autocomplete .products-livesearch ul li:nth-child(4) {
  -webkit-transition-delay: calc(.15s * 3);
       -o-transition-delay: calc(.15s * 3);
          transition-delay: calc(.15s * 3);
}

.search-autocomplete .products-livesearch ul li:nth-child(5) {
  -webkit-transition-delay: calc(.15s * 4);
       -o-transition-delay: calc(.15s * 4);
          transition-delay: calc(.15s * 4);
}

.search-autocomplete .products-livesearch ul li:nth-child(6) {
  -webkit-transition-delay: calc(.15s * 5);
       -o-transition-delay: calc(.15s * 5);
          transition-delay: calc(.15s * 5);
}

.search-autocomplete .products-livesearch ul li:nth-child(7) {
  -webkit-transition-delay: calc(.15s * 6);
       -o-transition-delay: calc(.15s * 6);
          transition-delay: calc(.15s * 6);
}

.live-search.active .search-autocomplete .products-livesearch ul li.loaded {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.search-autocomplete .products-livesearch ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-autocomplete .products-livesearch ul li img {
  width: 70px;
}

.search-autocomplete .products-livesearch ul li .info {
  padding: 0 15px;
}

.search-autocomplete .products-livesearch ul li .info .title {
  font-weight: 600;
}

.search-autocomplete .products-livesearch ul li .info .price {
  opacity: .8;
  margin-top: 3px;
}

.search-autocomplete .products-livesearch ul li .link {
  margin-left: auto;
  text-decoration: underline;
}

.search-autocomplete .products-livesearch ul li.final-link .link {
	margin: 0 auto;
  font-weight: bold;
}

.search-autocomplete .notfound {
  display: none;
  font-size: 14px;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
  display: block;
}

@media (max-width: 1199px) {
  .search-autocomplete .products-livesearch ul li img {
    width: 60px;
  }
}

@media (max-width: 991px) {
	.live-search .close-live-search {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .live-search {
    padding-top: 20%;
  }
  
  .live-search .close-live-search {
    width: 40px;
    height: 40px;
    font-size: 1.6em;
  }
  
  .live-search .top-wrap .search-title {
    font-size: 1.4em;
  }
  
  .live-search .top-wrap form input {
    font-size: 16px;
  }
  
  .live-search .top-wrap form .icon {
    font-size: 22px;
  }
}
/* End live search */

/* Custom catalog */
.catalog-banner-slider {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;	
}

.catalog-banner-slider .owl-stage-outer,
.catalog-banner-slider .owl-stage,
.catalog-banner-slider .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog-banner-slider .owl-prev,
.catalog-banner-slider .owl-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  width: 80px;
  height: 100%;
  background: rgb(0,0,0);
  background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.4)));
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777000",endColorstr="#777000",GradientType=1);
}

.catalog-banner-slider .owl-next {
  left: auto;
  right: 0;
  background: rgb(0,0,0);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.4)));
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777000",endColorstr="#777000",GradientType=1);
}

.catalog-banner-slider .slide {
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#catalog-layout-1 .catalog-banner-slider .slide {
  min-height: 350px;
}

.catalog-collection .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.catalog-collection .info {
  padding: 70px 50px;
  background: #777;
  color: #fff;
  min-width: 400px;
  max-width: 400px;
  margin-right: 10px;
}

.catalog-collection .info .title {
  font-weight: 600;
  font-size: 1.8em;
}

.catalog-collection .info .description {
  font-style: italic;
  opacity: .6;
}

.catalog-collection .info .price {
  margin-top: 30px;
  font-size: 1.4em;
  font-weight: 600;
}

.catalog-collection .info .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
  padding-top: 40px;
}

.catalog-collection .info .variants li {
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  min-width: 60px;
  max-width: 100px;
}

.catalog-collection .info .variants li img {
  width: 100%;
}

.catalog-collection .info .variants li .var-title {
  font-size: 12px;
  min-width: 60px;
  text-align: center;
  margin-top: 7px;
  line-height: 16px;
  opacity: 0.9;
}

.catalog-collection .image {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#catalog-layout-3 .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  padding-top: 30px;
}

#catalog-layout-3 .buttons-wrap p {
  margin: 0;
  padding: 5px;
}

#catalog-layout-3 .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#catalog-layout-3 .content-wrap .left {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}

#catalog-layout-3 .content-wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  max-width: 40%;
  margin-left: 80px;
}

#catalog-layout-3 .banners-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 250px 20px 250px;
  grid-template-rows: 250px 250px;
  grid-gap: 20px;
}

#catalog-layout-3 .banners-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#catalog-layout-3 .banners-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#catalog-layout-3 .banners-wrap > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#catalog-layout-3 .banners-wrap > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#catalog-layout-3 .banners-wrap > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#catalog-layout-3 .banners-wrap > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#catalog-layout-3 .banners-wrap > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#catalog-layout-3 .banners-wrap > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

#catalog-layout-3 .banners-wrap .banner {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#catalog-layout-3 .banners-wrap .banner .overlay {
  background: rgba(0,0,0,0.3);
  padding: 25px;
  color: #fff;
  height: 100%;
}

#catalog-layout-3 .banners-wrap .banner-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

#catalog-layout-3 .banners-wrap .banner-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#catalog-layout-3 .banners-wrap .banner-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#catalog-layout-3 .banners-wrap .banner-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}

#catalog-layout-3 .banners-wrap .banner-5 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#catalog-layout-3 .banners-wrap .banner-6 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#catalog-layout-3 .banners-wrap .banner .title {
  font-weight: 600;
  font-size: 1.4em;
}

#catalog-layout-3 .banners-wrap .banner .description {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
}

@media (min-width: 1200px) {
  #catalog-layout-3 .banners-wrap .banner:hover .description {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  #catalog-layout-3 .banners-wrap .banner:hover .overlay {
    background: rgba(0,0,0,0.5);
  }
}

@media (max-width: 1199px) {
  .catalog-collection .info {
    padding: 50px 30px;
    min-width: 350px;
    max-width: 350px;
  }
  
  .catalog-collection .info .title {
    font-size: 1.5em;
  }
  
  .catalog-collection .info .price {
    margin-top: 20px;
    font-size: 1.2em;
  }
  
  .catalog-collection .info .variants {
    padding-top: 30px;
  }
  
  #catalog-layout-3 .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  #catalog-layout-3 .content-wrap .left,
  #catalog-layout-3 .content-wrap .right {
    min-width: 100%;
    max-width: 100%;
  }
  
  #catalog-layout-3 .content-wrap .right {
    margin: 0;
    margin-bottom: 30px;
  }
  
  .catalog-banner-slider .slide {
  	min-height: unset;
    padding-top: 40%;
  }
  
  #catalog-layout-1 .catalog-banner-slider .slide {
    min-height: unset;
    padding-top: 50%;
  }
}


@media (max-width: 991px) {
  #catalog-layout-3 .banners-wrap {
    -ms-grid-rows: 250px 20px 250px 20px 250px;
    grid-template-rows: 250px 250px 250px;
  }
  
  #catalog-layout-3 .banners-wrap .banner-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #catalog-layout-3 .banners-wrap .banner-2 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #catalog-layout-3 .banners-wrap .banner-3 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #catalog-layout-3 .banners-wrap .banner-4 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #catalog-layout-3 .banners-wrap .banner-5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }

  #catalog-layout-3 .banners-wrap .banner-6 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
}

@media (max-width: 767px) {
  #catalog-layout-3 .banners-wrap {
    -ms-grid-rows: 200px 15px 200px 15px 200px;
    grid-template-rows: 200px 200px 200px;
    grid-gap: 15px;
  }
  
  .catalog-banner-slider .owl-prev,
  .catalog-banner-slider .owl-next {
    font-size: 24px;
    width: 60px;
  }
  
  .catalog-banner-slider .slide {
    padding-top: 40%;
  }
  
  #catalog-layout-1 .catalog-banner-slider .slide {
    padding-top: 60%;
  }
  
  .catalog-collection .info {
    padding: 30px;
    min-width: 300px;
    max-width: 300px;
  }
  
  .catalog-collection .info .variants li {
    max-width: 80px;
  }
  
  #catalog-layout-3 .buttons-wrap p a {
    height: 50px;
    padding: 0px 20px;
  }
}

@media (max-width: 599px) {
  .catalog-collection .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .catalog-collection .info {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  
  .catalog-collection .image {
    width: 100%;
    padding-top: 40%;
  }
  
  .catalog-collection .info .variants li {
    max-width: 70px;
  }
}
/* End custom catalog */

/* Contact popup */
#contact-popup {
	display: none;
  width: 100%;
  max-width: 450px;
}

#contact-popup .popup-title {
	margin-bottom: 20px;
  text-align: center;
  font-size: 2em;
}

#contact-popup form input,
#contact-popup form textarea,
#contact-popup form .btn {
	width: 100%;
  margin-bottom: 10px;
}

#contact-popup form textarea {
	min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}

@media (max-width: 767px) {
  #contact-popup {
  	padding: 40px 20px;
  }
}
/* End contact popup */
/* Service Page Form */
#service-page{
	margin-top: 30px;
}
#service-page .form-wrap h2{
  margin-bottom: 20px;
  text-align: center;
}
#service-page .form-wrap input{
  border: none;
  border-radius: 0;
  border: 2px solid #7f7f7f;
  margin-bottom: 15px;
  outline: none;
  height: auto;
  padding: 8px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
#service-page .form-wrap textarea{
  max-width: 100%;
  width: 100%;
  min-height: 150px;
  border: none;
  border-radius: 0;
  border: 2px solid #7f7f7f;
  margin-bottom: 15px;
  outline: none;
  height: auto;
  padding: 8px 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#service-page .form-wrap .btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  height: 40px;
  margin-top: -3px;
}
/* Servie Page Form - End */

/* Wishlist Page */
.print-wishlist {
  display: block;
}

.print-wishlist .btn-wishlist {
  outline: none;
}

@media print {
  .main-nav, .topbar, .search-col {
    display:none;
  }
  .gui-wishlist .gui-col2-left .gui-col2-left-col2 {
    width: 100%;
  }
  .gui-wishlist .gui-col2-left-col1, .gui-wishlist .gui-account-cart {
  	display: none;
  }
  
  .gui-wishlist .gui-table .gui-button-small {
    display:none;
  }
  
  .gui-wishlist .gui-col2-left-col2 .gui-buttons {
    display:none;
  }
  
  .print-wishlist {
    display: none;
  }
  
  #footer .socials-block {
    display: none;
  }
  .footer-col.footer-links-wrap {
    display: none;
  }
  
  .footer-col:last-child {
    display:none;
  }
  
}

  /* LOGOS SLIDER */
  .logos-slider {
    margin: 20px auto;
    width:90%;
  }
  .logos-slider .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  .logos-slider .owl-item.active{
    display: flex;
    margin: 0 auto;
    justify-content:center;
    align-items: center;
  }
  .logos-slider .owl-prev, .logos-slider .owl-next {
      position: absolute;
    visibility: hidden;
    top: 40%;
  }
  .logos-slider .owl-prev {
    left:-10px;
  }
  .logos-slider .owl-next {
    right:-10px;
  }
  .logos-slider .owl-prev:hover:after, .logos-slider .owl-next:hover:after {
      cursor: pointer;
    border-color: #8e8d8b;
    border-style: solid none none solid;
  }
  .logos-slider .owl-prev:after, .logos-slider .owl-next:after {
    content:"";
    position: absolute;
    visibility: visible;
    height: 17px;
    width: 17px;
    border-style: double none none double;
    border-color: #c1c1c1;
  }
  .logos-slider .owl-prev:after {
    left:-20px;
    transform: rotate(-45deg);
  }
  .logos-slider .owl-next:after {
      right:-20px;
    transform: rotate(135deg);
  }
  /* END LOGOS SLIDER */