/** Shopify CDN: Minification failed

Line 724:23 Expected ")" to end URL token

**/
.list-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -5px;
  list-style:none
}
#old_theme_on .form__body *, #old_theme_on .form__actions * {
  font-size: 14px
}
#old_theme_on .form__actions * {
  color: #fff
}
.list-colors li {
    position: relative;
    margin: 0 5px 5px; }
.list-colors span {
    position: relative;
    cursor: pointer; }
.list-colors span:nth-child(1) {
      display: inline-block;
      width: 16px;
      height: 16px; }
.list-colors span[data-color-name='White'] {
      border: 1px solid #000; }
.list-colors span:nth-child(2) {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      display: none; }
.list-colors input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
.list-colors li:hover span,
  .list-colors .current span,
  .list-colors input:checked + label span {
    z-index: 5; }
.list-colors li:hover span:before,
  .list-colors .current span:before,
  .list-colors input:checked + label span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid #303133;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.list-colors li:hover small {
    visibility: visible;
    opacity: 1; }
.list-colors small {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    padding: 6px 8px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin-top: 14px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.71;
    color: #303133;
    letter-spacing: 0.9px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
.list-colors small:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 10px 7px;
      border-color: transparent transparent #f2f2f2 transparent;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
.list-colors small:after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 10px 7px;
      border-color: transparent transparent #fff transparent;
      margin-bottom: -2px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
.list-colors .color-black {
    background: #242424; }
.list-colors .color-brown {
    background: #673d30; }
.list-colors .color-blue {
    background: #002856; }
.list-colors .color-pink {
    background: #ac8377; }
.list-colors .color-grey {
    background: #b2b2b2; }
.list-colors .color-red {
    background: #992704; }
.list-colors .color-green {
    background: #566c3c; }
.list-colors--big {
    margin: 0 -4px; }
.list-colors--big li {
      margin: 3px 4px; }
.list-colors--big label {
      display: block;
      font-size: 0; }
.list-colors--big span:nth-child(1) {
      width: 34px;
      height: 34px;
      border: 1px solid #bdbdbd; }
.list-colors--big li:hover span:before,
    .list-colors--big .current span:before,
    .list-colors--big input:checked + label span:before {
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      width: auto;
      height: auto;
      border-color: #303133;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
@media (max-width: 767px) {
    .old_product_description, #judgeme_product_reviews{
      padding: 0 20px
    }
    .list-colors {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .list-colors--big label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .list-colors--big span:nth-child(2) {
        display: inline-block !important;
        margin-left: 8px;
        font-size: 12px; } }

.select_js_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -4px;
}

.select_js_size h4{
  margin: 10px 0;
}

.select_js_size input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.select_js_size label {
  color: #000;
  display: block;
  cursor: pointer;
  margin: 3px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #303133;
  line-height: 32px;
  font-size: 11px;
  color: #303133;
  transition: border .3s, background .3s, color .3s;
  font-size: 11px !important
}


.select_js_size .disable {
  opacity: .3;
}
.product-form p.form__message.js-form-message.hidden + div + .form__actions {
    display: none;
}
button.restock-rocket-button.restock-rocket-button-product {
    font-size: 14px !important;
    height: 40px;
}

.select_js_size input[type=radio]:checked + label {
  border: 1.5px solid #333;
}

.select_js_size label + input[type=radio] + label {
  /*border-left: solid 3px #675f6b;*/
}

.select_js_size .radio-group {
  display: inline-block;
  margin: 20px;
  overflow: hidden;
}

.size:after {
    content: '' !important;
    border-style: none;
}

#sizeHeader {
  width: 100%;
  margin: 0 4px 4px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: .9px;
  text-transform: capitalize;
}

.form__rowOutsole { display:none; }

.select_js_size{
  padding:0;
}

.select_js_size h4{
  margin: 10px 0;
}

.select_js_size input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

/*.select_js_size label {
  color: #000;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 1.5px;
  width: 23.8%;
  height: 26px !important;
  max-height:26px !important;
  text-align: center;
  border: 1px solid #9a929e;
}*/

/*.select_js_size .disable {
  color: #9a929e;
  border: 1px solid #9a929e;
}*/

.select_js_size input[type=radio] + label:not(.disable):hover,
.select_js_size input[type=radio]:checked + label {
  background-color: #303133;
  border-color: #303133;
  color: #fff;
}

.select_js_size label + input[type=radio] + label {
  /*border-left: solid 3px #675f6b;*/
}

.select_js_size .radio-group {
  display: inline-block;
  margin: 20px;
  overflow: hidden;
}

.size:after {
    content: '' !important;
    border-style: none;
}

@media (max-width: 767px){

  .select_js_size{
    margin-top:18px;
    margin-bottom:18px;
  }

}

.product-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.product-single .share-icons ul {
    margin-top: 0 !important; }
.product-single .share-icons ul .share__item {
      padding-left: 0 !important; }
.product-single .share-icons ul .share__item:before {
        content: ''; }
.product-single .share-icons a {
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.product-single .share-icons a:hover {
      opacity: 0.8; }
.product-single .product__image {
    max-width: 60%;
    width: 815px; }
@media (max-width: 1200px) {
      .product-single .product__image img {
        width: 100%; } }
.product-single .product__content {
    width: 605px;
    max-width: 40%;
    padding: 2px 50px 0 65px;
    /* Modifiers */ }
.product-single .product__content--bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; }
.product-single .product__title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.43;
    color: #202020;
    font-weight: 400; }
.product-single .product__subtitle {
    padding-right: 120px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.71;
    color: #202020;
    letter-spacing: 0.9px; }
.product-single .product__price {
    font-size: inherit; }
.product-single .product__price--old {
      color: #b2b2b2 !important;
      text-decoration: line-through;
      display: inline-block;
      margin-left: 7px; }
.product-single .product__price-alt {
    position: relative;
    font-size: inherit; }
.product-single .product__price-alt ins {
	text-decoration: none; }
.product-single .product__price-alt.sale-price ins {
      color: #96262C; }

.product-single .product__price-alt del {
      position: absolute;
      top: 100%;
      right: 0;
      font-size: 14px;
      line-height: 1.71; }
.product-single .product__content__inner {
    max-width: 328px;
    margin: 0 auto 65px; }
.product-single .product__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #f2f2f2; }
.product-single .product__box-entry {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 24px 38px 20px 29px;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    letter-spacing: 0.9px; }
.product-single .product__box-entry h1,
  .product-single .product__box-entry h2,
  .product-single .product__box-entry h3,
  .product-single .product__box-entry h4,
  .product-single .product__box-entry h5,
  .product-single .product__box-entry h6 {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    letter-spacing: 0.9px;
    font-weight: 500;
    text-transform: capitalize; }
.product-single .product__box-image {
    width: 142px; }
.product-single .product__box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.product-single .product__image-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
.product-single .form--single-product {
    margin-top: 18px; }
.product-single .accordion {
    margin-top: 11px; }
.product-single .accordion .accordion__head {
      margin-bottom: 0; }
.product-single .accordion .accordion__body ul {
      margin-top: 0; }
.product-single .thumbs {
    width: 95px;
    margin: -10px 20px -10px 30px;
    font-size: 0;
    line-height: 1; }
.product-single .thumbs .slick-slide {
      position: relative;
      border: none;
      opacity: 0.3;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
.product-single .thumbs .slick-current {
      opacity: 1; }
.product-single .thumbs .slick-current li:after {
        border-color: #828282; }
.product-single .thumbs .slick-slide {
      position: relative;
      cursor: pointer; }
.product-single .thumbs .slick-slide:hover {
        opacity: 1; }
.product-single .thumbs .slick-slide:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
.product-single .thumbs .slick-slide:not(.slick-current):nth-child(6):after {
        opacity: 1; }
.product-single .thumbs .video {
      position: relative;
      height: 107px;
      padding: 0; }
.product-single .thumbs .video:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 48px;
        height: 48px;
        border: 6px solid #fff;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
.product-single .thumbs .video:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11.5px 0 11.5px 23px;
        border-color: transparent transparent transparent #ffffff;
        margin-left: 4px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
.product-single .thumbs .video__image {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
.product-single .thumbs .video__inner {
      display: none; }
.product-single .thumbs li {
      position: relative;
      width: 95px;
      height: 127px;
      padding: 10px 0; }
.product-single .thumbs li:after {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        bottom: 10px;
        width: 100%;
        border: 1px solid transparent;
        -webkit-transition: border 0.3s;
        -o-transition: border 0.3s;
        transition: border 0.3s; }
.product-single .thumbs li > div {
      position: relative;
      height: 100%; }
.product-single .thumbs img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
@media (max-width: 1400px) {
    .product-single .product__content {
      padding-left: 20px; } }
@media (max-width: 1200px) {
    .product-single {
      padding: 0; } }
@media (max-width: 1366px) {
    .product-single .thumbs {
      margin-left: 0; } }
@media (max-width: 1023px) {
    .product-single {
      display: block; }
      .product-single .product__image, .product-single .product__content {
        width: 100%;
        max-width: none; }
      .product-single .product__content {
        padding: 0; }
      .product-single .product__content__inner {
        max-width: none; }
      .product-single .product__image .list-images,
      .product-single .thumbs {
        display: none; }
      .product-single #targe_mobile {
        display: block; } }
@media (max-width: 767px) {
    .product-single {
      display: block; }
      .product-single .list-images a {
        padding: 0; }
      .product-single .product__image {
        margin: 0 -10px;
        width: auto; }
      .product-single .product__content {
        padding: 20px 10px; }
      .product-single .product__title {
        font-size: 28px;
        line-height: 1.43; }
      .product-single .product__subtitle {
        font-size: 14px;
        margin-bottom: 27px; }
      .product-single .form--single-product {
        margin-top: 15px; }
      .product-single .accordion {
        margin-top: 20px; }
      .product-single .product__content .product__content__inner {
        position: static !important;
        margin-bottom: 28px; }
      .product-single .product__box {
        margin-bottom: 50px; }
      .product-single .product__box-entry {
        padding: 17px 20px 21px; } }
@media (min-width: 1300px) {
  #old_theme_on  .product-image-container{
    width:600px
  }
}
@media (min-width: 1400px) {
    #old_theme_on .product-image-container{
    width:650px;
  }
    .product-single .product__image,
    .product-single .product__content {
      display: block; } }
.form--single-product {
  /* Tablet Portrait */ }
.form--single-product .form__row {
    position: relative; }
.form--single-product .form__row + .form__row {
      margin-top: 17px; }
.form--single-product .form__row--select {
      padding: 0; }
.form--single-product .form__controls {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
.form--single-product .form__label {
    display: block;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 1.71; }
.form--single-product .form__label em {
      margin-left: 5px; }
.form--single-product .form__message {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.9px;
    color: #303133;
    opacity: 0.6;
    font-style: italic;
    text-align: center; }
.form--single-product .form__btn {
    padding: 13px 20px 12px  !important;
    -webkit-transition: border 0.3s, background 0.3s, color 0.3s  !important;
    -o-transition: border 0.3s, background 0.3s, color 0.3s  !important;
    transition: border 0.3s, background 0.3s, color 0.3s !important; }
.form--single-product .form__btn > span {
      display: block; }
.form--single-product .form__btn > span + span {
      display: none; }
.form--single-product .form__btn:disabled, .form--single-product .form__btn:disabled:hover {
      background-color: #9c1919;
      border-color: #9c1919;
      color: #fff; }
.form--single-product .form__btn:disabled > span {
      display: none; }
.form--single-product .form__btn:disabled > span + span {
      display: block; }
.form--single-product .form__btn ins {
      text-decoration: none; }
.form--single-product .form__btn del {
      color: #bdbdbd; }
.form--single-product .form__actions {
    position: relative; }
.form--single-product .form__actions-inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
.form--single-product .form__actions:hover input:disabled {
      background-color: #000;
      color: #fff;
      opacity: 0.5; }
.form--single-product .form__body--alt {
    padding-top: 19px;
    margin-bottom: 25px; }
.form--single-product .form__select:after {
    display: none; }
.form--single-product .form__select:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 5px;
    margin-top: -2px;
    background: url({{ 'select-arrow.png' | asset_url }}) 0 0/100% 100% no-repeat;
    pointer-events: none; }
.form--single-product .form__select select {
    height: 34px;
    border: 1px solid #303133;
    padding: 0 25px 0 10px;
    font-size: 11px;
    line-height: 1.45; }
@media (max-width: 1023px) {
    .form--single-product .form__btn {
      width: auto; } }
@media (max-width: 767px) {
    .form--single-product .form__btn {
      width: 100%; }
    .form--single-product .form__row--select {
      padding: 0; }
    .form--single-product .form__body {
      margin-bottom: 0; }
    .form--single-product .form__row--colors {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .form--single-product .form__body--alt {
      padding-top: 0; } }

#old_theme_on .old-section #add_to_cart:hover *{
  color: #000
}
#old_theme_on #add_to_cart:disabled{
    background-color: #9c1919;
    border-color: #9c1919;
    color: #fff;
    cursor: default;
}
#old_theme_on .form--single-product button[disabled]:hover *{
  color: #fff !important;
}
#old_theme_on .thb-product-detail .product-images__slide{
    width: 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    grid-column: auto;
}


  #old_theme_on #Product-Slider{
      grid-auto-flow: column;
      grid-auto-columns: minmax(100%, 1fr);
      overflow-y: hidden;
      overflow-x: scroll;
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  #old_theme_on .product-image-container{
    position:relative;
  }
  #old_theme_on .product-images-buttons{
    display:block !important
  }
  #old_theme_on .product-images-buttons svg{
    width: 25px;
    height: 25px;
  }
  #old_theme_on .product-images-buttons svg path{
    stroke-width: 0.4px;
  }
  #old_theme_on .product-images-buttons .slider-button {
    position: absolute;
    top: 25%;
    z-index: 9;
    height: 50% !important;
    width: 60px !important;
  }
  #old_theme_on .product-images-buttons .slider-button--next{
    right:0
  }
  #old_theme_on .product-images-buttons .slider-button--prev{
    left:0
  }
  #old_theme_on #list-images-slider{
    width:95px;
    margin-right:20px
  }
@media (min-width: 1068px) {
  #old_theme_on .MediaGallery{
    display: flex;
    justify-content: flex-start;
  }
    #old_theme_on #Product-Slider{
    max-width: 650px;
  }
}
@media (max-width: 1068px) {
  #old_theme_on #list-images-slider {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
  .MediaGallery {
    display: flex;
    flex-direction: column-reverse;
}
}
#old_theme_on .product-images-buttons .slider-counter{
    display:none
}
#list-images-slider .thumb_slider_item{
  margin-bottom: 20px;
  cursor: pointer;
  opacity:.3;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
/*#list-images-slider .thumb_slider_item.current, #list-images-slider .thumb_slider_item:hover{
  outline:1px solid #333;
  opacity:1
}*/
#list-images-slider .thumb_slider_item.current{
  outline:1px solid #333;
  opacity:1
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .product-single .row{
    padding:0 10px !important
  }
}
@media only screen and (min-width: 1068px) and (max-width: 1200px) {
  .product-grid-container{
    grid-gap: clamp(10px, 5%, 10px) !important;
    grid-template-columns: 1fr clamp(300px, 38%, 400px) !important;
  }
}