.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.product-bundle .product-shop .group-header {
  margin-bottom: 0; }
.product-bundle .header-wrap {
  text-align: left;
  margin-bottom: 0;
  padding-left: 100px; }
  .product-bundle .header-wrap .group-sub-price {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }

.main-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 5px;
  letter-spacing: 0.171429rem;
  line-height: 26px; }

.product-detail-config-matrix .product-add-form, .product-detail-bundle-matrix .product-add-form {
  border: 0;
  padding: 0;
  margin: 0; }

.product-img-box button.mz-button {
  background-color: #fff !important; }

.product-main-img {
  position: relative;
  text-align: right;
  margin-left: 110px; }

.zoom-gallery {
  text-align: center; }
  .zoom-gallery .selectors {
    text-align: center;
    float: left;
    margin-right: 10px;
    width: 100px;
    position: sticky;
    position: -webkit-sticky;
    top: 0; }
  .zoom-gallery .zoom_thumb {
    display: inline-block; }
    .zoom-gallery .zoom_thumb:not(:last-child) {
      margin-bottom: 10px; }
  .zoom-gallery .images-gallery {
    display: block;
    max-height: 640px;
    overflow: hidden; }
    .zoom-gallery .images-gallery:not(:last-child) {
      margin-bottom: 10px; }

/*.product-img-box {
    position: relative;
    display: inline-block;
    margin: 0 auto 15px;
    iframe {
        min-height: 500px;
    }
    .imgzoom-box{
        text-align: center;
    }
    .zoom-gallery {
        @include flex
    }
    .images-gallery {
        display: block;
        width: 37vw;
        max-width: 640px;
        height: 37vw;
        max-height: 640px;
        margin-bottom: 30px;
    }
}*/
.brand-wrap {
  margin-bottom: 8px; }
  .brand-wrap img {
    margin-bottom: 8px;
    max-width: 120px; }
  .brand-wrap .brand-name {
    font-size: 1rem;
    text-transform: uppercase; }

.product-shop {
  text-align: center; }
  .product-shop .sku-name {
    color: #666;
    text-decoration: none;
    margin-bottom: 8px; }
  .product-shop .review-wrap {
    height: auto;
    margin-bottom: 8px; }
  .product-shop .total-review {
    color: #023f88;
    font-size: 0.875rem; }
  .product-shop .total-price {
    font-weight: 500;
    font-size: 2.5rem; }
  .product-shop .normal-price {
    color: #666;
    font-size: 1rem; }
  .product-shop .prod-desc {
    border-bottom: 1px solid #CECECE;
    margin: 17px 0;
    padding-bottom: 17px;
    color: #000; }
  .product-shop .price-wrap {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    line-height: initial;
    margin-bottom: 1rem; }
  .product-shop .custom-info {
    height: auto;
    margin-bottom: 8px; }
  .product-shop .stock-availability {
    color: inherit; }
    .product-shop .stock-availability .product-label {
      margin: 0;
      padding: 0;
      display: inline-block !important;
      font-size: 1rem; }
  .product-shop .qty-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .product-shop .qty-box .spinergroup {
      max-width: 428px;
      width: 100%;
      border-radius: 5px; }
  .product-shop .option-add-cart {
    margin-bottom: 40px; }
  .product-shop .addtocart-btn {
    margin-top: 20px;
    padding: 0;
    height: auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .product-shop .addtocart-btn .btn, .product-shop .addtocart-btn .btn-primary {
      min-width: 250px;
      max-width: 300px;
      border-radius: 0px;
      width: 300px;
      text-transform: uppercase;
      opacity: 0.8; }
    .product-shop .addtocart-btn.disabled .btn, .product-shop .addtocart-btn.disabled .btn-primary {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d;
      opacity: 0.3; }
  .product-shop .btn-compare, .product-shop .btn-wishlist {
    margin-top: 20px; }
    .product-shop .btn-compare .btn-link, .product-shop .btn-wishlist .btn-link {
      min-width: 250px;
      max-width: 300px;
      border-radius: 0px;
      text-transform: uppercase;
      opacity: 0.8;
      width: 100%; }
    .product-shop .btn-compare i, .product-shop .btn-wishlist i {
      /*font-size: $details-icons-font-size;*/
      color: #343a40;
      margin-left: 5px;
      display: none; }
  .product-shop .size-guide {
    margin-bottom: 20px; }
    .product-shop .size-guide a {
      text-decoration: underline;
      color: #023f88; }
      .product-shop .size-guide a:hover {
        text-decoration: none;
        opacity: 0.6; }
  .product-shop .short_desc {
    word-break: break-word;
    color: #000;
    margin-bottom: 1rem; }
  .product-shop .group-sub-price {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase; }
  .product-shop .specification {
    margin: 6px auto 5px;
    color: #999999; }
  .product-shop .group-header {
    margin-bottom: 8px; }
  .product-shop .group-description {
    margin-top: 20px;
    color: #5a5a5a;
    font-size: 0.75rem; }
  .product-shop .group-before-description {
    position: relative;
    margin-bottom: 37px;
    border-bottom: 1px solid #f2f2f2; }
  .product-shop .nav-link {
    position: relative;
    text-transform: uppercase;
    color: #cccccc;
    cursor: pointer;
    padding: 20px;
    border: none !important; }
    .product-shop .nav-link::after {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: black;
      transform: scaleY(0);
      transform-origin: center bottom;
      opacity: 0;
      transition: all 0.3s ease-in-out 0s;
      content: ""; }
    .product-shop .nav-link.active::after {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: black;
      transform: scaleY(-1);
      transform-origin: center bottom;
      opacity: 1;
      transition: all 0.3s ease-in-out 0s;
      content: ""; }
  .product-shop .tab-pane p {
    margin: 0px;
    padding-bottom: 20px;
    letter-spacing: 0.025rem;
    font-weight: normal;
    text-transform: none;
    line-height: 18px;
    color: #5a5a5a; }

.at-resp-share-element .at-share-btn {
  margin-right: 16px !important; }

.product-label {
  font-weight: 500;
  font-size: 1.5rem;
  color: #343a40;
  display: none !important;
  text-transform: capitalize;
  padding-bottom: 0.5rem; }

.product-img-box .mcs-items-container {
  /*text-align: center;*/ }
.product-img-box .MagicScroll .mcs-item img {
  padding: 3px; }

.outer-price {
  position: relative;
  clear: both;
  margin-bottom: 20px; }

.list-wrapper {
  clear: both;
  font-size: 0.75rem;
  color: #000;
  display: block;
  z-index: 99;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  margin: -20px -20px 15px -20px;
  text-align: left;
  display: none;
  background: #E6E6E6;
  border-radius: 5px; }
  .list-wrapper .items {
    display: inline-block;
    line-height: 20px;
    border-radius: 0; }
    .list-wrapper .items.cfull {
      white-space: nowrap;
      max-width: 85px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .list-wrapper .items.cname {
      max-width: 100px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 5px; }
    .list-wrapper .items.price {
      float: right;
      max-width: 50px;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .list-wrapper .form-row {
    margin-left: 0;
    margin-right: 0; }
  .list-wrapper .form-group {
    padding-bottom: 5px;
    padding: 2px 15px; }
  .list-wrapper .clist:last-child .form-group {
    border-bottom: none;
    margin-bottom: 0; }
  .list-wrapper .items-wrap {
    border-bottom: 1px solid #CECECE; }
  .list-wrapper .time-update {
    padding-top: 15px; }

.product-wrap {
  border-top: 1px solid #CECECE;
  padding-top: 20px;
  margin-top: 20px;
  position: relative; }
  .product-wrap .outer-price {
    text-align: right; }
    .product-wrap .outer-price .normal-price {
      font-size: 1.5rem;
      color: #666;
      display: inline-block; }
  .product-wrap .link-product-name {
    /*font-size: $font-normal;*/
    /*color: $link-default-text-color;*/ }
    .product-wrap .link-product-name:hover, .product-wrap .link-product-name:active, .product-wrap .link-product-name.active {
      color: black !important; }
  .product-wrap .price-wrap {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.thumb-wrap {
  width: 100px;
  float: left;
  padding-bottom: 15px;
  padding-right: 15px; }

.subproduct-name .link-product-name {
  margin-bottom: 0;
  font-size: 1rem; }

.product-list {
  position: relative;
  margin: 12px 0; }
  .product-list .name-wrap .btn-compare {
    text-align: left;
    margin-bottom: 0; }
  .product-list .name-wrap .link-product-name {
    font-size: 1rem;
    color: #343a40; }
  .product-list .option-add-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .product-list .option-add-cart .btn-link {
      min-width: auto;
      max-width: auto; }

.product-add-form {
  margin-top: 15px; }

.size-wrap {
  margin-bottom: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }
  .size-wrap .font_bold {
    padding-right: 10px; }
  .size-wrap select {
    min-width: 300px;
    color: #343a40;
    height: 50px;
    border-radius: 5px; }
  .size-wrap .size-choose li {
    position: relative;
    display: inline-block;
    width: auto !important;
    margin: 2px; }
    .size-wrap .size-choose li input[type="radio"] {
      position: absolute;
      width: 100%;
      height: 36px;
      left: 0;
      top: -1px;
      opacity: 0;
      cursor: pointer;
      margin-top: 0; }
    .size-wrap .size-choose li .size {
      min-width: 40px;
      height: 40px;
      line-height: 28px;
      border: 2px solid #f2f2f2;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
    .size-wrap .size-choose li input[type="radio"]:checked + .color-wrapper .product-img, .size-wrap .size-choose li .select-color-checked {
      outline: 2px solid #000;
      border-color: #000; }
  .size-wrap .color-choose {
    margin: 0;
    padding: 0; }
    .size-wrap .color-choose li {
      position: relative;
      display: inline-block;
      width: auto !important;
      margin: 0 16px 0px 0;
      vertical-align: middle; }
      .size-wrap .color-choose li input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -1px;
        opacity: 0;
        cursor: pointer;
        margin-top: 0; }
      .size-wrap .color-choose li .size {
        min-width: 40px;
        height: 40px;
        border: none;
        text-align: center;
        cursor: pointer;
        border-radius: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 5px; }
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrapper .product-img,
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrappers .product-imgs .color_capcta,
      .size-wrap .color-choose li .select-color-checked {
        border-color: #000;
        border-style: solid;
        border-width: 2px; }
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrappers .product-imgs.size {
        border-color: #000;
        border-style: solid;
        border-width: 2px; }
      .size-wrap .color-choose li input[type="radio"]:checked + .color-wrappers .product-img img {
        border-color: #000;
        border-style: solid;
        border-width: 2px; }
    .size-wrap .color-choose .color-wrapper {
      display: inline-block;
      height: 100%; }
      .size-wrap .color-choose .color-wrapper .product-img {
        border: 2px solid transparent;
        display: inline-block;
        padding: 3px;
        border-radius: 5px; }
        .size-wrap .color-choose .color-wrapper .product-img > div {
          padding-left: 5px;
          padding-right: 5px;
          text-align: center;
          width: 100%;
          height: 100%;
          min-height: 40px;
          min-width: 40px; }
        .size-wrap .color-choose .color-wrapper .product-img.color-text > div, .size-wrap .color-choose .color-wrapper .product-img.color-text .taxt-value {
          /*padding-left: 3px;padding-right: 3px;*/
          white-space: nowrap;
          display: inline-block;
          height: 40px;
          width: 100%;
          line-height: 40px;
          color: #343a40; }
    .size-wrap .color-choose .color-wrappers {
      display: inline-block;
      height: 100%; }
      .size-wrap .color-choose .color-wrappers .product-imgs {
        display: inline-block; }
        .size-wrap .color-choose .color-wrappers .product-imgs .color_capcta {
          height: 40px;
          width: 40px;
          border-radius: 40px; }
      .size-wrap .color-choose .color-wrappers .product-img {
        display: inline-block; }
        .size-wrap .color-choose .color-wrappers .product-img img {
          height: 40px;
          width: 40px;
          border-radius: 40px; }
  .size-wrap .prd-out-of-stock {
    position: relative;
    /*&:before {
        content: " ";
        display: block;
        border-top: 1px solid rgba(211, 211, 211, 1);
        height: 12px;
        position: absolute;
        bottom: 0;
        left: -2px;
        transform: rotate(-45deg);
        width: 44px;
        top: 15px;
    }*/ }
    .size-wrap .prd-out-of-stock:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f05e";
      width: 40px;
      height: 40px;
      line-height: 47px;
      font-size: 40px;
      position: absolute;
      color: #000;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0.5; }
    .size-wrap .prd-out-of-stock .product-img {
      opacity: 0.5; }
  .size-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.attribute_style_circle .color_capcta {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%; }

.table-scroll {
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-y: hidden;
  white-space: nowrap; }

.rating-list .review-name {
  font-size: 0.875rem;
  color: #D8D8D8;
  font-weight: 500; }
.rating-list .attr_list {
  font-size: 0.875rem;
  color: #666; }
.rating-list .attr-title {
  font-weight: 500; }
.rating-list .date-time {
  font-size: 0.875rem;
  color: #17a2b8; }

.product-spec {
  word-break: break-word;
  font-size: 1rem;
  color: #000; }

.descattribute-img {
  max-width: 150px; }

.descattribute-color > span {
  display: inline-block;
  width: 25px;
  height: 25px; }

.rating-summary .not-rating {
  padding-bottom: 0 !important; }
  .rating-summary .not-rating .search-desc {
    margin-bottom: 0; }
.rating-summary .rating-customer {
  border-top: 1px solid #CECECE;
  padding-top: 10px;
  padding-bottom: 10px; }
  .rating-summary .rating-customer:last-child {
    border-bottom: none; }
  .rating-summary .rating-customer:first-child {
    padding-top: 0;
    border-top: none; }
.rating-summary .rating-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.rating-summary .product-name {
  color: #023f88; }
.rating-summary .attribute-wrap {
  margin-bottom: 8px; }
.rating-summary .review-star {
  margin-bottom: 4px; }
.rating-summary label {
  display: block; }
.rating-summary .review-awatar {
  width: 37px;
  height: 37px;
  min-width: 37px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 10px 0 0; }
.rating-summary .date-time {
  color: #D8D8D8; }

.no-review {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-top: 1px solid #CECECE; }

.product-desc {
  text-align: left;
  word-break: break-word;
  /*padding-top: 15px;*/ }
  .product-desc .desc-title {
    font-size: 1.5rem;
    color: #666;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #023f88;
    margin: 30px 0 15px 0; }
  .product-desc .attributename {
    font-weight: bold;
    margin-right: 10px; }
  .product-desc label {
    color: inherit; }

.product-spec-wrap {
  padding-bottom: 1rem; }
  .product-spec-wrap .att-title {
    display: inline-block;
    min-width: 200px;
    font-weight: bold;
    font-size: 1rem; }
  .product-spec-wrap .att-value {
    font-size: 1rem; }

.related-product {
  margin-top: 30px; }
  .related-product .sub-title {
    color: #000;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px; }
  .related-product li {
    list-style: none;
    padding: 7.5px;
    position: relative; }

.full-description {
  margin-top: 100px;
  color: #343a40; }
  .full-description .sub-title {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }

/*  Calender lunch */
.count-down-alt {
  margin-bottom: 15px;
  line-height: 1.45; }

.title-coming {
  color: #023f88;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px; }

.title-form {
  position: relative;
  margin-bottom: 10px; }
  .title-form:before {
    position: absolute;
    left: 0;
    top: 49.5%;
    content: "";
    background: #CECECE;
    width: 100%;
    height: 1px;
    z-index: -1; }
  .title-form h2 {
    display: inline-block;
    background: #fff;
    padding: 0 10px; }

.count-down-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px 0; }
  .count-down-wrap .count-down-item {
    padding: 10px;
    text-align: center;
    min-height: 90px;
    min-width: 90px;
    font-size: 1rem;
    border-radius: 50%;
    border: 5px solid #a8a8a8; }
    .count-down-wrap .count-down-item span {
      padding-top: 5px;
      display: block; }
    .count-down-wrap .count-down-item .count-num {
      display: block;
      font-size: 2rem;
      font-weight: 600;
      padding-top: 0; }

.tier-price-range {
  margin-top: 20px;
  background-color: #E6E6E6; }

.tier_head {
  padding: 13px;
  cursor: pointer;
  font-weight: bold; }
  .tier_head.heading-expanded .fa-chevron-down:before {
    content: "\f077"; }

.tier-price-wrap {
  padding-left: 13px;
  padding-right: 13px; }

.tier-price-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .tier-price-list .save-price {
    color: #ff0000; }
  .tier-price-list:last-child {
    padding-bottom: 13px; }

.show_desk {
  display: block; }

.show_mob {
  display: none; }

.select_labal select {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
  cursor: default;
  color: #ff0000; }

.header-wrap {
  margin-bottom: 30px; }

.link-description {
  text-decoration: underline;
  display: block;
  padding-bottom: 30px; }

.group-acc-description .card-body {
  font-size: 0.875rem;
  padding: 10px; }

.btn-script {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  padding-left: 0px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: transparent;
  padding-top: 24px;
  padding-bottom: 24px; }
  .btn-script.collapsed i.filp {
    float: right;
    position: relative;
    top: 5px;
    transform: rotate(0deg); }
  .btn-script i.filp {
    position: relative;
    top: 5px;
    transform: rotate(180deg); }

.group-images-gallery {
  grid-gap: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/**/
.full-description {
  margin-top: 100px;
  color: #343a40; }
  .full-description .sub-title {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }

.product-spec .table th, .product-spec .table td {
  text-align: left;
  padding: 4px 24px;
  line-height: 21px;
  font-size: 14px;
  border: none; }
  .product-spec .table th.topic, .product-spec .table td.topic {
    width: 180px; }
.product-spec .topic {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px; }

.buy-option-wrap {
  margin-top: 20px; }
  .buy-option-wrap .buy-option-label {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .75rem;
    display: block; }
  .buy-option-wrap ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 0; }
    .buy-option-wrap ul li {
      margin: 0 5px 10px 5px; }
    .buy-option-wrap ul .file_image {
      max-height: 40px; }
      .buy-option-wrap ul .file_image img, .buy-option-wrap ul .file_image svg {
        width: 40px;
        height: 40px;
        border-radius: 50%; }

@media all and (min-width: 992px) {
  .product-shop {
    position: sticky;
    top: -30px;
    transform: translate3d(0px, 0px, 0px); } }
@media all and (max-width: 767px) {
  .group-images-gallery {
    padding: 0; }

  .full-description {
    margin-top: 50px; }

  .show_desk {
    display: none; }

  .show_mob {
    display: block; }

  .product-img-box {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }

  .product-shop {
    padding-top: 5px; }
    .product-shop .product-name {
      font-size: 2rem; }
    .product-shop.box-border {
      border: none;
      padding: 0; }
    .product-shop .review-star.fright {
      text-align: left;
      float: none; }
    .product-shop .prod-desc {
      margin: 10px 0;
      padding-bottom: 30px; }
      .product-shop .prod-desc h2 {
        margin-top: 30px; }
    .product-shop .outer-price {
      margin-bottom: 12px; }
    .product-shop .price-wrap {
      margin-bottom: 0px; }
      .product-shop .price-wrap .normal-price {
        color: #343a40; }
    .product-shop .group-before-description {
      white-space: nowrap;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: auto;
      margin-bottom: 15px; }

  .product-list {
    display: block; }
    .product-list .thumb-wrap {
      display: none; }
    .product-list .name-wrap {
      width: 100%;
      display: block; }

  .show_mob .thumb-wrap {
    display: block;
    max-width: 80px; }
  .show_mob .outer-price {
    text-align: left; }
  .show_mob .price-wrap {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
  .show_mob .group-sub-price {
    text-align: left; }

  .product-desc h2 {
    margin-top: 30px;
    font-size: 1.125rem; }

  .box-border {
    padding: 12px; }

  .related-product {
    margin-top: 10px; }
    .related-product li {
      padding: 5px; }

  .currency-wrap {
    text-align: left;
    float: none; }

  .list-wrapper {
    width: 100%;
    margin: -20px 0 20px 0; }
    .list-wrapper .items.cname {
      max-width: 130px; }
    .list-wrapper .items.price {
      max-width: 80px; }
    .list-wrapper .form-group {
      width: 100%; }

  .product-spec-wrap .product-spec {
    display: block; }
  .product-spec-wrap .att-name {
    margin-bottom: 8px;
    min-width: 120px; }

  .size-wrap .select {
    min-width: 130px; }
  .size-wrap .font_bold, .size-wrap label {
    padding-right: 0; }

  .group-images-gallery > .images-gallery {
    flex: 0 0 100%;
    max-width: 100%; }
    .group-images-gallery > .images-gallery:not(:first-child) {
      display: none; } }
@media all and (max-width: 767px) {
  .product-main-img {
    margin-left: 0; }

  .zoom-gallery .selectors {
    display: none !important; }

  a[data-zoom-id] img {
    display: none !important; }

  a[data-zoom-id] {
    width: 6px !important;
    height: 6px !important;
    border-radius: 100% !important;
    background: none repeat scroll 0 0 #023f88 !important;
    /*margin: 3px !important;*/
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-indent: -9999px !important;
    vertical-align: middle !important;
    font-size: 0px !important;
    line-height: 0px !important; }

  a[data-zoom-id]:after, .mcs-wrapper .mgt-video-icon:before {
    display: none !important; }

  .product-img-box button.mz-button {
    display: none; }

  a[data-zoom-id].mz-thumb-selected:before,
  a[data-zoom-id]:hover:before {
    width: 6px !important;
    height: 6px !important;
    border-radius: 100% !important;
    content: '' !important;
    position: relative !important;
    display: block !important;
    text-indent: -9999px !important;
    background: #AFAFAF !important; }

  .product-img-box .MagicScroll .mcs-wrapper {
    height: 25px; } }
