/** Shopify CDN: Minification failed

Line 3021:2 Unexpected "}"

**/
@charset "UTF-8";
/* colors */
/* fonts */
/* transitions */
/* 
**clearfix use **
    .cf {
    @include clearfix;
    }
*/
/* 
** opacity use **
    .fade {
        @include opacity(.4);
    }
*/
/*
** placeholder use **
    input,  
    textarea {  
        @include input-placeholder {
            color: $grey;
        }
    }
*/
/*
** pseudo use **
    div::after {
    @include pseudo;
    top: -1rem; left: -1rem;
    width: 1rem; height: 1rem;
}*/
/*
** prefix use **
    div {
       @include css3-prefix(transform, scale3d(2.5, 2, 1.5));
    }
}*/

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}


.btn-theme {
  border: none;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 35px;
  border-radius: 5px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  background-color: #ffffff;
}

.btn-theme:hover {
  color: #000000;
  background-color: #CBCBCB;
}

.btn-theme-primary {
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 35px;
  border-radius: 5px;
  will-change: transform;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #cac529;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 6px 0, rgba(0, 0, 0, 0.16) 0 2px 32px 0;
          box-shadow: rgba(0, 0, 0, 0.06) 0 1px 6px 0, rgba(0, 0, 0, 0.16) 0 2px 32px 0;
}

.btn-theme-primary:hover {
  color: #ffffff;
  background-color: #b7b211;
}

.btn-theme-dark {
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 35px;
  border-radius: 5px;
  will-change: transform;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.btn-theme-dark:hover {
  color: #ffffff;
  background-color: #585757;
}

.btn-theme-secondary {
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 35px;
  border-radius: 5px;
  will-change: transform;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #343a40;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-theme-secondary:hover {
  background-color: #606060;
}

.form-control {
  width: 100%;
  height: 50px;
  outline: none;
  font-size: 14px;
  border-radius: 0;
  padding: 11px 20px;
  color: #616161;
  background: #ffffff;
  border: 1px solid #000000;
}

.form-control:focus {
  outline: none;
  border: 1px solid #000000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.form-control-transparent {
  background-color: transparent;
}

.form-control-transparent:focus {
  background-color: transparent;
}

.select-control {
  width: 100%;
  height: 50px;
  outline: none;
  font-size: 14px;
  border-radius: 0;
  padding: 11px 20px;
  color: #616161;
  background: #ffffff;
  border: 1px solid #000000;
}

.select-control-transparent {
  background-color: transparent;
}

html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.main-wrapper {
  padding: 0;
}

.page-container {
  overflow: unset;
  -webkit-transform: none;
          transform: none;
}

label.error {
  color: #ff4242;
}

p {
  font-family: "Montserrat", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-mask {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.mask-top-right {
  background-position: top right !important;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.r169 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.r169 img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r169:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.3%;
}

.r169 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}

.r43 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.r43 img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r43:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 74.5%;
}

.r43 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}

.r34 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.r34 img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r34:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.r34 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
}

.section-head .section-head-title-top {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.section-head--title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #444444;
}

@media only screen and (max-width: 991px) {
  .section-head--title {
    font-size: 18px;
  }
}

.section-head--subtitle {
  color: #cac529;
}

.collection-arrows-desktop {
  display: block;
}

@media (min-width: 701px) {
  .collection-arrows-desktop {
    display: block;
  }
}

.gutter-12 {
  margin: 0 -12px;
}

.gutter-12 [class*='col-'] {
  padding: 0 12px;
}

.gutter-5 {
  margin: 0 -5px;
}

.gutter-5 [class*='col-'] {
  padding: 0 5px;
}

.gutter-10 {
  margin: 0 -10px;
}

.gutter-10 [class*='col-'] {
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .container-large {
    max-width: 1200px;
  }
}

.bg-fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: fixed;
}

.header {
  padding: 6px;
  background-color: #000000;
}

.header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-logo a {
  padding-right: 10px;
  display: inline-block;
}

.header .header-logo p {
  font-size: 13px;
  color: #ffffff;
}

.header .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header-actions .search-action .search-icon {
  cursor: pointer;
}

.header .header-actions .search-action .search-icon svg {
  width: 26px;
  fill: #ffffff;
}

@media only screen and (max-width: 374px) {
  .header .header-actions .search-action .search-icon svg {
    width: 20px;
  }
}

.header .header-actions .search-action .search-block {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  position: fixed;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .header-actions .search-action .search-block .icon-close {
  top: 25px;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #E7E7E7;
}

.header .header-actions .search-action .search-block .icon-close:hover {
  border-color: #FC2249;
  background-color: #FC2249;
}

.header .header-actions .search-action .search-block .icon-close:hover svg {
  fill: #ffffff;
}

.header .header-actions .search-action .search-block .icon-close:focus {
  outline: none;
  border-color: #FC2249;
  background-color: #FC2249;
}

.header .header-actions .search-action .search-block .icon-close:focus svg {
  fill: #ffffff;
}

.header .header-actions .search-action .search-block .icon-close svg {
  width: 11px;
  height: 11px;
  fill: #FC2249;
}

.header .header-actions .search-action .search-block .form-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.header .header-actions .search-action .search-block .form-search .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}

.header .header-actions .search-action .search-block .form-search .form-group input {
  height: 38px;
  padding: 12px;
  font-size: 16px;
  border-radius: .25rem;
  color: #495057;
  border-color: #ced4da;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.header .header-actions .search-action .search-block .form-search .form-group input.placeholder {
  color: #495057;
}

.header .header-actions .search-action .search-block .form-search .form-group input:-moz-placeholder {
  color: #495057;
}

.header .header-actions .search-action .search-block .form-search .form-group input::-moz-placeholder {
  color: #495057;
}

.header .header-actions .search-action .search-block .form-search .form-group input:-ms-input-placeholder {
  color: #495057;
}

.header .header-actions .search-action .search-block .form-search .form-group input::-webkit-input-placeholder {
  color: #495057;
}

.header .header-actions .search-action .search-block .form-search .form-btn button {
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  border-radius: .25rem;
  padding: .375rem .75rem;
}

.header .header-actions .search-action .search-block.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header .header-actions .cart-action {
  margin-left: 30px;
}

@media only screen and (max-width: 374px) {
  .header .header-actions .cart-action {
    margin-left: 20px;
  }
}

.header .header-actions .cart-action .cart-icon {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}

.header .header-actions .cart-action .cart-icon svg {
  height: 30px;
  fill: #ffffff;
  -webkit-transform: translateY(4px) scaleX(-1);
          transform: translateY(4px) scaleX(-1);
}

@media only screen and (max-width: 374px) {
  .header .header-actions .cart-action .cart-icon svg {
    height: 24px;
  }
}

.header .header-actions .cart-action .cart-icon .cart-count {
  right: -9px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  background-color: #3a3a3a;
}

.header .header-actions .language-action {
  margin-left: 20px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 374px) {
  .header .header-actions .language-action {
    margin-left: 15px;
  }
}

.header .header-actions .language-action .language-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-actions .language-action .language-selected img {
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 100%;
}

@media only screen and (max-width: 374px) {
  .header .header-actions .language-action .language-selected img {
    width: 25px;
    height: 25px;
  }
}

.header .header-actions .language-action .language-selected span {
  font-size: 12px;
  padding-left: 10px;
  color: #ffffff;
}

.header .header-actions .language-action .language-select {
  right: 0;
  top: 39px;
  display: none;
  position: absolute;
}

.header .header-actions .language-action .language-select .langauge-selected-item {
  display: none;
}

.header .header-actions .language-action .language-select li {
  padding: 10px;
  background-color: #ffffff;
}

.header .header-actions .language-action .language-select li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

.header .header-actions .language-action .language-select li a img {
  width: 28px;
  height: 28px;
  overflow: hidden;
  border-radius: 100%;
}

.header .header-actions .language-action .language-select li a span {
  font-size: 12px;
  padding-left: 10px;
}

.header .header-actions .language-action .language-select.open {
  display: block;
}

.header .header-actions .logout-action {
  margin-left: 15px;
}

@media only screen and (max-width: 374px) {
  .header .header-actions .logout-action {
    margin-left: 10px;
  }
}

.header .header-actions .logout-action a svg {
  width: 22px;
  fill: #ffffff;
}

@media only screen and (max-width: 374px) {
  .header .header-actions .logout-action a svg {
    width: 20px;
  }
}

.header .header-actions .menu-toggle-action {
  margin-left: 20px;
}

@media only screen and (max-width: 374px) {
  .header .header-actions .menu-toggle-action {
    margin-left: 15px;
  }
}

.header .header-actions .menu-toggle-action span {
  top: 2px;
  cursor: pointer;
  position: relative;
}

.header .header-actions .menu-toggle-action span svg {
  width: 22px;
  fill: #ffffff;
}

.header .header-nav {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header .header-nav {
    left: auto;
    position: fixed;
    max-width: 400px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media only screen and (max-width: 480px) {
  .header .header-nav {
    width: 100%;
    max-width: 100%;
  }
}

.header .header-nav .icon-close {
  top: 25px;
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #E7E7E7;
}

.header .header-nav .icon-close:hover {
  border-color: #FC2249;
  background-color: #FC2249;
}

.header .header-nav .icon-close:hover svg {
  fill: #ffffff;
}

.header .header-nav .icon-close:focus {
  outline: none;
  border-color: #FC2249;
  background-color: #FC2249;
}

.header .header-nav .icon-close:focus svg {
  fill: #ffffff;
}

.header .header-nav .icon-close svg {
  width: 11px;
  height: 11px;
  fill: #FC2249;
}

.header .header-nav .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 125px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .header .header-nav .header-menu {
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: block;
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
    padding: 110px 40px 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  .header .header-nav .header-menu {
    padding: 110px 20px 50px;
  }
}

.header .header-nav .header-menu .header-navbar ul {
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .header .header-nav .header-menu .header-navbar ul {
    text-align: left;
    margin-bottom: 35px;
    border-bottom: 1px solid #ffffff;
  }
}

.header .header-nav .header-menu .header-navbar ul li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .header .header-nav .header-menu .header-navbar ul li {
    margin-bottom: 25px;
  }
}

.header .header-nav .header-menu .header-navbar ul li a {
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .header .header-nav .header-menu .header-navbar ul li a {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .header .header-nav .header-menu .header-navbar ul li a {
    font-size: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .header .header-nav .header-menu .header-navbar ul li a:hover {
    color: #606060;
  }
}

.header .header-nav .header-menu .header-navbar .nav-menu {
  border-bottom: none;
}

.header .header-nav .header-menu .header-navbar .nav-menu .nav-has-submenu > a {
  position: relative;
  padding-right: 40px;
  margin-bottom: 10px;
}

.header .header-nav .header-menu .header-navbar .nav-menu .nav-has-submenu > a::before {
  content: '+';
  position: absolute;
  top: 3px;
  right: 15px;
  line-height: 1;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .header-nav .header-menu .header-navbar .nav-menu .nav-has-submenu > .nav-inner-menu {
  display: none;
  margin-top: 5px;
  padding-left: 30px;
  border-bottom: none;
}

.header .header-nav .header-menu .header-navbar .nav-menu .nav-has-submenu > .nav-inner-menu > li {
  margin-bottom: 15px;
}

.header .header-nav .header-menu .header-navbar .nav-menu .nav-has-submenu > .nav-inner-menu > li > a {
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .header .header-nav .header-menu .header-navbar .nav-menu .nav-has-submenu > .nav-inner-menu > li > a {
    font-size: 1em;
  }
}

.header .open.header-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .header .open.header-nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* @media only screen and (min-width: 992px) {
  .panel-modal .modal-dialog {
    max-width: 650px;
  }
} */

.panel-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  background-color: #e5e5e5;
}

.panel-modal .modal-dialog .modal-content .close {
  top: 10px;
  z-index: 1;
  right: 15px;
  position: absolute;
}

.panel-modal .modal-dialog .modal-content .close:focus {
  outline: none;
}

.panel-modal .modal-dialog .modal-content .close svg {
  width: 15px;
  height: 15px;
}

.panel-modal .modal-dialog .modal-content .modal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.panel-modal .modal-dialog .modal-content .modal-body {
  padding: 40px 30px;
}

@media only screen and (max-width: 480px) {
  .panel-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 15px;
  }
}

.panel-modal .modal-dialog .modal-content .product-specification table tr td {
  border: none;
  padding: 16px;
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .panel-modal .modal-dialog .modal-content .product-specification table tr td {
    display: block;
    padding: 16px 0;
  }
}

.panel-modal .modal-dialog .modal-content .product-specification table tr td:first-child {
  padding-left: 0;
   font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
}

/* .panel-modal .modal-dialog .modal-content .product-specification table tr .product-specification-head .product-specification-title {
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
} */

/* .modal-specification .modal-dialog .modal-content {
  overflow-y: auto;
  max-height: 600px;
} */

/* @media only screen and (min-width: 1200px) {
  .modal-specification .modal-dialog .modal-content {
    max-height: 700px;
  }
} */

.modal-gallery .product-gallery .product-gallery-slider .slider-main {
  margin-bottom: 15px;
  width:100%;
}

.modal-gallery .product-gallery .product-gallery-slider .slider-nav .slider-item {
  padding: 15px 20px;
}

@media only screen and (max-width: 480px) {
  .modal-gallery .product-gallery .product-gallery-slider .slider-nav .slider-item {
    padding: 15px 10px;
  }
}

.modal-gallery .product-gallery .product-gallery-slider .slider-nav .slider-item:focus {
  outline: none;
}

.modal-quick-view .product-quick-view .product-img {
  margin-bottom: 25px;
}

.modal-quick-view .product-quick-view .product-detail-row {
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .modal-quick-view .product-quick-view .product-detail-row {
    margin-bottom: 30px;
  }
}

.modal-quick-view .product-quick-view .product-detail-row .product-detail-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .modal-quick-view .product-quick-view .product-detail-row .product-detail-title {
    margin-bottom: 10px;
  }
}

.modal-quick-view .product-quick-view .product-detail-row .product-detail-label {
  margin-bottom: 0;
}

.modal-quick-view .product-quick-view .product-detail-row .product-size-select-box {
  max-width: 280px;
}

@media only screen and (max-width: 480px) {
  .modal-quick-view .product-quick-view .product-detail-row .product-size-select-box {
    max-width: 100%;
  }
}

.modal-quick-view .product-quick-view .product-detail-row .product-size-select-box .select-control {
  height: 40px;
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #b1b1b1;
  background-image: url(//b2b.speedlab.shop/cdn/shop/files/sl-select-arrow.png?v=8793575944772108627);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 95% 50%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  padding-right: 35px;
}

.modal-quick-view .product-quick-view .product-detail-row .quantity-range {
  max-width: 280px;
  border: 1px solid #b1b1b1;
}

@media only screen and (max-width: 480px) {
  .modal-quick-view .product-quick-view .product-detail-row .quantity-range {
    max-width: 100%;
  }
}

.modal-quick-view .product-quick-view .product-detail-row .quantity-range .qty {
  height: 40px;
  border: none;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: transparent;
  max-width: calc(100% - 55px);
}

@media only screen and (max-width: 480px) {
  .modal-quick-view .product-quick-view .product-detail-row .quantity-range .qty {
    width: calc(100% - 60px);
  }
}

.modal-quick-view .product-quick-view .product-detail-row .quantity-range .qty:focus {
  outline: none;
}

.modal-quick-view .product-quick-view .product-detail-row .quantity-range .qty-symbol {
  height: 40px;
  border: none;
  background-color: transparent;
}

.modal-quick-view .product-quick-view .product-detail-row .quantity-range .qty-symbol:focus {
  outline: none;
}

.modal-quick-view .product-quick-view .product-detail-row .product-form-btn {
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.modal-quick-view .product-quick-view .product-detail-row .product-form-btn .btn-theme-secondary {
  font-size: 18px;
  padding: 16px 35px;
  border-radius: 10px;
  background-color: #939393;
}

.modal-quick-view .product-quick-view .product-detail-row .product-form-btn .btn-theme-secondary:hover {
  background-color: #474747;
}

.cart-drawer {
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  max-width: 440px;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Segoe UI";
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.cart-drawer .cart-inner {
  height: 100%;
}

.cart-drawer .cart-inner .cart-form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-drawer .cart-inner .cart-form .cart-head {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-drawer .cart-inner .cart-form .cart-head .cart-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cart-drawer .cart-inner .cart-form .cart-head .cart-title .cart-count {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
}

.cart-drawer .cart-inner .cart-form .cart-head .cart-close {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cart-drawer .cart-inner .cart-form .cart-head .cart-close svg {
  width: 10px;
}

.cart-drawer .cart-inner .cart-form .cart-head .cart-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.cart-drawer .cart-inner .cart-form .cart-head .cart-close:hover svg {
  fill: #000000;
}

.cart-drawer .cart-inner .cart-form .cart-head .cart-close:hover svg path {
  fill: inherit;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 480px) {
  .cart-drawer .cart-inner .cart-form .cart-added-items .cart-item {
    padding: 20px;
  }
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-img {
  width: 70px;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-head .cart-item-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: "Segoe UI";
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-head .cart-item-title a {
  font-size: inherit;
  color: #000000;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-head .cart-item-close {
  padding: 0;
  border: none;
  line-height: 1;
  background: transparent;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-head .cart-item-close svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-head .cart-item-close:hover svg path {
  fill: rgba(0, 0, 0, 0.8);
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-quantity-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-quantity-price .cart-item-quantity .quantity-range {
  padding-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-quantity-price .cart-item-quantity .quantity-range .qty {
  width: 45px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  font-family: "Segoe UI";
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-quantity-price .cart-item-quantity .quantity-range .qty-symbol {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-quantity-price .cart-item-quantity .quantity-range .qty-minus {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-quantity-price .cart-item-quantity .quantity-range .qty-plus {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.cart-drawer .cart-inner .cart-form .cart-added-items .cart-item .cart-item-description .cart-item-quantity-price .cart-item-price-wrap .cart-item-price {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  font-family: "Segoe UI";
}

.cart-drawer .cart-inner .cart-form .cart-margin-top {
  margin-top: auto;
}

.cart-drawer .cart-inner .cart-form .cart-footer {
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.05);
}

.cart-drawer .cart-inner .cart-form .cart-footer .cart-footer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cart-drawer .cart-inner .cart-form .cart-footer .cart-footer-head span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.cart-drawer .cart-inner .cart-form .cart-footer .cart-footer-head .shipping-cost {
  font-size: 12px;
  font-weight: 600;
  padding-left: 10px;
  letter-spacing: 0.4px;
  color: #abaaaa;
  text-transform: uppercase;
}

.cart-drawer .cart-inner .cart-form .cart-footer .cart-footer-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-drawer .cart-inner .cart-form .cart-footer .cart-footer-subtotal .cart-total-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.cart-drawer .cart-inner .cart-form .cart-footer .cart-footer-subtotal .cart-total-price {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.cart-drawer .cart-inner .cart-form .cart-footer .cart-checkout-btn-link .btn-theme-dark {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  font-weight: 600;
  padding: 15px ​25px;
}

.cart-drawer .cart-inner .cart-form .cart-empty {
  margin: auto;
  text-align: center;
}

.cart-drawer .cart-inner .cart-form .cart-empty svg {
  width: 56px;
  margin: 0 auto 20px;
}

.cart-drawer .cart-inner .cart-form .cart-empty p {
  font-size: 16px;
}

.cart-drawer.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cart-popup {
  top: 80px;
  right: 6%;
  opacity: 0;
  z-index: 99;
  width: 73.5%;
  margin-left: auto;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  background-color: #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .cart-popup {
    width: 87%;
  }
}

@media only screen and (max-width: 991px) {
  .cart-popup {
    right: 15px;
    width: calc(100% - 30px);
  }
}

.cart-popup .cart-popup-caret {
  top: -30px;
  right: 82px;
  position: absolute;
}

@media only screen and (max-width: 1199px) {
  .cart-popup .cart-popup-caret {
    right: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .cart-popup .cart-popup-caret {
    right: 148px;
  }
}

.cart-popup .cart-popup-caret svg {
  fill: #e5e5e5;
}

.cart-popup .cart-popup-inner {
  padding: 20px;
  text-align: left;
}

.cart-popup .cart-popup-inner .cart-popup-head {
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #0f0f0f;
}

.cart-popup .cart-popup-inner .cart-popup-head .cart-title {
  font-size: 20px;
  color: #0f0f0f;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.cart-popup .cart-popup-inner .cart-popup-head .cart-close {
  top: 10px;
  right: 20px;
  position: absolute;
}

.cart-popup .cart-popup-inner .cart-popup-note {
  font-size: 14px;
  margin-bottom: 20px;
}

.cart-popup .cart-popup-inner .cart-item-table table tr th {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #444444;
}

@media only screen and (max-width: 1199px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr th {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr th {
    display: none;
  }
}

.cart-popup .cart-popup-inner .cart-item-table table tbody tr:first-child td {
  background-image: none;
  border-top: 8px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr:first-child td {
    border-top: 2px solid #e5e5e5;
  }
}

.cart-popup .cart-popup-inner .cart-item-table table tfoot tr:last-child td {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #777777), color-stop(0%, #777777));
  background-image: linear-gradient(to right, #777777 33%, #777777 0%);
}

.cart-popup .cart-popup-inner .cart-item-table table td.cart-item-remove a {
    background: #cac529;
    color: #fff;
    padding: 2px 6px;
    padding-top: 0px;
    border-radius: 50%;
}

.cart-popup .cart-popup-inner .cart-item-table table td.cart-item-qty {
    text-align: center;
  outline: none;
    border-width: 0px;
}

.cart-popup .cart-popup-inner .cart-item-table table .cart-item-qty input.js-qty {
    max-width: 45px;
    text-align: center;
    outline:none;
}



@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr:last-child td {
    display: none;
  }
}

.cart-popup .cart-popup-inner .cart-item-table table tr td {
  font-size: 13px;
  border-top: none;
  vertical-align: middle;
  background-size: 8px 1px;
  background-color: #d8d8d8;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #b7b7b7), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #b7b7b7 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 1199px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr td {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr td {
    width: 100%;
    padding: 8px;
    display: block;
    font-size: 14px;
    white-space: normal;
    border-top: 2px solid #e5e5e5;
  }
}

@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr td::before {
    content: attr(data-title);
    width: 50%;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    display: inline-block;
  }
}

.cart-popup .cart-popup-inner .cart-item-table table tr td span {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr td span {
    width: 50%;
    padding: 0 5px;
    white-space: normal;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-item-table table tr .cart-item-cost-title, .cart-popup .cart-popup-inner .cart-item-table table tr .cart-item-vat-title, .cart-popup .cart-popup-inner .cart-item-table table tr .cart-item-total {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .cart-popup .cart-popup-inner .cart-popup-footer {
    display: block;
  }
}

.cart-popup .cart-popup-inner .cart-popup-footer a {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  margin-right: 15px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 480px) {
  .cart-popup .cart-popup-inner .cart-popup-footer a {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}

.cart-popup .cart-popup-inner .cart-popup-footer a:last-child {
  margin-bottom: 0;
}

.cart-popup .cart-popup-inner .cart-popup-footer .btn-theme-dark {
  background-color: #444444;
  font-weight:600;
}

.cart-popup-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.cart-open .cart-popup-bg {
  opacity: 1;
  visibility: visible;
}

.section-panel {
  overflow: hidden;
  position: relative;
}

.section-panel:before {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}

.section-panel .panel-menu {
  width: 100%;
  min-height: 100%;
  padding: 40px 20px;
  background-color: #cac529;
}

.section-panel .panel-menu .panel-nav ul > li {
  line-height: 1.4;
  margin-bottom: 20px;
}

.section-panel .panel-menu .panel-nav ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #000000;
  border-bottom: 1px solid transparent;
}

.section-panel .panel-menu .panel-nav ul > li > a:hover {
  opacity: 0.8;
}

.section-panel .panel-menu .panel-nav ul li.active a {
  text-shadow: 1px 0 0 #000000;
  border-bottom: 1px solid #000000;
}

.section-panel .panel-menu .panel-nav ul .nav-has-submenu > .nav-inner-menu {
  display: none;
  margin-top: 15px;
  padding-left: 30px;
}

.section-panel .panel-menu .panel-nav ul .nav-has-submenu > .nav-inner-menu > li {
  margin-bottom: 12px;
}

.section-panel .panel-menu .panel-nav ul .nav-has-submenu > .nav-inner-menu > li > a {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 0;
  border-bottom: none;
  color: #000000;
  text-shadow: none;
  border-bottom: 0;
}

.section-panel .panel-menu .panel-nav ul .nav-has-submenu.submenu-open > a {
  text-shadow: 1px 0 0 #000000;
  border-bottom: 1px solid #000000;
}

.section-panel .panel-menu .panel-nav ul .nav-has-submenu.submenu-open .nav-inner-menu {
  display: block;
}

.section-panel .panel-menu .panel-nav ul .nav-has-submenu.submenu-open .nav-inner-menu li.active a {
  text-shadow: 1px 0 0 #000000;
}

.section-panel .panel-content {
  min-height: 100vh;
  padding: 40px 50px;
}

@media only screen and (max-width: 480px) {
  .section-panel .panel-content {
    padding: 40px 15px;
  }
}

.section-panel .panel-content .panel-breadcrumb .nav-breadcrumb .breadcrumb {
  border-radius: 0;
  background-color: rgba(71, 70, 66, 0.8);
}

.section-panel .panel-content .panel-breadcrumb .nav-breadcrumb .breadcrumb li {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.section-panel .panel-content .panel-breadcrumb .nav-breadcrumb .breadcrumb li a {
  font-weight: 500;
  color: #ffffff;
}

.section-panel .panel-content .panel-breadcrumb .nav-breadcrumb .breadcrumb li + li:before {
  content: ">";
  color: #ffffff;
}

.section-panel .panel-content .panel-header {
  padding: 18px 25px;
  margin-bottom: 15px;
  background-color: rgba(78, 78, 78, 0.9);
}

@media only screen and (max-width: 480px) {
  .section-panel .panel-content .panel-header {
    padding: 18px 15px;
  }
}

.section-panel .panel-content .panel-header .panel-title {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.table-common {
  overflow-y: auto;
  min-height: 600px;
  max-height: 600px;
  background-color: rgba(78, 78, 78, 0.9);
}

.table-common table thead {
  background-color: #212121;
}

.table-common table thead th {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.table-common table tbody tr td {
  border: none;
  padding: 16px;
  font-size: 14px;
  vertical-align: middle;
  color: #ffffff;
}

.section-user-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 53px);
  background-position: right !important;
}

@media only screen and (max-width: 991px) {
  .section-user-account {
    background-position: center !important;
  }
}

.section-user-account .form-user-account {
  padding: 30px;
  max-width: 440px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

.section-user-account .form-user-account .form-wrapper .form-title {
  font-weight: 600;
  font-size: 1.37em;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.section-user-account .form-user-account .form-wrapper .title-with-bg {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000000;
  display: inline-block;
  text-transform: capitalize;
  background-color: #ffffff;
}

.section-user-account .form-user-account .form-wrapper .title-with-bg a {
  color: #000000;
}

.section-user-account .form-user-account .form-wrapper .title-with-bg a:hover {
  text-decoration: underline;
}

.section-user-account .form-user-account .form-wrapper .form-group {
  margin-bottom: 25px;
}

.section-user-account .form-user-account .form-wrapper .form-group .form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section-user-account .form-user-account .form-wrapper .form-btn {
  text-align: right;
}

.section-user-account .form-user-account .form-wrapper .form-btn .btn-theme-dark {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  text-align: center;
  padding: 12px 35px;
  letter-spacing: 1px;
}

.section-user-account .form-user-account .form-wrapper .form-btn .btn-theme-dark:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.section-user-account .form-user-account .form-wrapper .form-btn .btn-theme-dark:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}

.section-user-account .form-user-account .form-wrapper .form-btn .form-link {
  font-size: 10px;
  font-weight: 500;
  color: #616161;
}

.section-user-account .form-user-account .form-wrapper .form-btn .form-link:hover {
  text-decoration: underline;
}

.section-user-account .form-user-account .form-wrapper .border-dashed {
  padding-top: 25px;
  border-top: 1px dashed;
}

.section-user-account .form-user-account .form-login-wrapper {
  margin-bottom: 15px;
}

.section-user-account .form-wrapper.form-recover-password-wrapper p {
  font-size: 14px;
  text-align: center;
  color: #616161;
}

.section-user-account .form-wrapper.form-recover-password-wrapper .form-btn {
  text-align: center;
}

.section-user-account .form-wrapper.form-recover-password-wrapper .form-btn .btn-theme-dark {
  margin-bottom: 15px;
}

.section-user-account .form-wrapper.form-recover-password-wrapper .form-btn .form-cancel-link {
  color: #212529;
}

.section-user-account .form-wrapper.form-recover-password-wrapper .form-btn .form-cancel-link:hover {
  text-decoration: underline;
}

.section-user-account .form-register-wrapper .form-group .form-control {
  height: 40px;
}

.section-user-account .form-register-wrapper .form-group .select-control {
  height: 40px;
  padding: 9px 20px;
}

.section-user-account #recover_password_form {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .section-collection .panel-collection .collection-table .table tr td {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1199px) {
  .section-collection .panel-collection .collection-table .table tr td span {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-availibility {
    width: 3%;
  }
}

.section-collection .panel-collection .collection-table .table .panel-product-availibility span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background-color: #000000;
}

.section-collection .panel-collection .collection-table .table .panel-product-availibility .in-stock {
  background-color: #05ce1c;
}

.section-collection .panel-collection .collection-table .table .panel-product-availibility .pre-order {
  background-color: #ffff00;
}

.section-collection .panel-collection .collection-table .table .panel-product-availibility .out-stock {
  background-color: #ff1e00;
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-img-desc {
    width: 28%;
  }
}

.section-collection .panel-collection .collection-table .table .panel-product-img-desc .product-img-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-collection .panel-collection .collection-table .table .panel-product-img-desc .product-img-desc .product-img {
  width: 110px;
  border: 1px solid #b3b2b2;
  background-color: #ffffff;
}

.section-collection .panel-collection .collection-table .table .panel-product-img-desc .product-img-desc .product-img::before {
  padding-top: 60%;
}

.section-collection .panel-collection .collection-table .table .panel-product-img-desc .product-img-desc .product-desc {
  padding-left: 20px;
  width: calc(100% - 110px);
}

.section-collection .panel-collection .collection-table .table .panel-product-img-desc .product-img-desc .product-desc span {
  font-size: 14px;
  color: #ffffff;
}

.section-collection .panel-collection .collection-table .table .panel-product-color-varient {
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-color-varient {
    width: 28%;
  }
}

.section-collection .panel-collection .collection-table .table .panel-product-color-varient span {
  font-size: inherit;
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-size {
    width: 13%;
  }
}

.section-collection .panel-collection .collection-table .table .panel-product-size .radio-sizes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-collection .panel-collection .collection-table .table .panel-product-size .radio-sizes-wrapper .radio-group {
  margin-right: 10px;
}

.section-collection .panel-collection .collection-table .table .panel-product-size .radio-sizes-wrapper .radio-group:last-child {
  margin-right: 0;
}

.section-collection .panel-collection .collection-table .table .panel-product-size .radio-sizes-wrapper .radio-group .radio-control {
  display: none;
}

.section-collection .panel-collection .collection-table .table .panel-product-size .radio-sizes-wrapper .radio-group .radio-control + label {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: #a0a19f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.section-collection .panel-collection .collection-table .table .panel-product-size .radio-sizes-wrapper .radio-group .radio-control:checked + label {
  color: #ffffff;
  text-shadow: 1px 0 0 #ffffff;
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-specification {
    width: 8%;
  }
}

.section-collection .panel-collection .collection-table .table .panel-product-specification button,
.section-collection .panel-collection .collection-table .table .panel-product-specification a
{
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.section-collection .panel-collection .collection-table .table .panel-product-specification button svg,
.section-collection .panel-collection .collection-table .table .panel-product-specification a svg
{
  width: 20px;
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-collection .panel-collection .collection-table .table .panel-product-specification button:hover,
.section-collection .panel-collection .collection-table .table .panel-product-specification a:hover
{
  background-color: #ffffff;
}

.section-collection .panel-collection .collection-table .table .panel-product-specification button:hover svg,
.section-collection .panel-collection .collection-table .table .panel-product-specification a:hover svg
{
  fill: #535353;
}

.section-collection .panel-collection .collection-table .table .panel-product-specification button:focus,
.section-collection .panel-collection .collection-table .table .panel-product-specification a:focus
{
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-gallery {
    width: 8%;
  }
}

.section-collection .panel-collection .collection-table .table .panel-product-gallery button {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-collection .panel-collection .collection-table .table .panel-product-gallery button svg {
  width: 28px;
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-collection .panel-collection .collection-table .table .panel-product-gallery button:hover {
  background-color: #ffffff;
}

.section-collection .panel-collection .collection-table .table .panel-product-gallery button:hover svg {
  fill: #535353;
}

.section-collection .panel-collection .collection-table .table .panel-product-gallery button:focus {
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-price {
    width: 15%;
  }
}

@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-order {
    width: 10%;
  }
}

.section-collection .panel-collection .collection-table .table .panel-product-order button {
  width: 70px;
  height: 35px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-collection .panel-collection .collection-table .table .panel-product-order button svg {
  width: 25px;
  fill: #535353;
  -webkit-transform: translateY(4px) scaleX(-1);
          transform: translateY(4px) scaleX(-1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-collection .panel-collection .collection-table .table .panel-product-order button:focus {
  outline: none;
}

.section-claim .panel-header {
  margin-bottom: 15px;
}

.section-claim .claim-form-wrapper {
  padding: 45px 80px;
  color: #ffffff;
  background-color: rgba(29, 29, 29, 0.85);
}

@media only screen and (max-width: 1199px) {
  .section-claim .claim-form-wrapper {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .section-claim .claim-form-wrapper {
    padding: 40px 15px;
  }
}

.section-claim .claim-form-wrapper .form-wrapper .form-label {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.section-claim .claim-form-wrapper .form-wrapper .form-group {
  margin-bottom: 35px;
}

.section-claim .claim-form-wrapper .form-wrapper .select-control {
  height: 45px;
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-image: url(//b2b.speedlab.shop/cdn/shop/files/sl-select-arrow-light.png?v=11488399582249361550);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 95% 50%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  letter-spacing: 0.5px;
  padding-right: 30px;
}

.section-claim .claim-form-wrapper .form-wrapper .select-control option {
  color: #000000;
}

.section-claim .claim-form-wrapper .form-wrapper .form-note {
  font-size: 14px;
  margin-bottom: 25px;
}

.section-claim .claim-form-wrapper .form-wrapper .file-upload {
  width: 100%;
}

.section-claim .claim-form-wrapper .form-wrapper .file-upload .file-upload-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-claim .claim-form-wrapper .form-wrapper .file-upload .file-upload-group .file-upload-button {
  right: 0;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  padding: 15px 30px;
  text-align: center;
  border-radius: 4px;
  color: #000000;
  letter-spacing: 0.8px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .section-claim .claim-form-wrapper .form-wrapper .file-upload .file-upload-group .file-upload-button {
    padding: 15px 20px;
  }
}

.section-claim .claim-form-wrapper .form-wrapper .file-upload .file-upload-group .file-upload-name {
  width: 100%;
  height: 45px;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
}

.section-claim .claim-form-wrapper .form-wrapper .file-upload .file-upload-group input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.section-claim .claim-form-wrapper .form-wrapper .form-control {
  height: 45px;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  border-color: #ffffff;
}

.section-claim .claim-form-wrapper .form-wrapper .form-control.placeholder {
  color: #ffffff;
}

.section-claim .claim-form-wrapper .form-wrapper .form-control:-moz-placeholder {
  color: #ffffff;
}

.section-claim .claim-form-wrapper .form-wrapper .form-control::-moz-placeholder {
  color: #ffffff;
}

.section-claim .claim-form-wrapper .form-wrapper .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.section-claim .claim-form-wrapper .form-wrapper .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.section-claim .claim-form-wrapper .form-wrapper .form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.section-claim .claim-form-wrapper .form-wrapper textarea {
  resize: none;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 100px 10px 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-claim .claim-form-wrapper .form-wrapper textarea:focus {
  outline: none;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.section-claim .claim-form-wrapper .form-wrapper .form-btn .btn-theme-secondary {
  font-weight: 500;
  border-radius: 4px;
  color: #000000;
  letter-spacing: 0.5px;
  background-color: #d3d3d3;
}

.section-claim .claim-form-wrapper .form-wrapper .form-btn .btn-theme-secondary:hover {
  background-color: #d3d3d3;
}

.section-claim .claim-table-wrapper .table-responsive {
  overflow-y: auto;
  min-height: 700px;
  max-height: 700px;
  background-color: rgba(71, 70, 66, 0.8);
}

.section-claim .claim-table-wrapper .table-responsive .table thead {
  background-color: #212121;
}

.section-claim .claim-table-wrapper .table-responsive .table thead th {
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}

.section-claim .claim-table-wrapper .table-responsive .table thead th span {
  white-space: nowrap;
}

.section-claim .claim-table-wrapper .table-responsive .table tbody tr td {
  border: none;
  padding: 16px;
  font-size: 14px;
  vertical-align: middle;
  color: #ffffff;
}

.section-media-archive .panel-header {
  margin-bottom: 15px;
}

.section-media-archive .media-wrapper {
  padding: 55px 45px;
  background-color: rgba(71, 70, 66, 0.9);
}

@media only screen and (max-width: 991px) {
  .section-media-archive .media-wrapper {
    padding: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .section-media-archive .media-wrapper {
    padding: 40px 15px;
  }
}

.section-media-archive .media-wrapper .media-item {
  margin-bottom: 40px;
}

.section-media-archive .media-wrapper .media-item a:hover .media-content .media-title {
  opacity: 0.6;
}

.section-media-archive .media-wrapper .media-item a .media-img {
  margin-bottom: 25px;
}

.section-media-archive .media-wrapper .media-item a .media-img img {
  border-radius: 15px;
}

.section-media-archive .media-wrapper .media-item a .media-content {
  text-align: center;
}

.section-media-archive .media-wrapper .media-item a .media-content .media-title {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-order-history .order-history-table .table-common .table tr th {
  white-space: nowrap;
}

.section-order-history .order-history-table .table-common .table tr .product-btns {
  white-space: nowrap;
}

.section-order-history .order-history-table .table-common .table tr .product-btns a {
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
}

.section-order-history .order-history-table .table-common .table tr .product-btns .btn-theme-secondary {
  background-color: #8e8e8e;
}

.section-order-history .order-history-table .table-common .table tr .product-btns .btn-theme-secondary:hover {
  color: #ffffff;
  background-color: #7b7b7b;
}

.section-company-info .company-info-wrapper {
  overflow-y: auto;
  min-height: 600px;
  max-height: 600px;
  background-color: rgba(78, 78, 78, 0.9);
}

@media only screen and (max-width: 767px) {
  .section-company-info .company-info-wrapper {
    min-height: unset;
    max-height: unset;
  }
}

.section-company-info .company-info-wrapper .company-info-head, .section-company-info .company-info-wrapper .shipping-info-head {
  padding: 10px 30px 10px 40px;
  background-color: #222222;
}

@media only screen and (max-width: 1199px) {
  .section-company-info .company-info-wrapper .company-info-head, .section-company-info .company-info-wrapper .shipping-info-head {
    padding: 15px 20px;
  }
}

.section-company-info .company-info-wrapper .company-info-head h4, .section-company-info .company-info-wrapper .shipping-info-head h4 {
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .section-company-info .company-info-wrapper .company-info-head h4, .section-company-info .company-info-wrapper .shipping-info-head h4 {
    margin-bottom: 20px;
  }
}

.section-company-info .company-info-wrapper .company-info-edit-btn, .section-company-info .company-info-wrapper .shipping-info-edit-btn {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .section-company-info .company-info-wrapper .company-info-edit-btn, .section-company-info .company-info-wrapper .shipping-info-edit-btn {
    text-align: left;
  }
}

.section-company-info .company-info-wrapper .company-info-edit-btn .btn-theme-primary, .section-company-info .company-info-wrapper .shipping-info-edit-btn .btn-theme-primary {
  padding: 10px 20px;
}

.section-company-info .company-info-wrapper .company-info-edit-btn .btn-theme-primary:focus, .section-company-info .company-info-wrapper .shipping-info-edit-btn .btn-theme-primary:focus {
  outline: none;
}

.section-company-info .company-info-wrapper .company-info-detail, .section-company-info .company-info-wrapper .shipping-info-detail, #EditAddress {
  padding: 20px 30px 20px 40px;
}

@media only screen and (max-width: 1199px) {
  .section-company-info .company-info-wrapper .company-info-detail, .section-company-info .company-info-wrapper .shipping-info-detail, #EditAddress {
    padding: 20px;
  }
}

.section-company-info .company-info-wrapper .company-info-detail form label.form-label, .section-company-info .company-info-wrapper .shipping-info-detail form label.form-label {
  color: #ffffff;
}

.section-company-info .company-info-wrapper .company-info-detail form .form-control, .section-company-info .company-info-wrapper .shipping-info-detail form .form-control {
  height: 30px;
/*   display: none; */
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-company-info .company-info-wrapper .company-info-detail form .form-control select option{
color:grey;
}

.section-company-info .company-info-wrapper .company-info-detail form .form-control:focus, .section-company-info .company-info-wrapper .shipping-info-detail form .form-control:focus {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.section-company-info .company-info-wrapper .company-info-detail form .form-btn, .section-company-info .company-info-wrapper .shipping-info-detail form .form-btn {
  display: none;
  margin-bottom: 50px;
}
/*# sourceMappingURL=custom.css.map */

/* custom css */

main#MainContent {
    PADDING: 0px;
}

div#shopify-section-cart-template .cart-popup {
    position: initial;
    width: 100%;
  padding:0px;
  opacity:1;
  visibility:initial;
}
div#shopify-section-cart-template .cart-item-table {
    overflow: hidden;
    overflow-x: initial;
}

div#shopify-section-cart-template .cart-item-table td.cart__removed-product a {
    color: #212529;
    text-decoration: underline;
}



.empty-page-content-cart a.btn.btn--has-icon-after.cart__continue-btn {
    margin-bottom: 20px;
    background: #cac529;
    padding: 8px 10px;
    color: #fff;
   font-family: "Montserrat", sans-serif;
  display:none;
}

.empty-page-content-cart svg path {
    fill: #fff;
}


div#shopify-section-cart-template .hide,
div#shopify-section-cart-template label,
div#shopify-section-cart-template .medium-up--hide,
div#shopify-section-cart-template .visually-hidden,
div#shopify-section-cart-template .product-details,
.cart-popup-wrapper--hidden, .cart__error-message-wrapper{
    display: none;
}

div#shopify-section-cart-template td.cart-item-price dl,
div#shopify-section-cart-template td.cart-item-price dd {
    margin: 0;
}

div#shopify-section-cart-template  .cart-popup .cart-popup-inner .cart-popup-footer .btn-theme-dark{
margin-right:15px;
}

 div#shopify-section-cart-template .product-details {
  display:none!important;
  }

/* Login page */
.template-customers-login .hide{
display:none;
}
h2.h3.form-message__title {
    font-size: 1.27em;
}
.form-message.form-message--error ul {
    padding-left: 20px;
}
span#RecoverEmail-email-error {
    padding-top: 10px;
    display: block;
    color: #ff4242;
}

/* challenge page */

.shopify-challenge__container {
    margin-top: 35px;
}

.shopify-challenge__container input.shopify-challenge__button.btn {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 5px;
    will-change: transform;
    color: #fff;
    text-transform: uppercase;
    background-color: #444;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}


@media only screen and (max-width: 767px) {
  div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table tr:last-child td {
       display: flex;
    text-align: left;
    align-items: center;
    border-top: 2px solid #e5e5e5;
        background-image: none;
  }
 div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table tbody tr:first-child td{
    display: flex;
    text-align: left;
    align-items: center;
    border-top: 2px solid #e5e5e5;
  }
  div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table tr td span,
   div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table tr td .cart__qty,
  div#shopify-section-cart-template .pro-item-price,
    div#shopify-section-cart-template .cart__remove
  {
    width: 49%;
     float: right;
  }
 div#shopify-section-cart-template   .price-total-items{
      float: right;
    display: contents;
  }
  div#shopify-section-cart-template  .hide-mob {
  display:none!important;
  }
    
 div#shopify-section-cart-template td.cart-item-total-price.js-cart-total b {
    float: left;
    display: flex;
}
  div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table td.cart-item-qty {
    text-align: left;
  }
  
  div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table tr td span {
    padding: 0 0px;
  }
 #shopify-section-cart-template td.cart-item-total-price.js-cart-total {
    border-top: 1px solid #000!important;
}
  #shopify-section-cart-template td.cart__removed-product:before {
    opacity: 0;
    display:none;
}
#shopify-section-cart-template  td.cart__removed-product span {
    padding: 0px 7px!important;
    font-size: 12px;
      text-align: center;
}
    
#shopify-section-cart-template   td.cart__removed-product {
    font-size: 12px!important;
}

  
}



@media only screen and (max-width:480px) {
div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-popup-footer .btn-theme-dark {
      display: block;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  width: 100%;
}

  
}


/* Custom css */

.media-archive-modal .modal-content {
    background-color: #fff!important;
}

.media-archive-modal .modal-body {
    padding: 15px!important;
}

.media-archive-modal button.close {
   top: -17px!important;
    right: -15px!important;
    background: #fff;
    opacity: 1;
    border-radius: 14px;
    padding: 7px 8px;
    font-size: 12px;
}

.media-archive-modal .close svg {
    width: 13px;
    height: 13px;
}

.r34.main-img-media {
    max-height: 370px;
}

.media-archive-modal .slider-main {
    margin-bottom: 0px!important;
}

.media-archive-modal .slider-nav-1 .slider-item {
  padding: 15px 15px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    outline:none;
}

.media-archive-modal .slick-list.draggable {
    padding: 0px!important;
}

.media-archive-modal .slider-nav-1 .r34 {
    max-height: 87px;
}

.media-archive-modal .slider-nav-1 {
    width: 102.1%;
}

.media-archive-modal .slider-nav-1 button.slick-prev.slick-arrow {
    left: 5px;
    z-index: 999;
    width: 20px;
    overflow: hidden;
}


.media-archive-modal .slider-nav-1 button.slick-next{
    right: 15px;
    z-index: 999;
    width: 20px;
    overflow: hidden;
}
.media-archive-modal .slider-nav-1 button.slick-next:before{
  color: #000 !important;
}
.media-archive-modal .slider-nav-1 .slick-arrow {
    top: 55%;
}

.order-history-content {
    padding: 18px 25px;
    color: #fff;
    background: #4e4e4ee6;
}
.order-history-content a, .address-table{
color: #fff;
}
.btn-theme-primary.btn-view-orders {
    margin: 10px 0px;
    display: inline-block;
    font-weight:500;
}
.template-customers-addresses .hide {
display:none;
}


.company-info-edit-btn .btn-theme-primary {
    font-weight: 600;
    margin-right:5px;
}

.company-info-edit-btn .btn-theme-dark {
    background: #444;
    font-weight: 600;
    padding: 10px 25px;
}

.order-history-content .company-info-wrapper {
    background: #0000;
}

button.btn-theme-dark.text-link.address-cancel-toggle {
    margin-top: 15px;
}
.submit-address{
margin-top: 15px;
}
.order-history-content .company-info-wrapper {
    background: #0000;
}

.order-history-content .company-info-detail.form-wrapper {
    padding: 0px!important;
}
.order-history-content .company-info-detail.form-wrapper select option{
color:grey;
}


/* @media only screen and (min-width: 992px)
  {
.media-archive-modal .modal-dialog {
    max-width: 700px!important;
} */
  }
.order-history-content table thead th
{
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  width: 19%;
}
.order-history-content table thead 
{
    background-color: #212121;
}
.order-history-content table tbody tr td
{
  border: none;
  padding: 16px;
  font-size: 14px;
  vertical-align: middle;
  color: #ffffff;
  width: 19%;
}
span.price-text
{
  display: block;
  width: 100%;
}
.section-collection .panel-collection .collection-table .table .panel-product-price
{
  min-width: 230px;
}
.section-collection .panel-collection .collection-table .table .panel-product-img-desc
{
  min-width: 280px;
}
.section-collection .panel-collection .collection-table .table .panel-product-size
{
  min-width: 150px;
}
.section-collection .panel-collection .collection-table .table .panel-product-size.panel-product-colour-varient:not(.panel-product-wheel-size-varient)
{
 min-width: 250px; 
}
.section-collection .panel-collection .collection-table .table .panel-product-size.panel-product-colour-varient:not(.panel-product-wheel-size-varient) .radio-sizes-wrapper
{
  flex-direction: column;
}
.custom-pagination
{
  text-align: center;
}
.custom-pagination ul.pagination
{
  display: inline-block;
  vertical-align: top;
  background-color: #cac529;
  border-radius: 0px;
  width: auto;
  margin-top: 30px;
}
.custom-pagination ul.pagination li
{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.custom-pagination ul.pagination li .btn
{
  width: 65px;
}
.custom-pagination ul.pagination li .btn .icon__fallback-text
{
  display: none;
}
.section-panel .panel-menu .panel-nav ul>li>a#customer_logout_link
{
  text-transform: uppercase;
  color: red;
}
div#shopify-section-cart-template .product-details
{
  display: block !important;
  margin: 0px; 
}
.cart-popup .cart-popup-inner .cart-item-table table td.cart-item-qty
{
  text-align: left;
}
body.template-customers-order .grid ,
.cms-page .grid
{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}
body.template-customers-order .grid__item,
.cms-page .grid__item
{
    float: left;
    padding-left: 30px;
    width: 100%;
}
body.template-customers-order a
{
  color: #000000;
}
.sale-price del
{
  text-decoration: none;
}
@media only screen and (max-width: 749px)
{
  body.template-customers-order .grid,
  .cms-page .grid
  {
      margin-left: -22px;
  }
  body.template-customers-order .grid__item,
  .cms-page .grid__item
  {
      padding-left: 22px;
  }
}
.shipping-products-wrapper
{
  display: none !important;
}
@media only screen and (max-width: 767px)
{
  div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table tbody tr td.cart-item-name
  {
    flex-wrap: wrap;
  }  
  div#shopify-section-cart-template .cart-popup .cart-popup-inner .cart-item-table table tr td span
  {
    float: none;
  }
}
.slider-main-1 .slider-item iframe
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-importer-road-technologies .company-info-title
{
  background-color: #000000;
  padding: 18px 25px;
}
.page-importer-road-technologies .company-info-title h4
{
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
}
.importer-road-technologies-wrapper
{
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}
.page-wrapper-container
{
  max-width: 1230px;
  width: 100%;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.technologies-image
{
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.technologies-image img
{
  max-width: 100%;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.technologies-details
{
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.technologies-details-title
{
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.technologies-details-title p
{
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  padding: 0px;
  margin: 0px;
}
.technologies-details-description
{
  display: block;
  width: 100%;
  max-width: 100%;
}
.technologies-details-description *
{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 767px)
{
  .importer-road-technologies-wrapper
  {
    padding: 15px 0px;
  }
  .importer-road-technologies-wrapper .row.right-wrapper .technologies-image-wrapper
  {
    order: 1;
  }
  .importer-road-technologies-wrapper .row.right-wrapper .technologies-details-wrapper
  {
    order: 2;
  }
}
.sub-title-wrapper
{
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #000000;
  padding: 20px 25px;
}
.sub-title-wrapper p
{
  border: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}
.section-claim .claim-form-wrapper.importer-feedback-forum-wrapper
{
  background-color: #4d4c48;
}
.section-claim .mybikes-form-wrapper.importer-feedback-forum-wrapper
{
  background-color: #fff;
}
.section-claim .claim-form-wrapper.importer-feedback-forum-wrapper .form-wrapper .form-label
{
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.section-claim .claim-form-wrapper.importer-feedback-forum-wrapper .form-wrapper .form-note
{
  margin-bottom: 0px;
  display: block;
  width: 100%;
  font-size: 10px;
}
.section-claim .claim-form-wrapper.importer-feedback-forum-wrapper .form-wrapper .form-control
{
  background-color: #ffffff;
  padding: 15px 15px;
  border-radius: 0px;
  height: auto;
  color: #000000;
}
.section-panel .panel-content .panel-breadcrumb .nav-breadcrumb .breadcrumb h1
{
  font-size: 16px;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}
.section-collection .panel-collection .collection-table .table .panel-product-img-desc a,
.section-collection .panel-collection .collection-table .table .panel-product-img-desc a:hover,
.section-collection .panel-collection .collection-table .table .panel-product-img-desc a:focus
{
  outline: none;
  text-decoration: none;
  color: #ffffff;
}

/*17 12 2021 css code start*/
.warranty-wrapper {
  background-color: rgba(71,70,66,.8);
  color: #fff;
  padding: 15px 20px;
}
.page-make-claim .table-responsive {
    overflow-x: hidden;
}

.documents_sec_file {
    padding: 0 8px !important;
    margin-bottom:15px !important;
}
.documents_sec_file a {
    position: relative;
    display: block;
}
.documents_sec_file img {
    display: block;
    margin: 0 auto;
}
.documents_sec_file_icon a {
    position: relative;
    display: block;
    max-width: 170px;
}
.documents_sec_file_icon span {
    display: block;
    color: #fff;
    text-align: center;
}
.documents_sec_file_icon img {
    max-width: 80px;
    margin: 0 auto 15px;
    position: relative;
    display: block;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.bh-gallery-text h4 {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: .5px;
    font-weight: 400;
}
.bh-gallery-text {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
}
.bh-gallery-img{
    display: block;
    position: relative;
    text-align: center;    
}
.bh-gallery-img img {
    border-radius: 10px;
}
.btn-behind-scene {
    background: #716d6b;
    border-radius: 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 270px;
    max-width: 100%;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 20px 30px;
  	margin-bottom: 25px;
}
/*17 12 2021 css code end*/

img{
  max-width: 100%;
  height: auto;
}

.fancybox__container {
    width: 63%;
    height: 82%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fancybox__slide {
    padding: 50px 55px 0px;
}
.fancybox__slide::after, .fancybox__slide::before { 
    margin: 0px;
}
.fancybox__caption {
    color: #333;
    font-weight: 600;
    align-self: flex-start;
}
.fancybox__nav .carousel__button.is-prev {
    left: 7px;
}
.fancybox__nav .carousel__button.is-next {
    right: 7px;
}

.carousel__button {
    color: #333;
}
.fancybox__content>.carousel__button.is-close {
    color: #333;
}
.fancybox__backdrop {
    background: #fff;
}
.fancybox__toolbar {
    background: none;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-width: 2px;
}
.fancybox__thumb {
    border-radius: 0px;
}
.fancybox__nav .carousel__button.is-prev:focus-visible, .fancybox__nav .carousel__button.is-next:focus-visible {
    outline: none;
}
.fancybox__thumbs {
    justify-content: flex-start;
    /*width: auto;*/
    padding-left: 55px;
    display: flex;
    width: fit-content;
  	padding-bottom: 10px;
}
.fancybox__caption {
    padding-top: 10px;
}
.fancybox__container .carousel__button.is-close {
    right: -40px;
}
 .fancybox__container .carousel__button.is-close svg {
    width: 60px;
    height: 60px; 
}
.carousel__button.fancybox__button--close svg {
    width: 30px;
    height: 40px;
    right: -20px;
}
.fancybox__counter, .carousel__button.fancybox__button--zoom, .carousel__button.fancybox__button--slideshow, .carousel__button.fancybox__button--fullscreen, .carousel__button.fancybox__button--thumbs {
    display: none;
}
 

/*
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    width: 100% !important;
    height: auto !important;
}
.has-image[data-image-fit=contain] .fancybox__image { 
    width: 100% !important;
    height: auto !important;
}
*/

@media only screen and (max-width: 1075px) {   
.btn-behind-scene {
    padding: 16px 10px;
}  
.fancybox__container {
    width: 80%;
    height: 60%;
}
  .fancybox__thumbs { 
    padding: 0 55px 10px; 
    overflow: hidden;
    width: auto;
}
  /*
.has-image[data-image-fit=cover] .fancybox__content { 
    height: auto !important;
}
.has-image[data-image-fit=cover] .fancybox__image {    
    height: auto !important;    
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    height: auto !important;
}*/
}
@media only screen and (max-width: 800px) {   
.fancybox__container {
    width: 86%;
    height: 55%;
}
}
@media only screen and (max-width: 575px) {   
.fancybox__container {    
    height: 40%;
}
}
.fancybox__container {    
    --carousel-button-svg-width: 60px;
    --carousel-button-svg-height: 60px;
    --carousel-button-svg-stroke-width: 1px;
    --carousel-button-svg-filter: none;
}

body:not(.is-using-mouse) .fancybox__container:focus {
    box-shadow: unset;
}
 
/* 10-3-20222 */
  
  .mybike-button{
    float:right;
    margin-top: -22px;
  }
  
  
.slick-prev:before, div#gallery-modal-1 .modal-body .slick-next:before {
    color: black !important;
}  
.r34 img {
   object-fit: contain !important;
}
  
  
  
/* 25-05-22 MEDIA ASSETS -> News start   */

.r34.main-img-media.\32 .logo-branding-image {
    background-color: #000;
}
.r34.main-img-media.\34 .logo-branding-image {
    background-color: #000;
}
.r34.main-img-media.\36 .logo-branding-image {
    background-color: #000;
}
.slider-nav-1.logo-branding-image-nav.slick-initialized.slick-slider {
    width: 100%;
    background-color: #555;
} 
.slider-nav-1.logo-branding-image-nav.slick-initialized.slick-slider .slick-prev:before, .slick-next:before {
    color: white !important;
}  
.slider-nav-1.logo-branding-image-nav.slick-initialized.slick-slider .slider-item.slick-slide.slick-active {
    padding-bottom: 15px !important;
}
  
/* 25-05-22 MEDIA ASSETS -> News end */

/* 27-07-22 start add to cart qty */

.product-size input {
    text-align: center;
}
.product-size label {
    text-align: center;
}
.size {
    margin: 0px;
    flex: 0 1 20%;
    padding: 0 6px;
}
@media only screen and (min-width: 1200px) {
  .section-collection .panel-collection .collection-table .table .panel-product-size {
    width: 32%;
  }
}

/* 27-07-22 end add to cart qty */
