a img {
    border: none;
}

body {
    margin: 0px;
    font-size: 16px;
    position: relative;
}

.line-through {
    text-decoration: line-through;
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.fa {
    font: normal normal normal 14px  /1 FontAwesome !important;
}

.absolute-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.montserrat, .montserrat * {
    font-family: 'Montserrat', sans-serif;
}

.arial, .arial * {
    font-family: 'Arial', sans-serif;
}

.oswald, .oswald * {
    font-family: 'Oswald', sans-serif;
}

*, .openSans, .openSans * {
    font-family: 'Open Sans', sans-serif;
}

.raleway, .raleway * {
    font-family: 'Raleway', sans-serif;
}

h1 {
    margin: 0px;
}

#mobile-menu, .menu-open {
    display: none;
}

#mobile-menu > ul > li {
    position: relative;
}

#mobile-menu > ul > li > .mobile_subsection {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#mobile-menu > ul > li > .mobile_subsection ul {
    position: absolute;
    top: 100%;
    padding: 10px 0px 10px 0px;
    background-color: white;
    left: 0px;
    text-align: left;
    width: auto;
    border: 1px solid #8dbe22;
    margin-top: -1px;
    min-width: 100%;
    background-color: white;
}

#mobile-menu > ul > li > .mobile_subsection ul li {
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    width: auto;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    margin: 0px 15px;
    position: relative;
}

#mobile-menu > ul > li > .mobile_subsection ul li a {
    display: block;
    color: #666 !important;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

#mobile-menu > ul > li > .mobile_subsection ul li a img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
    margin-right: 5px;
}

#mobile-menu > ul > li > .mobile_subsection ul li a span.no_img{display: inline-block;
    vertical-align: middle;
    height: 60%;
    width: 12px;
    margin-left: 3px;
    margin-right: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: black;
}

#header {
    height: 320px;
    position: relative;
    border-bottom: 5px solid #8dbe22;
    background-color: #000000;
}

.view-index #header, .view-index #header .slider {
    height: 522px;
}

#header .menu > li > ul > li a {
    white-space: nowrap;
}

#header .slider-arrow {
    position: absolute;
    width: 21px;
    height: 40px;
    top: 68%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
}

#header .slider-arrow img {
    display: block;
    width: 100%;
    height: auto;
}

#header .slider-prev {
    left: 50%;
    margin-left: -450px;
}

#header .slider-next {
    right: 50%;
    margin-right: -450px;
}

#header .slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    height: 320px;
}

#header .slider .slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 522px;
}

#header .slider .slide img {
    display: block;
    height: 100%;
    width: auto;
}

#header .slider .slide .inner-html {
    position: absolute;
    top: 200px;
    width: 600px;
    height: 322px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #000000;
}

#header .slider .slide .inner-html .slide-text-1 {
    font-size: 22px;
    margin: 0px;
}

#header .slider .slide .inner-html .slide-text-2 {
    font-size: 50px;
    color: #8dbe22;
    margin: 0px;
}

#header .slider .slide .inner-html .slide-text-3 {
    margin: 0px;
}

#header .slider .slide .inner-html .slide-btn {
    border: 2px solid #8dbe22;
    color: white;
    text-decoration: none;
    padding: 15px;
    margin-top: 15px;
    width: auto;
    display: inline-block;
}

#header .menu-line {
    padding-top: 116px;
}

#header .menu {
    height: 82px;
    background: white;
    position: relative;
    z-index: 15;
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-bottom: 2px solid #8dbe22;
    border-top: 2px solid #8dbe22;
}

#header .menu li {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    line-height: 82px;
    margin: 0px 15px;
    position: relative;
}

#header .menu li a {
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}

#header .menu li:hover a {
    color: #8dbe22;
}

#header #logo {
    position: absolute;
    z-index: 20;
    width: 179px;
    height: 109px;
    top: 25px;
    left: 50%;
    margin-left: -90px;
    display: block;
}

#header #logo img {
    display: block;
    /*width: 100%;*/
    height: 116px;
}

#header .user-menu {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: 100px;
    color: white;
    z-index: 20;
}

#header .user-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#header .user-menu ul li {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    margin: 0px 10px;
}

#header .user-menu ul li a {
    color: white;
    text-decoration: none;
}

#header .user-menu ul li:hover a {
    color: #8dbe22;
}

#main {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #f3fb79;
    position: relative;
    background-color: #fff;
}

#footer {
    background-image: url('../img/footer-background_3.jpg');
    background-size: cover;
    height: 539px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #a6b1b7;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#footer .footer-padding {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -600px;
}

#footer .footer-padding .top {
    height: 88px;
    line-height: 88px;
    position: relative;
}

#footer .footer-padding .top .logo-footer {
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    width: 137px;
}

#footer .footer-padding .top .logo-footer img {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: -20px;
    width: 137px;
    height: 52px;
}

#footer .footer-padding .top .links {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

#footer .footer-padding .top .links ul {
    list-style: none;
    line-height: 88px;
    margin: 0px;
    padding: 0px;
}

#footer .footer-padding .top .links ul li {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    margin: 0px 10px;
}

#footer .footer-padding .top .links ul li a {
    color: #bababa;
    text-decoration: none;
}

#footer .footer-padding .top .links ul li:hover a {
    color: #8dbe22;
}

#footer .footer-padding .top .nets {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    line-height: 100%;
}

#footer .footer-padding .top .nets ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    line-height: 100%;
}

#footer .footer-padding .top .nets ul li {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    height: 100%;
    line-height: 100%;
    margin-left: 5px;
    position: relative;
    width: 34px;
}

#footer .footer-padding .top .nets ul li a {
    height: 100%;
    line-height: 100%;
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

#footer .footer-padding .top .nets ul li a img {
    width: 100%;
    height: 100%;
}

#footer .footer-padding .top .nets ul li a img.selected {
    display: none;
}

#footer .footer-padding .top .nets ul li:hover a img {
    display: none;
}

#footer .footer-padding .top .nets ul li:hover a img.selected {
    display: block;
}

#footer .footer-padding .middle {
    background-color: rgba(0, 0, 0, 0.5);
    height: 340px;
}

#footer .footer-padding .middle > div {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    width: 25%;
    padding: 20px 0px;
    position: relative;
}

#footer .footer-padding .middle > div:after {
    content: "\a0";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    border-right: 1px solid #2e2f30;
}

#footer .footer-padding .middle > div:last-of-type:after {
    border: none;
}

#footer .footer-padding .middle > div .title {
    padding: 0px 20px;
    color: #bababa;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

#footer .footer-padding .middle > div .title span {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    margin-left: 5px;
}

#footer .footer-padding .middle > div ul {
    list-style: none;
    margin: 0px;
    padding: 20px;
    height: 225px;
}

#footer .footer-padding .middle > div ul li {
    border-bottom: 1px solid #2e2f30;
    padding: 10px 10px;
}

#footer .footer-padding .middle > div ul li:last-of-type {
    border: none;
}

#footer .footer-padding .middle > div ul li a {
    color: #bababa;
    text-decoration: none;
}

#footer .footer-padding .middle > div ul li a .selected {
    display: none;
}

#footer .footer-padding .middle > div ul li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

#footer .footer-padding .middle > div ul li:hover a img {
    display: none;
}

#footer .footer-padding .middle > div ul li:hover a {
    color: #8dbe22;
}

#footer .footer-padding .middle > div ul li:hover a .selected {
    display: inline;
}

#footer .footer-padding .middle .contact .line {
    position: relative;
    margin: 25px 0px;
}

#footer .footer-padding .middle .contact .line img {
    position: absolute;
    top: 0px;
    left: 30px;
}

#footer .footer-padding .middle .contact .line > div {
    padding-left: 66px;
    color: #bababa;
}

#footer .footer-padding .bottom {
    padding-top: 35px;
    padding-bottom: 50px;
    text-align: right;
    height: 26px;
}

.inner-padding {
    width: 1200px;
    margin: 0px auto;
}

.newsletter.full-wide {
    /*padding-top: 20px; Pillo la altura también, antes no estaba, y modifico el bg size de auto a contain*/
    height: 320px;
	/*background-image: url('../img/banner-nt-tnf.png');*/
    /*background-image: url('../img/banner-nt-salomon.jpg');*/
	/*background-image: url('../img/banner-teva-web-nt.png');*/
  	/*background-image: url('../img/banner-2-web-nt-ondra.png');*/
    background-image: url('../img/banner-2-web-nt-7mesh.png');
    background-size: auto;
    background-position: center;
  	max-width: 100%;
}

.newsletter .text img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .0;
}

.newsletter form {
    position: relative;
    margin-top: 50px;
}

.newsletter form input {
    width: 466px;
    padding: 0px 110px 0px 10px;
    height: 46px;
    border: none;
}

.newsletter form .submit {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100px;
    height: 46px;
    text-align: center;
    margin-left: 193px;
}

.newsletter form .submit input {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    background-color: #999999;
    padding: 0px;
}

.cta {
    height: 344px;
    background-image: url('../img/cta-background_4.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.cta-btn {
    border: 2px solid white;
    color: #8dbe22;
    text-decoration: none;
    padding: 15px;
    margin: 0px auto;
    width: auto;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.offers {
    padding-top: 50px;
}

.offers .offer {
    cursor: pointer;
}

.offers .small {
    width: 270px;
    height: 400px;
}

.offers .big {
    margin: 0px 45px;
    width: 570px;
    height: 400px;
}

.offers .offer .picture {
    display: block;
    width: 100%;
    height: 100%;
}

.offers .offer .picture img {
    width: 100%;
    display: block;
}

.product-slider {
    position: relative;
    display: block;
}

.product-slider .title {
    position: relative;
}

.product-slider .title .line {
    height: 6px;
    background-color: #8dbe22;
    margin-top: 60px;
    margin-bottom: 115px;
}

.product-slider .title .line.white {
    background-color: white;
}

.product-slider .title .over-line {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    background-color: white;
    text-align: center;
}

.product-slider .title .text h2 {
    margin: -0.75em 0px 0px 0px;
    color: #333333;
}

.product-slider .title .text .little {
    color: #666666;
    margin-bottom: 15px;
}

.product-slider .navigation {
}

.product-slider .navigation a img.hover {
    display: none;
}

.product-slider .navigation a:hover img {
    display: none;
}

.product-slider .navigation a:hover img.hover {
    display: inline;
}

.full-wide {
    text-align: center;
    padding-top: 80px;
}

.cta h2 {
    margin-bottom: 62px;
    color: white;
}

.brand-frame {
    height: 80px;
    width: auto;
    margin: 0px 50px;
    overflow: hidden;
    position: relative;
}

.brand-slider {
    background-color: white;
    height: 80px;
    border-top: 1px solid #8dbe22;
    border-bottom: 1px solid #8dbe22;
}

.info .inner-padding {
    padding-top: 65px;
    padding-bottom: 50px;
}

.info .inner-padding > div {
    width: 33.333%;
}

.info .title {
    color: #b5b5b5;
    margin-bottom: 30px;
}

.info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.info .picture {
    width: 93px;
}

.info .picture img {
    width: 100%;
    display: block;
}

.info .data {
    color: #666666;
    margin-left: 30px;
    max-width: 250px;
}

.info .data .head {
    margin-bottom: 20px;
}

.info .phones {
    margin-top: 20px;
}

.info .phones a {
    text-decoration: none;
    color: #666666;
    font-size: 1.1em;
}

.grid-slider {
    overflow: hidden;
    position: relative;
    height: 452px;
    margin-bottom: 33px;
}

.product.grid-slider {
    overflow: visible;
    height: auto;
}

.product.grid-slider.search-results {
    max-width: 1155px;
}

.product.grid-slider .grid {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    text-align: left;
    margin-right: -10px;
}

.grid-slider .grid {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 452px;
    width: 100%;
}

.grid-slider .grid .item {
    width: 275px;
    height: 450px;
    overflow: hidden;
    border: 1px solid #8dbe22;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

.grid-slider .grid .item:last-of-type {
    margin-right: 0px;
}

.grid-slider .grid .item .picture {
    height: 275px;
    width: 275px;
    display: block;
    position: relative;
}

.grid-slider .grid .item .picture img {
    height: 275px;
    width: 275px;
}

.grid-slider .grid .item .picture img.on_sale_pic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.grid-slider .grid .item .view-item {
    text-align: right;
    margin-right: 10px;
    display: block;
    margin-top: 7px
}

.grid-slider .grid .item .data {
    color: #666;
    padding: 13px 20px 0px 20px;
    font-size: 14px;
}

.grid-slider .grid .item .data .name {
    text-transform: capitalize;
    height: 32px;
}

.grid-slider .grid .item .data .price {
    font-size: 1.2em;
}

.grid-slider .grid .item .actions {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    height: 30px;
    padding: 0px 20px;
}

.grid-slider .grid .item .actions .add-item {
    width: 130px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #8dbe22;
    color: white;
    text-decoration: none;
    text-align: center;
}

.grid-slider .grid .item .actions > div {
    position: absolute;
    right: 20px;
    top: 8px;
}

.grid-slider .grid .item .actions > div a:first-of-type {
    margin-right: 10px;
}

.essentials .grid-slider, .essentials .grid-slider .grid {
    height: 262px;
}

.essentials .grid-slider .grid .item {
    height: 250px;
    padding-top: 0px;
}

.essentials .grid-slider .grid .item:hover {
    border: 1px solid #f3fb79;
}

.essentials .grid-slider .grid .item a {
    width: 100%;
    height: 230px;
    display: block;
}

.essentials .grid-slider .grid .item a img {
    width: 90%;
    margin: 10px 5%;
    display: block;
}

.brand-slider .inner-padding {
    position: relative;
    height: 100%;
}

.brand-slider .inner-padding > a {
    height: 35px;
    width: 35px;
    display: block;
    position: absolute;
    top: 23px;
}

.brand-slider .inner-padding > a img {
    display: block;
}

.brand-slider .inner-padding > a img.hover {
    display: none;
}

.brand-slider .inner-padding > a:hover img {
    display: none;
}

.brand-slider .inner-padding > a:hover img.hover {
    display: block;
}

.brand-slider .inner-padding > a.next {
    right: 0px;
}

.brand-slider .inner-padding > a.prev {
    left: 0px;
}

.brand-slider .inner-padding .brand-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1100px;
    height: 100%;
    overflow: hidden;
}

.brand-slider .inner-padding .brand-wrapper > a {
    vertical-align: middle;
    height: 80px;
    width: 144px;
    margin-right: 15px;
    text-align: center;
    line-height: 80px;
    text-decoration: none;
    color: #bcbcbc;
    text-transform: uppercase;
}

.brand-slider .inner-padding .brand-wrapper > a:hover {
    color: #a2a2a2;
}

.brand-slider .inner-padding .brand-wrapper > a:last-of-type {
    margin-right: 0px;
}

.brand-slider .inner-padding .brand-wrapper > a img {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    max-height: 70px;
    max-width: 144px;
}

#side-menu a {
    color: #666;
    text-decoration: none;
}

#side-menu, #side-menu ul {
    list-style: none;
    color: #666;
    margin: 0px;
    padding: 0;
}

#side-menu > li {
    margin: 5px 0px;
}

#side-menu > li:first-of-type {
    margin-top: 0px;
}

ul#side-menu ul.inner li {
    margin-left: 20px;
}

#side-menu .label-1 {
    text-transform: uppercase;
    font-weight: 600;
}

#side-menu .inner {
    display: none;
}

#side-menu .inner li {
    margin: 0px 0px;
    font-size: 12px;
}

#side-menu ul.show {
    display: block;
}

#side-menu li a:hover {
    color: #383e4f;
}

#side-menu li a.selected {
    color: #383e4f;
    position: relative;
}

#side-menu li a > .selected {
    display: none;
    padding-right: 5px;
}

#side-menu li a.selected .selected {
    display: block;
    position: absolute;
    top: 6px;
    height: 10px;
    width: 10px;
    left: -15px;
}

#price-filter {
    margin-top: 50px;
}

#brands {
    margin-top: 50px;
}

#brands .title, #price-filter .title {
    color: #333;
    font-weight: 600;
}

#brands ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

#brands ul li {
    margin: 15px 0px;
}

#brands a {
    text-decoration: none;
    color: #666;
}

#brands a:hover, #brands a.selected {
    color: #383e4f;
}

body.view-product .brand-slider {
    margin-top: 20px;
}

.aside {
    margin-left: 20px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.product {
    padding-top: 28px;
}

.view-product .product {
    position: relative;
}

.product .description {
    border: 1px solid #ddd;
    border-right-color: #bbb;
    border-bottom-color: #aaa;
    padding: 40px;
    color: #666;
    margin-bottom: 0;
    background-color: #f6f6f6;
}

.product .description h2 {
    color: #383e4f;
    margin-top: 0;
}

.product .up .pictures .picture.big {
    display: block;
    position: relative;
}

.product .up .pictures .picture.big img {
    width: 600px;
    height: 600px;
    display: block;
}

.product .up .pictures .picture.big img.on_sale_pic {
    position: absolute;
    top: 0px;
    left: 0px;
}

.product .up .actions-wrapper {
    position: relative;
}

.product .up .actions-wrapper > a {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 12px;
    height: 22px;
    display: block;
}

.product .up .actions-wrapper .prev {
    left: 0px;
}

.product .up .actions-wrapper .next {
    right: 0px;
}

.product .up .product-slider-wrapper {
    overflow: hidden;
    height: 100px;
    margin: 25px;
    position: relative;
}

.product .up .product-slider-wrapper img {
    width: 100px;
    height: 100px;
}

.product .up .product-slider-wrapper .product-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
}

.product .up .product-slider-wrapper .product-slider .product-slide {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 50px;
    cursor: pointer;
    display: inline-block !important;
}

.product .up .product-slider-wrapper .product-slider .product-slide:last-of-type {
    margin-right: 0px;
}

.product .up .product-slider-wrapper .product-slider .product-slide img {
    width: 100%;
    display: block;
}

.product .data h1 {
    color: #383e4f;
    font-size: 1em;
}

.product .data h1 .brand {
    font-size: 32px;
    font-weight: 700;
}

.product .data h1 .name {
    font-size: 18px;
    font-weight: 300;
}

.grid-slider .grid .item .data .price, .product .data .price {
    font-size: 32px;
    color: #8ebb11;
    font-weight: 700;
}

.product .data .price .line-through, .grid-slider .grid .item .data .price .line-through {
    color: #666;
}

.product .data .separator {
    width: 50px;
    height: 2px;
    background-color: #383e4f;
    margin: 10px 0 10px 0;
}
.short-description h2{
    color: #666;
    font-size: 16px;
    font-weight: 100;
}
p.pseudoh2{
    color: #383e4f;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: bold;
    margin-top: 0;
}

.product .data .short-description {

}

.sub-header .separator {
    width: 50px;
    height: 2px;
    background-color: #8fbc13;
    margin: 20px 0 20px 0;
}

.colours a {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 0 11px 15px 0;
}

.product .data .add-to-cart {
    max-width: 395px;
    width:88%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 15px;
    margin: 25px 0px;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.product .data .add-to-cart:hover {
    background-color: #8dbe22;
    color: #fff;
    border: 2px solid #6e717a;
}

.clear {
    clear: both;
}

.ohidden {
    overflow: hidden;
}

.paginator ul.pagination {
    list-style: none;
    margin: 35px 0px;
    padding: 0px;
    text-align: center;
    position: relative;
}

.paginator ul.pagination li {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    margin: 0px 10px;
    line-height: 35px;
    height: 35px;
}

.paginator ul.pagination li a {
    text-decoration: none;
    color: #8fbb3d;
}

.paginator ul.pagination li a img {
    display: block;
}

.paginator ul.pagination li a img.hover {
    display: none;
}

.paginator ul.pagination li a:hover img {
    display: none;
}

.paginator ul.pagination li a:hover img.hover {
    display: block;
}

.paginator ul.pagination li.disabled a {
    cursor: default;
}

.paginator ul.pagination li.disabled img {
    display: block !important;
}

.paginator ul.pagination li.disabled img.hover {
    display: none !important;
}

.paginator ul.pagination li.active a {
    color: #383e4f;
}

.paginator.bottom .dataTables_info {
    display: none;
}

.view-search .info {
    margin-top: 20px;
    border-top: 1px solid #8dbe22;
}

.product .colours {

}

.product .sizes form .input.select select {
    height: 35px;
    width: 165px;
    padding: 0px 10px;
    text-align: left;
    border: 1px solid #969696;
    color: #666;
}

.product .colours .title, .product .sizes .title, .product .whatsapp-container .title {
    color: #333;
    margin-bottom: 5px;
}

.product .whatsapp-container .title i {
    font-size: 1.2em !important;
}

#searcher {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    z-index: 5;
}

#searcher form {
    height: 30px;
}

#searcher form .input.text {
    width: 100%;
    height: 100%;
    position: relative;
}

#searcher form .input.text input {
    width: 228px;
    top: 0px;
    right: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: white;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 4px;
    color: #cccccc;
    outline: 1px solid #8dbe22;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
}

.srch_btn {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 198px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.srch_btn img {
    display: block;
    margin: 7px auto 0px;
}

#searcher .input input:-moz-placeholder {
    color: #cccccc;
}

#searcher .input input:-ms-input-placeholder {
    color: #cccccc;
}

#searcher .input input[placeholder] {
    color: #cccccc;
}

#searcher .input input[placeholder] {
    color: #cccccc;
}

#searcher .input [placeholder] {
    color: #cccccc;
}

#searcher .input *[placeholder] {
    color: #cccccc;
}

.view-cesta-de-la-compra table {
    width: 100%;
    border-collapse: collapse;
    color: #383e4f;
}

.view-cesta-de-la-compra table tr th {
    padding: 20px 0px;
}

.view-cesta-de-la-compra table tr td {
    border-top: 1px solid #aeadad;
    border-bottom: 1px solid #aeadad;
    vertical-align: middle;
    padding: 20px 0px;
}

.view-cesta-de-la-compra table tr td .remove-from-cart {
    text-decoration: none;
    color: #80828b;
}

.view-cesta-de-la-compra table tr td .color-pic {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
}

.view-cesta-de-la-compra table tr td .color-pic img {
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    top: -135px;
    left: -135px;
}

.view-cesta-de-la-compra table tr td.amount .links {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    width: 20px;
    height: 40px;
    font-family: 'montserrat', sans-serif;
    margin-left: 5px;
}

.view-cesta-de-la-compra table tr td.amount .links a {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #969696;
    color: #969696;
    text-decoration: none;
    font-size: 18px;
}

.view-cesta-de-la-compra .totals {
    margin-right: 15px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}

.view-cesta-de-la-compra .totals .iva {
    padding-bottom: 10px;
    color: #b0b0af;
    font-size: 0.9em;
}

.view-cesta-de-la-compra .totals .total {
    font-size: 1.4em;
    padding: 10px 0px 5px 0px;
}

.view-cesta-de-la-compra .totals > a {
    text-decoration: none;
    color: #9d9b9b;
    border: 2px solid #cdcdcd;
    padding: 20px;
    width: auto;
}

.view-cesta-de-la-compra .totals a:hover {
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 20px;
}

.view-cesta-de-la-compra .totals > a.back {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#price-filter {
}

#price-filter .title {
    margin-bottom: 25px;
}

div.range-selector {
    width: 90%;
    height: 5.5em;
    position: relative;
    margin-left: 0;
    font-size: 6px;
}

div.range-selector > div.selectable-area {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.4em;
    background: #54606e;
    border-radius: 0 !important;
}

div.range-selector > div.selected-area {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.4em;
    background: #8ebb11;
    border-radius: 0 !important;
}

div.range-selector > a.range-selector-dot {
    position: absolute;
    width: 1.65em;
    height: 3.3em;
    display: block;
    bottom: 0;
    margin-left: -0.5em;
    cursor: pointer;
}

div.range-selector > a.range-selector-dot > span {
    color: black;
    display: block;
    width: 3em;
    position: absolute;
    top: -1.5em;
    left: 50%;
    margin-left: -1.5em;
    text-align: center;
    font-size: 2.5em !important;
}

/*---Flash message 2 ---*/
.message2-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: black;
    opacity: 0.4;
    z-index: 4;
}

.flash-message-2 {
    width: 400px;
    position: fixed;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -200px;
    background: white;
    z-index: 4;
}

.close-flash {
    position: absolute;
    top: 5px;
    right: 5px;
    color: black;
    text-decoration: none;
}

.message2-text {
    margin: 25px;
    position: relative;
    text-align: center;
}

.message2-text a {
    text-decoration: none;
    color: #9d9b9b;
    border: 2px solid #cdcdcd;
    padding: 20px;
    margin: 5px 10px;
}

.message2-text a:hover {
    color: #6e717a;
    border: 2px solid #8dbe22;
}
.product.pedido .sub-header {
    border-bottom: 1px solid #d4d4d4;
}

.product.pedido h2 {
    font-weight: normal;
}

.product.pedido form > div {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 30px;
}

.product.pedido form > div.shipping .input, .product.pedido form > div.payment-method .input {
    margin-bottom: 10px;
}

.product.pedido form > div.shipping .input input, .product.pedido form > div.payment-method .input input {
    margin-right: 15px;
}

.product.pedido form .submit {
    border: none;
    text-align: right;
    margin-top: 50px;
}

.product.pedido form .submit input {
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 20px;
    width: auto;
    background: none;
}

.product.pedido form > div.contact .radio {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.product.pedido form > div.contact .padder {
    padding-left: 150px;
    margin-bottom: 10px;
}

.product.pedido form > div.contact > .input {
    position: relative;
    margin-bottom: 10px;
}

.product.pedido form > div.contact > .input input {
    position: absolute;
    left: 150px;
}

.product.pedido form > div.contact span.required {
    color: #d4d4d4;
    padding-left: 150px;
}

.middle-box {
    text-align: center;
    margin: 30px auto;
    padding: 0px 30px;
    max-width: 500px;
}

.middle-box .input input {
    width: 180px;
    height: 30px;
    padding: 0px 10px;
    margin: 10px 0px;
}

.middle-box form {
    text-align: center;
}

.middle-box .submit input, .middle-box form > input[type=submit] {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -100px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 20px;
    width: 200px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.3s ease;
}

.middle-box form > input[type=submit] :hover {
    background-color: #8dbe22;
    color: #fff;
    border: 2px solid #6e717a;
}


.middle-box form a {
    text-decoration: none;
    color: #666;
}

.middle-box .line-separator {
    height: 241px;
    width: 0px;
    border: 1px solid #8dbe22;
    margin: 0px 20px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.my-account .data {
    padding-top: 30px;
}

.my-account .data > div {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #8dbe22;
}

.my-account .data > div:last-of-type {
    border: none;
    margin: 0;
    padding: 0;
}

.my-account .data .your-account form .input {
    position: relative;
    margin-bottom: 10px;
}

.my-account .data .your-account form .input label {
    width: 135px;
    display: inline-block;
}

.my-account .data .your-account form .input input {
    height: 30px;
    padding: 0 5px;
    width: 200px;
    max-width: 100%;
}

.my-account .data .your-account form .submit input {
    width: auto;
    height: 30px;
    background-color: #8dbe22;
    -webkit-appearance: none;
    border: 1px solid #8dbe22;
}

.my-account .data .your-profiles .list > span {
    position: relative;
    padding: 5px;
    border: 1px solid #8dbe22;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
}

.my-account .data .your-profiles .list > span:hover {
    background-color: #cdcdcd;
    color: white;
    border: 1px solid #cdcdcd;
}

.my-account .data .your-profiles .list > span a {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    color: black;
    background-color: red;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    font-family: 'oswald', sans-serif;
}

.my-account .data .your-profiles .list > span:hover a {
    display: block;
}

.my-account .data .your-profiles form {
    margin-top: 20px;
}

.my-account .data .your-profiles form .input {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.my-account .data .your-profiles form .input select {
    height: 30px;
}

.my-account .data .your-profiles form .submit input {
    height: 30px;
    background-color: #8dbe22;
    -webkit-appearance: none;
    border: 1px solid #8dbe22;
}

.my-account .cart-orders {
    margin: 50px 0px;
}

.my-account .cart-orders .tabs .tab {
    background-color: #cdcdcd;
    width: 200px;
    text-align: center;
    padding: 20px 50px;
    text-decoration: none;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8dbe22;
    border-bottom: 0px;
}

.my-account .cart-orders .tabs .tab.selected {
    color: black;
    background-color: #8dbe22;
}

.my-account .cart-orders .list {
    display: none;
}

.my-account .cart-orders .list.selected {
    display: block;
    border: 1px solid #8dbe22;
    padding: 20px;
}

.my-account .cart-orders .cart-list table {
    width: 100%;
    border-collapse: collapse;
    color: #383e4f;
    margin-bottom: 50px;
}

.my-account .cart-orders .cart-list table th {
    border-bottom: 1px solid #cdcdcd;
}

.my-account .cart-orders .cart-list table th:first-of-type {
    text-align: left;
}

.my-account .cart-orders .cart-list table td {
    border-bottom: 1px solid #cdcdcd;
}

.my-account .cart-orders .list .cart {
    margin-bottom: 50px;
    border-bottom: 1px solid #8dbe22;
}

.my-account .cart-orders .list .cart:last-of-type {
    border: none;
}

.my-account .cart-orders .list .cart h3 {
    position: relative;
}

.my-account .cart-orders .list .cart h3 a {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: black;
    text-decoration: none;
    background: red;
    text-align: center;
    line-height: 30px;
}

.my-account .cart-orders .add-to-session {
    vertical-align: top;
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 20px;
    margin: 20px 0px;
}

.my-account .addresses-list a.addnew {
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 20px;
    margin: 20px 0px;
}

.my-account .addresses-list .address {
    border-bottom: 1px solid #8dbe22;
    padding: 15px 0px;
    position: relative;
}

.my-account .addresses-list .address .is {
    position: absolute;
    top: 50%;
    right: 0px;
    height: 32px;
    margin-top: -16px;
}

.my-account .addresses-list .address .is a.set {
    padding: 5px;
    background: #cdcdcd;
    border-radius: 5px;
    margin-right: 5px;
    color: white;
    text-decoration: none;
}

.my-account .addresses-list .address .is a.set:hover {
    background: #8dbe22;
    color: black;
}

.my-account .addresses-list .address .is a.set.active {
    background: #8dbe22;
    color: black;
    cursor: default;
}

.my-account .addresses-list .address .is a.delete {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: black;
    text-decoration: none;
    background: red;
    text-align: center;
    line-height: 30px;
}

.subfamilies > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.subfamilies > ul li a {
    display: block;
    margin: 5px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    background-color: #b5b5b5;
    border-radius: 5px;
    color: black;
}

.subfamilies > ul li.selected a, .subfamilies > ul li:hover a {
    background-color: #8dbe22;
    color: white;
}

.product .up .data {
    position: relative;
}

.whatsapp-container {
    bottom: 25px;
    left: 250px;
}

.whatsapp-container.short {
}

.whatsapp {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    text-decoration: none;
    color: #6e717a;
    cursor: default;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #8dbe22;
    padding: 10px;
}

.whatsapp span {
    display: block;
    text-align: center;
}

.whatsapp > span > span.bold {
    padding: 5px 0px;
    font-size: 1.3em;
    display: block;
}

.whatsapp.active {
    background-color: #8dbe22;
    border-radius: 5px;
    color: white;
    text-align: center;
}

body.view-tramita-tu-pedido-2 table {
    width: 100%;
    border-collapse: collapse;
    color: #383e4f;
}

body.view-tramita-tu-pedido-2 table tr th {
    padding: 20px 0px;
}

body.view-tramita-tu-pedido-2 table tr td {
    border-top: 1px solid #aeadad;
    border-bottom: 1px solid #aeadad;
    vertical-align: middle;
    padding: 20px 0px;
}

body.view-tramita-tu-pedido-2 table tr td .remove-from-cart {
    text-decoration: none;
    color: #80828b;
}

body.view-tramita-tu-pedido-2 table tr td .color-pic {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
}

body.view-tramita-tu-pedido-2 table tr td .color-pic img {
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    top: -135px;
    left: -135px;
}

body.view-tramita-tu-pedido-2 table tr td.amount .links {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    width: 20px;
    height: 40px;
    font-family: 'montserrat', sans-serif;
    margin-left: 5px;
}

body.view-tramita-tu-pedido-2 table tr td.amount .links a {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #969696;
    color: #969696;
    text-decoration: none;
    font-size: 18px;
}

body.view-tramita-tu-pedido-2 .totals {
    margin-left: 315px;
    margin-right: 15px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}

body.view-tramita-tu-pedido-2 .totals .iva {
    padding-bottom: 50px;
    color: #b0b0af;
    font-size: 0.9em;
}

body.view-tramita-tu-pedido-2 .totals .total {
    font-size: 1.4em;
    padding: 10px 0px 5px 0px;
}

body.view-tramita-tu-pedido-2 .totals > a {
    text-decoration: none;
    color: #9d9b9b;
    border: 2px solid #cdcdcd;
    padding: 20px;
    width: auto;
}

body.view-tramita-tu-pedido-2 .totals a:hover {
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 20px;
}

body.view-tramita-tu-pedido-2 .totals > a.back {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

body.view-tramita-tu-pedido-2 .details > div {
    margin-right: 20px;
}

body.view-tramita-tu-pedido-2 .details > div h3 {
    font-weight: normal;
    color: #666;
}

body.view-tramita-tu-pedido-2 .sub-header h2 {
    font-weight: normal;
}

body.view-tramita-tu-pedido-2 .order-number {
    font-weight: normal;
    text-align: center;
    margin: 0px 15px 30px 315px;
}

body.view-tramita-tu-pedido-2 .order-number > span {
    border: 2px solid #8dbe22;
    padding: 10px 25px;
}

body.view-tramita-tu-pedido-2 .order-number > span > span {
    font-weight: bold;
}

body.view-tramita-tu-pedido-2 .continue {
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 20px;
    margin: 20px 0px;
    background-color: white;
}

body.view-tramita-tu-pedido .textarea label {
    vertical-align: top;
}

.my-account .cart-orders {
    margin: 50px 0px;
}

.my-account .cart-orders .tabs .tab {
    background-color: #cdcdcd;
    width: 200px;
    text-align: center;
    padding: 20px 50px;
    text-decoration: none;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #8dbe22;
    border-bottom: 0px;
}

.my-account .cart-orders .tabs .tab.selected {
    color: black;
    background-color: #8dbe22;
}

.my-account .cart-orders .list {
    display: none;
}

.my-account .cart-orders .list.selected {
    display: block;
    border: 1px solid #8dbe22;
    padding: 20px;
}

.my-account .cart-orders .order-list table {
    width: 100%;
    border-collapse: collapse;
    color: #383e4f;
    margin-bottom: 50px;
}

.my-account .cart-orders .order-list table th {
    border-bottom: 1px solid #cdcdcd;
}

.my-account .cart-orders .order-list table th:first-of-type {
    text-align: left;
}

.my-account .cart-orders .order-list table td {
    border-bottom: 1px solid #cdcdcd;
}

.my-account .cart-orders .list .order {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #8dbe22;
}

.my-account .cart-orders .list .order:last-of-type {
    border: none;
}

.my-account .cart-orders .list .order h3 {
    position: relative;
}

.my-account .cart-orders .list .order h3 a {
    position: relative;
    right: 0;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 1px;
    font-size: 9px;
    top: 3px;
}

.product.pedido form > div.contact .input {
    position: relative;
    margin-bottom: 5px;
}

.product.pedido form > div.contact label {
    display: inline-block;
    width: 200px;
}

.product.pedido form > div.contact .input textarea, .product.pedido form > div.contact .input input {
    width: 494px;
    max-width: 95%;
}

.product.pedido form > div.contact .input select {
    width: 498px;
    max-width: 95%;
    display: block;
}

.only-mobile {
    display: none;
}

.my-account .data > h1 {
    position: relative;
}

.my-account .data > h1 .logout {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 30px;
    width: 30px;
}

.my-account .data > h1 .logout img {
    display: block;
    width: 100%;
    height: 100%;
}

body.view-product .aside {
    margin-top: 0px;
}

.breadcrumbs {
    position: absolute;
    color: black;
    top: 0;
    font-size: 0.8em;
}

.breadcrumbs > a {
    color: #8dbe22;
    text-decoration: none;
}

#header .menu > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0px 10px 0px;
    background-color: white;
    left: 0px;
    text-align: left;
    width: auto;
    border: 1px solid #8dbe22;
    margin-top: -1px;
    min-width: 100%;
    z-index: 6;
}

#header .menu > li:hover > ul {
    display: block !important;
}

#header .menu > li > ul > li {
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    width: auto;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
}

#header .menu > li > ul > li a {
    display: block;
    color: #666 !important;
    line-height: 20px;
    height: 20px;
}

#header .menu > li > ul > li a img {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    height: 100%;
    width: auto;
    margin-right: 5px;
}

#header .menu > li > ul > li a span.no_img {
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    height: 60%;
    width: 12px;
    margin-left: 3px;
    margin-right: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: black;
}

#header .menu > li > ul > li:hover a {
    color: #8dbe22 !important;
}

body.view-clientsadd-address h1 {
    margin: 15px 0px;
}

body.view-clientsadd-address form {
    padding: 15px;
    border: 1px solid #8dbe22;
    margin-bottom: 15px;
}

body.view-clientsadd-address form .input {
    position: relative;
    margin-bottom: 10px;
}

body.view-clientsadd-address form .input input, body.view-clientsadd-address form .input select {
    position: absolute;
    left: 135px;
}

body.view-clientsadd-address form > div:last-of-type {
    padding-left: 135px;
}

.choose-gender {
    position: absolute;
    top: 0px;
    right: 0px;
}

.choose-gender a {
    margin-right: 10px;
    color: black;
    background-color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #8dbe22;
}

.choose-gender a.active, .choose-gender a:hover {
    background-color: #8dbe22;
}

.totals .discount-codes {
    text-align: left;
    margin-bottom: 50px;
    border: 1px solid #aeadad;
    padding: 20px;
    padding-top: 10px;
}

.totals .discount-codes h2 {
    margin: 0px;
    margin-bottom: 10px;
}

.totals .discount-codes .add-code {
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.totals .discount-codes .add-code input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0px 63px 0px 10px;
    border: 1px solid #8dbe22;
}

.totals .discount-codes .add-code .input.submit {
    position: absolute;
    bottom: 0px;
    right: 26px;
    width: auto;
    height: 32px;
    display: block;
}

.totals .discount-codes .add-code .input.submit input {
    width: 100%;
    height: 100%;
    border: 0px;
    background: none;
    background-color: #8dbe22;
    color: black;
    text-align: center;
    padding-right: 10px;
}

.totals .discount-codes .applied-code {
    width: 600px;
    margin-bottom: 10px;
    max-width: 100%;
}

.totals .discount-codes .applied-code > div {
    min-height: 30px;
}

.applied-code > div span.article-code-description {
    line-height: 30px;
}

.totals .discount-codes .applied-code > div a, .totals .discount-codes .applied-code > div a:hover {
    height: 30px !important;
    width: 30px !important;
    line-height: 30px;
    text-align: center;
    color: black;
    background-color: red;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    border: none !important;
    padding: 0px !important;
    margin-right: 10px;
}

.totals .discount-codes label {
    display: block;
    color: #383e4f;
    margin-bottom: 5px;
}

.cart_name_wrapper * {
    display: block;
    width: 286px;
}

.cart_name_wrapper #cart_name {
    color: #9d9b9b;
    border: 2px solid #cdcdcd;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    margin: 5px 10px;
}

.popupForm {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#addForm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 426px;
    margin: -213px 0px 0px -150px;
    background-color: white;
    padding: 15px;
    border: 1px solid #8dbe22;
}

#addForm .input {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#addForm .input input, #addForm .input select {
    position: absolute;
    left: 135px;
}

#addForm > div:last-of-type {
    padding-left: 135px;
    border-bottom: 0px;
}

.read-more-product {
    color: #8dbe22;
}

.order-address-new {
    padding: 20px 0px;
}

#header .slider .slide .inner-html a {
    color: #8dbe22;
}

.essentials .product-slider .title .line {
    margin-bottom: 80px;
}

.product .data h1 {
    text-transform: uppercase;
}

.product.grid-slider .grid {
    text-align: center;
}

.product .selectors {
    position: absolute;
    top: 28px;
    right: 80px;
}

.product .selectors > div {
    margin-left: 10px;
}

.product .selectors label {
    display: block;
}

/*
 .product .selectors select {
 height: 30px;
 width: 90px;
 line-height: 30px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 border: 1px solid rgb(169, 169, 169);
 outline: 0px;
 padding: 0px;
 text-indent: 10px;
 background-color: white;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background-image: url('../img/select_arrow.png');
 background-position: 95% center;
 background-repeat: no-repeat;
 }*/
.product .selectors select {
    height: 30px;
    max-width: 100px;
    border-radius: 5px;
}

input:focus {
    background-color: white;
}

.applied-code > div small {
    display: none;
}

.totals-with-article-on-sale .applied-code > div small {
    display: inline;
}

/*initpopup*/
.init_popup_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100000000;
}

.init_popup_box {
    position: fixed;
    top: 100px;
    padding: 20px;
    width: 600px;
    height: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 100000000;
}

.init_popup_box .init_popup_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    display: block;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    text-decoration: none;
    font-family: sans-serif;
    color: black;
}

.init_popup_box .init_popup_pic {
    width: 600px;
    height: 600px;
    display: block;
}

.view-clientslogin .checkbox, #cesta-aut .checkbox {
    width: 200px;
    padding: 0;
    text-align: left;
    color: #6e717a;
    font-size: 12px;
}

.view-clientslogin .checkbox input, #cesta-aut .checkbox input{
    height: 15px;
    width: 15px;
    margin: 0 10px 0 0;
}

/*///Ivan///*/

div.product .ohidden .data{
    padding-bottom: 20px;
    max-width: 460px;
}

#h1home{
    text-align: center;
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 1.2em;
    font-weight: bold;
    padding: 0 20px;
    color: #333333;
}

/* Static Pages */

div.wrapper-static {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 600px;
}

div.wrapper-static h1{
    font-size: 24px;
}

div.wrapper-static p{
    font-size: 14px;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

div.wrapper-static a{
    color: #88c300;
    text-decoration: none;
}
div.wrapper-static a:hover{
    color: #669300;
}

.pictures .picture .sale-band{
    color: #ffffff;
    position:absolute;
    width:100px;
    height: 20px;
    top: 48px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.picture .sale-band{
    color: #ffffff;
    position:absolute;
    width:100px;
    height: 20px;
    top: 43px;
    right: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sale-band h4{
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-decoration:none;
    text-align: center;
    margin: 0;
}

.color-sel{
    border:solid 4px #88c300;
}
.color-nosel{
    border:solid 4px #ffffff;
}

.inner-wrapper{
    width:1080px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ddd;
}

div.grid-slider.product{
    margin-left: 325px;
}

p.stock{
    font-size: 16px;
    color: #8ebb11;
    font-weight: 700;
}

#entrega>p {
    margin: 2px 0;
}

h4.prod-sale-text{
    margin: 0;
    color:red;
    font-size: 16px;
}
div.route{
    width:100%;
    background-color: #eaebec;
}
div.route>.product{
    margin-left: 325px;
}
div.size-box{
    height: 40px;
    font-size: 15px;
    min-width: 40px;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 0 5px 5px 0;
    cursor: pointer;
}
div.nostock{
    border: 1px dashed #aaa;
    color: #aaa;
}

div.size-selected{
    border: 1px solid #222;
    color: #222;
    cursor: default !important;
    background-color: #8ebb11;
}

div.stock{
    border: 1px solid #222;
    color: #222;
}

/*Nuevo proceso de compra*/

div.log-box{
    display: inline-block;
    border: 1px solid #ddd;
    border-right-color: #bbb;
    border-bottom-color: #aaa;
    padding: 20px;
    max-width: 246px;
    margin:10px;
    background-color: #f9fafb;
    clear: both;
}

div.frame-centered{
    width: 810px;
    margin: auto;
}

h3.center-title{

    font-weight: 400;
    margin-bottom: 30px;
}

.cta-button{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #6e717a;
    border: 2px solid #8dbe22;
    padding: 15px;
    margin: 25px 0px;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-button:hover{
    background-color: #8dbe22;
    color: #fff;
    border: 2px solid #6e717a;
}

.cta-clicked{
    background-color: #8dbe22 !important;
    color: #fff !important;
    border: 2px solid #6e717a !important;
}

#deliver-box{
    text-align: center;
    width: 100%;
}

.pad{
    margin: 0 30px 20px;
}

div.no-articles{
    color:red;
    font-weight: 700;
    font-size: 13px;
}

div.pedido .contact{
    min-height: 40px;
}

.checkout-bc li {
    color: #b7b7b7;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    font-size: 1.1em;
    padding: 5px;
}

.checkout-bc {
    margin: 0px auto 3.5em;
    width: 100%;
    display: table;
    text-align: center;
}

.checkout-active{
    background-color: #8dbe22 !important;
    color: white !important;
}

#delivering-frame{
    max-width: 500px;
    padding-left: 30px;
    color:#222;
    float:left;
}

#delivering-frame label{
    font-size: 12px;
    display: inline-block;
    width: 200px;
    color:#666;
}

#delivering-frame input{
    font-size: 12px;
    width: 494px;
    max-width: 95%;
    border:1px solid #ddd;
    background-color : #f9fafb;
    height: 24px;
}

#delivering-frame input[type=submit]{
    margin-top: 0;
    left: 0;
    width: 493px;
    max-width: 100%;
    position: relative;
}

div.form-double{
    width: 100%;
}

div.order-city{
    width: 74%;
    min-width: 300px;
    float: left;
}

div.order-postal{
    width: 22%;
    min-width: 50px;
    float: left;
}

#delivering-frame h2 {
    font-weight: 700;
}

div.order-50{
    width: 48.8%;
    float: left;
}
div.order-50-i{
     width: 48.7%;
     float: left;
}
div.form-row {
    width: 100%;
    overflow: hidden;
    clear: both;
}
#delivering-frame  .input select {
    width: 498px;
    max-width: 95.5%;
    display: block;
    border:1px solid #ddd;
    background-color : #f9fafb;
    height: 30px;
    font-size: 12px;
}
#delivering-frame  .input textarea {
    width: 494px;
    max-width: 94.2%;
    border:1px solid #ddd;
    background-color : #f9fafb;
}

#cart-mini{
    border:1px solid #ddd;
}

.order .openSans{
    font-weight: 100;
    font-size: 14px;
}