/*
 * Custom CSS
 * @oom_sasky
 * @version: 1.0.0
 */

.woocommerce-bacs-bank-details,
.wc-bacs-bank-details-heading,
.u-column2.col-2.woocommerce-Address {
	display: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-membership-products  {
/* 	display: none; */
}

.product-quantity {
 	display: none;	
}

.prices .item p {
	padding-left: 10px;
}

.add_to_cart_button.added {
	display: none!important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}


/* Modal styles */
.exampaper-modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
}

.exampaper-modal-content {
	margin: 5% auto;
	padding: 20px;
	width: 40%;
	min-width: 400px;
    max-width: 875px;
	animation-name: modalopen;
	animation-duration: 0.5s;
    animation-timing-function: ease;
}

.exampaper-modal-content img {
	width: 100%;
}

@keyframes modalopen {
	from {opacity: 0; transform: translateX(-900px);}
	to {opacity: 1; transform: translateX(0);}
}

/* Close button style */
.exampaper-modal .close {
	float: right;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.exampaper-modal .close:hover,
.exampaper-modal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/** Custom Add to cart **/
.exampaper_add_to_cart {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.exampaper_add_to_cart_select {
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 10px;
}

.exampaper_add_to_cart button {
	font-size: 80%;
	font-weight: bold;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #91b437;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.exampaper_add_to_cart_link a {
	background-color: #D1EBFF;
    border-bottom: solid 1px #ccc;
    line-height: 100%;
    font-size: 80%;
}

/** WooCommerce Styles **/
.shop_table th {
	 background-color: #91b437;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
.woocommerce .cart .button, .woocommerce .cart input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt {
	color: #ffffff;
    background-color: #91b437;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
	color: #ffffff;
}

.woocommerce-additional-fields__field-wrapper,
.woocommerce-billing-fields,
.woocommerce-additional-fields,
.woocommerce .col-1,
.woocommerce .col-2 {
	display: block;
	width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
	width: 100%;
}

.woocommerce form div {
	display: block;
}

#billing_country_field {
/* 	display: none; */
}

.woocommerce table.my_account_orders .button.cancel {
	display: none;
}

/** Gratitudes **/
.entry-content div.student {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
	gap: 10px;
    margin: -1em 0 3em 0;
}

.entry-content .student-info {
	display: flex;
    flex-direction: column;
}

/** Rows and Columns */
.oom_column_100 {
    float: left;
    width: 100%;
}

.oom_column_90 {
    float: left;
    width: 90%;
}

.oom_column_80 {
    float: left;
    width: 80%;
}

.oom_column_70 {
    float: left;
    width: 70%;
}

.oom_column_60 {
    float: left;
    width: 60%;
}

.oom_column_50 {
    float: left;
    width: 50%;
}

.oom_column_40 {
    float: left;
    width: 40%;
}

.oom_column_33_33 {
    float: left;
    width: 33.33%;
}

.oom_column_33 {
    float: left;
    width: 33%;
}

.oom_column_30 {
    float: left;
    width: 30%;
}

.oom_column_20 {
    float: left;
    width: 20%;
}

.oom_column_10 {
    float: left;
    width: 10%;
}

/* Clear floats after the columns */
.oom_row:after {
    content: "";
    display: table;
    clear: both;
}


/** Cover Spin Loading **/
#oom-cart-cover-spin {
    position:absolute;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

#oom-cart-cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:calc(50% - 22px);
    top:calc(50% - 22px);
    width:44px;
    height:44px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/** Custom Mini cart **/
.openBtnCart {
	display: block;
    color: white;
    font-size: 0.7rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease-out;
}

.item_qty_input input {
	width: 40px;
    height: 16px;
    padding: 0px;
    text-align: center;
	border: 1px solid #b6b6b6;
    border-radius: 0px;
	font-size: 12px;
}

.item_qty_input .btn-qty {
    border: 1px solid #b6b6b6;
    border-radius: 0px;
    padding: 2px;
	font-size: 12px;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.qty[type=number] {
  -moz-appearance: textfield;
}

.oom-mini-cart-box {
    padding: 10px 0;
    max-height: 400px;
    overflow: auto;
}
.oom-mini-cart {
   position: relative;
   display: inline-block;
}
h4.subtotal_total_shipping {
    text-align: left;
}
h4.subtotal_total_shipping_amount {
    text-align: right;
}
span.cart-count {
   font-size: 12px;
   background: #e45a49;
   color: #fff;
   padding: 0 5px;
   margin-top: -30px;
   margin-left: -10px;
   border-radius: 20px;
   position: absolute;
}
.oom-mini-cart button.btn-qty {
    background: unset;
}

.oom-mini-cart .oom-mini-cart__content {
 visibility: hidden;
 transition:visibility 0.3s linear,opacity 0.3s linear;
 color: #fff;
 background-color: #fafafa;
 text-align: center;
 border-radius: 6px;
 top: 100%;
 right: 0%;
 margin-top: 10px;
 margin-left: -220px;
 position: absolute;
 z-index: 9;
 width: 320px;
 padding: 0px;
 padding-bottom: 10px;
 border-bottom: 1px solid
}

/* Show the tooltip text when you mouse over the tooltip container */
.oom-mini-cart:hover > .oom-mini-cart__content {
 visibility: visible;
 opacity: 1;
}

.oom-mini-cart__content .oom-mini-cart__heading h4 {
   color: #fff;
   padding: 0;
   margin: 0;
   font-size: 16px;
}

.oom-mini-cart__content .oom-mini-cart__heading {
   background-image: radial-gradient( circle farthest-corner at 10% 20%, #718C2B 0%, #87A733 81.3% );
   padding: 10px;
}

.oom-mini-cart__content .oom-mini-cart__items {
   background: #fafafa;
   padding: 10px 0px;
}

.oom-mini-cart__item .oom_row {
	display: flex;
	align-content: center;
    align-items: center;
}

.oom-mini-cart__item_img img {
   width: 50%;
   padding-top: 10px;
}

.oom-mini-cart__item_name h4,
.oom-mini-cart__item_name h4 a {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    padding: 0px;
    margin-top: 0px;
	margin-left: 0px;
}

.oom-mini-cart__item_name h4 a {
	margin-left: 0px!important;
}

.oom-mini-cart__item .oom-mini-cart__item_qty span {
   color: #333;
   font-size: 10px;
}

.oom-mini-cart__item span.item_qty_input {
   display: block;
   text-align: left;
}

.oom-mini-cart__item .oom-mini-cart__item_name,
.oom-mini-cart__item .oom-mini-cart__item_qty {
   text-align: left;
}

.oom-mini-cart__item .oom-mini-cart__item_remove {
   margin-top: 0px;
}

.oom-mini-cart__item .oom-mini-cart__item_remove span {
   color: #333;
}

.oom-mini-cart__item hr {
   	width: 83%;
    border-width: 0.5px;
    margin: 4px auto;
    border: 1px solid #dddddd;
    height: 0px;
}

.oom-mini-cart__buttons .oom-mini-cart__button {
   padding: 5px 30px;
   border-radius: 4px;
   border: none;
}

.oom-mini-cart__button.oom-mini-cart {
   background-image: radial-gradient( circle farthest-corner at 10% 20%, #718C2B 0%, #87A733 81.3% );
   color: #fff;
}

.oom-mini-cart__button.oom-mini-checkout {
   background: none;
   border: 1px solid #042B52;
   color: #042B52;
   padding: 7px 30px;
}


.oom-mini-cart__item_remove a.remove i {
   color: #333;
   font-size: 10px;
}

.oom-mini-cart__item_remove a.remove:hover,
.oom-mini-cart__item_remove a.remove i:hover {
   color: #333;
   background: none;
}

.oom-mini-cart__content .empty-cart {
   color: #042B52;
   padding-top: 10px;
}

.oom-mini-cart__item .subtotal_total_shipping_amount,
.oom-mini-cart__item .subtotal_total_shipping {
   font-size: 14px;
   color: #333;
   padding: 10px 0;
   margin: 0;
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {
	.exampaper-modal-content {
		width: 60%;
	}
}

@media (max-width: 500px) {
    .entry-content .student-info {
        max-width: 270px;
        font-size: 90%;
    }
}