.btn {
    background: #C63632;
}

@font-face {
    font-family: Aqua Grotesque;
    src: url(assets/default/fonts/aqua-webfont.ttf);
}

@font-face {
    font-family: Ringbearer;
    src: url(assets/default/fonts/ringm__.ttf);
}

@font-face {
    font-family: remachine;
    src: url(assets/default/fonts/remachine.ttf);
}


/*-------------------------------*/

.product_list .product-container,
.product_lists .product-container {
    background: #d5d1cf;
}

.product_list.grid .product-container .right-block::before,
.product_lists.grid .product-container .right-block::before {
    background: rgba(182, 182, 182, 0.5) none repeat scroll 0 0;
    width: 0%;
}

.product_list.grid .product-container .right-block,
.product_lists.grid .product-container .right-block {
    padding: 2px 8px 2px 8px;
    overflow: visible;
    font-size: 15px;
}

.ajax_block_product:hover .right-block {
    background-color: #d5d1cf !important;
}

.product_list .product-image-container .button-container,
.product_lists .product-image-container .button-container {
    bottom: 200px;
}

.product_list .product-image-container::before,
.product_lists .product-image-container::before {
    background: #B2ACC3 none repeat scroll 0 0;
}

.shopping_cart>a:first-child {
    border: 1px;
}

.main_menu ul.sub-menu li a {
    text-transform: none;
    font-size: 15px;
    line-height: 20px;
}

.main_menu>ul>li>ul.sub-menu {
    padding: 1px 2px 1px 25px;
}

.main_menu ul li ul li.travel_dropdown::after {
    left: 180px;
}

.main_menu>ul>li>ul.sub-menu>li>ul.sub-menu {
    left: 200px;
    top: -1px;
}

.top_menu>ul>li ul.sub-menu {
    white-space: nowrap;
    padding: 1px 25px;
    text-transform: none !important;
}

.top_menu ul.sub-menu li a {
    text-transform: none;
    font-size: 15px;
    line-height: 20px;
}

.cart_block .buttons a {
    padding: 12px 20px !important;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots {
    position: relative;
    left: -1%;
}

body {
    font-size: 13px;
}

body,
h5.product-name,
.sp-megamenu .navbar-nav li .dropdown-menu ul li a {
    font-family: "Open Sans", sans-serif;
}

.contenido {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    div.mobile-collapse {
        width: auto;
        float: none;
        margin-right: 0;
    }
}

img {
     height: auto;
}

.img-tamaño{
    height: 22rem;
    width: 100%;
}

.bordersolidblanco {
    border: solid 1px #fff;
}

@media (min-width: 993px) {
    .ocultar {
        display: none;
    }
}

@media (max-width: 992px) {
    .ocultar2 {
        display: none;
    }
    span.grower {
        display: inline-block;
        position: absolute;
        right: 0;
        cursor: pointer;
        font-family: "FontAwesome";
        font-size: 14px;
        top: 0;
        color: #fff;
        opacity: 1;
        text-shadow: none;
        height: 98%;
        text-align: center;
        width: 50px;
        line-height: 48px;
        background: #000;
    }
    .navbar #sp-megamenu .navbar-nav ul li a {
        font-size: 12px;
        padding: 0;
    }
    .travel_logo {
        text-align: center;
        margin: 0 auto;
    }
    .header_top {
        line-height: 30px;
        text-align: center;
        padding: 10px 0;
    }
    .top_menu ul {
        text-align: center;
    }
    .top_menu ul li a {
        padding: 0 8px;
    }
    .menu-toggle {
        display: block;
        position: fixed;
        left: 0px;
        top: 20px;
        z-index: 9999;
        transition: ease-in-out 0.2s;
    }
    .menu-toggle.menu-toggle--open {
        left: 300px;
    }
    .main_menu {
        position: fixed;
        max-width: 300px;
        left: -300px;
        top: 0;
        bottom: 0;
        background-color: #222;
        z-index: 9999;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: ease-in-out 0.2s;
    }
    .main_menu.open {
        left: 0;
    }
    .main_menu::-webkit-scrollbar {
        width: 3px;
        height: 1px;
    }
    .main_menu::-webkit-scrollbar-track-piece {
        background-color: #ccc;
    }
    .main_menu::-webkit-scrollbar-thumb {
        background-color: #fdb714;
    }
    .main_menu ul {
        width: 100%;
        float: left;
        text-align: left;
        position: relative;
    }
    .main_menu ul li {
        width: 100%;
        float: left;
    }
    .main_menu ul li a {
        width: 100%;
        float: left;
        color: #9E9C9C;
    }
    .main_menu>ul>li>a {
        line-height: 50px;
    }
    .main_menu>ul>li:focus>a,
    .main_menu>ul>li:hover>a {
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    .main_menu>ul>li>a:after {
        display: none;
    }
    .main_menu>ul>li>ul.sub-menu {
        position: relative;
        left: auto;
        right: auto;
        display: none;
        animation: none !important;
        padding: 0;
        padding-left: 40px;
    }
    .main_menu>ul>li>ul.sub-menu li {
        animation: none !important;
    }
    .main_menu>ul>li:hover>ul.sub-menu {
        display: none;
    }
    .main_menu>ul>li>ul.sub-menu>li>ul.sub-menu {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        display: none;
        animation: none !important;
        padding-top: 0;
    }
    .main_menu>ul>li>ul.sub-menu>li>ul.sub-menu li {
        animation: none !important;
    }
    .main_menu>ul>li>ul.sub-menu>li:hover>ul.sub-menu {
        display: none;
    }
    .main_menu ul li.travel_dropdown:after {
        display: none;
    }
    .main_menu ul li ul li.travel_dropdown:after {
        display: none;
    }
    .fixed_top_menu {
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        animation: none;
    }
    .fixed_top_menu .main_menu>ul>li>a {
        line-height: 50px;
    }
    .dropdown_toggle {
        width: 40px;
        height: 50px;
        position: absolute;
        text-align: center;
        line-height: 50px;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .dropdown_toggle:before {
        pnt-smoothing: grayscale;
        transform: osition: absolute;
        margin: 0 auto;
        color: #86b817;
        content: "\f107";
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-fotranslate(0, 0);
    }
    .main_menu>ul>li:hover>.dropdown_toggle {
        background-color: rgba(255, 255, 255, 0.19);
    }
    .main_menu>ul>li>ul>li:hover .dropdown_toggle {
        background-color: rgba(255, 255, 255, 0.19);
    }
}

#index .navbar-nav>li.home_type>a:before,
#contact .navbar-nav>li.contact_style>a:before,
#module-smartblog-category .navbar-nav>li.blog_style>a:before,
.sp-megamenu .navbar-nav>li.active>a:before {
    background: transparent !important;
}

.sp-megamenu .navbar-nav>li>a:before,
.sp-megamenu .navbar-nav>li .menu-title:before {
    background: transparent !important;
}

@media (max-width: 993px) {
    .tamcamp {
        width: 100%;
    }
    .ocult {
        display: none;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    div.spmegamenu {
        position: absolute;
        padding-right: 0px !important;
        left: 0px;
        bottom: 10px;
    }
    img.centro {
        position: relative;
        left: 115%;
        max-width: 200%;
        height: auto;
    }
}

@media screen and (max-width: 766px) {
    label.posi {
        position: relative;
        left: 10%;
    }
    .catalago_titul {
        position: relative;
        left: 22%;
        margin: 0px;
        padding: 0px;
    }
    .catalago_titul_1 {
        position: relative;
        left: 22%;
        margin: 0px;
        padding: 0px;
    }
    .catalago_titul_2 {
        position: relative;
        left: 22%;
        margin: 0px;
        padding: 0px;
    }
    .catalago_titul_3 {
        position: relative;
        left: 22%;
        margin: 0px;
        padding: 0px;
    }
}

.cntro {
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (min-width: 980px)
/* Desktop */

{
    .idioma_menu {
        display: none
    }
}

@media screen and (max-width: 979px)
/* Tablet */

{
    .idioma_menu {
        display: block
    }
}

@media screen and (max-width: 500px)
/* Mobile */

{
    .idioma_menu {
        display: block
    }
}

.idioma_menu {
    width: 98%;
    margin: 5px auto;
    background: #ff0;
    color: #000;
    padding: 5px;
    border: solid 1px #000;
    border-radius: 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: auto;
}

.fond_con_line {
    background: none;
}

.fond_para_titul {
    background: #000000ab;
    padding: 0 10px;
    border-radius: 20px;
}

.yellowc {
    color: #FFB800 !important;
}

.editcolor {
    border-top: solid #535151 1px;
    background: rgba(182, 182, 182, 0.5);
}

.fondo_12 {
    background-color: #535660;
    border-top: solid #F7EFEC 1px;
}

.fondogrupo {
    background-color: #F99705;
    border-top: solid #F7EFEC 1px;
}

.fondofespecial {
    background-color: #C63632;
    border-top: solid #F7EFEC 1px;
}

.catalago_titul label,
.catalago_titul_1 label,
.catalago_titul_2 label,
.catalago_titul_3 label {
    margin-top: 10px;
}

.cambiocolor:hover {
    color: #FCB715;
}

.product_list .product-image-container:before,
.product_lists .product-image-container:before {
    cursor: pointer;
    opacity: 0 !important;
}

.price-box {
    padding-bottom: 10px;
    padding-right: 10px;
}

/* ================ estilos clever =====================*/

.contenedor{
    margin-top: 20px;
}

.bg-c{
    background-color: #D5D1D0;
    /* border-radius: 5px; */
    border: 2px solid white;
    height: 444px;
}

.cd-b{
    color: #535660;
}

.cd-t{
    
    background-color: #FA9705;
    color: white;
    text-align: center;
    margin: auto;
    height: 57px;
}

.div-tex{
    padding: 10px;
    text-align: center;
}

.titulo{
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 9px;
}

.cd-c{
    height: 90px;
}

.detalle-text{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 42px;
    margin-bottom: 17px;
    text-align: center;
}


.btn-c{
    width: 100%;
}







@media only screen and (max-width: 1200px){
    .cd-c{
        height: 90px;
    }
}

@media only screen and (max-width: 90px){
    .cd-c{
        height: 84px;
    }
    .fb-page{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px){
    .fb-page{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px){
    
    .contenedor{
        width: 350px;
        margin: auto;
    }

    .bg-c{
        height: 446px;
        margin-top: 20px;
    }

    .btn-c{
        margin-top:2px;
    }
    .centrar-txt{
        text-align: center;
    }
    .btn-mas{
        width: 350px;
        margin: auto;
    }
} 
.btn-mas{
    background: #de2e2d;
    height: 36px;
    border-radius: 4px;
}

.vermas{
    text-align: center;
    padding-top: 11px;
}

.vermas:hover{
    color: white;
}
.btn-mas:hover{
    background-color: #222534;
}

