  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
@import '../fonts/icons/style.css';
@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Light.otf") format("opentype");
/*  src: url("../fonts/NexaDemo-Light.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/NexaTextDemo-Light.woff2") format("woff2");
  src: url("../fonts/NexaDemo-Light.woff") format("woff");*/
  font-weight: 300;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/NexaRegular.otf") format("opentype");
/*  src: url("../fonts/NexaDemo-Light.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/NexaTextDemo-Light.woff2") format("woff2");
  src: url("../fonts/NexaDemo-Light.woff") format("woff");*/
  font-weight: 400;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/nexa/Nexa-Bold.otf") format("opentype");
/*  src: url("../fonts/NexaDemo-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/NexaTextDemo-Bold.woff2") format("woff2");
  src: url("../fonts/NexaDemo-Bold.woff") format("woff");*/
  font-weight: 600;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url(slick-prev.svg);
}
[dir=rtl] .slick-prev:before {
  content: url(slick-prev.svg);
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url(slick-next.svg);
}
[dir=rtl] .slick-next:before {
  content: url(slick-next.svg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  height: 3px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  scroll-behavior: smooth;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

body {
  font-family: "Nexa";
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
}

a:focus {
  outline: 0;
}

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

.page-content.page-cms ul, p {
  color: #000;
  font-family: 'Nexa';
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline-dark {
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 2rem;
}
#submit-login {
  width: 100% !important;
}
#submit-register {
  width: 100% !important;
}
#wrapper {
  /*margin-top: 9rem;*/
  /*padding-top: 9rem;*/
  /*background: url(../images/Background-12-min.png);*/
}

#header {
  background: transparent;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

#header .header-nav {
  border: 0;
  margin-bottom: 0;
}

#header .header-top {
  padding: 1.5rem 0;
}

#top-menu {
  margin-bottom: 0;
}

#header .header-top a[data-depth="0"] {
  color: #000;
}

#_mobile_logo svg {
  height: 3rem;
}

.page-index #header,
.page-index #header a,
.page-index #header .header-top a[data-depth="0"],
.page-index .header-right .dropdown,
.page-index .header-right .dropdown .expand-more {
  color: #fff;
  fill: #fff;
}
.page-index #header .dropdown-menu a {
  color: #000;
}
.page-index #_desktop_logo svg path {
  fill: #fff;
}
.page-index #header {
  border-bottom: 0;
}
.page-index #header .top-menu a {
  color: #000;
}

#_desktop_top_menu {
  margin-top: 1.5rem;
}

#_desktop_logo a {
  display: block;
  text-align: center;
}
#_desktop_logo svg {
  height: 4.1rem;
}

#header .user-info,
#header .blockcart {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#header .user-info span[class*=icon],
#header .blockcart span[class*=icon] {
  font-size: 1.2rem;
}
#header .blockcart .header {
  position: relative;
}
#header .blockcart .header .cart-products-count {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  line-height: 17px;
  font-size: 10px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  color: #000;
  text-align: center;
}

.menu-toggle {
  display: inline-block;
}
.menu-toggle span {
  background-color: #fff;
  height: 3px;
}

#currency-selector-label {
  display: none;
}

.header-right {
  text-align: right;
  margin-top: 1.5rem;
}
@media (min-width: 767px) {
  .header-right {
    display: flex;
    justify-content: flex-end;
  }
}
.header-right > div {
  display: inline-block;
  /*margin-right: 5px;*/
  margin-left: 10px;
}
@media (max-width: 767px){
  .header-right > div{
    display: block;
    text-align: center;
  }
  .header-right{
    margin-top: 0px;
  }
  .product-accessories .products {
    width: 85% !important;
  }
}
.header-right .currency-selector {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 10px;
}
.header-right .currency-selector,
.header-right .language-selector-wrapper,
.header-right .dropdown a {
  font-weight: 600;
}

.language-selector,
.language-selector button {
  text-transform: uppercase;
}

.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-slider img {
  width: 100%;
}

.slick-dots {
  bottom: 20px;
  text-align: left;
  padding-left: 2rem;
}
.slick-dots li {
  width: 20px;
  height: 3px;
}
.slick-dots li button {
  background-color: #fff;
  padding: 0;
  opacity: 0.75;
  transition: all 150ms ease;
}
.slick-dots li.slick-active {
  width: 45px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 45px;
}

.product-customizer-cta {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.product-customizer-cta p.h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.product-customizer-cta h1 {
  font-size: 36px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.product-customizer-cta .btn {
  margin-top: 2rem;
}
.product-customizer-cta .tabs {
  background-color: transparent;
  box-shadow: none;
  margin-top: 0;
}
.product-customizer-cta .tabs .nav-tabs {
  text-align: center;
  border: 0;
}
.product-customizer-cta .tabs .nav-tabs li.nav-item {
  float: none;
  display: inline-block;
  margin: 0 2rem;
}
.product-customizer-cta .tabs .nav-tabs li.nav-item .nav-link {
  border: 0;
  color: #999;
  padding: 0;
  padding-bottom: 5px;
}
.product-customizer-cta .tabs .nav-tabs li.nav-item .nav-link.active {
  border-bottom: 2px solid #000;
  color: #000;
}

.animatable {
  text-align: center;
}

.video-bg-content {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
}
.video-bg-content video{
  min-width: 100%; 
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.video-bg-content h1 {
  font-size: 36px;
}
.video-bg-content p {
  margin-bottom: 0;
  font-weight: 600;
}
.video-bg-content .container {
  position: relative;
  z-index: 2;
}

#bg_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#bg_video:focus {
  outline: 0;
}

.video-control {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
.video-control #videochk {
  display: none;
}
.video-control .video-ctrl {
  color: #000;
  font-size: 3rem;
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
}
.video-control .video-ctrl span {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out, transform 0.2s ease-in-out;
}
.video-control .video-ctrl .icon-play {
  opacity: 0;
  transform: scale(0.8);
}
.video-control .video-ctrl .icon-pause {
  opacity: 1;
  transform: scale(1);
}

#videochk:checked + .video-ctrl .icon-play {
  opacity: 1;
  transform: scale(1);
}
#videochk:checked + .video-ctrl .icon-pause {
  opacity: 0;
  transform: scale(0.8);
}
.header_sc{
  background:#00000045 !important;
  transition: 1.5s;
}
.rellax-wrapper {
  padding: 11rem 0;
  position: relative;
  overflow: hidden;
}
.rellax-wrapper span {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
}
.rellax-wrapper:hover > span {
  transform: scale(1.05);
}

.rellax {
  transition: tranform 200ms ease-in-out;
}
.rellax .row {
  margin: 0 -30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .rellax .row {
    display: block;
  }
  .rellax .row .col-md-4 {
    padding: 0 !important;
  }
  .rellax .item {
    height: 100px !important;
    margin-bottom: 5rem;
    margin-top: -2.5rem;
  }
  .rellax-d~.rellax-d .item{
    height: 100px !important;
  }
  .rellax-d~.rellax-d~.rellax-d .item{
    height: 100px !important;
  }
  .rellax-wrapper {
    padding: 2rem 0;
  }
}
.rellax .row .col-md-4 {
  padding: 0 30px;
}
.rellax .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
  color: #000;
  background-color: #fff;
}
.rellax-d~.rellax-d .item{
  height: 746px;
}
.rellax-d~.rellax-d~.rellax-d .item{
  height: 490px;
}

#footer {
  background-color: #f2f2f2;
}

.block_newsletter {
  background-color: transparent;
}

.newsletter-form {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px){
  #header.is-open{
    fill: #000 !important;
    color: #000 !important;
  }
  #header.is-open a{
    fill: #000 !important;
    color: #000 !important;
  }
}
.close2{
  display: none;
}

#header.is-open .menu2 {
  display: none;
}
#header.is-open .close2 {
  display: block;
}
.toggle-menu {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: -13px;
  float: right;
  z-index: 1000;
  margin-left: 1rem;
}
.custom-tshirt-icon {
  margin-top: -2rem;
  margin-right: 0.5rem;
}
.custom-tshirt-icon svg {
  width: 100%;
}
.custom-tshirt-icon tspan {
  font-weight: 600;
}

.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  width: 30px;
  left: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.toggle-menu i:nth-child(1) {
  top: 16px;
}

.toggle-menu i:nth-child(2) {
  top: 24px;
}

.toggle-menu i:nth-child(3) {
  top: 32px;
}
.toggle-menu.active i{
  background: #000;
}
.toggle-menu.active li{
  background: #000;
}
.toggle-menu.active i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.toggle-menu.active i:nth-child(2) {
  background: transparent !important;
}

.toggle-menu.active i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

#header.active .currency-selector a{
  color: #000 !important;
}

.menu-drawer {
  margin-top: -1.5rem;
  width: 80%;
  background-color: #fff;
  height: 9999%;
  position: absolute;
  right: -81%;
  top: 0;
  transition: right linear .2s;
  padding-top: 50px;
  z-index: -1;
  text-align: left;
}

.open {
  right: 0px;
  transition: right linear .2s;
}

.menu-drawer {
  li {
    font-family: lato;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 50px;
    text-align: center;
    a {
      text-decoration: none;
      color: #555;
      &:hover {
        color: #0094FC;
      }
    }
  }
}

.menu-drawer.open ~ #_desktop_user_info a span:before{
  color: #000;
}
.menu-drawer.open ~ #_desktop_cart span:before{
  color: #000;
}
.menu-drawer.open ~ #_desktop_language_selector button span{
  color: #000 !important;
}
.menu-drawer.open ~ #_desktop_language_selector button i{
  color: #000 !important;
}
.menu-drawer.open ~ #_desktop_currency_selector button span{
  color: #000 !important;
}
.menu-drawer.open ~ #_desktop_currency_selector button i{
  color: #000 !important;
}

.nothome-header span:before{
  color: #000 !important;
}
.nothome-header svg{
  /*background: #000 !important;*/
  fill: #000 !important;
}
.nothome-header .toggle-menu i {
  background: #000 !important;
}
/*.nothome-header .toggle-menu.active i {
  background: transparent !important;
}*/
.is-open span:before{
  color: #000 !important;
}

.menu-drawer > div ul a{
  text-transform: none !important;
  font-size: 26px !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.menu-drawer > div ul{
  color: #000 !important;
  padding-top: 3rem;
}
.menu-drawer > .menu > ul > li{
  display: inherit !important;
  padding-bottom: 1.5rem;
}
.menu-drawer > ul > li{
  color: #000;
  display: inherit !important;
  padding-bottom: 1.2rem;
  padding-left: 1.5rem;
}
.menu-drawer .top-menu .popover {
  display: none;
}
.menu-drawer a{
  color: #000 !important;
}
.page-content{
  /*padding-top: 7rem;*/
  padding-bottom: 0.3rem;
}

.field-name-fr{
  padding-left: 0 !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem;
}
.field-name-ln{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px){
  .field-name-fr{
    padding-right: 0 !important;
  }
}
.nothome {
  padding-top: 8.2rem;
}
.authentication {
  background-image: url(../images/Background-12-min.png) !important;
  background-size: cover !important;
}
.password {
  background-image: url(../images/Background-13-min.png) !important;
  background-size: cover !important;
  background-position: center !important;
}
.contact {
  background-image: url(../images/Background-10-min.png) !important;
  background-size: cover !important;
}
.pagenotfound {
  background-image: url(../images/Background-13-min.png) !important;
  background-size: cover !important;
}
.pagenotfound > .container-fluid > #content-wrapper > #main > .page-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 8rem;
}
.page-not-found a{
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #000;
  padding: 0.5rem 2rem;
}
.product-left-col{
  padding: 4rem;
  padding-top: 4rem;
}
.product-left-col h1{
  font-family: 'Playfair Display', serif;
}
.product-description{
  padding-bottom: 0.2rem;
  padding-right: 2rem;
}

@media (max-width: 575px){
  .product-left-col{
    padding: 1rem !important;
    padding-top: 0 !important;
  }
  .product-right-col{
    padding: 1rem !important;
    margin-top: -7rem !important;
  }
}
@media (max-width: 320px){
  .product-quantity{
    flex-direction: column;
  }
}
#image-block .prev-prod-image {
  display: block;
  position: absolute;
  left: -2rem;
  color: #000;
  padding: 10px;
  font-size: 3em;
  z-index: 1;
  height: 70%;
  vertical-align: middle;
  padding-top: 60%;
}
#image-block .next-prod-image {
  display: block;
  position: absolute;
  right: -2rem;
  color: #000;
  padding: 10px;
  font-size: 3em;
  z-index: 1;
  height: 70%;
  vertical-align: middle;
  padding-top: 60%;
}
#image-block .image-pager{
  display: block;
  position: absolute;
  right: -36px;
  color: #000;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  z-index: 1;
  vertical-align: middle;
  padding-top: 67%;
}
#image-block .prev-prod-image:hover, #image-block .next-prod-image:hover {
  color: #ccc;
  cursor: pointer;
}
@media (max-width: 575px){
  #image-block .prev-prod-image {
    left: 0rem;
    background-color: #00000021;
    color: #fff;
  }
  #image-block .next-prod-image {
    right: 0rem;
    background-color: #00000021;
    color: #fff;
  }
  #image-block .image-pager {
    right: -4px;
    color: #fff;
    z-index: 99;
  }
}

.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */ 
.checkmark { 
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 0.5px solid #000;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #000;
}
.container1 input:checked ~ .checkmark h1{
  color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
}
.select-size{
  display: flex;
}
.check-size-text{
  font-family: 'Nexa';
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding-top: 6px;
}
.product-right-col {
  padding: 3rem;
}

.dropbtn {
  background-color: #ffffff;
  color: black;
  font-size: 16px;
  border: 1px solid black;
  padding: 4px 13px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {border: 2px solid black;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {border: 2px solid black;}


.filter-container{
  position: relative;
  padding-left: 33px;
}

@media (max-width: 767px){
  .total-products{
    padding-bottom: 2rem;
  }
}
#filterToggler {
  border-bottom: 1px solid black;
  font-weight: 600;
  padding-bottom: 2px;
}

.filters{
  display: none;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 450px;
  padding: 30px;
  z-index: 9999;
}
@media (max-width: 575px){
  .filters{
    width: 100%;
    padding: 0 !important;
  }
  .filter-container{
    padding-left: 0 !important;
  }
}
.filters ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#search_filters .facet .facet-label a {
  /*display: none !important;*/
}
.magnitude{
  display: none !important;
}

.product-line-grid {
  display: flex;
  align-items: center;
}
@media (max-width: 575px){
  .product-line-grid {
    display: block;
  }
  .remove-from-cart {
    display: block;
    margin-top: 1rem;
  }
  .continue-shop {
    padding-left: 0;
  }
  .checkout.cart-detailed-actions > div {
    padding-right: 0 !important;
  }
  .cart-grid-body .card-block {
    padding-top: 1rem;
  }
  .steps-circle {
    min-width: 240px !important;
  }
  .steps-circle h1 {
    margin-right: 15px !important;
  }
}
.product-line-info1 {
  padding-right: 10px;
  display: flex;
}
section#js-checkout-summary {
  background: #F9F9F9;
}
#checkout #wrapper {
  padding-top: 9rem;
}

.steps-circle {
  position: relative;
  display: flex;
  width: 30%;
  min-width: 350px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.steps-circle:before {
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  position: absolute;
  top: 42%;
  height: 1px;
  background-color: #000;
  left: 0;
}
.steps-circle h1 {
  border: 1px solid #e2e2e2;
  color: #e2e2e2;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 50px;
  font-family: 'Nexa';
  font-weight: 300;
  font-size: 1.5rem;
  padding-top: 12px;
  z-index: 2;
  background-color: #fff;
}
.steps-circle h1:last-child {
  margin-right: 0 !important;
}
.steps-circle h1.active{
  opacity: 1 !important;
  color: #000;
  border: 1px solid #000;
}

.steps-circle h1.done{
  opacity: 1 !important;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}


#customer-form > section > .form-group > div > .custom-checkbox input[type="checkbox"] + span {
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
}
#customer-form > section > .form-group > div > .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  border-radius: 0 !important;
  width: 20px;
  height: 20px;
}
#lilet_step_title {
  font-size: 36px;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.order-done-icon {
  border: 2px solid black;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  margin-top: 7rem;
}
.card-title {
  font-family: 'Playfair';
  font-size: 33px;
}

#cpp-form {
  display: flex !important;
  align-items: flex-end;
}
.belvg-popup-halloween__input > input {
  border: none !important;
  border-bottom: 1px solid black !important;
  background: transparent !important;
  height: 30px !important;
  outline: none !important;
  font-size: 16px !important;
}
.belvg-popup-halloween__input {
    width: 100% !important;
    padding-right: 15px !important;
    margin: 0 !important;
}
.belvg-popup-halloween__actions > .action {
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #000 !important;
    padding: 5px 15px !important;
    font-weight: 600 !important;
}
.belvg-popup-halloween__actions > .action:hover {
    color: #fff !important;
    background: #000 !important;
}
.belvg-popup-halloween__theme2 h1 {
  padding: 3rem 20px 0 20px !important;
}
.belvg-popup-halloween__theme2 .belvg-popup-halloween__content {
  padding-top: 0 !important;
}
.belvg-popup-halloween__note {
  font-size: 14px !important;
  padding-bottom: 2rem !important;
  text-align: left !important;
}
.fancybox-close {
  background-image: url('close_black_24dp.svg') !important;
  background-repeat: no-repeat !important;
  top: 10px !important;
  right: 10px !important;
  background-size: 35px !important;
}
#authentication .page-header {
  padding-top: 7rem;
}
#authentication .card-block {
  padding-bottom: 13rem !important;
}

.cms-id-7 .page-header {
  position: relative;
  background-color: #ddd;
  /*background-image: url(../images/Background-10-min.png);*/
  text-align: center;
  max-width: 100% !important;
  top: -11rem;
  padding-top: 15rem !important;
  padding-bottom: 11rem !important;
}
.cms-id-7 .page-header h1 {
  font-size: 46px !important;
}
.page-cms-7 {
  background-color: transparent !important;
  max-width: 100% !important;
  margin-top: -9rem !important;
  padding: 0 !important;
}
.brand-text-bottom {
  display: inline-block;
  padding-top: 8rem;
}
@media (max-width: 1600px) {
  .brand-text-bottom {
    padding-top: 0 !important;
  }
  .brand-text-3 {
    padding-top: 3rem !important;
  }
}
@media (max-width: 767px) {
  .quote-right {
    top: 0 !important;
  }
  .brand-text-3 svg {
    margin-top: 0 !important;
    width: 70% !important;
  }
  .brand-text-bottom h1 {
    font-size: 20px !important;
  }
}
.brand-top-content {
  display: inline-block;
    left: 50%;
  transform: translateX(12%);
  padding-bottom: 5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.brand-top-content h1 {
  font-size: 33px;
  padding-bottom: 30px;
}
.brand-top-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.brand-image-1 img {
  width: 100%;
}
.quote-left {
  height: 30px;
}
.quote-right {
  height: 30px;
  top: 5rem;
  position: relative;
}
.rotate-p {
  transform: rotate(270deg);
  width: 150px;
  margin-top: -6rem;
  margin-left: -4rem;
}
.brand-image-3 img {
  width: 85%;
  margin-left: 2rem;
  margin-top: -4rem;
}
.brand-mid-content {
  background-color: #F2F2F2;
  display: flex;
  padding-bottom: 7rem;
  margin-top: 6rem;
  justify-content: center;
}
.brand-text-3 {
  padding: 3rem;
  padding-top: 10rem;
}
.brand-text-3 svg {
  margin-top: 5rem;
  width: 95%;
}
.brand-text-3 h1 {
  font-size: 26px;
  padding-bottom: 30px;
}
.width-brand {
  width: 80%;
}
@media (max-width: 575px) {
  .width-brand {
    width: 95% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.cms-id-7 .main-gray {
  background-color: #f2f2f2;
  transition: 1s;
}
.cms-id-7 .main-white {
  background-color: #fff !important;
  transition: 4s;
}

.order-confirmation-btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.order-confirmation-btn a:nth-child(1){
  margin-right: 2rem;
}
@media (max-width: 767px){
  #main .page-content {
    max-width: 95%;
  }
  .card-block {
    padding-bottom: 1rem !important;
  }
  .order-done-icon {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .order-confirmation-btn {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .order-confirmation-btn a:nth-child(1){
    margin-bottom: 1rem;
  }
}
.middle-home-cat {
  position: relative;
  margin-top: -40%;
  width: 70%;
  padding: 3rem;
  background: #000;
  top: 4rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
}
.middle-home-cat h1 {
  color: #fff;
  font-size: 26px;
}
.bx-wrapper .bx-controls-direction a {
  top: 50% !important;
}
.bx-wrapper {
  max-width: 100% !important;
}
.picture {
  width: 360px !important;
  margin-right: 2rem;
}
.text-insta {
  width: 360px;
  height: 360px; 
  background: #333333; 
  padding: 1.5rem;
}
.text-insta p {
  margin-top: 0 !important;
}
#csinstagramfeed {
    padding: 6rem 0 !important;
}

@media (max-width: 575px) {
  .bx-viewport{
    height: 160px !important;
  }
  .picture {
    width: 160px !important;
  }
  .bx-wrapper img {
    width: 160px !important;
    height: 160px !important;
  }
  .text-insta {
    width: 160px;
    height: 160px; 
    padding: 5px;
  }
  #csinstagramfeed {
      padding: 1rem 0 !important;
  }
}
.insta-left {
  padding: 3rem;
  padding-top: 7rem;
}
.insta-left p {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 2rem;
}
.insta-left h1 {
  padding-bottom: 2rem;
}
.insta-left img {
  width: 40px;
  height: 40px;
  padding-right: 4px;
}
.cms-id-6 #main .page-header {
  background-color: transparent !important;
  text-align: center;
}
.cms-id-6 #main .page-content {
  background-color: transparent !important;
  max-width: 60% !important;
}
@media (max-width: 575px) {
  .cms-id-6 #main .page-content {
    max-width: 95% !important;
  }
}
.cms-id-6 #main {
  background-image: url(../images/Background-2-min.png);
  position: relative;
  margin-top: -11rem;
  padding-top: 14rem;
  /*padding-bottom: 10rem;*/
}
.cms-id-6 .video-bg-content {
  margin-top: 17rem;
}
.dot-dot-href {
  background-image: url(dot-dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center -6px;
  padding: 25px;
  font-weight: 600;
}

@media (max-width: 376px) {
  .dot-dot-href {
    padding: 21px;
    font-size: 9px;
  }
  .brand-image-4 {
    margin-left: -3rem;
  }
  .brand-image-4 img {
    margin-left: 43px;
  }
}
.brand-text-3 p {
  margin-bottom: 3rem;
  line-height: 26px;
  font-weight: 300;
  font-size: 16px;
}
.rotate-pf {
  transform: rotate(270deg);
  width: 150px;
  margin-top: -6rem;
  margin-left: 82%;
}
.brand-image-4 img {
  width: 85%;
  margin-left: 2rem;
}
.brand-footer-content {
  padding-top: 7rem;
  /*background-color: #FFF;*/
  display: flex;
  justify-content: center;
}
.brand-footer-content .brand-text-bottom {
  padding-bottom: 8rem;
  padding-top: 5rem !important;
}
.brand-footer-content .brand-text-3 {
  padding-top: 1rem !important;
}

.scroll-top {
  display: flex;
  position: relative;
  bottom: 20rem;
  justify-content: flex-end;
  padding-right: 3rem;
}

#product .product-single {
  margin-right: 1rem !important;
}
@media (max-width: 575px) {
  .product-accessories h1 {
      font-size: 20px;
  }
  .product-customizer-cta {
    padding-top: 1rem;
  }
}
.extra-links-open {
  display: none;
}
.is-open .extra-links-open {
  display: block;
}
.is-open .category a[data-depth="0"] {
  font-weight: 600 !important;
}
.is-open .extra-links{
  text-transform: capitalize !important;
  font-weight: 300 !important;
}
.is-open .extra-links-open{
  text-transform: capitalize !important;
  font-weight: 300 !important;
}
@media (max-width: 767px){
  .category-extra {
    margin-top: 1rem;
  }
}
.category-extra:first-child {
  margin-top: 3rem;
}
#language-selector-label {
  display: none !important;
}
#_mobile_currency_selector > div, #_mobile_currency_selector {
  padding-left: 0 !important;
}
#_mobile_currency_selector > div {
  border-right: 1px solid #D9D9D9;
}
.is-open .blockcart .header .cart-products-count {
  color: #fff !important;
  background-color: #000 !important;
}
.nothome-header .blockcart .header .cart-products-count {
  color: #fff !important;
  background-color: #000 !important;
}
.open .category-extra {

}
.menu-drawer .extra-links-open {
  display: block;
}
.menu-drawer .category-extra a {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.menu-drawer .category-extra {
  padding-bottom: 5px !important;
}
#authentication #main .page-content, #authentication #main .page-header {
  padding-left: 0 !important;
}
#password #content-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 10rem;
}
#password #content {
  padding-bottom: 1rem !important;
}

@media (min-width: 1680px) {
  .brand-footer-content .brand-text-bottom {
    padding-top: 11rem !important;
  }
}
.slick-prev, .slick-next {
  top: 40% !important;
}
.menu-drawer .top-menu {
  padding-left: 1.5rem !important;
}
.menu-drawer.open ~ #_desktop_cart .cart-products-count {
  color: #fff !important;
  background-color: #000 !important;
}
/*.facet:nth-child(3) a {
  display: none !important;
}
*/
.custom-tshirt-icon #Rectangle_142 {
    stroke: #fff;
}
.nothome-header #Rectangle_142 {
  stroke: #000;
}

#search_filters .ui-slider .ui-slider-handle {
    top: -.45em;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-range {
    /*top: 7% !important;*/
    height: 1px !important;
}
#search_filters .ui-widget-header {
  background: transparent !important;
}
.ui-widget-content {
    /*border: none !important;*/
    border-radius: 0 !important;
    border-bottom: none;
    border-top: 1px solid black;
    border-right: none;
    border-left: none;
    color: #222;
}
.product-accessories h1 {
  padding-bottom: 5rem;
}
.fatured-products {
  padding-bottom: 5rem;
}
.checkbox-checked p {
  color: #fff;
  padding-top: 2px;
}
.custom-checkbox {
  text-align: center;
}
.span-filteri {
  font-size: 12px;
  position: relative;
  top: -6px;
  left: -29px;
}
.price-facet-label {
  font-size: 16px;
  font-weight: 600;
}
.kompozicioni ul {
  display: block !important;
}
.kompozicioni .span-filteri {
  left: 0 !important;
}
.kompozicioni li {
  padding-bottom: 1rem;
}
.kompozicioni .custom-checkbox input[type="checkbox"] + span {
  border-radius: 0 !important;
}
.kompozicioni .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  border-radius: 0 !important;
}
.kompozicioni .checkbox-checked p {
  display: none;
}
#product .page-content {
  padding: 0;
}
#search_filters .ui-slider-horizontal {
  height: 1em !important;
}

.livraison h4 {
  font-family: 'Nexa';
}
.livraison p {
  padding-bottom: 2rem;
}
.livraison h4:nth-child(4n) {
  margin-bottom: 5rem !important;
}

.cms-id-1 #content-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cms-id-3 #content-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%; 
}

.cms-id-3 #content-wrapper p {
  font-size: 16px !important;
  font-family: 'Nexa' !important;
  font-weight: 400 !important;
}

@media (max-width: 575px){
  .cms-id-1 #content-wrapper {
    width: 95%;
  }
  .cms-id-3 #content-wrapper {
    width: 95%; 
  }
}
