/* CSS Document */
:root {
	--wwde-primary-color: #c3b44c;
	--wwde-sale-bg: #ffdd00;
	--wwde-sale-color: #000;
	--wwde-text-color: #333;
	--wwde-font-family: "Open Sans", sans-serif;
}

.woowa-deposit-price {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}

.woowa-product-by-id {
        display: block;
  background-color: #FFFFFF;
  background-image: none;

}
.woowa-product-by-id h3 {
        font-size: 1.6rem;
        position: relative;
}
.woowa-product-by-id .woowa-product-by-id-header {
        display: block;
        text-align: left;
        height: 80px;
}
.woowa-product-by-id .woowa-product-by-id-footer {
        position: absolute;
        bottom: 20px;
        display: block;
}
.woowa-product-by-id .woowa-product-by-id-detail {
        display: flex;
        justify-content: space-between;
        text-align: left;
        min-height: 260px;
}
.woowa-product-by-id .woowa-product-by-id-left {
        position: relative;
        float: left;
        width: 55%;
        flex-basis: 55%;
}
.woowa-product-by-id .woowa-product-by-id-right {
        float: right;
        width: 45%;
        position: relative;
        flex-basis: 45%;
}
.woowa-product-by-id .woo-product-by-id-price {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.2em;
        display: block;
}

.woowa-product-by-id .woo-product-by-id-price .price {
        display: block;
        color: var(--wwde-text-color);
        font-size: 1.3em;
        font-weight: 600;
}

.woowa-product-by-id .woo-product-by-id-price .price del {
        opacity: 0.5;
        font-weight: 400;
}

.woowa-product-by-id .woo-product-by-id-price .price ins {
        text-decoration: none;
        font-weight: 700;
}

.woowa-product-by-id input.qty { width: 90px;}

.woowa-product-by-id a:hover{
    color: inherit; /* Takes initial value of the property which is black in this case */
}

.woowa-product-by-id .woowa-profit-sale {
        display: flex;
  text-wrap: nowrap;
        width: max-content;
}
.woowa-total-price {
        font-size: 18px;
  font-weight: 300;
          display: inline-block;
  text-transform: none ;
  font-style: normal;
  line-height: 1.4em;
}

.woowa-total-discount{
        font-size: 18px;
  font-weight: 600;
}

.woowa-deposit-price {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
}

.woowa-discount-message {
  background: var(--wwde-sale-bg);
  color: var(--wwde-sale-color);
  font-size: 13px;
  border-radius: 5px;
  width: 50%;
  margin-top: 15px;
  padding: 8px 15px 6px;
  margin-bottom: 5px;
}
.woowa-profit-sale {
  background: var(--wwde-sale-bg);
  color: var(--wwde-sale-color);
  font-size: 13px;
  border-radius: 5px;
  display: flex;
  text-wrap: nowrap;
        width: max-content;
  margin-top: 15px;
  padding: 8px 15px 6px;
  margin-bottom: 5px;
}

.product .onsale {
         min-height: 3.236em !important;
  min-width: 3.236em !important;
  padding: .202em !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  position: absolute !important;
  text-align: center !important;
  line-height: 3.236 !important;
  top: -1em !important;
  right: -1em !important;
  margin: 0 !important;
  border-radius: 100% !important;
  background-color: var(--wwde-sale-bg) !important;
  color: var(--wwde-sale-color) !important;
  z-index: 9 !important;

}
.woowa_div_wrapper .onsale {
         min-height: 3.236em !important;
  min-width: 3.236em !important;
  padding: .202em !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  position: absolute !important;
  text-align: center !important;
  line-height: 3.236 !important;
  top: -1em !important;
  right: 1em !important;
  margin: 0 !important;
  border-radius: 100% !important;
  background-color: var(--wwde-sale-bg) !important;
  color: var(--wwde-sale-color) !important;
  z-index: 9 !important;

}
.woowa-product-by-id .btn {

  border-top-width: 0px;
  min-height: 0px;
  height: auto;
  font-size: 0.8rem;
  padding: 0.45rem 1.2rem !important;
  line-height: 1.5rem !important;
  margin-top: 0em;
  font-family: "Open Sans";
  color: #ffffff !important;
  background-color: var(--colibri-color-1);
  border-radius: 56px;
  min-width: 7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block !important;
  line-height: 1.5rem;
  border: 0 solid var(--colibri-color-1);
  vertical-align: middle;
  -webkit-appearance: none;
  margin-bottom: 0.75rem;
  min-height: 0px;
  height: auto;
  font-size: 0.75rem !important;

  position: absolute !important;
  bottom: 20px;
}

.woowa-product-by-id .btn {
  background-color: var(--wwde-primary-color);
  background-image: none;
  border-top-width: 0px;
  border-top-color: var(--wwde-primary-color);
  border-top-style: solid;
  border-right-width: 0px;
  border-right-color: var(--wwde-primary-color);
  border-right-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: var(--wwde-primary-color);
  border-bottom-style: solid;
  border-left-width: 0px;
  border-left-color: var(--wwde-primary-color);
  border-left-style: solid;
}

.woocommerce .product span.woowa-onsale {
  padding: 0;
  z-index: 100;
}
.woowa-product-by-id span.woowa-onsale {
  min-height: 3.236em !important;
  min-width: 3.236em !important;
  padding: .202em !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  position: absolute !important;
  text-align: center !important;
  line-height: 3.236 !important;
  top: -0.5em !important;
  right: -0.5em !important;
  margin: 0 !important;
  border-radius: 100% !important;
  background-color: var(--wwde-sale-bg) !important;
  color: var(--wwde-sale-color) !important;
  z-index: 9 !important;

}

.blockUI.blockOverlay, .loading {
/* -webkit-opacity: 1 !important;
 -moz-opacity: 1 !important;
 opacity: 1 !important;
 filter: alpha(opacity=100) !important;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
 background-color: rgba(255, 255, 255, 0.75) !important;
*/

 background: url("../img/loading-trans_20x20.gif") cover fixed right !important;
 background-size: 20px !important;
 margin-top: -0.5em !important;
 background-repeat: no-repeat !important;

-webkit-opacity: 1 !important;
-moz-opacity: 1 !important;
 opacity: 1 !important;
 filter: alpha(opacity=100) !important;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}

/* === Buttons === */
.woowa-product-by-id .btn {
	background-color: var(--wwde-primary-color);
	background-image: none;
	border: 0;
	border-radius: 56px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: var(--wwde-font-family);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5rem;
	min-width: 7rem;
	min-height: 0;
	padding: 0.45rem 1.2rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition: all 0.3s ease;
}

.woowa-product-by-id .btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.woowa-product-by-id .btn-default {
	background-color: var(--wwde-primary-color);
	color: #fff;
}

.woowa-product-by-id .buy-now {
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* === Product Wrappers === */
.woowa_div_wrapper {
	position: relative;
	margin-bottom: 20px;
}

.woowa_div {
	width: 100%;
}

/* === WooCommerce Integration === */
.woocommerce .product span.woowa-onsale,
.woowa_div_wrapper .onsale {
	min-height: 3.236em;
	min-width: 3.236em;
	padding: 0.202em;
	font-size: 1.1em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.236;
	top: -1em;
	right: 1em;
	margin: 0;
	border-radius: 100%;
	background-color: var(--wwde-sale-bg);
	color: var(--wwde-sale-color);
	z-index: 9;
}

/* === Loading Overlay === */
.blockUI.blockOverlay,
.loading {
	background: url("../img/loading-trans_20x20.gif") center center no-repeat !important;
	background-size: 20px !important;
	opacity: 1 !important;
}