@font-face {
  font-family: 'thCentury';
  src: url('../fonts/thCentury.ttf');
}
@font-face {
  font-family: 'Dynamo_MN_Bold';
  src: url('../fonts/Dynamo_MN_Bold.ttf');
}
@font-face {
  font-family: 'EthernalBold_personal';
  src: url('../fonts/EthernalBold_personal.ttf');
}
@font-face {
  font-family: 'SnellBT';
  src: url('../fonts/SnellBT.ttf');
}

.right_i_wrapper {
      height: 200px;
      width: 320px;
      border: 1px solid #e4e4e4;
      position: absolute;
      right: -340px;
      background: #fff;
      box-shadow: 0px 1px 15px 2px rgba(0,0,0,0.1);
      z-index: 99;
      display: none;
      left: 10px;
      top: 61px;

  }
    .view_demo .demo_view.active + .right_i_wrapper {
      display: block;
  }
  .right_i_wrapper .head_i {
      position: relative;
      border-bottom: 1px solid #e4e4e4;
      padding: 6px;
  }
  .right_i_wrapper .head_i > strong {
      float: left;
      font-size: 14px;
      line-height: 25px;
  }
  .right_i_wrapper .head_i .close {
      position: absolute;
      right: 8px;
      top: 5px;
  }
  .right_i_wrapper .head_i::after {
      content: '';
      clear: both;
      display: table;
  }
  .right_in_wrapper {
      position: relative;
      height: 160px;
      overflow: hidden;
  }
  .right_in_wrapper .image_wrp img {
      height: 180px;
      width: 100%;
      object-fit: cover;
  }

  .right_in_wrapper {
    position: relative;
  }
  .right_i_wrapper .tag_text_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .right_i_wrapper .tag_text_wrapper .tag_wrapper {
    height: 100%;
    width: 100%;
    display: table;
  }
  .right_i_wrapper .tag_text_wrapper .inner {
    display: table-cell;
    vertical-align: middle;
  }
   .custom_tab_content .select_wrapper .select_label {
    font-weight: 600;
    color: #333;
  }
  .listed_value li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  .listed_value li input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
  }
  .listed_value li label {
    display: inline-block;
    border: 1px solid #cebcbc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
  }
  .listed_value li input:checked + label {
    border-color: #000;
  }
  .select_wrapper .listed_value {
    position: relative;
  }
  .select_wrapper .listed_value input[type="text"] {
    width: calc(100% - 50px) !important;
    display: inline-block;
    border: 1px solid #e4e4e4 !important;
    border-radius: 0;
    background: #fff;
    font-size: 13px;
    height: 40px;
  }
  .view_demo {
    display: inline-block;
    border: 1px solid #333;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
  }

  #custom-text-value {
    text-shadow: 0 1px 0 rgba(255,255,255,0.4),0 -1px 0 rgba(162, 145, 13, 0.8);
    font-size: 18px;
    color: transparent;
    top: -10px;
  }

  .column.main form {
      display: flex;
  }
  .custom_tab_content {
    padding: 20px;
    display: none;
  }
  

 
  .product.media-left {
    display: block;
    flex: 0 0 39%;
    order: 1;
    width: 39%;
  }
  .page-layout-1column .product-info-main{
    float: none !important;
      width: 22%;
      flex: 0 0 22%;
      order: 3;
  }
  .page-layout-1column .product.media {
    float: none !important;
    flex: 0 0 39%;
    width: 39%;
    order: 2;
  }

