.component-block {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 1rem !important;
  padding: 1.25rem 1.25rem 0.5rem;
  position: relative;
}
.component-block.component {
  box-shadow: none;
}
.component_title {
  color: #232323;
  font-size: 17px;
  text-transform: uppercase;
  background: #f2f2f2;
  padding: 6px;
}
.component-warning {
  border-width: 0px 0px 4px 0px;
  border-color: orange;
}
.component-block.component-required {
  border-bottom: 4px solid red;
}
.component-block.component-required p.alert-warning {
  border-left: 2px solid red;
}
.component-warning p {
  color: orange;
}
.component-success {
  border-width: 0px 0px 4px 0px;
  border-color: #6eb165;
}
.component-success p {
  color: green;
}
.wizard .component_title {
  background: none;
}
.component_descrption {
  color: #7a7a7a;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 1rem;
  border-bottom: 1px dashed #d4d4d4;
}
.component_products li {
  list-style: outside none none;
}
.component-block .component-summary-line .label {
  color: #555;
}
.component-item-thumbs .component_products li {
  border: 1px solid #d3ced2;
  clear: both;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.component-item-thumbs .component_products li:hover {
  box-shadow: 0 0 2px 2px rgba(131, 131, 131, 0.4);
}
.component-item-thumbs .item-image {
  display: inline-block;
  float: left;
  margin-bottom: 5px;
}
.component-item-thumbs .item-info {
  float: left;
  /*max-width: 70%;*/
  padding-left: 10px;
}
.component-block .item-info .item-name a,
.component-selected-item .item-name a {
  color: #2fb5d2;
  font-weight: bold;
}
.component-block .item-info .item-price {
  font-weight: bold;
}
.component-block .item-info .item-qty {
  /* width: 80%; */
}
.component-selected-item .item-variants {
  border-bottom: 1px dashed #d4d4d4;
}
select.variant-selection,
select.selection_dropdown {
  background: #fff;
  border: 0 none;
  padding: 5px 10px;
  width: 100%;
}
.item-variant,
select.selection_dropdown {
  border-radius: 1px;
  box-shadow: 0 0 1px #303;
  overflow: hidden;
}
.item-required {
  color: #ff1800;
  float: right;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 12px;
  margin-top: 5px;
}
.selected-item {
  border-bottom: 1px dashed #f1f1f1;
  display: inline-block;
  width: 100%;
}
.item-component.type_radio {
  cursor: pointer;
  float: left;
}
.component-item-thumbs .radio_selection {
  cursor: pointer;
  width: 100%;
}
.selected-item .selected-cross {
  background: #fa6328 none repeat scroll 0 0;
  color: #fff;
  float: right;
  font-weight: bold;
  padding: 2px 8px;
  text-decoration: none;
  margin-top: -6px;
  border-radius: 2px;
}
.coponent-selection {
  display: inline-block;
  width: 100%;
}
.component-selected-item {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d5d5d5 #d5d5d5 #3ecbff #d5d5d5;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 5px 1px;
  box-shadow: 2px 2px 10px #ddd;
  padding: 10px 10px 5px;
}
.component-block.price-summary .component-summary-line,
.item-subtotal {
  background-color: #f9f9f9;
  padding: 0.5rem;
}
.component-block.price-summary .component-summary-line.component-total {
  background-color: #25b9d7;
}
.component-block.price-summary .component-summary-line.component-total .label,
.component-block.price-summary .component-summary-line.component-total .value {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
.item-subtotal {
  padding-bottom: 0;
  width: 100%;
}
.item-subtotal p {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}
.align-right {
  float: right;
}
.disable-btn {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.enable-btn {
  opacity: 0.5;
  cursor: pointer;
}
.selected-enter-active,
.selected-leave-active {
  transition: opacity 0.5s ease 0s;
}
.selected-enter,
.selected-leave-to {
  opacity: 0;
}
.global-loading {
  background: #fff url("../../views/img/cart-loader.gif") no-repeat scroll
    center center;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.component-loading {
  background: #fff url("../../views/img/comps.gif") no-repeat scroll center
    center;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.component-selected-item .item-name {
  float: left;
  font-size: 17px;
  font-weight: bold;
}

/**********************************************/
/*              Steps Wizard                  */
/**********************************************/

.wizard[data-v-c21d83ca] {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px dashed #d9d9d9;
  margin-bottom: 10px;
}
.wizard .wizard__body {
  background: none !important;
  border: 0px !important;
  border-radius: 0px !important;
  min-height: auto !important;
  padding-bottom: 5px !important;
}
.wizard .wizard__body__step {
  height: auto;
  padding: 0px !important;
}
.wizard .wizard__body__actions {
  background-color: #ffffff !important;
  border: 1px solid !important;
  margin-bottom: 5px;
  border-color: #e4e4e4 !important;
}
.wizard .wizard__next.final-step {
  display: none !important;
}
.wizard__step__label[data-v-c21d83ca] {
  color: #03a9f4 !important;
  border-bottom: 2px dashed #03a9f4;
  text-transform: uppercase !important;
}
.wizard__step__indicator[data-v-c21d83ca] {
  bottom: 20px !important;
}
.wizard__step.active.vgw-mobile[data-v-c21d83ca] {
  margin-top: 20px !important;
}

.wizard__body__actions[data-v-c21d83ca] {
  position: relative !important;
}
.wizard__body__actions a[data-v-c21d83ca] {
  width: 90px !important;
}

/**********************************************/
/*                 Accordion                  */
/**********************************************/

.beforeBorder {
  position: relative;
}
.beforeBorder:before {
  transition: opacity 0.1s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.1s linear, transform 0.5s ease-in-out;
  transition: opacity 0.1s linear, transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  position: absolute;
  border-bottom: 1px solid currentColor;
  content: "";
  width: 100%;
  left: 0;
  bottom: -1px;
}
.beforeBorder:not(:hover)::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
.Accordion {
  background: #fff;
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.Expander__trigger {
  cursor: pointer;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid #efefef;
}
.Expander__trigger:hover {
  color: #477dca;
}
.Expander__trigger.active {
  border-bottom-color: #477dca;
}
.Expander__trigger-Icon {
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.Expander__trigger-Icon.open {
  stroke: #ff6347;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Expander__body {
  padding: 0.5rem;
}
.rightToLeft-enter-active {
  -webkit-animation: rightToLeft 0.5s;
  animation: rightToLeft 0.5s;
}
.rightToLeft-leave-active {
  animation: rightToLeft 0.5s reverse;
}
.leftToRight-enter-active {
  -webkit-animation: leftToRight 0.5s;
  animation: leftToRight 0.5s;
}
.leftToRight-leave-active {
  animation: leftToRight 0.5s reverse;
}
.bounceIn-enter-active {
  -webkit-animation: bounceIn 0.3s;
  animation: bounceIn 0.3s;
}
.bounceIn-leave-active {
  animation: bottomToTop 0.2s reverse;
}
.bottomToTop-enter-active {
  -webkit-animation: bottomToTop 0.5s forwards;
  animation: bottomToTop 0.5s forwards;
}
.bottomToTop-leave-active {
  animation: bottomToTop 0.5s reverse;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  50% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  50% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes leftToRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  50% {
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes leftToRight {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  50% {
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/**********************************************/
/*         Specific for PS 1.6.x              */
/**********************************************/
.ps_old .component-block .item-info .item-price {
  padding: 10px 0px 10px 0px;
}
.ps_old .component_title {
  margin-top: -5px;
}

/**********************************************/
/*         Specific for PS 1.7.x              */
/**********************************************/
.ps_new .component-item-thumbs .item-info.type_radio {
  /* max-width: 100%; */
  width: auto;
  text-align: left;
}

/* grid view for thumbnails */
.item-component.type_thumbnail.grid {
  width: 25%;
  margin: 0px 15px 10px 15px;
  padding: 0px;
}
.ps_old .item-component.type_thumbnail.grid {
  margin: 0px 12px 10px 12px;
}
.item-component.type_thumbnail.grid .item-info .item-name {
  display: none;
}
.item-component.type_thumbnail.grid .item-image {
  display: block;
  float: none;
  text-align: center;
}
.item-component.type_thumbnail.grid .item-image .img-thumbnail {
  border: none;
}

/**********************************************/
/*         Responsive Meia Queries            */
/**********************************************/
@media (min-width: 768px) and (max-width: 990px) {
  .ps_old .component-item-thumbs .item-info {
    width: 100%;
    padding-left: 0px;
  }
  .ps_new .component-item-thumbs .item-info {
    width: 60%;
    padding-left: 5px;
  }
  .ps_old .item-component.type_thumbnail.grid {
    margin: 0px 6px 10px 6px;
  }
  .component-item-thumbs .item-info .item-variant .variant-selection {
    width: 100%;
  }
  .component-item-thumbs .item-info.type_radio {
    padding-left: 10px;
    max-width: 75%;
  }
  .component-block.price-summary .component-summary-line,
  .item-subtotal {
    padding: 0px;
  }
  .component-summary-line .label {
    padding: 5px;
    font-weight: normal;
  }
  .component-block.price-summary {
    padding: 0.5rem 0.5rem 0.5rem;
  }
  .ps_new .component-item-thumbs .item-image {
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ps_new .item-component.type_thumbnail.grid .item-image {
    width: 100%;
  }
  .item-component.type_thumbnail.grid {
    width: 40%;
    margin: 0px 10px 10px 10px;
    padding: 0px;
  }
}
@media (min-width: 414px) and (max-width: 570px) {
  .ps_new .component-item-thumbs .item-info {
    max-width: 65%;
  }
  .ps_new .component-item-thumbs .item-image {
    width: 35%;
  }
  .ps_new .item-component.type_thumbnail.grid .item-image {
    width: 100%;
  }

  .item-component.type_thumbnail.grid {
    width: 33%;
    margin: 0px 25px 10px 25px;
    padding: 0px;
  }
}
@media (max-width: 380px) {
  .ps_ld .component-item-thumbs .item-info {
    max-width: 60%;
  }
  .ps_new .component-item-thumbs .item-info {
    max-width: 55%;
  }
  .wizard .component-item-thumbs .item-info,
  .accordion .component-item-thumbs .item-info {
    max-width: 55%;
  }
  .item-component.type_thumbnail.grid {
    width: 35%;
    margin: 0px 18px 10px 18px;
    padding: 0px;
  }
}
