
/************** TIENDA EN LÍNEA SHAM - RESPR ***************/

/* WEB PUBLIC */
/* .mdx-product-detail-price, */
.mdx-product-detail-description,
.mdx-product-detail-name,
.mdx-product-detail-image {
    display: none!important;
}
.mdx-product-detail {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    height: auto;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mdx-product-list {
    width: fit-content;
    display: inline-block;
    margin: 0;
}
.mdx-product-detail-info {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
}

/* CART SUMMARY */
.mdx-shopping-cart-summary {
    width: 100%;
    text-align: center;
    background-color: #edaf32;
    border-radius: 5em 0 0 5em;
    border: none;
    color: white !important;
    text-decoration: none;
	padding: 0 33px 0 0;
    box-shadow: 0 5px 5px #0003;
    -webkit-box-shadow: 0 5px 5px #0003;
    font-size: 30px;
}
/* .mdx-shopping-cart-summary:before { */
	/* font-family: "FontAwesome"; */
	/* content: "\f07a"; */
	/* display: inline-block; */
	/* padding-right: 3px; */
	/* vertical-align: initial; */
	/* font-weight: 100; */
/* } */
.mdx-shopping-cart-summary:hover {
    background-color: #f44336;
}
.mdx-shopping-cart-summary-count {
    background: #f44336;
    width: 45px;
    height: 43px;
    line-height: 2.9;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
}
.mdx-shopping-cart-summary-count a {
    color: white !important;
    text-decoration: none;
}
.mdx-shopping-cart-summary-text a {
    color: white !important;
    text-decoration: none;
    font-size: 30px;
    padding: 0 0 0 10px;
}
.mdx-shopping-cart-summary-text a:before {
    font-family: "FontAwesome";
    content: "\f07a";
    display: inline-block;
    padding-right: 3px;
    vertical-align: initial;
    font-weight: 100;
}
.mdx-shopping-cart-summary-total a {
    color: white !important;
    text-decoration: none;
}
.mdx-shopping-cart-summary-total {
    width: 95%;
    margin: auto;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
	display: none;
}
.cart_fx {
    position: fixed;
    top: 10%;
    right: 0;
    width: 100px;
    z-index: 1030;
}
.mdx-shopping-cart-summary-text {padding: 0 10px 0 0;}

.mdx-product-add-to-cart button {
    background-color: #244b9a;
    color: white;
    border: none;
    padding: 0 30px;
    width: auto;
    height: 35px;
    font-weight: 400;
    border-radius: 0;
    margin: 10px 0;
    opacity: 1;
	float: right;
}
.mdx-product-add-to-cart button:hover {
    background-color: #edaf32;
    opacity: 1;
}
.mdx-product-add-to-cart button:before {
	font-family: "FontAwesome";
	content: "\f07a";
	display: inline-block;
	padding-right: 10px;
    vertical-align: baseline;
    font-weight: 100;
}

#pay_success_ {
	padding: 35vh 0;
    background: url(../img/bg_success.jpg);
    background-attachment: fixed;
    background-position: center;
	background-size: cover;
    text-align: center;
    color: #244b9a;
	position: relative;
}
#pay_success_ > .bg_browsers_ {
    background: linear-gradient(#ffffff, rgb(237 175 50 / 50%));
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#pay_success_ .container {
    z-index: 0;
    position: relative;
}
#pay_success_ h2{
	font-size: 35px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}
#pay_success_ .btn {
    color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 50px;
    margin: 30px auto;
}
#pay_failure_ {
	padding: 35vh 0;
    background: url(../img/bg_p_failure.png);
    background-attachment: fixed;
    background-position: center;
	background-size: cover;
    text-align: center;
}
#pay_failure_ h2{
	font-size: 35px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
    color: #f44336;
}
#pay_failure_ .btn {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 50px;
    margin: 30px auto;
}
#pay_pending_ {
	padding: 35vh 0;
    background: url(../img/bg_p_pending.png);
    background-attachment: fixed;
    background-position: center;
	background-size: cover;
    text-align: center;
}
#pay_pending_ h2{
	font-size: 35px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
    color: #ff9800;
}
#pay_pending_ .btn {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 50px;
    margin: 30px auto;
}

/* .mdx-shopping-cart-items { */
    /* width: 50%; */
    /* float: none; */
    /* display: inline-flex; */
/* } */
.mdx-shopping-cart {
    width: 100%;
    margin: 0;
}
.mdx-shopping-cart-totals {
    display: grid;
}
.mdx-payer-form {
    width: 350px;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    margin: 45px auto;
    display: flow-root;
}
.mdx-cart-item-actions-delete {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 0 20px;
    width: auto;
    height: 35px;
    font-weight: 300;
    border-radius: 20px;
    margin: 10px 0 10px 0;
    opacity: 0.8;
	float: right;
}
.mdx-cart-item-actions-delete:before {
	font-family: "FontAwesome";
	content: "\f1f8";
	display: inline-block;
	padding-right: 5px;
	vertical-align: initial;
	font-weight: 100;
}

.mdx-cart-item-actions-add {
    background-color: transparent;
    color: #9e9e9e;
    font-size: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mdx-cart-item-actions-remove {
    background-color: transparent;
    color: #9e9e9e;
    font-size: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mdx-cart-item-actions-add:hover,
.mdx-cart-item-actions-remove:hover {
	color: #244b9a;
}
.mdx-cart-item-price {
	color: #9e9e9e;
    font-size: 11px;
    width: 50%;
    text-align: left;
}
.mdx-cart-item-total {
    color: #edaf32;
    width: 50%;
    display: grid;
    float: right;
}
.mdx-shopping-cart-totals-products {color: #244b9a;font-size: 20px;}
.mdx-shopping-cart-totals-shippment {color: #4caf50;font-size: 20px;}
.mdx-shopping-cart-totals-total {color: #244b9a;font-size: 20px;}
.mdx-cart-item-actions {display: flow-root;}
.mdx-cart-item {display: inline-table;}

.mdx-cart-item-image {
    width: 20%;
}
.mdx-cart-item-info {
    width: 75%;
}

.mdx-payer-form-field {
    height: 35px;
    padding: 0 10px;
    color: #555;
    border: 1px solid #fff;
    margin: 0 0 15px;
    border-radius: 0;
	font-weight: 300;
	-webkit-transition: 900ms;
	-moz-transition: 900ms;
	-o-transition: 900ms;
	transition: 900ms;
}
.mdx-payer-form-field:focus {
    border-color: #244b9a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #244b9ab0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px #244b9ab0;
}
label {font-weight: normal;}
button {font-weight: 300;}

.sandbox-badge {display: none!important;}

.mdx-shopping-cart-actions-delete,
.mdx-shopping-cart-actions-complete {
    font-weight: 300;
    opacity: 0.7;
	font-size: 13px;
}
.mdx-shopping-cart-actions-delete {background-color: #f44336;}
.mdx-shopping-cart-actions-complete {background-color: #4caf50;}

.mdx-shopping-cart-actions-delete:before {
	font-family: "FontAwesome";
	content: "\f1f8";
	display: inline-block;
	padding-right: 5px;
	vertical-align: initial;
	font-weight: 100;
}

.mdx-shopping-cart-actions-complete:before {
	font-family: "FontAwesome";
	content: "\f09d";
	display: inline-block;
	padding-right: 5px;
	vertical-align: initial;
	font-weight: 100;
}

.mdx-cart-item-name {font-size: 16px;}

.mdx-product-no-stock {
    padding: 30px 0;
    font-weight: 700;
    font-size: 25px;
    color: #f44336;
	animation: blinking 2s linear infinite;
	-webkit-animation: blinking 2s linear infinite;
}
@keyframes blinking {  
  50% { opacity: 0.25; }
}

/****************************/

#cart__ .btn-default {
    color: #fff;
    background-color: #244b9a;
    border-color: #244b9a;
    margin: 10px auto;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5em 0 0 5em;
    line-height: 1;
    position: fixed;
    z-index: 1100;
    top: 60px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
}
#cart__ .btn-default:focus,
#cart__ .btn-default:hover {
    background-color: #132f68;
    border-color: #132f68;
}
#cart__ .btn-default i {
	margin: 0 -5px 0 0;
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#cart__ .btn-default:hover i {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.mercadopago-button:before {
	font-family: "FontAwesome";
	content: "\f08e";
	display: inline-block;
	padding-right: 5px;
	vertical-align: initial;
	font-weight: 100;
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {

.mdx-shopping-cart-items {
    width: 100%!important;
}

.mdx-shopping-cart-totals {
    float: right;
    display: grid;
    margin: 20px 0;
	width: 100%;
}

.mdx-payer-form {
    width: 100%;
}

}

.mdx-product-detail-price {
    width: 100%;
    text-align: center;
    color: #edaf32;
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0 0;
}

.mp_ {color: #009ee3;font-weight: 700;}

.icn_ {
    border: 2px solid #f44336;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    padding: 2px 0 0 1px;
    border-radius: 50%;
    color: #f44336;
    top: -5px;
}


.mdx-product-actions {display: none;}

