/* ===================================================================================

* Theme Name: Turitor Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Author: Tripples
* Author URI: http://themewinter.com
* Description: Turitor is a Education WordPress Theme.
* Version: 1.0.0
* Template: turitor
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.skiptranslate {
	display: none;
}

button[name='update_cart'] {
	display: none !important;
}

.woocommerce table.cart td:nth-of-type(5),
.woocommerce table.cart th:nth-of-type(5) {
	display: none;
}

.woocommerce .cart.shop_table .product-thumbnail img {
	width: 180px;
	border-radius: 5px;
}

.col-2 {
	display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	max-width: 100% !important;
}

.form-row .validate-required {
	display: none;
}

.checkbox .optional {
	display: none;
}

.g-recaptcha {
	float: left;
	margin-top: 130px;
	position: absolute;
	margin-left: 7.5%;
	z-index: 9000;
}

#place_order {
	margin-top: 90px;
}

.mensaje-checkout {
	border-left: 2px solid #000;
}

.mensaje-checkout {
	border-left: 4px solid #44b49b;
	height: 30px;
	padding-left: 10px;
	padding-top: 4px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	background: #f1f1f1;
	color: #000;
}

.added_to_cart {
	display: none;
}

.wc-forward {
	display: none;
}

.ver-carrito {
	background: #44b49b;
}

.ver-carrito:hover {
	background: #1c3c6c;
}

.agregar-carrito {
	background: #1c3c6c;
	bottom: 0px;
}

.agregar-carrito:hover {
	background: #44b49b;
}

.type-product {
	position: relative;
}

a.added_to_cart.wc-forward {
	background: #44b49b !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	border-radius: 3px !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	width: 120px !important;
	margin-left: 30% !important;
	margin-top: 117% !important;
	display: none;
}

a.added_to_cart.wc-forward:hover {
	background: #1c3c6c !important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
	display: none !important;
}

.page-link-receipts {
	width: 30px !important;
	height: 30px !important;
	border: 1px solid #adacac !important;
	border-radius: 3px !important;
	margin: 3px !important;
	text-align: center !important;
	background: #ffffff !important;
	font-size: 15px !important;
	cursor: pointer !important;
	color: #1c3c6c !important;
}

.page-link-receipts:hover {
	background: #44b49b !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	border-radius: 3px !important;
}

.active-receipts {
	width: 30px !important;
	height: 30px !important;
	background: #1c3c6c !important;
	border: 1px solid #1346af !important;
	color: #fff !important;
}

.buscar {
	float: right;
	margin-bottom: 15px;
}

.buscar input {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	padding: 5px;
}

.buscar a {
	background: #1c3c6c;
	color: #fff !important;
	padding: 8px;
	border: none;
	border-radius: 3px;
	margin-left: 5px;
}

.buscar a:hover {
	background: #44b49b;
	color: #fff !important;
}

.buscar button {
	background: #1c3c6c;
	color: #fff !important;
	padding: 6px;
	border: none;
	border-radius: 3px;
	margin-left: 5px;
}

.buscar button:hover {
	background: #44b49b;
	color: #fff !important;
}

.ver-detalle {
	Color: #fff !important;
	background: #1c3c6c !important;
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
}

.ver-detalle:hover {
	Color: #fff !important;
	background: #44b49b !important;
	border-radius: 3px;
}

.loader-page {
	position: fixed;
	z-index: 25000;
	background: rgba(255, 255, 255, 0.562);
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	visibility: hidden;
}

.loader-page::before {
	content: "";
	position: absolute;
	border: 3px solid rgb(2, 42, 129);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-sizing: border-box;
	border-left: 3px solid rgba(50, 150, 176, 0);
	border-top: 3px solid rgba(50, 150, 176, 0);
	animation: rotarload 1s linear infinite;
	transform: rotate(0deg);
}

@keyframes rotarload {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.loader-page::after {
	content: "";
	position: absolute;
	border: 3px solid rgba(31, 80, 241, 0.5);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-sizing: border-box;
	border-left: 3px solid rgba(50, 150, 176, 0);
	border-top: 3px solid rgba(50, 150, 176, 0);
	animation: rotarload 3s ease-out infinite;
	transform: rotate(0deg);
}

#preloader {
	background: #fff !important;
}

.preloader-cancel-btn-wraper {
	display: none;
}

button[name='update_cart'] {
	display: none;
	visibility: hidden;
}

.auto-matricula {
	background: #1c3c6c;
}

.auto-matricula:hover {
	background: #44b49b;
}

li[data-id='billing_email'] {
	display: none;
	visibility: hidden;
}

li[data-id='billing_city'] {
	display: none;
	visibility: hidden;
}

li[data-id='billing_address_1'] {
	display: none;
	visibility: hidden;
}

.product-category img {
	border-radius: 6px;
}

.product-category img:hover {
	padding: 3px;
	opacity: 0.4;
	border-radius: 6px !important;
	background: #173a6f;
}

#rc-anchor-container {
	margin-top: -100px !important;
}

#place_order {
	margin-top: 90px;
}

.price {
	display: none;
	visibility: hidden;
}

/*Stylos para contraseña*/
.woocommerce-password-hint {
	color: black;
    font-size: 15px;
    font-weight: 500;
    background: #f7ac0954;
    padding: 6px 10px;
    border-left: 4px solid #ff5f00;
    border-radius: 4px;
}

.woocommerce-password-strength.short {
	background-color: #C20003;
	color: white;
}

.woocommerce-password-strength.bad {
	background-color: #DC601E;
	color: white;
}

.woocommerce-password-strength.good {
	background-color: #F7AC09;
	color: white;
}

.woocommerce-password-strength.strong {
	background-color: #1AA785;
	color: white;
}
