
.grid {
  display: grid;
}

.arrows-product {
  position: relative;
  display: flex;
  padding: 6px 0 30px;
}

.arrows-product:before {
  content: "";
  height: 15px;
  width: 1px;
  background: #d6d6d6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rating{
    margin-top: 10px;
}

.prev_prod {
  padding-right: 15px;
}

.next_prod {
  padding-left: 15px;
}

.prev_prod, .next_prod {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  color: #111111;
}

.next_prod i {
  padding-left: 12px;
}

.prev_prod i {
  padding-right: 12px;
}

.next_prod i, .prev_prod i {
  font-size: 12px;
  font-weight: 600;
  color: #111111;
}

.next_prod a {
  color: #111111;
  text-decoration: none;
}

.prev_prod a {
  color: #111111;
  text-decoration: none;
}

a, i {
  color: #111111;
  text-decoration: none;
}

.product-title {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  text-transform: capitalize;
  padding-right: 40px;
}

.main-product {
  grid-auto-flow: column;
  grid-column-gap: 80px;
  grid-template-columns: 2fr 1fr;
  padding-bottom: 68px;
}

.relative {
  position: relative;
}

.btn-addwhlist {
  transition: 0.3s;
  height: 40px;
  width: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 2%;
  right: 0;
}

.js-qty span:hover {
  color: #95c066;
  transition: all 0.3s ease;
}

.btn-addwhlist:hover {
  background-color: #95c066;
  color: white;
  transition: all 0.3s ease;
}

.btn-addwhlist svg:hover {
  fill: white;
}

.btn-addwhlist a {
  display: block;
}

.btn-addwhlist i {
  font-size: 14px;
  color: #111111;
}

.btn-addwhlist svg {
  width: 14px;
  height: auto;
}

.product-price {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.product-price ins {
  font-size: 18px;
  font-weight: 500;
  color: #95c066;
  text-decoration: none;
}

.product-img {
  position: relative;
  height: 100%;
  background: #eee;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.product-cost__old {
    --font-size: 12px;
    text-decoration: line-through;
    color: #adb5bd;
    margin-right: 5px;
    font-weight: 700;
}
.product-cost__currency {
    color: #95c167;
    font-weight: 700;
}

.wrap-rating {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 24px;
}

.pd_summary {
  font-size: 15px;
  color: #969696;
  line-height: 1.6;
  font-weight: 400;
  padding: 22px 0 0 0;
}

.count-down .text {
  margin-top: 20px;
  font-size: 15px;
  color: #f55;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: url(https://cdn.shopify.com/s/files/1/0670/9369/2711/t/2/assets/fire.svg) top left no-repeat;
  padding-left: 35px;
  background-size: 25px;
}

.count-down .text span {
  font-size: 18px;
  font-weight: 600;
  color: #ec0000;
}

.count-down .progress {
  border-radius: 0;
  height: 10px;
}

.count-down .countdown-timer {
  padding: 20px 0 10px 0;
}

.count-down .countdown-timer ul {
  padding-left: 0;
  margin: 0;
}

.countdown-timer li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  width: 65px;
  height: 65px;
  list-style-type: none;
  color: #111111;
  margin: 0 7px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
}

.count-down .countdown-timer li span {
  color: #111111;
  display: block;
  font-weight: 400;
  font-size: 24px;
  text-algin: center;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border: 2px solid #f55;
  border-radius: 50%;
  margin-bottom: 5px;
}

.count-down .countdown-timer li span b {
  font-weight: 400;
}

.js-qty {
  position: relative;
  /* margin-bottom: 1em; */
  max-width: 100px;
  min-width: 60px;
  overflow: visible;
  width: 90px;
  text-align: center;
  font-size: 18px;
  color: #111111;
  font-weight: 500;
  border-radius: 0;
  border: 2px solid #ddd;
  margin-right: 15px;
  border-right: 1px solid #ddd;
}

.js-qty input[type=text] {
  width: 45px;
  border: none;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #111111;
  font-weight: 500;
  border-right: 1px solid #ddd;
  border-radius: 0;
  margin-right: 50px;
}

.qty_plus {
  position: absolute;
  transition: 0.3s;
  color: #111111;
  padding: 0;
  border: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  height: 50%;
  top: 0;
  width: 42px;
  font-size: 18px;
}

.qty_minus {
  position: absolute;
  transition: 0.3s;
  color: #111111;
  padding: 0;
  border: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 0;
  height: 50%;
  width: 42px;
  left: unset;
  top: unset;
  border-top: 1px solid #ddd;
  font-size: 18px;
}

.qty-cart {
  margin-top: 22px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.shop-button {
  width: calc(100% - 90px);
  transition: all 0.3s ease;
  padding: 0 39px;
  height: 55px;
  font-size: 14px;
  background: #95c066;
  letter-spacing: 0.2em;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: none;
}

.shop-button:hover {
  background-color: #111111;
  transition: all 0.3s ease;
}

.visitor {
  margin-top: 20px;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
}

.visitor span {
  font-size: 18px;
  font-weight: 600;
  color: #95c066;
}

li {
  list-style: none;
}

.product-meta-info {
  padding-left: 0;
}

.product-category-info label {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  padding-right: 5px;
  margin-bottom: 0 !important;
}

.product-category-info a {
  font-size: 15px;
  font-weight: 400;
  color: #bfbfbf;
  text-decoration: none;
  transition: 0.3s;
}

.block-top-link {
  display: flex;
}

.block-top-link > * {
  flex: 1;
  padding: 0 15px;
}

.sp-iconfeatured {
  text-align: center;
  border: 1px solid #e1e1e1;
  height: 100%;
  padding: 20px 20px 25px;
}

.icon {
  color: #95c066;
  font-size: 24px;
  margin-bottom: 20px;
}

.title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.icon svg {
  width: 35px;
  height: 35px;
  fill: #95c066;
}

/**
 * * Tabs
 * */
.nav-tabs {
  border-bottom: none;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}

.nav-tabs button {
  font-size: 16px;
  font-weight: 500;
  color: #969696;
  transition: 0.3s;
  margin-right: 35px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.underline_scale.active:after, .underline_scale:hover:after {
  transform: scale(1);
}

.underline_scale:hover {
  color: #95c066 !important;
}

.underline_scale {
  position: relative;
}

.underline_scale:after {
  border-bottom: 2px solid #95c066;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  width: 100%;
}

.row:first-child {
  margin-bottom: 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

img {
  max-width: 100%;
}

.ultra h3 {
  font-size: 1.75rem;
}

.ultra p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #a8a8a8;
}

.tab-content {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.more_info {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 5px;
}

.title_content h3 {
  font-size: 25px;
  font-weight: 500;
  color: #111111;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  display: inline-block;
}

.title_content h3:after {
  content: "";
  height: 2px;
  width: 40px;
  background: #95c066;
  position: absolute;
  bottom: 0;
  left: 0;
}

.info_1 {
  font-size: 16px;
  font-weight: 400;
  color: #979797;
  padding: 10px 0;
}

.content1 ul li {
  font-size: 16px;
  font-weight: 500;
  color: #979797;
  padding: 4px 0;
}

.info2 h3 {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}

.info2 ul li {
  font-size: 16px;
  font-weight: 500;
  color: #979797;
  padding: 4px 0;
}

.info2 ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #979797;
  padding: 4px 0;
  text-decoration: none;
}

a:hover {
  color: #95c066;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper {
  position: absolute !important;
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  position: absolute;
  top: 80%;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}




/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {
    display: inline-flex;
}

/* make hover effect work properly in IE */
.rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}
.review{
    grid-auto-flow: row;
    font-size: 15px;
    color: #969696;
    line-height: 1.6;
    font-weight: 400;
    border: 1px solid rgb(227, 227, 227);
    padding: 10px;
    grid-gap: 10px;
    border-radius: 5px;
}
.head-review{
    grid-auto-flow: column;



}
.btn-primary{
    padding: 0 39px;
    height: 55px;
    font-size: 14px;
    background: #95c066;
    border: none;
    color: white;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 0.2em;
}
.btn-primary:hover{
    background-color: black;
    transition: .5s all ease;
}
.review-grid{
    grid-auto-flow: row;
    grid-gap: 30px;
}
.review-created-at{
    text-align: end;
}
.form-review{
    margin-top: 25px;
    font-size: 15px;
    color: #969696;
    line-height: 1.6;
    font-weight: 400;

}
.px-0 li a:hover{
    color: #95c066;
    transition: 0.5s all ease;
}
.product-groups{
    grid-auto-flow: column;
    grid-column-gap: 10px;
}
.button-group{
    min-width: 100px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    height: 34px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    align-self: center;
    padding: 5px;
    font-weight: 500;
    color: #6b6b6b;
    letter-spacing: 1px;

}
.checked{
    color: orange;
}
.button-group:hover{
    background-color: rgb(216, 255, 190);
    color: black;
    transition: 0.7s all ease;
}
.closed {
    background-color: rgb(247, 255, 241);
    border-color: #7bbb66;

}
.closed:hover{
    background-color: rgb(216, 255, 190);
    color: black;
    transition: 0.7s all ease;
}
.product-title{
    padding-top: 10px;
}
.underline_scale{
    margin: unset!important;
}

@media (max-width: 1100px){
    .main-product{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 770px){
    .breadcrumb{
        font-size: 13px;
    }
    .product-title{
        font-size: 16px;
    }
}
@media (max-width: 900px){
    .main-product{
        grid-template-columns: 1fr;
        grid-template-rows: 500px 1fr;
        padding-bottom: 0px;
    }
    .block-top-link {
        flex-wrap: wrap;
    }
    .textwidget{
        padding-top: 10px;
    }
}
@media (max-width: 500px) {
    .product-groups{

        grid-template-rows: 1fr 1fr;
        grid-gap: 10px;
    }
}
@media (max-width: 344px){
    /*.main-product{*/
    /*    grid-template-rows: 0.4fr 1fr;*/
    /*}*/
}


/*# sourceMappingURL=product1.css.map */
