@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
#final-image {
  display: none;
  width: 594px;
  min-height: 700px;
  align-items: center;
  justify-content: center;
}
#final-image img {
  max-width: 100%;
  margin: 0 auto;
  border: 1.5px solid #EDEDED;
  background: #ffffff;
  padding: 10px;
}
.cycle-tab-container a {
  color: #173649;
  font-size: 16px;
  font-family: roboto;
  text-align: center;
}
.three_tabs{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.tab-pane {
  text-align: center;
  /* height: 128px !important; */
  margin: 60px auto 80px auto;
  width: 1036px;
  max-width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}

.fade {
  opacity: 0;
  transition: opacity 4s ease-in-out;
}

.fade.active {
  opacity: 1;
}

.cycle-tab-item {
  width: 387px;
}

.cycle-tab-item:after {
  display:block;
  content: '';
}
.cycle-tab-item.active:after { 
  border-bottom: solid 3px  #000000;  
}
.cycle-tab-item.active a.tab{ 
  color: #000000 !important;  
  background-color: #ffffff !important;
}
a.tab{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #8B8B8B;
  border: none !important;
}

a.tab:hover{
  background-color: #ffffff !important;
}

.related_products{
  background: #F9F9F9;
  padding: 80px 0;
}
hr.line{
  margin: 0 auto;
  width: 91px;
  height: 1px;
  background-color: #000000;
}
p.title_related_prod{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-top: 21px;
  margin-bottom: 50px;
}
.cards{
  width: 285px;
}

.cards h6{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-top: 36px;
}

.cards h6 a{
  color: #000000;
  text-decoration: none;
}

.cards p.price{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
}

.cards p.price span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #8B8B8B;
  padding-right: 10px;
}

.main_product_part{
  display: flex;
  justify-content: space-between;
}
.contact_us{
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_us .contact-content {
  max-width: 440px;
  width: 100%;
}
.contact_us .contact-form {
  max-width: 692px;
  width: 100%;
}
.contact_us h6{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0.02em;
  color: #000000;
}
.contact_us p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000000;
  margin-top: 19px;
  max-width: 264px;
  width: 100%;
}
.form{
  padding: 0px;
}
.form input{
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom:1px solid #000000;
  max-width: 509px;
  width: 100%;
  height: 60px;
}
.form input::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 40px;
  color: #E2E2E2;
}
.form button{
  width: 183px;
  height: 66px;
  margin-top: 59px;
  float: right;
  background-color: #000000;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}
.product_detail{
  padding: 70px 0px;
  background-color: #F9F9F9;
}
.product_detail .container,
.cycle-tab-container.container {
  max-width: 1228px;
  width: 100%;
  margin: 0 auto;
}
.product-breadcrumb p.path{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #8B8B8B;
  margin-bottom: 20px;
}
.product-breadcrumb p.path span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.product-right .first_studio{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #8B8B8B;
  margin-top: 35px;
}
.product-right h1.product_name{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  padding: 10px 0;
}
.product-right p.price{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-decoration-line: none;
  color: #000000;
  padding-bottom: 20px;
}
.product-right p.price span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: line-through;
  color: #8B8B8B;
  margin-left: 14px;
}
.product-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
  max-width: 590px;
  max-height: 546px;
}
.product-thumbs .swiper-slide img {
  border: 2px solid transparent;
  object-fit: cover;
  cursor: pointer;
  max-width: 80px;
  margin-top: 20px;
  margin-left: 10px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 26px !important;
  left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 26px !important;
  right: auto;
}
.small_img .swiper-slide{
  max-width: 125px;
}
.product-thumbs{
  max-width: 500px;
}
.swiper-button-next, 
.swiper-button-prev {
  top: auto !important;
  bottom: 20px;
}
.product-slider .swiper-wrapper .swiper-slide .img-fluid{
  width: 100%;
}

/* -------------------------droop down ------------------------------------- */

.drop-name{
  background-color: #FFFFFF;
  height: 50px;
}
.drop-value{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-left: 49px;
  margin-bottom: 0;
  color: #000000;
}
.drop-values-images{
  background-color: #FFFFFF;
  width: 100%;
  border-top: 1px solid #EDEDED;
  padding: 15px 13px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.drop-values{
  background-color: #FFFFFF;
  width: 100%;
  padding: 15px 13px;
}

.collapsibles-wrapper.size-tab .collapsible-content .drop-values label,
.collapsibles-wrapper.shortdesc-tab .collapsible-content .drop-values label {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1.5px solid #EDEDED;
  height: 38px;
  margin: 5px;
  line-height: 33px;
  padding: 0 7px;
}

.collapsibles-wrapper.size-tab .collapsible-content .drop-values label:hover,
.collapsibles-wrapper.shortdesc-tab .collapsible-content .drop-values label:hover {
  cursor: pointer;
}

.collapsibles-wrapper.size-tab .collapsible-content .drop-values label.selected,
.collapsibles-wrapper.shortdesc-tab .collapsible-content .drop-values label.selected {
  background: #F1F1F1;
}

input[type="radio"] {
  display:none;
}

.tab-control {
  width: 100%;
  height: 50px;
  display: flex;
  min-width: 590px;
  background-color: #FFFFFF;
  border: 1.5px solid #EDEDED;
}
.drop-name{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
  color: #000000;
}
.add_cart.has-price{
  display: flex;
}
.add_cart{
  width: 100%;
  display: none;
  margin-top: 24px;
}
.request-btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.count{
  width: 161px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 0 16px;
  border: 1px solid #000000;
}
.count button, 
.count #cartBadge, .count #contactBadge{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 18px;  
  height: 66px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
}
.cart-btn{
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}
.request-button{
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
}
.wishlist{
  max-width: 157px;
  width: 100%;  
  margin: 20px 23% 0 auto;
  border-bottom: 1px solid #000000;
}

.wishlist a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
}

.d-details,
.d-imgs {
  max-width: 600px;
  
}

details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  width: 100%;
  cursor: pointer;
  font-weight: 400;
  font-size: 2rem;
}
.drop-name i{
  color: #000000;
  margin-right: 17px;
  width: 14px;
}
.collapsibles-wrapper .collapsible-trigger-btn > span#size-tab-show img {
  width: 32px;
  margin-right: 10px;
}
/* transitions */
details {
  margin-bottom: 1rem;
  height: 4rem;
  transition: height 0.3s ease;
  background: #FFFFFF;
  
}
details[open] {
  height: auto;
}
details p {
  height: fit-content;
  padding: 1rem;
}
details[open] summary:after {
  transform: rotate(-90deg);
}

.product-thumbs .swiper-slide img {
  border: 1.5px solid #EDEDED;
  object-fit: cover;
  cursor: pointer;
}

.product-thumbs .swiper-slide-active img {
  border: 1.5px solid #707070;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  content: '';
  background: url('../images/right.svg');
  width: 12px;
  height: 20px;
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  content: '';
  background: url('../images/left.svg');
  width: 12px;
  height: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

/* Imgs */
.imgs {
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  border-radius: 2rem;
}

.collapsible-tabs__wrapper {
  max-width: 100%;
  margin: auto;
}

.collapsibles-wrapper .collapsible-trigger-btn {
  background: #fff;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  border: none;
  cursor: pointer;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1.5px solid #EDEDED;
  position: relative;
  margin: 5px 0;
}

.collapsibles-wrapper .collapsible-trigger-btn > span#size-tab-show,
.collapsibles-wrapper .collapsible-trigger-btn > span#shortdesc-tab-show,
.collapsibles-wrapper .collapsible-trigger-btn > span.image-tab-show {
  position: absolute;
  left: 160px !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}

.collapsibles-wrapper .collapsible-trigger-btn > span.tab-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.collapsibles-wrapper .collapsible-trigger-btn .minus-icon.tab-icon,
.collapsibles-wrapper.collapsible-tab__open
  .collapsible-trigger-btn
  .plus-icon.tab-icon {
  display: none;
}

.collapsibles-wrapper.collapsible-tab__open
  .collapsible-trigger-btn
  .minus-icon.tab-icon,
.collapsibles-wrapper .collapsible-trigger-btn .plus-icon.tab-icon {
  display: block;
}

.collapsibles-wrapper .collapsible-trigger-btn > span > svg {
  width: 15px;
  height: 15px;
}

.collapsibles-wrapper .collapsible-content {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s ease, max-height 0.5s ease, visibility 0.3s ease;
}

.collapsibles-wrapper.size-tab .collapsible-content .select-size {
  display: inline-block;
  width: 180px;
  height: auto;
}
.collapsibles-wrapper .collapsible-content .collapsible-footer {
  background-color: #ffffff;
  text-align: right;
  padding: 0 20px 15px;
}
.collapsibles-wrapper .collapsible-content .collapsible-footer button{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #000000;
  border: none;
  background-color: #ffffff;
}
.collapsibles-wrapper.size-tab .collapsible-content .select-size label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  cursor: pointer;
  height: 100%;
  background-color: #FFFFFF;
  border: 2px solid #ffffff;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  row-gap: 14px;
  text-align: center;
  color: #000000;
  padding: 10px 0;
}

.collapsibles-wrapper.size-tab .collapsible-content label.selected,
.collapsibles-wrapper.shortdesc-tab .collapsible-content label.selected {
  border: 2px solid #80C9C1;
}

.collapsibles-wrapper.tab-images .collapsible-content label {
  width: 40px;
  height: 40px;
  margin: 10px;
}

.collapsibles-wrapper.tab-images .collapsible-content label:hover {
  cursor: pointer;
}

.collapsibles-wrapper.tab-images .collapsible-content .drop-values {
  padding: 10px 0;
}

.collapsibles-wrapper.tab-images .collapsible-content .drop-values button {
  bottom: 30px;
}

.collapsibles-wrapper.tab-images .collapsible-content .base-options {
  padding: 10px 8px;
}

.collapsibles-wrapper.tab-images .collapsible-content .base-options p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  padding: 0 10px;
}

.collapsibles-wrapper .collapsible-trigger-btn .image-tab-show img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.collapsibles-wrapper.tab-images .collapsible-content label.selected img {
  border: 2px solid #80C9C1;
}

.collapsibles-wrapper.collapsible-tab__open .collapsible-content {
  visibility: visible;
  opacity: 1;
  max-height: 800px;
}

.collapsibles-wrapper.collapsible-tab__open .collapsible-trigger-btn {
  margin-bottom: 0;
  border-bottom: 1px solid #EDEDED;
}

.collapsibles-wrapper.collapsible-tab__open .collapsible-content {
  border-top: none;
  border-right: 1.5px solid #EDEDED;
  border-bottom: 1.5px solid #EDEDED;
  border-left: 1.5px solid #EDEDED;
  margin-bottom: 10px;
}

.collapsibles-wrapper .collapsible-content__inner p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.product-right .shipping-details {
  margin: 30px 0 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-right .shipping-details .shipping-time {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-right .shipping-details .shipping-cost {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-right .shipping-details .shipping-time img,
  .product-right .shipping-details .shipping-cost img {
    padding-right: 15px;
  }
.product-right .designer-details ul {
   padding-left: 0;
   list-style: none;
}

.product-right .shipping-details .shipping-time span,
.product-right .shipping-details .shipping-cost span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #838383;
  letter-spacing: 0;
}

.product-right .designer-details ul {
  padding-left: 15px;
}

.product-right .designer-details ul li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #838383;
}

.slider-for.slick-initialized .slick-slide {  
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider.slider-for img {
	max-width: 589px;
	width: 100%;
  margin: 0 auto;
  border: 1.5px solid #EDEDED;
  background: #ffffff;
  padding: 10px;
}
.slider.slider-nav {
	overflow: hidden;
	display: flex;
  margin-top: 20px;
}
.slider.slider-nav .slick-list {
	overflow: hidden;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.slider.slider-nav .slick-list .slick-slide {
	max-width: 117px;
	border: 1.5px solid #EDEDED;
	margin: 0 10px;
	padding: 5px;
  background: #ffffff;
}
.slider.slider-nav .slick-list .slick-slide.slick-current.slick-active {
	border: 1.5px solid #707070;
}
.slider.slider-nav img{
	width: 60px;
	height: 60px;
  margin: 0 auto;
}
.slider.slider-nav .slick-prev {
	position: relative;
	left: 0;
}
.slider.slider-nav .slick-prev:before {
  content: '';
	position: absolute;	
	background-image: url("../images/left.svg");
	width: 22px;
	height: 22px;
	top: 40px;
	left: 23px;
}
.slider.slider-nav .slick-next {
	position: relative;
	right: 0;
}
.slider.slider-nav .slick-next:before {
  content: '';
	position: absolute;	
	background-image: url("../images/right.svg");
	width: 22px;
	height: 22px;
	top: 40px;
	right: 28px;
}
.request_price.no-price {
  display: none;
}
.request_price {
  margin-top: 19px;
  padding: 24px 23px;
  background: #ffffff;
  border: 1.5px solid #EDEDED;
}
.request_price .request-btn button.request-button {
  max-width: 363px;
}
.request_price .request-form {
  padding: 15px 0 0;
}
.request_price .request-form input[type="text"],
.request_price .request-form input[type="email"],
.request_price .request-form textarea {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1.5px solid #EDEDED;
  margin: 5px 0;
  padding: 21px 26px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.request_price .request-form textarea {
  height: 112px;
}
.request_price .request-form .input-check input[type="checkbox"] {
  width: 21px;
  height: 21px;
  border: 1px solid #000000;
}
.request_price .request-form .input-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 320px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-top: 15px;
}
.request_price .request-form input::placeholder,
.request_price .request-form textarea::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}

.related-background {
  background: #F9F9F9;
}

.related_products .main_product_part {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 55px;
  justify-content: normal;
}

.related_products .main_product_part .cards {
  max-width: 285px;
  width: 100%;
}

.product-description {
  padding: 80px 0;
}

.product-description h2.heading {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-top: 21px;
  margin-bottom: 50px;
}

.product-description p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}

.more-related-products {
  margin-top: 80px; 
}

.more-related-products .slider-related-products .slick-prev {
  width: 38px;
  height: 38px;
  left: -48px;
}

.more-related-products .slider-related-products .slick-prev:before {
  content: '';
  background: url('../images/icon-right.svg');
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}

.more-related-products .slider-related-products .slick-next {
  width: 38px;
  height: 38px;
  right: -48px;
}

.more-related-products .slider-related-products .slick-next:before {
  content: '';
  background: url('../images/icon-left.svg');
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}

.more-related-products .single-product {
  margin: 0 10px;
  background: #F9F9F9;
}

.product-image {  
  margin: 0 auto;
  width: 285px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
}

.collapsibles-wrapper.tab-images .collapsible-content label img {
   border: 2px solid #EDEDED;
}


.more-related-products a {
  text-decoration: none;
}

.more-related-products a h2.product-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  padding: 20px 0;
}


.finish-options {
  margin: 80px 0; 
}

.finish-options .slider-finish-options .slick-prev {
  width: 38px;
  height: 38px;
  left: -48px;
}

.finish-options .slider-finish-options .slick-prev:before {
  content: '';
  background: url('../images/icon-right.svg');
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}

.finish-options .slider-finish-options .slick-next {
  width: 38px;
  height: 38px;
  right: -48px;
}

.finish-options .slider-finish-options .slick-next:before {
  content: '';
  background: url('../images/icon-left.svg');
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}

.finish-options .single-option {
  margin: 0 10px;
  background: #F9F9F9;
}

.option-image {  
  margin: 0 auto;
  width: 285px;
  height: 303px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.finish-options a {
  text-decoration: none;
}

.finish-options a h2.option-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding: 20px 0;
}


@media (max-width: 1400px) {
  .related_products .main_product_part {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .related_products .main_product_part .cards{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 15px);
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .product_detail .container,
  .cycle-tab-container.container {
    width: 1190px;
  }
}

@media (max-width: 1199.98px) {
  .product_detail .container,
  .cycle-tab-container.container {
    max-width: 960px;
    width: 100%;
  }
  .wishlist {
    margin: 20px 36% 0 auto;
  }
  .product-right .shipping-details {
    max-width: 590px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .form button {
    margin-top: -1px;
  }
  .slider.slider-nav .slick-list {
    max-width: 350px;
  }
}

@media (max-width: 992px) {
  .product_detail .container,
  .cycle-tab-container.container {
    max-width: 960px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product_detail .container,
  .cycle-tab-container.container {
    max-width: 740px;
    width: 100%;
  }
  .contact_us {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 30px;
  }
  .form button {
    height: 60px;
    margin-top: 0;
  }
  .product-right .shipping-details {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  a.tab {
    font-size: 18px;
  }
  .tab-pane {
    font-size: 16px;
    line-height: 24px;
  }
  .related_products {
    padding: 80px 27px;
  }
  .contact_us h6 {
    font-size: 26px;
    line-height: 30px;
  }
  .contact_us p {
    font-size: 18px;
    line-height: 24px;
  }
  .form input::placeholder {
    font-size: 30px;
    line-height: 30px;
  }
  .mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    top: 52% !important;
  }
}

@media (max-width: 599.98px) {
  .slider.slider-nav .slick-prev:before {
    left: 0;
  }
  .slider.slider-nav .slick-next:before {
    right: 0;
  }  
  .related_products .main_product_part .cards{
    flex-basis: calc(100% - 15px);
  }
}

@media (max-width: 419.98px) {
  .slider.slider-nav .slick-list {
    max-width: 250px;
  }
  .slider.slider-nav img {
    width: 50px;
    height: 50px;
  }
  .slider.slider-nav .slick-prev:before,
  .slider.slider-nav .slick-next:before {
    top: 30px;
  }
  .slider-for.slick-initialized .slick-slide {
    height: 380px;
  }
}

@media (max-width: 359.98px) {
  .collapsibles-wrapper .collapsible-trigger-btn {
    font-size: 16px;
    line-height: 16px;
  }
  .collapsibles-wrapper .collapsible-trigger-btn.top-btn .image-tab-show img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .collapsibles-wrapper .collapsible-trigger-btn > span.image-tab-show {
    font-size: 16px;
    line-height: 16px;
    left: 75px;
  }
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  content: none !important;
}

button.mfp-close,
button.mfp-arrow {
  width: 0 !important;
}

.mfp-arrow-right:after {
  margin-left: -50px !important;
  top: 20px !important;
}

.mfp-image-holder .mfp-close,
.mfp-image-holder .mfp-close:hover {
  background: transparent !important;
}

.footer-info p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.product-details a.brad_name {
  font-size: 18px;
}

