

.inner-section {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 300px;
  }
  .product-top {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 9px 0;
  }
  .product-options li button {
    background-color: transparent !important;
    vertical-align: top;
    z-index: 6;
    border: none;
    width: 24px;
    height: 24px;
    text-align: center;
    background: none;
    font-size: 20px;
  }
  
 .text-body-2 {
    color: #748ae0;
    font-size: 15px;
}
  .gallery-thumb-items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 0;
  }
  .gallery-thumb-items .product-thumb:nth-child(-n+4), .gallery-thumb-items .product-thumb:nth-child(-n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gallery-thumb-items .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    padding: 18% 0 0;
    max-width: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
  }
  .gallery-thumb-items .product-thumb .thumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }
  .gallery-thumb-items .product-thumb img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
  }
  @media screen and (min-width:768px) {
    .product-price-area {
      background-color: #f8f8f8;
      border-radius: 2px;
      padding: 22px;
      border: 1px solid #e2e5ec;
      margin: .8rem 0;
      position: relative;
    }
    .gallery-thumb-items .product-thumb:nth-of-type(5) img {
        -webkit-filter: blur(3px);
        filter: blur(3px);
      }
    .product-options {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51px;
        flex: 0 0 51px;
        list-style: none;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        margin-right: 0;
        position: absolute;
        top: 0px;
        right: 0;
        background: #fff;
        padding: 10px !important;
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
      }
      .product-options li {
        display: block;
        margin-top: 20px;
        position: relative;
      }
      .product-options li:first-child {
        margin-top: 0;
      }
      .d-block.gallery-main.position-relative {
        border-left: 1px solid #f4f4f4;
        margin-right: 1rem;
        padding-right: 1rem;
        height: 100%;
      }
  }
  .gallery-thumb-items .product-thumb:not(:first-of-type) {
    margin-right: 2.5%;
  }
  .gallery-thumb-items .product-thumb img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
  }
  .zoom-overlay-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 14px;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin:auto;
    text-align: center;
    position: absolute;
  }
  .zoom-overlay {
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin:auto;
    text-align: center;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .zoom-overlay-icon .fal {
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin:auto;
    text-align: center;
    position: absolute;
    height: 17px;
  }
  .product-title h1{
    margin: 0;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    font-weight: 600;
    color: #000;
  }
 .product-en-title {
    margin: .5rem 0;
    font-size: 19px;
    font-weight: 500;
}
  .product-sku span{
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    color: #afafaf;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .product-sku::after {
    position: absolute;
    content: '';
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    top: 13px;
  }
  .v-opt {
    margin-left: 1rem;
  }
  .d-block.opt-pro {
    font-weight: 300;
    font-size:17px;
  }
  .v-opt a {
    font-weight: 400;
    color: #00c6db;
    position: relative;
    font-size: 12px;
  }
  .v-opt a::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 0.8em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
  }
  .product-brief ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 2.5px);
  }
  .product-brief ul li {
    margin: 3px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    font-size:12.5px;
    font-weight: 300;
    line-height: 1.8;
    padding-right: 15px;
    position: relative;
  }

  .product-price-area  .badge {
    height: 38px;
    border-radius: 20px;
    background-color: #748ae0;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 600;
  }
  .product-price-area  del {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: red;
}
  .product-price-sale {
    text-align: center;
    display: inline;
    font-size: 27px;
    line-height: 1.419;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .product-price-sale .currency {

    font-size: 19px;
    font-weight: 300;
  }
  .thumb-wrapper {
    transition: none !important;
  }
  #myTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
  }
  #myTab li {
    border-left: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  #myTab li button {
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 14px 40px;
    font-weight: 500;
    line-height: 27px;
    color: #6f6f6f;
    font-size: 14px;
  }
  #myTab li button i {
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    font-size: 27px;
    color: #9c9c9c;
    vertical-align: middle;
  }
  #myTabContent {
    padding: 30px;
    border-top: none;
    background-color: #fff;
  }
  
  
    #myTabMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
  }
  #myTabMob li {
    border-left: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  #myTabMob li button {

    color: #6f6f6f;

  }
  #myTabMob li button i {
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    font-size: 27px;
    color: #9c9c9c;
    vertical-align: middle;
  }
  
  
  #myTabMobContent {
    padding: 30px;
    border-top: none;
    background-color: #fff;
  }
  
  
  
  
  .product-description h2 {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-weight: 600;
    color: #222222;
  }
  .product-description p, .product-description span {
   margin: 5px 0 5px;
    font-size: 17px;
    line-height: 2.2;
    font-weight: 500;
    color: #212529;

  }
  .product-description a {
    position: relative;
    color: #00c6db;
  }
  .product-description a::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 1em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8b91a2;
  }
  .product-description {
    font-size: 12px;
    line-height: 2.2;
    font-weight: 300;
  }
  .specs-label {
    min-width: 30%;
    margin-left: .5rem;
    color: #000000;
    text-align: right;
    font-weight: 300;
    font-size: 0.897rem;
    background: #edf8fc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .25rem;
    list-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .specs-value {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .25rem;
    background-color: #f8f8f8;
    list-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: row;
    font-size: 0.897rem;
    font-weight: 600;
    height: 100%;
    color: #4d4d4d;
  }
  .number-opt {
    font-size: 1rem;
    margin-right: 7px;
    color: #a1a3a8;
    vertical-align: middle;
    display: inline-block;
  }
  .number-opt:hover{
    color: #000;
  }
  .comment-hint-title{
    font-size: 16px;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
  }
  .comment-hint-text, .question-hint-text {
    font-size: 14px;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767;
  }
  .comment-hint-btn .btn,.question-hint-btn .btn{
    line-height: 1.5;
  padding: .475rem 1.25rem .375rem 1.25rem;
    padding-right: 1.25rem;
    border-radius: 2px;
    transition: all .1s ease-in-out;
    font-size: 13px;
    height: 48px;
    position: relative;
    padding-right: 50px;
    border-color: #748ae0;
    background: #748ae0;
    color: #fff;
    fill: #3d464d;
    box-shadow: none !important;
  }
  .comment-hint-btn .btn span, .question-hint-btn .btn span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.897rem;
  }
  .comment-hint-btn .btn i, .question-hint-btn .btn i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 17px;
    margin-left: 5px;
    position: absolute;
    top: calc(50% - 9px);
    right: 12px;
    left: unset;
  }
  .c-message-light {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    text-align: center;
    font-size: .897rem;
    padding: 15px 20px 17px 20px;
    position: relative;
    border-radius: 2px;
    line-height: 22px;
    font-weight: 300;
  }
  .comment-hint-btn .btn:hover,.question-hint-btn .btn:hover{
    border-color: #3d464d;
    background: #3d464d;
    color: #fff;
    fill: #fff;
  }
  .btn:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .list-comment li {
    list-style: none;
  }
  .top-review {
    margin: 12px 0 20px 0;
    position: relative;
  }
  .top-review ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #6e6a6a;
    font-weight: 500;
  }
  .row.body-revirew {
    font-size: 14px;
    font-weight: 500;
  }
  .rating .fa-star {
    color: #FC0;
    font-size: 10px;
  }
  .top-review::after {
    background-color: #eee;
    position: absolute;
    right: 0;
    width: 30%;
    content: '';
    height: 1px;
    bottom: -7px;
  }
  .rating .fa-stack {
    font-size: 6px;
  }
  .more::before {
    border-radius: 100px;
    border: 1px solid #111;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s;
    width: 100%;
  }
  .list-comment {
    padding-right: 0 !important;
  }
  .top-review ul {
    padding-right: 0 !important;
  }
  li.more {
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: 6px;
    padding: 12px 24px !important;
    text-align: center;
    width: 164px;
    margin: 0 auto;
      margin-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 30px;
    color: #111 !important;
  }
.frm-comment input,.frm-comment-mob input {
    box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .star-rating__input {
    display: none;
}
.star-rating__wrap .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[type="checkbox"] + label[for], [type="radio"] + label[for] {
    cursor: pointer;
}
.star-rating__wrap .fa {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
}	
label.star-rating__ico {
    margin: 0 !important;
}
.star-rating__ico {
    cursor: pointer;
    color: #FFB300;
    font-size: 1em !important;
    line-height: 1.75em !important;
}	
[type="checkbox"] + label, [type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
.star-rating__input:checked ~ .star-rating__ico::before {
  font-weight: 900;
    color: #FFB300;
}
.rate-list li span {
    display: inline-block;
    vertical-align: middle;
}
.rate-list li {
  list-style: none;
}
.rate-list {
  margin: 10px 0 !important;
}
#content {
  box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
  height: 151px !important;
  width: 100% !important;
  font-size: 13px;
}
.modal-am-price-chart__base {
  width: 100%;
  height: 440px;
  direction: ltr !important;
}

/*.modal-title {*/
/*  font-size: 15px;*/
/*}*/
/*.share__social--twitter {*/
/*  background: #4dcceb;*/
/*  border: 1px solid #4dcceb;*/
/*}*/
/*.share__social {*/
/*  width: 42px;*/
/*  height: 42px;*/
/*  border-radius: 5px;*/
/*  margin-left: 16px;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*}*/
/*.share__options, .share__social, .share__social-buttons {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*}*/
/*.wf-icon-twitter::before {*/
/*  content: "\ea96";*/
/*}*/
/*.share__social--fb {*/
/*  background: #4d8deb;*/
/*  border: 1px solid #4d8deb;*/
/*}*/
/*.share__social i {*/
/*  font-size: 22px;*/
/*  font-size: 1.614rem;*/
/*  line-height: 24px;*/
/*  color: #fff;*/
/*}*/
/*.wf-icon-facebook::before {*/
/*  content: "\ea90";*/
/*}*/
/*.share__social--whatsapp {*/
/*  background: #1bd741;*/
/*  border: 1px solid #1bd741;*/
/*}*/
/*.wf-icon-whatsapp::before {*/
/*  content: "\ea93";*/
/*}*/
/*.share__social--telegram {*/
/*  background: #272a2f;*/
/*  border: 1px solid #272a2f;*/
/*}*/
/*.wf-icon-telegram::before {*/
/*  content: "\ea95";*/
/*}*/
/*.share__btn {*/
/*  cursor: pointer;*/
/*  -webkit-box-shadow: none;*/
/*  box-shadow: none;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -ms-user-select: none;*/
/*  user-select: none;*/
/*  display: -webkit-inline-box;*/
/*  display: -ms-inline-flexbox;*/
/*  display: inline-flex;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  border-radius: 5px;*/
/*  background: none;*/
/*  border: none;*/
/*  -webkit-transition: all .3s ease-in-out;*/
/*  transition: all .3s ease-in-out;*/
/*  position: relative;*/
/*  padding: 8px 16px;*/
/*  font-size: 12px;*/
/*  font-size: .857rem;*/
/*  line-height: 1.833;*/
/*  font-weight: 700;*/
/*  border: 1px solid #81858b;*/
/*  color: #81858b;*/
/*  -webkit-box-flex: 1;*/
/*  -ms-flex-positive: 1;*/
/*  flex-grow: 1;*/
/*}*/
/*.share__title {*/
/*  font-size: 13px;*/
/*  line-height: 2;*/
/*  color: #232933;*/
/*  margin-top: 0;*/
/*  text-align: right;*/
/*  font-weight: 300;*/
/*  text-align: justify;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.modal .modal-content {*/
/*  box-shadow: none;*/
/*  padding: 0 !important;*/
/*  border-radius: 0 !important;*/
/*}*/
/*#shareModal .modal-dialog {*/
/*  max-width: 400px;*/

/*}*/

.input-number__add {
  right: 1px;
  text-align: center;
line-height: 3.5;
}
.input-number__add, .input-number__sub {
  position: absolute;
  height: 100%;
  width: 31px;
  top: -4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  color: #29a71a;
  transition: opacity .18s;
  font-size: 18px;
}

.input-number {
  display: block;
  width: 100%;
  position: relative;
}
.product-add-to-card .form-control {
  border-left: 0;
  border-radius: 6px;
  height: 48px;
  font-size: 24px;
  font-weight: 300;
  background: #fff;
  box-shadow: none !important;
  text-align: center;
  border: 2px solid #748ae0;
}
.input-number__sub {
  left: -5px;
  text-align: center;
line-height: 3.5;
}
.product-add-to-card .btn-basket {
  height: 48px;
  padding: .375rem 1.25rem .475rem 1.25rem;
  border-color: #748ae0;
  background: #748ae0;
  color: #fff;
  fill: #3d464d;
  border-radius: 2px;
  transition: all .1s ease-in-out;
  font-size: 13px;
  position: relative;
  width: 100%;
  border-radius:6px;
}
.product-add-to-card .btn-basket.btn i {
  left: 12px;
  right: unset;
  font-size: 17px;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 17px;
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 9px);
}
.product-card-area {
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 22px;
  border: 1px solid #e2e5ec;
  margin: .8rem 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.product-custom-banner-image {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 100%;
  text-align: center;
  font-size: .897rem;
  line-height: 32px;
  vertical-align: middle;
  border-radius: 3px;
}
.product-custom-banners img {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-icon-h5 {
    font-size: 13px;
    color: #139e09;
    font-weight: 500;
    margin-top: 7px;
}
.product-icon-h4 {
  font-size: 16px;
  color: #565656;
  font-weight: 600;
}
.product-top .icon-col {
  width: 100%;
  border-radius: 8px;
  color: #3d464d;
  border: 1px solid #e0e0e2;
  padding: 12px;
  background: #fff;
}
.spoiler-link {
  font-weight: 400;
  color: #00c6db;
  position: relative;
font-size: 12px
}
.spoiler-link:hover {
  color: #858585;
}
.spoiler-link::after {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 0.8em;
  content: "";
  position: absolute;
  border-bottom: 1px dashed #8b91a2;
}
#suggestionModal .modal-content .form-control {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #717171;
  font-size: .897rem;
  font-size: 1rem;
  line-height: 1.571;
  padding: 11px 12px;
  width: 100%;
  padding: 13px 12px 12px 12px;
  font-size: 13px;
  line-height: 21px;
  height: auto;
  border-radius: 2px;
  font-weight: 300;
}
#price_suggestion_data_price-error {
  color: #e91e63;
  font-size: .75rem;
  padding: 5px;
}
.c-ui-statusswitcher {
  position: absolute !important;
  right: 0;
top: 4px;
}
.c-ui-statusswitcher input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.c-ui-statusswitcher__slider {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 21px;
  border-radius: 29px;
  border: 1px solid #8c8c8c;
  background: #e5e5e5;
  transition: .15s ease-in;
}
.c-ui-statusswitcher__slider__toggle {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #959595;
  transition: all .4s ease;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
}
input[type="checkbox"]:checked + .c-ui-statusswitcher__slider {
  background-color: #64bd63;
  border-color: #64bd63;
}
input[type="checkbox"]:checked + .c-ui-statusswitcher__slider span {
  right: 21px;
}
.status {
  margin-right: 55px;
}
.modal .modal-foot {
  font-size: 12px;
  font-weight: 300;
  border: none;
  padding: 15px;
  margin: 0;
  background-color: #fbfbfb;
  border-top: 1px solid #ececec;
  border-radius: 0;
}
.btn-success {
  color: #fff;
  background-color: #0abb87;
  border-color: #0abb87;
  border-radius: 2px;
  transition: all .1s ease-in-out;
  font-size: 12px;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: .475rem 1.25rem .375rem 1.25rem;
  font-weight: 500;
}
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
  border-radius: 2px;
  transition: all .1s ease-in-out;
  font-size: 12px;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: .475rem 1.25rem .375rem 1.25rem;
  font-weight: 500;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  border-color: #748ae0;
  background: #748ae0;
  color: #fff;
  fill: #fff;
  font-size: 13px;
  border-radius: 2px;
transition: all .1s ease-in-out;
}
@media screen and (max-width:767.99px) {
  .blocks-icon-h4 {
    font-weight: 400 !important;
    font-size: 11px !important;
  
  }
  .row.row-cost-mob {
    padding: 5px;
    font-weight: 300;
    display: none;
  }
  .bld-col-cost {
    font-weight: 500;
    font-size: 16px !important;
  }
  .product-card-area.highlight {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 100;
    margin-bottom: 0 !important;
    padding: 2px !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0 !important;
  }
  .product-options li {
    display: inline-block !important;
    margin-right: 15px;
  }
div.product-thumb:nth-child(4) {
  display: none !important;
}
.gallery-thumb-items .product-thumb {
  -ms-flex: 0 0 23% !important;
  flex: 0 0 23% !important;
  max-width: 23%  !important;
  -ms-flex: 0 0 18% !important;
  flex: 0 0 23% !important;
}
.product-options.p-0 {
  text-align: left;
  margin-bottom: 30px !important;
}
.product-title h1 {
  font-size: 16px;
  margin-top: 20px !important;
}
.product-description .h2 {
  margin: 5px 0 5px;
    margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}
.product-description h1 {
  margin: 5px 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 2;
}
.table-borderless  tr th, .table-borderless  tr td {
  display: block;
}
.specs-label {
  margin-left: 0 !important;
}
.product-description {
  /*max-height: 83px;*/
  overflow: hidden;
}
.more-desc-info {
  position: relative;
  z-index: 2;
  background: none;
  font-size: 12px;
  color: #3d464d;
  border: 1px solid #3d464d;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
}
.tbl-atrib {
  max-height: 85px;
  overflow: hidden;
}
.product-description.show-content {
  max-height: inherit !important;
}
.tbl-atrib.show-content {
  max-height: inherit !important;
}
.more-desc-info.hide {
  display: none;
}
.row.row-cost-mob.show-bottom {
  display: block !important;
}
.p-bottom {
  padding-bottom: 98px !important;
}
}
svg {
  max-width: 100% !important;
}
.resize-sensor div {
  max-width: 100% !important;
}
.btn{
  box-shadow: none !important;
}
.timer {
  border: none !important;
  background-color: transparent !important;
  font-size: 14px;
}
.timer-clock {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #e2e5ec;
  border-radius: 2px;
  margin: .8rem 0;
}
.timer-text {
  color: #777;
  font-size: 11px;
}
.product-promotion-badge {
  background: #fe0404;
  color: #ffffff;
  padding: 2px 10px 3px;
  margin-bottom: 4px;
  font-size: .707rem;
  border-radius: 4px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  font-size: 12px;
  font-weight: 300;
}
.zoomContainer {
  z-index: 10;
}
.text-body-1 {
  color: #80848b;
  padding-left: 5px;
  font-size:16px;
}

.product-brief-title {
    font-size: 15px;
    color: #27479d;
    border-bottom: 1px solid #fe0404;
    display: inline-block;
}

.andaze1{
    font-size: 20px;  
     color: #fe0404;
}

.ls-atrib li {
  font-weight: 500 !important;
}
.css-cwolnn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 6px;
  margin-bottom: 0;
}
.css-a1e3mv {
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
  width: 32px;
  height: 32px;
  position: relative;
  margin-bottom: 0.25rem;
  border-radius: 100%;
}
.css-a1e3mv img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.css-cwolnn {
  display: inline-block;
}
.color-box input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.color-box input[type="radio"]:checked + .css-a1e3mv::after {
  content: "";
  width: 7px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 12px;
  border: solid #2ed0e1;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.color-box input[type="radio"]:checked + .css-a1e3mv{
  border: 2px solid #2ed0e1;
}
.select2-container {
  min-width: 100px;
}
.d-block.info-col {
  font-size: 12px;
  text-align: justify;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.info-col i {
  font-size: 17px;
  vertical-align: middle;
  color: #80848b;
}
.tiltle-slider {
  position: relative;
  font-size: 15px;
font-weight: 500;
}
.tiltle-slider::after {
  position: absolute;
  bottom: -9px;
  width: 100px;
  height: 2px;
  background-color: #748ae0;
  content: '';
  right: 0;
}
.t-question {
  color: #a5a6ab;
  font-weight: 500;
  font-size: 13px;
}
.t-question a{
  color: #a5a6ab;

}
.fal.fa-question-square {
  color: #00c6db;
  vertical-align: middle;
  font-size: 20px;
}
.message-question {
  box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
  height: 151px !important;
  width: 100% !important;
  font-size: 13px;
}
.replay {
  background-color: transparent !important;
  font-size: 12px;
  color: #00c6db;
  font-weight: 600;
}
.replay i{
  vertical-align: middle;
  font-size: 10px;
  padding-right: 5px;
}
.list-question li {
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.add-border-select{
      border: 1px solid red !important;
}
@media screen and (max-width: 767.99px){
    .product-card-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 100;
    margin-bottom: 0 !important;
    padding: 2px !important;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0 !important;
}
}


.product-box-price-row {
	height: 55px;
}
.product-box-out-of-stock {
	position: relative;
	width: 100%;
	border-bottom: 2px solid #d0d0d0;
	z-index: 2;
	min-height: 33px;
	padding: 4px;
}

.product-box-out-of-stock-text {
	white-space: nowrap;
	font-weight: 700;
	z-index: 4;
	background-color: #fff;
	padding: 0 10px;
}

.product-box-out-of-stock>div {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 100%;
	height: 31px;
}

.product-box-out-of-stock-text {
	color: #ababab;
	font-size: 13px;
	line-height: 1.8;
}

@media screen and (max-width:500px){
    
    .product-description show-content img{
        width:339px !important;
        height:300px !important;
    }
    
}