/* Add here all your CSS customizations */
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');

body {
    background-color: #FFF;
    color: #777;
    font-family: 'Cabin', 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}
.h1, h1 {
    font-size: 22px;
    font-weight: 650;
}
.heading-text-color {
    color: #777 !important;
    font-weight: 600 !important;
}
#header .header-top {
    margin-top: 0;
    padding: .5rem 0;
    background-color: #FFF;
    border-bottom: none;
}

.welcome-msg a {
    color: #038835;
}

.welcome-msg a:hover {
    color: #b3d807;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

#header .custom-block a {
    font-size: 15px;
}

#header .header-search .header-search-wrapper {
    padding-right: 43px;
}
.sticky-header-active #header .header-nav-main nav>ul>li>a {
    color: #FFF;
    padding: 10px 12px;
}

.product-price-box .old-price {
    color: #ababab;
    font-size: 15px;
    text-decoration: line-through;
}

.botonWhat {
    position: fixed;
    top: auto;
    bottom: 47px;
    right: 15px;
    z-index: 99999;
}

.posicionwhat {
    margin-top: 9.2px;
    margin-left: 1px;
    font-size: 2.5em;
}

.product-img-box .product-img-wrapper {
    padding: 3px;
    border: 1px solid #ffffff;
    border-radius: 6.99px;
}

.iconodash {
    float: right;
    font-size: 17px;
    margin-top: 12px;
}

.avisoAyuda {
    margin-right: 5px;
    color: #fff !important;
    font: 400 15px "Cabin", sans-serif !important;
    line-height: normal;
    background: #038835;
    padding: 10px 5px;
    border-radius: 10px;
    width: 170px !important;
    display: inline-block;
    text-align: center;
    line-height: 15px !important;
}

.btn-whatsapp {
    color: white;
    background-color: #4CAF50 !important;
    box-shadow: none !important;
    border-radius: 200px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    float: right;
}

#header .top-menu {
    display: block;
    padding: 0;
    margin: 0px 0;
    list-style: none;
}

#header .compare-dropdown>a {
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    color: #999;
    padding-left: 7px;
    padding-right: 15px;
    text-transform: uppercase;
}

.sidebar .tagcloud a:hover, .sidebar .tagcloud a:focus {
    color: #fff;
    background-color: #038835;
    text-decoration: none;
}

.mobile-side-menu li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

.mobile-nav {
    display: block !important;
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 999;
    width: 250px;
    height: 100%;
    overflow-y: scroll;
    padding: 20px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #038835;
}

.mobile-side-menu li .mmenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #ffffff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin-top: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#header .header-container.header-nav {
    padding: 1rem 0;
}
.sticky-header-active #header .header-nav-main nav {
    background-color: transparent;
    height: 35px;
}
.sticky-header-active #header .header-container.header-nav {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
    background-color: #038835;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sticky-header-active #header .header-container.header-nav .header-logo {
   display: none;
}
.product-details-box .product-short-desc {
    text-align: justify;
}

a,
a:hover,
a:focus {
    color: #222;
}
a {
    text-decoration: none !important;
}

#header .header-dropdown {
    position: relative;
    float: right;
}

#header .header-nav-main nav>ul>li:hover>a,
#header .header-nav-main nav>ul>li.open>a,
#header .header-nav-main nav>ul>li.active>a {
    color: #fff;
    background-color: #b59033;
}

#header .header-body {
    background: #ffffff;
    border-top: none;
    border-bottom: none;
    padding: 0px 1px 0px 0px;
    -webkit-transition: min-height 0.3s ease;
    -moz-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 1001;
    min-height: 125px;
    margin-bottom: 15px;
}

#header .cart-dropdown .cart-dropdown-icon i {
    font-size: 35px;
    color: #038835;
}

#header .header-nav-main nav>ul>li:hover>a,
#header .header-nav-main nav>ul>li.open>a,
#header .header-nav-main nav>ul>li.active>a {
    color: #565555;
    background-color: #ffffff;
}
#footer .footer-copyright .copyright-text {
    float: right;
    margin-bottom: 0;
    margin-top: 12px;
    color: #fff;
}
#header .compare-dropdownmenu .dropdownmenu-wrapper,
#header .cart-dropdownmenu .dropdownmenu-wrapper {
    border-top: 3px solid #038835;
    background-color: #fff;
    border-radius: 7.98px 7.98px 5px 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

#header .header-nav .cart-dropdown .cart-dropdown-icon {
    height: 34px;
    line-height: 34px;
    margin-top: 0px;
}

#header .header-nav-main nav>ul>li>a,
#header .header-nav-main nav>ul>li>a.dropdown-toggle {
    color: #038835;
    text-decoration: none;
    background-image: linear-gradient(#b3d807, #038835);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}

#header .header-nav-main nav {
    height: 45px;
    border-radius: 5px;
    background-color: #FFF;  
    display: flex;
    justify-content: center;
}

.sticky-header-active #header .header-nav-main nav>ul>li:hover>a:hover, #header .header-nav-main nav>ul>li:hover>a:focus, #header .header-nav-main nav>ul>li.open>a:hover, #header .header-nav-main nav>ul>li.open>a:focus, #header .header-nav-main nav>ul>li.active>a:hover, #header .header-nav-main nav>ul>li.active>a:focus {
    color: #FFF;
    background-color: transparent;
    background-size: 100% 2px;
}

#header .header-nav-main nav>ul>li:hover>a:hover, #header .header-nav-main nav>ul>li:hover>a:focus, #header .header-nav-main nav>ul>li.open>a:hover, #header .header-nav-main nav>ul>li.open>a:focus, #header .header-nav-main nav>ul>li.active>a:hover, #header .header-nav-main nav>ul>li.active>a:focus {
    color: #038835;
    background-color: transparent;
    background-size: 100% 2px;
}

.banner {
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
    background-color: transparent !important;
    color: #b3d807 !important;
    transition: all 0.3s;

}

.cate_nom {
    font-weight: 700;
}

.titulo-cat {
font-weight: 700;
margin-bottom: 1rem;

}

.homepage-bar {
    margin-bottom: 45px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
}

.contenRecoemndado {
    padding: 4rem;
    background-color: #1e3b1f;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: static;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    background-color: transparent !important;
    font-size: 18px;
    line-height: 1;
    min-width: 22px;
    color: #FFF !important;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

html .scroll-to-top {
    right: 15px;
    min-width: 40px;
    padding: 9px 5px 31px;
    font-size: 16px;
    color: #038835;
    border-radius: 5.1px 5.1px 0 0;
}

.slider-title .line {
    display: block;
    height: 1px;
    position: relative;
    width: calc(100% - 50px);
    left: 0;
    bottom: 0.55em;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    background-image: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255) 70%, transparent 100%);
    z-index: 1;
}
.img-pagopar {
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 1px 6px 0px;
}

#footer .social-icons li a:not(:hover) {
    background-color: #ffffff;
}

#footer .social-icons li a {
    color: #038835 !important;
}

#footer .social-icons li a:hover {
    color: #ffffff !important;
}

html .scroll-to-top:hover,
html .scroll-to-top:focus {
    color: #ffd7d8;
    background-color: #555;
}

#footer .footer-copyright p {
    color: #0e0e0e;
}

#footer .social-icons {
    margin-top: 9px;
    margin-right: 60px;
    margin-bottom: 1rem;
}

#footer .contact i {
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    top: 2px;
}

#footer .contact p {
    color: #ffffff;
}

#footer .features li i, #footer .links li i {
    margin-right: 3px;
    color: #fff;
}

#footer .footer-copyright {
    color: #9b9c99;
    background-color: #038835;
    border-top: none;
    padding: 16.5px 0;
    margin-top: 20px;
}

p {
    color: #0c0c0c;
    line-height: 24px;
    margin: 0 0 20px;
}

.tparrows.custom:before {
    color: #4CAF50;
    font-size: 40px;
}

.slider-title .inline-title {
    padding-right: 20px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.slider-title .inline-title.reco {
    background: #1e3b1f;
}

#footer a:hover, #footer a:focus {
    color: #ffffff;
    text-decoration: underline;
}

#footer {
    border-top: 4px solid #b3d807;
    background-color: #036929;
    color: #0c0c0c;
    font-size: 13px;
    padding-top: 41px;
}

#footer h1, #footer h2, #footer h3, #footer h4 {
    color: #ffffff;
    font-weight: 700;
}

#footer h4 {
    font-size: 16px;
    margin-bottom: 1rem;
}

#footer .features li, #footer .links li {
    position: relative;
    padding: 0.5rem 0;
    line-height: 1;
    display: block;
}

#footer a {
color: #fff;
}

#footer .fa.fa-whatsapp {
margin-right: .5rem;
font-size: 16px;
}

#footer p {
    color: #fff;
    line-height: 1.25;
    margin: 0 0 1rem;
}

.contePro {
    background-color: #fff;
    padding: 5rem;
    border-radius: 5px;
}

.product .product-name a:hover,
.product .product-name a:focus {
    color: #b3d807;
    text-decoration: none;
    font-weight: 600;
}

.product .product-image-area {
    overflow: hidden;
    position: relative;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6.99px;
}
.product .product-image-area .product-image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.product .product-image-area .imgR img {
    display: block;
    width: 161px;
    height: 100px;
    margin: auto;
    text-align: center;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
}



.product .product-image-area .product-details-area {
    padding: 5px;
    text-align: center;
}

.product .product-image-area .imgR .product-hover-image {
    position: absolute;
    left: 0;
    text-align: center;
    /* margin: auto; */
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.product .product-image-area .product-image .product-hover-image {
    position: absolute;
    left: 18%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
    transition: 0.3s all;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: 0;
}

.product .product-image-area .product-image .nuevo {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
    transition: 0.3s all;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: 0;
}

.product .product-image-area .product-image:hover .btnsecc {
    opacity: 1;
    transition: 0.3s all;
}

.product .product-image-area .product-image .btnsecc {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    margin: auto 1.5rem;
    font-weight: 700;
    color: #fff;
    background: #038835;
    opacity: 0;
    border: 1px solid #038835;
    padding: .5rem .75rem;
    border-radius: 5px;
    text-transform: uppercase;
    opacity: 0;
    margin-bottom: 15%;
    transition: 0.3s all;
}

.page-header {
    background-color: #ffffff;
    border-bottom: 0px solid #000;
    border-top: 0px solid #000000;
    margin: 0 0 0px 0;
    min-height: 50px;
    padding: 10px 0;
    position: relative;
    text-align: left;
}

.product-details-box .product-detail-info .product-price-box .product-price {
    font-size: 33px;
    line-height: 1;
    color: #23bac4;
}

.product-details-box .product-detail-info .product-price-box .product-price {
    font-size: 33px;
    line-height: 1;
    color: #636363;
}

.product-details-box .product-actions .addtocart {
    color: #fff;
    border-color: #038835;
    background-color: #038835;
    line-height: 36px;
    height: 38px;
    min-width: 160px;
    text-align: center;
}

.product-details-box .product-actions .addtocart i {
    margin-right: .75rem;
}

.product-details-box .product-actions .addtocart:hover, .product-details-box .product-actions .addtocart:focus {
    color: #038835;
    border-color: #038835;
    background-color: #FFF;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-box .product-name {
    margin: 0px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    font-family: 'Cairo', sans-serif;
}

.page-header .breadcrumb>li>a {
    color: #000;
}

.page-header .breadcrumb>li+li:before {
    content: '\f054';
    font-size: 12px;
    opacity: 1;
    color: #000;
}

.product-details-box .product-detail-qty #product-vqty {
    border-radius: 3px;
    width: 35px !important;
    border-color: #e1e1e1;
    color: #000;
    font-weight: 600;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.product-details-box .product-detail-qty #product-vqty:hover, .product-details-box .product-detail-qty #product-vqty:focus {
    border-color: #038835;
    color: #038835;
    text-align: center;
}

.product-details-box .product-detail-qty .btn.btn-default:hover {
    color: #FFF;
    border-color: #038835;
}

.btn-default:hover {
    color: #FFF;
    background-color: #038835;
    border-color: #038835;
}

.page-header .breadcrumb>li.active {
    color: #000;
}

.sidebar .feature-box h4 {
    color: #313131;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    padding-top: 5px;
    font-weight: 600;
}

.lead {
    font-size: 17px;
}

.sidebar.shop-sidebar .filter-price .filter-price-details .form-control {
    display: inline-block;
    vertical-align: middle;
    color: #a3a2a2;
    padding: 2px 5px;
    font-size: 14px;
    margin: 0 2px;
    width: 32%;
    height: 26px;
}

#header .header-nav-main nav>ul>li.dropdown-mega-small .mega-banner-bg img {
    position: absolute;
    right: 44px;
    top: -10px;
    height: 180px;
    width: auto;
    max-width: none;
    z-index: -1;
    border-radius: 7.98px;
}

#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
    font-size: 0.9em;
    font-weight: 700;
}

#header .header-nav-main nav>ul>li.dropdown-mega-small>.dropdown-menu {
    width: 750px;
}

.sticky-header-active #header .header-body {
    padding-top: 13px;
    padding-bottom: 0px;
}

#header .header-body {
    margin-bottom: 0px;
}

#header .header-container {
    padding-top: 0;
    padding-bottom: 0;
}
#header .custom-block {
    line-height: 35px;
}
#header .custom-block .fa-whatsapp {
    font-size: 1.75rem;
    color: #038835;
}
#header .custom-block span {
    color: #038835;
    font-weight: 600;
}
#header .header-search .header-search-wrapper {
    border-radius: 8.98px;
}

#header .header-search .header-search-wrapper:hover, #header .header-search .header-search-wrapper:focus {
    border: 1px solid #038835;
    border-radius: 8.98px;
    box-shadow: 0 0 5pt 0.5pt #b3d807;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}
.form-control:hover, .form-control:focus {
    border: 1px solid #038835;
    border-radius: 8.98px;
    box-shadow: 0 0 5pt 0.5pt #b3d807;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
}

#header .header-search .header-search-wrapper:hover .fa-search {
   color: #038835;
}

#header .header-search .header-search-wrapper:focus .fa-search {
   color: #038835;
}

html.sticky-header-active #header .header-body {
    border-bottom-color: #ffffff;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(.78,.13,.15,.86);
}

.product .product-label span.new {
    background-color: #1cbd16;
}

.product:hover .product-actions a.addtocart {
    background-color: #23bac4;
    border-color: #23bac4;
    color: #fff;
}

.cat_padre a {
    font-weight: 700;
    font-size: 14px;
    color: #777 !important;
}

.cat_hijo a {
    font-weight: 600;
    font-size: 12px;
    color: #777 !important;
}

.cate_hijos {
    margin-left: 31px !important;
}

.sidebar.shop-sidebar .panel.panel-default .panel-heading a {
    font-size: 18px;
}

.toggle.toggle-simple .toggle>label {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #777;
    padding-left: 32px;
    margin-bottom: -13px;
    font-size: 0em;
    font-weight: 600;
}

.toggle.toggle-simple .toggle>label:hover {
    font-weight: 600;
    color: #038835;
}

.toggle.toggle-simple .toggle>label:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 21px;
    background: #CCC;
    top: 24px;
    margin-top: -12px;
    border-radius: 3px;
    z-index: 1;
}

.toggle.toggle-simple .toggle>label:hover:after {
    background: #038835;
    border-radius:  3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.toggle.toggle-simple .toggle>label:before {
    border: 0;
    left: 7px;
    right: auto;
    margin-top: 0;
    top: 13px;
    font-family: FontAwesome;
    content: "\f067";
    z-index: 2;
    color: #FFF;
    font-size: 13px;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #038835, transparent);
    border: 0;
    height: 2px;
    margin: 11px 0;
}

#header .header-top p .fa,
#header .header-top p .icons {
    position: relative;
    top: 1px;
    font-size: 15px;
}

.btn-remove:hover,
.btn-remove:focus {
    color: #ff9995;
    text-decoration: none;
}

#header .compare-dropdownmenu .dropdownmenu-wrapper:before,
#header .cart-dropdownmenu .dropdownmenu-wrapper:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #038835;
    display: block;
    left: 15px;
    top: -10px;
}

#header .cart-dropdown .cart-dropdownmenu .product.product-sm .cart-qty-price {
    color: #636363;
}

#header .cart-dropdown .cart-dropdownmenu .cart-totals span {
    color: #636363;
}

.product .product-name {
    color: #777;
    height: 52px;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 3px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    left: 0;
}

.modal .modal-header h4 {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.btn-primary {
    border-color: #038835;
    background-color: #038835;
    border-color: #038835 #038835 #038835;
    color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #038835;
    color: #038835;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:focus {
    background-color: #025622;
    border-color: #025622 #025622 #025622;
    color: #fff;
}

.btn-primary:active {
    border-color: #025622 #025622 #025622 !important;
    background-color: #025622 !important;
    color: #FFF !important;
}

.form-section .form-action a:not(.btn) {
    color: #038835;
    text-transform: uppercase;
    font-weight: 600;
}

.form-section .form-action a:not(.btn):hover,
.form-section .form-action a:not(.btn):focus {
    color: #b3d807;
    text-decoration: underline;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 4px solid #038835;
    border-bottom: 4px solid #038835;
    padding: 30px 30px 10px 30px;
    position: relative;
    top: -1px;
}

.cotenRegistro {
    max-width: 600px;
    margin: auto;
}

aside ul.nav-list>li.active>a {
    color: #038835;
    font-weight: 600;
}

.men-alert {
    position: fixed;
    z-index: 99999;
    right: 19px;
    bottom: 0;
}

aside ul.nav-list>li.active>a:before {
    border-left-color: #038835;
}

.product:hover .product-actions button.addtocart {
    background-color: #ffd7d8;
    border-color: #ffd7d8;
    color: #777;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon {
    border: 1px solid #000;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon i.fa {
    color: #636363;
}

.product-actions button.addtocart {
    color: #333;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px 0 8px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
}

.product-actions button {
    display: inline-block;
    position: relative;
    margin: 10px 1px;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.product .product-name a {
    color: #777;
}

#header .cart-dropdown .cart-dropdownmenu .product.product-sm .btn-remove {
   top: 15px;
}

#header .cart-dropdown .cart-dropdownmenu .product.product-sm .product-name {
    width: 150px;
    height: 66px;
    font-size: 13px;
    margin: 0px 0;
}

.text-primary {
    color: #038835;
}

.cart-table tbody tr td.product-name-td h2 a {
    color: #038835;
}

.btn.btn-default.hover-primary:hover, .btn.btn-default.hover-primary:focus {
    color: #ffffff;
    background-color: #038835;
    border-color: #038835;
}

.btn-remove {
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    padding: 5px 0;
    color: #737070;
}

.cart-table tbody tr td.product-name-td h2 a:hover, .cart-table tbody tr td.product-name-td h2 a:focus {
    color: #045d25;
}

.edit-qty {
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
    color: #23bac4;
    vertical-align: middle;
}

.btn-link:focus, .btn-link:hover {
    color: #23bac4;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link, .btn-link {
    color: #23bac4;
    text-decoration: underline;
    background-color: transparent;
}

.qty-dec-btn:hover, .qty-dec-btn:focus, .qty-inc-btn:hover, .qty-inc-btn:focus {
    color: #23bac4;
    background: #f4f4f4;
    text-decoration: none;
}

.qty-holder {
    display: inline-block;
    width: 97px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 0;
}

.qty-input {
    width: 43px !important;
}

.form-col .expand-plus {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #038835;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 16px;
    text-decoration: none;
}

.mmenu-toggle-btn {
    margin: 9.5px 5px;
    color: #23bac4;

}

.banner img, .overlay {
  transition: 0.3s all;
}

.banner img {
  width: 100%;
  height: auto;
  border-radius: 7.98px;
}

.banner {
    position: relative;
    margin: 0.5%;    
}

.banner .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
  opacity: 0;
  padding-bottom: 5%;
}

.banner .overlay .btnsecc {
  font-weight: 600;
  color: #fff;
  background: #038835;
  opacity: 0;
  border: 1px solid #038835;
  padding: .5rem .75rem;
  border-radius: 5px;
  text-transform: uppercase;
}

.banner:hover .overlay {
  opacity: 1;
}

.banner:hover .overlay .btnsecc {
  opacity: 1;
}

.banner:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/*.banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #038835;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 50%;
}*/
.form-col .expand-plus.collapsed:before {
    content: '+';
    margin-left: 0.5px;
}

.form-col .expand-plus:before {
    content: '-';
    margin-left: -1px;
}

.tp-bgimg {
    background-position: center center !important;
}
/*.productosNuevos {
    height: 386px;
}*/
.productosNuevos {
    height: auto;
}

.mobileBuscar {
    display: none;
}

.product-details-box .product-detail-info .product-price-box {
    margin: 0 0 0px;
}

.calcula-p {
    color: #038835;
    cursor: pointer;
    font-weight: 700;
}

.calcula-p:hover {
    color: #b3d807;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.enviarA {
    font-size: 17px;
    margin-top: 5px;
    font-weight: 600;
    color: #7d7d7d;
}

.tituloEnviar {
    font-size: 23px !important;
   text-align: center;
}

.tipo-metodo {
    padding: 13px 0px 0px 0px;
    border-bottom: 2px solid #22222226;
}

.modal .modal-body p {
    font-size: 14px;
    color: #393939;
    margin: 0 0 18px;
}



.sidebar.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
    background-color: #038835;
    border-color: #038835;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.small, small {
    font-size: 12px;
}

#header .header-nav-main nav>ul>li>a.dropdown-toggle:after {
    font-size: inherit;
    content: "\f107";
    top: 9px;
    right: 15px;
}

/*#contenDireccion{

    display: none;

}*/

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}

@media (min-width: 992px) {
    #header .header-search form {
        width: 330px;
    }

#header .header-nav-main nav>ul>li>a {
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 12px;
    text-transform: uppercase;
}

    #header .header-nav-main nav>ul>li.dropdown.open>a,
    #header .header-nav-main nav>ul>li.dropdown:hover>a {
        padding-bottom: 12px;
    }
}

@media (max-width: 992px) {
    .mobileBuscar {
        display: block;
    }
}

@media (max-width: 500px) {
    .mmenu-toggle-btn {
        margin: 9.5px 5px;
        color: #626262;
    }

    .col-xs-5 {
        width: 48.666667%;
    }

    .tp-bgimg {
        background-position: inherit !important;
    }

    .logoDiscus {
        width: 200px;
    }

    .contenRecoemndado {
        padding: 2rem 0rem;
        background-color: #038835;
    }

    .productosNuevos {
        height: 100%;
    }

    .product-details-box .product-name {
        margin: 15px 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        color: #555;
    }

    .modal .modal-footer {
        border-top: 1px solid #e5e5e5;
        padding: 10px 10px 10px;
        margin-top: 15px;
        vertical-align: middle;
    }

    .modal .modal-header h4 {
        color: #4a4a4a;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }

    h3, .h3 {
        font-size: 17px;
    }

    .form-section .featured-box .box-content {
        padding: 10px 13px;
    }

    .header-search-wrapper {
        overflow: visible;
        border: 1px solid #fff;
        border-radius: 2.98px;
        position: relative;
        width: 100%;
        min-width: 250px;
        padding-right: 39px;
        background-color: #fff;
    }

    .header-search-wrapper .btn.btn-default {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 40px;
        height: 38px;
        color: #777;
        background-color: transparent;
        font-size: 14px;
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        cursor: pointer;
        border-radius: 0 19.98px 19.98px 0;
    }

    .header-search-wrapper .form-control {
        padding: 9px 15px;
        color: #999;
        width: 100%;
        margin: 0;
        line-height: 20px;
        border-radius: 19.98px 0 0 19.98px;
        box-shadow: none;
        border: none;
    }

    #header {
        min-height: 80px !important;
    }

    h1, .h1 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    #header .header-body {
        min-height: 79px;
    }

    #header .cart-area {
        margin-top: 12.5px;
    }

    #header .header-container {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 400px) {
    #header .cart-area {
        margin-top: 12.5px;
    }

    .botonWhat {
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 15px;
        z-index: 99999;
    }

    .product-price-box .product-price {
        font-size: 17px;
        color: #444;
    }

    .mmenu-toggle-btn {
        margin: 12.5px 5px;
        color: #636363;
    }
    .col-xs-5 {
        width: 48.666667%;
    }

    .tp-bgimg {
    background-position: inherit !important;
    }

    .logoDiscus {
        width: 200px;
    }

    .contenRecoemndado {
        padding: 2rem 0rem;
        background-color: #038835;
    }

    .productosNuevos {
        height: 100%;
    }

    .product-details-box .product-name {
        margin: 15px 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        color: #555;
    }

    .modal .modal-footer {
        border-top: 1px solid #e5e5e5;
        padding: 10px 10px 10px;
        margin-top: 15px;
        vertical-align: middle;
    }

    .modal .modal-header h4 {
        color: #4a4a4a;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }

    h3, .h3 {
    font-size: 17px;
    }

    .form-section .featured-box .box-content {
    padding: 10px 13px;
    }

.header-search-wrapper {
    overflow: visible;
    border: 1px solid #fff;
    border-radius: 2.98px;
    position: relative;
    width: 100%;
    margin-bottom: 11px;
    min-width: 250px;
    padding-right: 39px;
    background-color: #fff;
    border: 1px solid #038835;
}
    .header-search-wrapper .btn.btn-default {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 40px;
        height: 38px;
        color: #777;
        background-color: transparent;
        font-size: 14px;
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        cursor: pointer;
        border-radius: 0 19.98px 19.98px 0;
    }

    .header-search-wrapper .form-control {
        padding: 9px 15px;
        color: #999;
        width: 100%;
        margin: 0;
        line-height: 20px;
        border-radius: 19.98px 0 0 19.98px;
        box-shadow: none;
        border: none;
    }

    #header {
        min-height: 79px !important;
    }

    h1, .h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #header .header-body {
        min-height: 78px;
    }

    #header .header-container {
        padding-top: 5px;
        padding-bottom: 5px;

    }

    .product .product-name {
        color: #777;
        height: 45px;
        font-weight: 400;
        font-size: 14px;
        margin: 0 0 0px;
    }

    .product .product-details-area {
        padding: 5px;
        text-align: center;
    }

    .contePro {
        background-color: #fff;
        padding: 2rem;
    }

    .product .product-label span {
        display: block;
        position: relative;
        padding: 4px 7px;
        font-size: 9px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 4px;
    }

    .product .product-label+.product-label {
        top: 29px;
    }
}