#product-wrapper-style2 .pro-brand a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  line-height: 32px; }

#product-wrapper-style2 .pro-content-head h1 {
  color: #333;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px; }

#product-wrapper-style2 .product-content .pro-price {
  margin-bottom: 15px; }

#product-wrapper-style2 .product-content .current-price {
  font-size: 26px;
  font-feature-settings: lnum; }

#product-wrapper-style2 .product-actions button {
  padding: 15px 20px;
  height: 56px;
  border: 1px solid #000;
  border-radius: 2px;
  letter-spacing: 1px;
  background: #222222;
  color: #fff;
  margin: 4px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.1s ease; }
  #product-wrapper-style2 .product-actions button:hover {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5); }

#product-wrapper-style2 {
  min-height: 100vh; }

.product-style2__top {
  background: #f2f2f2; }
  .product-style2__top .wrap-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .product-style2__top-left {
    width: 100%;
    text-align: center;
    background: #f2f2f2; }
    @media (min-width: 992px) {
      .product-style2__top-left {
        width: 60%; } }
  .product-style2__top-right {
    width: 100%; }
    @media (min-width: 992px) {
      .product-style2__top-right {
        width: 40%; } }
    @media (max-width: 768px) {
      .product-style2__top-right .product-content {
        text-align: center;
        padding: 40px 10px 40px; } }
    @media (min-width: 769px) {
      .product-style2__top-right .product-content {
        padding-left: 15px; } }

.product-style2__center {
  position: relative; }
  .product-style2__center-left {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20; }
    @media (min-width: 992px) {
      .product-style2__center-left {
        width: 45%; } }
  @media (min-width: 992px) {
    .product-style2__center-inner {
      min-height: 90vh; } }
  .product-style2__center-right {
    margin-top: 20px;
    z-index: 1; }
    @media (min-width: 992px) {
      .product-style2__center-right {
        display: inline-block;
        vertical-align: top;
        width: calc(55% - 5px);
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 80px; }
        .product-style2__center-right--wrap {
          height: 0;
          padding-bottom: 49.164%; } }
    .product-style2__center-right.fixed2 {
      position: -webkit-sticky;
      position: sticky;
      top: 80px; }
  .product-style2__center-photo {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 80px; }
    .product-style2__center-photo > a {
      display: block;
      padding-bottom: 100%;
      position: relative; }
    .product-style2__center-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0; }
  .product-style2__center-thumb {
    position: absolute;
    right: 0;
    width: 80px;
    padding-left: 10px;
    height: calc(100% - 20px);
    overflow: auto; }
    .product-style2__center-thumb .thumb {
      position: relative;
      display: block;
      max-width: 70px;
      max-height: 93px;
      overflow: hidden;
      width: auto;
      margin: 10px 0 0;
      line-height: 100%; }
      .product-style2__center-thumb .thumb:first-child {
        margin-top: 0; }
      .product-style2__center-thumb .thumb.active:before {
        border-color: #000; }
      .product-style2__center-thumb .thumb:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid transparent; }
      .product-style2__center-thumb .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  @media (max-width: 991px) {
    .product-style2__center-short {
      padding: 30px 0;
      text-align: center; } }

.product-style2__wrap {
  position: relative; }
  @media (min-width: 992px) {
    .product-style2__wrap {
      padding-top: 70px; } }

.product-style2__tabpro {
  margin: 40px 0 0;
  padding: 40px 0 !important;
  border-top: 1px solid #eee; }
  @media (max-width: 991px) {
    .product-style2__tabpro {
      border-top: none !important;
      margin-top: 20px; } }
  .product-style2__tabpro--title {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .product-style2__tabpro .nav-tab {
    text-align: center;
    margin: 0 0 30px; }
    .product-style2__tabpro .nav-tab--item {
      display: inline-block;
      margin: 0 16px;
      padding: 0 4px;
      color: #ababab;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px;
      cursor: pointer; }
      .product-style2__tabpro .nav-tab--item.active {
        color: #222;
        border-bottom: 2px solid #222; }

.product-style2__nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin-bottom: 20px; }
  .product-style2__nav .btn {
    min-width: 144px;
    background: #000;
    font-size: 11px;
    font-weight: 600;
    height: 40px;
    text-transform: uppercase; }
  .product-style2__nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%; }
    .product-style2__nav.fixed .wrap {
      width: 100%;
      max-width: 1440px;
      margin: auto;
      padding: 0px 30px; }
  .product-style2__nav .wrap {
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

.product-style2__btn a {
  display: inline-block;
  line-height: 59px;
  color: #ababab;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
  .product-style2__btn a.active {
    color: #000; }

.product-style2__item {
  padding: 10px 0;
  border-top: 1px solid #efefef; }
  @media (max-width: 991px) {
    .product-style2__item:last-child {
      border-bottom: 1px solid #efefef; } }
  .product-style2__item .heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 10px 0;
    color: #222;
    position: relative; }
    .product-style2__item .heading.clicked .icon-minus1 {
      display: block; }
    .product-style2__item .heading.clicked .icon-plus1 {
      display: none; }
    .product-style2__item .heading .icon-minus1 {
      display: none; }
    .product-style2__item .heading .icon-toggle {
      font-size: 36px;
      position: absolute;
      top: 15px;
      right: 0;
      line-height: 1px;
      font-weight: 400; }
  .product-style2__item .box-content {
    font-size: 17px;
    line-height: 1.3em;
    color: #444;
    visibility: hidden;
    opacity: 0;
    height: 0; }
    .product-style2__item .box-content.expanded {
      visibility: visible;
      opacity: 1;
      height: auto;
      transition-property: all;
      transition-duration: 2s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    .product-style2__item .box-content p:empty {
      display: none; }

.product-style2__banner {
  color: #222;
  text-align: center; }
  .product-style2__banner > a {
    display: block;
    height: 202px;
    position: relative;
    color: #222; }
  .product-style2__banner--text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    padding: 0 40px;
    z-index: 2;
    transform: translate(-50%, -50%); }
  .product-style2__banner--bg {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1; }
    .product-style2__banner--bg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover; }
  .product-style2__banner--pretitle {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 15px; }
  .product-style2__banner--title {
    font-size: 35px;
    margin: 0 0 6px;
    line-height: 1em; }
    @media (max-width: 991px) {
      .product-style2__banner--title {
        font-size: 30px; } }
  .product-style2__banner--link {
    display: inline-block;
    padding: 0 40px;
    font-size: 12px;
    background: #222;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    margin: 10px 0 0; }

@media (max-width: 768px) {
  .product-style2__policy {
    max-width: 214px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; } }

.product-style2__policy .item {
  position: relative;
  line-height: 23px;
  padding-left: 30px;
  font-size: 12px;
  cursor: pointer; }
  .product-style2__policy .item img {
    max-height: 16px;
    position: absolute;
    top: 50%;
    left: 35px;
    fill: #6f6f6f;
    margin: -1px auto 0;
    transform: translate(-30px, -50%); }

.tab-item-content {
  display: none; }
  @media (max-width: 991px) {
    .tab-item-content {
      overflow-x: auto; } }
  .tab-item-content.active {
    display: block; }
  @media (max-width: 991px) {
    .tab-item-content .tab-item-content-wrap {
      min-width: 640px;
      padding-right: 16px;
      padding-bottom: 16px; } }

.product-style2-item {
  margin-bottom: 10px; }
  .product-style2-item .product-title {
    margin: 12px 0 8px; }
    .product-style2-item .product-title a {
      font-size: 16px;
      color: #444;
      line-height: 1.2;
      margin: 0; }
  .product-style2-item .product-price .current-price {
    color: #444;
    line-height: 1.2;
    margin: 0; }

.variant-current {
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 15px;
  font-size: 13px; }

.variant_list .varriant-item {
  margin-right: 4px;
  display: inline-block; }
  .variant_list .varriant-item.current a {
    border: 2px solid #000; }
  .variant_list .varriant-item a {
    width: 44px;
    height: 54px;
    border: 1px solid #ddd;
    display: block; }
    .variant_list .varriant-item a:hover {
      border-color: #000; }

@media (max-width: 768px) {
  .thumbmb__box {
    overflow-x: auto; } }

.thumbmb__list {
  white-space: nowrap;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .thumbmb__list {
      display: flex;
      white-space: nowrap;
      width: 380px; } }
  .thumbmb__list .thumbmb-item {
    width: 50px;
    border: 1px solid #eee;
    margin-right: 10px; }
    .thumbmb__list .thumbmb-item.active {
      border-color: #000; }

#popup-policy .popup-content {
  background: #fff;
  max-width: 800px;
  width: 100%; }
  @media (min-width: 769px) {
    #popup-policy .popup-content {
      top: 40px; } }

#popup-policy .popup-wrapper {
  padding: 15px;
  overflow-y: auto; }
  @media (min-width: 992px) {
    #popup-policy .popup-wrapper {
      padding: 40px; } }

#popup-policy .close-popup {
  top: 30px;
  right: 26px;
  background: no-repeat;
  color: #000;
  font-size: 30px; }
