body {
    font-size: 16px;
}

joomla-tab[view=tabs]>div[role=tablist] {
    background-color: #f0ebf0;
    border: 1px solid #e5dee5;
}

joomla-tab button[aria-expanded=true]:after {
    background-color: #c9c2c9;
}

.text-small {
    font-size: 0.875rem;
    font-weight: 400;
}

.form-control, .inputbox {
    max-width: 220px;
}

/*** T4-HEADER-WRAP ***/
#t4-header-wrap .link-primary, .link-primary {
    color: #8f8b8f !important;
}

#t4-header-wrap .link-primary:hover,#t4-header-wrap .link-primary:focus,#t4-header-wrap .link-primary:active,.link-primary:hover,.link-primary:focus,.link-primary:active {
    color: #ffffff !important;
    text-decoration: none;
}

/*** T4-PALETTE-MAINNAV ***/
.t4-palette-mainnav a {
    color: #8f8b8f !important;
    transition: .3s;
}

.t4-palette-mainnav a:hover,.t4-palette-mainnav a:focus,.t4-palette-mainnav a:active {
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/*** T4-TOPBAR ***/
.t4-topbar {
    background: #e5dfe5;
    color: #b5afb5;
}

/*** LOGO ***/
@media (min-width: 576px) {
    .navbar-brand.logo-control img.logo-img {
        max-width: 300px;
        height: 24px;
    }
}

@media (max-width: 767px) {
    .navbar-brand .logo-img, .navbar-brand .logo-img-sm {
        max-width: 123px;
        height: 99px;
    }
}

/*** MEGA MENU ***/
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    font-family: "Montserrat Alternates";
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.t4-megamenu .dropdown-menu {
    border-top: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    margin-top: -2px !important;
    background: #e5dfe5;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.t4-megamenu .dropdown-toggle .item-caret::before {
    border-top: 4px solid #a1a5ad;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-menu li>a:active, .dropdown-menu li>span:hover, .dropdown-menu li>span:focus, .dropdown-menu li>span:active {
    color: #ffffff !important;
}

.dropdown-item {
    text-transform: uppercase;
}

/*** T4 PALETTE MAINNAV ***/
.t4-palette-mainnav .navbar-nav>li>a {
    color: #a1a5ad !important;
}

.t4-palette-mainnav .navbar-nav>li>a .item-caret {
    border-top-color: #a1a5ad !important;
}

.t4-palette-mainnav .navbar-nav>li.active>a .item-caret::before,.t4-palette-mainnav .navbar-nav>li.show>a .item-caret::before,.t4-palette-mainnav .navbar-nav>li>a:hover .item-caret::before,.t4-palette-mainnav .navbar-nav>li>a:focus .item-caret::before,.t4-palette-mainnav .navbar-nav>li>a:active .item-caret::before {
    border-top-color: #a1a5ad!important
}

.t4-palette-mainnav .navbar-nav>li>a:hover,.t4-palette-mainnav .navbar-nav>li>a:focus, .t4-palette-mainnav .navbar-nav>li>a:active {
    color: #ffffff!important;
    background-color: #c9ccd1;
}
.t4-palette-mainnav .navbar-nav>li.active>a {
    color: #ffffff!important;
    background-color: #a1a5ad;
}

.t4-palette-mainnav .navbar-nav>li>a:before,.t4-palette-mainnav .navbar-nav>li>a:after {
    background: #ffffff!important;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: .3s;
    width: 0%;
}

.t4-palette-mainnav .navbar-nav>li>a:before {
    top: 0px
}

.t4-palette-mainnav .navbar-nav>li>a:after {
    bottom: 0px
}

.t4-palette-mainnav .navbar-nav>li>a:hover:before,.t4-palette-mainnav .navbar-nav>li>a:hover:after {
    width: 100%
}


/*** T4-OFFCANVAS ***/
.t4-offcanvas-toggle .toggle-bars {
    background-color: #a1a5ad;
}

.t4-offcanvas-toggle .toggle-bars:before,.t4-offcanvas-toggle .toggle-bars:after {
    background-color: #a1a5ad;
}

/*** T4-CONTENT ***/
.t4-content {
    box-shadow: none;
}

.t4-content {
    max-width: 100%;
}

/*** T4-FOOTER ***/
.t4-footer {
    background-color: #e5dfe5;
    color: #b5afb5;
    border-top: 1px solid #c9c2c9;
}

.t4-footer .t4-module, .t4-footer .t4-section-inner {
    display: flex;
    padding: 40px;
}

.t4-module .module-inner {
    width: 100%;
    padding: 0
}

.t4-footer .t4-module .navbar {
    display: block;
}

.t4-footer .t4-module .navbar .navbar-nav {
    display: block;
}

.t4-footer .t4-module .navbar-nav>li {
    margin-bottom: 0.8rem;
}

.t4-footer .t4-module .module-title span {
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}


/*** T4-COPYRIGHT ***/
#t4-copyright {
    background-color: #c9c2c9;
    border-top: 1px solid rgba(255, 255, 255, .05);
    color: #a097a0;
}

#t4-copyright a {
    color: #6e6b6e;
    transition: .3s;
}

#t4-copyright a:hover {
    color: #e5dfe5;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

/*** BACK TO TOP ***/
#back-to-top {
    background: #8f8b8f;
}

/**** ESHOP ****/

.ajax-block-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #ebebf5;
    border: 2px solid #d7dfed;
    border-radius: 20px;
    padding: 14px;
    max-width: 31%;
}

.grid .ajax-block-product.spanbox {
    flex: 0 0 31%;
    max-width: 31%;
    margin-right: 2.333333%;
}

@media (max-width: 767px) {
  .grid .ajax-block-product.spanbox {
      flex: none;
      max-width: 90%;
      margin-right: 20px;
      margin-left: 20px;
  }
}

.eshop-pre-nav,.eshop-next-nav {
    background-color: #ced3e2;
}

.eshop-pre-nav {
    border-radius: 5px 0 0 5px;
}

.eshop-next-nav {
    border-radius: 0 5px 5px 0;
}

.eshop-pre-nav .float-start,.eshop-next-nav .float-end {
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #606381;
    transition: all 0.15s ease-in-out;
    margin: 20px 5px;
}

@media (max-width: 767px) {

    .eshop-pre-nav .float-start,.eshop-next-nav .float-end {
        font-size: 12px;
    }

    .eshop-pre-nav {
        margin-left: 20px;
        margin-right: -20px;
        border-radius: 5px 0 0 5px
    }

    .eshop-next-nav {
        margin-left: -20px;
        margin-right: 20px;
        border-radius: 0 5px 5px 0
    }
}

.eshop-pre-nav .float-start:hover,.eshop-next-nav .float-end:hover {
    color: #fff;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background-color: rgba(255, 255, 255, .2);
}

.eshop-pre-nav>.float-start:before {
    display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a8";
    margin-right: 5px;
    transition: all 0.15s ease-in-out
}

.eshop-pre-nav>.float-start:hover:before {
    margin-right: 15px
}

.eshop-next-nav>.float-end:after {
    display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a9";
    margin-left: 5px;
    transition: all 0.15s ease-in-out
}

.eshop-next-nav>.float-end:hover:after {
    margin-left: 15px
}

.eshop-search {
    float: right;
}

#eshop_result {
    min-width: 350px;
    max-width: 480px;
    width: 100%;
}

#eshop_result li {
    line-height: 20px;
    padding: 5px;
}

#eshop_result li a {
    font-size: 0.8em;
}

#sort_options, #limit{
 	padding: 10px; 
}

.btn {
	border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    background-color: #f6f6f6;
    color: #999;
    text-decoration: none !important;
    margin-bottom: 0.2em;
}

.btn.btn-primary {
    color: #ffffff !important;
    background-color: #e1cac4 !important;
    border-radius: 5px;
    text-decoration: none !important;
}

.btn.btn-danger, .btn.btn-info, .btn.btn-success {
    color: #ffffff;
}

.product-list-container .row .btn-secondary {
    color: #ffffff !important;
 	background-color: #002995 !important;
}

.eshop-container .row .btn-primary {
    color: #ffffff !important;
 	background-color: #e1cac4 !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.eshop-container .row .btn-secondary {
    color: #ffffff !important;
    background-color: #9193ab !important;
    /*max-width: 300px;*/
    border-radius: 5px;
    margin: auto;
}

.eshop-container .row .btn {
    /*max-width: 300px;*/
    border-radius: 5px;
}


.eshop-container .row .btn:hover {
    color: #9193ab;
    background-color: #ebebf5;
}

.box-action-text-item .btn{
    display: block;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-action-text-item .btn-secondary {
    margin: 10px 0 !important;
}

.box-quantity button.btn {
    padding: 18px;
}


.product-cart .box-quantity .btn-secondary {
    color: #9193ab !important;
    background-color: #ffffff !important;
    padding: 1rem 0;
}

.product-cart .box-quantity .eshop-quantity {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cart .box-quantity .eshop-quantity .btn-secondary {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #9193ab !important;
    padding: 1rem;
}

.product-cart .box-quantity .eshop-quantity .btn-secondary.button-minus, .product-cart .box-quantity .eshop-quantity .btn-secondary.button-plus {
    padding: 1rem 2rem;
}

.product-cart .box-quantity .eshop-quantity .eshop-quantity-value {
    font-size: 18px;
    color: #9193ab !important;
}

.product-options h2 {
    font-size: 1.5rem;
}


.list .eshop-info-block {
    float: left;
    text-align: left;
    width: 35%;
    margin-left: 20px;
}

.list .eshop-buttons {
    padding: 0 20px;
    width: 250px;
    text-align: center;
}

.list .eshop-image-block {
    margin-top: 10px;
    margin-left: 10px;
}

.list .ajax-block-product.spanbox {
    border-bottom: 2px #d7dfed solid;
    min-height: 220px;
    max-width: 100%;
}

.eshop-container .row .btn {
    font-size: 14px;
    line-height: 18px;
}

.eshop-buttons .btn-secondary {
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 18px;
    background: #f6f6f6;
    color: #999 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.eshop-buttons .btn-secondary:hover {
    background: #e1cac4;
    color: #fff !important;
}

.product-info .product-share {
    padding: 8px 5px 13px 5px;
}

.horizontal.small-db.top_left, .horizontal.big-db.top_left {
    left: 2%;
    top: 2%;
}

.eshop-info-block h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
}

.eshop-info-block h5 > a {
    color: #9193ab;
}

.eshop-info-block h5 > a:hover {
    color: #606381;
}

.product-cart .box-action-text-item, .box-action-text-list {
    padding: 0;
}

#products-list {
    margin-right: 20px;
    margin-left: 20px;
}

@media (max-width: 480px) {
    #products-list .eshop-image-block, #products-list .eshop-info-block {
        padding: 10px;
        text-align: center;
    }
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #d7dfed;
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

@media (max-width: 767px) {
    .eshop-image-block img {
        display: block;
    }
}

.eshop-buttons .box-action-text-list .btn-secondary {
	background-color: #9193ab !important;
    margin-bottom: 10px;
    width: 100%;
}

.eshop-buttons .box-action-text-list .btn-secondary:hover {
	background-color: #606381 !important;
}

.product-info .page-header h1, .eshop-container .page-header h1 {
    font-size: 3rem;
    font-weight: 600;
}

.product-info .product-price h2 {
    font-size: 3rem;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .product-info .page-header h1, .eshop-container .page-header h1 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .product-info .product-price h2 {
        font-size: 1.8rem;
    }
}

#colorbox #cboxContent h1 {
    background: #eee;
    font-size: 2rem;
}

.eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
    border: 1px solid #d7dfed;
    border-radius: 16px;
    overflow: hidden;
}

.eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
    border-radius: 0 0 16px 16px;
}

.eshop-categories-list .eshop-category-wrap .image, .eshop-sub-categories-list .eshop-category-wrap .image {
    padding: .25rem;
}

.eshop-sub-categories-list .eshop-category-wrap .image img {
    border-radius: 12px 12px 0 0;
}

.filter-heading .filter-head-icon {
    background: none;
}

/**** ESHOP COLOR FOR PICKING PRODUCTS ****/

.form-check-inline, label.radio, label.checkbox {
    display: block;
}

.fa-color-white {
    color: #ffffff;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.fa-color-pink {
    color: #ff99cc;
}

.fa-color-light-pink {
    color: #ffccff;
}

/**** BOTONES DE WHATSAPP ****/

.whatsapp-div{
    position: fixed; 
    bottom: 84px; 
    right: 24px;  
    z-index: 99;
}
  
.whatsapp-button {
    width: 62px;
    height: 62px;
    line-height: 0;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    margin-bottom: 10px;
    border-radius: 50%
}

.whatsapp-button span {
    display: table; 
    margin: 5px auto 0 auto;
}

@media (min-width: 767px) {
  .whatsapp-button span {
    display: table;
    margin: 0 auto 0 -13px;
  }
}
  
.whatsapp-button:hover:after,.whatsapp-button:focus:after {
    height:100%;
    background:#333333;
}
  
.whatsapp-male-color {
    background: #4dc247;
}
  
.whatsapp-male-color:hover{
    background: #606381;
    color: #ffffff;
}
  
.whatsapp-female-color{
    background: #aa3363;
    color: #ffffff;
}
  
.whatsapp-female-color:hover{
    background: #67a1d4;
    color: #ffffff;
}
  
[data-tooltips] {
    border-bottom: none;
}

/**** LOGIN FORM ***/

#login-form .form-group .btn.btn-secondary {
    background-color: #9193ab;
    border-color: #9193ab;
    color: #ffffff;
}

#login-form .form-group .btn.btn-secondary #icon-passkey {
    color: #ffffff;
}
