/***********************************************************************/
a a:hover, a a:focus {
  outline: none; }

.container {
  position: relative; }

#page {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  overflow-x: hidden; }
  .product-4030pro #page {
    overflow-x: inherit; }

.errors {
  color: #C83A3A;
  margin: 5px; }
  .errors a {
    color: #339bcb; }

#topbar {
  font-size: 1.3rem;
  background: #339bcb;
  color: white;
  text-align: center;
  position: relative; }
  #topbar #close-topbar {
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10%;
    text-align: center;
    vertical-align: middle;
    top: 5px; }
  #topbar .topbar-text {
    padding: 0.5% 0;
    display: inline-block; }
  #topbar a {
    font-family: Montserrat;
    color: white; }
    #topbar a:hover, #topbar a:focus {
      color: #0f5f83; }
  #topbar nav {
    max-height: 50px; }
    #topbar nav:before, #topbar nav:after {
      content: "";
      display: table; }
    #topbar nav:after {
      clear: both; }

.header-container {
  z-index: 1; }

.addshadow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

#header-main {
  background: white; }
  .keep-header #header-main, .keep-topbar #header-main {
    background: rgba(255, 255, 255, 0.9); }

.header-wrap .header-left {
  float: left;
  width: 17%;
  position: relative;
  z-index: 5; }
  .rtl .header-wrap .header-left {
    float: right; }
.header-wrap .header-right {
  float: left;
  width: 70%; }
  .rtl .header-wrap .header-right {
    float: right; }

#header_logo {
  padding: 15px 0px;
  text-align: left;
  width: 100%; }
  .rtl #header_logo {
    text-align: right; }
  #header_logo h1 {
    margin: 0px; }
  #header_logo a {
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle; }
    #header_logo a img {
      width: 100%;
      max-width: 240px;
      height: auto; }

.rte ul {
  list-style: disc;
  padding-left: 10px; }
.rte ol {
  list-style: decimal; }

#main-top {
  margin-top: 20px;
  margin-bottom: 20px; }

.template-index .products_block .block_content, .template-index .product_tab_content {
  margin-top: 10px; }

.template-index .products_block .loadmore {
  cursor: pointer;
  text-align: center;
  display: none;
  margin: 15px 0; }
  .template-index .products_block .loadmore span {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px; }

.template-index .show {
  display: block; }

#footer #footercenter {
  padding-bottom: 15px;
  background: #2e2e2e; }
#footer:before, #footer:after {
  content: " ";
  display: table; }
#footer:after {
  clear: both; }

@media (max-width: 992px) {
  #footer #footercenter {
    background: #2e2e2e; } }
.footer_top_wrap {
  padding: 40px 0;
  background: #339bcb; }
  @media (max-width: 768px) {
    .footer_top_wrap {
      padding: 35px 0 25px; } }

.footer-center-wrap {
  margin-top: 40px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .footer-center-wrap {
      margin-top: 3vw; } }
  .footer-center-wrap .footer-block {
    padding: 0; }
  .footer-center-wrap .col-md-2, .footer-center-wrap .col-md-3 {
    padding: 0; }
  .footer-center-wrap .col-md-5 {
    text-align: right;
    float: right; }

.footer_boxed {
  padding-top: 10px;
  color: black; }
  .footer_boxed p {
    font-size: 12px; }

#footernav {
  background: #339ccc;
  font-family: Montserrat;
  font-size: 15px;
  color: #3e3e3e;
  padding: 5px 0px 5px 0px;
  text-align: center;
  color: white; }
  #footernav p {
    margin: 0px; }
  #footernav a {
    color: #339bcb; }

.f-right {
  float: right; }
  .rtl .f-right {
    float: left; }

.paymentimg img {
  width: 36px;
  float: right;
  margin-left: 2px;
  border-radius: 2px; }
  @media (min-width: 769px) {
    .paymentimg img {
      width: 2vw; } }

body.layout-boxed-lg {
  background: white; }
  body.layout-boxed-lg #page {
    max-width: 1200px;
    box-shadow: 0px 0px 5px #D5D5D5;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    overflow: hidden; }
    body.layout-boxed-lg #page .container {
      max-width: 1200px; }
  body.layout-boxed-lg #header.navbar-fixed-top {
    width: 1200px;
    left: 50%;
    margin-left: -600px; }

body.layout-boxed-md {
  background: white; }
  body.layout-boxed-md #page {
    max-width: 960px;
    box-shadow: 0px 0px 5px #D5D5D5;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    overflow: hidden; }
    body.layout-boxed-md #page .container {
      max-width: 960px; }
  body.layout-boxed-md #header.navbar-fixed-top {
    width: 960px;
    left: 50%;
    margin-left: -480px; }

.center_column h4 {
  font-family: Montserrat;
  font-size: 18px;
  text-transform: inherit;
  font-weight: normal;
  line-height: 26px; }

/* ---Header--- */
@media (min-width: 992px) {
  body.keep-header #header_logo {
    background: transparent; }

  body.keep-topbar #header_logo {
    background: white; }

  /*One*/
  body.header-one .header-wrap .header-left {
    float: right; }
    .rtl body.header-one .header-wrap .header-left {
      float: left; }
  body.header-one #header_logo {
    text-align: right; }
    .rtl body.header-one #header_logo {
      text-align: left; }
  body.header-one #search_block_top {
    left: 30px;
    right: auto; }
    .rtl body.header-one #search_block_top {
      right: 30px;
      left: auto; }
  body.header-one .navi-bar {
    left: 0px;
    right: auto; }
    .rtl body.header-one .navi-bar {
      right: 0px;
      left: auto; }
  body.header-one .navbar-nav {
    float: right; }
    .rtl body.header-one .navbar-nav {
      float: left; }
    body.header-one .navbar-nav > li {
      float: right; }
      .rtl body.header-one .navbar-nav > li {
        float: left; }

  /*Two*/
  body.header-two .header-wrap .header-left {
    float: none;
    width: 100%; }
  body.header-two #header_logo {
    padding-bottom: 0;
    text-align: center; }
  body.header-two #search_block_top {
    left: 15px;
    right: auto;
    z-index: 11; }
    .rtl body.header-two #search_block_top {
      right: 15px;
      left: auto; }
  body.header-two .navbar-nav {
    float: none; }
    body.header-two .navbar-nav > li {
      float: none;
      display: inline-block; }

  /*Three*/
  body.header-three.template-index #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  body.header-three.template-index #header-main {
    background-color: white; }
  body.header-three.keep-header #header-main, body.header-three.keep-header #header_logo {
    background-color: transparent; }
  body.header-three #apollo-menu {
    background-color: transparent; } }
/* ---End Header--- */
.e-scale .dropdown-menu {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-scale.popup-over:hover .dropdown-menu, .e-scale.open .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-left .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-left.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-right .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-right.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-top .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-top.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.e-translate-down .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.e-translate-down.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.effect > a {
  position: relative;
  display: block; }
  .effect > a:before {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%; }
  .effect > a:hover {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #000; }
    .effect > a:hover:before {
      -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
      box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .effect > a img {
    width: 100%; }

.effect_banner a {
  position: relative;
  display: block;
  max-width: 100%; }
  .effect_banner a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect_banner a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect_banner a:hover:before, .effect_banner a:hover:after {
    width: 100%;
    height: 100%; }

.btn-outline-inverse {
  color: #339bcb;
  background-color: white;
  border-color: #339ccc;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
    color: white;
    background-color: #339bcb;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .open .btn-outline-inverse.dropdown-toggle {
    color: white;
    background-color: #339bcb;
    border-color: rgba(0, 0, 0, 0); }
  .btn-outline-inverse:active, .btn-outline-inverse.active {
    background-image: none; }
  .open .btn-outline-inverse.dropdown-toggle {
    background-image: none; }
  .btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
    background-color: white;
    border-color: #339ccc; }
  .btn-outline-inverse .badge {
    color: white;
    background-color: #339bcb; }

.btn-outline {
  color: #339bcb;
  background-color: white;
  border-color: #339bcb;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    background-color: #339ccc;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .open .btn-outline.dropdown-toggle {
    color: white;
    background-color: #339ccc;
    border-color: rgba(0, 0, 0, 0); }
  .btn-outline:active, .btn-outline.active {
    background-image: none; }
  .open .btn-outline.dropdown-toggle {
    background-image: none; }
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
    background-color: white;
    border-color: #339bcb; }
  .btn-outline .badge {
    color: white;
    background-color: #339bcb; }

.block .title_block {
  position: relative;
  font-family: Montserrat;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  color: #666666; }

.sidebar .block .title_block {
  position: relative;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  background: white;
  border: none;
  color: #3e3e3e;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
  padding: 0 15px; }
.sidebar .block .block_content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 15px 3px;
  background: white; }
  .sidebar .block .block_content:before, .sidebar .block .block_content:after {
    content: " ";
    display: table; }
  .sidebar .block .block_content:after {
    clear: both; }
.sidebar .block ul.list-block {
  padding-left: 10px; }
.sidebar .block ul li {
  position: relative; }
  .sidebar .block ul li.active a {
    color: #339bcb; }
  .sidebar .block ul li h4 {
    margin: 0 !important;
    padding: 1px 0;
    font-weight: 600; }
  .sidebar .block ul li a {
    font-family: Montserrat;
    color: #3e3e3e;
    /* 					display: block; */
    font-size: 14px;
    /* 					padding: 1px 15px; */
    padding: 5px; }
    .sidebar .block ul li a:hover {
      color: #339bcb; }
.sidebar .block #ul_catalog_color li a {
  padding: 10px 15px; }
@media (max-width: 768px) {
  .sidebar .block .title_block:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    right: 0px;
    width: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rtl .sidebar .block .title_block:after {
      left: 0px;
      right: auto; }
  .sidebar .block .title_block.active:after {
    content: "\f106";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; } }

.popup-over {
  padding: 0; }
  .popup-over .popup-title {
    height: 54px;
    line-height: 52px;
    padding: 0 20px;
    cursor: pointer; }
    .popup-over .popup-title .md {
      font-size: 20px; }
  .popup-over .dropdown-menu {
    margin: 0;
    position: static;
    display: block !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    border: none;
    padding: 0;
    background-color: #f1f1f1;
    visibility: visible;
    max-height: 300px;
    -webkit-transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .popup-over .dropdown-menu li {
      padding-left: 50px;
      line-height: 54px;
      display: block; }
      .rtl .popup-over .dropdown-menu li {
        padding-right: 50px;
        padding-left: inherit; }
      .popup-over .dropdown-menu li a {
        display: block; }
        .popup-over .dropdown-menu li a:hover {
          color: #0f5f83; }
  .popup-over.open {
    cursor: pointer; }
    .popup-over.open .popup-title {
      background-color: #f1f1f1; }
    .popup-over.open .dropdown-menu {
      max-height: 300px; }

/*=========== only banner  ==============*/
.onlybanner-pc {
  max-width: 100%;
  display: block !important; }
  .onlybanner-pc:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.onlybanner-mobile {
  max-width: 100%;
  display: none !important; }
  .onlybanner-mobile:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

@media (max-width: 769px) {
  .onlybanner-pc {
    max-width: 100%;
    display: none !important; }

  .onlybanner-mobile {
    max-width: 100%;
    display: block !important; } }
.influencebanner-bg {
  background: #339bcb; }

.movingbanner {
  position: relative;
  -moz-animation: movingbanner 50s infinite;
  /* Firefox */
  -webkit-animation: movingbanner 50s infinite;
  /* Safari and Chrome */
  -o-animation: movingbanner 50s infinite;
  /* Opera */
  animation-direction: alternate; }

@media (max-width: 769px) {
  .movingbanner2, .movingbanner {
    display: none; } }
@keyframes movingbanner {
  from {
    left: -50%; }

  to {
    left: 0; } }

@-o-keyframes mo-vingbanner {
  from {
    left: 50%; }

  to {
    left: 0; } }

@-webkit-keyframes movingbanner {
  from {
    left: -50%; }

  to {
    left: 0; } }

@-moz-keyframes movingbanner {
  from {
    left: -50%; }

  to {
    left: 0; } }

.movingbanner2 {
  left: 0;
  position: absolute;
  top: 0;
  -moz-animation: movingbanner2 50s infinite;
  /* Firefox */
  -webkit-animation: movingbanner2 50s infinite;
  /* Safari and Chrome */
  -o-animation: movingbanner2 50s infinite;
  /* Opera */
  animation-direction: alternate; }

@keyframes movingbanner2 {
  from {
    left: 50%; }

  to {
    left: 100%; } }

@-o-keyframes movingbanner2 {
  from {
    left: 50%; }

  to {
    left: 100%; } }

@-webkit-keyframes movingbanner2 {
  from {
    left: 50%; }

  to {
    left: 100%; } }

@-moz-keyframes movingbanner2 {
  from {
    left: 50%; }

  to {
    left: 100%; } }

.welcome-msg p {
  margin: 0px;
  padding: 10px 0px; }
  .welcome-msg p > span {
    color: #666666; }
    .welcome-msg p > span.price {
      color: #333333; }

.header_user_info .dropdown-menu li i {
  display: none; }

.links {
  margin: 0px;
  padding: 0px; }
  .links li {
    display: inline;
    line-height: 38px;
    margin: 0px; }
    .links li a {
      margin: 0px 10px; }
    .links li.fa, .links li.icon {
      margin-right: 10px; }
  .links.dropdown-menu li {
    display: block; }
    .links.dropdown-menu li a {
      margin: 0px; }

#block_currencies {
  padding: 0; }
  #block_currencies .dropdown-menu li a img {
    margin-top: -3px;
    margin-right: 5px; }
    .rtl #block_currencies .dropdown-menu li a img {
      margin-left: 5px;
      margin-right: inherit; }
  #block_currencies .popup-title img {
    margin-top: -2px;
    margin-right: 5px; }
    .rtl #block_currencies .popup-title img {
      margin-left: 5px;
      margin-right: inherit; }
  #block_currencies .popup-title .md {
    font-size: 20px; }
  #block_currencies .fa {
    float: left;
    line-height: 17px; }

#first-currencies {
  margin: 0px; }
  #first-currencies li {
    margin: 0px;
    display: block; }
    #first-currencies li a {
      padding: 2px 8px; }
      #first-currencies li a img {
        width: 16px;
        height: 11px; }

#twitter_block {
  padding: 15px; }

#cart a {
  display: block; }

.item-message {
  color: red;
  text-align: left;
  clear: both; }

.blockcart_top {
  font-size: 13px;
  padding: 0px;
  width: 40px;
  height: 40px; }
  @media (min-width: 1025px) {
    .blockcart_top {
      font-size: 0.93vw; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .blockcart_top {
      font-size: 14px; } }
  .blockcart_top .title-cart span {
    display: block;
    /*           	font-size: $theme-font-size + 12.5; */
    /* 			color: #3e3e3e; */
    text-align: center;
    line-height: 40px; }
    .blockcart_top .title-cart span:hover {
      color: #339bcb; }
    .blockcart_top .title-cart span#CartCount {
      position: relative;
      background: #339bcb;
      color: #fff;
      font-size: 13px;
      width: auto;
      height: auto;
      line-height: 17px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
  .blockcart_top .cart-inner > span {
    color: #3e3e3e;
    text-transform: uppercase; }
    .blockcart_top .cart-inner > span.cart-title {
      display: block;
      line-height: 10px;
      vertical-align: top;
      font-size: 15px; }

#search_block_top {
  display: none;
  position: absolute;
  text-align: center;
  top: 18px;
  width: 40px;
  right: 164px; }
  .rtl #search_block_top {
    left: 164px;
    right: auto; }
  #search_block_top #search-icon {
    font-size: 28.5px;
    cursor: pointer; }
    #search_block_top #search-icon:hover {
      color: #339bcb; }
  #search_block_top .label-text-search {
    display: block;
    font-size: 3rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    text-align: center;
    color: #fff; }

.close-overlay {
  z-index: 99999;
  position: relative;
  cursor: pointer;
  font-size: 3.6rem;
  color: #fff;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  position: fixed;
  top: 56px;
  right: 30px; }
  .rtl .close-overlay {
    left: 30px;
    right: auto; }
  .close-overlay.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }

.block-form {
  z-index: 9999;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }
  .rtl .block-form {
    right: 0;
    left: auto; }
  .block-form .label-text-search, .block-form #search_query_top {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  .block-form #search_query_top {
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .block-form.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
    .block-form.active .label-text-search, .block-form.active #search_query_top {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }

.over-layer {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
  height: 60px;
  position: absolute;
  top: -260px;
  left: 50%;
  margin-left: -30px;
  z-index: 9998; }
  .rtl .over-layer {
    right: 50%;
    left: auto; }
  .rtl .over-layer {
    margin-right: -30px;
    margin-left: inherit; }
  .over-layer:before {
    content: "";
    left: 0;
    top: -350px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #339bcb;
    background-color: rgba(51, 155, 203, 0.95);
    zoom: 1;
    background-color: transparent\9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9999; }
  .over-layer.active:before {
    -webkit-transform: scale(75);
    -moz-transform: scale(75);
    -ms-transform: scale(75);
    -o-transform: scale(75); }

form#searchbox {
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
  z-index: 10;
  position: relative; }
  form#searchbox input.search_query {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    height: 45px;
    font-size: 20px;
    color: #e0e0e0;
    font-weight: 100;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    color: #fff; }
    form#searchbox input.search_query::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #fff;
      opacity: 1; }
    form#searchbox input.search_query:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff;
      opacity: 1; }
    form#searchbox input.search_query::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff;
      opacity: 1; }
    form#searchbox input.search_query:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #fff;
      opacity: 1; }
  form#searchbox label {
    color: #e0e0e0;
    font-size: 26px;
    top: 0px;
    font-weight: 100;
    left: 13px; }
    .rtl form#searchbox label {
      right: 13px;
      left: auto; }
  form#searchbox .btn {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 20px;
    font-style: normal;
    width: 50px; }
    .rtl form#searchbox .btn {
      left: 20px;
      right: auto; }
  form#searchbox .search-results {
    top: auto !important;
    height: 133px;
    width: 100%; }

form#headersearchbox {
  font-size: 20px;
  width: auto !important; }
  form#headersearchbox #search_button {
    float: right;
    box-shadow: none;
    background: #339bcb;
    border-radius: 0 4px 4px 0;
    padding: 0 5px 2px;
    font-size: 28px;
    color: #fff;
    line-height: 7px;
    border-radius: 4px 0 0 4px !important;
    border: 1px solid #339bcb; }
    @media (min-width: 1700px) {
      form#headersearchbox #search_button {
        font-size: 23px; } }
  form#headersearchbox .form-control {
    width: 82%;
    float: right;
    border-left: 0;
    border-radius: 0 4px 4px  0; }
  form#headersearchbox .search-results {
    width: 90%;
    margin-left: 39px; }

#snize-search-results-grid-mode span.snize-description {
  display: none !important; }

.navi-bar {
  font-size: 28.5px;
  cursor: pointer;
  color: #3e3e3e;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .navi-bar:hover, .navi-bar.active {
    color: #339bcb; }
  .navi-bar.active .md:before {
    content: "\f29a"; }

.over-lay-bar {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  zoom: 1;
  background-color: transparent\9;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .over-lay-bar.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

.block-side-bar {
  position: fixed;
  width: 376px;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  overflow: scroll;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .rtl .block-side-bar {
    left: 0;
    right: auto; }
  .block-side-bar.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
  .block-side-bar .logo-sidebar {
    text-align: center;
    padding: 70px 0 40px 0;
    background-color: #2E2E2E;
    margin: 0; }
  .block-side-bar #twitter_block, .block-side-bar .instagram-block {
    border-top: 1px solid gainsboro;
    padding-top: 20px; }
  .block-side-bar #instafeed {
    padding: 0px 28px; }
    .block-side-bar #instafeed .owl-item {
      padding: 0 2px; }
    .block-side-bar #instafeed img {
      max-width: 100%; }
    .block-side-bar #instafeed .owl-controls .owl-page, .block-side-bar #instafeed .owl-controls .owl-buttons div {
      top: 50%;
      margin-top: -20px;
      opacity: 0.9;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      line-height: 40px; }
      .block-side-bar #instafeed .owl-controls .owl-page:hover, .block-side-bar #instafeed .owl-controls .owl-buttons div:hover {
        opacity: 1; }
      .block-side-bar #instafeed .owl-controls .owl-page:before, .block-side-bar #instafeed .owl-controls .owl-buttons div:before {
        line-height: 40px;
        font-size: 18px; }
  .block-side-bar .block-icon {
    font-size: 24px;
    color: #339bcb;
    margin: 0; }
  .block-side-bar .title_block {
    text-align: center;
    font-size: 14px;
    color: #3e3e3e !important;
    margin-bottom: 20px; }
  .block-side-bar .block-child-bar .social_block {
    text-align: center !important; }
    .block-side-bar .block-child-bar .social_block .block_content ul {
      text-align: center !important; }
      .block-side-bar .block-child-bar .social_block .block_content ul li {
        text-align: center !important; }
  .block-side-bar .social_block .block_content ul li a {
    width: 37px;
    height: 37px;
    color: #3e3e3e;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .block-side-bar .social_block .block_content ul li a i {
      line-height: 37px; }
  .block-side-bar .copyright-shop {
    margin-top: 40px; }
    .block-side-bar .copyright-shop a {
      color: #339bcb; }

.banner-home {
  background-color: #339ccc;
  margin-bottom: 40px;
  background-image: linear-gradient(-90deg, #339bcb, #2a90bf);
  background-image: -khtml-gradient(linear, top, bottom, from(#339bcb), to(#2a90bf));
  background-image: -moz-linear-gradient(-90deg, #339bcb, #2a90bf);
  background-image: -ms-linear-gradient(-90deg, #339bcb, #2a90bf);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #339bcb), color-stop(100%, #2a90bf));
  background-image: -webkit-linear-gradient(-90deg, #339bcb, #2a90bf);
  background-image: -o-linear-gradient(-90deg, #339bcb, #2a90bf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339BCB', endColorstr='#2a90bf', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#339BCB', endColorstr='#2a90bf', GradientType=0)";
  min-height: 340px; }
  .banner-home:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.banner-bottom {
  background-color: #212121;
  min-height: 340px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: linear-gradient(-90deg, #3e3e3e, #323232);
  background-image: -khtml-gradient(linear, top, bottom, from(#3e3e3e), to(#323232));
  background-image: -moz-linear-gradient(-90deg, #3e3e3e, #323232);
  background-image: -ms-linear-gradient(-90deg, #3e3e3e, #323232);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, #3e3e3e), color-stop(100%, #323232));
  background-image: -webkit-linear-gradient(-90deg, #3e3e3e, #323232);
  background-image: -o-linear-gradient(-90deg, #3e3e3e, #323232);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#323232', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#323232', GradientType=0)"; }

.block-text-banner {
  padding: 30px 0;
  color: white;
  font-size: 18px; }
  .block-text-banner p {
    color: white; }
  .block-text-banner .title-sub-adv {
    color: #fafafa;
    font-size: 16px;
    font-weight: bold;
    padding-left: 3px; }
    .rtl .block-text-banner .title-sub-adv {
      padding-right: 3px;
      padding-left: inherit; }
  .block-text-banner .title-main-adv {
    margin: 10px 0 24px;
    color: white;
    font-size: 38px;
    font-weight: 300;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .block-text-banner .title_descrip_adv {
    line-height: 25px;
    margin-bottom: 25px; }

.image-box img {
  position: absolute;
  top: -30px;
  left: 0; }

.btn-banner {
  background: white; }

.btn-banner:hover, .btn-banner:focus {
  color: white !important;
  background: transparent;
  border: 1px solid white; }

.btn-black {
  color: #3e3e3e !important;
  border: 1px solid #3e3e3e; }

.btn-transparent {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px;
  margin: 0 5px;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px; }
  .btn-transparent:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000; }

.btn-blue {
  background: #339bcb;
  color: #fff; }
  .btn-blue:hover {
    background: #fff;
    color: #339bcb; }

.featured-box {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 10px; }
  .featured-box .img-category {
    display: block; }
    .featured-box .img-category img {
      border-radius: 2px; }
      .featured-box .img-category img:hover {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .featured-box .text-category {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding-top: 100px; }
    .featured-box .text-category span {
      display: block; }
      .featured-box .text-category span.featured-box-title {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
        color: #3e3e3e; }
      .featured-box .text-category span.featured-box-count {
        font-weight: 400;
        color: #666666; }

#categories-scroll {
  text-align: center; }
  #categories-scroll .row {
    margin: 0; }
  #categories-scroll .item.item-right .featured-box .text-category {
    padding-right: 70px;
    right: 0;
    left: auto; }
  #categories-scroll .item.item-left .featured-box .text-category {
    padding-left: 70px;
    right: auto;
    left: 0; }

.social_block {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right; }
  @media (min-width: 768px) {
    .social_block {
      margin-top: 1.1vw;
      margin-bottom: 0.8vw; } }
  .social_block h4 {
    float: none;
    font-size: 14px;
    font-weight: normal;
    color: white;
    line-height: 35px;
    padding: 0px 15px 0px 0px;
    text-transform: uppercase;
    display: none; }
  .social_block .block_content {
    display: block !important; }
    .social_block .block_content ul {
      text-align: left;
      margin: 0px; }
      .social_block .block_content ul li {
        text-align: right;
        padding: 0px;
        display: inline-block;
        margin: 0 20px 0 0; }
        .social_block .block_content ul li a {
          display: inline-block;
          font-size: 4rem;
          background-color: transparent;
          color: #339bcb;
          line-height: 42px;
          height: 42px;
          width: 42px;
          color: #cfcfcf;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
          .social_block .block_content ul li a:hover {
            color: white;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease; }
        .social_block .block_content ul li .fa {
          line-height: 42px;
          display: block;
          font-size: 4rem; }
        .social_block .block_content ul li span {
          display: none; }
        .social_block .block_content ul li.facebook a:hover {
          color: #428bca; }
        .social_block .block_content ul li.twitter a:hover {
          color: #5bc0de; }
        .social_block .block_content ul li.rss a:hover {
          color: #0eba9e; }
        .social_block .block_content ul li.instagram a:hover {
          color: #517FA4; }
        .social_block .block_content ul li.youtube a:hover {
          color: #CC181E; }
        .social_block .block_content ul li.google-plus a:hover {
          color: #4387fd; }
        .social_block .block_content ul li.wordpress a:hover {
          color: #464646; }
        .social_block .block_content ul li.tumblr a:hover {
          color: #36465D; }

#sub_categories_block .block_content {
  border-bottom: 0;
  padding-bottom: 0; }
  #sub_categories_block .block_content li.active a {
    color: #339bcb; }

#categories_block {
  margin-bottom: 10px; }
  #categories_block .block_content {
    display: block !important; }
    #categories_block .block_content .leo-qty {
      display: inline-block;
      vertical-align: middle;
      min-width: 35px;
      padding: 3px 10px;
      font-size: 12px;
      font-weight: normal;
      color: #3e3e3e;
      white-space: nowrap;
      text-align: center;
      background-color: transparent;
      border-radius: 2px; }

.catalog_filters {
  margin: 0;
  /*        padding:0 15px; */ }
  .catalog_filters:before, .catalog_filters:after {
    content: " ";
    display: table; }
  .catalog_filters:after {
    clear: both; }
  .catalog_filters .clearbtn {
    margin-top: -37px;
    position: absolute;
    right: 9%; }
  .catalog_filters .clearbtn:hover {
    color: #339bcb; }
  .catalog_filters .catalog_subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px; }

#catalog_block .block_content {
  padding: 3px 15px; }
#catalog_block .catalog_subtitle_heading {
  margin: 0;
  padding: 1px 5px; }

.catalog_filter_ul {
  padding: 0px; }
  .catalog_filter_ul li {
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 4px;
    margin: 4px 0; }
    .catalog_filter_ul li input {
      display: none; }
    .catalog_filter_ul li a {
      position: relative;
      line-height: 18px;
      padding: 0 !important;
      color: #666666 !important; }
      .catalog_filter_ul li a:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        left: 0;
        top: 13px;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      .catalog_filter_ul li a:after {
        position: absolute;
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        left: 0;
        top: 13px;
        text-align: center;
        font-size: 16px;
        -webkit-transform: scale(0) rotate(-360deg);
        -moz-transform: scale(0) rotate(-360deg);
        -ms-transform: scale(0) rotate(-360deg);
        -o-transform: scale(0) rotate(-360deg);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
    .catalog_filter_ul li:hover {
      border: 1px solid #339bcb; }
      .catalog_filter_ul li:hover a {
        color: #339bcb !important; }
    .catalog_filter_ul li.active-filter {
      background: #339bcb !important; }
      .catalog_filter_ul li.active-filter a {
        color: white !important;
        background: #339bcb !important; }

#currenttag {
  padding-left: 0;
  margin: 9px 0;
  display: none; }
  #currenttag li {
    display: inline-block;
    border: 1px solid #339bcb;
    border-radius: 4px;
    padding: 2px;
    position: relative;
    margin-right: 7px; }
    #currenttag li a {
      color: #339bcb; }
      #currenttag li a:after {
        content: "\f102";
        font-family: "Material Design Iconic Font";
        color: white !important;
        background: #339bcb;
        position: absolute;
        border-radius: 10px;
        right: -9px;
        top: -5px;
        color: #339bcb;
        font-size: 10px;
        padding: 0 2px; }

.sidebar .block ul li h4 {
  padding: 5px 0; }

.list-linkmain {
  margin: 20px 0;
  padding-left: 0 !important; }

.underline {
  border-top: 1px solid gainsboro !important; }

.sidebar .block .color-group > li input {
  display: none; }
.sidebar .block .color-group > li a {
  display: inline-block;
  vertical-align: middle; }
.sidebar .block .color-group > li .catalog_color {
  height: 24px;
  width: 24px;
  padding: 0px;
  border: 1px solid #666;
  float: left;
  margin-top: 5px; }
.sidebar .block .color-group > li.active-filter a {
  font-weight: bold; }
.sidebar .block .color-group > li.active-filter .catalog_color {
  border-color: #FF0000; }
.sidebar .product-block {
  margin: 0px 0px 10px;
  padding: 0px; }
.sidebar .products-block {
  padding: 0px 10px; }
.sidebar .products_block {
  margin: 0px 0px 15px 0px; }
  .sidebar .products_block ul li a {
    font-family: Montserrat;
    padding: 0px;
    font-weight: 300;
    text-transform: none; }
  .sidebar .products_block .lnk {
    padding: 10px 10px 0px; }

.socialsharing_product ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }
  .socialsharing_product ul li .btn {
    padding: 5px 10px 0px;
    border: 0px;
    border-radius: 0px;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 22px; }
  .socialsharing_product ul li .btn-twitter:hover {
    color: #00AAF0; }
  .socialsharing_product ul li .btn-facebook:hover {
    color: #435F9F; }
  .socialsharing_product ul li .btn-google-plus:hover {
    color: #E04B34; }
  .socialsharing_product ul li .btn-linkedin:hover {
    color: #435F9F; }
  .socialsharing_product ul li .btn-pinterest:hover {
    color: #CE1F21; }
  .socialsharing_product ul li .btn-instagram:hover {
    color: #5884A6; }

.search-page {
  margin-top: 56px; }

#search-page {
  margin-top: 20px; }
  #search-page h3 {
    text-transform: none; }

#search_block_page {
  padding: 0px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
  text-align: center; }

#search_querry_page {
  float: left;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-color: gainsboro;
  border-radius: 4px 0 0 4px;
  width: 80%;
  padding-left: 75px; }

.search-bar {
  position: relative; }

.search-tips {
  position: absolute;
  left: 8px;
  top: 9px;
  color: #555; }
  .search-tips select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background: url(//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/select-icon.png?v=6960386823916726849) left 6px no-repeat;
    padding: 0 8px 0 10px; }
    .search-tips select:focus {
      outline: 0; }

#search_button_page {
  float: left;
  width: 20%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  color: white;
  background: #339bcb;
  border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
  #search_button_page .fallback-text {
    display: none; }
  #search_button_page .fa {
    font-size: 18px; }

.home_html .bh_two, .home_html .bh_five {
  padding-top: 17px; }
.home_html .bh_one .caption_block_html, .home_html .bh_two .caption_block_html, .home_html .bh_four .caption_block_html, .home_html .bh_five .caption_block_html {
  height: 70px;
  margin-top: -35px;
  top: 50%; }
  .home_html .bh_one .caption_block_html h4, .home_html .bh_two .caption_block_html h4, .home_html .bh_four .caption_block_html h4, .home_html .bh_five .caption_block_html h4 {
    padding-top: 5px; }
.home_html .bh_three .caption_block_html {
  bottom: 10px; }
.home_html .bh_one .caption_block_html span, .home_html .bh_fourm .caption_block_html span, .home_html .bh_three .caption_block_html span {
  text-transform: uppercase;
  font-size: 11px; }

.block_html_content {
  position: relative;
  display: block; }
  .block_html_content .caption_block_html {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    font-family: Montserrat; }
    .block_html_content .caption_block_html h4 {
      margin: 0px;
      font-family: Montserrat;
      font-weight: 700;
      font-size: 22px;
      color: white;
      padding-top: 20px; }
    .block_html_content .caption_block_html span {
      display: block;
      font-size: 16px;
      font-weight: normal;
      color: white; }
    .block_html_content .caption_block_html .btn {
      margin: 20px 0px;
      font-size: 9px;
      font-family: Montserrat;
      font-weight: normal;
      color: white;
      border-color: white;
      background-color: transparent;
      text-transform: uppercase;
      padding: 12px; }
      .block_html_content .caption_block_html .btn:hover {
        background: #666; }

#productTabsNav {
  border: medium none; }
  #productTabsNav.nav-tabs {
    text-align: center;
    margin-bottom: 20px; }
    #productTabsNav.nav-tabs > li {
      width: 1%;
      display: table-cell;
      float: none !important;
      z-index: 1; }
      #productTabsNav.nav-tabs > li a {
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 600;
        background-color: transparent;
        color: #666666;
        position: relative;
        text-transform: uppercase;
        padding: 50px 20px;
        margin: 0;
        line-height: 40px;
        border-style: solid;
        border-width: 0px 0px 5px;
        border-color: transparent;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        #productTabsNav.nav-tabs > li a .md {
          display: block;
          font-size: 32px; }
        #productTabsNav.nav-tabs > li a:hover, #productTabsNav.nav-tabs > li a:focus {
          border-color: gainsboro gainsboro white; }
      #productTabsNav.nav-tabs > li.active a {
        border-color: gainsboro gainsboro white; }

#productTabsNav.nav-tabs > li .color-1 {
  background-color: #00bcd4; }
#productTabsNav.nav-tabs > li .color-2 {
  background-color: #5c6bc0; }
#productTabsNav.nav-tabs > li .color-3 {
  background-color: #03a9f4; }
#productTabsNav.nav-tabs > li .color-4 {
  background-color: #8bc34a; }

#productTabsOwl {
  margin-bottom: 30px;
  z-index: 1; }
  #productTabsOwl .owl-item .waves-effect {
    display: block; }
  #productTabsOwl .owl-item a {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    color: #666666;
    position: relative;
    text-transform: uppercase;
    padding: 50px 20px;
    margin: 0;
    line-height: 40px;
    border-style: solid;
    border-width: 0px 0px 5px;
    border-color: transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: block;
    text-align: center; }
    #productTabsOwl .owl-item a .md {
      display: block;
      font-size: 32px; }
    #productTabsOwl .owl-item a:hover, #productTabsOwl .owl-item a:focus {
      border-color: gainsboro gainsboro white; }
  #productTabsOwl .owl-item.active a {
    border-color: gainsboro gainsboro white; }
  #productTabsOwl .owl-wrapper-outer {
    border: 0px; }

#productTabsOwl .owl-item a.color-1 {
  background-color: #00bcd4; }
#productTabsOwl .owl-item a.color-2 {
  background-color: #5c6bc0; }
#productTabsOwl .owl-item a.color-3 {
  background-color: #03a9f4; }
#productTabsOwl .owl-item a.color-4 {
  background-color: #8bc34a; }

.products_block .item {
  padding: 0 5px;
  float: left;
  width: 100%; }

.products_block, .home_blogs, .block-manufacture, #newsletter_block {
  margin-top: 25px;
  clear: both; }
  .products_block .page-subheading, .home_blogs .page-subheading, .block-manufacture .page-subheading, #newsletter_block .page-subheading {
    text-align: left;
    line-height: 1;
    margin: 0px 0px -1px;
    padding: 10px 0 2px 0;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2.6rem;
    color: #3e3e3e;
    text-align: center;
    position: relative; }
    .rtl .products_block .page-subheading, .rtl .home_blogs .page-subheading, .rtl .block-manufacture .page-subheading, .rtl #newsletter_block .page-subheading {
      text-align: right; }
    .products_block .page-subheading > span, .home_blogs .page-subheading > span, .block-manufacture .page-subheading > span, #newsletter_block .page-subheading > span {
      display: block;
      margin-bottom: 15px; }
    .products_block .page-subheading .line, .home_blogs .page-subheading .line, .block-manufacture .page-subheading .line, #newsletter_block .page-subheading .line {
      margin: 0 auto;
      width: 75%;
      position: relative;
      text-align: center; }
      .products_block .page-subheading .line:before, .products_block .page-subheading .line:after, .home_blogs .page-subheading .line:before, .home_blogs .page-subheading .line:after, .block-manufacture .page-subheading .line:before, .block-manufacture .page-subheading .line:after, #newsletter_block .page-subheading .line:before, #newsletter_block .page-subheading .line:after {
        content: "";
        position: absolute;
        width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #d1d1d1;
        bottom: 20px;
        display: inline-block; }
      .products_block .page-subheading .line:before, .home_blogs .page-subheading .line:before, .block-manufacture .page-subheading .line:before, #newsletter_block .page-subheading .line:before {
        left: 0; }
      .products_block .page-subheading .line:after, .home_blogs .page-subheading .line:after, .block-manufacture .page-subheading .line:after, #newsletter_block .page-subheading .line:after {
        right: 138px;
        display: none; }
    .products_block .page-subheading .md, .home_blogs .page-subheading .md, .block-manufacture .page-subheading .md, #newsletter_block .page-subheading .md {
      color: #339bcb;
      width: 38px;
      height: 38px;
      border-radius: 100%;
      border: 1px solid #339bcb;
      line-height: 37px;
      font-size: 22px;
      bottom: 15px; }
  .products_block .owl-row .owl-item, .home_blogs .owl-row .owl-item, .block-manufacture .owl-row .owl-item, #newsletter_block .owl-row .owl-item {
    padding: 0px 15px; }
    .products_block .owl-row .owl-item .product_block, .home_blogs .owl-row .owl-item .product_block, .block-manufacture .owl-row .owl-item .product_block, #newsletter_block .owl-row .owl-item .product_block {
      border: 0px; }
  .products_block .owl-controls .owl-prev, .home_blogs .owl-controls .owl-prev, .block-manufacture .owl-controls .owl-prev, #newsletter_block .owl-controls .owl-prev {
    right: 50px !important; }
  .products_block .owl-controls .owl-next, .home_blogs .owl-controls .owl-next, .block-manufacture .owl-controls .owl-next, #newsletter_block .owl-controls .owl-next {
    right: 0px !important; }

.center_column .title_block {
  margin: 0px;
  border-top: 1px solid gainsboro;
  text-align: left; }
  .rtl .center_column .title_block {
    text-align: right; }
  .center_column .title_block span {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    padding: 14px 20px 18px;
    display: inline-block; }
.center_column .block_content .owl-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 0px;
  z-index: 2; }
  .center_column .block_content .owl-controls .owl-prev, .center_column .block_content .owl-controls .owl-next {
    margin-top: 0px;
    font-size: 0px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    text-shadow: none;
    background-color: transparent;
    color: #cfcfcf;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    opacity: 0.8; }
    .center_column .block_content .owl-controls .owl-prev:before, .center_column .block_content .owl-controls .owl-next:before {
      content: "";
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      font-family: "FontAwesome";
      font-size: 54px;
      line-height: 38px;
      text-align: center; }
    .center_column .block_content .owl-controls .owl-prev:hover, .center_column .block_content .owl-controls .owl-prev:focus, .center_column .block_content .owl-controls .owl-next:hover, .center_column .block_content .owl-controls .owl-next:focus {
      opacity: 1; }
  .center_column .block_content .owl-controls .owl-prev:before {
    content: "\f104"; }
  .center_column .block_content .owl-controls .owl-next:before {
    content: "\f105"; }
.center_column .block_content .carousel-control {
  top: 40%;
  margin-top: 0px;
  font-size: 0px;
  height: 90px;
  line-height: 38px;
  width: 60px;
  text-shadow: none;
  background-image: none;
  background-color: transparent;
  color: #cfcfcf;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  z-index: 100; }
  .center_column .block_content .carousel-control:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 74px;
    line-height: 90px;
    text-align: left;
    color: #cfcfcf;
    font-weight: lighter;
    left: 0; }
  .center_column .block_content .carousel-control:hover {
    opacity: 1; }
  .center_column .block_content .carousel-control.left {
    right: auto;
    left: 0; }
    .center_column .block_content .carousel-control.left:before {
      content: "\f104"; }
  .center_column .block_content .carousel-control.right {
    right: 0;
    left: auto; }
    .center_column .block_content .carousel-control.right:before {
      content: "\f105";
      text-align: right !important; }

@media (max-width: 769px) {
  .center_column {
    clear: both; } }
.home_blogs {
  margin-top: 40px; }
  .home_blogs .owl-row {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px; }
    .home_blogs .owl-row .owl-item {
      padding: 0px 15px; }

.blog-item {
  background-color: white;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-bottom: 15px;
  font-family: Montserrat; }
  .blog-item .image {
    position: relative; }
    .blog-item .image .link {
      position: absolute;
      bottom: -20px;
      right: 22px; }
      .rtl .blog-item .image .link {
        left: 22px;
        right: auto; }
      .blog-item .image .link:before {
        content: "\f29c";
        font-family: "Material Design Iconic Font";
        position: absolute;
        top: 0;
        left: 0;
        line-height: 50px;
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 24px;
        color: white; }
    .blog-item .image a {
      display: block; }
  .blog-item .blog-meta {
    font-size: 15px;
    font-weight: normal;
    color: #3e3e3e;
    display: block;
    position: relative;
    padding: 15px; }
    .blog-item .blog-meta span {
      color: #666666;
      font-size: 12px;
      margin-right: 20px; }
      .rtl .blog-item .blog-meta span {
        margin-left: 20px;
        margin-right: inherit; }
      .blog-item .blog-meta span .md {
        color: #339bcb;
        font-size: 16px;
        margin-right: 10px; }
        .rtl .blog-item .blog-meta span .md {
          margin-left: 10px;
          margin-right: inherit; }
    .blog-item .blog-meta a {
      color: #3e3e3e; }
      .blog-item .blog-meta a:hover {
        color: #666666; }
    .blog-item .blog-meta .icon-comment:before {
      content: "\f0e6";
      font-family: "FontAwesome";
      float: left;
      margin-right: 5px; }
      .rtl .blog-item .blog-meta .icon-comment:before {
        float: right; }
      .rtl .blog-item .blog-meta .icon-comment:before {
        margin-left: 5px;
        margin-right: inherit; }
  .blog-item h4 {
    margin: 0px;
    padding: 15px;
    border-bottom: 1px solid gainsboro; }
    .blog-item h4 a {
      font-family: Montserrat;
      font-weight: 400;
      font-size: 16px;
      text-transform: capitalize;
      color: #3e3e3e;
      line-height: 27px; }
      .blog-item h4 a:hover {
        color: #339bcb; }
  .blog-item .blog-shortinfo {
    height: 70px;
    line-height: 1.6em;
    display: block;
    position: relative;
    overflow: hidden; }
    .blog-item .blog-shortinfo p {
      margin: 0px;
      font-size: 14px;
      color: #3e3e3e;
      line-height: 22px; }
  .blog-item:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#newsletter_block {
  margin: 0; }
  #newsletter_block:before, #newsletter_block:after {
    content: "";
    display: table; }
  #newsletter_block:after {
    clear: both; }
  #newsletter_block .fa {
    font-size: 35px;
    color: white;
    padding-right: 15px;
    float: left; }
    .rtl #newsletter_block .fa {
      padding-left: 15px;
      padding-right: inherit; }
    .rtl #newsletter_block .fa {
      float: right; }
  #newsletter_block .block_content {
    margin-top: 14px;
    display: block !important; }
    @media (min-width: 768px) {
      #newsletter_block .block_content {
        margin-top: 0.8vw; } }
    #newsletter_block .block_content .col-md-10 {
      padding-left: 0;
      padding-right: 0; }
  #newsletter_block .newsletter-input {
    border-color: transparent;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    height: 40px;
    font-family: Montserrat;
    color: #fff;
    text-align: center;
    width: 60%;
    display: inline-block;
    text-align: left;
    padding: 5px 0 7px 0px; }
    .rtl #newsletter_block .newsletter-input {
      padding: 5px 0px 7px 0; }
    @media (min-width: 769px) {
      #newsletter_block .newsletter-input {
        height: 2.3vw;
        font-size: 0.93vw !important;
        padding: 0.8vw  0 0.8vw 1vw; }
        #newsletter_block .newsletter-input::-webkit-input-placeholder {
          /* WebKit browsers */
          font-size: 0.85vw !important;
          color: rgba(255, 255, 255, 0.6); }
        #newsletter_block .newsletter-input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          font-size: 0.85vw !important;
          color: rgba(255, 255, 255, 0.6); }
        #newsletter_block .newsletter-input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          font-size: 0.85vw !important;
          color: rgba(255, 255, 255, 0.6); }
        #newsletter_block .newsletter-input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          font-size: 0.85vw !important;
          color: rgba(255, 255, 255, 0.6); } }
  #newsletter_block .btn {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    border-radius: 0 18px 18px 0;
    color: #ffffff;
    text-transform: uppercase;
    top: 0px;
    right: 0px;
    padding: 6px 30px 6px 24px;
    margin-left: 10px;
    background: transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    #newsletter_block .btn:hover {
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      box-shadow: none;
      display: inline-block; }
    #newsletter_block .btn .md {
      margin: 0; }
    @media (min-width: 769px) {
      #newsletter_block .btn {
        font-size: 1.15vw;
        height: 2.3vw;
        line-height: 1; } }
  #newsletter_block .contact-form {
    text-align: center; }

.borderradius {
  border-radius: 4px; }

.block-manufacture {
  margin-top: 40px;
  min-height: 70px; }
  .block-manufacture .owl-row {
    margin-left: -15px;
    margin-right: -15px; }
  .block-manufacture .owl-item {
    padding: 0px 15px;
    min-height: 70px; }
  .block-manufacture .logo-manu {
    padding: 20px; }
    .block-manufacture .logo-manu a {
      display: block;
      padding: 10px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .block-manufacture .logo-manu a:hover {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.html_hbot {
  margin-top: 40px; }

.custom-abs {
  border: 1px solid gainsboro;
  background-color: #F5F5F5;
  overflow: hidden; }
  .custom-abs .box-html {
    padding: 0px 15px; }
  .custom-abs .row {
    margin: 0px; }
    .custom-abs .row > div {
      border-right: 1px solid gainsboro;
      padding: 35px 0px; }
      .custom-abs .row > div:hover .fa, .custom-abs .row > div:hover h3 {
        color: #666666;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .custom-abs .row > div:hover .fa a, .custom-abs .row > div:hover h3 a {
          color: #666666;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
    .custom-abs .row:last-child {
      border-right-color: transparent; }
  .custom-abs .fa {
    font-size: 60px;
    color: #3e3e3e;
    padding-right: 15px;
    float: left;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .rtl .custom-abs .fa {
      padding-left: 15px;
      padding-right: inherit; }
    .rtl .custom-abs .fa {
      float: right; }
  .custom-abs h3 {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 500;
    color: #3e3e3e;
    text-transform: uppercase;
    margin: 0px;
    line-height: 30px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .custom-abs h3 a {
      color: #3e3e3e;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
  .custom-abs span {
    font-size: 15px;
    color: white; }

.block_aboutshop .about p {
  margin: 0px;
  font-family: Montserrat;
  font-size: 11px;
  color: #3e3e3e;
  line-height: 22px; }

.time li {
  background: url(//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/dot.png?v=18343486066708588415) repeat-x scroll left 16px transparent;
  line-height: 20px;
  padding: 5px 0px; }
  .time li:before, .time li:after {
    content: "";
    display: table; }
  .time li:after {
    clear: both; }
  .time li span {
    background-color: white; }

.ct-p {
  padding: 6px 0px 6px 40px;
  margin-top: 10px;
  position: relative; }
  .rtl .ct-p {
    padding: 6px 40px 6px 0px; }
  .ct-p:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #339bcb;
    border: 2px solid #339bcb;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    top: 4px;
    left: 0px;
    position: absolute; }
    .rtl .ct-p:before {
      right: 0px;
      left: auto; }
  .ct-p strong {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal; }

.toggle-footer li {
  line-height: 30px; }
  @media (min-width: 769px) {
    .toggle-footer li {
      line-height: 1.8vw; } }
  .toggle-footer li a {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    /*           	@include rtl-padding-left(6px); */
    position: relative;
    /* 			display: block; */
    color: #eeeeee; }
    .toggle-footer li a:hover {
      color: #339bcb;
      -webkit-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    @media (min-width: 768px) {
      .toggle-footer li a {
        font-size: 0.93vw; } }

@media screen and (max-width: 800px) {
  .toggle-footer li a {
    color: #eee !important; } }
.footer_contact {
  line-height: 22px; }

#back-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999; }
  #back-top a {
    background: none repeat scroll 0% 0% #339bcb;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 0px;
    border: 3px solid white;
    border-radius: 50%;
    position: relative;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    #back-top a::before {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      right: 0px;
      width: 100%;
      text-align: center;
      font-family: "FontAwesome";
      font-size: 40px;
      content: "\f106";
      color: #FFF;
      line-height: 40px; }
    #back-top a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }

a:hover, a:focus {
  outline: none; }

ul, ol {
  list-style: outside none none;
  margin: 0px;
  padding: 0px; }

#cart-page {
  margin: 30px 0px; }
  #cart-page h2 {
    margin: 0px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600; }
  #cart-page .variant-title {
    border-right: 1px solid #3e3e3e;
    padding-right: 10px;
    margin-right: 9px; }
  #cart-page .update-cart {
    border: none;
    float: right;
    background: none;
    font-size: 14px; }
    #cart-page .update-cart:hover {
      color: #3e3e3e; }
  #cart-page .cart-empty {
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px; }
  #cart-page .cart-empty-continue {
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 30px; }
    #cart-page .cart-empty-continue a {
      color: #339bcb; }
      #cart-page .cart-empty-continue a:hover {
        color: #339bcb;
        text-decoration: underline; }
  #cart-page .cart_header_labels {
    background-color: white;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    color: #3e3e3e; }
    #cart-page .cart_header_labels .label_item {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      #cart-page .cart_header_labels .label_item:last-child {
        border-right: 0px; }
  #cart-page .list_product_cart .cpro_item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 120px;
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important; }
    #cart-page .list_product_cart .cpro_item.cart-descritpin {
      text-align: left; }
    #cart-page .list_product_cart .cpro_item:last-child {
      border-right: 0px; }
    #cart-page .list_product_cart .cpro_item img {
      margin: 0px auto; }
    #cart-page .list_product_cart .cpro_item .js-qty {
      display: inline-block;
      vertical-align: middle;
      width: 100% !important;
      padding: 0 !important; }
  #cart-page .list_product_cart .cart-compare-price .price {
    text-decoration: line-through;
    color: #3e3e3e; }
  #cart-page .list_button_cart {
    padding: 10px; }
    #cart-page .list_button_cart .btn {
      margin-bottom: 4px; }
  #cart-page .cart_navigation {
    margin: 15px 0px; }
  #cart-page .list_button_note p {
    margin: 0;
    display: inline-block; }

#AjaxifyCart {
  padding: 30px 20px; }
  #AjaxifyCart h2 {
    text-align: center; }
  #AjaxifyCart small {
    margin-right: 9px; }
  #AjaxifyCart .sku {
    color: #666666;
    margin: 0; }
  #AjaxifyCart .variant-title {
    border-right: 1px solid #3e3e3e;
    padding-right: 5px; }

#AjaxifyDrawer h1 {
  margin: 0px; }
#AjaxifyDrawer .cart_header_labels {
  display: none; }
#AjaxifyDrawer img {
  margin: 0px auto; }
#AjaxifyDrawer .list_product_cart, #AjaxifyDrawer .list_button_cart {
  border-top: 1px solid gainsboro;
  position: relative;
  margin-top: 30px;
  padding-top: 30px; }
#AjaxifyDrawer .cpro_item {
  min-height: 100px; }

.js-qty__num {
  width: 50%; }

.ajaxcart h1 {
  margin: 0px;
  font-size: 30px;
  height: 40px;
  line-height: 38px; }
.ajaxcart .cart_header_labels {
  margin: 15px 0px;
  margin: 10px 0px 15px 0px;
  text-align: center;
  border-bottom: 1px solid gainsboro;
  padding: 10px 0px;
  border-top: 1px solid gainsboro; }
.ajaxcart .list_product_cart {
  text-align: center;
  margin-bottom: 15px; }
.ajaxcart .product_name {
  margin: 0px;
  text-align: left;
  font-size: 14px;
  display: block;
  text-transform: none; }
  .rtl .ajaxcart .product_name {
    text-align: right; }
.ajaxcart small {
  float: left; }
  .rtl .ajaxcart small {
    float: right; }
.ajaxcart .note_item .control-label {
  font-weight: normal; }
.ajaxcart .list_button_note p {
  margin: 0;
  display: inline-block; }
.ajaxcart .con-ajax-cart {
  display: none;
  margin-top: 4px;
  margin-bottom: 4px; }
  .ajaxcart .ajaxcart .con-ajax-cart {
    display: inline-block;
    vertical-align: middle; }
.ajaxcart .cart-compare-price .price {
  text-decoration: line-through;
  color: #3e3e3e; }

.list_button_note .note_item {
  display: none; }

.list_button_cart .note_item {
  display: block; }

.total-save {
  color: #ff3600; }

.earn-points {
  color: #339bcb; }
  .earn-points a {
    color: #339bcb; }
    .earn-points a:hover {
      text-decoration: underline; }

.swatch {
  margin: 4px 0; }

/* Label */
.swatch .header {
  float: left; }
  .rtl .swatch .header {
    float: right; }

.swatch .title {
  margin-right: 6px;
  line-height: 30px; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  display: inline-block;
  min-width: 30px !important;
  min-height: 30px !important;
  margin: 0;
  border: 1px solid gainsboro;
  border-radius: 4px;
  /* Styling text */
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  white-space: inherit;
  text-transform: uppercase;
  color: #3e3e3e !important;
  cursor: pointer; }

.swatch-element label {
  font-weight: normal;
  line-height: 23px;
  padding: 4px 8px;
  text-align: center; }

.color.swatch-element label {
  padding: 2px; }
  .color.swatch-element label .swatch-image {
    background-position: center center;
    width: 100%;
    height: 24px;
    border-radius: 4px; }

.swatch input:checked + label {
  border: 1px solid #339bcb;
  color: #339bcb !important; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  margin: 0px 6px 6px 0;
  position: relative;
  display: block !important; }
  .rtl .swatch .swatch-element {
    float: right; }

/* .swatch .soldout  { background: #eee; pointer-events: none;} */
.swatch-option-value {
  position: absolute;
  background: #fff;
  display: block;
  top: -28px; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: none; }

.swatch .swatch-element.soldout label {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.swatch div[class*="bundle-price"] {
  display: none; }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  min-width: 100px;
  left: -30px;
  margin-bottom: 15px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

.page-subheading {
  font-family: Montserrat;
  font-weight: normal;
  color: #3e3e3e;
  margin: 0px 0px 20px;
  text-align: center;
  font-size: 1.5rem; }

#login-page {
  margin-top: 30px;
  margin-bottom: 50px; }
  #login-page h1, #login-page h2, #login-page h3 {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #3e3e3e;
    margin: 0px 0px 6px;
    line-height: 40px;
    border-bottom: 1px solid gainsboro; }
  #login-page .login-box {
    border: 1px solid gainsboro;
    min-height: 343px;
    padding: 20px;
    overflow: hidden; }
    #login-page .login-box p {
      margin: 0px; }
    #login-page .login-box .label-login {
      /*display: block;
      line-height: 22px;
      margin: 0px 0px 5px;*/ }
    #login-page .login-box .form-control {
      box-shadow: none; }
    #login-page .login-box .lost_password {
      margin: 0px 0px 10px;
      font-size: 11px;
      font-weight: normal;
      font-style: italic;
      text-align: right;
      float: right;
      line-height: 44px; }
      #login-page .login-box .lost_password a:hover {
        color: #339bcb; }
    #login-page .login-box .text-link {
      margin-top: 10px; }
  #login-page .register-box {
    border: 1px solid gainsboro;
    min-height: 343px;
    padding: 20px; }
    #login-page .register-box p {
      margin: 0px; }
    #login-page .register-box .register_des {
      margin-bottom: 20px; }
  #login-page .btn-outline {
    padding: 6px 15px;
    float: left;
    margin: 4px 4px 4px 0; }

.oxi-social-login {
  margin: 4px 4px 4px 0;
  height: 45px;
  clear: both; }

#customer_login_guest {
  clear: both; }
  #customer_login_guest .fa-angle-left {
    color: #339bcb; }
  #customer_login_guest .btn {
    background: none !important;
    text-transform: capitalize;
    color: #339bcb;
    font-size: 14px;
    padding: 0 2px; }
    #customer_login_guest .btn:hover {
      box-shadow: none;
      -moz-box-shadow: none;
      -ms-moz-box-shadow: none;
      -o-box-shadow: none;
      -webkit-box-shadow: none; }

#register-page .register-box {
  margin-top: 30px; }
  #register-page .register-box .label-register {
    display: block;
    line-height: 22px;
    margin: 0px 0px 5px; }
  #register-page .register-box .form-control {
    box-shadow: none; }
  #register-page .register-box .btn-outline {
    margin: 4px 4px 16px 0;
    padding: 6px 15px; }
  #register-page .register-box .link-back {
    position: relative;
    z-index: 2;
    color: #339bcb;
    margin-top: 20px; }
#register-page h1, #register-page h3 {
  font-family: Montserrat;
  font-size: 2rem;
  font-weight: normal;
  margin: 0px 0px 20px;
  text-align: center; }

.social-wrap {
  display: flex;
  justify-content: space-between; }

#create_customer {
  max-width: 600px;
  margin: 0px auto 70px;
  border: 1px solid gainsboro;
  padding: 20px; }
  #create_customer .link-back:hover {
    color: #339bcb; }

#account-page {
  margin: 30px 0px 50px; }
  #account-page h1 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: normal;
    color: #3e3e3e;
    margin: 0px 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid gainsboro; }
  #account-page h4 {
    font-family: Montserrat;
    margin: 0px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid gainsboro;
    background-color: #F7F7F7;
    height: 40px; }
  #account-page h5 {
    line-height: 30px;
    margin: 0px; }
  #account-page .box-content {
    padding: 10px 20px;
    border: 1px solid gainsboro;
    border-top: 0px; }
  #account-page .order-account {
    margin-bottom: 20px; }
  #account-page p {
    margin: 0px;
    line-height: 30px; }
  #account-page .details-account a {
    color: #339bcb; }
    #account-page .details-account a:hover {
      text-decoration: none; }
  #account-page #customer_logout_link {
    font-size: 14px;
    line-height: 50px; }
    #account-page #customer_logout_link:before {
      content: "("; }
    #account-page #customer_logout_link:after {
      content: ")"; }
  #account-page a {
    color: #339bcb;
    text-transform: capitalize; }

#order-page #customer_logout_link {
  font-size: 14px;
  line-height: 50px; }
  #order-page #customer_logout_link:before {
    content: "("; }
  #order-page #customer_logout_link:after {
    content: ")"; }
#order-page a {
  color: #339bcb;
  text-transform: capitalize; }

#adress-page h1 {
  margin: 0px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  margin: 0px;
  line-height: 40px; }
#adress-page #customer_logout_link {
  font-size: 14px;
  line-height: 50px;
  color: #339bcb; }
  #adress-page #customer_logout_link:before {
    content: "("; }
  #adress-page #customer_logout_link:after {
    content: ")"; }
#adress-page a {
  color: #339bcb;
  text-transform: capitalize; }
#adress-page .section-header {
  padding: 5px 20px;
  border: 1px solid gainsboro;
  margin-bottom: 20px; }
#adress-page .section-header_left, #adress-page .section-header_right {
  float: left;
  width: 50%; }
  .rtl #adress-page .section-header_left, .rtl #adress-page .section-header_right {
    float: right; }
#adress-page .section-header_right {
  text-align: right;
  padding: 3px 0px; }
  .rtl #adress-page .section-header_right {
    text-align: left; }
#adress-page .page-subheading {
  text-align: left; }
  .rtl #adress-page .page-subheading {
    text-align: right; }
#adress-page #add-address-btn {
  text-decoration: none;
  margin-top: -24px;
  text-align: left; }
  #adress-page #add-address-btn:hover {
    color: white; }
#adress-page .blue-text {
  color: #339bcb; }
#adress-page .address-info {
  position: static; }
  #adress-page .address-info a {
    color: #339bcb; }
#adress-page .close {
  position: absolute;
  right: 10px;
  top: 10px; }

.adress-box {
  padding: 20px; }
  .adress-box h3, .adress-box h4 {
    font-size: 14px;
    margin: 0px;
    line-height: 40px; }

#AddAddress {
  width: 60%;
  margin: 0px auto;
  border: 1px solid gainsboro;
  padding: 20px;
  position: absolute;
  z-index: 2;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 4px;
  z-index: 10001; }

.edit_address {
  width: 60%;
  margin: 0px auto;
  border: 1px solid gainsboro;
  padding: 20px;
  position: absolute;
  z-index: 2;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 4px;
  z-index: 10001; }
  .edit_address a {
    color: #3e3e3e !important; }

#address_form_new {
  width: 70%;
  margin: 0px auto; }
  #address_form_new a {
    text-decoration: none; }

#prey-bg-newform, .edit_bg {
  background-color: #d3d3d3;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 0s;
  width: 100%;
  z-index: 9999; }

.resetpassword-box {
  width: 80%;
  margin: 0 auto; }
  .resetpassword-box input {
    width: 100%; }
  .resetpassword-box .btn {
    width: auto; }

.activateaccount-box {
  width: 80%;
  margin: 0 auto; }
  .activateaccount-box input {
    width: 100%; }
  .activateaccount-box .btn {
    width: auto; }

#quick-view-product {
  bottom: 0px;
  left: 0px;
  outline: 0px none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1100; }
  #quick-view-product .fancybox-overlay {
    display: block !important; }
  #quick-view-product .quick-view-product {
    position: absolute;
    width: 80%;
    top: 10%;
    height: auto;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 30px 0;
    background-color: white;
    z-index: 8011; }
    #quick-view-product .quick-view-product .selector-wrapper select {
      width: 44%;
      margin-left: 10px;
      margin-right: 10px; }
    #quick-view-product .quick-view-product .swatch {
      display: block; }
  #quick-view-product .product-center-column h1 {
    font-size: 20px; }
  #quick-view-product .product-right-column .selector-wrapper {
    display: none; }
  #quick-view-product .product-right-column .price-product {
    padding: 0; }
  #quick-view-product .product-right-column #ProductPrice {
    margin-bottom: 0;
    font-size: 24px;
    margin-top: 0; }
  #quick-view-product .product-right-column .price-product-detail {
    margin-top: 0;
    margin-bottom: 0; }
  #quick-view-product .product-right-column .quantity-selector {
    min-width: auto; }
  #quick-view-product .product-right-column .quantity_wanted_p {
    width: 100%; }
  #quick-view-product .product-right-column .add_to_cart_detail {
    margin-right: 12px; }
  #quick-view-product .total-price {
    display: block;
    margin-top: 10px; }
  #quick-view-product .block-quickview {
    border: 0px;
    margin: 0px; }
    #quick-view-product .block-quickview .product-left-column .col-xs-12 {
      width: 100%; }
    #quick-view-product .block-quickview .product-right-column {
      padding: 0; }
      #quick-view-product .block-quickview .product-right-column .cart_bottom .wishlist {
        margin-left: 0; }

.save_desc {
  background: red;
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px; }

#thumbs_list_quickview {
  position: relative;
  padding: 20px 30px; }

#thumblist_quickview {
  position: static; }
  #thumblist_quickview .owl-item {
    padding: 1px; }
    #thumblist_quickview .owl-item a {
      display: block;
      border: 1px solid transparent; }
      #thumblist_quickview .owl-item a:hover {
        border-color: #339bcb; }
    #thumblist_quickview .owl-item img {
      max-width: 100%; }
  #thumblist_quickview .owl-prev, #thumblist_quickview .owl-next {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    top: 50%; }
    #thumblist_quickview .owl-prev:before, #thumblist_quickview .owl-next:before {
      font-size: 38px;
      line-height: 14px;
      height: 16px;
      color: #cfcfcf;
      text-shadow: none;
      opacity: 0.9; }
    #thumblist_quickview .owl-prev:hover:before, #thumblist_quickview .owl-next:hover:before {
      opacity: 1; }

@media (max-width: 1100px) {
  .quickview {
    display: none !important; } }
#deal-pages {
  margin-bottom: 50px; }
  #deal-pages .bg-warning {
    margin: 0px;
    padding: 8px 10px; }

.deal-tag {
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  background: #ff3600;
  left: 0;
  top: 0;
  padding: 1px 8px; }
  .deal-tag::after {
    content: "";
    border-left: 9px solid #ff3600;
    border-top: 10px solid transparent;
    border-bottom: 9px solid transparent;
    right: -9px;
    top: 0;
    position: absolute; }

.addborder {
  border: 1px solid #f9f9f9; }

#popup-newletter {
  background: url(//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/popup-newsletter.gif?v=17575213363818508379) no-repeat scroll center center;
  text-align: left;
  padding: 20px;
  width: 901px;
  height: 601px;
  max-width: 901px;
  max-height: 601px;
  background-size: contain; }
  #popup-newletter h3 {
    font-family: Montserrat;
    font-size: 30px;
    color: #666666;
    margin: 0px 0px 10px;
    padding: 8px 0px;
    font-weight: normal; }
  #popup-newletter .pnewle-message {
    font-family: Montserrat;
    width: 55%;
    color: #3e3e3e; }
    #popup-newletter .pnewle-message span {
      font-size: 14px;
      margin-bottom: 20px;
      display: block; }
    #popup-newletter .pnewle-message p {
      font-size: 12px;
      margin-bottom: 10px;
      display: block; }
    #popup-newletter .pnewle-message ul {
      margin-bottom: 20px; }
      #popup-newletter .pnewle-message ul li {
        font-size: 12px;
        position: relative;
        display: block;
        padding-left: 25px; }
        .rtl #popup-newletter .pnewle-message ul li {
          padding-right: 25px;
          padding-left: inherit; }
        #popup-newletter .pnewle-message ul li:before {
          content: "\f111";
          position: absolute;
          font-family: "FontAwesome";
          font-size: 5px;
          top: 8px;
          left: 10px; }
          .rtl #popup-newletter .pnewle-message ul li:before {
            right: 10px;
            left: auto; }
  #popup-newletter .pnewle-form {
    width: 53%; }
    #popup-newletter .pnewle-form .newsletter-input {
      font-size: 12px;
      font-style: italic;
      height: 33px; }
    #popup-newletter .pnewle-form .btn {
      margin-top: 10px;
      background-color: #339bcb;
      color: white;
      font-family: Montserrat;
      font-style: italic;
      font-size: 11px;
      position: relative;
      padding: 5px 12px; }
      #popup-newletter .pnewle-form .btn:hover {
        background-color: #339bcb; }

.social-icons {
  width: 53%;
  margin-top: 20px; }
  .social-icons h4 {
    font-weight: normal;
    padding: 8px 0px; }
  .social-icons .block_content ul {
    margin: 0px; }
    .social-icons .block_content ul li {
      width: 20%;
      text-align: center;
      padding: 0px;
      height: 40px;
      float: left; }
      .rtl .social-icons .block_content ul li {
        float: right; }
      .social-icons .block_content ul li a {
        font-size: 18px;
        display: inline-block;
        height: 35px;
        width: 35px;
        color: #339bcb;
        border: 1px solid transparent;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
      .social-icons .block_content ul li .fa {
        line-height: 35px;
        display: block;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      .social-icons .block_content ul li span {
        font-size: 0px; }
      .social-icons .block_content ul li.facebook a:hover {
        border-color: #428bca; }
      .social-icons .block_content ul li.twitter a:hover {
        border-color: #5bc0de; }
      .social-icons .block_content ul li.rss a:hover {
        border-color: #0eba9e; }
      .social-icons .block_content ul li.youtube a:hover {
        border-color: #CC181E; }
      .social-icons .block_content ul li.google-plus a:hover {
        border-color: #4387fd; }
      .social-icons .block_content ul li.wordpress a:hover {
        border-color: #464646; }
      .social-icons .block_content ul li.tumblr a:hover {
        border-color: #36465d; }

@media (max-width: 769px) {
  #popup-newletter {
    width: 100%;
    height: 100%; } }
.widget-banner {
  margin-top: 40px; }

.box_two, .box_five {
  margin-top: 16px; }

.footer-block.block .title_block {
  font-family: Montserrat;
  font-weight: 800;
  color: #dcdcdc;
  padding: 0px 0px 10px 0px;
  line-height: 1; }

@media screen and (max-width: 800px) {
  .footer-block.block .title_block {
    font-family: Montserrat;
    font-weight: 800;
    color: #dcdcdc;
    padding: 0px 0px 10px 0px;
    line-height: 1; } }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*LEFT*/
.side-nav-container-left {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 100px;
  bottom: 100px;
  /*z-index: 9999;*/
  background-color: transparent; }

.side-nav-left {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: block !important; }

.drag-target-left, .hide.drag-target-left {
  width: 1px;
  z-index: 99999;
  display: block;
  position: fixed;
  left: -100px;
  top: 0px;
  bottom: 0;
  transition: all 0.6s ease 0s; }

.over-cover {
  position: fixed;
  top: 0;
  left: 100% !important;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.button-collapse-left, .hide.button-collapse-left {
  position: fixed;
  top: 50%;
  left: -100px;
  width: 60px;
  height: 40px;
  background-color: transparent;
  z-index: 99990;
  transition: all 0.6s ease 0s; }

.side-nav-container-left .side-nav-left {
  min-height: 100%;
  top: 0px;
  max-height: 100%;
  overflow: auto;
  height: 100%;
  position: fixed;
  left: 0px !important;
  background-color: #FFF;
  max-width: 250px;
  z-index: 99990; }

.box-left-menu {
  border: 1px solid #bdbdbd;
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 400px;
  left: 0; }

.menu-close {
  display: none; }

body.over-cover {
  left: 0;
  margin-left: 0;
  transition: all 0.3s ease 0s; }

.move-left-to-right #page {
  margin-left: 250px;
  display: block;
  width: 100%;
  transition: all 0.6s ease 0s; }

body.move-left-to-right .over-cover {
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  left: 250px !important;
  transition: all 0.3s ease 0s;
  display: block !important; }

.drag-panel-left {
  background-color: gainsboro;
  width: 0;
  height: 100%; }

@media screen and (max-width: 768px) {
  /*LEFT - MENU*/
  .button-collapse-left, .drag-target-left {
    left: 0;
    transition: all 0.6s ease 0s; }

  .hide.drag-target-left, .hide.button-collapse-left {
    left: -100px;
    transition: all 0.6s ease 0s; }

  /*RIGHT - MENU*/
  .button-collapse-right, .drag-target-right {
    right: 0;
    transition: all 0.6s ease 0s; }

  .hide.drag-target-right, .hide.button-collapse-right {
    right: -100px;
    transition: all 0.6s ease 0s; } }
.navbar-toggle {
  z-index: 999999; }

body.move-left-to-right .mm-page, body.move-right-to-left .mm-page {
  overflow: hidden; }

/*RIGHT*/
.side-nav-container-right {
  position: fixed;
  right: 0px;
  top: 100px;
  bottom: 100px;
  z-index: 99990;
  background-color: Black; }

.side-nav-right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: block !important; }

.drag-target-right, .hide.drag-target-right {
  width: 0;
  z-index: 99999;
  display: none;
  position: fixed;
  top: 0px;
  right: -100px;
  bottom: 0;
  transition: all 0.6s ease 0s; }

.button-collapse-right, .hide.button-collapse-right {
  right: -100px;
  position: fixed;
  top: 50%;
  width: 60px;
  text-align: right;
  height: 40px;
  z-index: 99990;
  background-color: transparent;
  transition: all 0.6s ease 0s; }

.side-nav-container-right .side-nav-right {
  min-height: 100%;
  top: 0px;
  max-height: 100%;
  overflow: auto;
  height: 100%;
  position: fixed;
  background-color: #FFF;
  max-width: 250px;
  right: 0 !important;
  z-index: 99990 !important; }

.box-right-menu {
  border: 1px solid #bdbdbd;
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 400px;
  right: 0; }

body.move-right-to-left {
  position: relative;
  left: -250px !important; }

body.move-right-to-left .over-cover {
  background: rgba(0, 0, 0, 0.6);
  z-index: 100 !important;
  transition: all 0.3s ease 0s;
  display: block !important;
  left: 0 !important; }

.drag-panel-right {
  background-color: #339bcb;
  width: 3px;
  float: right;
  height: 100%; }

.move-right-to-left #page {
  margin-right: 250px;
  display: block;
  width: 100%;
  transition: all 0.6s ease 0s; }

@media screen and (max-width: 768px) {
  /*LEFT - MENU*/
  .button-collapse-left, .drag-target-left {
    left: 0;
    transition: all 0.6s ease 0s; }

  .hide.drag-target-left, .hide.button-collapse-left {
    left: -100px;
    transition: all 0.6s ease 0s; }

  /*RIGHT - MENU*/
  .button-collapse-right, .drag-target-right {
    right: 0;
    transition: all 0.6s ease 0s; }

  .hide.drag-target-right, .hide.button-collapse-right {
    right: -100px;
    transition: all 0.6s ease 0s; } }
.navbar-toggle {
  z-index: 999999; }

body.move-left-to-right .mm-page, body.move-right-to-left .mm-page {
  overflow: hidden; }

.product-special .product_list .product_block {
  width: 25%;
  float: left !important; }
  .product-special .product_list .product_block.first-item {
    width: 50%; }
    .product-special .product_list .product_block.first-item .cd-item-wrapper li {
      width: 80%;
      left: 10%; }
    .product-special .product_list .product_block.first-item .product-block .product-meta {
      padding: 30px 15px 35px;
      margin-top: 21px; }
      .product-special .product_list .product_block.first-item .product-block .product-meta .name a {
        font-size: 18px; }
    .product-special .product_list .product_block.first-item .product-block .product-price {
      font-size: 18px; }
    .product-special .product_list .product_block.first-item .product-block .functional-buttons {
      padding: 40px 0; }

#breadcrumbs {
  background: transparent;
  padding: 0; }
  #breadcrumbs .breadcrumbs_title {
    font-size: 3.6rem;
    color: #3e3e3e;
    font-weight: 500;
    margin: 8px 0; }

.left_column, .right_column {
  margin-top: 23px; }

@media (max-width: 992px) {
  .right_column {
    float: none;
    clear: both; } }
#slideshow-mobile {
  display: none; }

#productrelated01 {
  border-top: 1px solid #cfcfcf;
  padding-top: 15px; }
  #productrelated01 .carousel-control::before {
    top: -40px; }

#shopify-product-blog li {
  line-height: 24px; }
  #shopify-product-blog li.manual:before {
    color: #82ca67;
    content: "\f030";
    display: inline-block;
    font-family: "Material Design Iconic Font";
    font-size: 19px;
    margin-right: 10px;
    vertical-align: bottom;
    line-height: 24px; }
  #shopify-product-blog li.tutorials:before {
    color: #33ccb0;
    content: "\f0f6";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    padding-left: 4px;
    margin-right: 13px;
    vertical-align: bottom;
    line-height: 24px; }
#shopify-product-blog a {
  text-decoration: underline; }
  #shopify-product-blog a:hover {
    text-decoration: none; }

.tab-pane .product_list .product_block {
  float: left !important; }

#categories_big_nav .big_title_block {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #000;
  /*     font-family: Montserrat; */
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 0 0 10px;
  position: relative; }
  #categories_big_nav .big_title_block a {
    text-transform: uppercase; }
    #categories_big_nav .big_title_block a:hover {
      color: #339bcb; }
  #categories_big_nav .big_title_block:after {
    content: url("https://cdn.shopify.com/s/files/1/1978/9859/files/ssm_arrow_bottom.png?v=1585210595");
    position: absolute;
    top: -1px;
    font-size: 18px;
    right: 0px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    .rtl #categories_big_nav .big_title_block:after {
      left: 0px;
      right: auto; }
  #categories_big_nav .big_title_block.active:after {
    content: url("https://cdn.shopify.com/s/files/1/1978/9859/files/ssm_arrow_top.png?v=1585210595");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #categories_big_nav .big_title_block.active2:after {
    content: url("https://cdn.shopify.com/s/files/1/1978/9859/files/ssm_arrow_top.png?v=1585210595");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #categories_big_nav .big_title_block.current a {
    color: #339bcb; }
  @media (min-width: 1700px) {
    #categories_big_nav .big_title_block {
      font-size: 20px; } }
#categories_big_nav .list-block {
  padding-left: 0; }
  #categories_big_nav .list-block li {
    text-transform: capitalize; }
    #categories_big_nav .list-block li.current a {
      color: #339bcb; }
    #categories_big_nav .list-block li span {
      position: relative;
      top: -2px;
      font-size: 14px; }

#contact_form .form--success {
  text-align: center;
  color: white; }

#catalog_sale .title_block:after {
  content: "";
  display: none; }

.learn-page #searchstr {
  display: inline-block;
  padding: 0px 0 0px 15px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-color: gainsboro;
  margin-right: 1px;
  border-radius: 4px;
  width: 66%;
  vertical-align: top; }
  .rtl .learn-page #searchstr {
    padding: 0px 15px 0px 0; }
  .rtl .learn-page #searchstr {
    margin-left: 1px;
    margin-right: inherit; }
.learn-page #search_btn {
  display: block;
  display: inline-block;
  width: 65px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  color: white;
  background: #339bcb;
  border-radius: 4px;
  vertical-align: top; }
  .learn-page #search_btn .fallback-text {
    display: none; }
  .learn-page #search_btn .fa {
    font-size: 18px; }
.learn-page .product_block {
  padding-left: 0;
  padding-right: 0;
  margin: 10px 0;
  vertical-align: top !important; }
  .learn-page .product_block .name a {
    font-weight: 700; }
  .learn-page .product_block .sku {
    margin: 8px 0; }
.learn-page .col-md-2 {
  width: 19%; }

#page_content .page-heading {
  display: none; }

#page_content .rte {
  padding: 0 10%; }

.more_info_block .rte {
  /*   overflow-x:auto; */
  padding: 0 !important; }
  .more_info_block .rte table {
    border: 1px solid #ccc; }
    .more_info_block .rte table th {
      border: 1px solid #ccc;
      text-align: center; }
    .more_info_block .rte table tr {
      border: 1px solid #ccc; }
    .more_info_block .rte table td {
      border: 1px solid #ccc;
      padding: 2px 4px !important; }
    .more_info_block .rte table img {
      width: auto !important; }
      @media screen and (max-width: 768px) {
        .more_info_block .rte table img {
          width: 100% !important; } }

#page_content .rte h1.title, #page_content .rte h1, .more_info_block .rte h1.title, .more_info_block .rte h1 {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  height: 20px;
  margin: 5% 0;
  text-transform: capitalize; }
  #page_content .rte h1.title span, #page_content .rte h1 span, .more_info_block .rte h1.title span, .more_info_block .rte h1 span {
    padding: 10px 5%;
    background: white; }
#page_content .rte h2, .more_info_block .rte h2 {
  text-align: center;
  color: #3e3e3e;
  text-transform: capitalize; }
#page_content .rte h4, .more_info_block .rte h4 {
  margin: 2% 0;
  border-left: 8px solid #339bcb;
  color: #339bcb;
  padding-left: 15px;
  text-transform: capitalize; }
#page_content .rte h5, .more_info_block .rte h5 {
  color: #339bcb;
  text-transform: capitalize; }
#page_content .rte h6, .more_info_block .rte h6 {
  text-transform: capitalize; }
#page_content .rte a, .more_info_block .rte a {
  color: #339bcb; }
  #page_content .rte a:hover, .more_info_block .rte a:hover {
    text-decoration: underline; }
#page_content .rte .question, #page_content .rte .important, #page_content .rte .blue, .more_info_block .rte .question, .more_info_block .rte .important, .more_info_block .rte .blue {
  color: #339bcb; }
#page_content .rte ul, #page_content .rte ol, .more_info_block .rte ul, .more_info_block .rte ol {
  padding-left: 16px; }
#page_content .rte .footer-btn, .more_info_block .rte .footer-btn {
  width: 50%; }
#page_content .rte .required span, .more_info_block .rte .required span {
  color: #339bcb;
  padding: 0 5px; }
#page_content .rte table, .more_info_block .rte table {
  width: 100% !important; }
  #page_content .rte table tr, .more_info_block .rte table tr {
    text-align: center; }
  #page_content .rte table td, .more_info_block .rte table td {
    padding: 2px; }
#page_content .rte .underline, .more_info_block .rte .underline {
  border-top: none !important;
  border-bottom: 4px solid #339bcb;
  margin-right: 4px; }
#page_content .rte textarea, .more_info_block .rte textarea {
  width: 80%;
  background: #f8f8f8;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px; }

#ContactFormMessage {
  background: white !important;
  width: 100% !important; }

ul.process {
  padding: 0 !important; }
  ul.process li {
    list-style: none;
    float: none;
    display: inline-block; }
  ul.process .dot {
    width: 2%;
    line-height: 120px; }
  ul.process .col-md-2 {
    padding: 0; }
  ul.process img {
    width: 100%;
    max-width: 113px; }

.more_info_block .rte table.ajiatable tr th {
  background: #ccc; }

.more_info_block .rte .ajia .col-sm-12 {
  display: flex;
  padding-left: 0; }
.more_info_block .rte .ajia .col-sm-8, .more_info_block .rte .ajia .col-sm-4 {
  padding-left: 0; }
.more_info_block .rte .ajia table th {
  background: #ddd;
  border: 1px solid #d3d3d3;
  padding: 5px; }

@media screen and (max-width: 480px) {
  .more_info_block .rte .ajia .col-sm-12 {
    display: block; } }
#one-click-social-login-buttons-1 {
  width: 50% !important; }

.search-results {
  z-index: 8889;
  list-style-type: none;
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: auto; }

.search-results li {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dcdcdc;
  line-height: 44px;
  overflow: hidden; }
  .search-results li:hover {
    background: #339bcb; }
    .search-results li:hover .title {
      color: white; }

.search-results li:first-child {
  border-top: none; }

.search-results .title {
  float: left;
  width: 77%;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  /* The text-overflow property is supported in all major browsers. */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  font-size: 14px; }

.search-results .thumbnail {
  float: left;
  display: block;
  width: 38px;
  height: 38px;
  margin: 3px 0 3px 3px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  border: none; }

.shipping-tips p {
  font-size: 16px;
  font-weight: bold; }
  .shipping-tips p span {
    color: #339bcb; }

.login-link {
  /*     height: 40px;
      left: 0; */
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 20px;
  /*     position: absolute;
      right: 0;
      top: 45px; */ }
  .login-link li {
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    line-height: 36px; }
  .login-link a:hover {
    color: #339bcb; }

.shopify-challenge__container {
  padding-top: 50px;
  padding-bottom: 50px; }

.shopify-challenge__button {
  width: 50%;
  background-color: #fff;
  border-color: #339bcb;
  color: #339bcb;
  border-radius: 4px;
  transition: all 0.3s ease 0s; }
  .shopify-challenge__button:hover {
    background-color: #339bcb;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    transition: all 0.35s ease 0s; }

#contact-content .contact-form-box .form-group label {
  display: none; }

.contact-checkbox {
  position: relative;
  line-height: 34px;
  margin-bottom: 10px; }
  .contact-checkbox label {
    display: inline-block !important;
    margin-right: 8px; }
  .contact-checkbox input {
    margin-right: 4px;
    height: 10px;
    width: 10px; }
  .contact-checkbox .errors {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px; }
  .contact-checkbox input[type='checkbox']:checked {
    border-color: #339bcb;
    background: #339bcb; }
  .contact-checkbox input[type='checkbox']:checked + label {
    color: #339bcb; }

.main-content {
  min-height: 380px;
  position: relative; }

.sitemap-page .block {
  margin-bottom: 10px; }
.sitemap-page li {
  list-style: none; }
.sitemap-page .title_block {
  color: #3e3e3e !important; }
  .sitemap-page .title_block a {
    color: #3e3e3e !important; }

#AjaxifyCart form.form-ajaxtocart {
  display: none; }

.discount-code {
  position: relative;
  text-align: center; }

.lof-clock-sale-detail li {
  margin: 0; }
.lof-clock-sale-detail .time {
  color: #fff;
  padding: 15px;
  font-size: 24px;
  background: url(//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/dealclock-bg.jpg?v=8344469247965246215) center center no-repeat;
  background-size: contain;
  width: 66px;
  height: 62px;
  display: block; }
.lof-clock-sale-detail .seconds {
  background: url(//cdn.shopify.com/s/files/1/1978/9859/t/100/assets/dealsecondclock-bg.jpg?v=16536071291308657057) center center no-repeat;
  background-size: contain; }

.black-friday-page {
  background: #252525; }
  .black-friday-page h2 {
    color: #339bcb;
    text-align: center;
    line-height: 2em; }
  .black-friday-page .product_block {
    margin: 10px auto !important; }
    .black-friday-page .product_block .product-meta {
      text-align: center; }
    .black-friday-page .product_block .content_price {
      text-align: center; }
    .black-friday-page .product_block .product-container {
      border-radius: 6px; }
  .black-friday-page .pro-hide {
    display: none !important; }
  .black-friday-page .timeline {
    margin-top: 7%;
    background: url(https://cdn.shopify.com/s/files/1/1978/9859/files/black-timeline.png?9862325748059891228) center top no-repeat; }
  .black-friday-page .first-part {
    margin-top: 0 !important; }
  .black-friday-page .part {
    margin: 17% auto;
    max-width: 300px; }
    .black-friday-page .part button {
      border-radius: 10px;
      background: #999;
      border: none;
      color: #ddd;
      min-width: 80px; }
      .black-friday-page .part button a {
        background: #339ccc;
        color: #fff; }
    .black-friday-page .part h5 {
      color: #fff; }
      .black-friday-page .part h5 a {
        color: #fff; }
    .black-friday-page .part p {
      color: #999;
      font-size: 16px; }
      .black-friday-page .part p a {
        color: #999;
        font-size: 16px; }
    .black-friday-page .part a button {
      background: #339ccc;
      color: #fff; }
      .black-friday-page .part a button:hover {
        box-shadow: 2px 2px 3px #8f8e8e; }

.black-friday-sale-box {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 40px;
  min-height: 43px;
  line-height: 36px;
  text-align: center;
  z-index: 1; }

@media screen and (max-width: 768px) {
  .black-friday-page .timeline {
    background: none; } }
.black-friday-span-class-hot-span {
  color: #339bcb; }
  .black-friday-span-class-hot-span .hot:after {
    color: #ff3600;
    content: "\f06d" !important;
    font: normal normal normal 14px/1 FontAwesome; }

li.cyber-monday a {
  color: #ec0707 !important; }

.easteregg-box {
  position: absolute;
  width: 68px;
  top: 0;
  left: 0; }
  .easteregg-box img {
    width: 100%; }

@media screen and (max-width: 768px) {
  .easteregg-box {
    position: absolute;
    width: 50px;
    top: 0;
    left: 0; }
    .easteregg-box img {
      width: 100%; } }
.sale_form table {
  min-width: 80%; }
.sale_form th, .sale_form td {
  padding: 5px;
  border: 1px solid #ccc; }
.sale_form thead th {
  background: #D6D6D6; }
.sale_form tbody td {
  color: #000;
  font-weight: lighter; }
.sale_form tbody tr:nth-child(2n) {
  background: #EFEFEF; }

.xmas-page {
  background: #f5f5f5; }
  .xmas-page h2 {
    color: #d25e61;
    text-align: center;
    line-height: 2em; }
  .xmas-page .deal-tag {
    display: none; }
  .xmas-page .buy5 {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    background: #c1272d;
    left: 0;
    top: 0;
    padding: 1px 8px; }
  .xmas-page .product-block {
    margin-bottom: 10px; }

.xmas-sale-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  min-height: 43px;
  line-height: 36px;
  text-align: center;
  z-index: 1; }
  #gift-set .xmas-sale-box {
    display: block; }

.buy5 {
  display: none;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  background: #c1272d;
  left: 0;
  top: 0;
  padding: 1px 8px; }
  .buy5:after {
    content: "";
    border-left: 9px solid #c1272d;
    border-top: 10px solid transparent;
    border-bottom: 9px solid transparent;
    right: -9px;
    top: 0;
    position: absolute; }

.benefits-table {
  border-collapse: collapse;
  border: 0; }

.benefits-table tr:nth-child(2n) {
  background: #fff; }

.benefits-table tr:nth-child(2n+1) {
  background: #f9f9f9; }

.benefits-table th {
  font-size: 18px;
  font-weight: normal;
  width: 20%; }

.benefits-table th span {
  display: block;
  font-size: 16px; }

.benefits-table tr td, .benefits-table tr th {
  padding: 10px 2px;
  text-align: center; }

.benefits-table tr td {
  border-left: 1px solid #edeef0; }

.benefits-table .false {
  color: #eee; }

th.gray {
  background: #f9f9f9; }

.gray {
  background: #f9f9f9; }

.basicth2 {
  background: #d6eeda;
  width: 20%; }

.basicth {
  background: #edf0f3;
  width: 20%; }

.sliverth {
  background: #d9dde1;
  width: 20%; }

.goldth {
  background: #ffc425;
  width: 20%; }

.platinumth {
  background: #969da4;
  color: #fff;
  width: 25%; }

.benefits-table tr:last-child {
  border-bottom: 1px solid #edeef0; }

.benefits-table tr td:first-child {
  font-size: 16px;
  text-align: left !important;
  padding-left: 10px;
  border-left: none; }
  .benefits-table tr td:first-child span {
    font-size: 14px;
    display: block; }

.vip-box {
  max-width: 1000px;
  width: 100%; }
  .vip-box .subtitle {
    text-transform: uppercase;
    text-align: center;
    color: #339bcb; }
    .vip-box .subtitle strong {
      font-size: 16px; }

.getreward h3, .redeem h3 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 23px;
  margin-top: 35px; }

.vip-box a {
  color: #339bcb; }

.open-point {
  cursor: pointer; }

.getreward {
  background: #f9f9f9;
  text-align: center;
  padding: 30px 0 65px 0;
  margin: 3% auto; }

.getreward ul li, .vip-earn ul li, .vip-spend ul li {
  display: inline-block;
  text-align: center;
  width: 24%;
  margin: 10px 0;
  vertical-align: top; }

@media screen and (max-width: 480px) {
  .getreward ul li, .vip-earn ul li, .vip-spend ul li {
    display: inline-block;
    text-align: center;
    width: 49%;
    margin: 10px 0;
    vertical-align: top; } }
.getreward ul li span, .vip-earn ul li span, .vip-spend ul li span {
  display: block;
  font-size: 14px;
  margin: 10px 0; }

.vip-earn .icon, .vip-spend .icon {
  width: 70px; }

.vip-earn h6, .vip-spend h6 {
  font-size: 1.4rem;
  text-transform: capitalize; }

.vip-earn p, .vip-spend p {
  text-transform: capitalize;
  font-size: 1.2rem; }

.redeem {
  background: #f9f9f9;
  text-align: center;
  padding: 4% 0;
  margin-bottom: 5%; }

.redeem ul li {
  width: 45%;
  vertical-align: top;
  display: inline-block; }

.redeem ul li img {
  width: 100%;
  max-width: 500px; }

.qa {
  margin: 3% auto; }

.qa h5 {
  color: #339bcb;
  line-height: 20px;
  cursor: pointer;
  text-transform: capitalize; }

.qa .right_column {
  float: right;
  clear: none; }

.qa h5:before {
  content: "+";
  color: #3e3e3e;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px; }

.qa h5.plus:before {
  content: "-";
  color: #3e3e3e;
  font-size: 36px;
  text-align: center;
  cursor: pointer;
  line-height: 10px;
  margin-right: 10px; }

.vip-spend h3, .vip-earn h3, .vip-box h3, .qa h3.title {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  height: 20px;
  margin: 5% 0; }
  .vip-spend h3 span, .vip-earn h3 span, .vip-box h3 span, .qa h3.title span {
    padding: 10px 5%;
    background: #fff; }

.qa p {
  display: none;
  color: #747474;
  font-size: 14px;
  margin-bottom: 30px;
  padding-left: 20px; }

#mobile-table {
  text-align: center;
  display: none; }

#mobile-table table {
  width: 96%;
  margin: 6% auto; }

#mobile-table table th {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  font-weight: normal; }

#mobile-table table th span {
  display: block;
  font-size: 16px; }

#mobile-table table td {
  padding: 10px;
  text-align: left;
  padding-left: 10%;
  font-size: 14px;
  background: #f9f9f9; }

.basictable th {
  background: #edf0f3; }

.slivertable th {
  background: #d9dde1; }

.goldtable th {
  background: #ffc425; }

.platinumtable th {
  background: #969da4; }

.mobilebanner {
  display: none; }

.spec {
  color: #969da4; }

.join-bg {
  position: relative; }
  .join-bg img {
    width: 100%; }
  .join-bg .vip-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 14%;
    margin: auto;
    width: 190px;
    height: 41px;
    text-align: center; }
    .join-bg .vip-btn .btn {
      color: #000;
      background: #ffd24e;
      text-transform: capitalize; }
      .join-bg .vip-btn .btn:hover {
        background: #fff; }
  .join-bg .cart-div {
    width: 100%;
    font-size: 16px;
    background: #1e2e3e;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    color: #339bcb;
    border: none;
    padding-top: 23px;
    padding-bottom: 23px;
    letter-spacing: 1px; }
    .join-bg .cart-div #AddToCart {
      background: #339bcb;
      border: 2px solid #339bcb;
      border-radius: 30px;
      padding: 0;
      margin: 5px 2%;
      display: inline-block;
      width: 80%;
      max-width: 220px; }
      .join-bg .cart-div #AddToCart:hover {
        box-shadow: 0 8px 17px 0 black, 0 6px 20px 0 black; }
    .join-bg .cart-div .ajax_addtocart {
      color: #fff;
      border-radius: 30px; }
      .join-bg .cart-div .ajax_addtocart span {
        font-size: 1.8rem !important; }
    .join-bg .cart-div .free-btn {
      background: none;
      border: 2px solid #fff;
      border-radius: 30px;
      color: #fff;
      padding: 5px 0;
      font-weight: bold;
      margin: 5px 2%;
      display: inline-block;
      width: 80%;
      max-width: 220px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .join-bg .cart-div .free-btn:hover {
        color: #339bcb;
        background: #fff; }

.part-btn {
  background: #339bcb;
  padding: 2% 0;
  text-align: center;
  display: flex; }
  .part-btn .mainbox {
    color: #fff;
    padding: 10px;
    align-self: center;
    text-align: center;
    min-width: 600px;
    margin: 0 auto; }
    .part-btn .mainbox a {
      color: #fff; }
    .part-btn .mainbox .free-btn {
      border: 2px solid #fff;
      color: #fff;
      padding: 4px 0;
      font-size: 18px;
      border-radius: 30px;
      display: block;
      font-size: 1.8rem;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-bottom: 14px; }
      .part-btn .mainbox .free-btn:hover {
        border: 2px solid #fff;
        color: #339bcb;
        background: #fff; }
    .part-btn .mainbox .btn {
      border-radius: 30px;
      background: #ffc425;
      padding-top: 9px;
      padding-bottom: 8px;
      margin-bottom: 15px !important;
      font-size: 18px;
      color: #3e3e3e !important;
      width: 100%;
      margin-bottom: 5px;
      color: #fff;
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0); }
      .part-btn .mainbox .btn:hover {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3); }
    .part-btn .mainbox p {
      color: #fff;
      margin-top: 18px;
      margin-bottom: 0; }
    .part-btn .mainbox h3 {
      color: #fff;
      text-transform: capitalize;
      margin-top: 5px;
      margin-bottom: 20px; }

@media (max-width: 480px) {
  #mobile-table {
    display: block; }

  #pc-table {
    display: none; }

  .getreward ul li {
    width: 45%; } }
@media (max-width: 768px) {
  .vip-box {
    padding-left: 15px !important;
    padding-right: 15px  !important; }

  .join-bg {
    margin-bottom: 10%; }
    .join-bg .pcbanner {
      display: none; }
    .join-bg .mobilebanner {
      display: block; }

  .redeem ul li {
    width: 80%;
    margin: 5px auto; }

  .part-btn .mainbox p span {
    display: block; }

  .part-btn .mainbox {
    min-width: auto;
    width: 90%; } }
.access-box {
  padding: 20px;
  position: absolute;
  background-color: #FFFFFF;
  height: auto;
  z-index: 2;
  overflow: auto;
  left: 0;
  right: 0;
  top: 15%;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 800px;
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.25);
  -webkit-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -moz-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -ms-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  -o-transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out;
  transition: left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out; }
  .access-box .return_register_btn:hover {
    color: #339bcb;
    cursor: pointer; }
  .access-box #create_customer {
    max-width: 100%;
    border: none; }
  .access-box #access-close {
    cursor: pointer; }

#owl-wip-product .owl-wrapper-outer {
  padding-bottom: 20px; }
#owl-wip-product .owl-item img {
  max-width: 600px;
  width: 100%; }
#owl-wip-product .owl-next {
  width: 50px; }
#owl-wip-product .owl-prev:before, #owl-wip-product .owl-next:before {
  color: #339bcb; }
#owl-wip-product .owl-prev:hover, #owl-wip-product .owl-next:hover {
  text-shadow: none;
  -webkit-transition: 400ms;
  transition: 400ms; }

.levelline {
  width: 100%;
  margin-bottom: 10px; }
  .levelline li {
    text-align: center;
    width: 20%;
    display: inline-block;
    margin: 0 -3px; }
    .levelline li span {
      display: block;
      background: #ccc;
      padding: 5px;
      margin-bottom: 5px;
      color: #fff; }
      .levelline li span.onlevel {
        background: #339bcb; }
      .levelline li span.onbasic {
        opacity: 0.7; }
      .levelline li span.onsilver {
        opacity: 0.8; }
      .levelline li span.ongold {
        opacity: 0.9; }
    .levelline li b {
      display: block; }

@media (max-width: 768px) {
  .levelline {
    text-align: center; }
    .levelline li {
      width: 25%; } }
/* vip page*/
.vip-left {
  margin: 0;
  background: #f5f5f5;
  padding: 80px 60px 100px 60px;
  height: 330px;
  color: #000; }
  .vip-left #slider {
    margin: 0 0 100px 0; }
  .vip-left center {
    margin-bottom: 70px; }

.vip-right {
  margin: 0;
  padding: 60px 50px 20px;
  height: 330px;
  background: #fff;
  border: 1px dashed #ccc; }

.ui-slider {
  background: #d9d9d9 !important;
  border: none !important;
  border-radius: 10px !important; }

.ui-slider-handle {
  background: #339bcb !important;
  border-radius: 10px !important;
  border: 1px solid #339bcb !important;
  border: none !important; }

.ui-slider-range {
  background: #339bcb !important;
  border: 1px solid #339bcb !important;
  border: none !important; }

.medal-info {
  color: #000; }
  .medal-info h4 {
    font-size: 2.2rem;
    color: #339bcb; }
    .medal-info h4 span {
      color: #000; }
  .medal-info ul li {
    list-style: disc;
    margin-bottom: 10px; }
    .medal-info ul li span {
      color: #339bcb; }

.medal-level {
  position: absolute;
  top: -60px; }
  .medal-level img {
    width: 50px; }

.plan-holder {
  position: absolute;
  top: 30px;
  color: #000; }

.vip-container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto; }

.part-btn {
  background: #339bcb;
  padding: 2% 0;
  text-align: center;
  display: flex; }
  .part-btn span {
    display: block;
    color: #fff; }
  .part-btn .h3 {
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 24px; }
  .part-btn .part-li {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .part-btn .part-li:first-child h3 {
      margin-bottom: 0; }

@media screen and (max-width: 480px) {
  .part-btn .part-li {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 1px solid #fff;
    padding: 10px 5px;
    text-align: center; }
    .part-btn .part-li:last-child {
      border-bottom: none; } }
.join-btn {
  border: 2px solid #fff !important;
  border-radius: 60px !important;
  line-height: 26px !important;
  background: #1e2e3e !important;
  margin: 2px 10px; }
  .join-btn:hover {
    background: #fff !important;
    color: #339ccc !important; }

.learn-btn {
  margin: 0 10px;
  border: 2px solid #339ccc !important;
  border-radius: 60px !important;
  line-height: 26px !important;
  background: #339ccc !important;
  margin: 2px 10px; }
  .learn-btn:hover {
    box-shadow: 0 8px 17px 0 #000, 0 6px 20px 0 #000; }

.mobile_caption_2 {
  top: auto !important;
  bottom: 8% !important; }
  .mobile_caption_2 a {
    color: #fff; }
  .mobile_caption_2 .slide-center {
    width: 90% !important; }

.mobile_caption_2 .btn-slide {
  color: #fff; }

.slider-pc .leo-control-nav {
  bottom: 10px; }

.page-404 {
  text-align: center;
  margin-bottom: 50px; }

.page-404 .box404 {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

.page-404 img.error404image {
  width: 100%;
  max-width: 600px; }

.page-404 img.man404 {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100%;
  max-width: 200px; }

.page-404 img.mobile404image {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto; }

.page-404 h2 {
  color: #9ab8ce;
  text-transform: none;
  font-size: 35px;
  font-weight: bold; }

.page-404 p {
  color: #9ab8ce;
  font-size: 20px; }

.page-404 .home-btn {
  font-size: 20px;
  color: #fff;
  background: #339bcb;
  border-radius: 50px;
  padding: 8px 30px;
  margin: 5px 0 50px;
  display: inline-block;
  text-transform: none; }

@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(10px); }

  50%, 100% {
    -webkit-transform: translateY(0); }

  75% {
    -webkit-transform: translateY(-10px); } }

@-o-keyframes bounce-up {
  25% {
    -o-transform: translateY(10px); }

  50%, 100% {
    -o-transform: translateY(0); }

  75% {
    -o-transform: translateY(-10px); } }

@keyframes bounce-up {
  25% {
    transform: translateY(10px); }

  50%, 100% {
    transform: translateY(0); }

  75% {
    transform: translateY(-10px); } }

.animate-bounce-up {
  -webkit-animation: bounce-up 3s linear infinite;
  -o-animation: bounce-up 3s linear infinite;
  animation: bounce-up 3s linear infinite; }

@media (max-width: 750px) {
  .page-404 {
    padding: 15px;
    margin-bottom: 0; }

  .page-404 .box404 {
    display: none; }

  .page-404 img.mobile404image {
    display: block; }

  .page-404 h2 {
    font-size: 30px; }

  .page-404 p {
    font-size: 16px; }

  .page-404 .home-btn {
    font-size: 16px;
    padding: 8px 22px;
    margin: 8px 0 30px; } }
@media (max-width: 450px) {
  .page-404 img.mobile404image {
    max-width: 250px; }

  .page-404 h2 {
    font-size: 22px; }

  .page-404 p, .page-404 .home-btn {
    font-size: 14px; } }
/* quantity breaks */
.shappify-qty-msg {
  margin-bottom: 10px; }

/* buy now btn */
.shopify-payment-button__button--unbranded {
  padding: 1.05em 2em !important;
  text-transform: uppercase !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 19px !important; }

/*refer a friends*/
.pc-refer {
  display: block;
  position: relative; }
  .pc-refer img {
    width: 100%; }
  .pc-refer .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    width: 280px;
    background: #fff;
    border-radius: 4px; }
    .pc-refer .btn:hover {
      color: #339bcb; }

.mobile-refer {
  position: relative;
  display: none; }
  .mobile-refer img {
    width: 100%; }
  .mobile-refer .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    width: 240px;
    background: #fff;
    border-radius: 4px; }
    .mobile-refer .btn:hover {
      color: #339bcb; }

@media (max-width: 750px) {
  .pc-refer {
    display: none; }

  .mobile-refer {
    display: block; } }
#refer-a-friend-empower-more-makers-by-sharing iframe {
  width: 100%;
  height: 500px; }
@media (max-width: 768px) {
  #refer-a-friend-empower-more-makers-by-sharing iframe {
    width: 100%;
    height: 315px; } }

/* text middle */
@media (min-width: 768px) {
  .dispaly-flex {
    display: flex; } }
.text-middle {
  align-self: center; }

/*es120 page*/
.es120-page a:hover {
  color: #339bcb; }
.es120-page p {
  line-height: 26px; }
.es120-page img {
  width: 100%; }
.es120-page h2 {
  text-transform: none;
  margin-bottom: 3%; }
.es120-page .detailshow img {
  max-width: 400px; }
.es120-page .detailshow p {
  width: 80%; }
.es120-page .detailshow hr {
  clear: both;
  background-image: -moz-linear-gradient(left center, white, #e4e4e4 20%, #e4e4e4 80%, white); }
.es120-page .detailshow .dispaly-flex {
  padding: 3% 0; }
.es120-page .be-gray {
  background: #f7f7f7; }
.es120-page .be-brown {
  background: #333333; }
.es120-page .margin-block {
  padding: 2% 0; }
.es120-page ul {
  text-align: center; }
  .es120-page ul li {
    display: inline-block;
    vertical-align: top; }
    .es120-page ul li img {
      max-width: 110px;
      margin-bottom: 16%; }
  .es120-page ul .col-sm-6 {
    width: 48%; }
  .es120-page ul .col-sm-4 {
    width: 30%; }
.es120-page .iconlink li span {
  margin: 0 auto;
  display: block; }
.es120-page .iconlink li img {
  margin-bottom: 0;
  max-width: 70px; }
.es120-page .iconlink li:hover p {
  color: #339bcb; }
.es120-page .pc-banner {
  display: none;
  width: 100%;
  height: 650px;
  background: url(//cdn.shopify.com/s/files/1/1978/9859/files/es120-banner.jpg?v=1923588609110042300) center center no-repeat; }
.es120-page .mobile-banner {
  display: block; }
.es120-page .pc-banner2 {
  display: none; }
.es120-page .pick-model {
  position: relative; }
.es120-page .pick-switch {
  width: 300px;
  height: 100px;
  position: absolute;
  text-align: center;
  right: 0;
  top: auto;
  left: 0;
  bottom: 0;
  margin: auto; }
  .es120-page .pick-switch h3 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: none; }
  .es120-page .pick-switch .btn-banner:after {
    margin-left: 10px;
    content: "\f107";
    font-family: "FontAwesome"; }
  .es120-page .pick-switch .active:after {
    margin-left: 10px;
    content: "\f106";
    font-family: "FontAwesome"; }
.es120-page .model-form {
  display: none;
  text-align: center; }
  .es120-page .model-form table {
    width: 90%;
    margin: 0 auto;
    border: grey; }
  .es120-page .model-form th {
    padding: 10px;
    text-align: center; }
  .es120-page .model-form td {
    padding: 10px; }
.es120-page .lastbanner {
  position: relative; }
.es120-page .bannertext {
  width: 300px;
  height: 100px;
  position: absolute;
  text-align: center;
  right: -108px;
  top: -14%;
  left: 0;
  bottom: 0;
  margin: auto; }
  .es120-page .bannertext h3 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: none; }

@media (min-width: 769px) {
  .es120-page ul .col-md-2 {
    width: 20% !important; }
  .es120-page .pc-banner {
    display: block; }
  .es120-page .pc-banner2 {
    display: block; }
  .es120-page .mobile-banner {
    display: none; }
  .es120-page .pick-switch {
    right: -60%;
    top: 0; } }
/*es120 pencil part*/
.section-inner {
  zoom: 1;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%; }

.section-inner:before, .section-inner:after {
  content: "";
  display: table; }

.section-inner:after {
  clear: both; }

.title {
  text-transform: uppercase; }

.light {
  color: #fffcf5; }

.section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (min-width: 37.5em) {
  .section .copy.large .title {
    font-size: 3em;
    line-height: 1.1; } }
@media screen and (min-width: 56.25em) {
  .section .copy.large .title {
    font-size: 4.5em;
    line-height: 1.05; } }
@media screen and (min-width: 75em) {
  .section .copy.large .title {
    font-size: 4.5em;
    line-height: 1.05; } }
.section .copy.large .subtitle {
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 18px; }

@media screen and (min-width: 37.5em) {
  .section .copy.large .subtitle {
    font-size: 1.375em; } }
@media screen and (min-width: 56.25em) {
  .section .copy.large .subtitle {
    font-size: 1.625em; } }
.cssgradients .craft-section {
  background: -webkit-linear-gradient(top, #1a1817, #2d2b28 20%, #2d2b28 68%, #23221f);
  background: -moz-linear-gradient(top, #1a1817, #2d2b28 20%, #2d2b28 68%, #23221f);
  background: -o-linear-gradient(top, #1a1817, #2d2b28 20%, #2d2b28 68%, #23221f);
  background: -ms-linear-gradient(top, #1a1817, #2d2b28 20%, #2d2b28 68%, #23221f);
  background: linear-gradient(to bottom, #1a1817, #2d2b28 20%, #2d2b28 68%, #23221f); }

.no-cssgradients .craft-section {
  background-color: #2d2b28; }

.craft-section .copy {
  text-align: center; }

.craft-section .light.copy.large .title {
  color: #fffcf5; }

.craft-section .subtitle {
  font-size: 1.25em; }

.craft-section .pencil-crafted {
  margin-top: 64px; }

.craft-section .pencil-crafted li {
  display: block;
  font-size: 0;
  margin-left: -5%;
  margin-right: -5%;
  width: 110%;
  background: url(//cdn.shopify.com/s/files/1/1978/9859/files/sprite-parts_2x.png?v=1921183066042829510) no-repeat -2px 0, url(//cdn.shopify.com/s/files/1/1978/9859/files/sprite-shadow_1.5x.png?v=8850514817036923912) no-repeat -2px 0;
  -webkit-background-size: 95px auto;
  -moz-background-size: 95px auto;
  background-size: 95px auto;
  font-size: 16px;
  margin-bottom: 50px; }

.no-multiplebgs .craft-section .pencil-crafted li {
  background-image: url(//cdn.shopify.com/s/files/1/1978/9859/files/sprite-pencil.png?v=2847981042920360290); }

.craft-section .pencil-crafted .pencil-eraser {
  background-position: -2px -4px;
  min-height: 115px; }

.craft-section .pencil-crafted .pencil-board {
  background-position: -2px -260px;
  min-height: 300px; }

.craft-section .pencil-crafted .pencil-body {
  background-image: url(//cdn.shopify.com/s/files/1/1978/9859/files/sprite-body_1-5x.png.png?82189);
  -webkit-background-size: 95px auto;
  -moz-background-size: 95px auto;
  background-size: 95px auto;
  min-height: 592px; }

.no-backgroundsize .craft-section .pencil-crafted .pencil-body {
  background-image: url(//cdn.shopify.com/s/files/1/1978/9859/files/sprite-body.png?v=15535476676273682565); }

.craft-section .pencil-crafted .pencil-body .part-name {
  padding-top: 24px; }

.craft-section .pencil-crafted .pencil-battery {
  background-position: -2px -720px;
  min-height: 365px; }

.craft-section .pencil-crafted .pencil-sensor {
  background-position: -2px -1288px;
  min-height: 140px; }

.craft-section .pencil-crafted .pencil-tip {
  background-position: -2px -1580px;
  min-height: 160px; }

.craft-section .pencil-crafted .pencil-battery .part-name {
  margin-top: 80px; }

.craft-section .pencil-crafted .part-name, .craft-section .pencil-crafted .part-desc {
  display: inline-block;
  font-size: 16px;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 106px; }

.craft-section .pencil-crafted .part-name {
  line-height: 1.2;
  margin-bottom: .5em;
  padding-top: 10px;
  vertical-align: top;
  color: #eee;
  text-transform: capitalize; }

.craft-section .pencil-crafted .part-desc {
  line-height: 1.2; }

.craft-section .pencil-crafted .part-desc p {
  margin-bottom: 1em; }

@media screen and (min-width: 37.5em) {
  .craft-section .pencil-crafted .pencil-battery .part-desc {
    margin-top: 80px; }

  .craft-section {
    padding-top: 100px; }

  .craft-section .wrapper {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%;
    font-size: 16px; }

  .craft-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%; }

  .craft-section .subtitle {
    font-size: 1.375em; }

  .craft-section .pencil-crafted {
    margin-top: 100px; }

  .craft-section .pencil-crafted li {
    display: block;
    font-size: 0;
    margin-left: -2.5%;
    margin-right: -2.5%;
    width: 105%;
    background-position: 34% 0; }

  .craft-section .pencil-crafted .pencil-eraser {
    background-position: 34% -4px; }

  .craft-section .pencil-crafted .pencil-board {
    background-position: 34% -260px; }

  .craft-section .pencil-crafted .pencil-body .part-name, .craft-section .pencil-crafted .pencil-body .part-desc {
    padding-top: 24px; }

  .craft-section .pencil-crafted .pencil-battery {
    background-position: 34% -720px; }

  .craft-section .pencil-crafted .pencil-sensor {
    background-position: 34% -1288px; }

  .craft-section .pencil-crafted .pencil-tip {
    background-position: 34% -1580px; }

  .craft-section .pencil-crafted .part-name {
    display: inline-block;
    font-size: 16px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 20%;
    line-height: 1.4;
    padding-left: 0;
    padding-top: 10px;
    text-align: right; }

  .craft-section .pencil-crafted .part-name span {
    font-size: 1.25em;
    color: #eee;
    text-transform: capitalize; }

  .craft-section .pencil-crafted .part-desc {
    display: inline-block;
    font-size: 14px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 45%;
    margin-left: 27.5%;
    line-height: 1.4;
    padding-left: 0;
    padding-top: 10px; }

  .craft-section .pencil-crafted .part-desc span {
    font-size: 1.125em; }

  .no-touch .craft-section .pencil-crafted li {
    position: relative; }

  .no-touch .craft-section .pencil-crafted .pencil-eraser {
    z-index: 5; }

  .no-touch .craft-section .pencil-crafted .pencil-board {
    z-index: 4; }

  .no-touch .craft-section .pencil-crafted .pencil-body {
    z-index: 6; }

  .no-touch .craft-section .pencil-crafted .pencil-battery {
    z-index: 2; }

  .no-touch .craft-section .pencil-crafted .pencil-sensor {
    z-index: 3; }

  .no-touch .craft-section .pencil-crafted .pencil-tip {
    z-index: 0; }

  .no-touch.csstransitions.csstransforms3d .craft-section .pencil-crafted li .part-name {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
    -o-transition: opacity 0.2s ease, -o-transform 0.2s ease; }

  .no-touch.csstransitions.csstransforms3d .craft-section .pencil-crafted li .part-desc {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(6px);
    -moz-transform: translate(6px);
    -o-transform: translate(6px);
    -ms-transform: translate(6px);
    transform: translate(6px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
    -o-transition: opacity 0.2s ease, -o-transform 0.2s ease; }

  .no-touch.csstransitions.csstransforms3d .craft-section .pencil-crafted li.fade-in .part-name {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease; }

  .no-touch.csstransitions.csstransforms3d .craft-section .pencil-crafted li.fade-in .part-desc {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
    -moz-transition: opacity 0.4s ease 0.2s, -moz-transform 0.4s ease 0.2s;
    -o-transition: opacity 0.4s ease 0.2s, -o-transform 0.4s ease 0.2s; } }
@media screen and (min-width: 56.25em) {
  .craft-section .pencil-crafted .pencil-battery .part-desc {
    margin-top: 80px; }

  .craft-section {
    padding-top: 150px; }

  .craft-section .wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.666666666666667%;
    margin-right: -1.666666666666667%;
    width: 103.33333333333333%;
    font-size: 16px; }

  .craft-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.666666666666667%;
    margin-right: 1.666666666666667%;
    width: 96.66667%; }

  .craft-section .pencil-crafted {
    margin-top: 150px; }

  .craft-section .pencil-crafted li {
    display: block;
    font-size: 0;
    margin-left: -1.666666666666667%;
    margin-right: -1.666666666666667%;
    width: 103.33333333333333%;
    background-position: 48.5% 0; }

  .craft-section .pencil-crafted .pencil-eraser {
    background-position: 48.5% -4px; }

  .craft-section .pencil-crafted .pencil-board {
    background-position: 48.5% -260px; }

  .craft-section .pencil-crafted .pencil-battery {
    background-position: 48.5% -720px; }

  .craft-section .pencil-crafted .pencil-sensor {
    background-position: 48.5% -1288px; }

  .craft-section .pencil-crafted .pencil-tip {
    background-position: 48.5% -1580px; }

  .craft-section .pencil-crafted .part-name {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.666666666666667%;
    margin-right: 1.666666666666667%;
    width: 30%; }

  .craft-section .pencil-crafted .part-desc {
    display: inline-block;
    font-size: 14px;
    margin-left: 1.666666666666667%;
    margin-right: 1.666666666666667%;
    width: 30%;
    margin-left: 35%; } }
@media screen and (min-width: 75em) {
  .craft-section .pencil-crafted .pencil-battery .part-desc {
    margin-top: 80px; }

  .craft-section .wrapper {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%;
    font-size: 16px; }

  .craft-section .copy {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 72.5%;
    margin-left: 13.75%;
    margin-right: 13.75%; }

  .craft-section .pencil-crafted li {
    display: block;
    font-size: 0;
    margin-left: -1.25%;
    margin-right: -1.25%;
    width: 102.5%; }

  .craft-section .pencil-crafted .part-name {
    display: inline-block;
    font-size: 16px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%;
    margin-left: 13.75%; }

  .craft-section .pencil-crafted .part-desc {
    display: inline-block;
    font-size: 14px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    width: 22.5%;
    margin-left: 26.25%; } }
/*ts80 page*/
.ts80-page a:hover {
  color: #339bcb; }
.ts80-page p {
  line-height: 26px; }
.ts80-page img {
  width: 100%; }
.ts80-page h2 {
  text-transform: none; }
.ts80-page .detailshow {
  padding: 4% 0; }
  .ts80-page .detailshow img {
    max-width: 400px; }
  .ts80-page .detailshow p {
    width: 80%;
    margin: 0 auto; }
  .ts80-page .detailshow hr {
    clear: both;
    background-image: -moz-linear-gradient(left center, white, #e4e4e4 20%, #e4e4e4 80%, white); }
  .ts80-page .detailshow .dispaly-flex {
    padding: 3% 0; }
  .ts80-page .detailshow ul li {
    width: 42%; }
    .ts80-page .detailshow ul li span {
      display: block;
      color: #339ccc; }
.ts80-page .be-gray {
  background: #eeeeee; }
.ts80-page .be-blue {
  background: #339ccc; }
.ts80-page ul {
  text-align: center; }
  .ts80-page ul li {
    display: inline-block;
    vertical-align: top; }
    .ts80-page ul li img {
      max-width: 110px;
      margin-bottom: 16%; }
  .ts80-page ul .col-sm-6 {
    width: 48%; }
  .ts80-page ul .col-sm-4 {
    width: 30%; }
.ts80-page .iconlink li span {
  margin: 0 auto;
  display: block; }
.ts80-page .iconlink li img {
  margin-bottom: 0;
  max-width: 70px; }
.ts80-page .iconlink li:hover p {
  color: #339bcb; }
.ts80-page .pc-banner {
  display: block;
  width: 100%;
  background: #eee; }
.ts80-page .mobile-banner {
  display: block; }
.ts80-page .pc-banner2 {
  display: none; }
.ts80-page .pick-model {
  position: relative; }
.ts80-page .part02 {
  position: relative; }
.ts80-page button {
  color: #fff; }
.ts80-page .pick-switch {
  width: 300px;
  height: 100px;
  position: absolute;
  text-align: center;
  right: 0;
  top: auto;
  left: 0;
  bottom: 0;
  margin: auto; }
  .ts80-page .pick-switch h3 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: none; }
  .ts80-page .pick-switch .btn-banner:after {
    margin-left: 10px;
    content: "\f107";
    font-family: "FontAwesome"; }
  .ts80-page .pick-switch .active:after {
    margin-left: 10px;
    content: "\f106";
    font-family: "FontAwesome"; }
.ts80-page .model-form {
  display: none;
  text-align: center; }
  .ts80-page .model-form table {
    width: 90%;
    margin: 0 auto;
    border: grey; }
  .ts80-page .model-form th {
    padding: 10px;
    text-align: center; }
  .ts80-page .model-form td {
    padding: 10px; }
.ts80-page .lastbanner {
  position: relative; }
.ts80-page .bannertext-first {
  width: 80%;
  max-width: 440px;
  height: 100px;
  position: absolute;
  text-align: center;
  right: 0;
  top: -70%;
  left: 0;
  bottom: 0;
  margin: auto; }
  .ts80-page .bannertext-first h3 {
    color: #121212;
    margin-bottom: 20px;
    text-transform: none; }
  .ts80-page .bannertext-first p {
    color: #121212; }
.ts80-page .bannertext {
  width: 300px;
  height: 100px;
  position: absolute;
  text-align: center;
  right: 0;
  top: -53%;
  left: 0;
  bottom: 0;
  margin: auto; }
  .ts80-page .bannertext h3 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: none; }
  .ts80-page .bannertext p {
    color: #fff; }
.ts80-page .pc-show {
  display: none; }
.ts80-page .mobile-show {
  display: block; }
.ts80-page .icon-0s {
  width: 100%;
  max-width: 125px !important;
  margin: 22% 0 23% 0px; }
.ts80-page .icon-0s-text {
  color: #339bcb;
  position: absolute;
  left: 0;
  right: 0;
  top: 41%;
  bottom: 0;
  margin: auto;
  font-size: 22px; }
.ts80-page .icon-0s-parent {
  position: relative;
  width: 100px;
  margin: 0 auto; }

@media (min-width: 769px) {
  .ts80-page .detailshow p {
    margin-bottom: 5%; }
  .ts80-page .detailshow ul li {
    width: 25%; }
  .ts80-page ul .col-md-2 {
    width: 20% !important; }
  .ts80-page .pc-banner {
    display: block;
    width: 100%;
    height: 720px;
    background: url(//cdn.shopify.com/s/files/1/1978/9859/files/ts80-banner1-pc.jpg?v=1223907155146568151) center center no-repeat; }
  .ts80-page .pc-banner2 {
    display: block; }
  .ts80-page .mobile-banner {
    display: none; }
  .ts80-page .pick-switch {
    right: -60%;
    top: 0; }
  .ts80-page .bannertext-first {
    width: 440px;
    height: 100px;
    position: absolute;
    text-align: center;
    right: 0;
    top: -50%;
    left: -25%;
    bottom: 0;
    margin: auto; }
  .ts80-page .bannertext {
    width: 300px;
    height: 100px;
    position: absolute;
    text-align: center;
    right: 0;
    top: -14%;
    left: 0;
    bottom: 0;
    margin: auto; }
    .ts80-page .bannertext h3 {
      color: #fff;
      margin-bottom: 20px;
      text-transform: none; }
    .ts80-page .bannertext p {
      color: #fff; }
  .ts80-page .margin-block {
    color: #fff; }
    .ts80-page .margin-block p {
      color: #fff; }
    .ts80-page .margin-block h2 {
      color: #fff; }
      .ts80-page .margin-block h2 a {
        color: #fff; }
  .ts80-page .pc-show {
    display: block; }
  .ts80-page .mobile-show {
    display: none; }
  .ts80-page .icon-0s {
    width: 100%;
    max-width: 125px !important;
    margin: 17% 0; }
  .ts80-page .icon-0s-text {
    color: #339bcb;
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    bottom: 0;
    margin: auto;
    font-size: 26px; }
  .ts80-page .icon-0s-parent {
    position: relative;
    width: 125px;
    margin: 0 auto; } }
/*=========== influencer ==============*/
button.be-blue {
  background: #339bcb;
  color: #fff; }

.influencers-form select {
  color: #909090; }

/*==================videos & projects=======================*/
.block-projects a {
  color: #3e3e3e !important; }
  .block-projects a:hover {
    color: #339bcb !important;
    text-decoration: none !important; }

@media (min-width: 769px) {
  .block-videos .col-md-4:nth-child(3n+1), .block-projects .col-md-4:nth-child(3n+1) {
    clear: both; } }
@media (max-width: 769px) {
  .block-videos .col-sp-6:nth-child(2n+1), .block-projects .col-sp-6:nth-child(2n+1) {
    clear: both; } }
/* vip page birthday */
.page-tem-wip-51 .join-bg {
  background: url("https://cdn.shopify.com/s/files/1/1978/9859/files/wip-banner3-bg.jpg?3661") repeat;
  margin-bottom: 4%; }
  .page-tem-wip-51 .join-bg .wip-cake {
    display: block;
    margin: auto;
    max-width: 250px;
    width: 100%;
    text-align: center; }
  .page-tem-wip-51 .join-bg .vip-btn {
    bottom: auto;
    top: 19%;
    display: block;
    position: relative;
    height: auto; }
    .page-tem-wip-51 .join-bg .vip-btn .btn-banner {
      background: #339bcb;
      color: #fff; }
.page-tem-wip-51 .vip-left {
  background: #f5f5f5; }
  .page-tem-wip-51 .vip-left center {
    text-align: left; }
  .page-tem-wip-51 .vip-left p {
    color: #000; }
.page-tem-wip-51 .vip-right {
  background: #fff;
  border: 1px dashed #ccc; }
.page-tem-wip-51 .plan-holder {
  color: #000; }
.page-tem-wip-51 .ui-slider {
  background: #d9d9d9 !important; }
.page-tem-wip-51 .medal-info {
  color: #000; }
  .page-tem-wip-51 .medal-info h4 span {
    color: #000; }
.page-tem-wip-51 #wip #header-main {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

/*========================coming soon page===============================*/
.page-tem-coming-soon .main-content, #mx3-now-available .main-content, .page-tem-buynow .main-content {
  min-height: 740px;
  background: url("https://cdn.shopify.com/s/files/1/1978/9859/files/coming-soon-bg.jpg?10984") center center;
  background-size: cover; }
  @media (min-width: 1366px) {
    .page-tem-coming-soon .main-content, #mx3-now-available .main-content, .page-tem-buynow .main-content {
      min-height: 900px; } }
.page-tem-coming-soon #page, #mx3-now-available #page, .page-tem-buynow #page {
  padding-top: 0 !important; }
.page-tem-coming-soon #header, #mx3-now-available #header, .page-tem-buynow #header {
  display: none; }
.page-tem-coming-soon .coming-up, #mx3-now-available .coming-up, .page-tem-buynow .coming-up {
  clear: both;
  margin: 15% auto; }
  @media (max-width: 1366px) {
    .page-tem-coming-soon .coming-up, #mx3-now-available .coming-up, .page-tem-buynow .coming-up {
      margin: 8% auto; } }
.page-tem-coming-soon .coming-content, #mx3-now-available .coming-content, .page-tem-buynow .coming-content {
  clear: both;
  text-align: center; }
.page-tem-coming-soon #center_column, #mx3-now-available #center_column, .page-tem-buynow #center_column {
  height: 100%;
  clear: both;
  padding: 1% 5% 10% 5%;
  color: #fff; }
  .page-tem-coming-soon #center_column p, .page-tem-coming-soon #center_column div, .page-tem-coming-soon #center_column h1, .page-tem-coming-soon #center_column h2, .page-tem-coming-soon #center_column h3, .page-tem-coming-soon #center_column h4, .page-tem-coming-soon #center_column h5, #mx3-now-available #center_column p, #mx3-now-available #center_column div, #mx3-now-available #center_column h1, #mx3-now-available #center_column h2, #mx3-now-available #center_column h3, #mx3-now-available #center_column h4, #mx3-now-available #center_column h5, .page-tem-buynow #center_column p, .page-tem-buynow #center_column div, .page-tem-buynow #center_column h1, .page-tem-buynow #center_column h2, .page-tem-buynow #center_column h3, .page-tem-buynow #center_column h4, .page-tem-buynow #center_column h5 {
    color: #fff; }
  .page-tem-coming-soon #center_column h1, #mx3-now-available #center_column h1, .page-tem-buynow #center_column h1 {
    font-size: 50px;
    font-weight: bold; }
  .page-tem-coming-soon #center_column h3, #mx3-now-available #center_column h3, .page-tem-buynow #center_column h3 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 40px; }
  .page-tem-coming-soon #center_column p, #mx3-now-available #center_column p, .page-tem-buynow #center_column p {
    font-size: 16px;
    line-height: 30px; }
  .page-tem-coming-soon #center_column .logo, #mx3-now-available #center_column .logo, .page-tem-buynow #center_column .logo {
    max-width: 200px; }
  .page-tem-coming-soon #center_column .right-content, #mx3-now-available #center_column .right-content, .page-tem-buynow #center_column .right-content {
    text-align: right;
    margin-top: 10px; }
    @media (max-width: 769px) {
      .page-tem-coming-soon #center_column .right-content, #mx3-now-available #center_column .right-content, .page-tem-buynow #center_column .right-content {
        text-align: center; } }
.page-tem-coming-soon .share-tool, #mx3-now-available .share-tool, .page-tem-buynow .share-tool {
  display: flex;
  justify-content: center; }
.page-tem-coming-soon #at4-share, #mx3-now-available #at4-share, .page-tem-buynow #at4-share {
  display: none; }
.page-tem-coming-soon .klaviyo-form, #mx3-now-available .klaviyo-form, .page-tem-buynow .klaviyo-form {
  max-width: 430px;
  margin: 0 auto; }
.page-tem-coming-soon .coming-bottom, #mx3-now-available .coming-bottom, .page-tem-buynow .coming-bottom {
  padding-top: 2%;
  padding-bottom: 2%; }
.page-tem-coming-soon ul.featured, #mx3-now-available ul.featured, .page-tem-buynow ul.featured {
  clear: both;
  text-align: center; }
  .page-tem-coming-soon ul.featured li, #mx3-now-available ul.featured li, .page-tem-buynow ul.featured li {
    display: inline-block;
    font-size: 16px;
    border-right: 2px solid  #339bcb;
    padding: 0 10px;
    margin: 0 10px; }
    @media (max-width: 769px) {
      .page-tem-coming-soon ul.featured li, #mx3-now-available ul.featured li, .page-tem-buynow ul.featured li {
        display: block;
        text-align: left;
        border-right: none;
        padding: 0 20px 0 2px;
        margin: 0 20px; }
        .page-tem-coming-soon ul.featured li:before, #mx3-now-available ul.featured li:before, .page-tem-buynow ul.featured li:before {
          content: "";
          width: 10px;
          height: 10px;
          background: #339bcb;
          border-radius: 100%;
          display: inline-block;
          margin-right: 5px; } }
    .page-tem-coming-soon ul.featured li:last-child, #mx3-now-available ul.featured li:last-child, .page-tem-buynow ul.featured li:last-child {
      border-right: none; }

/*#now-available*/
#mx3-now-available .main-content, .page-tem-buynow .main-content {
  background: url("https://cdn.shopify.com/s/files/1/1978/9859/files/shopnow940.jpg?13659") center center; }
#mx3-now-available .coming-bottom, .page-tem-buynow .coming-bottom {
  border: 1px solid #339bcb;
  width: 75%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 2%; }
  #mx3-now-available .coming-bottom ul.featured li, .page-tem-buynow .coming-bottom ul.featured li {
    display: inline-block;
    font-size: 16px; }
    @media (max-width: 769px) {
      #mx3-now-available .coming-bottom ul.featured li, .page-tem-buynow .coming-bottom ul.featured li {
        display: block;
        text-align: left;
        padding: 0 20px;
        margin: 0 20px; }
        #mx3-now-available .coming-bottom ul.featured li:before, .page-tem-buynow .coming-bottom ul.featured li:before {
          content: "";
          width: 10px;
          height: 10px;
          background: #339bcb;
          border-radius: 100%;
          display: inline-block;
          margin-right: 5px; } }
    #mx3-now-available .coming-bottom ul.featured li:nth-child(2), .page-tem-buynow .coming-bottom ul.featured li:nth-child(2) {
      padding: 0 20px;
      margin: 0 20px;
      border-left: 2px solid  #ccc;
      border-right: 2px solid  #ccc; }
      @media (max-width: 769px) {
        #mx3-now-available .coming-bottom ul.featured li:nth-child(2), .page-tem-buynow .coming-bottom ul.featured li:nth-child(2) {
          border-right: 0;
          border-left: 0; } }

/*==================product template: Vertical layout About topCart ========================*/
.product-vertical-layout .top-cart_h {
  position: fixed;
  top: 75px;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
  display: none;
  transition: 0.3s; }
.product-vertical-layout .top-cart {
  border-top: 1px solid #efefef;
  padding-top: 13px; }
  .product-vertical-layout .top-cart form {
    width: 60%;
    float: right; }
  .product-vertical-layout .top-cart .top-cart-content {
    max-width: 1300px;
    margin: auto;
    padding: 0 3%; }
  .product-vertical-layout .top-cart .top-title {
    width: 40%;
    float: left; }
  .product-vertical-layout .top-cart .swatch {
    width: 50%;
    float: left; }
  .product-vertical-layout .top-cart .cart-div {
    width: 50%;
    float: right; }
    .product-vertical-layout .top-cart .cart-div > button, .product-vertical-layout .top-cart .cart-div > div {
      float: left;
      width: 50%; }
    .product-vertical-layout .top-cart .cart-div > button {
      width: 155px;
      height: 44px;
      padding: 4px 12px 6px;
      margin-right: 15px;
      margin-bottom: 15px; }

.FormRenderer__Container-sc-1n2romz-1 {
  max-width: 1000px !important; }

.copyright a {
  color: #ddd; }
.copyright:hover a {
  color: #fff; }

/*===brand cooperation page===*/
.brand-top {
  padding: 6% 30%; }
  @media (max-width: 480px) {
    .brand-top {
      padding: 20% 10%; } }
  .brand-top .top-title {
    background-color: #d83038;
    border-radius: 40px;
    padding: 5px 40px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .brand-top .top-title {
        font-size: 20px; } }
  .brand-top img {
    max-width: 480px;
    width: 100%;
    margin: 10px auto; }
  .brand-top p {
    color: #fff;
    line-height: 24px;
    font-size: 16px; }

.brand-bar {
  text-align: center;
  background: #333333; }
  .brand-bar:nth-of-type(odd) .brand-bar-li:first-child {
    background: #d83038; }
  .brand-bar:nth-of-type(even) .brand-bar-li:last-child {
    background: #d83038; }
  @media (max-width: 480px) {
    .brand-bar:nth-of-type(odd) .brand-bar-li:first-child {
      background: #d83038; }
    .brand-bar:nth-of-type(even) .brand-bar-li:first-child {
      background: #d83038; }
    .brand-bar:nth-of-type(even) .brand-bar-li:last-child {
      background: #333333; } }

.brand-bar-li {
  padding: 5% 10%;
  width: 50%;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin-left: -3px; }
  @media (max-width: 480px) {
    .brand-bar-li {
      width: 100%; } }
  .brand-bar-li h2, .brand-bar-li h4, .brand-bar-li p, .brand-bar-li span, .brand-bar-li a {
    color: #fff; }
  .brand-bar-li h2 {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px; }
  .brand-bar-li .view-btn {
    text-decoration: underline; }
    .brand-bar-li .view-btn:hover {
      text-decoration: none; }

li.mega-sale a {
  color: red !important; }

.klaviyo-bis-trigger {
  background: #339bcb;
  color: #fff;
  float: left;
  margin-right: 10px !important;
  height: 45px;
  line-height: 28px; }

@media (max-width: 480px) {
  .product-right-column .sku {
    padding-left: 0;
    margin-left: 0;
    display: block;
    border-left: none; } }
