/* section: product--headline */
.product--headline{
  width: 100%;
      height: 720px;

  /* height: 287/7854px; */
  position: relative;
  background-size: cover;
  background-position: center center;
}
.product_meta {
	display:none;
}

.under-txt-slider {
  position: absolute;
  right: 8%;
  top: 190px;
}

.slide--text {
  max-width: 307px;
}

.slide--text__title {
  font-size: 35px;
  margin: 0.75rem 0;
}

.slide--text__fa> span{
  font-size: 22px;
  font-weight: bold;
}

.slide--text__fa> p{
  font-size: 13px;
  text-align: justify;
  margin-top: .5rem;
}

.slide--text__en{
  direction: ltr;
  margin-top: 1.5rem;
  text-align: left;
}

.slide--text__en > div{
  text-transform: uppercase;
  font-size: 38px;
  position: relative;
}

.slide--text__en__object{
  font-family: "ITC Lubalin Graph W03 Bold";
  
}

.slide--text__en__type{
  position: absolute;
  font-size: 19px;
  left: 158px;
  top: -10px;
  text-transform: capitalize;
}

.slide--text__en__inch{
  font-size: 32px;
  font-family: 'IRANSansPN';
}
/* section: product--headline */

/* section:ticket */
.ticket--background{
  width: 5.5rem;
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
}
.button-variable-item span {
  display: inline-block;
  direction: ltr;
}
.ticket--arrow__descktop, .ticket--arrow__mobile{
  width: 1rem;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  cursor: pointer;
}

.ticket--text {
  color: var(--color-navy-blue);
  font-size: 0.65rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.ticket--text__desktop{
  bottom: -5%;
}

.ticket--arrow__mobile{
  display: none;
}
/* section:ticket */


/* section:product--introduction */
.product--introduction{
  margin-bottom: 5rem;
}
.introduction--full{
  height: 100%;
  width: 100%;
}

.introduction--content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.introduction--text{
  width: 40%;
  height: 100%;
}

.introduction--text__inner{
  width: 80%;
  margin-left: auto;
}

/* introduction--text__title */
.introduction--text__title{
  background-color: var(--background-color-navy-blue);
  color: var(--color-orange);
}

.introduction--text__title > div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding: 10px 0;
  
}

.introduction--text__title h4, .introduction--text__title__object{
  text-transform: uppercase;
}

.introduction--text__title__size{
  text-transform: capitalize;
  font-size: 2rem;
  padding-left: .75rem;
}

.introduction--text__title p{
  display: none;
  color: var(--color-white);
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  padding: 1rem 0 2rem 0;
  font-size: .9rem;
}
/* introduction--text__title */


/* introduction--text__details */
.introduction--text__details{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}


p.price {
  font-family: IRANSansPN;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.introduction--text__deliver{
  position: relative;
}

.introduction--text__deliver:first-child{
  margin: 0 .5rem;
}

.introduction--text__deliver img{
  width: 6rem;
}

.introduction--text__deliver > p{
  position: absolute;
  text-align: center;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: .9rem;
  font-family: IRANSansPN;
}
.introduction--text__deliver > p > span{
  font-family: IRANSansPN;
}
/* introduction--text__details */

/* introduction--text__size */
table.variations{
width: 100%;
font-family: IRANSansPN;
}
table.variations tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;


}
table.variations tbody tr:not(:first-child) {
  margin-top: 1.75rem;
}
table.variations tbody tr td.label {
  width: 40%;
}
table.variations tbody tr td.woo-variation-items-wrapper {
  width: 60%;
}
ul.variable-items-wrapper.button-variable-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: .25rem 1rem;
  border: 1px solid var(--border-color);
  background-color: var(--background-color-gray);

  display: flex;
  align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.variable-items-wrapper.button-variable-wrapper li{
    background-color: #333333;
    color: var(--color-gray);
    margin: 0 0.15rem;
    cursor: pointer;
    padding: 0.15rem 0.5rem;
    transition: background-color .25s;
    width: 47%;
    text-align: center;
    margin-block-end: 5px;

}

ul.variable-items-wrapper.button-variable-wrapper li.selected{
  background-color: var(--background-color-orange);
}
a.reset_variations {
  display: none;

}
.qty {
  float: right;
  width: 40%;
  margin-top: 1.75rem;

}
.qib-container {
  width: 60%;
  margin-top: 1.75rem;

}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
/*   width: 158px !important; */
  font-family: IRANSansPN;
}

.single_variation_wrap .qib-container .quantity input.input-text {
    width: 158px !important;
}

.woocommerce-variation.single_variation {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
span.price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-family: IRANSansPN;
}
span.price > span:first-child {
  display: block;
  width: 40%;
  text-align: right !important;

}

span.price > span:last-child {
  width: 60%;
  text-align: right !important;
  font-weight: bold;
  font-size: 27px;
}
.woocommerce-variation {
  display: block;
  
}
/* introduction--text__size */


/* introduction--text__add */

button.single_add_to_cart_button{
  width: 100%;
  background-color: var(--background-color-orange);
  color: var(--color-navy-blue);
  position: relative;
  padding: var(--padding-button) !important;
  border-bottom: 2px solid var(--color-navy-blue);
  outline: none;
  margin-top: 1.75rem !important;
  height: 50px !important;
}
span.sku_wrapper , .posted_in {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
span.sku_wrapper .sku , .posted_in a {
  width: 60%;
}
.introduction--text__add__btn img{
  width: 4%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
/* introduction--text__add */

.introduction--slider{
  width: 60%;
  height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.mySwiper2 > .swiper-wrapper > .swiper-slide{
  padding: 0 3rem;
}

.mySwiper {
/*   width: 85.5% !important; */
  margin: 0 auto;
}

.mySwiper > .swiper-wrapper > .swiper-slide > img{
  height: 50px;
}


.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

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

/*   */
.introduction--slider .swiper-container.mySwiper2{
    padding-left: 50px;
    padding-right: 50px;
}

.introduction--slider .swiper-container.mySwiper2 .swiper-slide {
    visibility: hidden;
	    min-height: 350px;

}

.introduction--slider .swiper-container.mySwiper2 .swiper-slide.swiper-slide-active {
    visibility: visible;
}

.introduction--slider .mySwiper{
	width: 83%
}
  .introduction--slider .swiper-button-next{
	left: 0 !important;
    right: auto;
  }
  
.introduction--slider .swiper-button-prev{
	right: 0 !important;
    left: auto;
}
/*  */




.swiper-slide.cursor{
    cursor: pointer;
    position: relative;
}
.swiper-slide-thumb-active::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--background-color-orange);
    position: absolute;
    bottom:-1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


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

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    /* padding: 10px 0; */
    margin-top: 1rem;
}

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

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

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

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: unset;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: unset;
}
/* section:product--introduction */
.woocommerce-product-rating {
  display: none;
}
/* section: details */
.details{
  /* height: 800px; */
  padding: 2rem 0;
  background-color: var(--background-color-gray);
}

.details--product{
  width: 100%;
  display: flex;
	justify-content: space-between;
  margin: 1.5rem 0;
}

.details--product__one, .details--product__two{
  width: 38%;
  border-left: 1px solid var(--border-color);
	padding-left: 1rem;
}

.details--product__three{
  width: 20%;
}

.details--title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
  cursor: pointer;
/*   width: 95%; */
/*   margin: 0 auto; */
}

.details--title h5{
  color: var(--color-orange);
  text-align: right;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.details--title > img{
  width: 1rem;
  display: none;
}

.details--property{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.woocommerce-product-attributes tr {
  text-align: right;
	font-size: .8rem;
	color: var(--border-color);
}
.details--property > div{
  display: flex;
  flex-direction: row-reverse;
  align-items: inherit;
  justify-content: space-between;
}

.details--property h4{
  color: var(--border-color);
  text-transform: capitalize;
  width: 48%;
  text-align: left;
  
}

.details--property__inner{
  display: flex;
  flex-direction: column;
  width: 48%;
  text-align: left;
}

.details--property span{
  color: var(--border-color);
}

.details--property> img{
  width: 50%;
  margin-top: 1rem;
}

/* details--image */
.details--image{
  justify-content: space-between;
  padding: 2rem 3rem;
}

.details--image__inner{
  width: 70%;
}

.details--image p{
	text-align: justify;
	margin-bottom: 1rem;
}

.image--orginal{
  padding: 2rem;
  width: 80%;
  text-align: center;
  position: relative;
}

.image--orginal> img{
  width: 100%;
}

.image--original__size__width{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row-reverse;
}

.image--original__size__height{
  position: absolute;
  top:50%;
  left: -5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row-reverse;
}

.image--side{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.image--side > img{
  width: 15%;
}

.image--text{
  width: 30%;
  padding: 2rem 0;
}

.image--text__inner{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  font-size: .9rem;
  text-transform: capitalize;
}

.image--text__inner:not(:first-child){
  margin-top: 1rem;
}
/* details--image */

/* details--help */
.details--help{
  width: 100%;
  padding: 3rem 0;
}

.details--form{
/*   display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row: auto;
  grid-gap: 3rem; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.details--form__inner{
  width: 30%;
  height: 100%;
}

.details--help__support > a{
  color: var(--color-gray);
  text-align: right;
  font-size: .9rem;
  background-color: var(--background-color-navy-blue);
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border-bottom: 2px solid var(--color-orange);
  display: flex;
  justify-content: space-between;
	align-items: center;
}

.details--help__support > a > img{
  width: 2rem;
	vertical-align: middle;
}

.details--help__download > a{
  color: var(--color-gray);
  text-align: right;
  font-size: .9rem;
  background-color: var(--background-color-navy-blue);
  width: 100%;
  padding: .65rem 2rem;
  border-bottom: 2px solid var(--color-orange);
  display: flex;
  justify-content: space-between;
}

.details--help__download > a > div{
  display: flex;
  flex-direction: column;
}

.details--help__download > a > div > span:last-child{
  font-size: .8rem;
}

.details--help__download > a > img{
  width: 1.65rem;
}
/* details--help */

/* section: details */

/*section:  video-showcase */
.video--showcase {
    width: 100%;
    background-color: var(--background-color-navy-blue);
    max-height: 484.5px;
}
  
.video--showcase__full {
    display: flex;
      align-items: flex-start;
    padding: 3rem 0;
}
  
.showcase {
    width: 40%;
}
  
.showcase--inner {
    width: 80%;
}
  
.showcase--inner h2 {
    color: var(--color-orange);
    padding-bottom: 1.5rem;
    font-size: 41px;
}
  
.showcase--inner p {
    color: var(--color-gray);
    text-align: justify;
    font-size: 80%;
    margin-bottom: 1rem;
    line-height: 28px;
}
  
.showcase--inner a {
    margin: 0 auto;
    width: 100%;
    display: block;
    background-color: var(--background-color-orange);
    border: none;
    border-bottom: var(--border-bottom-white);
    padding: var(--padding-button);
    position: relative;
    color: var(--color-navy-blue);
    font-weight: bold;
    text-align: center;
}
  
.video {
    width: 60%;
    text-align: center;
}
  
.video video {
    width: 100%;
    height: 100%;
}
  
/*section:  video-showcase */


/* more--suggestion */
.more--suggestion{
  padding: 5rem 0;
}

.suggestion--full > h4{
    width: 90%;
    margin-right: auto;
}

.more--suggestion .suggestion--full .swiper{
	width: 100%;
    position: relative !important;
}

.more--suggestion .suggestion--full .swiper-container {
    width: 80%;
	position: initial;
/* 	border: 3px solid blue; */
}

.swiper-container.mySwiper3{
/*   width: 100%; */
  height: 100%;
}

.mySwiper3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	height: auto;
}

.mySwiper3 .swiper-slide img {
  display: block;
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
}

.mySwiper3 .swiper-slide > .products--card > .products--card__body > a > img{
	width: 100%;
	padding: .5rem .75rem;
}

/* **************** */
.products--card {
  background-color: var(--background-color-gray);
  padding: 1rem 0 3rem 0;
  position: relative;
  width: 100%;
  text-align: center;
	height: 100%;
}

.products--card:hover {
  background-color: var(--background-color-orange);
  transition: all 1s;
}

.products--card:hover .overlay {
  animation: slide-top 0.4s;
  opacity: 1;
  visibility: visible;
  background-color: var(--background-color-navy-blue);
}

.products--compare {
  background-color: var(--background-color-navy-blue);
  padding: 0.5rem;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.overlay--compare:active .compare--noneactive {
  display: none;
}

.overlay--compare:active .compare--active {
  display: block;
}

.products--card__header,
.products--card__footer {
  text-align: center;
  font-size: 0.8rem;
}


.products--card__header h4,
.products--card__header span {
  color: var(--color-black);
}

.products--card__discount {
    font-family: 'IRANSansPN'; 
	position: absolute;
}

.products--card__discount img {
    width: 1.5rem;
/*     position: absolute; */
    right: 0;
    top: 15%;
}

.products--card__discount span {
    display: block;
    position: absolute;
    right: 6%;
    top: 17%;
    line-height: 1.25;
}

.products--card__body {
  text-align: center;
}
.products--card__body img {
  width: 15rem;

  margin: 0 auto;
}
.products--card__footer {
  padding-top: 0.5rem;
}

.products--card__footer > h4{
  font-family: IRANSansPN;
}

.overlay {
  padding: 0.3rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.overlay > a {
  display: flex;
  align-items: center;
  background-color: var(--background-color-gray);
  border: none;
  border-bottom: 2px solid var(--color-navy-blue);
  padding: 0.2rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.overlay--interest img {
  width: 1rem;
  margin-left: 0.5rem;
}

.overlay--interest svg{
	width: 1rem;
}

.overlay--image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.overlay--add span {
  color: var(--color-black);
}
.overlay--add img {
  width: 1rem;
  margin-left: 0.5rem;
}

.compare--noneactive,
.compare--active {
  width: 1.25rem !important;
  /* margin-right: 0.5rem; */
}

.overlay--compare{
	display: flex;
	align-items: center;
}

.compare--active {
  display: none;
}
/* *************** */


span.main-p {
  font-family: 'IRANSansPN';
	width: 100%;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}
/* more--suggestion */
.woocommerce-Reviews-title {
  display: none;
}

div#reviews {
  margin-top: 2rem;
}

div#reviews textarea{
	padding:1rem;
	text-align: justify;
	font-family: IRANSans;
	font-size: 1rem;
}


div#reviews textarea:focus{
	outline: none;
	font-family: IRANSans;
/* 	margin-top: .5rem; */
	font-size: 1rem;
}
.woocommerce .star-rating span, .woocommerce p.stars a {
  color: #fed482;
}
.woocommerce #review_form #respond .form-submit input {
  font-family: IRANSans;
  font-size: 1.15em;
  color: white;
  background-color: var(--background-color-orange);
  padding: 10px 40px;
}
/* section: more--slider */

.comment-text .description{
	width: 90%;
	color: var(--color-navy-blue);
	text-align: justify;
}

.product--introduction{
	overflow: hidden !important;
}


.h_iframe-aparat_embed_frame iframe{
	border: 5px solid var(--color-orange);
}

/*************************************************media query*************************************************/
@media (max-width:1200px) {
    .under-txt-slider {
        top: 160px;
    }
    .video--showcase{
        max-height:100%;
    }

    .showcase--inner h2 {
        font-size:30px
    }
    
    .introduction--text__price{
        font-size: 1.25rem;
    }

    .introduction--text__deliver img {
        width: 5.5rem;
    }

    .introduction--text__deliver > p{
        font-size: .8rem;
    }

    .introduction--text__mt {
        margin-top: 1rem;
    }
	
	.details--form__inner {
		width: 35%;
	}

    .swiper-slide-thumb-active::after{
      bottom: 0;
    }

    .image--text{
      width: 40%;
    }

    .details--image__inner{
      width: 60%;
    }

    .details--help__support > button{
      padding: 1.1rem .5rem;
    }
	
	.single_variation_wrap .qib-container .quantity input.input-text{
		width: 125px !important; 
	}
	
	ul.variable-items-wrapper.button-variable-wrapper > li.variable-item > div.variable-item-contents > span.variable-item-span.variable-item-span-button{
		font-size: 13px !important;
	}

}

@media (max-width:992px) {
    .showcase--inner h2 {
        font-size: 25px;
    }

    .slide--text {
      max-width: 262px;
    }
    .slide--text__title {
      font-size: 30px;
    }
    .slide--text__fa> span{
      font-size: 18.5px;
    }
    .slide--text__en > div{
      font-size: 33px;
    }
    
    .slide--text__en__type{
      font-size: 16px;
      left: 138px;
    }
    
    .slide--text__en__inch{
      font-size: 27px;
    }

    .introduction--content {
      flex-direction: column-reverse;
		height: auto;
    }

    .introduction--text, .introduction--slider, .introduction--text__inner{
      width: 100%;
		
    }
	.introduction--slider{
		height: 600px;
	}

    .swiper-slide-thumb-active::after {
      bottom: 0;
    }

    .introduction--text__add__btn img {
      width: 3%;
    }


    .mySwiper2 > .swiper-wrapper > .swiper-slide{
      padding: 0;
    }

    .mySwiper{
      width: 100% !important;
    }
    
    .introduction--text__title > div{
      padding: 1rem 0;
    }

    .image--text{
      width: 45%;
    }

    .details--image__inner{
      width: 55%;
    }

    .image--text__inner {
      width: 90%;
      font-size: .8rem;
    }

    .image--original__size__width, .image--original__size__height{
      font-size: .9rem;
    }

    .details--form {
      display: flex;
      flex-direction: column;
      align-items: center;
      grid-gap: 1rem;
    }

    .details--help__support > button{
      padding: 1rem 2rem;
    }

    .details--form__inner{
      width: 50%;
    }

    .details--help__serial{
      padding: 1rem;
    }
	
	/*   */
		.introduction--slider .swiper-container.mySwiper2{
			padding-left: 0;
			padding-right: 0;
		}

		.introduction--slider .swiper-container.mySwiper2 .swiper-slide {
			visibility: visible;
		}

		.introduction--slider .swiper-container.mySwiper2 .swiper-slide.swiper-slide-active {
			visibility: visible;
		}

		.introduction--slider .mySwiper{
			width: 100%
		}
		  .introduction--slider .swiper-button-next{
			left: 4% !important;
			right: auto;
		  }

		.introduction--slider .swiper-button-prev{
			right: 4% !important;
			left: auto;
		}
/*  */

}

@media (max-width:768px) {
    .video--showcase {
        max-height: inherit;
    }
    .video--showcase__full {
        display: block;
    }
    .showcase {
        width: 100%;
    }
    .showcase--inner {
        margin: 0 auto;
    }
    .video {
        width: 100%;
        margin: 2rem auto 0 auto;
    }

    .swiper-slide-thumb-active::after {
      bottom: 0;
    }

    .details--product{
      flex-direction: column;
    }

	.details--product__one, .details--product__two{
		border-left: none;
		padding-left: 0;
	}
	
    .details--product__one, .details--product__two, .details--product__three{
      width: 100%;
    }

    .details--product__two, .details--product__three{
      margin-top: 1.5rem;
    }

    .details--title > img{
      display: block;
	  transition: transform .5s;
    }
	
	.details--title > img.open{
		transform: rotateX(180deg);
	}

    .details--title {
      width: 100%;
    }

    .details--property{
      width: 100%;
	  max-height: 0;
      /* padding-bottom: .25rem; */
      border-bottom: 1px solid var(--border-color);
    }

    .details--image{
      flex-direction: column-reverse;
      padding: 2rem;
      border-bottom: 1px solid var(--border-color);
    }

    .details--product__three .details--property:last-child> img {
      width: 10%;
      margin: 1rem;
    }

    .image--text, .details--image__inner{
      width: 100%;
    }

    .image--original__size__height{
      left: -3%;
    }

    .image--text__inner > span{
      width: 50%;
      text-align: left;
    }

    .details--form__inner {
      width: 70%;
    }
}

@media (max-width:576px) {
  .product--headline{
    display: none;
  }

  .ticket--arrow__descktop{
    display: none;
  }

  .ticket--arrow__mobile{
    display: block;
    bottom: 12px;
  }

	.mySwiper2{
		height:300px;
	}
/*   .swiper-slide-thumb-active::after {
    bottom: -6px;
  } */
  .details--form__inner {
    width: 85%;
  }
	
	.introduction--slider{
		margin-top: 4rem;
		height: 100%;
		margin-bottom: 5rem;
	}
	
	.woocommerce-notices-wrapper{
		margin-top: 6rem;
		margin-bottom: -6rem;
	}
	
}

@media (max-width:425px) {
  .swiper-slide-thumb-active::after {
    bottom: 0;
  }  
	
	.more--suggestion .suggestion--full .swiper-container .swiper-button-prev{
	right: 7%;
	}
	
	.more--suggestion .suggestion--full .swiper-container .swiper-button-next{
	left: 7%;
	}
  .introduction--text__title p{
    display: block;
  }

  .image--text__inner {
    width: 100%;
  }

  .details--image{
    padding: 2rem 1rem;
  }

  .details--form__inner {
    width: 95%;
  }
}

@media (max-width:375px) {
  .introduction--text__deliver img {
    width: 4.5rem;
  }

  .introduction--text__deliver > p {
    font-size: .6rem;
  }

  .details--form__inner {
    width: 100%;
  }
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
		width: 73px !important;
	}
}

@media (max-width:320px) {
    
}

/****************************************************media query****************************************************/
