:root {
  --price-colour: #124e88;
  --selected-colour: #67b736;
}

.options-list {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}

.options-list li {
  width: 20%;
}

img {
  max-width: 100%;
}

.grid-popup video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
}

.grid-popup img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
}

#sidebar-main-div {
  width: 17%;
}

#bed-design-main-div {
  width: 83%;
}

.input-box {
  padding: 30px 20px;
}

.input-box input[type="radio"]:checked ~ label {
  border: 1px solid var(--selected-colour);
}

.accordion-item .input-box input[type="radio"]:checked ~ label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  bottom: 0;
  padding-left: 0px;
  padding-top: 2px;
  border-top-left-radius: 6px;
  right: 0;
  background: var(--selected-colour);
  font-size: 18px;
  color: #fff;
  height: 30px;
  width: 30px;
}

.input-box input[type="checkbox"]:checked ~ label {
  border: 1px solid var(--selected-colour);
}

.accordion-item .input-box input[type="checkbox"]:checked ~ label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  bottom: 0;
  padding-left: 0px;
  padding-top: 2px;
  border-top-left-radius: 6px;
  right: 0;
  background: var(--selected-colour);
  font-size: 18px;
  color: #fff;
  height: 30px;
  width: 30px;
}

/* .selected-mattress:after, .selected-extra:after {
  background: url(/bed-images/ui/other/sprite2.png) no-repeat 0px -140px;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 8;
  right: -10px;
  bottom: -10px;
  height: 19px;
  width: 19px;
  background-position: -20px -140px;
} */

.option-name-custom {
  font-size: 10px;
  padding-top: 5px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.list-label {
  font-size: 13px;
  padding: 10%;
  border-radius: 5px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  cursor: pointer;
}

.list-label:hover {
  background: #f7f7f7;
}

.tab-list li {
  background: #d0d2d1;
  border: 0;
  border-radius: 0;
  line-height: inherit;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 5px;
  transition: 0.5s;
}

.tab-list li.active {
  background: #efad99;
}

.tab-list li.active a {
  color: #ffffff;
}

.tab-list li a {
  color: #1d1d1d;
  font-size: 11px;
  font-weight: 700;
  transition: 0.5s;
}

.tab-list li img {
  max-width: 50px;
}

.progress-nav {
  margin: 0;
  padding: 20px 0 30px 19px;
  list-style: none;
  overflow: hidden;
}

.progress-nav li.active {
  background: #f6967d;
}

.progress-nav li:first-child {
  margin-left: -19px;
  width: 19px;
}

.progress-nav li {
  background: #b3b3b3;
  float: left;
  height: 1px;
  list-style: none;
  position: relative;
  width: 25%;
  cursor: pointer;
}

.progress-nav-double li {
  background: #b3b3b3;
  float: left;
  height: 1px;
  list-style: none;
  position: relative;
  width: 14%;
  cursor: pointer;
}

.progress-nav li::after {
  background: url("/bed-images/ui/other/sprite.png") no-repeat 0px -140px;
  content: "";
  display: inline-block;
  float: right;
  height: 19px;
  margin-top: -9px;
  width: 19px;
}

.progress-nav li.active::after {
  background-position: -20px -140px;
}

#colour-options li:hover ~ #zoom-img {
  transform: scale(5);
}

.colour-headers {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 5px 10px;
}

.colour-full-img {
  clear: both;
  padding: 10px 10px 0 10px;
  max-height: 175px;
  overflow: hidden;
}

.colour-full-img img {
  max-width: 100%;
  width: 100%;
}

.prices-div {
  margin: 0 10px;
  padding: 10px 0px;
  margin-top: 30px;
}

.total-div {
  margin-bottom: 10px;
}

.total-div .total-p {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin: 0 0 10px 0;
  line-height: 25px;
}

.total-div .exclude-vat-text {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #7f7f7f;
}

.prices-div .exclude-vat-text a {
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  font-size: 12px;
  color: #efad99 !important;
}

.prices-div .exclude-vat-text a:hover {
  text-decoration: underline;
}

.next-btn {
  border-color: #f6967d !important;
  text-transform: uppercase;
  color: #f6967d !important;
}

.next-btn:hover {
  background: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #000000 !important;
}

.next-btn:focus {
  border-color: #f6967d !important;
  background: #f7f7f7 !important;
  color: #f6967d !important;
  outline: none !important;
}

.pdf-btn {
  margin-top: 30px;
  border-color: #000000 !important;
  text-transform: uppercase;
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 50px 10px 50px !important;
}

.pdf-btn:hover {
  background: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #000000 !important;
}

.pdf-btn:focus {
  border-color: #f6967d !important;
  background: #f7f7f7 !important;
  color: #f6967d !important;
  outline: none !important;
}

#total-prices-list {
  list-style: none;
  padding-left: 15px;
  margin-top: 20px;
  line-height: 10px;
}

#total-prices-list li.total-prices-item p {
  font-size: 15px;
  line-height: 20px;
}

#total-prices-list li.total-prices-item span {
  color: var(--price-colour);
  font-weight: 700;
}

.size-details-div {
  width: 40%;
}

.size-details-div p {
  font-size: 13px;
}

.size-details-div span {
  color: var(--price-colour);
  font-weight: 900;
}

.size-label {
  margin: 0px 20px;
}

.bed-images {
  display: grid;
}

.grid1-1 {
  grid-area: 1 / 1;
}

.general-label {
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  cursor: pointer;
}

.general-label div {
  padding: 20px;
}

.general-label:hover {
  background: #f7f7f7;
}

.general-label p {
  text-align: center;
  font-weight: 900;
}

.general-label .general-price {
  color: var(--price-colour);
}

.no-headboard-img {
  filter: blur(4px);
}

.drawer-details-div {
  width: 45%;
}

.drawer-img-div {
  width: 55%;
  text-align: center;
}

.drawer-details-div p {
  font-size: 15px;
}

.drawer-details-price {
  font-weight: 900;
  color: #f6967d;
}

.drawer-img-div img {
  width: 200px !important;
}

.drawer-label {
  margin: 0px 20px;
  padding: 10px !important;
}

.mattress-sections {
  display: flex;
  justify-content: center;
}

.mattress-section {
  width: 50%;
  padding: 20px;
  margin-bottom: 10px;
}

.active-mattress {
  background: #f7f7f7;
  border-bottom: none;
  margin-bottom: 0;
}

.active-mattress .mattress-label:hover {
  background: #e8e8e8;
}

.mattress-section-header {
  display: flex;
  width: 100%;
  align-items: center;
}

.mattress-section-header p {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.mattress-section-header img {
  width: 25%;
  height: 30%;
}

.mattress-content {
  margin-top: 10px;
}

.mattress-input-box {
  padding: 0px;
}

#mattress .nav-tabs {
  border-bottom: 1px solid #efad99 !important;
}

.nav-link.active {
  border-color: #efad99 !important;
  border-bottom-color: #fff !important;
}

.mattress-popup {
  background: #f6967d;
  opacity: 0.8;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 50;
  top: 0;
  right: -15px;
  text-align: center;
  padding-top: 100px;
}

.mattress-popup h2 {
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
}

div.mattress-label:hover {
  background: none;
}

.orange-border {
  border-top: 1px solid var(--selected-colour);
}

.mattress-nav a {
  width: 50%;
  border-top-right-radius: 20px !important;
  background: #eaeaea !important;
}

.mattress-nav a:last-of-type {
  margin-left: 7px;
  width: 48%;
}

.mattress-nav a.active {
  background: #ffffff !important;
}

.mattress-nav img {
  height: 35px !important;
  margin-left: 10px;
}

.mattress-nav a p {
  font-weight: 900;
  text-transform: uppercase;
  color: #000000 !important;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

.mattress-icon-div {
  float: left;
  width: 41%;
  padding: -3px;
}

.mattress-label {
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px;
  font-weight: 900;
}

.input-box input[type="radio"]:checked ~ .mattress-label {
  border: 1px solid var(--selected-colour);
}

.mattress-label:hover {
  background: #f7f7f7;
}

.mattress-label p {
  text-align: center;
  line-height: 17px;
}

.mattress-label .mattress-price {
  color: #f6967d;
  font-weight: 900;
}

.input-box input[type="checkbox"] {
  display: none;
}

.mattress-type-radio [type="radio"]:checked + label,
.mattress-type-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
  line-height: 15px;
  display: block;
  color: #000;
  border: none !important;
}

.mattress-type-radio [type="radio"]:checked + label:before,
.mattress-type-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.mattress-type-radio [type="radio"]:checked + label:after,
.mattress-type-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #000000;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mattress-type-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mattress-type-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mattress-extra-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 15px;
}

.mattress-extra-section .mattress-label:hover {
  background: #f7f7f7;
}

.mechanism-details-div {
  width: 45%;
}

.mechanism-img-div {
  width: 55%;
  text-align: center;
}

.mechanism-details-div p {
  font-size: 15px;
}

.mechanism-details-price {
  font-weight: 900;
  color: #f6967d;
}

.mechanism-img-div img {
  width: 200px !important;
}

.mechanism-label {
  margin: 0px 20px;
  padding: 10px !important;
}

.img-blur {
  filter: blur(4px);
}

.orange-text {
  color: #f6967d;
}

.extra-type-radio [type="radio"]:checked + label,
.extra-type-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
  line-height: 15px;
  display: block;
  color: #000;
  border: none !important;
  font-size: 13px;
}

.extra-type-radio [type="radio"]:checked + label:before,
.extra-type-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.extra-type-radio [type="radio"]:checked + label:after,
.extra-type-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 6px !important;
  height: 6px !important;
  background: #000000 !important;
  position: absolute !important;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.extra-type-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.extra-type-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.extra-price {
  color: #f6967d;
  font-weight: 900;
}

.extra-headings {
  margin: 0;
  margin-bottom: 2px;
  font-weight: 900;
  font-size: 14px;
  color: #000000;
}

.sheet-colour-label {
  font-size: 13px;
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 3px 5px 3px 10px;
}

.sheet-colour-label:hover {
  border-color: #f6967d;
}

.sheet-colour-label p {
  font-size: 13px;
}

.sheet-colour-label p:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background: #ffffff;
  position: relative;
  top: 7px;
  border: 1px solid #000000;
}

.sheet-colour-label-ivory p:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  background: #ffeccb;
  position: relative;
  top: 7px;
  border: 1px solid #000000;
}

.inline-radio {
  display: inline-block !important;
}

.inline-radio:last-of-type {
  padding-left: 22px !important;
  margin-left: 12px;
}

.product-info-div .product-info-title {
  font-size: 16px;
  font-weight: 900;
}

.product-info-div ul {
  padding-left: 16px;
}

.product-info-div ul li {
  font-size: 13px;
}

.product-info-div p {
  font-size: 13px;
}

.samples-form input {
  text-align: center;
  border: 1px solid #dedede !important;
  border-radius: 0px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  padding: 21px 0 !important;
}

.samples-form input:focus {
  box-shadow: none;
}

.samples-form .samples-send-btn {
  padding: 10px 70px 10px 70px;
  text-transform: uppercase;
  width: 100%;
}

.samples-form .samples-send-btn:hover {
  background: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #000000 !important;
}

.samples-form .samples-send-btn:focus {
  border-color: #f6967d !important;
  background: #f7f7f7 !important;
  color: #f6967d !important;
  outline: none !important;
}

.lightbox-toggle {
  color: black;
}

.backdrop {
  z-index: 998;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
}

.box {
  z-index: 999;
  position: fixed;
  display: none;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  width: 800px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #444444;
  -webkit-box-shadow: 0px 0px 5px #444444;
  box-shadow: 0px 0px 5px #444444;

  * {
    z-index: 3;
  }
}

.box img {
  width: 100%;
  height: 100% !important;
}

.close {
  position: absolute;
  background: #ffffff;
  width: 40px;
  right: -20px;
  padding-left: 1px;
  padding-top: 8px;
  top: 50px;
  text-align: center;
  height: 40px;
  top: -20px;
  z-index: 99;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px,
    rgb(0 0 0 / 6%) 0px 2px 4px -1px;
  border-radius: 22px;
  cursor: pointer;
  opacity: 1 !important;
}

.mattress-close {
  top: 40px;
  right: 12.5%;
}

.validation-div {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background: #f6967d;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.validation-div-inner {
  padding: 0px 20px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.validate-item {
  text-transform: capitalize;
}

.bed-images-row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mattress-detail-image {
  width: 100%;
  min-height: 100%;
  z-index: 8;
}

@media (max-width: 1200px) {
  #main-div-1 {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
  }
  #bed-design-main-div {
    width: 85%;
  }
  .headboard-label .label-content {
    text-align: center;
  }
  section.header {
    padding-top: 0px;
  }
  .box img {
    width: 100%;
    height: 200px;
  }
  .box {
    width: 350px;
  }
  .mattress-icon-div {
    width: 50%;
  }
  .size-details-div p {
    font-size: 12px;
  }
  .close {
    right: -20px;
  }
  .mattress-close {
    top: 40px;
    right: 11%;
  }
  .validation-div-inner {
    padding: 20px 20px 20px 20px;
  }
}

@media (max-width: 813px) {
  .mattress-close {
    right: 70px;
  }
}

.total-div-mobile {
  display: none;
}

@media (max-width: 1365px) {
  #bed-design-div {
    margin-right: 0px;
  }
}

@media (min-width: 1300px) {
  #main-div-1 {
    width: 64% !important;
    flex: 0 0 64%;
  }
  #main-div-2 {
    width: 36% !important;
    flex: 0 0 36%;
  }
}

@media (max-width: 1300px) {
  #main-div-1 {
    width: 50% !important;
    flex: 0 0 50%;
  }
  #main-div-2 {
    width: 50% !important;
    flex: 0 0 50%;
  }
  #bed-design-div {
    margin-left: 10px;
  }
  #sidebar-main-div {
    width: 18%;
  }
  #bed-design-main-div {
    width: 82%;
  }
  #product-info-div-desktop {
    padding: 10px;
  }
}

#product-info-popup .product-info-popup-div {
  max-height: 80vh !important;
  width: 90vw !important;
  overflow: auto;
}

@media (max-width: 1199px) {
  .more-info {
    height: 40px;
  }
  .product-info-popup-content {
    font-size: 14px;
  }
}

@media (max-width: 1150px) {
  #main-div-1 {
    width: 50%;
    flex: 0 0 50%;
  }
  #main-div-2 {
    width: 50%;
    flex: 0 0 50%;
  }
  #bed-design-div {
    margin-left: 10px;
  }
}

@media (max-width: 1000px) {
  #sidebar-main-div {
    width: 22%;
  }
  #bed-design-main-div {
    width: 78%;
  }
}

#product-info-div-mobile {
  display: none;
}

.mattress-hide {
  display: none;
}

.mattress-show {
  display: block;
}

#main-content {
  padding-top: 3rem;
}

@media (max-width: 776px) {
  .label-content {
    text-align: center;
  }
  #main-content {
    padding-top: 0px;
  }
  .mattress-hide {
    display: none;
  }
  .options-list li {
    width: 33.3%;
  }
  .total-div {
    display: none;
  }
  #product-info-div-mobile {
    display: block;
  }
  .total-div-mobile {
    display: block;
    background: #ffffff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }
  .total-div .total-p {
    font-size: 18px;
  }
  .mattress-close {
    right: 20px;
    top: 20px;
  }
  .bed-images-row {
    margin: 0 -10px !important;
  }
  .input-box {
    padding-top: 20px;
  }
  .mattress-popup {
    right: -10px !important;
  }
  .progress-nav {
    display: none;
  }
  #main-div-1 {
    display: flex;
    justify-content: center;
    position: sticky;
    z-index: 99;
    top: 0;
    margin-top: -17px;
    width: 100%;
    flex: 0 0 100%;
  }
  #main-div-2 {
    width: 100%;
    flex: 0 0 100%;
  }
  #bed-design-div {
    margin-left: 0px;
  }
  #sidebar-main-div {
    width: 23% !important;
  }
  #bed-design-main-div {
    width: 77% !important;
  }
  .size-details-div {
    width: 100% !important;
    text-align: center;
  }
  .size-img-div {
    width: 100% !important;
  }
  .mattress-nav a p {
    font-weight: 900;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 17px;
    margin: 0;
  }
  .mattress-icon-div {
    display: none;
  }
  .mattress-nav a:last-of-type {
    margin-left: 0px !important;
    width: 48%;
  }
  .drawer-details-div {
    width: 100% !important;
    text-align: center;
  }
  .drawer-img-div {
    width: 100% !important;
    text-align: center;
  }
  .mechanism-details-div {
    width: 100% !important;
    text-align: center;
  }
  .mechanism-img-div {
    width: 100% !important;
    text-align: center;
  }
  #product-info-div-desktop {
    display: none;
  }
}

.add-to-cart-btn {
  background: #124e88;
  border-radius: 0;
  font-size: 32px;
  color: #ffffff;
  border: 0;
  font-weight: bold;
}

.add-to-cart-btn:hover {
  border: none;
}

.mattress-disabled {
  background: #eaeaea;
  pointer-events: none;
}

.mattress-select-popup,
.extra-select-popup {
  background: #ffffff;
  position: absolute;
  z-index: 10;
}

.mattress-select-right-popup {
  background: #ffffff;
  position: absolute;
  z-index: 10;
}

.mattress-select-align,
.extra-select-align {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.mattress-popup-close,
.extra-popup-close {
  position: initial;
  margin: 20px 0;
}

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

.selected-mattress,
.selected-extra {
  border: 1px solid var(--selected-colour);
}

.global-blur {
  filter: blur(0.2rem);
}

#nav-left-mattress-tab {
  border-bottom: 1px solid #efad99;
}

#nav-left-mattress-tab.active {
  border-bottom: none;
}

#nav-right-mattress-tab {
  border-bottom: 1px solid #efad99;
}

#nav-right-mattress-tab.active {
  border-bottom: none;
}

.v-0 {
  opacity: 0;
  transition: all 0.3s ease;
}

.badge-peach {
  background: var(--peach-colour);
  color: #fff;
}

.mattress-image-div-extra {
  margin-right: 45px;
}

.mattress-tables-section {
  padding-left: 5px;
}

.mattress-tables {
  margin-top: 10px;
}

.mattress-tables .mattress-table-content {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.mattress-tables .mattress-table-content p {
  margin: 0;
  padding-left: 10px;
}

.mattress-tables .mattress-table-content img {
  height: 30px;
}

.sticky-section {
  position: sticky;
  top: 243px;
}

.extra-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  justify-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  place-items: center;
}

.global-popout .global-popout-content {
  background: var(--peach-colour);
  display: block;
  width: 270px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  z-index: 9999;
  margin-top: 20px;
  color: #fff;
  padding: 20px;
  position: fixed;
  left: -100%;
  transition: all ease 1.5s;
}

.global-popout .global-popout-content.active {
  left: 0%;
}

.white-box {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  border-radius: 9px;
}

#option-tabs .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#option-tabs .accordion-item:last-of-type {
  border: none;
}

#option-tabs .accordion-item:first-of-type,
#option-tabs .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

#option-tabs .accordion-item:last-of-type,
#option-tabs .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

#option-tabs .accordion-button:not(.collapsed) {
  color: #212529;
  box-shadow: none;
  background: #fef1ee;
}

#option-tabs .accordion-item:last-of-type .accordion-button:not(.collapsed) {
  border-radius: 0px;
}

.tab-next-btn {
  visibility: hidden;
  margin-right: 10px;
}

.option-tab.active .tab-next-btn.activated {
  visibility: visible;
}

.tab-icon {
  width: 18%;
}

.tab-product-text {
  width: 82%;
}

@media (max-width: 776px) {
  .tab-icon {
    width: 29%;
  }

  .tab-product-text {
    width: 71%;
  }

  /* .tab-product-text {
    width: 70%;
  } */
}

.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none;
}

.option-tab-heading {
  margin-right: 10px;
  display: flex;
  width: 100%;
  align-items: center;
}

.option-tab h3 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

.hide-video-mobile {
  display: block;
}

@media (max-width: 600px) {
  .option-tab h3 {
    font-size: 18px;
  }
  .tab-product-text span {
    font-size: 12px;
  }
  .hide-video-mobile {
    display: none;
  }
}

.option-tab .avaliable-options {
  font-size: 12px;
  background: var(--peach-colour);
  color: #fff;
  border-radius: 25px;
  padding: 5px 10px;
}

.tutorial-box {
  text-align: center;
  background: var(--peach-colour);
  color: #fff;
  padding: 20px 10px;
}

#mobile-price-box {
  margin-top: -7px;
}

.tick-icon {
  font-size: 25px;
  margin-top: 7px;
  color: var(--selected-colour);
  opacity: 0;
  transition: 0.3s ease all;
}

.tick-icon.active {
  opacity: 1;
}

.accordion-header {
  position: sticky;
  top: 188px;
  z-index: 20;
}

.more-info {
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #124e88;
  padding-top: 0px !important;
  font-size: 16px;
  margin-top: -17px;
}

.more-info i {
  margin-right: 5px;
}

.more-info:hover {
  color: #000000;
}
