.error {
    color: red;
    font-weight: normal;
}

.field-optional {
    font-weight: normal;
}

.group-hidden {
    display: none;
}

#step-5-next-throbber {
  margin-top: 15px;
}

.datepicker table tr td.day {
  color: #8CC640;
}

.datepicker table tr td.day.old, .datepicker table tr td.day.new {
  color: #999999;
}

.datepicker table tr td.day.disabled:not(.old) {
  color: #00A5C7;
}

.alert-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  box-sizing: border-box;
}

.alert {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #8CC640;
  padding: 1em;
  margin: 10% auto;
  width: 40%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
}

@media all and (max-width: 480px) {
  .alert {
    margin: 30% 5% 0 5%;
    width: 90%;
  }
}

.alert-body {
  margin-bottom: 1em;
}

.alert-ok {
  background-color: #06a5c8;
  padding: 1em;
  text-align: center;
  color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: auto;
  cursor: pointer;
  cursor: hand;
}

/* http://css-spinners.com/css/spinner/throbber.css */
@-moz-keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #6b9dc8;
  }
  40% {
    background: #dde2e7;
  }
}
@-webkit-keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #6b9dc8;
  }
  40% {
    background: #dde2e7;
  }
}
@keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #6b9dc8;
  }
  40% {
    background: #dde2e7;
  }
}
/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
  -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
  animation: throbber-loader 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 1.6em;
}
.throbber-loader:not(:required):before, .throbber-loader:not(:required):after {
  background: #dde2e7;
  content: '\x200B';
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
.throbber-loader:not(:required):before {
  -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
  animation: throbber-loader 2000ms 150ms infinite ease-out;
  left: -1.6em;
}
.throbber-loader:not(:required):after {
  -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
  animation: throbber-loader 2000ms 450ms infinite ease-out;
  right: -1.6em;
}

.affiliateName, .hoverText {
  color: #00A5C7;
}

.group-bundles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.group-bundles .product {
  flex: 1;
  min-width: 180px;
  max-width: 300px;
  width: auto !important;
}

.page-template-page-order-form footer .col-md-4 {
  width: 100% !important;
}

.page-template-page-order-confirmation footer .col-md-4 {
  width: 100% !important;
}

/*.ui-widget-content[aria-hidden="true"] {
    display: block !important;
    height: 0px;
    overflow: hidden;
}
.ui-widget-content[aria-hidden="false"] {
    display: block !important;
    height: auto;
}
*/


/* Custom bundles on calculator form */

/* Give some padding around each item */
.group-custom-bundle .row .col-sm-4 .inner-border {
  padding: 10px;
}

/* Hide the image */
.group-custom-bundle .row .col-sm-4 .col1 {
  display: none;
}

/* Make the item title and other labels grey */
.group-custom-bundle .row .col-sm-4 .col2 h3,
.group-custom-bundle .row .col-sm-4 .col4 h5 {
  color: #b4b4b4;
  font-size: 20px;
  padding: 10px 0;
  margin: 1em 0;
}

/* Make the 'quantity' label have less padding */
.group-custom-bundle .row .col-sm-4 .inner-border label {
  padding: 0;
}

/* Make the pricing info stand out */
.group-custom-bundle .row .col-sm-4 .col3 h5, .group-custom-bundle .row .col-sm-4  .col3 .product-price{
  font-size: 32px;
  font-weight: bold;
  color: #18a8c7;
  line-height: 1.2em;
}

#card-element{
  height: 44px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease,-webkit-box-shadow .2s ease;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 19px 16px 35px 16px;
  border-radius: 6px;
  border: 1px solid #C6C8CA;
}

#card-errors{
  margin-bottom: 30px;
}
.tip-row{
  margin-top: 20px;
  margin-bottom: 20px;
}
.tip-row .row label{
  display: inline-block;
  margin: 2%;
  width: 88%;
}

#order-summary .order-tip .pricing-price {
  display: inline-block;
  padding: 5px 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #b4b5b4;
}

.pl-15{
  padding-left: 15px;
}

/* Carousel - Step 2*/

.hide-bundle{
  display: none;
}

.visible-bundle{
  display: inline;
}

.owl-prev{
  position: absolute;
  top: 20%;
  left: -50px;
  font-size: 120px!important;
  color: #42b2ce!important;
  background-color: #fff!important;
}
  
.owl-next{
  position: absolute;
  top: 20%;
  right: -50px;
  font-size: 120px!important;
  color: #42b2ce!important;
  background-color: #fff!important;
}

.nav-text{
  font-size: 30px;
  margin-top: -30px;
  font-weight: 700;
}
  
.discount-label{
  width: 60%;
  text-align: center;
  position: absolute;
  top: -7px;
  right: 0px;
  color: #fff;
  background-color: #42b2ce;
  font-size: 20px;
  border-radius: 3px;
}
.discount-label p{
  margin-bottom: 0;
}

.btn-bedroom{
  background-color: #fff;
  border: 0px solid #00a5c7;
  padding: 6px;
  border-radius: 5px;
  width: 100%;
}

#bundles-products-wrapper .inner-border .active .discount-label{
  background-color: #8cc640!important;
}
  
#bundles-list .active a{
  color:#8CC640;
}

.option-carousel{
  border: 1px solid #00a5c7;
  padding: 10px;
  border-radius: 100%;
  line-height: 70px;
  font-size: 20px;
  font-weight: 400;
}

#bundles-list .option-carousel.active {
  border: 2px solid #00a5c7;
  padding: 10px;
  border-radius: 100%;
  font-size: 25px;
  font-weight: 700;
  color: #00a5c7; 
}

#bundles-list .option-carousel.select {
  border: 2px solid #8cc640;
  padding: 10px;
  border-radius: 100%;
  font-size: 25px;
  font-weight: 700;
  color: #8cc640; 
  background-color: transparent;
}

.font-color-white{
  color: #FFFFFF!important;
}
.font-color-blue{
  color: #00A5C7;
}
.font-color-green{
  color: #8CC640;
}
.font-color-black{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.font-weight-700{
  font-weight: 700;
}

.col-sm-options{
  display: inline-block;
  float: none;
}

.text-align-center{
  text-align: center;
}

.text-align-right{
  text-align: right;
}

.line-height-15px{
  line-height: 15px;
}

.ptb-10px{
  padding: 10px 0;
}
.pb-10px{
  padding-bottom: 10px!important;
}
.pb-30px{
  padding-bottom: 30px!important;
}

.mb-10px{
  margin-bottom: 10px;
}
.mb-20px{
  margin-bottom: 20px;
}

.owl-dots{
  display: none!important;
}

.display-inline{
  display: inline;
}

.inner-border label{
  padding: 5px 10px;
}
.bundle-customize{
  border: 1px solid #00a5c7;
  padding: 5px;
  border-radius: 10px;
}
.bundle-customize.active{
  border: 1px solid #8cc640;
  padding: 5px;
  border-radius: 10px;
  color: #8cc640;
}

.font-size-20px{
  font-size: 20px;
}
.font-size-30px{
  font-size: 30px;
}
.font-size-35px{
  font-size: 35px;
}

.display-inline-block{
  display: inline-block;
}

.footer-step-2{
  margin-top: 0px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .nav-text {
    font-size: 15px;
    margin-top: -30px;
    font-weight: 700;
  }

  .owl-next {
    position: absolute;
    top: 30%;
    right: -30px;
    font-size: 80px!important;
    color: #42b2ce!important;
    background-color: #fff!important;
  }

  .owl-prev {
    position: absolute;
    top: 30%;
    left: -25px;
    font-size: 80px!important;
    color: #42b2ce!important;
    background-color: #fff!important;
  }
}

@media (min-width: 920px) {
  .ml-15px {
    margin-left: -15px;
  }
  .p-30px{
    padding: 30px;
  }
  .pt-30px{
    padding-top: 30px!important;
  }
  .pt-10px{
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
  .option-carousel {
    padding: 5px;
  }

  #bundles-list .option-carousel.active {
    padding: 5px;
  }

  #bundles-list .option-carousel.select {
    padding: 5px;
  }

  .owl-next {
    top: 30%;
    right: -30px;
    font-size: 50px!important;

  }
  .owl-prev{
    top: 30%;
    left: -25px;
    font-size: 50px!important;
  }
  .nav-text {
    font-size: 15px;
    margin-top: -15px;
    font-weight: 100;
  }

  .discount-label {
    font-size: 15px;
  }

  .pt-40px{
    padding-top: 40px;
  }
}

@media (max-width: 550px) {

  .option-carousel {
    font-size: 12px;
    padding: 4px;
  }

  #bundles-list .option-carousel.active {
    font-size: 15px;
    padding: 4px;
  }

  #bundles-list .option-carousel.select {
    font-size: 15px;
    padding: 4px;
  }
}

@media (max-width: 407px) {
  .discount-label {
    width: 100%;
  }

  h4 {
    padding-top: 5px;
  }
}

.checbox-height{
  height: 15px;
}

@media (min-width: 767px) {
  .display-checbox-desktop{
    display:inline;
  }
  .display-checbox-movil{
    display:none!important;
  }
}
@media (max-width: 767px) {
  .display-checbox-desktop{
    display:none;
  }
  .display-checbox-movil{
    display:inline!important;
  }
}

.scroll-sidebar{
  overflow-y:scroll;
  height:800px;
}
#order-summary .order-total .pricing-price{
  font-size:18px!important;
  padding:0 0 0 10px!important;
}
#your-order #your-price-products .product 
.product-quantity {
  padding: 0 0 0 10px!important;
  font-size: 18px!important;
}
#order-summary .order-discount .pricing-price, 
#order-summary .order-subtotal .pricing-price, 
#order-summary .order-tax .pricing-price{
  padding: 0 0 0 10px!important;
  font-size: 18px!important;
} 
#your-price-price .order-discount .pricing-description, 
#your-price-price .order-subtotal .pricing-description, 
#your-price-price .order-tax .pricing-description, 
#your-price-price .order-total .pricing-description {
    padding: 0px 0;
    
}

.btn-customize {
  border: 1px solid;
  padding: 10px;
  background-color: #00a5c7;
  border-radius: 10px;
}

#modalContent {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 6;
  margin: -2% 0px 0px -150px;
  float: left;
  width: 450px;
  line-height: 22px;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  background-color: #00A5C7;
}

@media (max-width: 1440px){
	#modalContent {
	  position: absolute;
	  z-index: 6;
	  margin: -2% 0px 0px -150px;
	  float: left;
	  width: 400px;
	  line-height: 22px;
	  padding: 15px;
    background-color: #00A5C7;
	}
}

@media (max-width: 1025px){
	#modalContent {
	  position: absolute;
	  z-index: 6;
	  margin: -2% 0px 0px -150px;
	  float: left;
	  width: 400px;
	  line-height: 22px;
	  padding: 15px;
    background-color: #00A5C7;
	}
}

@media (max-width: 992px){
	#modalContent {
	  position: absolute;
	  z-index: 6;
	  margin: -2% 0px 0px -150px;
	  float: left;
	  width: 350px;
	  line-height: 22px;
	  padding: 15px;
    background-color: #00A5C7;
	}
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
}

.modal>a {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
}

.modal.target {
  display: block;
  opacity: 1;
}

.close-modal {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}
.btn-modal{
  border: 2px solid #f77f2f;
  padding: 5px 10px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #f77f2f;
}

.btn-activate-email {
  border: 1px solid #00a5c7;
  padding: 7px 15px;
  border-radius: 10px;
  background-color: #00a5c7;
  color: #fff;
}
.btn-refresh-email {
  border: 1px solid #8cc640;
  padding: 7px 15px;
  border-radius: 10px;
  background-color: #8cc640;
  color: #fff;
  margin-left: 10px;
}
.hide {
  display: none;
}

#ui-id-5 #step-5 .step-content #contact-details label#contact-email-error{
	color: red !important;
}






 /* /////////////////   STEP 1   /////////////////////////// */
   


@media (max-width: 908px){
		#step-1 .col-sm-6 {
	    width: 100%!important;
		}
  
  #step-1 .row .location:nth-child(1) {
    padding-right: 0px!important;
	}

	#step-1 .row .location:nth-child(2) {
    padding-left: 0px!important;
	}
  
  
}


@media (max-width: 1079px) {
    
      #step-1 h4{
        font-size: 22px;
      }

      #step-1 label{
        font-size:15px;
      }

      #step1-delivery-postcode-wrapper label, #step-1 #pickup-postcode-wrapper label{
        font-size: 16px;
      }
}


@media (max-width: 971px) {
    
      #step-1 h4{
        font-size: 20px;
			}
}

@media (max-width: 921px) {
    
      #step-1 h4{
        font-size: 18px;
			}
}

 @media (min-width: 1080px) {
    
      #step-1 h4{
        font-size: 15px;
      }

      #step-1 label{
        font-size:16px;
      }

      #step1-delivery-postcode-wrapper label, #step-1 #pickup-postcode-wrapper label{
        font-size: 16px;
      }
   
  	 	#step-1 .row .location:nth-child(1) {
  	  padding-right: 0px!important;
			}
}


@media (min-width: 768px){
			#step-1 .col-sm-offset-7 {
 	   	margin-left: 58.333333%;
			}
}


@media (min-width: 901px){
 		#step-1 .col-sm-6 {
		width: 50%;
 	 	}
}
 /* ////////////////////   STEP 1  Responsive ////////////////////////// */

@media (max-width: 460px) {

			.font-size-30px
			,.element.style {
    	margin-left: 48px;
			}

			.font-size-35px {
   		 font-size: 25px;
 		   margin-left: 50px;
			}

 		 .discount-label {
  	  width: 90%!important;
  	  }
  
  		.product-details h4 {
    	margin-left: -111px !important;
			}
  
  		.inner-border .row .product-price:nth-child(5) {
   		 margin-left: -123px !important;
        margin-top: 20px!important;
			}
  
  		.inner-border .row h4:nth-child(4) {
   		 margin-left: -116px !important;
        margin-top: 32px!important;
			}
  
}


/* ////////////////////////////////////////////// */

/* //////////////////  STEP 2   ///////////////////////// */



@media (max-width: 764px){
 		#step-2 .discount-label {
    	position: absolute;
    	margin-top: -9px!important;
    	margin-right: -13px;
		}
}




.product-details {
    margin-top: -51px!important;
}


  #step-2 h4 {
    font-size: 23px!important;
    margin-left: 37px!important;
}


  #step-2 .inner-border .row .discount-label {
    top: 190px !important;
    /*padding-bottom: 25px !important;*/
}


.discount-label {
    position: absolute;
    margin-top: -85px!important;
}


@media (max-width: 828px){
	#step-2 .inner-border .row .product-price:nth-child(4) {
    font-size: 34px !important;
    margin-left: 21px !important;
    font-family: Ultramagnetic !important;
    font-weight: normal !important;
	}
}


@media (max-width: 768px){
	#step-2 .col-sm-6 {
    width: 100%;
    margin-top: 78px;
	}
}

	.inner-border .row h4:nth-child(4) {
 	 	font-size: 30px !important;   
	}




#ui-id-4 #.step-content .row #pick-up-address #pickup-address-wrapper label:nth-child(1) {
    margin-top: 43px !important;
}
  

@media (min-width: 768px){
 		#step-2 .col-sm-6 {
			width: 100%;
 	 	}
}


@media (max-width: 800px){
	#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage 		div:nth-child(13) .product.item .inner-border div .select-wrapper.box-qty {
    margin-top: -220px !important;
    margin-left: 120px !important;
    font-size: 18px!important;
	}  
  
}

 #step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage 		.owl-item .product.item .inner-border .row .col-lg-6.col-sm-6.col-xs-7.pt-10px .discount-label p {
    color: #fff !important;
    font-size: 14px !important;
    padding-left: 5px !important;
	}


@media (max-width: 850px){
	#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div h4:nth-child(1) {
    margin-left: -27px!important;
	}
  
  #step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div .select-wrapper.box-qty {
    margin-top: -240px !important;
    margin-left: 139px !important;
	}
  
}

@media (max-width: 800px){
  
  #step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div h4:nth-child(1) {
    margin-left: 16px!important;
	}
  
	#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div .select-wrapper.box-qty {
    margin-top: -173px !important;
    margin-left: 42px !important;
    font-size: 15px!important;
	}
}



/* /////// STEP 2-RESPONSIVE-/////// */


@media (max-width: 767px){
	.owl-carousel .owl-item img {
    width: 80%!important;
    max-width: 126%!important;
    margin-top: -227px!important;
	}
 
  
  .font-color-blue line-height-15px {
    margin-top: -40px!important;
    margin-bottom: -70px;
	}
  
  .inner-border .row .product-price:nth-child(5) {
    margin-left: 60px !important;
	}
  
  .discount-label {
    position: absolute;
    margin-top: -35px!important;
	}
  
}




@media (max-width: 500px){
	
  #step-2 .discount-label {
    position: absolute;
    margin-top: -60px!important;
    margin-right: 5px;
	}
  
  .product-price font-size-35px font-color-blue{
    font-size: 25px;
    margin-left: 13px!important;
  }
  
  .inner-border .row .product-price:nth-child(5) {
    margin-left: 32px !important;
	}
  
 
  /* //////// PRODUCT IMAGE /////////// */
  .owl-carousel .owl-item img {
    width: 85%!important;
    max-width: 126%!important;
    margin-top: 628px!important;
	}
  
 /* ///////////////////////////// */ 
  
  
  #step-2 .col-sm-6 {
    width: 100%;
    margin-top: -435px;
	}
  
  #step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div div:nth-child(4) {
    margin-left: 38px !important;
    margin-top: -18px;
	}
  
 /* //////// BUTTONS "PREVIOUS" "NEXT" /////////// */ 
  .step-next.next.btn.btn-default {
    width: 52% !important;
    padding: 18px 44px !important;
    height: 73px !important;
    margin-right: -14px !important;
	}
  
  
  .step-previous.previous.btn.btn-previous {
    width: 50% !important;
    position: absolute !important;
    //: ;
    margin-left: -25px !important;
    padding: 16px 20px !important;
    height: 73px !important;
	}
  
 /* ///////////////////////////// */ 
  
  /* //////// BUTTONS "LESS" "MORE" /////////// */ 
 
  
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev {
    margin-top: 183px !important;
	}
   
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next {
    margin-top: 182px !important;
    margin-right: 13px !important;
	}
  
  /* /////////////////// */
  
  
  
  
  .ml-15px font-weight-700{
      margin-top: 91px!important;
  }

  
  
}


/* /////// STEP 2-TORONTO-/////// */

#step-2 .product-details {
    margin-top: -51px!important;
    padding-top: 15px;
}



/* //////////////////   STEP 4   ///////////////////////// */

#ui-id-4 #step-4 .step-content .row #delivery-address label {
    padding-top: 19px !important;
}

#ui-id-4 #step-4 .step-content .row #pick-up-address label {
    margin-top: 9px;

}

		#ui-id-4 #step-4 .step-content .row #delivery-date-wrapper h4 {
    	
    	font-size: 19px !important;
		}




	#ui-id-4 #step-4 .step-content .row #pick-up-address .display-checbox-desktop #pickupSame {
    margin-top: 57px !important;
		margin-left: -160px!important;	
}

#ui-id-4 #step-4 .step-content .row #pick-up-address .display-checbox-desktop label {
    margin-top: 40px !important;
    margin-left: -135px!important;
}


#ui-id-4 #step-4 .step-content .row #pick-up-address #pickup-address-wrapper label:nth-child(1) {
    margin-top: 42px !important;
}


@media (max-width: 965px){
	#step-4 .col-sm-6 {
    width: 108%!important;
	}
}




/* //////////////////   STEP 5   ///////////////////////// */


@media (max-width: 950px){
		#step-5 .col-sm-6 {
    width: 100%!important;
	}
}




/* #step-2 .row{
   border-bottom: 2px solid #8CC640 !important;
 /* border-bottom: solid!important;
   border-bottom-color: #8cc640!important;*/
	}



	#step-2 .inner-border {
		border-top: 0px solid #8CC640 !important;
    border-bottom: 0px solid #8CC640 !important;
    border-left: 0px solid #8CC640 !important;
    border-right: 0px solid #8CC640 !important;
}





/* //////////////////   ORDER COMPLETE   ///////////////////////// */

#order-complete h2{
    font-size: 41px!important;
  	font-family: Ultramagnetic!important;
}


#moving-label{
	font-family: Ultramagnetic !important;
    line-height: var(--unnamed-line-spacing-35) !important;
    letter-spacing: 0.35px !important;
    font-weight: normal !important;
    color: #929597 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding-top: 15px !important;
}



@media (max-width: 500px) {
    .owl-carousel .owl-item img {
        margin-top: 535px !important;
    }

	#step-2 .product-details{
		margin: 0;
		padding: 0;
	        margin-top: 0 !important;
	}
	
	#step-2 .discount-label{
	    padding: 0 !important;
	    margin-right: 28px;
	    margin-top: 0px !important;
	    position: static;
	}

	#step-2 .inner-border .row .discount-label{
		padding-bottom: 0px !important;
	}

	#step-2 h4 {
	    margin: 0 !important;
	    font-size: 23px !important;
	    margin-left: 0 !important;
		position: static !important;
		padding: 0 !important;
	}

	#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(2) .product.item .inner-border div .product-price.font-size-35px.font-color-blue,
	#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(1) .product.item .inner-border div .product-price.font-size-35px.font-color-blue{
	        margin-left: 0px !important;
	        margin-top: 0px !important;
		font-size: 36px !important;
		letter-spacing: 0px !important;
	}

	#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(2) .product.item .inner-border div h4:nth-child(4), 
	#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(1) .product.item .inner-border div h4:nth-child(4){
	        position: static !important;
	        font-size: 30px !important;
	        margin-left: 0px !important;
	        margin-top: 0px !important;
	    }

		.inner-border .row h4:nth-child(5){
			color: #8CC640 !important;
		}

		.inner-border .row .product-price:nth-child(8){
			position: static !important;
		}

		.inner-border .row .product-price:nth-child(6),
		.inner-border .row .product-price:nth-child(8){
			color: #00A5C7 !important;
			margin: 0 !important;
			font-family: Ultramagnetic !important;
			line-height: var(--unnamed-line-spacing-35);
			letter-spacing: 0.6px !important;
			text-transform: uppercase !important;
			font-weight: normal !important;
			font-size: 30px !important;
		}

		#step-2 h4.price-label-title{
			font-family: Ultramagnetic !important;
			line-height: var(--unnamed-line-spacing-35);
			letter-spacing: 0.6px !important;
			text-transform: uppercase !important;
			font-weight: normal !important;
			font-size: 30px !important;
		}

		.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next,
		.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev{
			margin-top: 160px !important;
		}

		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div h4:nth-child(1),
		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(14) .product.item .inner-border div h4:nth-child(1){
			margin-left: 0 !important;
		}

		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div h4:nth-child(3),
		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(14) .product.item .inner-border div h4:nth-child(3){
			margin-left: 0 !important;
			margin-top: 0 !important;	
		}

		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div div:nth-child(4),
		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(14) .product.item .inner-border div div:nth-child(4){
			margin-left: 0 !important;
			margin-top: 0 !important;
			margin-bottom: 0 !important;
		}

		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(13) .product.item .inner-border div .select-wrapper.box-qty,
		#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage div:nth-child(14) .product.item .inner-border div .select-wrapper.box-qty{
			position: static !important;
			margin-left: 0 !important;
			margin-top: 0 !important;
		}

		.select-wrapper:after{
			margin-top: 0px !important;
			margin-left: -40px !important;
			position: static !important;
		}

		.original-price{
			display: none !important;
		}
}

#step-2 .step-content #bundles-products-wrapper .row .col-lg-10.col-xs-12 .owl-carousel.owl-theme.owl-height.owl-loaded.owl-drag .owl-stage-outer.owl-height .owl-stage .owl-item .product.item .inner-border .row .col-lg-6.col-sm-6.col-xs-7.pt-10px .discount-label p{
	    font-family: Ultramagnetic !important;
	    font-size: 20px !important;
}