*,*::after,*::before {
    box-sizing: border-box;
    line-height: 170%;
    font-family: -apple-system,BlinkMacSystemFont,"Montserrat","Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    color: #5f6368;
    font-weight: 500;
    letter-spacing: 0.5px;
}

html,body {
    font-size: 14px;
    background: #FFF;
    height: 100%;
    min-height: 100%;
}

body {
    padding-top: 120px;
}

h2 {
    font-weight: 300
}

a,a:hover {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #000;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

ul {
    display: block;
    margin: 0
}

li {
    display: inline-block;
    margin: 0
}

ul li,ul li img {
    vertical-align: middle
}

.desktop {
    display: block
}

.block100 {
    width: 100%;
    float: left
}

.block50 {
    width: 50%;
    float: left
}

.block20 {
    width: 20%;
    float: left
}

.block25 {
    width: 25%;
    float: left
}

.block33 {
    width: 34.2%;
    float: left
}

.block66 {
    width: 65.8%;
    float: left
}

.block40 {
    width: 40%;
    float: left
}

.block60 {
    width: 60%;
    float: left
}

.footer {
    padding: 60px 30px;
    float: left;
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
}

.maxw1440 {
    position: relative;
    overflow: visible;
    max-width: 1280px;
    margin: auto;
}

.topheader.center {
    color: #FFF;
    height: 50px;
}

.topheader.center p {
    padding: 14px;
    font-size: 14px;
    font-weight: 400
}

.minicart,.menu .sub-menu {
    display: none;
    position: absolute;
    background: #FFF;
    width: 250px;
    top: 73px;
    border-top: 20px solid transparent;
    padding-bottom: 20px!important;
}

.header .menu {
    transition: none;
    font-size: 15px;
    font-weight: 600;
    vertical-align: top;
    padding: 24px 0;
    z-index: 3;
    /* position: relative; */
    width: auto;
    display: inline-block;
    /* text-align: center; */
    /* float: left; */
    padding-bottom: 14px;
}

.header .menu > li {
    margin-left: 11px;
}

.header img.logo {
    margin-top: 21px;
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 19px
}

.banner img {
    width: 100%;
    height: auto;
}

.header .menu a {
    text-transform: uppercase;
    padding: 27px 15px;
    font-weight: 400;
    padding-right: 0;
}

.header .menu .sub-menu a:hover {
    background: #8e8e8e;
    color: #FFF;
}

ul.tools > li > a {
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url("../img/icon_account.png") no-repeat center;
    display: block;
    overflow: hidden;
    /* background-size: 43px; */
}

.header ul.tools {
    display: inline-block;
    /* right: 24px; */
    /* top: 7px; */
}

.footer a {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 3px 0;
}

.newin,.bestsellers,.insta,.bannercategory {
    margin: 0;
    margin: auto;
}

.bannercategory .block50 {
    position: relative;
    text-align: center
}

.bannercategory .block50 .flota {
    position: absolute;
    top: 50%;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    border: 1px solid #FFF;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    padding: 12px 11px;
    margin-top: -30px;
    letter-spacing: 4px
}

.bannercategory .block50 .flota:hover {
    color: #999;
}

.header ul.tools li {
    margin-left: -6px
}

.header {
    overflow: visible
}

ul.sub-menu li {
    display: block;
    width: 100%
}

.menu ul.sub-menu {
    padding: 30px 0;
    text-align: left;
    display: block;
    transform: scaleY(0);
    transform-origin: top;
    transition-timing-function: ease-out;
    transition: transform 0.15s ease;
    background: rgba(255,255,255,0.9);
}

.header .menu > li:hover .sub-menu {
    transition-timing-function: ease-in;
    box-shadow: 0 5px 15px rgba(0,0,0, 0.2);
    transform: scaleY(1)
}

ul.sub-menu li a {
    padding: 8px!important;
    display: block;
    color: #666;
}

.minicart {
    display: none;
    border-top: 60px;
    position: fixed;
    min-width: 700px;
    top: 0;
    right: -700px;
    padding: 20px;
    background: #f1f1f1;
    padding-top: 103px;
    padding-bottom: 20px;
    height: 100%;
    overflow: auto;
    z-index: 55555555555555;
}

.tools > li > a {
    position: relative;
    z-index: 9;
    background-size: 40px;
}

a.close:hover, .tools > li > a:hover {
    opacity: 0.4;
}

.tools li.favoritoss a {
    background: url('../img/icon_fav.png') no-repeat center;
}

.tools li.buscar a {
    background: url('../img/icon_search.png') no-repeat center;
    cursor: pointer;
    background-size: 43px;
}

.tools li.where a {
    background: url('../img/map.png') no-repeat center;
    background-size: 44px;
}
.tools li.compra a {
    background: url('../img/icon_cart.png') no-repeat center;
    background-size: 40px;
}

.minicart .close {
    background: url('../img/close_grey.png') no-repeat center
}

.fulltop .header .logo1 img {
    transition: all 0.15s linear;
    width: 323px;
    height: auto;
}

.fulltop .logo {
    height: auto;
    display: block;
    overflow: hidden;
    padding: 6px 0;
    text-align: center
}

.fulltop ul.menu {
    /* margin: auto; */
    /* display: block; */
    /* text-align: center; */
    /* border-top: 1px solid #000; */
    /* margin-top: 20px; */
}

.fulltop .header ul.tools {
    top: 10px;
}

a.close {
    position: absolute;
    right: 11px;
    top: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px;
    background: url('../img/close.png') no-repeat center center;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 34px;
    background-size: 22px;
    font-size: 0;
}

.newin {
    padding-bottom: 20px;
    /* padding-top: 50px; */
}

.hero .vcenter {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    color: #FFF;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 100%;
    transform: translateY(-50%);
    text-shadow: 1px 1px 6px rgb(0 0 0 / 30%);
}

.hero .vcent * {
    line-height: 100%!important;
    margin: 0;
    padding: 0
}

.slide .vcenter * {
    line-height: 100%
}
.banner img{
	width:100%;
}
.slide .vcenter a {
    font-weight: 300;
    font-size: 16px;
    width: auto;
    display: inline-block;
    padding: 18px 63px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 40px;
    background: #8e8e8e;
}

.slide .vcenter h1 {
}

.insta h2,.newin h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 40px;
}

ul.slider.sliderproductos {
    margin: auto;
    position: relative;
    margin-bottom: 0
}

.producto .qshop {
    position: absolute;
    bottom: 0
}

.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 100px;
    margin-top: -110px;
    font-size: 0;
    cursor: pointer;
    background: url(../img/grey_arrow_left.png) no-repeat center;
    border: none;
    z-index: 1
}

.producto .cover {
    position: relative;
    margin-bottom: 21px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-list.draggable {
    margin: 0 50px
}

.slick-arrow.slick-next {
    background: url(../img/grey_arrow_right.png) no-repeat center;
    right: 0;
    left: auto
}

.sliderhome .slick-arrow {
    margin-top: -50px;
    background: url(../img/arrow_left.png) no-repeat center
}

.sliderhome .slick-arrow.slick-next {
    background: url(../img/arrow_right.png) no-repeat center
}

.producto img {
    width: 100%;
    float: left;
}

.producto {
    position: relative;
    padding: 0 20px;
    padding-bottom: 30px;
}

.cover .qshop {
    width: 100%;
    text-align: center;
    padding: 0;
    display: none;
}

.redes li a {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 34px;
    font-size: 0
}

.redes li a:hover {
    opacity: 0.6;
}

.redes .facebook a {
    background: url('../img/icon_fb.png') no-repeat center center
}

.redes .youtube a {
    background: url('../img/yt.png') no-repeat 2px 6px;
    background-size: 35px;
}

.redes .datafiscal a {
    background: url('../img/df.jpg') no-repeat 5px 3px;
    background-size: 23px;
}

.redes .instagram a {
    background: url('../img/icon_insta.png') no-repeat center center
}

.footer .menu {
    padding: 32px 0;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px
}

.footer .menu li {
    margin: 0 20px;
    display: block;
    text-align: left;
}

.producto .txt h3 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 19px;
    white-space: nowrap;
}

.producto .txt h4 {
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 34px;
    font-weight: 500;
}

.producto .txt .price {
}

.producto .txt .price em {
    font-size: 15px;
    font-style: normal;
    margin-right: 6px
}

.insta {
    padding-top: 75px;
    display: block;
    overflow: hidden
}

.newsletter {
    padding-top: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    position: relative;
}

.newsletter h2 {
    font-weight: normal;
    line-height: 39px;
    font-size: 22px;
}

.newsletter form {
}

.newsletter form input[type='email'] {
    border: none;
    border-bottom: 1px solid #8e8e8e;
    padding: 10px 0;
    display: block;
    margin: 0;
    outline: none;
}

.newsletter form input[type='submit'] {
    width: 40px;
    background: #8e8e8e;
    border: none;
    color: #FFF;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    transition: all 0.15s linear;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    margin-top: -44px;
    right: 0px;
    border: none!important;
}

.newsletter form input[type='submit']:hover {
    background-color: #8e8e8e;
}

.redes li {
    margin: 0 7px
}

.header.fijo {
    top: 0;
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 10
}

.category .slide .vcenter h1 {
    text-align: left;
    padding-left: 15%;
    /* margin-top:38px; */
    font-size: 72px;
    font-style: italic;
    letter-spacing: 13px;
    /* float:left; */
}

.category .slide .vcenter .action {
    float: left;
    padding: 0 15%;
    border: none;
    margin-top: 28px;
    font-size: 26px;
    margin-left: 8px;
    letter-spacing: 6px;
}

.newin.category {
    text-align: left;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 0;
}

.topbarcategory {
    background: none!important;
    overflow: visible;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ccc;
    z-index: auto;
    display: block;
    clear: both;
    padding: 15px;
    padding-top: 20px;
}

.woocommerce-breadcrumb, .breadcrumb {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 15px;
    text-transform: uppercase;
}

.filters .group {
    position: relative;
    float: left;
    min-width: 186px;
    overflow: visible;
    z-index: 50000;
    padding-right: 20px;
}

.filters {
    width: auto;
    float: left;
    font-weight: 600;
    overflow: visible;
    z-index: 3;
}

.grillaproductos {
    margin: auto;
    width: 100%;
    padding: 20px 0;
    overflow: hidden!important;
}

.grillaproductos .producto .cover {
    margin-bottom: 10px;
}

.grillaproductos .producto {
    text-align: center;
}

.txt h3 {
    font-size: 14px;
    text-align: center
}

.txt h4 {
    font-size: 15px;
    margin-bottom: 0;
    text-align: center
}

.txt .price {
    text-align: center;
    display: block;
    width: auto;
    display: inherit;
    margin: auto;
    text-transform: uppercase;
}

.txt .price ins {
    display: inline-block;
}

.producto ins {
    background-color: #FFF;
    color: #d30202;
}

.grillaproductos .txt .price ins {
}

.grillaproductos .txt .price span {text-transform: none;font-weight: normal;}

.grillaproductos .txt .price ins span, .grillaproductos .txt .price del span {
}

.redes.more {
    margin-top: 142px
}

.sortby {
    width: auto;
    float: right;
}

.sortby a {
    font-weight: 600
}

.filters > a {
    display: block;
    float: left;
    margin-right: 84px
}

.filters .group *,a {
    /* cursor: pointer */
}

.filters .group > strong {
    background: url('../img/arrow_down.png') no-repeat right 0 center;
    padding-right: 23px;
    display: inline-block;
    position: relative;
    clear: both;
    cursor: pointer;
    z-index: 3
}

.filters .group:hover .hidden {
    transition-timing-function: ease-in;
    transform: scaleY(1);
    position: absolute;
    top: 0;
    left: -29px;
    background: rgba(255,255,255,0.9);
    padding-bottom: 30px;
    padding-left: 12px;
    min-width: 209px;
}

.group.short {
    min-width: 138px
}

.filters.sortby .group > strong, .breadcrumb * {
    width: 100%;
    text-align: right;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

.filters .group .hidden {
    transform: scaleY(0);
    transform-origin: top;
    transition-timing-function: ease-out;
    transition: transform 0.15s ease;
    border-top: 24px solid #FFF;
    background: #FFF;
    overflow: hidden;
    position: absolute;
    display: block;
    width: auto;
    padding-bottom: 12px!important;
    max-height: calc(100vh - 320px);
    overflow: auto;
    box-shadow: -1px 14px 8px -10px rgba(0,0,0,0.2);
}

.filters .wchecks.hidden {
    padding: 7px 29px!important;
}

.group a {
    padding: 0!important;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px!important;
    font-weight: 300;
}

.group  input[type='checkbox'] {
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-right: 11px
}

.filters.sortby .group:hover .hidden {
    padding-bottom: 10px!important;
}
.filters.sortby .group:hover .hidden br{
    display:none;
}

.filters .group label {
    padding: 10px 0;
    display: block;
    cursor: pointer;
    padding-left: 15px
}

.hidden.rangeslidertxt {
    padding: 23px 9px!important
}

.hidden a.rangeslidertxt {
    min-width: 365px;
    padding-bottom: 0!important;
    font-size: 14px;
    margin-bottom: 19px
}

.hidden a.rangeslider {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
    height: 40px!important
}

.rangeslider {
    margin-bottom: 12px
}

.filters .group .hidden.rangeslidertxt {
    padding: 24px 10px!important
}

.nextprod {
    float: right;
    position: absolute;
    top: 7px;
    right: 0;
    font-weight: 600;
    z-index: 0
}

.fichaproducto {
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0;
}

.woocommerce-breadcrumb, .fichaproducto .breadcrumb {
    margin-bottom: 20px;
    float: left;
    margin-right: 10px;
}

.fichaprodhtml {
    padding-left: 26px;
    padding-right: 45px;
    padding-top: 0px;
}

.galficha .block25 img {
    margin-top: 30px;
    cursor: pointer;
    opacity: 0.5;
    width: 100%;
}

.galficha .block25 img:first-child {
    margin-top: 0
}

.galficha .block25 {
    width: 20%;
    padding-right: 0;
    position: absolute;
    left: 0;
    height: 100%;
    overflow: auto;
}

.galficha .block75 {
    width: 77%;
    float: right;
    position: relative;
}

.block50.specs {
    padding-left: 49px;
    padding-top: 20px;
    position: relative;
}

.block50.specs h1 {
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.block50.specs h2 {
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 45px
}

.block50.galficha {
    margin-bottom: 42px;
    position: relative;
}

.fichaproducto .grillaproductos {
    padding: 0 15px;
    margin-top: 161px;
    margin-bottom: 0;
    position: relative;
}

.grillaproductos h3.tit {
    font-size: 26px;
    text-align: center;
    margin-bottom: 47px;
    font-weight: normal;
}


.block50.specs p.desc {

    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.reviewstars {
    margin-bottom: 77px;
}

.reviewstars span {
    width: 24px;
    height: 21px;
    display: inline-block;
    background: url('../img/star.svg') no-repeat center center;
    margin-right: 9px;
    float: left;
    cursor: pointer
}

.reviewstars span:hover, .reviewstars span.fill {
    background: url('../img/star_black.svg') no-repeat center center
}

.reviewcount {
    padding-left: 1px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 2px
}

.block50.specs .price {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    display: none;
}

.block50.specs strong {
    margin-right: 15px;
    font-size: 18px;
    letter-spacing: 1px
}

.swatch-wrapper a, ul.swatches a {
    display: block;
    overflow: hidden;
    float: left;
    text-indent: 0!important;
}

.select-option.swatch-wrapper.selected a, ul.swatches a:hover, ul.swatches a.marcado {
    color: #FFF;
    /* font-weight: 400; */
}

.select-option.swatch-wrapper.selected {
}

ul.swatches li:first-child a,.sliderhome .slick-list.draggable {
    margin: 0
}

ul.swatches {
    margin-bottom: 55px
}

.cant,div {
    display: block;
    overflow: hidden
}

input#place_order, .actions .button, .single_add_to_cart_button, .specs a.addtocart {
    background: #000!important;
    color: #FFF!important;
    overflow: hidden;
    text-align: center!important;
    font-size: 17px;
    cursor: pointer;
}

.specs a.addtocart:hover {
    background: #333;
}

.formaddtocart {
    width: 130px;
    float: left
}

.block50.specs .cant input {
    width: 100%;
    border: 1px solid #000;
    display: block;
    overflow: hidden;
    margin-right: 5px;
    text-align: center;
    padding: 12px;
    font-weight: 700
}

.otheractions {
    display: block;
    overflow: visible;
    margin-top: 22px;
    margin-bottom: 50px;
    width: 100%
}

.otheractions .addtofave,.otheractions .share {
    padding: 10px;
    padding-left: 48px;
    display: block;
    overflow: hidden;
    font-size: 13px;
    margin-right: 62px;
    background: url('../img/icon_fav.png') no-repeat left -9px center;
    float: left;
    margin-top: 16px;
    margin-bottom: 10px;
}

.otheractions .share {
    background: url('../img/icon_share.png') no-repeat left center;
    margin-right: 10px;
}

.fichatoggle h3 {
    text-align: left;
    font-size: 22px;
    padding: 11px 0;
    display: block;
    overflow: hidden;
    background: url('../img/icon_plus.png') no-repeat right center;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #000;
    margin: 0;
    /* border-top: 1px solid #000; */
    margin-bottom: -1px;
}
.fichatoggle div {
    padding:15px 0;
    border-bottom: 1px solid #000;
    display: none;
}

span.plus.clicked {
    transform: rotate(45deg);
}

.scrollminicart span.h3 {
    margin-bottom: 30px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
}

.fichatoggle h3.open {
    background: url('../img/icon_close.png') no-repeat right center
}

.fichatoggle.review, .block50.specs * {
    text-align: left
}

.fichatoggle.review .hidden {
    padding: 0 30px;
    margin-top: -12px
}

.fichatoggle {
    /* border-bottom: 1px solid; */
    text-align: left
}

.woocommerce-breadcrumb .sep, .fichatoggle .hidden, .breadcrumb .sep {
    padding: 0 10px
}

.fichatoggle.review h4 {
    font-size: 16px;
    margin-bottom: 11px
}

.comment-respond textarea, .comment-respond input, .fichatoggle.review input {
    padding: 10px;
    width: 100%;
    display: block;
    border: 1px solid #333;
    margin-bottom: 18px;
}

.fichatoggle.review input[type='submit'] {
    font-weight: 700;
    width: auto;
    padding: 15px 80px;
    background: #000;
    color: #FFF;
    cursor: pointer
}

.fichatoggle.review input[type='submit']:hover {
    background: #999;
    border-color: #999;
}

.fichatoggle.review textarea {
    height: 141px!important;
    width: 100%;
    padding: 10px;
    ; margin-bottom: 33px;
    border: 1px solid #000;
    background: #FFF;
}

.review .reviewstars {
    margin-bottom: 37px

}

.review form {
    width: 50%;
    margin-bottom: 40px
}

.newsletter.center.fprod {
    margin-top: 0;
    padding-top: 85px
}

.fichaproducto .grillaproducto *,.center {
    text-align: center
}

.redes.center.more.fprod,.redes {
    margin-top: 102px
}

.fichatoggle.description .hidden {
    padding: 0 30px;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 40px!important
}

.fichatoggle.description .hidden p {
    line-height: 20px
}

.fichatoggle.review .sinco a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border: 1px solid #000;
    margin-bottom: 30px;
    letter-spacing: 3px
}

.fichatoggle.review .sinco,.hidden,.mobile {
    display: none
}

.marca.historia {
    padding: 93px 0;
    text-align: center;
    padding-bottom: 121px
}

.marca.historia h2 {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 65px
}

.marca.historia p {
    line-height: 40px;
    font-size: 19px;
    max-width: 826px;
    margin: auto;
}

.marca.intro .txt {
    position: absolute;
    width: 50%;
    height: 100%;
    display: block;
    overflow: hidden;
    right: 0;
    top: 0
}

.intro .vcenter {
    position: absolute;
    right: 0;
    color: #000;
    top: 50%;
    margin-top: -46px;
    width: 100%;
    padding-left: 17%;
    font-size: 18px;
    letter-spacing: 2px
}

.intro .vcenter h2 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 14px
}

.intro .vcenter p {
    line-height: 40px;
    padding-right: 150px
}

.newin.center.fmarca {
    padding-top: 25px;
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 28px
}

.newin.center.fmarca h2 {
    margin-bottom: 69px
}

.newin.center.fmarca .producto img {
    height: 560px;
    margin-bottom: 25px
}

.bannercategory.fmarca {
    margin-top: 20px!important;
    padding: 0;
    display: block;
    clear: both
}

.marcareview.center {
    padding: 42px 0;
    font-size: 19px;
    padding-bottom: 26px
}

.marcareview.center h3 {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 44px
}

.marcareview.center .btn {
    border: 1px solid #000;
    padding: 12px 28px;
    letter-spacing: 5px;
    display: inline-block;
    margin-top: 30px
}

.redes.center.fmarca {
    margin-top: 140px
}

.slide,.marca.intro,.hero,li.compra {
    position: relative
}

li.logo2 {
    position: relative;
    left: 0;
    width: 324px;
    top: 0;
    padding: 0!important;
    margin: 0!important;
    display: block;
    float: left
}

.fulltop li.logo2 img,.header .logo1 img {
    transition: all 0.15s linear;
    height: 0
}

li.logo2 img {
    transition: all 0.15s linear;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: auto
}

li.logo2 a {
    padding: 0!important;
    display: block;
    overflow: hidden;
    margin: 0;
    text-align: center!important;
    float: left
}

a.logo.logo1 {
    display: block;
    text-align: center;
    padding: 0!important;
    height: 0;
    opacity: 0
}

p.sustxt {
    line-height: 170%;
}

.fulltop a.logo.logo1 {
    display: inline-block;
    text-align: center;
    padding: 0 !important;
    height: 48px;
    opacity: 1;
    background: url(../img/logo.png) no-repeat center;
    background-size: auto 90%;
    margin-top: 5px;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    /* top: -4px; */
    width: 145px;
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.logo2 {
    background: url(../img/logo.png) no-repeat center;
    background-size: 61%;
    height: 55px;
    width: 238px;
}

.fulltop .logo2 {
    display: block;
    text-align: center;
    padding: 0!important;
    height: 0;
    opacity: 0
}

.producto .cover .qshop {
    display: block;
    transition: all 0.15s linear;
    opacity: 0;
    height: 0;
    z-index: 30;
    padding: 0;
    margin-bottom: -100px;
    transition: all 0.25s ease-out;
}

.producto .cover:hover .qshop {
    opacity: 1;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
}

.logo2 {
    display: block;
    text-align: center;
    padding: 0!important;
    height: 100%;
    opacity: 1;
    left: 0;
    margin: 0;
    z-index: 20;
    cursor: pointer;
    position: absolute;
}

.logo2 img {
    height: 20px!important;
    width: auto!important;
    margin-left: 26px
}

.fulltop .logo2 img {
    height: 0!important
}

.ui-slider-handle {
    background: #000!important;
    border: 1px solid #000!important;
    height: 20px!important;
    width: 20px!important;
    border-radius: 20px;
    margin-top: -2px;
}

.rangeslider {
    overflow: visible;
    height: 5px;
    top: 5px;
}

.ui-slider-range {
    background: #000;
}

.ui-widget.ui-widget-content {
    background: #f1f1f1;
    border: none;
    margin: 10px;
}

.rangeslider {
    overflow: visible;
    height: 5px;
    top: 5px;
}

.minicart .header {
    text-align: right;
    padding: 0;
}

.minicart .header .price {
    width: 135px;
    display: inline-block;
    padding-right: 26px;
    margin: 0;
}

.minicart .header .txt {
    width: 200px;
    display: inline-block;
    padding: 0;
}

.minicart .header * {
    font-size: 15px!important;
    font-weight: bold;
    background: none;
    letter-spacing: 4px!important;
}

.miniprod {
    padding: 21px 11px;
    position: relative;
}

.miniprod img {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.miniprod .img {
    width: 205px;
    margin-right: 19px;
    float: left;
}

.miniprod .txt {
    padding-top: 48px;
}

.miniprod .txt h3 {
    font-size: 16px;
    margin-bottom: 6px;
    max-width: 240px;
}

.miniprod .txt h4 {
    margin-bottom: 39px;
}

.miniprod .close {
    width: 100px;
    background-position: left!important;
    height: 20px;
    padding: 0;
    top: 125px;
    right: auto;
    padding-left: 23px;
    font-size: 15px;
    background-size: 14px!important;
    cursor: pointer;
    right: 20px;
    top: 70px;
}

.miniprod .txt strong {
    letter-spacing: 5px;
}

.miniprod .price {
    float: right;
    font-size: 0;
    margin-top: -24px;
    margin-right: -5px;
}

.miniprod .price h3 span {
    font-size: 17px;
}

.mfooter .finalizar, .inlineminicart .buttons a {
    background: #000!important;
    color: #FFF!important;
    display: block;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 0;
}

.mfooter {
    border-top: 1px solid #000;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 3;
    background: #f1f1f1;
    padding-bottom: 20px;
    bottom: 0;
    left: 0;
    margin: 0 30px;
    display: block;
    width: auto;
    right: 0;
}

.miniprod.footer .txt {
    padding: 5px;
    margin: 0!important;
}

.topheader a.close {
    top: 7px;
}

.tools li.compra a span {
    display: block;
    overflow: hidden;
    background: #8e8e8e;
    color: #FFF;
    width: 24px;
    height: 24px;
    float: right;
    margin: 23px 0;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 1px;
    margin-bottom: 0;
}

.page-id-50154 .minicart {
    display: none!important;
}

.minicart a.compra .number {
    display: none;
}

.minicart a.compra {
    position: absolute;
    left: 17px;
    top: 15px;
    width: 50px;
    cursor: default;
}

.miniprod .cant {
    border: 1px solid #FFF;
    display: inline-block;
    padding: 4px 20px;
    margin: auto;
    margin-right: 130px;
    float: right;
    margin-top: -4px;
}

.producto .cover .qshop a {
    display: block;
    overflow: hidden;
    color: #FFF;
    padding: 12px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}

.producto .cover .shadow {
    box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.05);
    overflow: visible;
}

.producto .cover .qshop a:hover {
}

.producto .cover .qshop a.white {
    background: #8e8e8e;
    color: #FFF;
    margin-top: 10px;
}

ul.swatch {
    background: #ee1e48;
}

ul.swatch a {
    margin-top: 0;
}

.qshop .padd {
    overflow: visible;
    padding: 0;
}

.qshop ul.swatch li {
    margin: 0 8px;
}

.block25 .qshop a {
    text-align: center;
}

ul.swatch {
}

.block25 .qshop .swatch li {
    margin: auto;
}

ul.swatch {
}

.block25 .qshop .swatch {
    display: block;
    text-align: center;
}

.modal {
    display: none;
}

.modal, .modal .sabana {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 20000;
}

.modal .sabana {
    background: rgba(0,0,0,0.4);
}

.modal iframe {
    background: #FFF;
    z-index: 999;
    width: 900px;
    height: 530px;
    position: fixed;
    right: 50%;
    top: 50%;
    margin-top: -280px;
    margin-right: -450px;
    box-shadow: none;
    padding: 0;
}

.searchhidden {
    display: none;
    position: absolute;
    top: 47px;
    background: #f1f1f1;
    padding: 11px;
    right: 133px;
    z-index: 3;
    transition: transform 0.15s ease;
    box-shadow: 1px 6px 8px rgba(0,0,0, 0.1);
}

.searchhidden input {
    width: 260px;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    ; padding-right: 50px;
    background: url('../img/icon_search.png') no-repeat top right;
}


.menu ul.sub-menu {
    padding: 0 20px;
    width: 393px;
    margin-left: -10px;
    border-left: 1px solid #8e8e8e;
    margin-top: 33px;
}

.menu ul.sub-menu li {
    margin-bottom: 0!important;
    padding: 0px;
}

.slick-arrow:hover {
    opacity: 0.5;
}

.searchhidden .fakehidden {
    position: absolute;
    background: #000;
    width: 70px;
    display: block;
    overflow: hidden;
    opacity: 0;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    height: 60px;
    cursor: pointer;
}

.screen-reader-response {
    display: none;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip {
    padding: 10px;
    background: #8e8e8e;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    display: inline-block;
}

.insta.center a {
    display: block;
    overflow: hidden;
}

.insta.center a img {
    opacity: 0;
}

.insta.center a {
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: center -60px;
    cursor: pointer;
}

span.price .fullprice {
    display: none;
}

.insta .slick-list {
    margin: 0;
    padding: 0;
}

.insta .cover {
    margin: 0 15px;
}

.producto .txt .amount {
    font-size: 18px;
    margin-left: 10px;
    color: #333;
}

.filters li {
    width: 100%;
    text-transform: uppercase;
    padding: 8px 0;
}

.filters li a {
    float: left;
}

.filters.sortby a {
    display: block;
    overflow: hidden;
    text-align: right;
    text-transform: uppercase;
    margin-right: 10px!important;
    padding: 10px!important;
}
.filters.sortby a:hover {
    color:#FFF;
    background: #8e8e8e;
    cursor:pointer;
}

.widget {
    padding: 0!important;
}

.filters .group:hover .hidden {
    padding-top: 6px!important;
}

small.count:before {
    content: "(";
}

small.count:after {
    content: ")";
}

.mfooter .price {
    float: right;
    margin-top: -20px;
    font-size: 18px;
    font-weight: 500;
}

.block100.myaccount {
    max-width: 1280px;
    margin: auto;
    margin-top: 60px;
    float: none;
}

.myaccount {
    max-width: 1280px;
    margin: auto;
    padding: 0;
}

p.untilfree {
    display: none;
    background: #000;
    color: #FFF;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.myaccount .cart_item td.product-thumbnail img {
    height: 142px;
    float: left;
    margin-right: 13px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.myaccount .cart_item td.product-thumbnail {
    padding: 0;
    height: auto;
    width: 51.3%;
}

.myaccount .cart_item td.product-thumbnail > a {
    height: 194px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
    overflow: hidden;
    height: 144px;
    width: 114px;
    position: relative;
    margin-right: 30px;
}

.myaccount .cart_item td.product-thumbnail .tit {
    display: block;
    text-align: right;
    margin: 0;
    text-transform: uppercase;
}

.myaccount .cart_item td.product-thumbnail .tit a {
    float: left;
    vertical-align: top;
}

.myaccount .cart_item td.top {
    float: left;
    display: inline-block;
}

.myaccount .cart_item td[valign='top'] {
    margin: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
}

.myaccount .cart_item td[valign='top'] thead {
    display: none;
}

.myaccount .woocommerce table.shop_table td .cart_item td[valign='top'] .remove {
    margin: 0!important;
    padding: 0!important;
    float: right;
    top: 0;
    vertical-align: top;
    display: inline-block;
}

.myaccount .woocommerce .cart_item td[valign='top'] .product-subtotal {
    text-align: right;
    padding-right: 70px;
}

.myaccount .cart_item td[valign='top'] .product-quantity input[type='number']{
	width:100px;
    text-align: right;
}
.quantity.buttons_added {
    text-align: right;
}

.myaccount .cart_item td[valign='top'] .product-subtotal * {
    font-size: 17px!important;
    font-weight: 400;
    text-align: center;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
}

.myaccount .woocommerce .cart_item td[valign='top'] .product-remove {
    position: absolute;
    right: 0;
    top: 0;
}

tr.cart_item {
    position: relative;
}

.myaccount .cart_item td[valign='top'] table td {
    padding: 0;
}

.myaccount .cart_item td[valign='top'] table td.product-price.desktop {
    display: none;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    display: block;
    font-size: 41px;
    text-align: center;
    color: #8e8e8e;
    font-weight: 400;
    cursor: pointer;
    line-height: 18px;
    width: auto;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
    background: none;
    color: #F00;
}

.myaccount table.shop_table *, .myaccount table.shop_table {
    border: none;
}

.myaccount form td {
    border: none!important;
}

.myaccount table.shop_table hr {
    height: 1px;
    margin: 60px 0;
    border: none;
    background: #c1c0c0;
    margin-bottom: 44px;
    display: none;
}

.myaccount .cart_item td.product-thumbnail .tit a {
    max-width: 136px;
    text-align: left;
}

.myaccount .cart_item td.product-thumbnail .tit a small {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700!important;
}

.swatch-wrapper a {
}

.woocommerce-tabs {
    display: none;
}

.product_meta {
    display: none;
}

nav.woocommerce-breadcrumb {
    display: block;
}




.summary.entry-summary {
    text-align: left;
}

table.variations-table label {
    width: 105px!important;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    line-height: 40px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: auto;
}

p.stock.in-stock {
    display: none;
}

a#variations_clear {
    display: none;
}

.wpn_buttons {
    display: none;
}

.quantity buttons_added {
    width: 130px;
    float: left;
    clear: none;
    display: inline-block;
}






.quantity buttons_added input {
    padding: 40px!important;
}

.variations_button .quantity input {
    padding: 13px 0;
    width: 100%;
    margin-top: 1px;
    text-align: center;
}

.variations_button .quantity input[type='button'] {
    display: none;
}

.variations_button .quantity.buttons_added {
    width: 20%;
    float: left;
    margin-right: 20px;
}

.select-option.swatch-wrapper {
    margin: 0;
    margin-bottom: 20px;
    margin-right: 10px;
}

div#pa_medida {
    margin: 10px 0;
}

.grillascroll {
    position: relative;
}

.single_variation_wrap {
    margin-bottom: 20px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 20px;
    margin-bottom: 20px;
    background: #f8f8f6!important;
    color: #8e8e8e;
}

.myaccount .woocommerce-message {
    margin-bottom: 80px;
}

.autoge .woocommerce-error a, .autoge .woocommerce-message a {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    width: 40%!important;
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
    text-align: center;
}

nav.woocommerce-breadcrumb {
    font-size: 0;
}

nav.woocommerce-breadcrumb span, nav.woocommerce-breadcrumb a {
    font-size: 14px;
}

nav.woocommerce-breadcrumb {
    font-size: 0;
}

nav.woocommerce-breadcrumb span, nav.woocommerce-breadcrumb a {
    font-size: 14px;
}

nav.woocommerce-breadcrumb a:first-child, nav.woocommerce-breadcrumb .sep:nth-child(2), nav.woocommerce-breadcrumb > a:nth-child(1) {
    display: none;
}

table.shop_table.cart {
    width: 100%;
}

.popup iframe.ficha {
    width: 100%;
    padding: 0;
    overflow: hidden;
    left: 0;
    padding-top: 0;
}

.block50.galficha.iniframe {
    display: none;
}

.block50.specs.autoge.iniframe {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 34px;
}

.iniframe .price {
    margin: 0!important;
}

.iniframe.description, .iniframe.review {
    display: none;
}

.iniframe .reviewstars {
    margin-bottom: 17px;
}

.iniframe.fichaproducto {
    margin: 0;
    overflow: hidden;
}

.iniframe .otheractions {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

div#jckWooThumbs_img_wrap {
    width: 100%;
}

div#jckWooThumbs_img_wrap img {
    width: 100%;
}

.autoge #jckWooThumbs_img_wrap {
    display: none;
}

.galficha .block75 img {
    width: 100%;
}

.shop_table input[name='update_cart'] {
    display: block!important;
    width: auto!important;
    padding: 14px!important;
    font-size: 14px;
    float: right;
}

.checkout-button {
    float: right;
}

.shop_table .cart_totals {
    text-align: right;
    width: 313px;
    float: right;
    text-align: left;
}

td.actions .cart-collaterals {
    padding: 10px;
    background: #8e8e8e;
    margin-bottom: 20px;
}

.actions .cart_totals td {
    text-align: right;
}

.actions tr.order-total * {
    font-size: 23px;
    font-weight: normal;
}

.actions tr.cart-subtotal * {
    font-weight: normal;
}

.checkout-button {
    float: right;
    font-weight: normal!important;
}

input.checkout-button.button.alt.wc-forward, .coupon .button {
    padding: 14px!important;
    font-size: 14px!important;
    width: auto!important;
    display: inline-block!important;
}

form.checkout p {
    width: 50%;
    float: left;
    display: block;
    overflow: hidden;
    margin: 10px 0;
    padding: 0 10px 0 0;
}

form.checkout p input, form.checkout p select, form.checkout p textarea {
    width: 100%;
    display: block;
    padding: 10px;
    ; }

#retiro_local_field, #sucursal_andreani_field {
    display: none;
}

form.checkout p {
    width: 50%;
    float: left;
    display: block;
    overflow: hidden;
    margin: 7px 0!important;
}

.shareactions {
    display: none;
}

form.checkout p input, form.checkout p select, form.checkout p textarea {
    width: 100%;
    display: block;
    padding: 10px;
    ; margin-top: 8px;
}

form.checkout p#billing_country_field, #retiro_local_field, #sucursal_andreani_field {
    display: none;
}

form.checkout .col-2 p, .col-2 {
    width: 100%!important;
}

form.checkout .col-2 p {
    height: 90px!important;
    width: 100%!important;
}

form.checkout table.shop_table * {
    text-align: left;
    /* line-height: 230%; */
    text-transform: uppercase;
}

form.checkout table.shop_table .product-name {
    width: 40%;
}

ul#shipping_method li {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

tr.orderx-total th {
    text-transform: uppercase;
    /* font-size: 17px!important; */
}

ul.payment_methods.methods li {
    width: 100%;
    display: block;
    overflow: hidden;
}

.payment_method_mercadopago.payment_box {
    display: none!important;
}

ul.payment_methods.methods li {
    margin-top: 5px;
}

div#payment {
}

.labelforpayment {
    margin-top: 15px;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: 700;
    margin-bottom: 10px;
}

div#payment {
    margin-bottom: 20px;
}

ul.payment_methods.methods > li > label {text-transform: uppercase;font-weight: normal;}

tr.cuotasquantity, tr.cuotasquantity th, tr.cuotasquantity td {
    margin: 0!important;
    padding: 0!important;
    margin-top: -20px!important;
    line-height: 10px;
    color: #999;
}

ul.payment_methods.methods label img {
    display: none;
}

input#place_order {
    width: 100%!important;
    display: block;
    padding: 8px 0;
    margin: 20px auto;
}

.payment_methods .input-radio {
    margin-bottom: 10px;
}

.payment_methods .input-radio {
    margin-right: 20px;
    margin-top: -1px;
    margin-bottom: 5px;
}

li.ocaSucursales strong, li.ocaSucursales label, li.ocaRetiroes strong, li.ocaRetiroes label {
    display: block;
    margin-bottom: 10px;
    float: none;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

li.ocaSucursales, li.ocaRetiroes {
    width: 100%;
}

li.ocaSucursales input, li.ocaRetiroes input {
    float: left;
}

li.ocaSucursales span, li.ocaRetiroes span {
    margin-left: 10px;
    width: 80%;
    float: left;
}

.thanks h2 {
    color: #8e8e8e;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.myaccount.checkout {
    padding: 30px 0;
}

.thanks .order_details * {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
}

.thanks .order_details {
    width: 100%;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px;
}

p.retiralocal-orderinfo {
    margin: 20px 0;
}

.block100.myaccount h2 {
    font-size: 26px;
    font-weight: 600;
}

.block100.myaccount h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.block100.myaccount .desple {
    padding: 30px 0;
    border-bottom: 1px solid #999;
    position: relative;
    padding-right: 0;
    line-height: 200%;
}

.desple span.plus {
    position: absolute;
    right: 0;
    top: 55px;
    font-size: 41px;
    margin-top: -47px;
    font-weight: 100;
    padding: 20px;
    cursor: pointer;
}

.hiddentoggle .myaccount_user {
    display: none;
}

.hiddentoggle {
    display: none;
    padding: 30PX 0;
    width: 100%;
}

.hiddentoggle .woocommerce h2, .hiddentoggle .woocommerce .address, .hiddentoggle .woocommerce .myaccount_address {
    display: none!important;
}

.genericpage input, .genericpage textarea, .genericpage select, .loginpage input, .loginpage select {
    padding: 20px;
    display: block;
    overflow: hidden;
    width: 100%;
    border: none!important;
    border-bottom: 1px solid #8e8e8e!important;
    padding: 10px 0!important;
    margin: 10px 0;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #565656;
}

.logout,.loginpage .button, .loginpage input[type='submit'], .loginpage input[type='button'], .loginpage button {
    border: none!important;
    padding: 5px 20px!important;

    background: #8e8e8e!important;
    color: #FFF!important;
    text-align: center;
    width: 100%!important;
}

table.shop_table.my_account_orders {
    font-size: 14px;
    width: 100%;
}

table.shop_table.my_account_orders * {
    text-align: left;
}

.hiddentoggle .form-row {
    width: 40%;
    height: 82px;
    display: inline-block;
    margin-right: 5%;
    FLOAT: LEFT;
}

.hiddentoggle .form-row:nth-child(even) {
    /* margin: 0; */
}

.hiddentoggle form label {
    display: none;
}

p#billing_company_field {
    margin-right: 5%;
    display: none;
}

p#p#billing_address_1_field {
    margin-right: 5%;
}

p#billing_first_name_field {
    margin-right: 5%;
}

p#billing_email_field {
    margin-right: 5%;
}

.hiddentoggle label {
    display: none;
}

.hiddentoggle label {
    display: none;
}

.hiddentoggle input.button[type='submit'] {
    width: 40%!important;
    float: left;
    padding: 10px 20px!important;
    font-size: 15px;
    margin-top: 30px;
    border: none!important;
    cursor: pointer;
    clear: both;
}

.hiddentoggle input.button[type='submit']:hover {
    border: none!important;
}

.hiddentoggle .order {
    margin: 0;
    line-height: 200%;
    font-size: 12px;
    border-bottom: 1px solid #999;
    /* padding-bottom: 40px; */
    width: 70%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.hiddentoggle .order strong {
    font-size: 17px;
    margin-bottom: 20px;
    display: inline-block;
}

.hiddentoggle .order .button {
    margin-top: 20px;
    display: inline-block;
    width: 100px;
    display: none;
}

.hiddentoggle .order:last-child {
    border: none;
}

p#billing_address_1_field {
    margin-right: 5%;
}

p#billing_city_field {
    margin-right: 5%;
}

p#billing_postcode_field {
    margin-right: 5%;
    position: relative;
}
p#billing_postcode_field:before {
    content: "SOLO NúMEROS";
    position: absolute;
    background: #a13332;
    top: 0;
    z-index: 5;
    color: #FFF;
    text-transform: uppercase;
    width: 102px;
    text-align: right;
    line-height: 15px;
    font-size: 13px;
    padding: 7px;
    margin-top: 9px;
    font-weight: bold;
    text-align: center;
    right: 11px;
}


p#billing_country_field label {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    text-transform: uppercase;
}

.modal.conrela .popup {
    max-width: 690px;
    height: auto;
}

.modal .popup .img {
    width: 314px;
    display: block;
    position: relative;
    height: auto;
    float: left;
}

.modal .popup .wrappop {
    padding: 17px;
    float: left;
    display: block;
    position: relative;
    top: 0;
    width: 376px;
    height: 100%;
    text-align: left;
    padding-top: 92px;
}

.modal .popup .close {
    font-size: 30px;
    padding: 14px;
    height: auto;
    width: 60px;
    font-weight: 100;
}

.modal .popup .wrappop .big {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 8px;
}

.wrappop .wpcf7 {
    margin-top: 97px;
}

.wrappop .wpcf7 p {
    margin: 0;
    padding: 0;
}

.wrappop .wpcf7 input[type='email'] {
    background: none!important;
    border-bottom: 1px solid;
    text-align: left;
    margin-bottom: 32px;
    padding: 3px;
    font-size: 14px;
}

.wrappop .wpcf7 input[type='submit'] {
    text-align: center;
    color: #FFF!important;
    background: #000;
    text-transform: none;
    font-size: 18px;
    padding: 12px;
    display: block;
    overflow: hidden;
    border: none;
    height: auto;
}

.wrappop .wpcf7 .ajax-loader {
    position: absolute;
    right: 30px;
    display: block;
    overflow: hidden;
    margin: 0;
    margin-top: -33px;
}

.modal .wpcf7-response-output {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0;
    font-size: 9px;
    text-align: center;
    line-height: 140%;
    display: block;
    overflow: hidden;
    height: auto;
    padding: 10px 0px;
}

.modal.modalpopup.qshop .popup {
    max-width: 897px;
    height: 630px;
}

.iniframe .galficha .block25 {
    display: none;
}

.iniframe .block50.specs {
    padding-top: 40px;
    padding-left: 50px;
}

.iniframe .block50.specs .reviewstars {
    display: none;
}

.popup iframe.ficha .fichaprodhtml {
    padding-top: 40px;
}


.iniframe .galficha .block75 {
    width: 100%;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}

.iniframe .block50.galficha {
    margin: 0;
    height: 490px;
    position: relative;
}

.iniframe .specs .price.forceshow {
    display: block!important;
}

.iniframe .block50.specs .onsale {
    display: none;
}

.iniframe .fichaprodhtml {
    padding-top: 20px;
    overflow: hidden;
}

.iniframe .specs h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 7px;
}

.iniframe .specs .price {
    display: none!important;
}

.iniframe .specs .price .swatch-anchor {
    padding: 20px 0;
}

.iniframe a.swatch-anchor {
    padding: 10px 23px;
}

.iniframe div#pa_medida {
    margin: 33px 0;
    overflow: visible;
    margin-bottom: 0;
}

.iniframe a.close {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    overflow: hidden;
    font-size: 30px;
    padding: 14px;
    height: auto;
    width: 60px;
    font-weight: 100;
    z-index: 5;
}

.iniframe .galficha .block75 img {
    height: 490px;
    width: auto;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
}

.iniframe .specs form .price {
    display: block!important;
    margin-top: 0!important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px!important;
}

.iniframe .specs form .quantity {
    width: 81px;
}

.iniframe .specs h2 {
    margin-bottom: 20px!important;
}

.iniframe .specs form .quantity input {
    padding: 11px;
    text-align: center;
    float: left;
}

ul.sliderhome li {
    width: 100%;
    padding-bottom: 20px;
}

ul.slider.sliderproductos li {
    width: 32%;
}

.iniframe .single_add_to_cart_button {
    width: 250px!important;
    float: left;
    padding: 10px;
}

.iniframe .otheractions .share {
    display: none;
}

.iniframe .verprodu {
    display: block;
    font-size: 16px;
    width: 100%;
    font-weight: 800;
    clear: both;
    padding-top: 19px;
}

.conrela .popup.automodal, .sinrela .popup.automodal {
    max-width: 690px;
    height: 543px;
}

.block50.specs form .price {
    display: block;
    font-weight: 700;
}

 .price  *{
    font-weight: 700;
}

.iniframe .price {
    display: block;
    margin: 0!important;
}

.single_variation_wrap .price {
    display: block!important;
}

.iniframe .price {
    margin: 0!important;
}

.iniframe .single_variation {
    margin-bottom: 20px!important;
}

.galficha .block75 .cover {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    position: absolute;
    left: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #FFF;
}

.galficha .block25 img:hover {
    opacity: 1;
}

.genericpage form {
    margin-top: 40px;
}

.genericpage {
    margin: auto!important;
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
    float: none;
    padding: 80px 0;
}

.genericpage h2, .genericpage h3, .genericpage p, .genericpage ol {
    line-height: 200%;
    letter-spacing: 0;
    max-width: 1200px;
    margin: 20px auto!important;
}

.genericpage table {
    overflow: visible;
    max-width: 1200px;
    margin: 20px auto;
}

.genericpage input[type='submit'], .genericpage input[type='submit']:hover {
    cursor: pointer;
    outline: none;
    background: #000;
    color: #FFF;
    border: none!important;
}

.genericpage tr {
    border: 1px solid #999;
}

.genericpage td {
    padding: 6px 0;
}

.genericpage h2, .genericpage h3 {
    margin: 30px 0;
    font-size: 16px;
    font-weight: 500;
}

body> .header {
    position: fixed;
    z-index: 9999;

    background:#FFF;
    width: 100%;
    top: 0;
    transform: translate3d(0, 0, 0);
    border-bottom: 1px solid #ccc;
}

.noTransition {
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

body.fixed > .header {
    position: fixed;
    z-index: 9999;
    background: #FFF;
    width: 100%;
    top: 0;
}

body.fixed {
    padding-top: 118px;
}

.notfound .qshop {
    display: none!important;
}

.blocks.loginpage {
    padding-top: 74px;
}

.blocks.loginpage .myaccount {
    max-width: 1290px;
}

.blocks.loginpage .myaccount h1 {
}

.blocks.loginpage .myaccount .block50 {
    padding: 0 80px;
    font-size: 15px;
    line-height: 197%;
}

.blocks.loginpage .myaccount .button {
    display: block;
    margin-bottom: 17px;
    padding: 10px 0!important;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.blocks.loginpage .myaccount h2 {
    font-size: inherit;
    margin-bottom: 23px;
}

p.form-row.lpassw {
    font-size: 11px;
    margin-top: 25px;
    margin-bottom: 57px;
}

p.form-row.lpassw label input {
    width: auto;
    margin: 0!important;
}

.blocks.loginpage .myaccount .button.fb {
    background: #014983!important;
}

.blocks.loginpage .myaccount p {
    line-height: 210%;
}

p.form-row.lpassw label {
    margin-bottom: 20px!important;
}

p.form-row.lpassw a {
    text-decoration: underline;
}

p.form-row.lpassw.short {
    margin-bottom: 30px;
}

form.lost_reset_password .form-row-first {
    margin-top: 30px;
}

form.lost_reset_password .form-row-first label {
    font-weight: 700;
}

.hidden.rangeslidertxt {
    height: 163px;
    border: 1px solid;
}

.price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    margin: 0;
    margin-bottom: 20px;
    overflow: visible;
}

.rangeslider {
    overflow: visible;
}

span.ui-slider-handle {
    width: 20px!important;
    height: 20px!important;
    margin-top: 0px;
    border-radius: 20px;
}

li#woocommerce_price_filter-6 {
    overflow: visible;
}

.rangeslider {
    overflow: visible;
}

.hidden.rangeslidertxt {
    overflow: visible;
}

.price_slider_wrapper {
    overflow: visible;
    padding: 0 20px;
    margin-top: 30px;
}

.price_label {
    position: absolute;
    top: 0;
}

.price_slider_wrapper button {
    background: #000!important;
    color: #FFF!important;
    text-transform: uppercase;
    padding: 6px;
    font-size: 11px;
}

form.woocommerce-ordering {
    display: none;
}

.iniframe .woocommerce-product-rating {
    margin-bottom: -13px;
}

.jssocials-shares {
    width: 90px;
}

.hiddentoggle .order .button {
    display: none!important;
}

.removeTopBanner {
    padding-top: 0!important;
}

.emptycart .cart-empty {
    font-size: 26px;
    font-weight: 400;
    line-height: 10)%;
}

.emptycart a {
    display: inline-block;
    width: auto!important;
    padding: 10px 20px;
    background: #8e8e8e!important;
    margin-top: 30px;
    border: none!important;
    color: #FFF!important;
}

p.form-row.form-row-wide.create-account {
    width: 100%;
}

p.form-row.form-row-wide.create-account input {
    margin-top: 3px;
    width: auto;
    float: left;
    margin-right: 10px;
}

.checkout .loginpage .myaccount {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.checkout .loginpage .myaccount .block50 {
    width: 100%;
    margin: auto;
    padding: 0;
}

.initSession .woocommerce-info {
    padding: 0;
    background: none!important;
    border: none!important;
    margin: 0;
}

.checkoutmsg .label.inline input {
    float: left;
    width: auto!important;
}

.checkoutmsg input#rememberme {
    width: auto;
    margin-bottom: 12px;
}

.checkoutmsg .inline {
    margin-bottom: 30px;
    display: block;
}

.checkoutmsg .lost_password a {
    border: none!important;
    padding-bottom: 20px!important;
    display: block;
}

.checkoutmsg .lost_password a:hover {
    border: none!important;
    padding-bottom: 20px!important;
    display: block;

    background: none;

}

.slicknav_menu {
    display: none;
}

.grillaproductos .producto .cover > a {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
    cursor: pointer;
}

.marcavideo {
    position: relative;
    height: 800px;
}

.marcavideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.autoge .woocommerce-message {
    display: none;
}

#div#jckWooThumbs_img_wrap img:first-child {
    display: none;
}

.variations_button button {
    background: #000!important;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    padding: 14px 0!important;
    width: calc(80% - 20px)!important;
    float: left;
    border-radius: 30px;
    font-weight: 700;
}

.swatch-wrapper a {
    padding: 3px 10px!important;
    cursor: pointer;
    width: 32px;
    text-align: center!important;
}

div#pa_medida:before {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.swatch-wrapper a:after {
    /* content: "ml"; */
    margin-left: 6px;
}

label[for="shipping_method_0_rsm_andreanipuertasucursal"]:before {
    content: "Retira por sucursal Andreani ";
}

.woocommerce-billing-fields label {
    display: none;
}

.woocommerce-billing-fields {
    margin-bottom: 30px;
}

.miniprod .txt strong:after {
    content: "ml";
    margin-left: 6px;
}

.faqtogglers {
    max-width: 1200px;
    margin: auto;
}

.faqtogglers h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faqtogglers p {
    font-size: 12px;
    line-height: 180%;
}

.faqtogglers h4 {
    background: url("../img/faqplus.png") no-repeat 99% 0px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.faqtogglers h4.expanded {
    background: url("../img/faqclose.png") no-repeat 99% 0px;
}

.faqtogglers .pregunta {
    border-bottom: 1px solid #000;
    padding: 20px 0;
}

.faqtogglers .hidden {
    padding-top: 20px;
}

.faqtogglers h5 {
    margin-top: 40px;
    font-size: 16px;
    text-transform: uppercase;
}

li#woocommerce_layered_nav-6 li a:after {
    content: "ml.";
    font-size: 10px;
    margin-left: 6px;
    margin-right: 5px;
    text-transform: none;
}

.payment_box p {
    height: auto!important;
}

.fichaproducto.iniframe .otheractions .addtofave {
    width: 100%;
}

.fichaproducto.iniframe .maxw1440 {
    margin: 0;
}

.iniframe a.close {
    right: 10px;
    top: 25px;
}

.iniframe .swatch-wrapper a {
    margin-right: 0;
}

.iniframe .specs h1 {
    letter-spacing: 5px;
}

.jssocials-share {
    width: 30px;
    height: 30px;
    display: block!important;
    color: transparent;
    background: #999;
}

.jssocials-share-facebook {
    background: url("../img/share_06.png") no-repeat center center;
}

.jssocials-share-whatsapp {
    background: url("../img/share_03.png") no-repeat center center;
}

.jssocials-share-link * {
    opacity: 0;
}

.genericpage .wpcf7-response-output {
    display: block;
    text-align: center;
    max-width: 760px;
    margin: auto;
    font-size: 22px;
    margin-top: 30px;
    background: #000;
    color: #FFF;
    padding: 0;
}


ul.sliderhome li img {
    width: 100%;
	height:auto;
}

.finded .cover a {
    display: none!important;
}

.finded .block25 {
    width: 100%!important;
}


.finded .producto {
    width: 100%;

    display: block;
    margin-top: 14px;
    text-align: left;
    padding: 0;
}

.finded .producto .txt h3, .finded .producto .txt h4 {
    font-size: 12px;
    margin: 0;
}

.finded .price {
    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

}

.finded .cover {
    margin-right: 10px;
    height: 70px!important;
    width: 70px;
    margin-bottom: 0;
    float: left;
}

.insta.center li {
    width: 20%;
    margin: 0!important;
    padding: 0;
    float: left;
}

.finded .moreresults {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 10px!important;
    overflow: hidden;
    background-position: right -1px!important;
}

.topheader {
    position: relative;
}

.topheader a.close {
    top: 0;
    margin-top: 0;
    line-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

p.price.forceshow del {
    display: none;
}

.single_variation_wrap .price del {
    font-style: normal;
    text-decoration: none;
    background: #ff9;
}

span.psaletag {
    position: absolute;
    left: 11px;
    top: 0;
    color: #FFF;
    background: url(../img/tagprice.png) no-repeat top left;
    width: 67px;
    height: 83px;
    font-weight: 300;
    padding: 7px 0;
}

span.psaletag strong {
    display: block;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    line-height: 120%;
}

.single_variation_wrap .price ins {
    margin-right: 10px;
    background: none;
    color: #d30202;
}

.single_variation_wrap .price del {
    background: none;
    text-decoration: line-through;
}

.fichaprodhtml {
    position: relative;
}

.fichaprodhtml .psaletag {
    right: auto;
    left: 50%;
    text-align: center;
    margin-left: -80px;
    z-index: 5555;
}

.fichaprodhtml .psaletag strong {
    text-align: center;
    width: 100%!important;
}

.shop_table.my_account_orders strong {
    font-weight: normal;
}

a.logout {
    text-decoration: underline;
    margin-top: 40px;
    display: block;
    overflow: hidden;
    padding: 14px 70px!important;
    text-transform: uppercase;
    text-decoration: none;
    width: auto!important;
    display: inline-block;
    margin: 10px 0;
}

.nostrong {
    font-weight: normal;
}

.hellouser {
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: normal;
}

.blocks.loginpage .myaccount .button.showlogin {
    text-transform: lowercase;
    background: none!important;
    padding: 0;
    color: #000!important;
    text-align: left;
    text-decoration: underline!important;
    border: none!important;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}

.blocks.loginpage .myaccount .fb {
    display: none;
}

p.form-row.form-row-wide.create-account label {
    display: block;
    font-weight: bold;
}

p#order_comments_field label {
    display: none;
}

p#order_comments_field textarea {
    width: 49%;
    height: 80px;
}

p#order_comments_field {
    height: auto;
    margin-bottom: 30px!important;
}

p#order_comments_field label {
    display: none;
}

p#order_comments_field textarea {
    width: 100%;
    height: 80px;
}

p#order_comments_field {
    height: auto;
    margin-bottom: 30px!important;
}

h3#order_review_heading {
    text-transform: uppercase;
    margin: 20px 0;
}

form.checkout table.shop_table thead {
    border-bottom: 1px solid #8e8e8e;
}

form.checkout table.shop_table td:nth-child(even), form.checkout table.shop_table th:nth-child(even) {
    text-align: right;
    font-weight: bold;
}

form.checkout table.shop_table .product-name strong {
    font-weight: normal;
}

tr.orderx-total {
    border-top: 1px solid #8e8e8e!important;
    overflow: hidden;
}

table.shop_table.shipp th, table.shop_table.shipp td {
    width: 100%!important;
    display: block!important;
    clear: both;
}

table.shop_table.shipp {
    width: 100%;
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
}

table.shop_table.shipp td {
    font-weight: normal!important;
}

table.shop_table.shipp th, table.shop_table.shipp td {
    width: 100%!important;
    display: block!important;
    clear: both;
}

table.shop_table.shipp {
    width: 100%;
    display: block;
    overflow: hidden;
    clear: both;
}

table.shop_table.shipp td {
    font-weight: normal!important;
}

table.shop_table {
    margin: 0;
    width: 100%;
}

form.checkout table.shop_table input[type='radio'] {
    margin-right: 20px;
    margin-top: -5px;
}

.ocaRetiroes span {
    margin: 0!important;
}

tr.shippingRetiro {
    border-top: 20px solid #FFF!important;
}

tr.shipping th:before {
    color: #000;
}

tr.shipping th {
    font-size: 0;
    color: transparent;
}

span.price.forceshow > span:nth-child(1) {
    display: none!important;
}

span.price.forceshow ins {
    margin-right: 10px;
    background: none;
    color: #d30202;
}

span.price.forceshow {
    margin-bottom: 30px!important;
    display: block!important;
    overflow: hidden;
}

p.completedata {
    color: #999;
    text-transform: none;
    margin-bottom: 30px;
}

h3#order_review_heading, .woocommerce-shipping-fields h3 {
}

.shop_table tfoot * {
    padding: 20px!important;
    font-size: 18px!important;
    font-weight: 400;
    color: #8e8e8e;
}

.shop_table.shipp *, .shop_table.extra * {
    padding-top: 0!important;
    line-height: 180%;
}

.tools li.buscar .psaletag {
    display: none;
}

.tools li.buscar span {
    display: none;
}

.tools li.buscar span.price, .tools li.buscar ins span, .tools li.buscar del span {
    display: block;
    font-size: 13px!important;
    float: left;
    display: inline-block;
    margin: 0!important;
    padding: 0;
}

.tools li.buscar del span {
    margin-right: 10px!important;
}

.grillascroll .txt .price * {
    text-align: center;
}

.grillaproductos .txt .price span.amount {font-weight: 700;}

.filters.sortby .group .hidden {
    padding-right: 10px!important;
    left: auto;
    right: 0;
    border-left: 1px solid #8e8e8e;
}

.slick-slide .nostock {
    display: none;
}

.slick-slide .producto img {
}

.page-id-50154 .compra .number, .page-id-50155 .compra .number {
    display: none;
}

.anr_captcha_field_div > div {
    margin: auto;
}

.block50.specs.autoge > .woocommerce-message {
    display: none;
}

p {
    margin-bottom: 15px;
    line-height: 160%;
    font-weight: 400;
    margin-bottom: 20px;
}

.topheader .vcenter {
    position: absolute;
}

.topheader .vcenter {
    color: #FFF;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    line-height: 100%;
    display: block;
    overflow: hidden;
    /* font-size: 12px; */
    font-weight: 600;
}

.block100.myaccount h1, .block100.myaccount h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8e8e8e;
    margin-bottom: 15px;
}

.bannercategory.video {
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.bannercategory.video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.banner a {
    display: block;
    overflow: hidden;
}
.banner a:hover {
    opacity:0.5;
    transition: all 0.15s linear;
}

.hero.center {
    clear: both;
    float: left;
    /* top: -45px; */
}

.filters.filterby {
    display: none;
}

.producto .txt del .amount {
    color: #8e8e8e;
}

.hero .vcenter h2 {
    font-size: 40px;
    margin-top: 10px;
    color: #FFF;
}

.newin.category .topbarcategory {
    position: fixed;
    z-index: 3333333;
    background: #FFF!important;
    width: 100%;
    top: 150px;
    left: 0;
}


body.archive {
    padding-top: 220px;
}
form.checkout h3 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

p.form-row.terms input {
    float: left;
    width: 20px;
    margin-top: 4px;
    margin-left: 0;
    margin-right: 10px;
}

p.form-row.terms a {
    text-decoration: underline;
}

.woocommerce table.shop_table th {
    font-weight: normal;
}
li.slide {
    width: 100%;
}

li.slide img {
    width: 100%;
}
div#wpcf7-f53679-p44930-o1 p,
div#wpcf7-f45016-p13828-o1 p {
    width: 32%;
    float: left;
    margin-right: 1%;
}
div#wpcf7-f53679-p44930-o1 p *,
div#wpcf7-f45016-p13828-o1 p * {
    width: 100%;
}
div#wpcf7-f53679-p44930-o1 p.long,
div#wpcf7-f45016-p13828-o1 p.long{
    width: 100%;
	margin-right:0!important;
}
div#wpcf7-f53679-p44930-o1 textarea,
div#wpcf7-f45016-p13828-o1 textarea{
	height:100px;
}
div#wpcf7-f53679-p44930-o1,
div#wpcf7-f45016-p13828-o1{
	margin-top:50px;
}
div#wpcf7-f53679-p44930-o1 input,
div#wpcf7-f53679-p44930-o1 textarea,
div#wpcf7-f45016-p13828-o1 textarea,
div#wpcf7-f45016-p13828-o1 input{
	font-size:14px;
	font-weight:400;
	border:none;
	border-bottom:1px solid #000;
	padding: 14px;
}
p#billing_country_field {
    display: none;
}
h2.hellouser {
    font-size: 40px!important;
    font-weight: 400!important;
    margin: 33px 0!important;
    padding: 0!important;
    line-height: 10px!important;
}
.woocommerce-message .button {
    padding: 10px!important;
    font-size: 12px!important;
    margin-right: 10px;
}

a.gotcoupon {
    font-size: 24px;
    letter-spacing: 0!important;
    display: none;
}

.myaccount .coupon {
    width: auto;
    display: block;
    text-align: right;
}

.coupon label {display: none;}

input#coupon_code {
    padding: 14px;
    border-bottom: 1px solid #8e8e8e;
    text-align: right;
    min-width: 200px;
    text-transform: uppercase;
    text-align: center;
}

td.actions .cart-collaterals * {
    color: #FFF;
}
tr.cart_item {
    border-bottom: 1px solid #8e8e8e!important;
}
table.shop_table.order_details dl, table.shop_table.order_details dl * {
    width: auto!important;
    display: inline-block;
}

table.shop_table.order_details td, table.shop_table.order_details tr {
    height: auto!important;
    vertical-align: top;
}

table.shop_table.order_details tr {
    border-bottom: 1px solid #8e8e8e;
}

.thanks header {
    display: inline-block;
    overflow: hidden;
    float: left;
}

.thanks dl {
    float: left;
}

.thanks header h2, .thanks header h3 {
    font-size: 16px;
    font-weight: normal;
    color: #8e8e8e;
    text-transform: uppercase;
}

.thanks address {
    display: block;
    overflow: hidden;
}

.thanks address, .thanks dl {
    font-size: 14px;
    font-style: normal;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #8e8e8e;
}

.thanks header.title {
    margin-right: 30px;
    margin-left: 80px;
}

.thanks table.shop_table td, .thanks table.shop_table th {
    padding: 7px 0!important;
}

.thanks table.shop_table.order_details {
    margin-bottom: 40px;
}

.thanks .order_item dl, .thanks .order_item dl * {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.thanks table.shop_table.order_details {
    text-transform: uppercase;
}

.thanks table.shop_table.order_details thead * {
    color: #8e8e8e;
}

.thanks ul.order_details * {
    font-size: 16px;
}

.thanks ul.order_details strong, .thanks ul.order_details strong * {
    color: #8e8e8e;
}

.thanks {
    margin-top: 40px;
}
.payment_box.payment_method_cod {
	font-size:14px;
}

tr.shipping th {
    font-size: 16px;
    color: #8e8e8e;
}
li.payment_method_cod p {
    width: 100%;
    padding: 10px;
    background: #eee;
}
tr.orderx-total * {
    font-size: 16px;
    font-weight: 700;
}
.terms label.checkbox a {
    color: #8e8e8e;
}

.terms label.checkbox {
    font-size: 16px;
}
table.shop_table.my_account_orders * {
    font-size: 16px;
}

table.shop_table.my_account_orders tr {
    border-bottom: 1px solid #8e8e8e;
}
.blocks.loginpage .myaccount .block50 p {
    margin: 0;
}
p.form-row.lpassw * {
    font-size: 14px;
}
div#customer_login form.login {
    display: none;
}

div#customer_login h2 {
    display: none;
}
.specs .parr {
    /* padding: 10px; */
    /* background: #f8f8f6; */
    /* border: 1px solid #8e8e8e; */
    margin-bottom: 10px;
}

.specs .parr p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.specs .parr p strong {
    margin: 0;
    padding: 0;
}
.slide .vcenter a:hover {
    color: #FFF;
}
span.onsale {
    display: none;
}

.variations_button {
    max-width: 60%;
    margin-top: 20px;
}

table.variations-table td {
    margin: 0!important;
    padding: 0!important;
    height: auto!important;
    border: none!important;
    vertical-align: top!important;
    display: flex;
}
.swatch-wrapper img {
    display: none;
}
#pa_color .swatch-wrapper a {
    font-size: 0;
    color: transparent;
}
.zoomWindow {
    border: 4px solid rgb(142 142 142)!important;
}
#pa_talle span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    text-align: center;
}
div.swatch-wrapper.selected {
    border: 2px solid #8e8e8e;
}
span.onsale {
    display: none!important;
}
.nostock {
    display: none;
}




.topheader.center img {
	height: 100%;
	width: 100%;
}

body {
	padding-top: 155px;
}
.header .menu {
	/* width: 100%; */
	float: right;
}

.fulltop a.logo.logo1 {
	/* position: relative; */
	/* margin-bottom: -13px!important; */
	/* float: left; */
}

.fulltop .header ul.tools {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: -10px;
}
.summary span.price {
    display: block!important;
}

.block50.specs .price {
    letter-spacing: 0;
    font-size: 26px;
    font-weight: normal;
    /* float: right; */
    font-weight: 700;
}

.block50.specs .price .psaletag {
    display: none;
}


.block50.specs .price ins span,.block50.specs .price del span {
    display: inline;
}

.block50.specs .price ins {
    background: none;
}

.block50.specs .price ins span {
    color: #8e8e8e;
}

.block50.specs .price del span {
    color: #ccc;
}
.containerprice.fichaprod {
    position: relative;
    top: 0;
    right: 0;
}
ul#menu-inferior {
    border: none;
}
input#shippropuertasucursal {
    display: none;
}

input#retiro_sucursal {
    display: none;
}
div#pa_talle a.swatch-anchor {
    width: auto!important;
}
span.shippro {
    display: none;
}

.mfp-bg.mfp-ready {
    z-index: 555555;
}
.mfp-wrap{
    z-index: 5555555!important;
    overflow: auto!important;
    height: 100%!important;
}
.mfp-container {
    overflow: auto;
}
.mfp-container img {
    width: 100%;
}
.mfp-container h1 {
    display: none;
}
.mfp-close-btn-in .mfp-close {
    color: #FFF;
}
.share,
.modalGuide2{
	cursor:pointer;
}
.wpfixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: url(/frontend/img/wp.png) no-repeat center center;
    background-size: contain;
    z-index: 9999;
}
query-monitor .qm-non-tabular {
    padding: 10px 20px !important;
}
#query-monitor .qm.qm-panel-show {
    position: fixed;
    width: 55%!important;
    display: block!important;
    height: 400px;
    left: 0;
    top: 100px;
    z-index: 555555555555555555;
    background: #eee;
    overflow: auto;
}
.mfp-auto-cursor .mfp-content .block100 {
    background: #FFF;
    padding: 40px;
}
.footer > div{
	text-align:left;
}
.footer li{
	display:block;
}
.footer h3{
	margin-bottom:10px;
	font-size: 16px;
	font-weight: 700;
}
.wpcf7-response-output {
    background: #8e8e8e;
    color: #FFF;
    padding: 10px;
}
.wpcf7-display-none{
	display:none;
}
.maxw {
    max-width: 1280px;
    margin: auto;
    position: relative;
    overflow: visible;
}
.block33.banner{
	padding-right:20px;
}
.block66.banner .block50:nth-child(odd){
	padding-right:10px;
}
.block66.banner .block50:nth-child(even){
	padding-left:10px;
}
.block66.banner .block50:nth-child(1){
	padding-bottom:20px;
}
.block66.banner .block50:nth-child(2){
	padding-bottom:20px;
}
.grillaproductos .block25 {
    /* height: 28vw; */
}
.mobileMenu{
	display:none;
}
a.modalGuide2 h3 {
    background: none!important;
}
.ajax-loader{
    background-repeat: no-repeat;
}
.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
	padding:10px!important;
	border:none!important;
    color: #FFF;
    background: #f00;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
}
.wpcf7-mail-sent-ok{
	padding:10px!important;
	border:none!important;
    color: #FFF;
    background: #398f14;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
	text-transform:uppercase;
}


.cartshipping {
    background: #e5e5e5;
    padding: 30px 50px;
    margin-top: 30px;
}

.cartshipping h3 {
    text-transform: none!important;
    margin: 0!important;
	margin-bottom:20px!important;
}

.cartshipping p {
    padding: 10px 0!important;
    margin: 0!important;
    border: none;
}

.cartshipping input[type="number"],
.cartshipping input[type="text"]  {
    background: none;
    border: none;
    width: 270px;
    position: relative;
    float: left;
    border-bottom: 1px dashed;
}


.cartshipping  p#billing_state_field {
    width: 43%!important;
    clear: none!important;
    display: inline-block;
    margin: 0!important;
    vertical-align: top;
    padding: 0!important;
}

.cartshipping  input#billing_postcode {
    width: 19% !important;
    float: left;
    vertical-align: top;
    margin: 0 !important;
    display: inline-block !important;
    clear: none;
    padding: 16px 0;
    margin-right: 3% !important;
}

.cartshipping  input.button.alt {
    width: 33%!important;
    float: right;
    vertical-align: top;
}

.cartshipping  p#billing_state_field select {
    background: none;
    color: inherit;
    float: left;
    border-bottom: 1px dashed;
    padding: 18px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}


.cartshipping .cart_totals .shipping input,
.cartshipping .cart_totals tr,
.cartshipping .cart_totals .shipping th {
    display: none;
}

.cartshipping .cart_totals .shipping {
    display: block!important;
}
.cartshipping .cart_totals .shipping td {
    display: block;
    /* background: #a13332; */
    /* padding: 20px; */
    /* margin-top: 20px; */
    /* font-size: 20px; */
}
.cartshipping .cart_totals .shipping td *{
    color: #FFF;
}

.calcshipResults {
    display: block;
    overflow: hidden;
    clear: both;
}
.checkout .orderx-total {
    background: #a13332;
    color: #FFF;
}

.checkout .orderx-total * {
    color: #FFF;
}

.checkout .orderx-total td * {
	padding:0!important;
}



.woocommerce #payment li:before, 
.woocommerce ul#shipping_method > li:before {
    width: 130px;
    height: 50px;
    display: block;
    position: absolute;
    content: "&nbsp;";
    left: 0;
    top: 20px;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.woocommerce #payment div.payment_box:after, 
.woocommerce-page #payment div.payment_box:after{
	display:none;
}
.woocommerce #payment ul.payment_methods .payment_box.payment_method_bacs .borderbacs {
	/* padding: 20px 50px; */
	/* border: 1px solid #000; */
	/* display: inline-block; */
	line-height: 180%;
}
.woocommerce #payment ul.payment_methods .payment_box.payment_method_bacs {
	background:none!important;
	box-shadow:none!important;
	border:none!important;
}
ul.payment_methods .payment_box.payment_method_bacs p input {
	display: inline-block;
}
div#order_review .shop_table p {
    display: block;
    width: 100%;
}

#shipping_method li[class*='mocis']:before{
    background: url('/frontend/img/svg/checkout_sp.png') no-repeat transparent!important;
    background-position: center top;
}
 
#shipping_method li[class*='flatrate_percountry']:before,
#shipping_method li[class*='andreani']:before{
    background: url('/frontend/img/svg/checkout_an.svg') no-repeat transparent!important;
    background-position: center top;
}
#shipping_method li[class*='shipprosucursal']:before{
    background: url('/frontend/img/checkout_ansucursal.jpeg') no-repeat transparent!important;
    background-position: 8px 0px !important;
    background-size: 120px !important;
    height: 86px !important;
}


#shipping_method li[class*='shipprosucursal']:before{
    background: url('/frontend/img/checkout_ansucursal.jpeg') no-repeat transparent!important;
    background-position: 8px 0px !important;
    background-size: 120px !important;
    height: 86px !important;
}
#shipping_method li[class*='shipping_method_0_flat_rate']:before{
    background: url('/frontend/img/ic_moto.jpg') no-repeat transparent!important;
    background-position: 18px -2px !important;
    background-size: 110px !important;
    height: 56px !important;
    top: 3px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}




#shipping_method li[class*='retiralocal']:before{
    background: url('/frontend/img/svg/checkout_le.svg') no-repeat transparent!important;
    background-position: center top;
}

.woocommerce ul#payment_method li input,
.woocommerce ul#shipping_method li input {
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.woocommerce ul#shipping_method li {
    width: 100%;
    padding: 3px 0!important;
    overflow: visible;
    /* min-height: 25px; */
    padding-left: 150px!important;
    position: relative;
}


.woocommerce ul#shipping_method > li:before {
    width: 130px;
    height: 50px;
    display: block;
    position: absolute;
    content: "&nbsp;";
    left: 0;
    top: 20px;
    font-size: 0;
    line-height: 0;
    color: transparent;
}
.cartshipping  ul#shipping_method {
    margin-top: 50px;
    margin-bottom: 0 !important;
}

.woocommerce ul#shipping_method li label {
    display: inline-block;
    margin-left: 9px;
    position: relative;
    width: 98%;
    white-space: nowrap;
    /* background: #FFF; */
    border-top: 1px solid #000!important;
    padding: 20px 0;
    font-size: 17px!important;
    font-weight: normal!important;
    letter-spacing: 0;
    cursor: pointer;
    color: #000;
}
tr.shippingSucursal th {
    padding-top: 23px!important;
}

#shipping_method span.fsucu {
    display: block;
    font-weight: normal;
    margin: 8px 0;
    padding: 0;
    line-height: 100%;
    float: left;
    color: inherit;
    font-size: 13px;
}
 ul#shipping_method > li > label[for*='mocis']:before{
    content: "ENVIO EN 24HS HÁBILES";
}
ul#shipping_method > li > label[for*='andreani']:before{
    content: "RETIRALO EN 3-5 DÍAS HÁBILES";
}
ul#shipping_method > li > label[for="shipping_method_0_an_woocommerce_flatrate_percountry"]:before{
    content: "RECIBILO EN 2 A 6 DÍAS HÁBILES";
}
ul#shipping_method > li > label[for="shipping_method_0_retiralocal"]:before{
    content: "LOCALES ESTANCIAS";
}
ul#shipping_method label[for="shipping_method_0_retiralocal"]:after{
    content: "Gratis";
    float:right;
    margin-top:-20px;
}

tfoot .shippro, ul#shipping_method .shippro, 
ul#shipping_method .shipprosucursal {
    display: none;
}
ul#shipping_method > li > label:before{
	display:block;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 0;
}
#shipping_method .amount {
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0;
    color: #8e8e8e;
    font-weight: bold!important;
}
.checkout ul#shipping_method {
    margin-top: 20px;
}

.checkout ul#shipping_method input {position: absolute;top: 30px;}

.checkout ul#shipping_method > li > label:before {
    margin-top: 13px;
}
.checkout ul#shipping_method label {
    padding-left: 20px!important;
}
li.shipping_method_0_flat_rate  input {
    top: 34px!important;
}

li.shipping_method_0_flat_rate label {
    padding-top: 20px!important;
}
li.shipping_method_0_flat_rate {
    padding-top: 50px!important;
}

.woocommerce ul#shipping_method li.shipping_method_0_flat_rate label {
    padding-top: 10px!important;
}
