.component-block {
  border-bottom-width: 4px !important;	
  background-color: #fff;
  border: 1px solid #bf7d04;
  border-radius: 0;
  box-shadow: 2px 2px 8px 0 #eeebd2;
  display: block;
  margin-bottom: 1rem !important;
  padding: 1.25rem 1.25rem 0.5rem;
  position: relative;
  border-radius: 5px;
}
.component-block.component {
  box-shadow: none;
}
.component_title {
  color: #160F29;
  font-size: 17px;
  text-transform: uppercase;
  background: #eeebd2;
  padding: 6px;
}
.component-warning {
  border-bottom-width: 4px;
  border-color: rgba(46,204,113,.8);
  border-bottom-color: rgba(46,204,113,.8);
}
.component-block.component-required {
	border-color: rgba(211,29,82,.5);
}
.component-block.component-required p.alert-warning {
  /*border-left: 2px solid #bf7d04;*/
}
.alert-warning {
	color: #d31d52!important;	
    background-color: rgba(211,29,82,.05);
	padding-left: 5px;
}
.component-required .alert-warning fa {
	color: #d31d52;
	opacity: .5;
}	
.component-warning p {
  color: rgba(46,204,113)!important;
}
.component-success {
    border-color: rgba(46,204,113,.8);
}
.component-success p {
  color: rgba(46,204,113,.9)!important;
}
.wizard .component_title {
  background: none;
}
.component_descrption {
  color: #7a7a7a;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 1rem;
  border-bottom: 1px dashed #bf7d04;
}
.component_products li {
  list-style: outside none none;
}
.component-block .component-summary-line .label {
  color: #bf7d04;
}
.component-item-thumbs .component_products li {
  /*border: 1px solid #d3ced2;*/
  clear: both;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  width: 33%;
  vertical-align: top;
}
.component-item-thumbs .component_products li:hover {
  /*box-shadow: 0 0 2px 2px #d0c5ad;*/
  background-color: #eeebd2;
}
/*.item-component.type_thumbnail:hover {
  box-shadow: 0 0 2px 2px #d0c5ad;
  background-color: #d0c5ad;
}*/
.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: #160F29;
  /*font-weight: bold;*/
}
.component-block .item-info .item-name,
.component-selected-item .item-name {
  color: #160F29;
  font-size: 16px;
}
.component-block .item-info .item-price {
  /*font-weight: bold;*/
  color: #bf7d04; 
  font-size: 16px;  
}
.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;*/
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
}
.item-variant,
select.selection_dropdown {
  border-radius: 1px;
  box-shadow: 0 0 1px #303;
  overflow: hidden;
}
.item-required {
  color: #bf7d04;
  float: right;
  /*font-weight: bold;
  text-transform: lowercase;*/
  text-transform: none;
  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: #dbaf5d none repeat scroll 0 0;
  color: #fff;
  float: right;
  font-size: 16px;  
  font-weight: bold;
  padding: 2px 8px;
  text-decoration: none;
  margin-top: -6px;
  border-radius: 5px;
}
.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;
  padding: 10px 10px 5px;
}
.component-block.price-summary .component-summary-line,
.item-subtotal {
  /*background-color: #bf7d04;
  padding: 0.5rem;*/  
}
.component-block.price-summary .component-summary-line.component-total {
  color: #160F29;  
}
.component-block.price-summary .component-summary-line.component-total .label,
.component-block.price-summary .component-summary-line.component-total .value {
  color: #160F29;
  font-size: 1.3rem;
  font-weight: 700;
}
.item-subtotal {
  padding-bottom: 0;
  width: 100%;
}
.item-subtotal p {
  font-size: 13px;
  color: #160F29;
}
.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;
}

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

.wizard[data-v-c21d83ca] {
  background: #ececec none repeat scroll 0 0;
  border: 1px dashed #bf7d04;
  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: #eeebd2 !important;
  border: 1px solid !important;
  margin-bottom: 5px;
  border-color: #bf7d04 !important;
}
.wizard .wizard__next.final-step {
  display: none !important;
}
.wizard__step__label[data-v-c21d83ca] {
  color: #bf7d04 !important;
  border-bottom: 2px dashed #bf7d04;
  text-transform: uppercase !important;
}
.wizard__step__indicator[data-v-c21d83ca] {
  bottom: 20px !important;
  color: #bf7d04 !important;  
}

.wizard__step.active .wizard__step__indicator[data-v-c21d83ca] {
    background-color: #bf7d04 !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;
  color: #bf7d04 !important; 
  background-color: #bf7d04 !important;  
}
.wizard__arrow[data-v-c21d83ca] {
  border: 1px solid #bf7d04 !important;
  font-weight: large;
} 

/**********************************************/
/*                 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 {
  color: #bf7d04;	
  cursor: pointer;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid #efefef;
}
.Expander__trigger:hover {
  color: #DBAF5D;
}
.Expander__trigger.active {
  border-bottom-color: #DBAF5D;
}
.Expander__trigger-Icon {
  stroke: #bf7d04;	
  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: #DBAF5D;
  -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;
  }
}

/* SweetAlert2 Settings for button and box */
.swal2-styled.swal2-confirm {
	background-color: #eeebd2 !important;
	background: #eeebd2;
		background-color: rgb(238, 235, 210);
	color: #bf7d04 !important;
	border: 1px solid #bf7d04 !important;
    border-radius: .25em;	
    max-width: 100%;	
}
.swal2-icon.swal2-error {
    border-color: #bf7d04 !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #bf7d04 !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    border-color: #bf7d04 !important;
}
.swal2-title {
    color: #bf7d04 !important;
}
.swal2-content {
    color: #bf7d04 !important;
}

.coponent-selection .item-qty button {
	background-color: #DBAF5D!important;
	color: #fff!important;
}
.number-input__button[data-v-016ae424] {
  opacity: .80 ! important;
}
.number-input__button[data-v-016ae424]:disabled {
  opacity: .10 ! important;
  cursor: not-allowed !important;   
}
.number-input--small.number-input--controls > button[data-v-016ae424] { 
  height: 30px; 
}

.vgw-icon {
	font-size: large;
	font-weight: 800;
}

.product-add-to-cart .control-label {
	display:none;
}

.product-add-to-cart .qty {
	display:none;
}

#product-availability {
	display:none;
}

/*pre {
  background: #bf7d04!important;
  border-radius: 5px;
}*/

.quantity-toggle {
  display: flex;
  color: #bf7d04;
  background-color: #fff;
  height: 50px;
  padding: 5px 15px;
  width: 50%;
  text-align: right; 
}

.quantity-toggle input[type=text] {
  background-color: #fff;
  border: 1px solid #d0c5ad;
  width: 50px;  
  text-align: right;
}

.quantity-toggle button {
  background-color: #7D748C!important;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius:5px 5px 5px 5px;
}

#qtyFlex {
	border: solid 0.5px; 
	border-color: #bf7d04;
	border-radius: 5px;
	color: #bf7d04;
}
