/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Tue, Sept 23 2014
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

.tabla-recomendados tr td {
    width: 10%;
}

:root {
    --shine-blue: #2373C6;
    --blue: #2A5C84;
    --dark-blue: #22303A;
    --light-blue: #2BA6CB;
    --black: #000000;
    --light-black: #252524;
    --dark-gray: #585C5F;
    --gray: #9D9D9D;
    --light-gray: #E2E2E2;
    --transparent-gray: #F3F2F0D1;
    --dirty-white: #EDEEF0;
    --white: #F9F9F9;
    --red: #FF0000;
    --dark-red: #C32519;
    --light-red: #BC2E2C;
    --orange: #ED7E04;
    --dark-orange: #FF5100;
    --yellow: #FFC107;
}


/*body:: Controls website background and any other text outside of a table without an associated style.*/
body {

font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #231f20;
/* color cuerpo*/    font-weight: 400;
padding: 50px 0 0 !important;
margin: 0;
background: #none;

}

/* pertenecen a otro css*/

.subcategories {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px;
}

.subcategories>ul>li>a {
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.subcategories>ul>li>a:hover {
    opacity: 0.8;
}

.subcategories>ul>li span.name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown-menu>li>a {
    font-size: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
}

.navbar-nav>li.dropdown>a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
    display: none;
}


.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
}

.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
}

.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}


.dropdown-menu>li>a {
    color: #fff;
    font-size: 15px;
}

.dropdown-menu {
    left: -5px;
    color: #fff;
    background-color: #ff0000;
}


.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
    background-color: #000;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    min-height: 50px;
    transform: skew(-8deg);
}

.navbar-inverse .navbar-nav>li>a span {
    transform: skew(8deg);
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #ff0000;
}

.dropdown-menu>li>a {
    font-size: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
}

.navbar-nav>li.dropdown>a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
    display: none;
}

.navbar-nav {
    float: none;
    background: #fff;
    text-align: center;
}

.nav>li>a {
    padding: 15px 30px;
}

@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}

.navbar-nav>li:hover>a {
    background: #ff0000;
    color: #fff;
}

@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        min-height: 0;
    }

    .navbar-nav>li.dropdown>a:after {
        float: right;
    }

    .mailist-box {
        float: none;
        padding: 10px 0;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .footer-social {
        text-align: center;
    }
}

.navbar-wrapper {
    background: #fff;
}

.homepage-slider .container {
    width: 100%;
    padding: 0;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}


.navbar-wrapper {
    background: #fff;
}

/*termino de acontinuacion*/

img {
    border: 0;
}

input,
textarea,
select,
button {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

#mobileMenu i,
#mobileCatMenu i,
#mobileCart i {
    color: #FFFFFF;
    /* #FFF*/
    font-size: 24px;
}

.top-menu .icon-menu {
    color: #FFFFFF;
    /* #FFF*/
    font-size: 24px;
}

#closeSlideMenu i {
    color: #fff;
    font-size: 24px;
}

::selection {
    color: #000;
    background: #98D1FC;
}

::-moz-selection {
    color: #000;
    background: #98D1FC;
}

blockquote {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    background: #FFF;
    border-left: 6px solid #22303a;
    margin: 0 0 15px 0;
    padding: 40px;
}

.flex-direction-nav .flex-prev {
    left: 15px !important;
    color: #ed7e04;
}

.flex-direction-nav .flex-next {
    right: 15px !important;
    color: #ed7e04;
}

/* QuickSearch */
table.searchlight-results {
    font-family: 'Open Sans', sans-serif;
    width: 308px;
}

div.searchlight-results-wrapper {
    border: 2px solid #e2e2e2;
    margin-left: -2px;
}

#recommendAFriend,
#productReviewNew,
#quickView,
#viewCartQuick {
    padding: 0px !important;
}

#quickView {
    background: #fff !important;
}

#myaccount .accountRecommended .img,
#viewCart .productBlockContainer .img,
.accessoriesBlock .product-item .img {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 10px;
    max-width: 100%;
    min-height: 277px;
    position: relative;
    text-align: center;
}

#myaccount .accountRecommended .img img,
#viewCart .productBlockContainer .img img,
.accessoriesBlock .product-item .img img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/

#modPrice ul li {
    margin: 10px 0;
}

#modPrice ul li a {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #2a5c84 !important;
}

/*store-name:: Store Name.*/
.store-name {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-decoration: none;
    line-height: 35px;
}

/*store-slogan:: Store Slogan.*/
.store-slogan {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
}

/*frame:: Controls the left and right column background.*/
.frame {
    background: #FFF;
}

/*mod_bg:: Controls the left and right column modules background.*/
.mod_bg {
    background: none;
}

/*frame-ht:: Controls the height left, right and middle columns.*/
.frame-ht {
    height: 1000px;
}

/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/
.menu-headers {
    background: none;
    border-bottom: 2px dotted #d0d0d0;
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: block;
}

/*footer:: This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/
.footer {
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-transform: none;
    line-height: 30px;
}

/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a,
.footer a:hover {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
}

/*icon:: Controls the way the menu icons display if they are being used.*/
.icon {
    font-size: 10px;
    font-weight: 400;
    color: #FFF;
}

/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
    background: #FFF;
    border: 2px solid #323f49;
    color: #323f49;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 40px;
    right: 0;
    text-align: center;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 30px;
    z-index: 5;
}

/*ranking:: Controls the way the menu icons display if they are being used.*/
.ranking {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #22303a;
    width: 12px;
    height: 20px;
    text-align: left;
}

/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/
.menu-text {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/
.price2 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/
.cart-text {
    font-size: 48px;
    font-weight: 400;
    color: #15212a;
}

/*search-text:: Controls the way the search box displays of the frame.*/
.search-text {
    font-size: 20px;
    font-weight: normal;
    color: #3d3d3d;
    line-height: 57px;
    height: 57px;
    width: 443px;
    background: #2a5c84;
    border: none;
    padding: 0 0 0 25px;
    margin: 0 11px 0 0;
}

/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/
#modPrice ul li a {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #999;
}

A.cat {
    color: #2a5c84 !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-family: 'Open Sans Condensed', sans-serif;
}

A.cat1 {
    color: #fff !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-family: 'Open Sans Condensed', sans-serif;
}

/*A.cat:hover:: When a user passes  their mouse over them.*/
A.cat:hover {
    color: #DE402A !important;
    text-decoration: none;
}

A.cat1:hover {
    color: #b0b0b0 !important;
    text-decoration: none;
}

/*A.cat:visited:: After a user has visited that section.*/
A.cat:visited {
    color: #3676a1;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

A.cat1:visited {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/
A.cat:visited:hover {
    color: #DE402A;
    text-decoration: none;
}

/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/
A.subcat {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: normal;
    text-decoration: none;
    padding: 0 0.5em;
    font-family: 'Open Sans Condensed', sans-serif;
}

/*A.subcat:hover:: When a user passes  their mouse over them.*/
A.subcat:hover {
    background: #333;
    color: #FFF;
    text-decoration: none;
}

/*A.subcat:visited:: After a user has visited that section.*/
A.subcat:visited {
    color: #383733;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    padding: 0 0.5em;
}

/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/
A.subcat:visited:hover {
    background: #E99536;
    color: #FFF;
    text-decoration: none;
}

/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/
A.menu {
    color: #FFF;
    font-size: 9px !important;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 41px;
    font-family: 'Arial', arial;
}

/*A:menu:over:: When a user passes their mouses over them.*/
A.menu:hover {
    color: #FB9C30;
    text-decoration: none;
}

/*A:menu:over:: After a user has visited that section.*/
A.menu:visited {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

/*A:menu:visited:over:: A user hovers over a section they have visited.*/
A.menu:visited:hover {
    color: #FB9C30;
    text-decoration: none;
}

/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/
A.menu-bottom {
    color: #FDFEFE !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-family: 'Arial', arial;
}

/*A:menu-bottom:over:: When a user passes their mouses over them.*/
A.menu-bottom:hover {
    color: #929497 !important;
    text-decoration: none;
}

/*A:menu-bottom:over:: After a user has visited that section.*/
A.menu-bottom:visited {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/
A.menu-bottom:visited:hover {
    color: #FB9C30;
    text-decoration: none;
}

/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/
A.link {
    color: #15212a;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
    text-decoration: none;
}

/*A:link:over:: When a user passes their mouses over them.*/
A.link:hover {
    color: #FB9C30;
    text-decoration: none;
}

/*A:link:over:: After a user has visited that section.
A.link:visited {
	color: #15212a;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
}
*/
/*A:link:visited:over:: When a user hovers over a section they have visited.
A.link:visited:hover {
	color: #FB9C30;
	text-decoration: none;
}
*/
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/
A.details {
    color: #383733;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
    font-weight: 400;
}

/*A.details:hover:: When a user passes their mouse over them.*/
A.details:hover {
    color: #FB9C30;
    text-decoration: none;
}

/*A.details:visited:: After a user has visited that section.*/
A.details:visited {
    color: #383733;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
    font-weight: 400;
}

/*A.details:visited:hover:: When a user hovers over a section they have visited.*/
A.details:visited:hover {
    color: #FB9C30;
    text-decoration: none;
}

/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/

/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/
tr {
    text-align: left;
}

/*td:: Controls all text inside a table without and associated style.*/
td {
    text-decoration: none;
    word-spacing: normal;
    font-size: 12px;
}

/*data:: Controls the font style of your content on all the pages.*/
.data {
    text-decoration: none;
    word-spacing: normal;
    font-size: 12px;
}

/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
    /*background: #FFF;*/
}

.product-item {
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: auto;
}

.product-item:hover {
    box-shadow: none;
}

.product-item .stars {
    height: 16px;
    margin: 5px 0;
    display: none;
}

.product-item .action {
    margin: 40px 0 10px;
}

.product-item .img {
    margin-bottom: 10px;
    max-width: 100%;
    min-height: 277px;
    position: relative;
    text-align: center;
    background: #fff;
}

.product-item .img img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 200px;
    max-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.product-item .name {
    line-height: normal;
    margin-bottom: 0px;
    min-height: 68px;
    overflow: hidden;
    height: 68px !important;
}

.product-item .name a {
    color: #22303a;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}

.product-item .status {
    color: #22303a;
    font-size: 14px;
    margin: 5px 0;
}

.product-item .description {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.product-item .on-sale {
    background: none repeat scroll 0 0 #b50808;
    border-radius: 0px;
    color: #fff;
    display: block;
    line-height: 40px;
    opacity: 0.9;
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-transform: uppercase;
    box-shadow: inset 0px 0px 10px #f70404;
}

#listing0 .relatedBlock .productBlockContainer .img img,
#category .productBlockContainer .img img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#listing0 .main-image {
    background: #fff;
}

/*page_headers:: Controls the title of all your pages.*/
.page_headers {

font-size: 28px;
font-weight: 800;
color: #2a5c84;

}

/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/
.titles {
    font-size: 18px;
    color: #383733;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 9px;
    border-bottom: 1px solid #383733;
    display: block;
}

/*price:: Controls the way the product's final price display throughout the site.*/
.price {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
}

/*error:: Controls the error messages*/
.error {
    font-size: 12px;
    font-weight: 400;
    color: #e10e04;
    text-decoration: none;
}

/*borders:: Controls the color of the line dividers used throughout the site.*/
.borders {
    color: #585C5F;
    border: 1px solid #CCC;
    border-style: none none solid;
}

/*borders2:: Controls the color of the solid line dividers used throughout the site.*/
.borders2 {
    border: 1px solid #CCC;
    border-style: none none solid;
}

/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/

A {
    color: #000;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
}

/*A:hover:: When a user passes  their mouse over them.*/
A:hover {
    color: #929497;
    text-decoration: underline;
}

/*A:visited:: After a user has visited that section.
A:visited {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}
*/
/*A:visited:hover:: When a user hovers over a section they have visited.*/
/*
A:visited:hover {
	color: #98D1FC;
	text-decoration: underline;
}
*/

/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
    font-size: 14px;
    color: #22303a;
    font-weight: 700;
}

/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
    font-size: 16px;
    font-weight: 700;
    color: #CCC;
}

/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
    font-size: 16px;
    font-weight: 700;
    color: #22303a;
}

/*titles2:: Controls the titles on the view cart page*/
.titles2 {
    font-size: 12px;
    font-weight: 700;
    background-color: #EEE;
    color: #22303a;
    padding: 4px;
}

/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
    font-size: 12px;
    font-weight: 700;
    color: #585C5F;
    border: 1px solid #CCC;
    border-style: none none solid;
}

/*item:: Controls the item description and item details text.*/
.item {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: justify;

}

/*itemTitle:: Controls the name of the Product.*/
.item-title {
    font-size: 22px;
    color: #2a5c84;
    font-weight: bold;
}

/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/
.price-info {
    font-size: 12px;
    font-weight: 400;
    color: #585C5F;
}

/*small-txt:: Controls the way the item id displays.*/
.small-txt {
    color: #afafae;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0;
    font-size: 10px;
    vertical-align: bottom;
}

/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/
.availability-txt {
    color: #22303a;
}

/*reward-title:: Controls the title of the Reward Points section.*/
.reward-title {
    color: #22303a;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 7px;
    line-height: 10px;
    font-size: 16px;
    font-style: italic;
}

/**********************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/**********************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/
.btn {
    border: none;
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 9px 14px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    background: -webkit-gradient(linear, left top, right top, from(#2a5c84), to(#2a5c84));
    background: -webkit-linear-gradient(top, #2a5c84, #2a5c84);
    background: -moz-linear-gradient(top, #252524, #2a5c84);
    background: -o-linear-gradient(top, #252524, #2a5c84);
    background: -ms-linear-gradient(top, #252524, #2a5c84);
    background: linear-gradient(top, #252524, #2a5c84);
    background-color: #252524;
}

/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/
.btn_over {
    border: none;
    background: #E67E22;
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 9px 14px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    background: -webkit-gradient(linear, left top, right top, from(#E67E22), to(#E67E22));
    background: -webkit-linear-gradient(top, #E67E22, #E67E22);
    background: -moz-linear-gradient(top, #E67E22, #E67E22);
    background: -o-linear-gradient(top, #E67E22, #E67E22);
    background: -ms-linear-gradient(top, #E67E22, #E67E22);
    background: linear-gradient(top, #E67E22, #E67E22);
    background-color: #E67E22;
}

/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/
button:hover {
    border: none;
    background: #E67E22;
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 9px 14px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;

    background: -webkit-gradient(linear, left top, right top, from(#E67E22), to(#E67E22));
    background: -webkit-linear-gradient(top, #E67E22, #E67E22);
    background: -moz-linear-gradient(top, #E67E22, #E67E22);
    background: -o-linear-gradient(top, #E67E22, #E67E22);
    background: -ms-linear-gradient(top, #E67E22, #E67E22);
    background: linear-gradient(top, #E67E22, #E67E22);
    background-color: #E67E22;
}

/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/
.txtBoxStyle {
    border: 1px solid #b7b4ac;
    background: #fefefe;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 8px 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/*txtAreaStyle:: Controls the text and style of the Text Areas.*/
.txtAreaStyle {
    border: 1px solid #b7b4ac;
    background: #fefefe;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 8px 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
    height: 20px;
    color: #2a5c84;
    font-size: 12px;
    border: none;
    padding: 3px 0 0 0;
    margin: 0;
}

/********************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/********************************************/

/*invoice_table:: Controls the background color on your invoices*/
.invoice_table {
    background-color: #f9f8f8;
}

/*invoice_title:: Controls the way the title of the invoices look */
.invoice_title {
    font-size: 10px;
    font-weight: 700;
    background-color: #cbcaca;
    color: #4f4e4e;
}

/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */
.font1 {
    font-size: 12px;
    font-weight: 400;
    color: #383733;
}

/*font2:: Secondary Screen Font */
.font2 {
    font-size: 12px;
    font-weight: 400;
    color: #22303a;
}

.font3 {
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
}

.font4 {
    font-size: 12px;
    font-weight: 400;
    color: #c32519;
}

/*top:: Controls the  Color of the top Bar*/
.top {
    background: none;
}

/*line:: Controls the  Color of the line bellow the top bar*/
.line {
    background: #FFF;
}


/*********************************/
/*          CUSTOM STYLES        */
/*********************************/
/*#Carousel_Container #homeCarouselOrange{
	background:#da5328;
	padding: 40px 0;
}

#Carousel_Container #homeCarouselOrange #homeHeader {
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 55px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
#Carousel_Container #homeCarouselOrange #homeHeader a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size: 20px;
	background:#333;
	color:#fff;
	padding:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position:relative;
	top:-10px;
}*/
/* Accent/Secondary Colors */
#viewCart .productBlockContainer .img,
.accessoriesBlock .product-item .img {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 10px;
    max-width: 100%;
    min-height: 207px;
    position: relative;
    text-align: center;
}

#viewCart .productBlockContainer .img img,
.accessoriesBlock .product-item .img img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.account-link {
    color: #fff;
    font-size: 9px;
    line-height: 18px;
}

.accent-color {
    color: #c9dae4;
}

.accent-bg-color {
    background: #e2e2e2;
    color: #000;
}

#Carousel_Container {
    width: 100%;
    margin: 0 auto;
}

#homeCarouselOrange {
    width: 100%;
    display: none !important;
}

#mainContainer .wrapper {
    max-width: 1200px;
}

footer .wrapper,
header .wrapper,
/*#catNavMenu .wrapper,*/
.top-menu .wrapper {
    max-width: 1200px !important;
    padding: 0 10px;
}

#mainContainer {
    display: block;
}

.wrapper {
    /*width: 980px;*/
    margin: 0 auto;
    position: relative;
}

#mobileMenu {
    cursor: pointer;
    display: none;
    float: right;
    width: 30px;
    height: 25px;
    margin: 8px 0 0 0;
}

#mobileCatMenu {
    cursor: pointer;
    display: none;
    float: left;
    width: 30px;
    height: 25px;
    margin: 5px 0 0 0;
}

#mobileCart {
    cursor: pointer;
    display: none;
    float: right;
    width: 30px;
    height: 25px;
    margin: 5px 10px 0 0;
}

#mobileCart2 {
    cursor: pointer;
    float: left;
    margin: 10px 0;
}

#mobileCart2 span {
    margin-top: 10px;
    float: right;
    color: #FFF;
    font-size: 11px;
}

#closeSlideMenu {
    cursor: pointer;
    display: none;
    text-align: right;
}

.top-menu {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: -webkit-gradient(linear, left top, right top, from(#2a5c84), to(#414142));
    /*background: -webkit-linear-gradient(top, #5499C7, #414142);*/
    background: -moz-linear-gradient(top, #2a5c84, #414142);
    background: -o-linear-gradient(top, #2a5c84, #414142);
    background: -ms-linear-gradient(top, #2a5c84, #414142);
    background: linear-gradient(top, #2a5c84, #414142);
    background-color: #2a5c84;
    /* #5499C7*/
}

.top-menu ul {
    float: right;
    line-height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80%;
}

.top-menu li {
    display: inline-block;
    margin-left: 15px;
    text-align: right;
    float: right;
}

li.m-search {
    display: none;
    border-bottom: 1px solid #000;
    padding: 1em 2%;
}

.m-search form {
    margin: 0 auto;
    text-align: center;
}

.m-search input {
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.m-search input[type="text"] {
    line-height: 30px;
    height: 30px;
    width: 85%;
    background: #FFF;
    border: 1px solid #FFF;
    padding: 0 0 0 15px;
    margin: 0 0;
}

.m-search button {
    cursor: pointer;
    height: 30px;
    background: #2a5c84;
    border: none;
    margin: 0;
    padding: 0;
    width: 15%;
}

.search-links {
    width: 230px;
    float: right;
}

.account-links {
    text-align: center;
    height: 40px;
    max-width: 156px;
    background: -webkit-gradient(linear, left top, right top, from(#2a5c84), to(#2a5c84));
    background: -webkit-linear-gradient(top, #2a5c84, #2a5c84);
    background: -moz-linear-gradient(top, #2a5c84, #2a5c84);
    background: -o-linear-gradient(top, #2a5c84, #2a5c84);
    background: -ms-linear-gradient(top, #2a5c84, #2a5c84);
    background: linear-gradient(top, #2a5c84, #2a5c84);
    background-color: #2a5c84;
    -webkit-border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

.account-links .menu {
    color: #fff !important;
    margin: 0 5px;
    font-weight: 700;
}

#searchBox {
    border: 2px solid #2a5c84;
    margin-top: 16px;
    max-width: 156px;
    background: #2a5c84;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#searchBox form {
    position: relative;
}

#searchBox input {
    float: left;
}

#searchBox input[type="text"] {
    max-width: 99px;
    height: 35px;
    color: #fff;
    /*font-style: italic;*/
    line-height: 26px;
    padding: 0 0 0 10px;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    background: #2a5c84;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    float: right;
    -webkit-border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
}

#searchBox input[type="submit"] {
    background: #2a5c84 url(../images/lens.png) no-repeat center center;
    border: none;
    cursor: pointer;
    height: 35px;
    margin: 0 0 0 20px;
    padding: 0;
    width: 26px;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    float: left;
    -webkit-border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    border-radius: 7px 0px 0px 7px;
}

header {
    position: relative;
    height: 108px;
}

header .wrapper {
    height: 108px;
}

#logo {
    margin-top: 3%;
    float: left;
    width: 50%;
}

#logo img {
    max-width: 100%;
    max-height: 94px;
}

#cart {
    background: #FFF;
    border: 2px double #323f49;
    color: #323f49;
    display: block;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    position: absolute;
    right: -8px;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 16px;
    outline: 5px solid #FFF;
    padding-top: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    z-index: 1000;
}

#cart span#noItemsText {
    color: #231f20;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}

li.search {
    display: none;
}

nav#catNavMenu {
    /*border-bottom: 2px dotted #d0d0d0;*/
    min-height: 50px;
    line-height: 10px;
    /*margin-bottom: 30px;*/
    background: -webkit-gradient(linear, left top, right top, from(#e7e6e6), to(#fcfcfc));
    background: -webkit-linear-gradient(top, #e7e6e6, #fcfcfc);
    background: -moz-linear-gradient(top, #e7e6e6, #fcfcfc);
    background: -o-linear-gradient(top, #e7e6e6, #fcfcfc);
    background: -ms-linear-gradient(top, #e7e6e6, #fcfcfc);
    background: linear-gradient(top, #e7e6e6, #fcfcfc);
    background-color: #e7e6e6;
}

aside {
    float: left;
    width: 200px;
    display: block;
}

aside#leftBar {
    margin-right: 25px;
    background: #fff;
    padding: 10px;
    border-right-color: #d2d2d2;
    border-right-style: solid;
    border-right-width: 2px;
}

aside#rightBar {
    margin-left: 25px;
}

aside .module {
    margin-bottom: 25px;
    position: relative;
}

aside .module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside .module li a {
    line-height: 23px;
}

aside .module .info {
    width: 100%;
}

aside .module .name {
    float: left;
    width: 70%;
}

aside .module .price2 {
    float: left;
    width: 50%;
    text-align: left;
}

aside .module .stars {
    float: right;
    width: 50%;
}

aside .module .div {
    display: block;
    height: 1px;
    background: #d0d0d0;
    margin: 10px 0;
}

.manf-select {
    background: #FFF url(../images/dark-arrow.png) no-repeat right center;
    border: 2px solid #e2e2e2;
    width: 200px;
    overflow: hidden;
    height: 29px;
}

.manf-select select {
    background: transparent;
    border: none;
    line-height: 29px;
    height: 29px;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    width: 310px;
}

.topsellers_topitem .img {
    display: table-cell;
    width: 200px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.topsellers_topitem .img img {
    max-height: 150px;
    max-width: 150px;
}

.topsellers_topitem .info {
    background: #FFF;
    padding: 0.5em 0;
}

.topsellers_topitem .name {
    float: left;
    width: 70%;
    margin-bottom: 10px;
}

.topsellers_topitem .price2 {
    float: right;
    width: 30%;
    text-align: right;
    margin-bottom: 10px;
}

#mainContent {
    float: left;
    width: 100%;
}

footer {
    margin-top: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#2a5c84), to(#2a5c84));
    background: -webkit-linear-gradient(top, #2a5c84, #2a5c84);
    background: -moz-linear-gradient(top, #2a5c84, #2a5c84);
    background: -o-linear-gradient(top, #2a5c84, #2a5c84);
    background: -ms-linear-gradient(top, #2a5c84, #2a5c84);
    background: linear-gradient(top, #2a5c84, #2a5c84);
    background-color: #2a5c84;
}

footer .wrapper {
    min-height: 275px;
    margin: 0px 11%;
}

footer h3 {
    color: #98D1FC;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 22px;
    display: block;
    margin: 0px 0 20px 0;
    padding: 0;
    /*text-transform: uppercase;*/
}

#modLinks .col-xs-4 {
    float: left;
    display: inline-block;
    margin: 0 10px;
}

footer .ftr-col {
    float: left;
    margin: 0 10px 0 0;
}

footer .col1 {
    /*width: 350px;*/

}

footer .col2 .title {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    display: block;
    margin: 35px 0 10px 0;
    text-transform: uppercase;
}

footer .col2 p {
    color: #fff;
}

footer .col2 {
    width: 350px;
}

footer .col3 {
    width: 350px;
    margin: 0;
    float: right;
}

#modManufacturer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modManufacturer ul {
    list-style: none;
    display: block;
    width: 350px;
    margin: 0 0 10px;
    height: 100px;
    padding: 0;
    overflow: hidden;
}

#modManufacturer li {
    float: left;
    width: 50%;
}

#modLinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modLinks ul {
    list-style: none;
    display: block;
    width: 350px;
    margin: 0 0 10px 0;
    /*min-height: 150px;*/
    padding: 0;
}

#modLinks li {
    float: left;
    width: 100%;
}

#mailistBox {
    margin: 10px 0 0;
}

#mailistBox label {
    color: #e34c25;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    display: block;
    margin: 15px 0 10px 0;
}

#mailistBox input,
#mailistBox span {
    float: left;
    display: block;
}

#mailistBox span {
    margin-right: 30px;
    text-transform: uppercase;
}

.mailist-box {
    /*border: 2px solid #e2e2e2;*/
    margin-bottom: 13px;
}

#mailistBox input[type="text"] {
    background: #FFF;
    border: none;
    height: 25px;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    color: #939598;
    font-size: 14px;
}

#mailistBox input[type="submit"] {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;

    background: -webkit-gradient(linear, left top, right top, from(#e67e22), to(#e67e22));
    background: -webkit-linear-gradient(top, #e67e22, #e67e22);
    background: -moz-linear-gradient(top, #e67e22, #e67e22);
    background: -o-linear-gradient(top, #e67e22, #e67e22);
    background: -ms-linear-gradient(top, #e67e22, #e67e22);
    background: linear-gradient(top, #e67e22, #e67e22);
    background-color: #e67e22;
}

#mailistBox input[type="radio"] {
    margin: 2px 5px 0 0;
    padding: 0;
}

.social-icons {
    float: left;
    margin: 10px 0 0;
    display: inline-block;
}

.social-icons a {
    background: #fff;
    color: #221f1f !important;
    font-size: 20px;
    text-decoration: none;
    width: auto;
    height: auto;
    border-radius: 50%;
}

.social-icons a:hover {
    color: #929497 !important;
    font-size: 20px;
}

#globalFooter {
    margin: 0 0 15px;
}

#copyright {
    float: none;
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    margin-top: 25px;
}

.stats {
    height: 0;
    overflow: hidden;
}

#homeCarousel {
    /*margin-bottom: 20px;*/
}

.category-header,
.category-footer {
    margin: 5% 0;
}

.header-specials {
    color: #22303a;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin: 30px 0;
    text-transform: uppercase;
}

/*	listing_0.html Template
	--------------------------	*/
#listing0 h1 {
    font-size: 18px;
}

nav#catNavMenu .wrapper {
    position: relative;
}

.desktop-menu-holder {
    list-style: none;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#5499c7), to(#234e6b));
    background: -webkit-linear-gradient(top, #5499C7, #5499C7);
    /*234e6b color del segundo degradado*/
    background: -moz-linear-gradient(top, #5499C7, #5499C7);
    background: -o-linear-gradient(top, #5499C7, #5499C7);
    background: -ms-linear-gradient(top, #5499C7, #5499C7);
    background: linear-gradient(top, #5499C7, #5499C7);
    background-color: #5499C7;
    /*max-height: 37px;
    overflow: hidden;*/
}

ul#desktopMenu {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;

}

ul#desktopMenu li {
    display: inline-block;
    position: relative;
    border-left: 2px solid #3676a1;

}


ul#desktopMenu li:hover {
    /*background: #FFF;*/
}

ul#desktopMenu li a {
    display: block;
    padding: 5px 20px;
}

ul#desktopMenu li a:hover {
    color: #3676a1;
    text-decoration: none;
}

ul#desktopMenu li ul {
    display: none;
    position: absolute;
    top: 25px;
    z-index: 10;
    border: 1px solid #5499C7;
    left: 70%;
    background: #f3f2f0d1;
    text-align: left;
    padding: 10px;
    margin-left: -110px;
    width: 250px;
}

ul#desktopMenu li:hover ul {
    display: block;
}

ul#desktopMenu li ul li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    width: 100%;
}

ul#desktopMenu li ul li a:hover {
    color: #666;
    background: #ccc;
}

ul#desktopMenu li ul li a {
    color: #000;
    font-weight: normal;
    padding: 5px;
    display: block;
    font-weight: bold;
}

ul#desktopMenu li ul li:hover {
    background: #fcfcfc;
}

.down {
    float: right;
    margin-top: -25px;
    margin-right: 7px;
    font-weight: bolder;
    color: #AAA;
}

/*	Responsive Navigation Menu
	--------------------------	*/

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both
}

/* IE6/7 support */
.slicknav_menu {
    *zoom: 1
}

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
    font-size: 16px;
    display: none;
}

/* Button */
.slicknav_btn {
    margin: 8px 0 0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}

.slicknav_menu {
    float: left;
}

.slicknav_nav {
    background: #22303a;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 999;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff;
}

.subMenu {
    background: #000;
}

.subMenu li {
    border: none !important;
}

.slicknav_nav .subMenu a.subcat,
.slicknav_nav .subMenu a.subcat:visited {
    color: #fff;
}

.slicknav_nav .slicknav_row:hover {
    background: #c9dae4;
    color: #000;
}

.slicknav_nav a:hover {
    background: #c9dae4;
    color: #000;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav a.cat:hover,
.slicknav_nav a.cat:visited:hover {
    color: #000;
}

.slicknav_nav a.cat,
.slicknav_nav a.cat:visited {
    color: #FFF;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: block;
    padding: 0.5em 0;
    margin: 0;
}

/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-boxshadow .boxShadow {
    border: 1px solid #eae9e6;
}

.sub-categories .img {
    display: block;
    min-height: 160px;
    background: #fff;
}

.sub-categories .img img {
    width: 100%;
}

.topsellers_topitem {
    background: #fff;
}

.quickCartRelated .product-item .img img {
    width: auto;
}

/****************NEW STYLES GLEN*******************/
.link-color {
    color: #98D1FC;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.link-color:visited {
    color: #98D1FC;
}

.link-color:hover {
    color: #000000;
    text-decoration: none;
}

.p-white {
    color: #EDEFF0;
}

.icon-size {
    width: 40px;
    margin: 5px;
}

.container-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mr-10 {
    margin-right: 10%;
}

.footer-container-links ul {
    list-style: none;
    padding: 0px;
}

.footer-container-links ul li a {
    color: #EDEFF0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.wrapper-footer {
    display: flex;
    justify-content: space-between;
    margin: 0 10%;
}

.title-color-mg-bt {
    margin: 20px 0px 20px 0px;
}

.title-color-mg-b {
    margin-bottom: 20px;
}

.footer-section {
    margin-top: 5%;
    width: 100%;
}

.text-copy {
    padding: 3px 0;
    color: #dad5d6;
}

.category-header h2,
.category-footer h2 {
font-size: 1.5em;
}

.home-texts-container {
    display: flex;
    text-align: justify;
    margin-top: 3%;
    justify-content: space-between;
}

a.home-texts-link {
    width: 25%;
}

.home-texts-num {
    display: flex;
    flex-wrap: wrap;
    color: #2D5680;
    font-size: 28px !important;
    font-weight: 700;
}

.counter {
    padding: 0 10px;
}

.home-texts-link p {
    color: #2D5680;
    font-size: 1rem;
}

.home-container-brands {
    display: flex;
    margin-top: 5%;
    color: #235278;
}

.home-brands {
    padding-right: 10%;
}

.brands-container {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 0 1px rgba(17 22 38 / 10%);
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.view-more {
    padding-left: 25px !important;
    color: #98D1FC;
    font-size: 16px;
    font-weight: bold;
}

.brands-container a {
    flex: 1 0 33%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 11px 10px;
    box-shadow: 0 1px 0 0 rgba(17 22 38 / 10%), 1px 0 0 0 rgba(17 22 38 / 10%);
}

.brands-container img {
    width: 140px;
    min-width: 50px;
    transition: filter 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brands-container img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.category-link {
    display: flex;
    flex-wrap: wrap;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(17 22 38 / 10%);
    overflow: hidden;
}

.category-link a {
    flex: 1 0 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    font-weight: unset;
    box-shadow: 0 1px 0 0 rgba(17 22 38 / 10%), 1px 0 0 0 rgba(17 22 38 / 10%);
    font-size: 16px;
}

.category-link a:hover {
    color: #98D1FC;
    text-decoration: underline;
}

.category-link img {
    width: 50px;
    margin-right: 10px;
}

.home-categories {
    max-width: 50%;
}

.container-buttons {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.button {
    padding: 10px;
    background-color: #2a5c84;
    border-radius: 5px;
}

.button a {
    color: #FFFFFF;
}

.box {
    display: flex;
    margin: 5% 0;
}

.box iframe,
.box div {
	width: 50%;
}

.text-box {
    padding: 5px 0px;
    color: var(--blue);
}

.text-box h3 {
    font-size: 1.5rem;
}

.text-box p {
    font-size: .95rem;
}

.cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
}

.cards-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 50px 0;
}

.card {
    position: relative;
    max-width: 300px;
    margin: 20px 0;
}

.card-2 {
    max-width: 450px;
    margin: 20px 0;
}

.card-title {
    font-size: 1.5rem;
    color: var(--white);
    margin: 0;
}

.card img {
    height: auto;
    display: block;
    position: relative;
}

.card-2 img {
    width: 450px;
    height: auto;
    display: block;
    position: relative;
}

.card-desc {
    display: block;
    font-size: 1.2rem;
    position: absolute;
    height: 0;
    width: 300px;
    top: 0;
    opacity: 0;
    background-color: rgb(42, 92, 132, 80%);
    overflow-y: hidden;
    transition: 0.5s ease;
    text-align: center;
    color: var(--white);
}

.card-desc-2 {
    display: flex;
    position: absolute;
    height: 0;
    top: 0;
    opacity: 0;
    overflow-y: hidden;
    transition: 0.5s ease;
    text-align: center;
}

.card-button {
    margin: 10% auto;
}

.btn-circle {
    padding: 10px 15px;
    border-radius: 20px;
}

.blue {
    background-color: var(--blue);
    color: var(--white);
    border: 1px solid var(--blue);
}

.blue:hover {
    color: var(--blue);
    background: rgb(0, 0, 0, 0%);
    border: 2px solid var(--blue);
    text-decoration: none;
}

.orange {
	background-color: var(--orange);
	color: var(--white);
	border: 1px solid var(--orange);
}

.orange:hover {
	color: var(--orange);
	background: rgb(0, 0, 0, 0%);
	border: 2px solid var(--orange);
	text-decoration: none;
}

.card:hover .card-desc {
    padding: 8% 8%;
    opacity: 1;
    height: 100%;
}

.card-2:hover .card-desc-2 {
    padding: 21% 8%;
    opacity: 1;
    height: 100%;
}

.card-2:hover .centered-2 {
    top: 20%;
}

.box-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-slider h4 {
    font-size: 1.2rem;
    text-align: center;
    color: var(--blue);
}

.slider {
    width: 48%;
    float: left;
    margin: 30px 0;
}

.card a:hover {
    text-decoration: none;
}

.card a:hover .blue:hover {
    padding: 5px 10px;
}

.button a:hover {
    color: var(--black);
    text-decoration: none;
}

.container-bar {
    position: relative;
    display: inline-block;
    text-align: center;
}

.text-above {
    position: absolute;
    top: 10px;
    left: 10px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-2 {
    color: var(--white);
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.red-text {
    color: var(--shine-blue);
    font-size: 1.5rem;
    font-weight: bold;
}

.red-text:hover {
    color: var(--shine-blue);
    text-decoration: underline;
}

p .red-text:hover {
    color: var(--shine-blue);
    text-decoration: none;
}

.blue-text {
    color: var(--blue);
    font-size: .95rem;
}

.text-resume {
    font-size: .95rem;
}

.carousel-link {
    margin: 0 10px;
}

.carousel-link:hover .carousel-cell-image {
    box-shadow: 0 2px 5px 0 var(--dark-blue);
}

.hide-desktop {
    display: none;
}

.blue-circle {
    background-color: var(--shine-blue);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 35px;
    align-self: center;
}

.white-circle {
    background-color: var(--white);
    border-radius: 50%;
    width: 3px;
    height: 3px;
    margin: 0 10px;
    align-self: center;
}

.horizontal-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.horizontal-list a {
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
}

.horizontal-list a:hover {
    color: var(--shine-blue);
    text-decoration: none;
}

.downed {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.card-text {
    font-size: 1rem;
    color: var(--white);
    text-align: justify;
}

.transparent-img {
    opacity: 25%;
}

.container-values {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.card-value {
    display: flex;
    max-width: 45%;
    align-items: flex-start;
    margin: 20px;
}

.card-value img {
    width: 70px;
    height: 70px;
    margin: 0 35px 0 0;
}

.title-value {
    font-size: 1.5rem;
    color: var(--light-blue);
    font-weight: bold;
}

.text-value {
    font-size: 1rem;
    color: var(--light-black);
    text-align: justify;
    hyphens: none;
}

.container-categories {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.card-categorie {
    display: flex;
    width: 29%;
    align-items: center;
    margin: 20px;
    border-radius: 25px;
    border: 1px solid var(--blue);
    padding: 15px 35px;
}

.card-categorie img {
    max-width: 50px;
    max-height: 50px;
    margin: 0 30px 0 0;
}

.card-categorie a {
    font-size: 1rem;
    color: var(--blue);
}

.card-categorie a:hover {
    text-decoration: underline;
    color: var(--light-blue);
}

.container-social-media {
    display: flex;
    justify-content: space-evenly;
    margin: 15px 0px;

}

.container-social-media img {
    width: 50px;
}

.m-5 {
    margin: 5% 0;
}

.text-phrase {
    -webkit-user-modify: read-write-plaintext-only;
    font-style: italic;
    font-weight: bold;

}

.sub_pages div {
    width: 200px;
    background-color: var(--blue);
    padding: 3vh;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
}

.sub_pages {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.sub_pages a {
    color: white;
}

.bord {
    border: 5px solid #f3f2f000;
    border-radius: 10px;
}

.bord:hover {
    border: 5px solid var(--blue);
    border-radius: 10px;
}

.cont-cards-series {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-serie {
    display: flex;
    /*background-color: #2ba6cb61;*/
    margin-bottom: 30px;
    border-radius: 10px;
    max-width: 200px;
}

.card-serie img {
    max-width: 200px;
}

.text-serie {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-serie a {
    color: var(--blue);
    text-decoration: none;
}

.card-serie a:hover {
    text-decoration: underline;
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 29));
            transform: translateX(calc(-250px * 29));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 29));
            transform: translateX(calc(-250px * 29));
  }
}
.sliderCli {
  height: 120px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 95%;
}

.sliderCli .slide-trackCli {
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
  display: flex;
  width: calc(250px * 58);
}
.sliderCli .slideCli {
  height: 50px;
  width: 200px;
}

.slideCli img {
    transition: filter .3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slideCli img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/****************END NEW STYLES GLEN*******************/


/*	Theme Responsive Styles
	-----------------------	*/
@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 768px) {

    html {
        padding: 0 !important;
    }

    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .wrapper {
        width: 100% !important;
        margin: auto;
        padding: 0 20px;
    }

    .top-menu {
        height: 50px;
    }

    .top-menu ul {
        float: none;
        background: #333;
    }

    .top-menu li {
        display: block;
        margin: 0;
        float: none;
    }

    header {
        height: 95px;
        padding: 0.5em 0;
    }

    nav#catNavMenu {
        border: none;
        margin: 0;
        min-height: 100px;
    }

    ul#desktopMenu {
        display: none;
    }

    /* nav */
    .slicknav_menu {
        display: block;
    }

    #logo {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #logo img {
        margin-top: 15px;
        max-width: 80%;
    }

    A.cat {
        font-size: 14px !important;
    }

    #searchBox {
        margin-top: 0px;
    }

    #Carousel_Container #homeCarouselOrange #homeHeader {
        font-size: 36px;
    }

    #Carousel_Container #homeCarouselOrange #homeHeader a {
        font-size: 16px;
    }

    .footer span {
        width: 100%;
    }

    #searchBox {
        max-width: 180px;
    }

    #searchBox input[type="text"] {
        max-width: 145px;
    }

    .footer .col-xs-4 {
        float: none;
    }

    .top-menu ul {
        line-height: normal;
        width: 100%;
    }

    A.menu {
        line-height: normal;
    }

    .search-links {
        display: none !important;
    }

    #closeSlideMenu,
    #mobileCart,
    #mobileMenu {
        display: block !important;
    }


    footer .col2 {
        width: 350px;
        margin: 0;
        float: right;
    }

    aside {
        display: none !important;
    }

    #mainContent {
        display: block;
        width: 100% !important;
    }

    #logo {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    #logo img {
        max-width: 80%;
        margin-top: 15px;
    }

    #searchBox {
        width: 100%;
        padding: 0 2em;
    }

    #searchBox input[type="text"] {
        width: 100%;
    }

    .mobile .search {
        display: block;
        border: 1px solid #000;
        margin: 5px 0 15px 0;
    }

    .mobile .search form {
        margin: 0 auto;
        text-align: center;
    }

    .mobile .search input {
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-appearance: none;
    }

    .mobile .search input[type="text"] {
        font-size: 16px;
        font-weight: normal;
        color: #3d3d3d;
        line-height: 30px;
        height: 30px;
        width: 80%;
        background: #FFF;
        border: none;
        padding: 0 0 0 15px;
        margin: 0;
    }

    .mobile .search input[type="submit"] {
        width: 20%;
        height: 30px;
        background: #FFF url(../images/lens.png) no-repeat center center;
        border: none;
        cursor: pointer;
    }

    #homeHeader {
        border: none;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .header-specials {
        width: 100%;
        margin-bottom: 25px;
    }

    footer h3 {
        text-align: left;
    }

    #modManufacturer ul {
        text-align: center;
        width: 100%;
    }

    #modManufacturer li {
        float: none;
        width: auto;
    }

    #modManufacturer a.view-all-manf {
        display: none;
    }

    #modManufacturer select {
        border: 2px solid #e2e2e2;
        padding: 3px;
        width: 100%;
    }

    #modLinks ul {
        text-align: left;
        width: 100%;
    }

    #modLinks li {
        float: none;
        width: auto;
    }

    #mailistBox {
        position: relative;
        width: 100%;
        height: 150px;
    }

    #mailistBox label {
        text-align: center;
    }

    #mailistBox input[type="text"] {
        /*width: 90%;*/
    }

    .social-icons {
        width: 100%;
        display: none;
        margin: 0 0 25px;
        position: relative;
        text-align: center;
    }

    .social-icons a {
        float: none;
        display: inline-block;
    }

    #globalFooter {
        float: none;
        text-align: center;
        margin-bottom: 25px;
        width: 100%;
    }

    /* General styles for Slide Out Menus */
    .cbp-spmenu {
        background: #333;
        position: fixed;
    }

    .cbp-spmenu a,
    .cbp-spmenu a:visited {
        display: block;
        font-size: 1.1em;
        font-weight: 300;
        text-align: left;
    }

    .cbp-spmenu a:hover,
    .cbp-spmenu a:visited:hover {}

    /* Orientation-dependent styles for the content of the menu */

    .cbp-spmenu-vertical {
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid #000;
        padding: 1em;
    }

    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }

    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #000;
    }

    /* Vertical menu that slides from the left or right */

    .cbp-spmenu-left {
        left: -240px;
    }

    .cbp-spmenu-right {
        right: -240px;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0;
        z-index: 1050;
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0;
    }

    /* Push classes applied to the body */

    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .cbp-spmenu-push-toright {
        left: 240px;
    }

    .cbp-spmenu-push-toleft {
        left: -240px;
    }

    /* Transitions */

    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

}

@media only screen and (max-width: 767px) {

    footer .col1,
    footer .col2,
    footer .col3 {
        margin: 0;
        width: 100%;
    }

    footer .col1,
    footer .col2,
    footer .col3,
    #modLinks ul,
    footer h3 {
        text-align: center;
    }

    #modLinks .col-xs-4 {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }

    .product-item .img img {
        width: auto;
    }
}

@media only screen and (max-width: 480px) {

    #subcategoriesBlock .columns-3 li,
    #subcategoriesBlock .columns-4 li,
    #subcategoriesBlock .columns-5 li,
    #subcategoriesBlock .columns-6 li {
        width: 50%;
    }
}

@media only screen and (max-width: 320px) {
    .footer .col-xs-4 {
        margin: 0 7px;
    }

    #Carousel_Container #homeCarouselOrange #homeHeader {
        font-size: 21px !important;
    }

    #Carousel_Container #homeCarouselOrange #homeHeader a {
        top: 15px;
    }

    footer .col1,
    footer .col2,
    footer .col3,
    #modLinks ul,
    footer h3 {
        text-align: center;
    }

    #modLinks .col-xs-4 {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }

    footer .col2 .title {
        font-size: 30px;
    }

    #subcategoriesBlock .columns-3 li,
    #subcategoriesBlock .columns-4 li,
    #subcategoriesBlock .columns-5 li,
    #subcategoriesBlock .columns-6 li {
        width: 100%;
    }

    @media only screen and (max-width: 980px) {

        html {
            padding: 0 !important;
        }

        body {
            max-width: 100%;
            overflow-x: hidden;
        }

        .wrapper {
            width: 100%;
            padding: 0 20px;
        }

        #leftBar {
            display: none !important;
        }

        #rightBar {
            display: none;
        }

    }

}

/*MEDIAQUERYS GLEN*/

@media (max-width: 600px) {
    .wrapper-footer {
        display: block;
    }

    .container-icons {
        justify-content: center;
        max-width: 100%;
        margin: 0 10%;
    }

    .footer-container-links ul {
        text-align: center;
    }

    .p-white {
        text-align: center;
        margin: 5% 5%;
    }

    .footer-section {
        width: 100%;
    }

    footer .wrapper {
        margin: 0;
    }

    .home-container-brands {
        display: block;
    }

    .home-texts-container {
        display: block;
        text-align: center;
        margin-top: 3%;
    }

    .home-texts-num {
        justify-content: center;
    }

    .category-header h2,
    .category-footer h2 {
        font-size: 1.8em;
        margin: 0 0 3%;
        text-align: center;
    }

    .home-brands {
        padding: 0;
    }

    .home-categories {
        margin-top: 5%;
        max-width: 100%;
    }

    .category-link a {
        font-size: 12px;
    }

    .category-link img {
        width: 40px;
    }

    .box {
        display: block;
    }

    .box iframe,
    .box div {
        width: 100%;
    }

    .card {
        width: 30%;
        height: auto;
    }

    .card-title {
        font-size: 0.8rem;
        width: 100%;
    }

    .card-desc {
        width: 100%;
        font-size: 1.5rem;
    }

    .card:hover .card-desc {
        padding: 5%;
    }

    .card-button {
        margin: 10% auto;
    }

    .btn-circle {
        padding: 10px 15px;
        font-size: 1rem;
    }

    .text-resume {
        font-size: 1rem;
    }

    .card,
    .card-2 {
        margin: 20px auto;
    }

    .text-box {
        padding: 25px 20px;
    }

    .red-text {
        font-size: 1.2rem;
    }

    .blue-text {
        font-size: .8rem;
    }

    /*.centered {
		left: 0;
		transform: translate(0%, -50%);
	}*/

    /*.downed {
		left: 0;
		transform: translate(0% , -50%);
	}*/

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .box-slider {
        margin-bottom: 50px;
    }

    .slider {
        width: 100%;
        margin: 10% 0;
    }

    .horizontal-list a {
        font-size: .5rem;
    }

    .blue-circle {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }

    .cards-2 {
        margin: 0px;
    }

    .container-values {
        margin-top: 0px;
    }

    .card-value {
        max-width: 100%;
    }

    .card-value img {
        width: 50px;
        height: 50px;
        margin-right: 30px;
    }

    .title-value {
        font-size: 1rem;
    }

    .text-value {
        font-size: .8rem;
    }

    .container-categories {
        display: block;
    }

    .card-categorie {
        width: 90%;
    }

    .card-text {
        font-size: .8rem;
    }
}

.btn-wsp {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 25px;
    left: 25px;
    background: #25d366;
    color: var(--transparent-gray);
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 300ms ease;
}

.btn-wsp:hover {
    background: var(--transparent-gray);
    color: #25d366
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .btn-wsp {
        width: 63px;
        height: 63px;
    }
}

/**************** NEW STYLES CARDS FER*******************/
/* Estilo para las tarjetas */
.card-serie {
    width: 250px;
    height: auto;
    background: linear-gradient(to bottom, transparent 50%, #24537b 50%);
    /* Dividir el fondo en dos colores */
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.card-serie:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to top, transparent 50%, #24537b 50%);
    /* Dividir el fondo en dos colores */
}

.card-serie a {
    text-decoration: none;
}

/* Estilo para la imagen dentro de las tarjetas */
.card-serie img {
    width: 200px;
    z-index: 2;
}

/* Estilo para el texto dentro de las tarjetas */
.text-serie {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #22527a;
    background-color: #f6f6f6;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.card-serie::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    /* Altura de la línea delgada */
    background-color: #5499c7;
    /* Color del fondo */
    position: absolute;
    bottom: 0;
    left: 0;
}

/**************** END NEW STYLES CARDS FER*******************/