/*  ----------------------------------------------------------------------------
    You can use it for custom CSS.
*/

 @import 'pretty-checkbox.min.css';

.contentText.privacy p {color: rgb(55, 55, 55);font-size: 14px;font-style: normal;margin-bottom: 20px;}
.contentText.shipping p {color: rgb(55, 55, 55);font-size: 14px;font-style: normal;margin-bottom: 10px;}
.contentText.shipping h4 {margin-bottom: 20px;margin-top: 20px;}
.contentText.conditions p {color: rgb(55, 55, 55);font-size: 14px;font-style: normal;margin-bottom: 15px;margin-top: : 15px;}
.contentText.conditions b {color: rgb(55, 55, 55);font-size: 14px;font-weight: bold;font-style: normal;}

/* SEARCH */

form.example i {top: 1px;}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 75%;
  height: auto;
  background: #f1f1f1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 form.example input[type=text] {
  width: 50%;
 }
}

form.example button {
  float: left;
  width: 15%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 16px;
  /* border: 1px solid grey; */
  border-left: none;
  border-radius: 0;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}


/*typehead*/
.typeahead-demo .custom-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper > .message {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 160px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}


/* Prueba MAS mouse nice to have*/

@media (min-width: 576px) {
  .mouse {
        bottom: 263px;
  }
}
.mouse {
  display: block;height: 45px;width: 25px;border-radius: 20px;
  border: 2px solid #000;bottom: 153px;left: 50%;z-index: 2;transform: translateX(-50%);
  animation: mouse alternate 0.8s infinite;
  position: absolute;
  /* position: sticky; */
}
.mouse:after {
  position: absolute;border-radius: 2px;width: 2px;height: 0px;content: '';background: #000;
  margin-left: 10px;margin-top: 5px;animation: mouse-bola alternate 0.8s infinite;
}
@keyframes mouse-bola {
  0% {
    height: 0px;
  }
  100% {
    height: 10px;
  }
}
@keyframes mouse {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% + 20px));
    transform: translate(-50%, calc(-50% + 20px));
  }
}

/* Se utiliza para limitar el tamaño del Slider en el templete 7 */
.home7 .header-slider .carousel-inner > .item, .home7 .header-slider {height: 254px;}
/* Para actualizar por dos pixeles la diferencia entre el header y el Slider*/
.header-outer.header-outer6 {margin-top: 132px;}
/* Se utiliza para customizar el mensaje*/
.caption h3 {color: rgb(255, 255, 255);font-size: 14px;font-weight: 300;letter-spacing: 3px;margin-bottom: 20px;margin-top: 30px;text-transform: lowercase;}
.caption {color: #646a7c;display: block;letter-spacing: 1.5px;margin-bottom: auto;margin-left: auto;margin-right: auto;position: relative;text-transform: uppercase;width: 100%;z-index: 999;}
.caption h4 {color: #fe9700;font-size: 16px;}
.caption h2 {color: rgb(255, 255, 255);font-size: 36px;font-weight: 600;margin-top: 0;text-transform: uppercase;}
.caption p {font-size: 20px;margin: 0 0 20px;font-weight: 100;text-transform: capitalize;color: #fff;}
.carousel-indicators {bottom: 40px;left: 50%;}

/*
 Ejemplo de código para utilizarlo en los sliders
*/

/*
<div class="col-lg-6 ">
</div>
<div class="col-lg-6 text-right">
  <h3>new arrivals </h3>
  <h2 style="visibility: visible; animation-duration: 1500ms; animation-delay: 0ms; animation-name: slideInUp;" class="wow slideInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
 spring summer <span>2017</span>
  </h2>
  <p style="visibility: visible; animation-name: fadeInRight;" class="wow fadeInRight">
     It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout
  </p>
  <a data-scroll="" class="btn shop-now animated fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms" href="#">Shop now</a>
  <a data-scroll="" class="btn shop-now animated fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms" href="#">Discover</a>
</div>

*/


/* El Logo de Cosmopolita lo dejamos como tamño máximo 258 para aceptar la resolución máxima de la imagen
* Y en el Ipad cuando es portraid se tiene a 128
*/

.navbar-brand>img {display: inline-block;max-width: 258px}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.navbar-brand>img {display: inline-block;max-width: 128px}
}

/* Modificación del título del producto */
.product-detail.pro-text h4 {font-weight: bold;}

/* Modificación al título del producto en la caja */
.grid-shop .pro-text-outer h4 {color: #2196F3;font-weight: 500;}
.new-arrivals .pro-text-outer h4 {color: #2196F3;font-weight: 500;}
.e-product .pro-text-outer h4 {color: #2196F3;font-weight: 500;}
.new-arrivals .pro-text-outer .wk-price {color:#fa4d64;}
.e-product.e-product2 .wk-price {color:#fa4d64;}
.e-product .wk-price {color:#fa4d64;}
.breadcrumb .text-right .breadcrumb-item a {font-size: 15px;color: #252525;}

.encabezaConfirmacion {
  color: #2196f3;
  font-size: 16px;font-weight: bolder;font-style: normal;
}

.renglonTablaPaddingBottom15 {
  padding-bottom:15px;
}

.renglonTablaPaddingTopBot15 {
  padding-bottom:15px;
  padding-top:15px;
}

.moduleRowSelected {
  background-color: #d9edf7;
}

/* .moduleRowSelected {
  background-color: #252525;
} */

.colorContinueButton {
  background: #3c763d none repeat scroll 0 0;
}

.totals {
  color: rgb(55, 55, 55);font-size: 16px;font-weight: bolder;font-style: normal;
}

.mbottom15 {
  margin-bottom: 15px;
}

.mtop15 {
  margin-top: 15px;
}

.tableAdress {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  border-color: gray;
  font-size: 14px;font-weight: bold;
  /* font-size: 18px; */
}

/* TC APPS MAUTIC*/
    .mauticform_wrapper { max-width: 600px; margin: 10px auto; }
    .mauticform-innerform {}
    .mauticform-post-success {}
    .mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
    .mauticform-description { margin-top: 2px; margin-bottom: 10px; }
    .mauticform-error { margin-bottom: 10px; color: red; }
    .mauticform-message { margin-bottom: 10px;color: green; }
    .mauticform-row { display: block; margin-bottom: 20px; }
    .mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
    .mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
    .mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
    .mauticform-errormsg { display: block; color: red; margin-top: 2px; }
    .mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
    .mauticform-checkboxgrp-row {}
    .mauticform-checkboxgrp-label { font-weight: normal; }
    .mauticform-checkboxgrp-checkbox {}
    .mauticform-radiogrp-row {}
    .mauticform-radiogrp-label { font-weight: normal; }
    .mauticform-radiogrp-radio {}
    .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
    .mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
    .mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
    .mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
/* END TC APPS MAUTIC*/

/* TC APPS  Order HISTORY*/

.head-wrap-oh .panel-heading > h4 {font-size: 18px;font-weight: 500;text-transform: uppercase;}
TEXTAREA {display: block;width: 100%;}
/* Checkout shipping */
.head-wrap-oh .panel-heading .panel-title {margin: 0;}

.linkColorAccount {
  color: #2196f3;
  font-size: 16px;font-style: normal;
}

/* GROUP */

.img-title{
  position: absolute;
  /* background-color: black; */
  color: #00000085;
  text-align: center;
  left: 10%;
  right: 10%;
  top: 20%;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
}


/* TC APPS PAYPAL BUTTON */
/* Media query for mobile viewport */
@media screen and (max-width: 400px) {
    #paypal-button-container {
        width: 100%;
    }
}

/* Media query for desktop viewport */
@media screen and (min-width: 400px) {
    #paypal-button-container {
        width: 250px;
    }
}




/* Media query for mobile viewport */
@media screen and (max-width: 400px) {
    #paypal-button-container1 {
        width: 100%;
    }
}

/* Media query for desktop viewport */
@media screen and (min-width: 400px) {
    #paypal-button-container1 {
        width: 250px;
    }
}
/* END TC APPS PAYPAL BUTTON */
/* TC APPS LOADER */
.tcloader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* END TC APPS LOADER */

/* BEGIN hover underline of links*/
a.text-tit:hover, a.text-tit:active {color: red;}
/* */


/*  Detail Button to Right */

.prod_extra_info .eys-btn {
        float: right;
}


@media (max-width:991px){
.header-top-mobile {z-index: 999;position: fixed;top: 50px;}
.mobile-menu-area {z-index: 999;position: fixed;top: 0;}
}
