.d-row {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.addon-preview-image {
  max-width: 100%;
  border-radius: 50%;
  width: 80px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.addon-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.col-gap {
  column-gap: 15px;
}

.flex-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.select-theme-btn {
  background-color: transparent;
  border: 0;
}

.w-100 {
  width: 100%;
}

.woocommerce div.product form.cart div.quantity {
  float: unset;
  margin: unset;
}

.addon-input {
  width: 100% !important;
  border-radius: 5px !important;
  padding: 14px 8px !important;
  border: 1px solid #ccc;
}

.object-fit-contain {
  object-fit: contain;
}

.text-center {
  text-align: center;
}

.justify-center {
  justify-content: center;
}

.selected--theme {
  border: 2px solid #333 !important;
  border-radius: 50%;
}

.themes {
  position: relative;
  width: 80px;
  height: 80px;
  box-shadow: 2px 3px 6px 1px #848484;
  border-radius: 50%;
}

.themes::after {
  content: '';
  position: absolute;
  background: #c9c6c64a;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
}

.selected--theme.themes::after {
  opacity: 0;
}

/* #preview{
  background-color: red;
  min-height: 100px;
} */
.preview_class {
  /* height: 150px; */
  height: auto;
  /* height: 82px; */
  width: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  padding: 0.365em 0;
  /* column-gap: 3%; */
}
.flex-30{
  flex: 0 0 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-70{
  flex: 0 0 54%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 54%;
    max-height: 100%;
    /* height: auto; */
}
.icon__image{
  aspect-ratio: 1/1;
  object-fit: contain;
  /* width: 130px; */
  width: 75px;
}
.icon__image{
/* aspect-ratio: 16/11;
object-fit: contain;
width: 130px;
width: 100%; */
}
.preview_name_main{
  font-family: 'Rum Raisin', sans-serif;
  /* font-size: 60px; */
  margin: 0;
  line-height: 1;
  text-align: center;

}
.row-rev__{
  flex-direction: row-reverse;
}
.row-clean__{
  flex-direction: row;
}
.flex-50{
  flex:0 0 50%
}
#preview{
  flex-wrap: wrap;
}
.flex-col{
  flex-direction: column;
}
.designintrotext{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 9999;
}
.font-intro {
  font-family: 'Rum Raisin';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0;
}
.font-total,.theme-name{
  font-family: 'Rum Raisin';
  font-size: 30px;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
.theme-name {
  font-size: 35px;
  text-transform: capitalize;
}

  .designintrotext::after {
    content: '';
    background-image: url('../images/arrow.png');
    width: 86px;
    display: block;
    position: absolute;
    height: 54px;
    /* background-color: red; */
    background-position: top right;
    background-size: contain;
    top: -12px;
    background-repeat: no-repeat;
    rotate: 0deg;
    z-index: -1;
}
.top-right::after {
  right: 0;
  transform: scaleX(-1);
}
.bottom-right::after {
  right: 0;
  transform: scaleX(1);
  rotate: 180deg;
}
.bottom-left::after {
  left: 0;
  transform: scaleX(-1);
  rotate: 180deg;
}
.bottom-mobile::after {
  left: 0;
  transform: scaleX(-1);
  rotate: 180deg;
  width: 35%;
  height: 45px;
}
@media only screen and (max-width:600px) {
  .preview_class.flex-50{
    flex: 0 0 100%;
  }
  .icon__image{
    width: 70%;
    max-height: 150px;
  }
  .preview_class{
    height: 100%;
    /* min-height: 100px; */
  }
  .addon-preview-image{
    width: 60px;
  }
  .font-intro{
    margin: 8px 0;
    font-size: 14px;
  }
  .font-total,.theme-name{
    font-size: 25px;
  }
  .theme-name {
    font-size: 30px;
  }
  .themes {
    height: 60px;
    width: 60px;
  }
  .addon-ul{
    justify-content: center;
  }
  /* .preview_name.flex-70{
    flex: 0 0 60%;
  }
  .preview_class .flex-30.d-row{
    flex:0 0 40%;
  } */
}
@media only screen and (max-width:400px){
  .col-gap {
    column-gap: 10px;
}
.designintrotext::after{
  width: 30%;
  background-size: 50%;
  top: -20px;
}
}
@media  only screen and (min-width:991px) and (max-width:1200px) {
  .designintrotext::after {
    width: 50%;
    height: 100%;
    min-height: 40px;
    /* background-color: red; */
    background-position: 0 0;
    background-size: contain;
    top: -8px;
    z-index: -1;
}
}