/*-------------------------

Pink 1: #AB1D6C
Pink 2: #E83281
Pink 3: #F49CC2

Yellow 1: #FFFFE1
Yellow 2: #FFFF93 || #FFFF6D1

--------------------------*/

body {
    color: #404040;
}
h2 {
    font-family: 'Josefin Sans', serif;
    color: #AB1D6C;
    margin: 20px 0;
    text-align: center;
}
.affix {
    top: 100px;
}
.jBox-container{
    padding: 10px;
}
#search-box {
    position: absolute;
    top: 18px;
    right: 0;
    width: 600px;
}
#search-box .secondary-links{
    float: left;
    color: #6A3573;
    margin: 17px 10px;
}
#search-box .secondary-links a{
    color: #6A3573;
    padding: 0 6px;
    font-size: 12px;
}
#search-box .secondary-links .notice{
    border-left: 1px solid #D1D1D1;
    padding-left: 8px;
}
#search-box .input-group{
    width: 300px;
}
#search-box .search-button {
    color: #FEFEFE;
    background: #F49CC2;
    cursor: pointer;
}
#search-box .search-button:hover {
    background: #AB1D6C;
}
.navbar {
    margin-top: 60px;
    margin-bottom: 25px;
    background: #AB1D6C;
    border: 4px solid #F49CC2;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
#logo {
    background: #fff;
    position: relative;
    top: -110px;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.7);
}
.navbar-default .navbar-nav > li > a {
    color: #F8F8F8;
    font-size: 20px;
    font-family: 'Josefin Sans', serif;
}
.navbar-default .navbar-nav > li > a #cart-count {
    color: #FFFF93;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #FFFF93;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F8F8F8;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #F49CC2;
}
.dropdown-menu > li > a {
    padding: 8px 45px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #FFFF93;
}
#categories ul {
    list-style-type: none;
    padding: 0;
    margin-top: -90px;
    background: #fefefe;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Josefin Sans', serif;
    -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.7);
}
#categories ul .cat-title {
    background: #AB1D6C;
    color: #FEFEFE;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
#categories ul li a {
    /*background: #FFFF93;*/
    color: #E83281;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}
#categories ul li a:hover {
    color: #6A3573;
    font-weight: bold;
}
#bulletin{
    list-style-type: none;
    padding: 0;
    background: #fefefe;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Josefin Sans', serif;
    -webkit-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.7);
}
#bulletin > div{
    padding: 10px;
}
#bulletin h5 {
    background: #AB1D6C;
    color: #FEFEFE;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    text-align: center;
}
#bulletin #bulletin-email {
    width: 100%;
}
#bulletin #bulletin-subscribe {
    margin-top: 5px;
}
.main-row{
    min-height: 100%;
}
.skippr > img {
    transform: none;
    top: 0;
}
.icon-about{
    font-size: 18em;
    color: #6A3573;
}
.img-about{
    border: 2px solid #6A3573;
    border-radius: 10px;
    padding: 2px;
}
.about-text{
    font-size: 18px;
}
.contact-details {
    list-style-type: none;
    padding: 0;
}
.contact-details .highlight{
    color: #5e923c;
    font-size: 22px;
    font-family: 'Josefin Sans', serif;
}
.article-holder {
    padding: 0 30px;
    margin-bottom: 80px;
}
.article-name {
    text-align: center;
}
.article-name > a {
    text-decoration: none;
    color: #E83281;
    font-size: 16px;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    padding: 3px 0;
}
.article-image {
    padding: 20px 10px;
}
.article-button {
    padding: 0;
}
.article-button > button {
    width: 100%;
    height: 30px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background: #5e923c;
    color: #FEFEFE;
    border: 0;
}
.cart-quantity-edit input{
    text-align: center;
    width: 80px;
}
.jBox-Tooltip .jBox-container, .jBox-Mouse .jBox-container {
    border-radius: 3px;
    box-shadow: 0 0 5px #E83281;
}
.article-price {
    padding: 5px 0;
    text-align: center;
    color: #5e923c;
}
.show-article {
    font-family: 'Poiret One', cursive;
    margin-bottom: 60px;
    margin-top: 20px;
}
.show-article .show-carousel-holder {
    padding: 0 40px;
}
.show-article h2 {
    margin-top: 25px;
}
.show-article .thumbnail-holder {
    padding-top: 15px;
    cursor: pointer;
}
.show-article .thumbnail-holder img {
    margin: 0;
}
.show-article .description {
    font-size: 22px;
    text-align: justify;
    padding: 10px 20px;
}
.show-article .details {
    list-style-type: none;
    margin-bottom: 40px;
}
.show-article .line-name {
    color: #5e923c;
    font-size: 22px;
    font-family: 'Julius Sans One', sans-serif;
}
.show-article .show-price {
    font-size: 16px;
    color: #5e923c;
    font-weight: bold;
}
.show-article .cart-quantity {
    width: 60px;
}
.show-article .btn-add-to-cart, .btn-add-to-cart {
    font-weight: bold;
    border: none;
    background-color: #75B54C;
    color: #fefefe;
    transition: none !important;
    font-family: "Poiret One", cursive;
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.7);

}
.show-article .btn-add-to-cart:hover, .btn-add-to-cart:hover {
    background-color: #5e923c;
    color: #fefefe;
}
#cart-table tbody tr td {
    vertical-align: middle;
}
#cart-table thead tr th {
    text-align: center;
}
.payment-container .info-tarjeta{
    margin-bottom: 40px;
}
#pay-methods{
    margin-bottom: 40px;
}
.store-button{
    margin-top: 10px;
}
#pickup-order{
    margin-top: 40px;
}
.order-title .badge{
    vertical-align: bottom;
    padding: 10px;
    font-size: 16px;
    background: #FFFF93;
    color: #808080;
}
.order-title .badge-paid{
    background: #75B54C;
    color: #FEFEFE;
}
.status{
    color: #5e923c;
    font-size: 20px;
    font-family: 'Julius Sans One', sans-serif;
}
.accordion-coket .panel-heading {
    background-color: #FEFEFE;
    color: #6A3573;
    font-family: 'Josefin Sans', serif;
    border-color: #75B54C;
}
.payment-container .info-pagos{
    font-size: 12px;
    margin: 40px 0;
}
.footer {
    height: 25px;
    width: 100%;
    background: #AB1D6C;
    border: 2px solid #F49CC2;
    margin-top: 20px;
    margin-bottom: 8px;
    border-right: 0;
    border-left: 0;
}
.footer > p {
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    padding-top: 3px;
}
@media (max-width: 992px) {
    .affix {
        position: static;
    }
    #categories ul {
        margin-top: 0;
    }
}
@media (max-width: 760px)
{
    #logo{
         top: -15px;
    } 
}
