﻿.header_content .hamburger {
    border: 2px solid #4a4a4a;
    padding: 4px 9px 3px 9px;
    border-radius: 7px;
}
.footer {
    background:#e94489;
}
.footer_logo a > div > div:last-child,
.footer_title {
    color:#fff;
}
.footer_about_text p {
    color:#f9f9f9;
}
.footer_social_list li {
    border-color:#fff;
}
.footer_social_list li a i {
    color:#fff;
}
.footer_social_list li:hover {
    border-color:#212121;
    background:#212121;
}
.footer_social_list li:hover a i {
    color:#fff;
}
.copyright {
    color:#f1f1f1;
}
.footer_list li {
    height: 40px;
}
.footer_list li a {
    line-height:36px;
    color:#f1f1f1;
}
.footer_list li a > div::after {
    color:#f1f1f1;
}
.footer_list li a:hover,
.footer_list li a:hover > div::after {
    color:#000;
}
.footer_social_list {
    margin-top: 15px;
}
.newsletter {
    margin-top:0px;
}
.newsletter_input {
    border-right: 1px solid #212121;
}
.newsletter_button {
    background: #212121;
}



@font-face {
font-family: 'Century Gothic Regular';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Regular'), url('../font/GOTHIC.woff') format('woff');
}
@font-face {
font-family: 'Century Gothic Italic';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Italic'), url('../font/GOTHICI.woff') format('woff');
}
@font-face {
font-family: 'Century Gothic Bold';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Bold'), url('../font/GOTHICB.woff') format('woff');
}
@font-face {
font-family: 'Century Gothic Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Bold Italic'), url('../font/GOTHICBI.woff') format('woff');
}
@font-face {
font-family: 'Halo Handletter';
font-style: normal;
font-weight: normal;
src: local('Halo Handletter'), url('../font/HaloHandletter.woff') format('woff');
}
@font-face {
font-family: 'Mousse Regular';
font-style: normal;
font-weight: normal;
src: local('Mousse Regular'), url('../font/Mousse-Regular.woff') format('woff');
}
.century-gothic {
    font-family: 'Century Gothic Regular';
}
.halo-handletter {
    font-family: 'Halo Handletter';
    font-size:40px;
}
.product_info {
    padding-left: 15px;
    padding-right: 15px;
}
.product_price {
    font-size: 24px;
}
.product_price span {
    font-size: 14px;
}
.product_name {
    padding-right:7px;
    height:40px;
    overflow-y: hidden;
}
.product_name a {
    font-size: 16px;
    font-weight: 600;
}
.product_category, .product_category a {
    font-size: 12px;
}
.product_category {
    background:#fff;
}
.footer_nav ul li a {
    color:#fff;
    text-shadow: 1px 1px 2px #333;
    font-weight:700;
}
.footer_nav ul li a:hover {
    color:#000;
    text-shadow: 1px 1px 2px #e94489;
}
.no-padding, .nopadding {
    padding:0px;
}
.home-products {
    height: 186px;
    background: url(../../Recursos/images/bannerproductos.png) no-repeat center center;
    background-size: 100%;
    margin-top: 79px;
    padding-top: 0px;
}
.home-products .home_title,
.breadcrumbs ul li a:hover {
    color: #ee4b91;
}
.breadcrumbs ul li, .breadcrumbs ul li a {
    color: #000;
}
.product_cart .img-cart-2 {
    display:none;
}
.product_cart:hover .img-cart-2 {
    display:block;
}
.product_cart:hover .img-cart-1 {
    display:none;
}
.product_fav .img-cart-2 {
    display:none;
}
.product_fav:hover .img-cart-2 {
    display:block;
}
.product_fav:hover .img-cart-1 {
    display:none;
}
.product_image {
    border: solid 2px #dbdbdb;
    border-bottom: none;
}
.product {
    padding-top:0px;
}
.home-product-detail {
    height:234px;
}
.carousel_container_product {
    right: -5px;
}
.product_name_full {
    max-width:100%;
    height:auto;
    overflow:visible;
    color: #e94489;
}
.regular_radio:checked + label {
    color: #e94489;
    border-color: #e94489;
}
.product_buttons_morena .product_button {
    border: 1px solid #4a4a4a;
}
.product_buttons_morena .product_button:hover {
    border: 1px solid #e94489;
}
#carousel.flexslider .slides.imgs-th > li > div > img {
    border: 1px solid #676565;
}
.disabled {
    opacity: .4!important;
    pointer-events: none!important;
}
.flexslider-carousel-th {
    height:216px!important;
}
.container-checkbox {
    width:100%;
    margin-bottom:3px;
    position:relative;
    font-size:16px;
    padding-left:33px;
    height:25px;
    padding-top:3px;
    color:#333;
}
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border:1px solid #bfbfbf;
}
.container-checkbox:hover input ~ .checkmark {
    background-color: #f9f9f9;
}
.container-checkbox input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #e94489;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-checkbox.radio .checkmark {
    border-radius:50%;
}
.container-checkbox.radio {
    margin-bottom:10px;
}
.pagination {
    float:right;
    margin-bottom:10px;
}
.pagination > li > a {
    padding: 5px 10px;
    width:37px;
    border: 1px solid #c5c5c5;
    display:block;
    font-size:14px;
    text-align:center;
    color:#ef4c92;
    border-right:none;
    font-weight:700;
}
.pagination > li:last-child > a {
    border-right: 1px solid #c5c5c5;
}
.pagination > li > a:hover {
    border: 1px solid #ef4c92;
    background: #ef4c92;
    color:#fff;
}
.pagination > li.active > a {
    border: 1px solid #ef4c92;
    background: #ef4c92;
    color:#fff!important;
}
.pagination > li.disabled > a {
    border: 1px solid #c5c5c5;
    background: #f9f9f9;
}
.list-produtcs .col-xl-4,
.list-produtcs .col-md-6 {
    float:left;
}
.pagination > li:first-child > a {
    border: none;
    width: auto;
    cursor: text;
    background: #fff!important;
}
.overlay-load.active {
    visibility:visible;
    opacity:1;
}
.overlay-load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.overlay-load table {
    position:fixed;
    width:100%;
    height:100%;
}
.overlay-load table tr td {
    width:100%;
    height:100%;
    vertical-align: middle;
    text-align:center;
    font-size: 20px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}
.search.icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
}
i.icon.search:before {
    content: "\f002";
}
.search_input {
    border: solid 1px #4a4a4a!important;
}
.search_input {
    color:#e94489;
}
.search_input:focus, .search_input:hover {
    border-color: #e94489!important;
    box-shadow: 0 0 1px 0px #e94489 inset, 0 0 1px 0px #e94489!important;
}
.ui.search .icon.input .prompt:focus~.icon{color:#e94489}
@media only screen and (max-width: 1440px) {
    .search_input {
        width: 500px;
    }
    .ui.search .results {
        width: 500px;
        margin-top: 0.2em;
    }
}
.ui.search .results a.result {
    padding: 8px 13px;
}
.ui.search .results a.result .image {
    height:35px;
}
.ui.search > .results .result .image img {
    margin:0px auto;
}
.ui.search > .results .result .content .description p {
    font-size:15px;
    line-height:1.2;
}
.ui.search>.results .result .price {
    color: #140e0e;
    font-size:16px;
}
.ui.search > .results .result .price {
    margin-left:15px;
}
.list-produtcs .product_name {
    line-height: 0.5;
    font-size:12px;
    height:80px;
}
.list-produtcs .product_buttons {
    margin-top:35px;
}
.section-cart .cart_extra_total {
    padding: 25px 20px 30px 20px;
}
.section-cart .product_number {
    width: 50px;
    padding: 10px;
    text-align: left;
}
.section-cart .product {
    padding: 0px;
    margin: 0px;
    overflow: visible;
}
.section-cart .product_name_container {
    padding-left: 20px;
}
.section-cart .product_name {
    padding: 0px;
    margin: 0px;
    overflow: visible;
    line-height: 0.5;
    height: auto;
}
.section-cart .product_text {
    margin:0px;
}
.section-cart .product_image {
    border:none;
}
.container_box_filter {
    border:1px solid #e94489;
    padding-bottom:15px;
}
.container_box_filter h3 {
    background: #e94489;
    color:#fff;
    margin-right: -15px;
    margin-left: -15px;
    padding: 2px 10px 4px 15px;
}
.section-cart .product_name a:hover {
    color:#e94489;
}
.section-cart .button {
    margin-bottom:0px;
    border:none;
    width:auto;
}
.section-cart .button_clear a {
    background:#656565;
    color:#fff;
    border: 1px solid #333;
}
.section-cart .button_clear a:hover {
    background:#000;
}
.btn-morena {
    background: #e94489!important;
    color:#fff!important;
}
.btn-morena:hover {
    background: #e21b6e!important;
}
.section-cart .cart_extra_content {
    border: 1px solid #e94489;
    background:#fff;
    border-radius:5px;
    box-shadow: 3px 3px 4px #f589b6;
}
.section-cart .cart_extra_total_list {
    margin-top:20px;
    padding:0px;
}
.section-cart .cart_extra_total_list li:last-child::before {
    left:0px;
    width:auto;
}
.section-cart .cart_extra_col .cart_extra_title {
    color:#e94489;
}
@-webkit-keyframes tiembla{0%{-webkit-transform:rotateZ(-20deg)}1%{-webkit-transform:rotateZ(0)}2%{-webkit-transform:rotateZ(20deg)}3%{-webkit-transform:rotateZ(0)}4%{-webkit-transform:rotateZ(-10deg)}5%{-webkit-transform:rotateZ(0)}6%{-webkit-transform:rotateZ(10deg)}7%{-webkit-transform:rotateZ(0)}100%{-webkit-transform:rotateZ(0)}}
.chat-with-us.vibrar {
    -webkit-animation: tiembla 8s infinite;
}
@media (max-width: 528px) {
    .chat-with-us {
        bottom: 7px!important;
        right: 10px;
    }
}
.chat-with-us {
    position: fixed;
    right: 35px;
    bottom: -135px;
    z-index: 999;
}
.section-cart .product_image img {
    max-height: 100%;
}
@media (max-width: 767px) {
    .chat-with-us > img {
        max-height:80px!important;
    }
}
@media (max-width: 467px) {
    .chat-with-us > img {
        max-height:60px!important;
    }
    .chat-with-us {
        bottom: 5px!important;
        right: 7px;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
    .pagination {
        max-width:100%;
    }
    .pagination > li {
        display:inline-block;
    }
    .pagination > li:first-child {
        display:none;
    }
}
@media (min-width: 577px) {
    .pagination-desktop {
        display:block;
    }
    .pagination-movil {
        display:none;
    }
}
@media (max-width: 576px) {
    .pagination {
        max-width:100%;
    }
    .pagination > li {
        display:inline-block;
    }
    .pagination > li:first-child {
        display:none;
    }
    .list-produtcs,
    .listProductsShow ,
    .list-produtcs .col-xl-4, .list-produtcs .col-md-6 {
        padding:0px;
    } 
    .list-produtcs .col-xl-4, .list-produtcs .col-md-6 .product {
        margin-bottom:0px;
        padding-bottom:8px;
    } 
    .pagination-desktop {
        display:none;
    }
    .pagination-movil {
        display:block;
    }
    .home.home-products {
        display:none;
    }
    .container_box_filter {
        margin-top: 60px;
    }
    .listProductsShow {
        margin-top:20px;
    }
    .breadcrumb {
        padding: 0 10px 1rem 10px;
    }
    .billing {
        padding: 30px 15px 20px 15px!important;
    }
}
@media (min-width: 992px) {
    .product_name_desktop {
        display:block;
    }
    .product_name_movil {
        display:none;
    }
    .section-cart .button_continue_movil {
        display:none;
    }
}
@media (max-width: 991px) {
    .product_name_desktop {
        display:none;
    }
    .product_name_movil {
        display:block;
    }
    .product_info .product_category {
        display:none;
    }
    .product_col {
        margin-top:0px;
    }
    .product_info {
        padding-top:0px;
        height:auto;
    }
    .cart_container .cart_bar {
        display:none;
    }
    .cart_items li.cart_item {
        padding-top:0px;
    }
    .cart_items .product_number {
        display:none;
    }
    .cart_items .product_image {
        float:left;
    }
    .cart_items .product {
        width:100%;
    }
    .cart_items .product_name_container {
        margin-top:-75px;
        padding-left:76px;
        width:100%;
    }
    .cart_items .product_name {
        width:100%;
        max-width:100%;
    }
    .cart_items .product_name a {
        font-size:17px;
        line-height:0.8;
    }
    .cart_items .product_color {
        margin: 5px 0 0 76px;
        font-weight:400;
        width:auto!important;
        font-size:12px;
    }
    .cart_items .product_color span {
        display: inline-block;
        margin-right:5px;
    }
    .cart_items .product_size {
        margin: 0px 0px 0px 76px;
        font-weight:400;
        width:auto!important;
        font-size:12px;
    }
    .cart_items .product_size span {
        display: inline-block;
        margin-right:5px;
        text-transform:uppercase;
    }
    .cart_items .product_price {
        margin: -14px 0px 0px 180px;
        font-weight:400;
        width:auto!important;
        font-size:12px!important;
        color: #ef4c92;
        font-weight: 500;
        margin-right:0px!important;
    }
    .cart_items .product_price span {
        display: inline-block;
        margin-right:5px;
        text-transform:uppercase;
        font-size:12px;
    }
    .cart_items .product_total {
        display:none;
    }
    .cart_items .product_quantity_container {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 100%!important;
        text-align: center;
    }
    .cart_items .product_quantity_container .product_quantity {
        margin: auto;
    }
    .section-cart .cart_item {
        height:auto;
        padding-bottom:0px;
        margin-bottom:30px;
    }
    .section-cart .button a {
        font-size:15px;
    }
    .section-cart .button_continue_movil {
        display:block;
        margin:auto;
    }
    .section-cart .button_clear,
    .section-cart .button_continue {
        display:none;
    }
    .cart_buttons_inner {
        width:100%;
        text-align:center;
    }
    .cart_extra_col {
        display:none;
    }
}

.checkout-desktop .container {
    margin-top:90px;
}
.checkout-desktop .checkout_input, .checkout-desktop .checkout_input {
    border: 1px solid #ccc;
}
.checkout-desktop .checkout_input:hover, .checkout-desktop .checkout_input:focus {
    border-bottom: solid 2px #ef4c92!important;
}
.checkout_form_container > div {
    margin-bottom:10px;
}
.checkout-desktop .billing {
    padding: 30px 30px 20px 30px;
    margin-bottom:50px;
}
.btn-xs {
    height:30px!important;
    font-size:14px;
    line-height:2.2;
}
.btn-xs a {
    font-size:14px!important;
    line-height:2.2!important;
}
.btn-facebook {
    margin-bottom: 20px;
    font-family: Helvetica,Arial,sans-serif;
    text-transform: inherit;
    font-size: 15px;
    font-weight: 500;
    background-color: #3B5998;
    color:#fff;
}
.btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover {
    background-color: #344e86;
    color:#fff;
}
.checkout-desktop .checkout_input {
    height:40px;
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/new/BebasNeue-Regular.eot');
    src: url('../font/new/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
            url('../font/new/BebasNeue-Regular.woff') format('woff'),
            url('../font/new/BebasNeue-Regular.ttf') format('truetype'),
            url('../font/new/BebasNeue-Regular.svg#futura_bk_btbook') format('svg');

}
.title-user {
    font-family: 'BebasNeue-Regular';
    color: #000;
    width: 70px;
    margin-left: -20px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-group-vertical a {
    border: 1px solid #dedede;
    padding: 16px;
    display: block;
    line-height: 0;
    color:#333;
    text-align:left;
}
.btn-group-vertical a:hover {
    color:#ef4c92;
}
.btn-group-vertical a.active {
    background: #ef4c92;
    border: 1px solid #ef4c92;
    color: #fff;
}
.btn-group-vertical a.active:hover {
    color: #fff;
}
.hide {
    display:none;
}
a.btn-morena {
    padding: 10px 20px;
    font-size: 17px;
    background:#ef4c92;
    border-radius:3px;
}
a.btn-morena:hover {
    background:#e94489;
}
.mis-datos .col-lg-1, .mis-datos .col-lg-2, .mis-datos .col-lg-3,
.mis-datos .col-lg-4, .mis-datos .col-lg-5, .mis-datos .col-lg-6,
.mis-datos .col-lg-7, .mis-datos .col-lg-8, .mis-datos .col-lg-9 ,
.mis-datos .col-lg-10, .mis-datos .col-lg-11, .mis-datos .col-lg-12 {
    float:left;
}
.text-morena {
    color:#e94489;
}