/* =========================================
===  CSS TABLE CONTENT  ====
============================================ 

    1.0 Global Style
    2.0 Header
    2.1 Mega Menu 
    2.2 Navbar
    3.0 Slideshow
    4.0 Banner
    5.0 Owl-Carousel
    6.0 Column Left
    6.1 Product
    6.2 Special Offer
    6.3 Block: Layered Navigation
    6.4 Testimonial
    7.0 Column Right
    7.1 Page Heading & Tittle Group
    7.2 Toolbar
    7.3 Product List
    7.4 Product Shop
    8.0 Blog Page
    9.0 Cart Page
    10.0 Checkout Page
    11.0 404 Page
    12.0 Contact Page
    13.0 Catlist
    14.0 Brand
    15.0 Footer
    16.0 Form

============================================
===  END CSS TABLE CONTENT  ====
============================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #404040;
}

/* Global Style */
a {
    color: #404040;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #d8373e;
}
.text-primary {
    color: #d8373e;
}
.fwb {
    font-weight: 700;
}
.mt30{
    margin-top:30px;
}
/* Custom Column */
.col-smc-7 {
    width: 55.5555%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.col-smc-5 {
    width: 44.4445%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
/* BreadCrumbs */
.breadcrumbs {
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}
.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.breadcrumb a {
    color: #7d7d7d;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #404040;
}
.breadcrumb > li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 8px;
    padding: 0 10px;
    font-weight: normal;
}
.breadcrumb > .active {
    color: #404040;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #8e7f8e;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #7a1878;
}
/* header */

.topbar {
    border-bottom: 0.5px solid #d9d9d9;
    color: #57af85;
    position: relative;
    min-height: 38px;
    background-color: #ffffff;
}
.topbar-left {
    float: left;
}
.topbar-right {
    float: right;
}
.topbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.topbar-nav > li {
    float: left;
}
.topbar-nav > li:last-child {
    border-right: 1px solid #d9d9d9;
}
.topbar-nav > li > a,
.topbar-nav > li > span {
    color: #7a1878;
    line-height: 37px;
    font-size: 11px;
    border-left: 1px solid #d9d9d9;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    background-color: #fff;
}
.topbar-nav > li > a:hover,
.topbar-nav > li > a:focus {
    color: #7a1878;
    text-decoration: none;
}
.email:before,
.phone:before,
.login:before,
.account:before,
.currency:before,
.language:before {
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin-right: 5px;
    text-align: left;
    width: 16px;
}
.email:before {
    content: "\f0e0";
}
.phone:before {
    content: "\f095";
}
.login:before {
    content: "\f13e";
}
.account:before {
    content: "\f007";
}
.currency:before {
    content: "\f0d6";
}
.language img {
    margin-right: 5px;
}
.account:after,
.currency:after,
.language:after {
    display: inline-block;
    content: "\f107";
    line-height: 35px;
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 5px;
}
.header-bottom .dropdown-menu {
    z-index: 1001;
}
.dropdown-menu {
    border-radius: 0;
    border: 0;
    margin-top: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    padding: 5px 25px;
}
.dropdown-menu > li > a {
    font-size: 12px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 20px;
    padding: 10px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #7a1878;
}
.dropdown-menu > li:last-child > a {
    border-bottom: 0;
}
.header-bottom {
    border-bottom: 2px solid #57af85;
}
.logo {
    padding: 5px 0;
    display: block;
    /*border-right: 1px solid #d9d9d9;*/
    text-align: center;
}
.support-client {
    margin-top: 12px;
}
.support-client .box-container {
    color: #898989;
    text-align: left;
    margin-bottom: 25px;
}
.support-client .box-container:before {
    border: 1px solid #d9d9d9;
    float: left;
    font-family: FontAwesome;
    font-size: 30px;
    height: 40px;
    text-align: center;
    width: 60px;
    line-height: 38px;
}
.support-client .time:before {
    content: "\f017";
}
.support-client .free-shipping:before {
    content: "\f0d1";
}
.support-client .money-back:before {
    content: "\f0d6";
}
.support-client .box-container .box-inner {
    margin-left: 70px;
}
.support-client h2 {
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.support-client p {
    margin: 0;
    text-decoration-color: #ffffff;
    font-size: 11px;
}
.form-search {
    border: 1px solid #7a1878;
    position: relative;
    float: left;
    margin-bottom: 25px;
}
.form-search input.input-text {
    background-color: transparent;
    ;
    border: 0 none;
    color: #7a1878;
    float: left;
    font-weight: 700;
    font-size: 16px;
    height: 54px;
    line-height: 34px;
    padding: 10px 20px;
    width: 525px;
}
.form-search input.input-text::-moz-placeholder {
    color: #7a1878;
    opacity: 1;
}
.form-search input.input-text:-ms-input-placeholder {
    color: #7a1878;
}
.form-search input.input-text::-webkit-input-placeholder {
    color: #7a1878;
}
.form-search .dropdown {
    float: left;
}
.form-search .dropdown .btn {
    border: 0;
    border-left: 3px solid #e1e1e1;
    background-color: transparent;
    border-radius: 0;
    font-size: 13px;
    margin: 10px 0;
    line-height: 20px;
    padding: 7px 15px;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    outline: none!important;
}
.form-search .dropdown .btn .fa {
    font-size: 30px;
    display: inline-block;
    line-height: 17px;
    vertical-align: middle;
    color: #a5a5a5;
    margin-left: 7px;
}
.form-search .dropdown-menu {
    margin-top: 2px;
}
.form-search .btn {
    font-size: 22px;
    padding: 12px 19px;
    line-height: 30px;
}
.mini-cart {
    float: right;
    height: 54px;
    background: #57af85 ;
    margin-bottom: 25px;
}
.top-cart-title {
    padding: 0;
    vertical-align: top;
    text-align: center;
    margin-top: 0;
    position: relative;
}
.top-cart-title:before {
    font-family: FontAwesome;
    content: "\f0ab";
    display: inline-block;
    border-right: 3px solid #e1e1e1;
    font-size: 25px;
    width: 50px;
    height: 34px;
    color: #fff;
    margin: 12px 20px 12px 0;
    float: left;
}
.top-cart-title .dropdown-toggle {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    line-height: 20px;
    text-align: left;
    padding: 5px 20px;
    margin-left: -20px;
    margin-top: 2px;
    margin-bottom: 6px;
    color: #fff;
    line-height: 20px;
}
.top-cart-title .dropdown-toggle-1 {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
    text-align: left;
    color: #fff;
   
}
.top-cart-title .price {
    display: block;
    font-size: 10px;
    font-weight: 700;
}
.mini-cart .dropdown-menu {
    width: 290px;
    padding: 20px;
}
.cart-listing .media {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    position: relative;
}
.cart-listing .media + .media {
    margin-top: 20px;
}
.cart-listing .media-left a {
    display: block;
    width: 67px;
    border: 1px solid #d9d9d9;
}
.cart-listing .media-body h4 {
    font-size: 12px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.mini-cart-qty {
    font-size: 12px;
    color: #737373;
    margin-bottom: 5px;
}
.mini-cart-price {
    color: #7a1878;
}
.remove-cart-item {
    background-color: #333;
    border: 0;
    color: #fff;
    padding: 0 4px;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.mini-cart-subtotal {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}
.mini-cart-subtotal .price {
    float: right;
    color: #7a1878;
    margin-left: 30px;
    font-size: 14px;
}
.checkout-btn {
    margin-top: 20px;
}
.menu {
    list-style: none;
    padding: 0;
    border: 1px solid #57af85;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-left: -30px;
}
.menu > li {
    float: left;
}
.menu > li > a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding: 8px 24px;
    border-left: 1px solid #d9d9d9;
}
.menu > li:first-child > a {
    border-left: 0;
}
.menu > li > a:hover,
.menu > li > a:focus,
.menu > li.active > a {
    text-decoration: none;
    color: #7a1878;
}
/* mega menu */

.mega-container {
    position: relative;
    z-index: 100;
}
.navleft-container {
    position: absolute;
    width: 100%;
}
.mega-menu-title {
    border-radius: 4px 0 0 0;
    background-color: #7a1878;
    color: #fff;
    cursor: pointer;
}
.mega-menu-title h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 20px;
    position: relative;
}
.mega-menu-title h3:after {
    content: "";
    display: inline-block;
    background: #57af85 url(../images/icon-mega.png) no-repeat 50% 50%;
    width: 52px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.mega-menu-category {
    border: 1px solid #d9d9d9;
    border-top: 0;
}
.mega-menu-category > .nav > li > a {
    border-bottom: 2px solid #f1f1f1;
    padding: 16.5px 15px;
    color: #7a1878;
    background-color: #fff;
}
.mega-menu-category > .nav > li > a:before {
    content: "\f068";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.mega-menu-category > .nav > li > a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 15px;
}
.mega-menu-category > .nav > li.nosub > a:after {
    display: none;
}
.mega-menu-category > .nav > li.more-menu {
    display: none;
}
.mega-menu-category > .nav > li.view-more > a {
    border-bottom: 0;
}
.mega-menu-category > .nav > li.view-more > a:after {
    content: "\f0fe";
}
.mega-menu-category > .nav > li > a:hover,
.mega-menu-category > .nav > li > a:focus,
.mega-menu-category > .nav > li.active > a {
    background-color: #7a1878;
    color: #fff;
}
.wrap-popup {
    position: absolute;
    left: 110%;
    top: 0;
    width: 600px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 100;
}
.wrap-popup.column2 {
    width: 400px;
}
.wrap-popup.column1 {
    width: 250px;
}
.mega-menu-category > .nav > li.active .wrap-popup {
    left: 100%;
}
.popup {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    display: none;
    text-align: left;
    z-index: 3000;
    padding: 30px;
}
.popup h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}
.popup .nav > li > a {
    text-transform: uppercase;
    color: #7a1878;
    padding: 7px 0;
}
.popup .nav > li > a:hover,
.popup .nav > li > a:focus {
    color: #7a1878;
    background-color: transparent;
}
.box-banner {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
}
.box-banner + .box-banner {
    margin-top: 10px;
}
.box-banner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.box-banner h3 {
    color: #7a1878;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
}
.box-banner .price-sale {
    color: #7a1878;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}
.box-banner .price-sale sub,
.box-banner .price-sale sup {
    font-size: 16px;
    font-weight: 700;
}
.box-banner .price-sale sub {
    bottom: 3px;
    left: -22px;
}
.box-banner .price-sale sup {
    top: -17px;
    left: -8px;
}
.box-banner a {
    text-transform: capitalize;
    color: #7e7e7e;
    text-decoration: underline;
}
.box-banner a:hover {
    color: #7a1878;
}
.has-sep:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
    left: -10px;
}
/* navbar */


.navbar-primary {
    background-color: #7a1878;
    margin: 0;
    border: 0;
}
.navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-primary .navbar-brand {
    color: #fff;
    font-weight: 700;
}
.navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    color: #000;
}
/* slide */

.dn {
    display: none;
}
.flexslider {
    margin: 0 auto 30px;
}
.timethai {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(49, 56, 72, 0.298);
    height: 5px;
    -webkit-animation: myfirst 6000ms ease-in-out;
    -moz-animation: myfirst 6000ms ease-in-out;
    -ms-animation: myfirst 6000ms ease-in-out;
    animation: myfirst 6000ms ease-in-out;
}
@-webkit-keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes myfirst {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.timethai.pos_hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.flex-direction-nav a,
.nivo-directionNav a {
    width: 50px;
    height: 50px;
    margin: -29px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 0;
    z-index: 9;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    background: #000;
    text-decoration: none!important;
}
.flex-direction-nav .flex-next,
.nivo-directionNav a.nivo-nextNav {
    background-position: 100% 0;
    right: -50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.flex-direction-nav .flex-prev,
.nivo-directionNav a.nivo-prevNav {
    left: -50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ma-nivoslider:hover .nivo-directionNav a.nivo-nextNav {
    right: -25px;
    opacity: 1;
}
.ma-nivoslider:hover .nivo-directionNav a.nivo-prevNav {
    left: -25px;
    opacity: 1;
}
.flexslider .flex-next:hover,
.nivo-directionNav a.nivo-nextNav:hover {
    background: #404048;
}
.flexslider .flex-prev:hover,
.nivo-directionNav a.nivo-prevNav:hover {
    background: #404048;
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flex-direction-nav a:before,
.nivo-directionNav a:before {
    display: block;
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
    width: 20px;
    height: 20px;
}
.flex-direction-nav .flex-prev:before,
.nivo-directionNav a.nivo-prevNav:before {
    content: "\f104";
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}
.flex-direction-nav .flex-next:before,
.nivo-directionNav a.nivo-nextNav:before {
    content: "\f105";
    transform: rotate(-135deg) translateX(-25px);
    -webkit-transform: rotate(-135deg) translateX(-25px);
    -moz-transform: rotate(-135deg) translateX(-25px);
}
.flex-control-nav,
.nivo-controlNav {
    position: absolute;
    bottom: 30px;
    text-align: center;
    right: 0;
    left: 0
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    cursor: pointer;
    width: 11px;
    height: 11px;
    border: 3px solid #7a1878;
}
.nivo-controlNav a {
    border: 0 none;
    display: inline-block;
    height: 11px;
    margin: 0 3px;
    font-size: 0;
    width: 11px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    background-color: #fff;
    border: 3px solid transparent;
}
.banner7-content {
    height: 100%;
    position: relative;
    color: #fff;
}
.banner7-content .title-container {
    position: absolute;
    left: 50%;
}
.banner7-content h1 {
    -webkit-animation: bounceIn 1500ms ease-in-out;
    -moz-animation: bounceIn 1500ms ease-in-out;
    -ms-animation: bounceIn 1500ms ease-in-out;
    animation: bounceIn 1500ms ease-in-out;
}
.banner7-content .title1 {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 80px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.banner7-content h2 {
    -webkit-animation: bounceIn 1800ms ease-in-out;
    -moz-animation: bounceIn 1800ms ease-in-out;
    -ms-animation: bounceIn 1800ms ease-in-out;
    animation: bounceIn 1800ms ease-in-out;
    clear: both;
}
.banner7-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
}
.banner7-content h3 {
    -webkit-animation: bounceIn 2200ms ease-in-out;
    -moz-animation: bounceIn 2200ms ease-in-out;
    -ms-animation: bounceIn 2200ms ease-in-out;
    animation: bounceIn 2200ms ease-in-out;
}
.banner7-content .banner7-readmore {
    -webkit-animation: bounceInUp 2200ms ease-in-out;
    -moz-animation: bounceInUp 2200ms ease-in-out;
    -ms-animation: bounceInUp 2200ms ease-in-out;
    animation: bounceInUp 2200ms ease-in-out;
    clear: both;
    margin-top: 30px;
}
.banner7-content .banner7-readmore a {
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    background: #222;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.banner7-content .banner7-readmore a:after {
    content: "\f061";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 10px;
}
.banner7-content .banner7-readmore a:hover {
    background: #fff;
    color: #222;
}
.banner7-content .banner7-des {
    clear: both;
    color: #fff;
    position: absolute;
    left: 50%;
}
.banner7-content .banner7-des:before {
    content: "";
    width: 13px;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.banner7-content .banner7-des h1 {
    font-size: 30px;
    font-family: Oswald;
    color: #fff;
    line-height: 38px;
    background: #f9af51;
    text-transform: uppercase;
    padding: 0 28px;
    margin: 0;
    float: left;
    position: relative;
    -webkit-animation: fadeInLeft 500ms ease-in-out;
    -moz-animation: fadeInLeft 500ms ease-in-out;
    -ms-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out;
}
.banner7-content .banner7-des h1:after {
    position: absolute;
    right: -23px;
    top: 0;
    content: "";
    display: inline-block;
    width: 23px;
    height: 100%;
    background: linear-gradient(-120deg, transparent 49%, rgba(249, 175, 81, 1) 50%);
}
.banner7-content .banner7-des h2 {
    font-size: 70px;
    font-family: Oswald;
    color: #fff;
    line-height: 82px;
    background: #d8373e;
    text-transform: uppercase;
    padding: 0 28px;
    float: left;
    position: relative;
    -webkit-animation: fadeInLeft 800ms ease-in-out;
    -moz-animation: fadeInLeft 800ms ease-in-out;
    -ms-animation: fadeInLeft 800ms ease-in-out;
    animation: fadeInLeft 800ms ease-in-out;
}
.banner7-content .banner7-des h2:after {
    position: absolute;
    right: -23px;
    top: 0;
    content: "";
    width: 23px;
    height: 100%;
    display: block;
    border-width: 38px 0 44px 23px;
    border-color: transparent;
    border-left-color: #d8373e;
    border-style: solid;
}
.banner7-content .banner7-des .check-box {
    background: #7a1878;
    float: left;
    padding: 15px 28px;
    clear: both;
    -webkit-animation: fadeInLeft 1200ms ease-in-out;
    -moz-animation: fadeInLeft 1200ms ease-in-out;
    -ms-animation: fadeInLeft 1200ms ease-in-out;
    animation: fadeInLeft 1200ms ease-in-out;
}
.banner7-content .banner7-des .check-box ul {
    margin-bottom: 0;
}
.banner7-content .banner7-des .check-box li {
    line-height: 30px;
    display: block;
    font-size: 18px;
}
.banner7-content .banner7-des .check-box li:before {
    content: "\f14a";
    float: left;
    font-size: 24px;
    margin-right: 10px;
    font-family: FontAwesome;
}
.banner7-content img {
    position: absolute;
    top: 50%;
    right: 13%;
    margin-top: -195px;
}
.banner7-content img.img1 {
    -webkit-animation: bounceInDown 1000ms ease-in-out;
    -moz-animation: bounceInDown 1000ms ease-in-out;
    -ms-animation: bounceInDown 1000ms ease-in-out;
    animation: bounceInDown 1000ms ease-in-out;
}
.banner7-content img.img2 {
    -webkit-animation: bounceIn 1500ms ease-in-out;
    -moz-animation: bounceIn 1500ms ease-in-out;
    -ms-animation: bounceIn 1500ms ease-in-out;
    animation: bounceIn 1500ms ease-in-out;
}
.slider-2 .title-container {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.slider-2 .title1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 30px;
}
.slider-2 .title2 {
    font-size: 80px;
    color: #f96951;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 65px;
}
.slider-2 .title3 {
    font-size: 30px;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    margin: 10px 0 0;
    font-weight: normal;
}
.slider-2 .banner7-des {
    padding-left: 30px;
    overflow: hidden;
    right: 50%;
    left: auto;
    bottom: 18%;
}
.slider-2 .banner7-des:before {
    left: auto;
    right: 0;
}
.slider-2 .banner7-des h1 {
    float: right;
    -webkit-animation: fadeInRight 500ms ease-in-out;
    -moz-animation: fadeInRight 500ms ease-in-out;
    -ms-animation: fadeInRight 500ms ease-in-out;
    animation: fadeInRight 500ms ease-in-out;
}
.slider-2 .banner7-des h2 {
    float: right;
    float: right;
    -webkit-animation: fadeInRight 800ms ease-in-out;
    -moz-animation: fadeInRight 800ms ease-in-out;
    -ms-animation: fadeInRight 800ms ease-in-out;
    animation: fadeInRight 500ms ease-in-out;
}
.slider-2 .banner7-des h1:after {
    right: auto;
    left: -23px;
    background: linear-gradient(120deg, transparent 49%, rgba(249, 175, 81, 1) 50%);
}
.slider-2 .banner7-des h2:after {
    right: auto;
    left: -23px;
    border-width: 38px 23px 44px 0;
    border-color: transparent;
    border-right-color: #d8373e;
}
@media ( min-width: 1200px) {
    .banner7-content .banner7-des {
        margin-left: -585px;
        bottom: 0;
    }
    .banner7-content .title-container {
        margin-left: -585px;
        top: 15%;
    }
    .slider-2 .title-container {
        top: 50%;
        margin-top: -99px;
    }
}
@media ( max-width: 1400px) {
    .banner7-content .banner7-des:before {
        width: 8px;
    }
    .banner7-content .banner7-des .check-box {
        padding: 0 20px;
    }
    .banner7-content .banner7-des .check-box li {
        font-size: 12px;
        line-height: 27px;
    }
    .banner7-content .banner7-des .check-box li:before {
        font-size: 18px;
    }
    .banner7-content .banner7-des h2 {
        font-size: 50px;
        padding: 0 20px;
        line-height: 63px;
    }
    .banner7-content .banner7-des h2:after {
        border-width: 35px 0 27px 23px;
    }
    .banner7-content .banner7-des h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .banner7-content .title1 {
        font-size: 60px;
        line-height: 63px;
    }
    .banner7-content .title2 {
        font-size: 20px;
    }
    .slider-2 .title1 {
        font-size: 40px;
        line-height: 30px;
    }
    .slider-2 .title2 {
        font-size: 70px;
        line-height: 58px;
    }
}
@media ( max-width: 1199px) {
    .banner7-content .title-container {
        top: 10%;
        margin-left: -470px;
    }
    .banner7-content .banner7-des {
        bottom: 0;
        margin-left: -470px;
    }
    .banner7-content .banner7-des h2 {
        font-size: 44px;
        line-height: 50px;
    }
    .banner7-content .banner7-des h2:after {
        border-width: 19px 0 32px 17px;
    }
    .banner7-content .title1 {
        font-size: 50px;
        line-height: 50px;
    }
    .slider-2 .title1 {
        font-size: 30px;
        line-height: 25px;
    }
    .slider-2 .title2 {
        font-size: 54px;
        line-height: 41px;
    }
    .slider-2 .title3 {
        font-size: 21px;
    }
    .slider-2 .title-container {
        top: 50%;
        margin-top: -73px;
    }
}
@media ( max-width: 991px) {
    .banner7-content .title-container {
        top: 10%;
        margin-left: -360px;
    }
    .banner7-content .banner7-des {
        bottom: 0;
        margin-left: -360px;
    }
    .banner7-content .banner7-des h2 {
        font-size: 33px;
        line-height: 40px;
    }
    .banner7-content .banner7-des h2:after {
        border-width: 15px 0 25px 12px;
    }
    .banner7-content .banner7-des h1 {
        font-size: 14px;
        line-height: 20px;
    }
    .banner7-content .title1 {
        font-size: 37px;
        line-height: 33px;
    }
    .banner7-content .title2 {
        font-size: 14px;
    }
    .slider-2 .title1 {
        font-size: 30px;
        line-height: 25px;
    }
    .slider-2 .title2 {
        font-size: 54px;
        line-height: 41px;
    }
    .slider-2 .title3 {
        font-size: 21px;
    }
    .slider-2 .title-container {
        top: 50%;
        margin-top: -73px;
    }
}
@media ( max-width: 767px) {
    .banner7-content {
        display: none;
    }
}
/* bannner */

.ads {
    display: block;
}
.ads img,
.banner a img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    max-width: 100%;
}
.banner {
    margin-bottom: 30px;
}
.banner a {
    display: block;
}
.banner a:hover img {
    opacity: 0.7;
}
.banner-left {
    margin: 0 0 30px;
}
.banner-left p,
.banner-left h1,
.banner-left h2 {
    margin: 0;
}
.banner-left img {
    width: 100%;
}
.banner-left .font-style1 {
    font-weight: 700;
}
.banner-left .font-style2 {
    font-weight: 800;
}
.banner-left .font-style3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
.banner-left .font-style4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}
.banner-left .banner-box .box-inner {
    position: relative;
}
.banner-left .banner-box .text a.link {
    display: inline-block;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    padding: 0 15px;
    margin-top: 15px;
}
.banner-left .banner-box .text a.link:hover {
    background: #7a1878;
    border-color: #7a1878;
}
.banner-left .text {
    position: absolute;
    text-transform: uppercase;
}
.banner-left .banner-box1 .text,
.banner-left .banner-box3 .text {
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-left .banner-box1 .text {
    color: #fff;
    text-transform: uppercase;
    margin-top: -65px;
}
.banner-left .banner-box1 .text h1 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
.banner-left .banner-box1 .text h2 {
    color: #fff;
    font-size: 44px;
    letter-spacing: -2px;
    line-height: 40px;
    margin-bottom: 20px;
}
.banner-left .banner-box1 .text p {
    letter-spacing: 3px;
    font-size: 12px;
}
.banner-left .box-inner:hover .text h1 {
    animation: fadeInRight 0.3s linear alternate;
    -webkit-animation: fadeInRight 0.3s linear alternate;
    -moz-animation: fadeInRight 0.3s linear alternate;
}
.banner-left .box-inner:hover .text h2 {
    animation: fadeInRight 0.4s linear alternate;
    -webkit-animation: fadeInRight 0.4s linear alternate;
    -moz-animation: fadeInRight 0.4s linear alternate;
}
.banner-left .box-inner:hover .text p {
    animation: fadeInRight 0.5s linear alternate;
    -webkit-animation: fadeInRight 0.5s linear alternate;
    -moz-animation: fadeInRight 0.5s linear alternate;
}
.banner-left .box-inner:hover .text a {
    animation: fadeInRight 0.7s linear alternate;
    -webkit-animation: fadeInRight 0.7s linear alternate;
    -moz-animation: fadeInRight 0.7s linear alternate;
}
/* col-left */
/* timely */

.timely {
    border: 2px solid #7a1878;
    padding: 20px;
    margin-bottom: 30px;
}
.images-container {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.images-container img {
    max-width: 100%;
}
.title-group {
    color: #7a1878;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
}
.title-group:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #7a1878;
    content: "";
    display: block;
    top: 50%;
    margin-top: -1px;
}
.title-group h2 {
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 10px;
    margin: 0;
}
.product-image {
    background: #fff;
    display: block;
}
.product-image img {
    /*width: 100%;*/
    max-width: 100%;
}
.product-image2 {
    height: 200px;
    background: #fff;
    display: block;
}
.product-image2 img {
    /*width: 100%;*/
    max-width: 100%;
    /*display: block;*/
    position: relative;
    bottom: 0;
}
.product-image3 {
    height: 200px;
    background: #fff;
    display: block;
}
.product-image3 img {
    height: 160px;
    width: 160px;
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*display: block;*/
    position: relative;
    bottom: 0;
}

.product-image4 {
    height: 160px;
    background: #fff;
    display: block;
}
.product-image4 img {
    height: 160px;
    width: 160px;
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*display: block;*/
    position: relative;
    bottom: 0;
}

.product-image-col {
    background: #ffffff;
    display: block;
    text-align: center;
/**    width: 250px;
    height: 250px;**/
}
.product-image-col img {
    /**width: 100%;**/
    max-width: 100%;
    position: relative;
    bottom: 0;
    text-align: center;
}

.product-name {
    margin: 10px 0;
    /*border-bottom: 2px solid #7a1878;*/
    font-size: 14px;
    padding-bottom: 10px;
}
.product-name a {
    text-transform: uppercase;
    font-weight: 100;
    color: #474747;
}
.product-name a:hover,
.product-name a:focus {
    text-decoration: none;
    color: #7a1878;
}



.product-name-1 {
    margin: 10px 0;
    /*border-bottom: 2px solid #7a1878;*/
    font-size: 22px;
    padding-bottom: 10px;
}
.product-name-1 a {
    text-transform: uppercase;
    font-weight: 700;
    color: #474747;
}
.product-name-1 a:hover,
.product-name-1 a:focus {
    text-decoration: none;
    color: #7a1878;
    font-size: 23px;
}



.product-name-noticias {
    margin: 10px 0;
    /*border-bottom: 2px solid #7a1878;*/
    font-size: 35px;
    padding-bottom: 10px;
}
.product-name-noticias a {
    text-transform: uppercase;
    font-weight: 700;
    color: #474747;
}
.product-name-noticias a:hover,
.product-name-noticias a:focus {
    text-decoration: none;
    color: #7a1878;
    font-size: 38px;
}



.product-name-noticias-lista {
    margin: 10px 0;
    /*border-bottom: 2px solid #7a1878;*/
    font-size: 16px;
    padding-bottom: 10px;
}
.product-name-noticias-lista a {
    text-transform: uppercase;
    font-weight: 700;
    color: #474747;
}
.product-name-noticias-lista a:hover,
.product-name-noticias-lista  a:focus {
    text-decoration: none;
    color: #7a1878;
    font-size: 18px;
}


.timer-item {
    margin: 30px 0;
}
.timer-grid {
    overflow: hidden;
    display: inline-block;
}
.timer-grid .box-time-date {
    background: #7a1878;
    font-size: 9px;
    color: #fff;
    float: left;
    min-width: 50px;
    min-height: 50px;
    margin-right: 8px;
    text-align: center;
    margin-top: 7px;
    font-weight: 700;
    text-transform: uppercase;
}
.timer-grid .box-time-date.sec {
    margin-right: 0;
}
.timer-grid .box-time-date span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
}
.box-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
/* Rating */

.rating-box {
    width: 65px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../img/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 11px;
    background: url(../img/rating.png) 0 100% repeat-x;
}
.ratings .rating-box {
    display: inline-block;
}
.ratings .amount a {
    font-size: 11px;
    line-height: 11px;
    color: #a5a5a5;
    text-transform: capitalize;
}
.ratings .amount a:hover {
    color: #7a1878;
    text-decoration: none;
}

.rating-box {
    width: 65px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../img/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 11px;
    background: url(../img/rating.png) 0 100% repeat-x;
}
.ratings .rating-box {
    display: inline-block;
}
.ratings .amount a {
    font-size: 11px;
    line-height: 11px;
    color: #a5a5a5;
    text-transform: capitalize;
}
.ratings .amount a:hover {
    color: #7a1878;
    text-decoration: none;
}

/* CODIGO */

.codigo-box {
    width: 65px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../img/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.codigo-box .codigo {
    float: left;
    height: 11px;
    background: url(../img/rating.png) 0 100% repeat-x;
}
.codigo .codigo-box {
    display: inline-block;
}
.codigo .amount a {
    font-size: 11px;
    line-height: 11px;
    color: #a5a5a5;
    text-transform: capitalize;
}
.codigo .amount a:hover {
    color: #7a1878;
    text-decoration: none;
}

.codigo-box {
    width: 65px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../img/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.codigo-box .rating {
    float: left;
    height: 11px;
    background: url(../img/rating.png) 0 100% repeat-x;
}
.codigo .codigo-box {
    display: inline-block;
}
.codigo .amount a {
    font-size: 11px;
    line-height: 11px;
    color: #a5a5a5;
    text-transform: capitalize;
}
.codigo .amount a:hover {
    color: #7a1878;
    text-decoration: none;
} /** CODIGO **/

.price {
    white-space: nowrap !important;
}
.price-box {
    margin: 5px 0;
    text-align: center;
    border-top: 1px solid #d0cccc;
    border-bottom: 1px solid #d0cccc;
}
.price-box p {
    display: inline;
    margin-right: 5px;
}
.price-box .price {
    font-weight: normal;
    font-size: 16px;
    color: #635a61;
}

/* Regular price */

.regular-price {} .regular-price .price {
    font-weight: normal;
}
.block .regular-price,
.block .regular-price .price {}
/* Old price */

.old-price {
    margin: 0;
}
.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none;
}
.old-price .price {
    font-weight: normal;
    color: #acacac;
    text-decoration: line-through;
}
/* Special price */

.special-price {
    margin: 0;
    padding: 3px 0;
}
.special-price .price-label {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
    display: none;
}
.special-price .price {
    font-weight: bold;
    font-size:  x-large;
}
.special-price-detalle .price-detalle {
    font-weight: bold;
    font-size: xx-large;
}
.timely .price {
    font-size: 16px;
    font-weight: 700;
}
/* owl-carousel */

.owl-container {
    margin-left: -15px;
    margin-right: -15px;
}
.owl-container .owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}
.owl-theme .owl-controls .owl-buttons {
    text-align: center;
    position: absolute;
    top: -27px;
    right: 15px;
    background-color: #fff;
    padding-left: 6px;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    z-index: 1;
    font-family: FontAwesome;
    display: block;
    float: left;
    color: #4c4c4c;
    text-align: center;
    width: 27px;
    height: 27px;
    border: 2px solid #d3d3d3;
    border-radius: 100%;
}
.owl-theme .owl-controls .owl-buttons div:before {
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 23px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    color: #7a1878;
    border-color: #7a1878;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 3px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
    margin-right: 5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
    margin-left: 5px;
}
/* panel-product */

.panel-products-container {
    border: 8px solid #7a1878;
    margin-bottom: 30px;
    border-radius: 8px;    
}
.panel-products-container .title-group2 {
    border-bottom: 1px solid #e5e5e5;
}
.panel-products-container .title-group2 h2 {
    display: inline-block;
    margin: 0;
    line-height: 41px;
    padding: 0 15px;
    color: #fff;
    background: #7a1878;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}
.panel-products-container .title-group2 h2:after {
    display: inline-block;
    content: "";
    border-width: 0 0 41px 18px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #7a1878;
    width: 18px;
    height: 100%;
    position: absolute;
    right: -18px;
}
.panel-products-container .owl-carousel .owl-wrapper-outer:before {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    /*background: #e5e5e5;*/
    position: absolute;
    left: 50%;
    z-index: 1;
}
.panel-products-container .owl-container {
    padding-left: 15px;
    padding-right: 15px;
}
.panel-products-container .productslider-item {
    margin-top: 1px;
}
.panel-products-container .owl-theme .owl-controls .owl-buttons {
    top: -35px;
}
/* Special Offer */

.block {
    margin-bottom: 30px;
}
.block .title-group {
    margin-bottom: 20px;
}
.block .owl-theme .owl-controls .owl-buttons {
    top: -47px;
}
.sepecialoffer-item .item-inner,
.products-grid {
    /**border-bottom: 2px solid #e5e5e5;**/
    overflow: hidden;
    padding: 20px 0;
}
.sepecialoffer-item .item-inner .images-container,
.products-grid .images-container {
    width: 33%;
    float: left;
    border: 1px solid #e5e5e5;
}
.sepecialoffer-item .item-inner .des-container,
.products-grid .des-container {
    width: 67%;
    float: left;
    padding-left: 20px;
}
.block .item .item-inner .product-name,
.products-grid .product-name {
    border: 0;
    padding: 0;
    margin: 0 0 15px;
}
.block .item .item-inner .product-name a,
.products-grid .product-name a {
    font-size: 12px;
    font-weight: 400
}
.products-grid:last-child {
    border-bottom: 0;
}
/* Latest News */

.menu-recent .item-inner .des-container {
    margin-top: 15px;
    position: relative;
}
.menu-recent .date-comments {
    color: #949494;
    font-size: 11px;
    overflow: hidden;
    text-align: right;
    text-transform: capitalize;
}
.menu-recent .des-container .des,
.blog-index-list .des-container .des {
    color: #5b5b5b;
}
.menu-recent .des-container .des h4 {
    color: #7a1878;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.menu-recent .des-container .des h4 a {
    color: #7a1878;
}
.menu-recent .des-container .des h4 a:hover {
    color: #7a1878;
}
/* productabs */

#producttabs {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
#producttabs:before {
    content: "\f0c3";
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    font-family: FontAwesome;
    color: #7a1878;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
#producttabs li {
    float: left;
}
#producttabs li h3 {
    margin: 0;
}
#producttabs li h3 a {
    line-height: 40px;
    font-weight: 700;
    font-size: 24px;
    color: #7a1878;
    text-transform: capitalize;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
    display: block;
}
#producttabs li h3 a:hover,
#producttabs li.active h3 a {
    color: #7a1878;
}
/* Testimonial */

.testimonial-content {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.testimonial-content:last-child {
    border-bottom: 0;
}
.testimonial-content .content a {
    color: #5b5b5b;
    font-size: 14px;
    font-style: italic;
}
.testimonial-content .post-by {
    overflow: hidden;
    margin-top: 20px;
}
.testimonial-content .testimonial-content-avatar {
    float: left;
    margin-right: 10px;
    width: 50px;
}
.testimonial-content .testimonial-content-avatar img {
    border-radius: 100%;
    max-width: 100%;
}
.testimonial-content .box-author {
    float: left;
    text-align: left;
    margin-top: 7px;
}
.testimonial-content .box-author span {
    display: block;
}
.testimonial-content .box-author span.testimonial-author {
    font-weight: 700;
    color: #7a1878;
    text-transform: uppercase;
}
.testimonial-content .box-author span.testimonial-date {
    color: #909090;
    font-size: 10px;
    text-transform: uppercase;
}
/* sale---new */

.productslider-item {
    margin-bottom: 30px;
}
.product_icon {
    position: absolute;
    top: 0;
    left: 0;
}
.new-icon {
    display: block;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #f9af51;
    border-radius: 100%;
    margin-bottom: -15px;
}
.sale-icon {
    display: block;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #7a1878;
    border-radius: 100%;
}
.box-hover .add-to-links {
    margin: 0;
    list-style: none;
    padding: 0;
}
.box-hover .add-to-links li {
    margin: 3px 0;
}
.box-hover {
    position: absolute;
    top: 50%;
    margin-top: -76px;
    right: -100%;
    float: right;
    text-align: right;
}
.item .item-inner:hover .images-container .box-hover {
    right: 0;
}
.box-hover .add-to-links li a {
    height: 36px;
    display: inline-block;
    font-size: 0;
    color: #fff;
    line-height: 36px;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    background: none;
}
.box-hover .add-to-links li a:after {
    width: 36px;
    height: 36px;
    float: right;
    background: #7a1878;
    content: "";
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
}
.box-hover .add-to-links li a:hover {
    padding-left: 15px;
    margin: 0 0 0 10px;
    font-size: 14px;
    background: #7a1878;
}
.box-hover .add-to-links li a:hover:after {
    margin-left: 15px;
    background: #57af85;
}
.item .item-inner .images-container .box-hover .add-to-links li a.link-wishlist:after {
    content: "\f0ec";
}
.item .item-inner .images-container .box-hover .add-to-links li a.link-compare:after {
    content: "\f005";
}
.item .item-inner .images-container .box-hover .add-to-links li a.link-quickview:after {
    content: "\f08e";
}
.item .item-inner .images-container .box-hover .add-to-links li a.link-cart:after {
    content: "\f07a";
}
.item .item-inner .product-name {
    /* border-bottom: 2px solid #d0cccc; */
    padding-bottom: 10px;
}
.box-hover {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
/* new product */

.newproductslider-container .title-group1 h2:before {
    content: "\f0c3";
}
/* custom column */

.col-smc-7 {
    width: 55.5555%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.col-smc-5 {
    width: 44.4445%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
/* Tittle Group 1 */

.title-group1 {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.title-group1 h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    color: #7a1878;
    margin: 0;
    line-height: 40px;
}
.title-group1 h2:before {
    content: "\f02e";
    display: block;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    font-family: FontAwesome;
    color: #7a1878;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
/* catlist */

.catlist {
    margin: 30px 0;
}
.catlist .title-group1 h2:before {
    content: "\f03b";
}
.catlist {
    margin-top: 30px;
}
.catlist .image-cat {
  /**   border: 1px solid #e5e5e5; */
}
.catlist .image-cat img {
    max-width: 100%;
}
.catlist .name-cat {
    text-transform: uppercase;
    color: #7a1878;
    font-size: 14px;
}
.catlist .name-cat h3 {
    font-size: 16px;
    font-weight: 700;
}
.catlist .name-cat:hover {
    color: #7a1878;
}
.catlist .view-more {
    display: inline-block;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    background: #7a1878;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    text-decoration: none;
}
.catlist .view-more:hover {
    opacity: 0.7;
}
.catlist .view-more:after {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0da";
    margin-left: 5px;
}
.catlist .list-cat {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #7a1878;
}
.catlist .list-cat ul {
    list-style: none;
    padding: 0;
}
.catlist .list-cat li a {
    color: #5b5b5b;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 26px;
}
.catlist .list-cat li a:hover {
    color: #7a1878;
}
.catlist .list-cat li a:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
}
/* brand */

.brands {
    margin: 30px 0 40px;
}
.brands .title-group1 h2:before {
    content: "\f125";
}    
.brands .title-group11 h2:before {
    border-bottom: 3px solid #e5e5e5;
}
.title-group1 + .owl-container .owl-theme .owl-controls .owl-buttons,
.title-group1 + .tab-content .owl-theme .owl-controls .owl-buttons {
    top: -64px;
}

.brand-borde {
    border-bottom: 1px solid #e5e5e5;

}

/* footer top */

.footer-top {
    color: #808080;
    overflow: hidden;
    margin: 0;
    background: #79226e;
    padding: 15px 0;
}
.subscribe:before {
    border: 1px solid #696969;
    float: left;
    font-family: FontAwesome;
    font-size: 30px;
    height: 40px;
    text-align: center;
    width: 60px;
    line-height: 37px;
    color: #fff;
    content: "\f0e0";
}
.subscribe-inner {
    margin-left: 70px;
    color: #c6c6c6;
}
.subscribe-inner h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
}
.footer-top .social {
    padding: 0;
    list-style: none;
    float: right;
    margin: 2px 0;
}
.footer-top .social li {
    float: left;
    margin-right: 10px;
}
.footer-top .social li a {
    display: block;
    font-size: 0;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.footer-top .social li a:hover {
    color: #fff;
    background: #7a1878;
}
.footer-top .social li a:before {
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
}
.footer-top .social li a.face:before {
    content: "\f09a";
}
.footer-top .social li a.twitter:before {
    content: "\f099";
}
.footer-top .social li a.google:before {
    content: "\f0d5";
}
.footer-top .social li a.youtube:before {
    content: "\f167";
}
.footer-top .social li a.linkedin:before {
    content: "\f0e1";
}
.form-subscribe {
    margin: 2px 0;
}
.form-subscribe .form-control {
    height: 36px;
    border: 0;
    min-width: 258px;
}
.form-subscribe .btn {
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
}
/* footer middle */

.footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #ffffff;
}
.footer-middle .footer-title {
    margin: 5px 0 15px;
}
.footer-middle .footer-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    margin: 0;
    line-height: 30px;
    padding-bottom: 5px;
}
.footer-middle .footer-content {
    color: #444;
    font-size: 13px;
}
.footer-middle .footer-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: -5px;
}
.footer-middle .footer-content ul li a {
    display: block;
    line-height: 30px;
    color: #444;
    text-transform: capitalize;
    font-size: 13px;
}
.footer-middle .footer-content ul li a:hover {
    text-decoration: none;
    color: #7a1878;
}
.footer-middle .footer-content ul li a:before {
    content: "\f0da";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    color: #7a1878;
}
.footer-middle .footer-content ul li.last a {
    border-bottom: 0;
}
.footer-middle p {
    margin: 0;
    display: inline;
}
.footer-middle .footer-content .add:before {
    float: left;
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #7a1878;
    height: 30px;
}
.footer-middle .footer-content .address:before {
    content: "\f041";
}
.footer-middle .footer-content .email:before {
    content: "\f0e0";
}
.footer-middle .footer-content .phone:before {
    content: "\f095";
}
.footer-middle .footer-content .add {
    overflow: hidden;
}
.footer-middle .footer-content .phone {
    margin: 5px 0;
}
.footer-middle .footer-content .contact-link {
    margin-top: 25px;
}
.footer-middle .footer-content .contact-link a {
    padding-left: 30px;
    padding-right: 30px;
}
/* footer-bottom */

.footer-bottom {
    padding: 6px 0;
    background: #ffffff;
    color: #ffffff;
}
.copy {
    line-height: 36px;
}
.payment {
    text-align: right;
}
.payment img {
    display: inline-block;
}
.fwb {
    font-weight: 700;
}
/* form */

.form-control {
    border-radius: 0;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.btn {
    border: 0;
    border-radius: 0;
    padding: 7px 13px;
}
.btn-md {
    padding: 10px 20px;
}
.btn-danger {
    background-color: #7a1878;
}
.btn-danger:hover,
btn-danger:focus {
    background-color: #57af85;
}
.btn-default {
    background-color: #444;
    color: #fff;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #7a1878;
    color: #fff;
}

/** INICIO PRODUCTO LISTADOS **/

/* Toolbar */
.toolbar-2 {
    overflow: hidden;
    margin: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.toolbar-2 a {
    color: #7a1878;
}
.toolbar-2 label {
    font-weight: normal;
    text-transform: capitalize;
    color: #7a1878;
    font-size: 13px;
    line-height: 40px;
}
.toolbar-2 .pager {
    padding: 0;
}
.toolbar-2 .sorter {
    margin: 0 0 -1px;
}
.toolbar-bottom-2 .toolbar {
    text-align: center;
    margin: 30px 0 0;
}
.toolbar-bottom-2 .toolbar .pager .pages {
    display: inline-block;
}
.sorter-2 .view-mode {
    float: right;
    margin: 0;
}
.sorter-2 .view-mode label {
    float: left;
    margin: 0 5px 0 0;
    display: none;
}
.sorter-2 .view-mode span {
    height: 16px;
    float: left;
    margin: 2px 5px 0 0;
}
.sorter-2 .view-mode .grid,
.sorter-2 .view-mode .list {
    font-size: 0;
    width: 40px;
    height: 40px;
}
.sorter-2 .view-mode .grid:before,
.sorter-2 .view-mode .list:before {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: 16px;
    text-align: center;
    color: #959595;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.sorter-2 .view-mode .grid:before {
    content: "\f009";
}
.sorter-2 .view-mode .list:before {
    content: "\f00b";
}
.sorter-2 .view-mode strong.grid:before,
.sorter .view-mode a.grid:hover:before {
    color: #fff;
    background: #7a1878;
    border-color: #7a1878;
}
.sorter-2 .view-mode strong.list:before,
.sorter-2 .view-mode a.list:hover:before {
    color: #fff;
    background: #7a1878;
    border-color: #7a1878;
}
.sorter-2 .view-mode .list {
    line-height: 30px;
    float: left;
    margin-left: 5px;
    color: #000;
    font-weight: normal;
}
.sorter-2 .view-mode .grid {
    line-height: 30px;
    float: left;
    color: #000;
    font-weight: normal;
}
.pager-2 li > a,
.pager-2 li > span {
    display: inline;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}
.pager-2 {
    padding: 5px;
    text-align: center;
    margin: 0;
    float: right;
}
.pager-2 select {
    border: 0;
    font-style: normal;
    color: #000;
    width: auto;
}
.pager-2 .amount {
    float: left;
    margin: 4px 30px 0 0;
}
.pager-2 .limiter {
    float: left;
    font-size: 14px;
    margin-left: 20px;
}
.pager-2 .limiter .limiter-inner {
    display: inline-block;
    padding-right: 5px;
}
.pager-2 .limiter label {
    vertical-align: middle;
    margin: 0;
}
.pager-2 .limiter select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background: none;
}
.pager-2 .pages {
    float: right;
    padding: 8px 0 9px 15px;
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
}
.pager-2 .pages strong {
    font-weight: normal;
    color: #363636;
    text-transform: capitalize;
    font-size: 14px;
    display: none;
}
.pager-2 .pages ol {
    display: inline;
}
.pager-2 .pages li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px;
    line-height: 20px;
}
.pager-2 .pages li:last-child {
    border: 0;
}
.pager-2 .pages .current,
.pager-2 .pages li a:hover {
    background: none;
    color: #d8373e;
    font-size: 13px;
}
.pager-2 .pages li a {
    font-size: 13px;
    color: #222;
    display: block;
    margin: 0 5px;
}
.pager-2 .sort-by {
    float: left;
    margin: 0;
    padding: 0 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.pager-2 .sort-by label {
    vertical-align: middle;
    margin: 0;
}
.pager-2 .sort-by select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.pager-2 .sort-by a {
    display: inline-block;
}
.sorter-2 {
    float: left;
}
.sorter-2 .view-mode {
    float: left;
    margin: 0;
}
.sorter-2 .view-mode a {
    text-decoration: none;
}

/* Product List */
.products-list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.products-list-2 li.item {
    margin-bottom: 30px;
}
.products-list-2 .item .item-inner .product-name,
.blog-list .item .item-inner .product-name {
    border: 0;
    padding: 0;
}
.products-list-2 .product-name a,
.blog-list .product-name a {
    color: #7a1878;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}
.products-list-2 .product-name a:hover,
.blog-list .product-name a:hover {
    color: #d8373e;
}
.products-list-2 .price-box {
    padding-top: 15px;
    border-top: 2px solid #7a1878;
    margin-top: 15px;
}
.products-list-2 .price-box .price {
    font-size: 20px;
}
.products-list-2 .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list-2 .desc {
    clear: both;
    color: #444;
    font-size: 12px;
    margin: 15px 0;
    line-height: 24px;
}
.products-list-2 .desc .link-learn {
    font-size: 11px;
}
.products-list-2 .product-shop .btn-danger {
    float: left;
    position: relative;
    padding-right: 47px;
}
.products-list-2 .item-inner .add-to-links {
    float: left;
    margin: 0;
}
.products-list-2 .add-to-links .separator {
    display: none;
    margin: 0 2px;
}
.products-list-2 .item-inner .actions {
    position: static;
}
.products-list-2 .item-inner .actions .btn-danger:after,
.btn-cart:after {
    width: 34px;
    height: 34px;
    background: #c5282f;
    content: "\f07a";
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 34px;
}
.products-list-2 .item-inner .add-to-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.products-list-2 .item-inner .add-to-links li {
    border: 0;
    float: left;
    margin-left: 5px;
}
.products-list-2 .item-inner .add-to-links li a {
    line-height: 34px;
    text-align: center;
    font-size: 0;
    width: 36px;
    height: 34px;
    color: #fff;
    background: #7a1878;
    display: block;
}
.products-list-2 .item-inner .add-to-links li a:hover {
    background: #d8373e;
}
.products-list-2 .item-inner .add-to-links li a:before {
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
}
.products-list-2 .item-inner .add-to-links li a.link-wishlist:before {
    content: "\f0ec";
}
.products-list-2 .item-inner .add-to-links li a.link-compare:before {
    content: "\f005";
}
.products-list-2 .item-inner .actions {
    border: 0;
}

/* Product Shop */
.product-shop-2 {
    margin-bottom: 30px;
}
.col3-layout-2 .product-view .product-shop {
    float: none;
    width: auto;
}
.product-view-2 .product-shop .product-name {
    margin: 0 0 5px;
    border: 0;
    padding: 0;
}
.product-view-2 .product-shop .product-name h1 {
    margin: 0;
    font-size: 20px;
    color: #7a1878;
    text-transform: capitalize;
    font-weight: normal;
}
.product-view-2 .product-shop .availability {
    font-size: 13px;
    margin: 10px 0 20px;
}
.product-view-2 .product-shop .availability span {
    font-weight: normal;
    color: #d8373e;
}
.product-view-2 .product-shop .short-description {
    margin: 10px 0;
    padding: 10px 0;
    color: #6a6a6a;
    font-size: 13px;
    line-height: 23px;
}
.product-view-2 .product-shop .box-container2 {
    overflow: hidden;
    border-top: 2px solid #7a1878;
    padding-top: 10px;
    margin-top: 15px;
}
.product-view-2 .product-shop .price-box {
    margin: 0;
}
.product-view-2 .product-shop .price-box .price {
    font-size: 20px;
    font-weight: 700;
}
.product-view-2 .product-shop .old-price .price {
    font-weight: 400;
}
.product-view-2 .product-shop .ratings {
    margin: 10px 0;
}
.product-view-2 .product-shop .add-to-links {
    margin: 0;
}
.product-view-2 .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}
.product-view-2 .product-shop .add-to-links li,
.product-view-2 .product-shop .add-to-links li .separator {
    display: inline;
}
.product-view-2 .product-shop .add-to-links li {
    display: block;
    float: left;
}
.product-view-2 .product-shop .add-to-links li a {
    display: block;
    text-align: center;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    background: #a5a5a5;
    padding: 0 15px;
    line-height: 36px;
    text-decoration: none;
}
.product-view-2 .product-shop .add-to-links li a:hover {
    background: #d8373e;
}
.product-view-2 .product-shop .add-to-links li a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 8px;
}
.product-view-2 .product-shop .add-to-links li a.link-wishlist:before {
    content: "\f005";
}
.product-view-2 .product-shop .add-to-links li a.link-compare:before {
    content: "\f0ec";
}
.product-img-box-2 {
    margin-bottom: 30px;
}
.product-view-2 .product-img-box .more-views .bx-wrapper {
    height: 100%;
}
.product-view-2 .product-img-box .more-views .bx-wrapper .bx-viewport {
    height: 100% !important;
}
.product-view-2 .product-img-box .more-views ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-view-2 .product-img-box .more-views li {
    float: left;
    margin-bottom: 5px;
}
.product-view-2 .product-img-box .more-views li a {
    border: 1px solid #e5e5e5;
    display: block;
}
.qty-2 .btn {
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
}
.qty-2 .form-control {
    text-align: center;
}
.product-tab-2 {
    margin-bottom: 30px;
}
.tab-custom-2 li > a {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #585858;
}
.tab-custom-2 .nav-tabs > li.active > a,
.tab-custom-2 .nav-tabs > li.active > a:hover,
.tab-custom-2 .nav-tabs > li.active > a:focus {
    background-color: #393939;
    color: #fff;
    border-color: transparent;
}
.tab-custom-2 .tab-content > .tab-pane {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    line-height: 24px;
}
.productslider-item-2 {
    margin-bottom: 30px;
}
.product_icon-2 {
    position: absolute;
    top: 0;
    left: 0;
}
.new-icon-2 {
    display: block;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #f9af51;
    border-radius: 100%;
    margin-bottom: -15px;
}
.sale-icon-2 {
    display: block;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #d8373e;
    border-radius: 100%;
}
.box-hover-2 .add-to-links {
    margin: 0;
    list-style: none;
    padding: 0;
}
.box-hover-2 .add-to-links li {
    margin: 3px 0;
}
.box-hover-2 {
    position: absolute;
    top: 50%;
    margin-top: -76px;
    right: -100%;
    float: right;
    text-align: right;
}
.item-2 .item-inner:hover .images-container .box-hover {
    right: 0;
}
.box-hover-2 .add-to-links li a {
    height: 36px;
    display: inline-block;
    font-size: 0;
    color: #fff;
    line-height: 36px;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    background: none;
}
.box-hover-2 .add-to-links li a:after {
    width: 36px;
    height: 36px;
    float: right;
    background: #7a1878;
    content: "";
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
}
.box-hover-2 .add-to-links li a:hover {
    padding-left: 15px;
    margin: 0 0 0 10px;
    font-size: 14px;
    background: #d8373e;
}
.box-hover-2 .add-to-links li a:hover:after {
    margin-left: 15px;
    background: #c5282f;
}
.item-2 .item-inner .images-container .box-hover .add-to-links li a.link-wishlist:after {
    content: "\f0ec";
}
.item-2 .item-inner .images-container .box-hover .add-to-links li a.link-compare:after {
    content: "\f005";
}
.item-2 .item-inner .images-container .box-hover .add-to-links li a.link-quickview:after {
    content: "\f08e";
}
.item-2 .item-inner .images-container .box-hover .add-to-links li a.link-cart:after {
    content: "\f07a";
}
.item-2 .item-inner .product-name {
    /**border-bottom: 2px solid #7a1878;**/
    padding-bottom: 10px;
}
.box-hover-2 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


/** FIN PRODUCTO LISTADOS **/

/** CONTACTO ESTILOS - INICIO **/
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    zoom: 1;
}


.figure {
    padding: 0;
    margin: 0;
}


.figcaption {
    font-weight: normal;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}



/** CONTACTO ESTILOS - INICIO **/

/** ESTILOS SCROLL- INICIO **/
#global {
    height: 350px;
    width: 200px;
    border: 1px solid #ddd;
    background: #ffffff;
    overflow-y: scroll;
}
#mensajes {
    height: auto;
}
.texto {
    padding:4px;
    background:#fff;
}

/** ESTILOS SCROLL- FIN **/


/** ESTILOS SUBIR - INICIO **/
.ir-arriba {
    display:none;
    padding:20px;
    background:#3eb940;
    font-size:20px;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
}
/** ESTILOS SUBIR - FIN **/

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-ws5wru');
    src:url('fonts/icomoon.eot?#iefix-ws5wru') format('embedded-opentype'),
        url('fonts/icomoon.woff?-ws5wru') format('woff'),
        url('fonts/icomoon.ttf?-ws5wru') format('truetype'),
        url('fonts/icomoon.svg?-ws5wru#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up2:before {
    content: "\e601";
}





.cortar{
  width:250px;
  height: auto;
  padding:20px;
  /*border:1px solid blue;*/
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden; 
}
.cortar:hover {
  width: auto;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}


.cortar2{
  width:160px;
  height: auto;
  padding:20px;
  /*border:1px solid blue;*/
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden; 
}
.cortar2:hover {
  width: auto;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}


.cortar3{
  width:200px;
  height:auto;
  padding:20px;
  /*border:1px solid blue;*/
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cortar3:hover {
  width: 100%;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}



.cortar4 {
  width:auto;
  height:75px;
  padding:0px;
  /*border:1px solid blue;*/
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.cortar5{
  width:200px;
  height:20px;
  padding:20px;
  border:1px solid blue;
  text-overflow:ellipsis;
  white-space:nowrap; 
  overflow:hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cortar5:hover {
  width: 100%;
  white-space: initial;
  overflow:visible;
  cursor: pointer;
}



/*-------- category item end --------*/
/*------- brand area start -------*/
.brand-active {
    padding: 5px 0;
}

.brand-item {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
}

.brand-item img {
    display: inline-block;
}

/*------- brand area end -------*/

.lista-preco-fixed {
    cursor: pointer;
    top: 30%;
    position: fixed;
    right: 0;
    z-index: 11111;
    width: 50px;
}
.lista-preco-fixed img {
    width: 100%;
}


.iframe {
 max-width: 100%;
 height: auto;
}




/*Special Product Active Box Shadow*/
.special-product-active {
    padding: 0;
    overflow: hidden;
}
.special-product-active:hover {
    overflow: visible;
}
.special-product-active .single-product-wrap::before {
    left: 0;
    right: 0;
}
.special-product-active .product-image {
    position: relative;
    padding: 0 10px;
}
.special-product-active .product_desc {
    margin: 15px 15px 0;
}
.special-product-active .add-actions {
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}
/*Shop Product Area Box Shadow*/
.shop-product-area .single-product-wrap::before {
    left: 0;;
    right: 0;
}
.shop-product-area .product_desc {
    margin: 15px 15px 0;
}
.shop-product-area .add-actions {
    padding: 0 15px;
}


/*----------------------------------------*/
/*  2.4 Product-area css
/*----------------------------------------*/
.li-product-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.li-product-menu li {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    z-index: 99;
}
.li-product-menu > li > a > span {
    position: relative;
}
.li-product-menu > li > a span::before, .li-product-menu > li > a.active span::before {
    content: "";
    position: absolute;
    bottom: -11px;
    opacity: 0;
    left: 0;
    background: #e07ede4f;
    right: 0;
    height: 1px;
    display: block;
}
.li-product-menu > li > a.active span::before {
    background: #e07ede4f;
    opacity: 1;
}
.li-product-menu > li:hover > a span::before {
    opacity: 1;
    background: #e07ede4f;
}
.li-product-menu li span.active::before {
    opacity: 1;
    width: 100%;
}
.li-product-menu li span:hover::before {
    opacity: 1;
    width: 100%;
}
.li-product-menu li a {
    color: #c8c8c8;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    padding: 0 30px 0 0;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.25px;
    border-right: 1px solid #e1e1e1;
}
.li-product-menu li:last-child a {
        border-right: 1px solid transparent;
}
.li-product-menu > li a.active {
        color: #242424;
}
.li-product-menu li a:hover {
        color: #242424;
}
.single-product-wrap {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 300ms ease-in 0s;
}
.single-product-wrap:hover {
  margin: 0 0 -75px;
  padding: 0 0 75px;
  z-index: 9;
}
.single-product-wrap.mt-40:hover {
  margin: 40px 0 -85px;
}
.single-product-wrap::before {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius: 4px;
    bottom: -15px;
    content: "";
    left: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -10px;
    top: -15px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    visibility: hidden;
    z-index: 0;
}
.single-product-wrap:hover:before{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.product-image > a {
  display: block;
  position: relative;
}
.single-product-wrap:hover .secondary-image{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.product-image > span.sticker {
    background: #0363cd;
    border-radius: 100%;
    color: #fff;
    right: 15px;
    position: absolute;
    top: 20px;
    z-index: 99;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}
.product-review {
    border-bottom: 1px solid #ebebeb;
}

.product-tab {
    margin-bottom: 30px;
}
.tab-custom li > a {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #585858;
}
.tab-custom .nav-tabs > li.active > a,
.tab-custom .nav-tabs > li.active > a:hover,
.tab-custom .nav-tabs > li.active > a:focus {
    background-color: #393939;
    color: #fff;
    border-color: transparent;
}
.tab-custom .tab-content > .tab-pane {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    line-height: 24px;
}




/* Bx Slider */
.bx-wrapper {
    max-width: 100% !important;
    position: relative;
}
.bx-wrapper .bx-viewport {} .bx-wrapper .bx-viewport .bxslider,
.bx-wrapper .bx-viewport .products-grid {
    width: 20000% !important;
}
.bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 0;
    z-index: 1;
    font-family: FontAwesome;
    display: block;
    color: #4c4c4c;
    text-decoration: none;
    opacity: 0;
}
.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}
.bx-wrapper .bx-controls-direction a:before {
    font-size: 14px;
    font-family: FontAwesome;
    display: block;
    text-align: center;
}
.bx-wrapper .bx-controls-direction a:hover {
    color: #d8373e;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}
.bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
}
.bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next:before {

    content: "\f105";
}

}/*
main.main_product_view .box_white .column_infos .top .item span {
  color: #009652;
}*/
main.main_product_view .box_white .column_infos .top .item .available {
    color: #009652;
}
main.main_product_view .box_white .column_infos .top .item .unavailable {
    color: #BF0000;
}






.fixed_media.active {
    top: auto;
    bottom: 10px;
}
.fixed_media {
    z-index: 3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 25px;
    margin: auto;
    width: 45px;
    height: 200px;
    padding: 0;
}
.fixed_media li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.fixed_media li a {
    display: inline-block;
    float: left;
    margin: 0 0 1px 0;
    width: 47px;
    height: 34px;
    border-radius: 17px;
    background-color: #0D0D86;
    position: relative;
}
.fixed_media li a .img_item {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
}
.fixed_media li .bg_blue_dark {
    background-color: #0D0D86;
}
.fixed_media li .bg_blue_light {
    background-color: #4747A7;
}
.fixed_media li .bg_red {
    background-color: #F70000;
    border: 1px solid #DE2C2C;
    margin-top: 15px;
}
.fixed_media li .bg_green {
    background-color: #009688;
    margin-top: 15px;
}
.fixed_media li .cart {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 34px;
    background-image: url("../images/img_cart_fixed.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.fixed_media li .cart a {
    float: left;
    margin: 0;
    width: 100%;
    height: 100%;
}
.fixed_media li .cart span {
    float: right;
    margin: 0 4px 0 0;
    width: 13px;
    height: 13px;
    font-size: 8px;
    color: #FFFFFF;
    text-align: center;
    background-color: #BF0000;
    border-radius: 100%;
    line-height: 13px;
}
@media (max-width: 500px) {
    .fixed_media {
        display: none;
    }
}
.msg_success {
    padding: 0;
    margin: 20px 0 0 0;
    font-weight: 600;
    font-size: 22px;
    color: #238C00;
    line-height: 25px;
}
.msg_error {
    padding: 0;
    margin: 20px 0 0 0;
    font-weight: 600;
    font-size: 22px;
    color: #FF0000;
    line-height: 25px;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.float_left {
    float: left !important;
}
.float_right {
    float: right !important;
}



.back_top .img_arrow, .back_top:hover .img_arrow {
    display: inline-block;
    border: none;
    margin: 16px 0 7px 0;
    width: auto;
    height: auto;
}



.back_top:hover {
    box-shadow: 3px 3px 10px #999;
}
.back_top, .back_top:hover {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 10;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    text-decoration: none;
    display: none;
    background-color: #93989E;
    text-align: center;
} 









/* BARRA CONTACTO BOTTOM */
.barraContacto{
    position:               fixed;
    bottom:                 0px;
    height:                 50px;
    width:                  100%;
    background-color:       #79226e;
    border-top:             1px solid #121212;
    color:                  #121212;
    font-size:              24px !important;
    z-index:                999;
}
.barraContacto p,
.barraContacto p a{
    color:                  #ffffff;
    font-size:              34px;
    font-family:            Moderat, sans-serif;
    font-weight:            bold;
}
.barraContacto:hover p{
    animation-play-state:   paused;
    -webkit-animation-play-state: paused;
}
@keyframes barracontacto{
    0% {transform: translateX(16%);}
    100% {transform: translateX(-100%);}

}
.barraContacto p{
    position:               absolute;
    top:                    0;
    white-space:            nowrap;
    animation:              barracontacto 68s linear infinite;
}




/* fuera de stock */
.product-info-stock-sku {
    color: #e5102a!important;
}

.stock.unavailable span {
    color: #e5102a!important;
}

.product-info-stock-sku {
    border-radius: 8px!important;
    /*border: 1px solid #e5102a!important;*/
    padding: 3px!important;

}

.stock.unavailable span {
    border-radius: 8px!important;
    border: 1px solid #e5102a!important;
    padding: 3px!important;
}



/* fuera de stock */
.sale_percent span {
    color: #e53131;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    border: 2px solid #e53131;
    padding: 5px 15px;
    font-weight: 500;
    background: #fff;
}
.sale_percent {
    position: absolute;
    top: 23px;
    left: 23px;
}






.element.style {
    height: 184px;
    width: 106px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99999;
}



.tripadvisor-section {
    background: #fdf5e6 !important;
    padding: 0;
    -webkit-box-shadow: -4px 1px 5px 0px rgb(255, 188, 85)  !important;
    -moz-box-shadow: -1px 11px 5px 0px rgb(255, 188, 85)  !important;
    box-shadow: -4px 1px 5px 0px rgb(255, 188, 85) !important;
}
.tripadvisor-section a.btn.btn-warning.btn-lg {
    margin: 7px;
    border-radius: 0;
    background: #000;
}





/* === IMPORTANTE ===================================================
   No modificar estos estilos, ya que son imprescindibles para
   que la página se vea correctamente.
   ================================================================== */

/*-- Básico ----------------------------------------------------------*/
ul, ul li { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, form { margin: 0; padding: 0; }
.clear { clear: both; }
img { border: none; }

/*-- Layout ----------------------------------------------------------*/
#contenedor {
  width: 90%;
  max-width: 900px;
  width: expression(document.body.clientWidth > 901? "900px": "auto");
  margin: 0 auto;
}

#cabecera, #menu, #lateral, #contenido, #contenido #principal, #contenido #secundario, #pie {
  border: 2px solid #777;
}

#cabecera { clear: both; }
#menu { clear: both; }
#lateral { float: left; width: 20%; }
#contenido { float: right; width: 78%; }
#contenido #principal { float: left; width: 78%; }
#contenido #secundario { float: right; width: 20%; }
#pie { clear: both; }

/*-- Cabecera --------------------------------------------------------*/
#cabecera #logo { float: left; }
#cabecera #buscador { float: right; }

/*-- Menu ------------------------------------------------------------*/
#menu ul#menu_principal li { display: inline; float: left; }

/*-- Sección Principal -----------------------------------------------*/
#contenido #principal .articulo img { width: 100px; float: left; }

/*-- Pie de página ---------------------------------------------------*/
#pie .enlaces   { float: left; }
#pie .copyright { float: right; }

/* === IMPORTANTE ===================================================
   A partir de aquí, se pueden añadir todos los estilos propios que 
   sean necesarios.
   ================================================================== */


#cabecera,
#menu,
#lateral,
#lateral #noticias,
#lateral #publicidad,
#contenido,
#contenido #principal,
#contenido #secundario,
#pie {
  padding: .5em;
  border: none;
}

#lateral {
  padding: 0;
}

#cabecera {
  padding: 1em;
}

#cabecera h1 {
  background: url(../comun/imagenes/logo.gif) no-repeat -5px -10px;
}

#cabecera h1 span {
  visibility: hidden;
}

#menu {
  margin-bottom: .5em;
  border-bottom: 1px solid #004C99;
  background: url(../comun/imagenes/fondo_menu.gif) repeat-x;
}

#contenido {
  width: 77%;
  padding: 0;
}

#contenido #principal {
  width: 73%;
}

#contenido #secundario {
  border: 1px solid #C60;
}

#contenido #secundario h2 {
    background: #DB905C;
    padding: .2em;
}

#pie {
  padding: .5em 0;
  margin-top: 1em;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  background: #F8F8F8;
}

#contenido #principal .articulo {
  margin-bottom: 1em;
}

#contenido #principal .articulo img { 
  margin: .5em;
}

#lateral #noticias {
  border: 1px solid #C5C5C5;
  background: #F8F8F8;
}

#lateral #publicidad {
  margin-top: 1em;
  border: 1px dashed #C60;
  background: #FFF6CD;
}



.descrip{
    color: #555;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;

}

@-webkit-keyframes fondo{
   from {top: -260%;}
   to {top: 100%;}
}


#matrix{
   margin: 1em auto;
   width: 100%;
   height: 100%;
   overflow: hidden;
   background: #000;
   color: rgba(0, 255, 0, .7);
   text-shadow: rgba(255, 255, 255, .8) 0px 0px 4px;
   position: relative;   
}

#matrix DIV{
   position: absolute;   
   top: 0;
   /* rotamos el texto*/
   -webkit-transform-origin: 0%;
   -webkit-transform: rotate(90deg);
   -webkit-animation-name: fondo;         
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-direction: normal;
   
}

.f1{
   font-size: 1.2em;
}
.f2{
   font-size: .9em;
}
.c1{
   color: rgba(0, 255, 0, .5);
}
.d1{
   -webkit-animation-duration: 4s;
}
.d2{
   -webkit-animation-duration: 6s;
}
.d3{
   -webkit-animation-duration: 8s;
}
.d4{
   -webkit-animation-duration: 10s;
}
.de{   
   -webkit-animation-delay: 3s;
}


/** BORDES VARIOS  **/
.bor {
    border: 1px solid #ced4da
}

.br {
    border-radius: 10px
}


.bor-linea-arriba {
    border: 1px solid #ced4da
}