/*Start Loading Overlay after AddToCart*/
form.woocommerce-checkout{
	display:none;
}
/*Price Bundles Width Full*/
div.product form.cart .quantity{
	width:100%;
}
/* Absolute Center Spinner */
.loading {
  display:none;
  position: fixed;
  z-index: 9999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*End Loading Overlay after AddToCart*/

#shoptimizer-modals-wrapper{
	border: 3px dashed red;
	padding:5px;
}
.product-details-wrapper{
	padding-bottom:0 !important;
}

/*Quantity Images Radio*/
.cc-selector-2{
	width:100%;
}
.cc-selector-2 input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.cc-selector-2 input:active +.qtycard, .cc-selector input:active +.qtycard{
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #3bb54a;
}
.cc-selector-2 input:checked +.qtycard, .cc-selector input:checked +.qtycard{
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #3bb54a;
}
.cc-selector-2 input:active +.qtycard, .cc-selector input:active +.qtycard{
}
.cc-selector-2 input:checked +.qtycard, .cc-selector input:checked +.qtycard{
}
.qtycard{
	text-align:center;
	margin-bottom:10px;
    cursor:pointer;
    display:inline-block;
    width:100%;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.qtycard:hover{
}

/*Shoptimizer*/
#shoptimizer-modals-wrapper{
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center !important;
}
.progress-bar{
	text-align:right !important;
}
#commercekit-timer{
	float:none !important;
}
.commercekit-timer-blocks{
	direction:ltr;
	display:block !important;
}

.address-field, .wc-tabs, .wc-forward, .woocommerce-shipping-fields, .woocommerce-shipping-destination, .woocommerce-shipping-calculator{
	display:none;
}

.site-footer, #block-24{
	direction:ltr !important;
}

.main-header h1{
	display:none!important;
}

.single_add_to_cart_button{
	margin-right:0 !important;
	width:100% !important;
}

#tmcp_radio_0-error{
	text-align:center;
	font-size:100% !important;
}

.commercekit-pdp-before-form{
	display:none !important;
}

.woocommerce-terms-and-conditions-wrapper{
	display:none !important;
}

.wc-forward:not(.checkout){
	display:none !important;
}

.single_add_to_cart_button {
	display:none !important;
}


.in-stock{
	display:none !important
}

.quantity-nav{
	display:none !important
}

#opc-messages {
	height:0px !important;
}

#opc-messages .woocommerce-message{
	display:none !important;
}

/*Prices Table*/
.prices-container {
  display: grid; 
  grid-template-columns: 0.9fr 1.3fr 0.8fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "btn1 txt1 img1"; 
}

.prices-container2 {
  display: grid; 
  grid-template-columns: 0.9fr 1.3fr 0.8fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "btn2 txt2 img2"; 
}

.prices-container3 {
  display: grid; 
  grid-template-columns: 0.9fr 1.3fr 0.8fr; 
  grid-template-rows: 1fr; 
  gap: 0px 0px; 
  grid-template-areas: 
    "btn3 txt3 img3"; 
}
.img1 { grid-area: img1; }

.txt1 { grid-area: txt1; }

.btn1 { grid-area: btn1; }

.img2 { grid-area: img2; }

.img3 { grid-area: img3; }

.txt2 { grid-area: txt2; }

.txt3 { grid-area: txt3; }

.btn2 { grid-area: btn2; }

.btn3 { grid-area: btn3; }


.prices-container {
  height: 100%;
  width:98%;
  margin: auto;
}

.prices-container2{
  height: 100%;
  width:98%;
  margin: auto;
}

.prices-container3 {
  height: 100%;
  width:98%;
  margin: auto;
}

.price-btn{
  margin:0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn1,.btn2,.btn3{
  position: relative;
}

.img1,.img2,.img3{
  position: relative;
}

.img1 img,.img2 img,.img3 img{
  margin:0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt1,.txt2,.txt3 {
  position: relative;
}

.offercard{
	margin-top:-10px;
	border: 1px solid #E6E6E6;
	box-shadow: 0 0 3px 3px #E6E6E6;
	padding:2px;
}

.offer-radio{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

input[type="radio"]:not(#payment_method_cod):checked+label {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #3bb54a;
}

input[type="radio"]:not(#payment_method_cod):checked+label {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #3bb54a;
}


/* common */
.ribbon {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 1px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 400px;
  padding: 3px 0;
  background-color: rgba(245, 39, 39, .75);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  z-index:999;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -162px;
  top: 12px;
  transform: rotate(-45deg);
}

