.d-flex{display:flex}.d-flex.center{align-items:center}.d-flex.j-center{justify-content:center}.d-flex.end{justify-content:flex-end}.d-flex.start{justify-content:flex-start}.d-flex.around{justify-content:space-around}.d-flex.between{justify-content:space-between}.d-flex.even{justify-content:space-around}
.flex-wrap {
  flex-wrap: wrap;
}
.d-block-mobile {
    display: block;
}

div[disabled="disabled"] {
  pointer-events: none;
  opacity: .4;
}

[v-cloak] { display: none; }

.quote-card {
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  padding: 15px 30px;
  border-radius: 5px;
  min-height: 130px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.option-dropdown .form-group {
  margin: 0px;
}

.m-standard {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Preloader */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #b50c00 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}

.widget-loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
}

#configurator-modal *{
  transition: .5s;
}

#configurator-modal .modal-dialog {
  width: 100%;
  /* top: 10%; */
  max-width: 1200px;
  height: 100%;
  margin: 50px auto;
}

#configurator-modal .modal-content {
  padding: 30px 30px;
  top: 0;
}

#configurator-content {
  min-height: 350px;
}

#configurator-header {
  color: #575757;
}

#configurator-header p {
  line-height: 15px;
}

.modal-footer span {
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  color: #575757;
  transition: .5s;
}

#special-product-option-selector * {
  transition: .5s;
}

.modal-footer span:hover {
  color: #b50c00;
}

/* Selector */
.product-preview {
    color: #000;
    margin-top: 50px;
}

.product-preview .tags span {
    font-size: 10px;
    border-radius: 5px;
    margin: 2px;
    padding: 5px 6px;
    background: #b50c00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.field-radio {
  display: block;
  padding: 15px 0px;
}

.field-radio .form-check {
  flex-grow: 10;
  display: flex;
  justify-content: start;
}

.product-preview .wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.product-preview .wrapper .number {
    font-size: 28px;
    border-bottom: solid 5px #4f4f4f;
    max-width: 376px;
    margin: 5px auto;
    color: #4f4f4f;
}

.product-preview .wrapper .label {
    color: #000;
    font-size: 19px;
    opacity: .5;
    text-transform: uppercase;
}

.product-preview .wrapper .tags {
    margin-top: 15px;
}

.product-preview .file {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    color: #000;
    transition: .5s;
    cursor: pointer;
    text-align: center;
}

.product-preview .file i {
    display: block;
    margin: 15px auto !important;
}

.product-preview .file:hover {
    opacity: 1;
    border-color: #b50c00;
    color: #b50c00;
}

.table-description {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 5px;
}

.options-list {
  display: flex;
  text-align: center;
  justify-content: center;
}

.options-wrapper {
    flex-wrap: wrap;
    color: #4f4f4f;
    align-items: flex-start;
    padding-bottom: 30px;
}

.option-dropdown {
    width: 100%;
    flex-grow: 6;
    padding: 30px 15px 0px;
    scroll-snap-align: end;
}

.option-header {
    color: #575757 !important;
    font-size: 20px !important;
}

.option-header + i {
    border: solid 2px #575757;
    color: #575757;
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: .5s;
}

.option-header + i:hover {
    border-color: #b50c00;
    color: #b50c00;
}

.option-dropdown input.form-control {
    padding: 12px;
    transition: .5s;
}

.option-dropdown .form-control:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.option-dropdown.quanity {
    margin-top: 50px;
}

.option-head {
    margin-bottom: 10px;
}

.dark-text {
    color: #575757 !important;
}

.full {
    width: 100%;
}

#description-modal * {
    color: #4f4f4f;
}

#description-modal .option-description {
    margin: 50px 0px;
}

.configurator-header {
    margin-top: 60px;
}

.options-list {
    display: flex;
}

input.large-checkbox {
    transform: scale(1.5);
}

.configurator-tabs .tab-pane {
    padding: 0px !important;
}


/* Break Points */

@media (max-width: 600px) {
  #special-product-option-selector .action-control {
      display: block;
  }
  .configurator-header > h1 {
      font-size: 30px;
  }
  .product-preview .wrapper .number {
      font-size: 25px;
  }
  #configurator-modal .modal-content {
      padding: 15px;
  }
}

@media (max-width: 991px) {
  .options-wrapper {
    overflow: inherit;
    max-height: inherit;
  }
}

@media (max-width: 1024px) {
  .options-list {
      display: block !important;
  }
}


/* Preloader */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #b2b2b2;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  

  /* Animations */

  .fade-in {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
  }
  
  .move-up {
    animation: moveUp 1s;
    -webkit-animation: moveUp 1s;
    -moz-animation: moveUp 1s;
    -o-animation: moveUp 1s;
    -ms-animation: moveUp 1s;
  }

  .a-delay-1 {
    animation-delay: .25s;
  }

  .a-delay-2 {
    animation-delay: .5s;
  }

  .a-delay-3 {
    animation-delay: .75s;
  }
  
  @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @keyframes moveUp {
    0% {bottom: -300px;}
    100% {bottom: 0px;}
  }

  /* Quote Form */
  
  .quote-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e8e7e7;
  }

  .quote-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }

  /* Goto Review */
  .fixed-preview a {
    border-radius: none;
  }
  
  .fixed-preview {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 10000;
    left: 0px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
  }

  .fixed-preview .container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
  }

  .fixed-preview .container .row {
    margin: 15px;
  }

  .fixed-preview .container .preview-header {
    font-size: calc(20px + 1vw);
  }

  .fixed-preview .quantity {
    border: solid 1px #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
  }
  
  .fixed-preview .btn {
    border: solid 1px #fff;
    transition: .5s;
    border-radius: 0;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 0px 5px;
  }

  .fixed-preview .btn:hover {
    background: #fff;
    color: #000 !important;
  }
  

  @media (max-width: 991px){

    .fixed-preview .container .actions {
      justify-content: center !important;
    }

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

    .width-100, .width-50, .width-33 {
      width: 100% !important;
    }

    .configurator-gallery .thumbnails {
      display: flex !important;
      height: auto !important;
      margin-top: 15px;
      order:12;
    }

    .fixed-preview .container .preview-header {
      margin-bottom: 15px;
    }

    .preview-header {
      overflow-x: scroll;
    }
  }

  /*Grid*/

  .width-100 {
    width: 100%;
  }

  .width-50 {
    width: 50%;
  }

  .width-33 {
    width: calc(100%/3);
  }

  .help {
    position: absolute;
    top: 10px;
    right: 10px;
    border: solid 2px black;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    transition: .5s;
    cursor: pointer;
  }

  .help:hover {
    opacity: 1;
  }

  

  
  /* Gallery */

.configurator-gallery {
  padding: 30px 15px 0px;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}

.configurator-gallery .thumbnails {
  display: block;
  overflow-y: auto;
  height: 100%;
  scroll-snap-type: y;
  max-height: 90vh;
}


.configurator-gallery .thumbnail {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: cover;
  border: solid 3px #e6e6e6;
  margin: 0px auto 7px auto;
  opacity: .8;
  transition: .5s;
  cursor: pointer;
  scroll-snap-align: start;
}

.configurator-gallery .thumbnail:hover {
  opacity: 1;
}

.configurator-gallery .thumbnail.active {
  border-color: rgb(20, 20, 20);
}

.configurator-gallery .primary img {
  display: block;
  object-fit: contain;
  margin: auto;
  max-width: 615px;
  width: 100%;
}

.configurator-gallery .thumbnails .abs {
  position: absolute;
  width: 100%;
  z-index: 2;
  font-size: 23px;
  background: #fff;
  opacity: .2;
  transition: .5s;
  cursor: pointer;
}

.configurator-gallery .thumbnails .abs:hover {
  opacity: .8;
}

.configurator-gallery .thumbnails .top {
  top: 0;
  left: 0;
}

.configurator-gallery .thumbnails .bottom {
  bottom: 0;
  left: 0;
}

.configurator-gallery .primary .zoom-button {
  position: absolute;
  top: 15;
  right: 15;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(68, 68, 68);
  color: #fff;
  opacity: .2;
  border-radius: 50px;
  cursor: pointer;
  transition: .5s;
}

.configurator-gallery .primary .zoom-button:hover {
  opacity: .8;
}

.configurator-gallery .primary .zoom-button > i {
  font-size: 45px;
}

.configurator-gallery .primary .title {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.change-quantity .btn {
  font-size: 24px;
}