/* =======================
    TYPOPGRAPHY 
======================== */ 

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
/* =======================
    GENERAL STYLES
======================== */ 
html, body {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	color: #4B4B4B;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	padding-top: 74px;
	overflow-x: hidden; 
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
main {
	padding-bottom: 0;
    min-height: calc(100vh - 460px);
}
b, strong, .strong {
    font-weight: 600; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #4B4B4B;
	font-weight: 400; 
	margin-top: 0;
    display: block;
    line-height: 1.3;    
    margin-bottom: 4px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    
}
h1, h2, h3, .h1, .h2, .h3 {
	color: #4B4B4B;
}
h4, h5, h6, .h4, .h5, .h6 {
    color: #4B4B4B;
}
.h1, h1 {
    font-size: 34px;
}
.h2, h2 {
    font-size: 27px;
}
.h3, h3 {
    font-size: 23px;
}
.h4, h4 {
    font-size: 20px;
}
.h5, h5 {
    font-size: 18px;
}
.h6, h6 {
    font-size: 15px;
}
a{
	text-decoration: none;
	color: #0034c4;
}
a:hover {
	color: #d64152;
	text-decoration: none;
}
a:focus,
a:active {
	outline: 0;
	outline-offset: -2px;
	text-decoration: none;
    box-shadow: none;
}
p {
    font-size: 14px;
    color: #4b4b4b;
}
blockquote {
    border-left: 4px solid #0034C4;
    margin: 10px 0;
    padding: 0px 10px 0px;
}
hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #d6d6d6;
}
a#pay-now-btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}
.clear{
  	clear: both;
}
.only_mobile{
  	display: none;
}
.element_invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    left: 0;
    top: 0;
    opacity: 0;
    max-width: 200px;
    max-height: 200px;
}
.the_button {
    background-color: #0034C4;
    border: 2px solid #0034C4;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    text-shadow: none;
    font-size: 15px;
    margin: 8px 0;
    border-radius: 60px;
    line-height: 25px;
}
.the_button span,
.the_button i.material-icons {
    display: inline-block;
    vertical-align: middle;
}
.the_button i.material-icons {
    font-size: 19px;
    vertical-align: middle;
    line-height: initial;
    margin-left: 6px;
    margin-top: -2px;
}
.the_button i.material-icons.right {
    margin-right: 2px;
    margin-left: 0;
    width: 22px;
    line-height: 12px;
}
.the_button i.material-icons.left {
    margin-left: 2px;
    margin-right: 0;
}
.the_button:hover, 
.the_button:focus {
    background-color: #004BD3;
    border: 2px solid #004BD3;
    color: #ffffff;
}
.the_button.secondary { 
	background-color: #d64152;
	border: 2px solid #d64152;
}
.the_button.secondary:hover {
    background-color: #d02c3f;
    border: 2px solid #d02c3f;
}
.the_button.inverse {
    background-color: transparent;
    border-color: #0034C4;
    color: #0034c4;
}
.the_button.inverse:hover {
    background-color: transparent;
    border: 2px solid #004BD3;
    color: #004BD3;
}
.the_button.secondary.inverse {
    background-color: transparent;
    border-color: #d64152;
    color: #d64152;
}
.the_button.secondary.inverse:hover {
    background-color: transparent;
    border-color: #d02c3f;
    color: #d02c3f;
}
.the_button.gray.inverse {
    background-color: transparent;
    border-color: #0034C4;
    color: #004BD3;
}
.the_button.gray.inverse:hover {
    background-color: transparent;
    border: 2px solid #004BD3;
    color: #004BD3;
}
/*.the_button.secondary.inverse {
    background-color: transparent;
    border-color: #1c5da9;
    color: #1c5da9;
}
.the_button.secondary.inverse:hover {
    background-color: transparent;
    color: #004BD3;  
}*/
.the_button.white {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #0034C4;
}
.the_button.white:hover {
    background-color: #004BD3;
    border-color: #004BD3;
    color: #ffffff;
}
.the_button.white.inverse {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.the_button.white.inverse:hover {
    background-color: #ffffff;
    color: #0034C4;
}
.the_button.white.inverse:hover .material-icons {
    color: #0034C4;
}
.square {
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 28px;
}

.the_button.inverse.white.square:hover {
    color: #ffffff;
    background-color: rgba(130, 136, 143, 0.6); 
}
@-webkit-keyframes hvr-pop{
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@keyframes hvr-pop{
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
.the_button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent; 
}
.the_button:focus, .the_button:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.kensei_02 {
	-webkit-transition: all 0.2s ease-in-out;
	      	transition: all 0.2s ease-in-out;
}
.kensei_03 {
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}
.kensei_04 {
    -webkit-transition: all 0.45s ease-in-out;
            transition: all 0.45s ease-in-out;
}
.letter_spacing {
    letter-spacing: 2px;
    text-transform: uppercase;
}
.responsive_image,
.responsive_image img{
	width: 100%;
	height: auto;
}
section,
.section {
    padding: 30px 0 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
    position: relative; 
}
.section.gray {
    background-color: #f7f7f7;
    margin-top: 22px;
}
#breadcrumb {
    padding-bottom: 0;
    font-weight: 400;
    color: #777777;
}
#breadcrumb a {
    color: #777777;
}
#breadcrumb a:hover {
    color: #0034c4;
}

#flexible_content #breadcrumb {
    padding-bottom: 0;
}
#breadcrumb #home_url {
    color: #0034c4;
}
#flexible_content.has_breadcrumb #the_content {
    padding-top: 20px;
}
input:focus {
    outline: 1px solid #0034C4;
    outline-offset: 0;
}
.only_mobile {
    display: none;
}
.flex_add_button .additional_button_text,
.flex_background_content .additional_button_text {
    background-color: transparent;
    border-left: 3px solid #0034C4;
    margin-right: 3px;
    padding: 6px 15px 6px 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
}
.flex_background_content  .additional_button_text {
    border-left: 3px solid #ffffff;
}  
/* =======================
    UI KIT
======================== */
span.ui {
    margin-top: -5px;
    margin-bottom: 6px;
    display: block;
    font-size: 12px;
}
/* =======================
    HEADER
======================== */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 75px;
    border-bottom: 0;
    /*overflow: hidden;*/
    /*box-shadow: 0 1px 10px rgba(45, 45, 45, 0.2);*/
    -webkit-transform: translate3d(0px,0px,0px);
            transform: translate3d(0px,0px,0px);
}

/* -- BEGIN LOGO WRAPPER -- */
#logo_wrapper {
    height: 100%;
    float: left;
    margin: 0;
    width: 160px;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
}
#logo_wrapper a img {
    width: auto;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#logo_wrapper a {
    float: none;
    position: relative;
}
#logo_wrapper span,
#logo_wrapper h1 {
	/* display: none; */
	text-indent: -9999999px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
/* -- END LOGO WRAPPER -- */
#finder_wrapper {
    position: fixed;
    top: 0;
    width: 0;
    left: 190px;
    background-color: #ffffff;
    height: 75px;
    z-index: 99;
    overflow: hidden;
    border-left: 2px solid #f7f7f7;
}
#finder_wrapper.open {
    width: calc(100% - 265px);
    border-color: #d8d8d8;
    background-color: #ffffff;
}
#no_shop #finder_wrapper.open {
    width: calc(100% - 220px);
}
#finder form {
    height: 100%;
    position: absolute;
    width: calc(100vw - 275px);
    overflow: hidden;
    right: 0;
}
#no_shop #finder form {
    width: calc(100vw - 222px);
}
#finder form input[type=search], 
#finder form button {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#finder form input[type=search] {
    width: calc(100% - 115px);
    border: 0;
    background: transparent;
    padding: 0 16px;
    height: 30px;
    font-size: 16px;
    color: #0034c4;
    font-weight: 600;
}
#finder form button {
    width: 115px;
    -webkit-appearance: none;
    border: 0;
    box-shadow: none;
    background: #82888f;
    color: #ffffff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    height: 100%;
    margin: 0;
    margin-left: -2px;
    margin-right: -2px;
    line-height: 77px;
    font-weight: 600;
}
#finder form button:hover {
    background-color: #3f424d;
}
#finder #finder_wrapper.open form button {

}
#finder form button:focus,
#finder form button:active {
    outline: 0;
    outline-offset: -2px;
}
nav.navigation li#finder button i {
    margin-left: 3px;
    margin-right: -2px;
}
#header_principal {
    font-size: 12px;
    background-color: #f7f7f7;
    /* border-bottom: 2px solid #DDDDDD; */
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 999;
    position: relative;
}
#header_principal,
nav.navigation {
    height: 75px;
} 
nav.navigation li i {
    vertical-align: middle;
    font-size: 24px;
    margin-left: -4px;
}
nav.navigation li#finder i {
    margin-left: 0px;
}
/*.sticky #header_principal {
    height: 70px;
}*/
#header_principal .container, 
#header_principal .row{
	height: 100%; 
}
nav.navigation, 
nav.navigation .menu > ul, 
nav.navigation .principal_navigation { 
    display: inline-block;
    vertical-align: bottom;
    text-transform: none;
    float: left;
}
nav.navigation .menu > ul, 
nav.navigation .principal_navigation {
    padding-left: 0;
    margin: 0;
}
nav#navigation {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    padding-left: 190px;
    padding-right: 75px;
}
nav.navigation .menu > ul li, 
nav.navigation .principal_navigation li {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}
nav.navigation .menu > ul li a, 
nav.navigation .principal_navigation > li a {
    color: #82888F;
    display: block;
    padding: 32px 6px 12px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; 
    line-height: 30px;
}
nav.navigation .menu > ul li a:hover, 
nav.navigation .principal_navigation > li a:hover,
nav.navigation .menu > ul li a.current, 
nav.navigation .principal_navigation > li a.current,
nav.navigation .menu > ul li a.active,
nav.navigation .principal_navigation > li a.active,
nav.navigation .menu > ul li.current_page_item a, 
nav.navigation .principal_navigation > li.current_page_item a {
    color: #0034c4; 
}
nav.navigation .menu > ul > li:hover > a, 
nav.navigation .menu > ul > li > ul > li a,
nav.navigation .principal_navigation > li:hover > a, 
nav.navigation .principal_navigation > li > ul > li a{
  	text-decoration: none;
}
nav.navigation .menu > ul > li > .sub-menu, 
nav.navigation .principal_navigation > li > .sub-menu {
    visibility: hidden;
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 220px;
    left: 50%;
    margin-left: -50%;
    margin-top: 0px;
    padding: 5px 13px 8px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    /* border-bottom: 3px solid #0034c4; */
}
nav.navigation .menu > ul > li > .sub-menu.active,
nav.navigation .principal_navigation > li > .sub-menu.active{
	visibility: visible; 
	opacity: 1;
}
nav.navigation .menu > ul > li > .sub-menu > li, 
nav.navigation .principal_navigation > li > .sub-menu > li {
    display: flex;
    margin: 8px 0;
    font-size: 15px;
    text-transform: none;
}
nav.navigation .menu > ul > li > .sub-menu > li a, 
nav.navigation .principal_navigation > li > .sub-menu > li a {
    color: #313132;
    display: block;
    padding: 0;
}
nav.navigation .menu > ul > li > .sub-menu > li a:hover,
nav.navigation .principal_navigation > li > .sub-menu > li a:hover{
  	color: #7C7C7C; 
}
#nav_products #header_cat_list li.double-height{
	height:35px;
}
#app_burguer {
  	display: none;
}
#cart_icon {
    display: block;
    background-color: #0034C4;
    height: 75px;
    width: 75px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
td.var-add {
    width: 10px;
}
a.add-to-cart-content {
    margin-left: 5px;
}
a.add-to-cart-content .material-icons {
    font-size: 18px;
    line-height: 24px;
}
#cart_icon:hover {
    background-color: #004BD3;
}
#cart_icon i {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 34px;
    width: 36px;
    height: 36px;
    margin-left: -17px;
    margin-top: -16px;
}
#cart_icon #cart_item_count {
    background-color: #FD6456;
    position: absolute;
    top: 15px;
    right: 13px;
    color: #ffffff;
    display: block;
    padding: 0px 7px 2px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
}
#main_nav {
    /*border-left: 1px solid #D8DADB;*/
}
#secondary_nav { 
    float: right;
    margin-right: 15px;    
    /*border-left: 1px solid #D8DADB;*/
}
#secondary_nav li {
    float: right;
}
#secondary_nav li a {
    padding-left: 10px;
    padding-right: 10px;
}
#secondary_nav .sub-menu.cloud {
    background: transparent;
    margin: 0;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    padding: 18px 0 0 0;
    text-align: left;
}
#secondary_nav .sub-menu.cloud > div {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(45, 45, 45, 0.1);
    float: left;
    overflow: hidden;
    padding: 15px;
    border: solid 1px #e0e0e0;
}
#secondary_nav .sub-menu.cloud > div:after {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    background-color: white;
    left: 50%;
    margin-left: -10px;
    top: 11px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid 1px #e0e0e0;
    z-index: -1;
}
#secondary_nav .sub-menu.cloud > div:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    left: 50%;
    margin-left: -12px;
    top: -1px;
    position: absolute;
}
#secondary_nav .only_app_mode {
    display: none;
}
.square-item {
    /*width: 75px;*/
    text-align: center;
}
.square-item i {
    margin-top: -4px;
}
#cart_content {
    position: absolute;
    width: 500px;
    background-color: #ffffff;
    right: 0;
    top: 75px;
    z-index: 9;
    border-top: 5px solid #0034C4;
    box-shadow: 0 1px 10px rgba(45, 45, 45, 0.2);
    padding: 20px; 
    display: block;
    right: -550px;
    -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
}

#cart_content.open {
    right: 0; 
}
#cart_content img{
	width: 100px;
	height: auto;
}
#cart_list .product-row td {
    padding: 0;
}
#cart_list tbody .product-row:first-child > td {
    padding-top: 0;
}
#cart_list .product-row > td {
    padding: 20px 0;
} 
#cart_list .product-image img {
    border: 1px solid #E1E7F0;
}
#cart_list tr.item-id-0 .product-image img {
	/*width: 30px;
	height: 30px;*/
    border: 1px solid #e6e6e6;
}
#cart_list tr.item-id-0 .product-content tr.tr-info{
	display: none;
}
#cart_list .product-image {
    width: 100px; 
}
.tr-main-description {

}
img.alignright {
    float: right;
    margin-left: 15px;
}
img.alignleft {
    float: left;
    margin-right: 15px; 
}
#cart_list .product-row .first-td {
    padding-left: 10px;
    padding-right: 10px;
    width: 215px;
}
#cart_list .product-row .second-td {
    padding-left: 10px;
    text-align: right;
    width: 145px;
}
#cart_list_wrapper {
    max-height: 510px;
    overflow: hidden;
}
.tr-main-description .first-td,
.tr-main-description .second-td {
    height: 60px;
}
.tr-main-description {
    line-height: 1.2;
}
.tr-main-description .product-name {
    height: 60px;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
}
.product-name a {
    color: #5e5e5e; 
}
.product-row.item-id-0 .product-name a{
	color: #efba3c;
    font-weight: bold;
}
.product-name a:hover {
    color: #0034C4; 
}
.tr-main-description .product-old-price {
    color: #82888F;
}
.tr-main-description .product-total-price {
    color: #0034C4;
    font-weight: 600;
    font-size: 16px;
}
.tr-variations .first-td, 
.tr-variations .second-td {
    height: 20px;
    font-size: 14px;
}
.tr-variations {
    color: #82888F;
}
.tr-info .first-td, 
.tr-info .second-td {
    height: 20px;
    font-size: 14px;
    color: #82888F;
}
.tr-info a i {
    font-size: 19px;
    color: #82888F;
    vertical-align: top;
}
.tr-info .second-td span {
    font-weight: 700;
}
#cart_list_resume {
    background-color: #f7f7f7;
    width: 100%;
    margin: 15px 0;
}
#cart_list_resume td {
    padding: 15px 20px;
}
#units .units-counter {
    font-weight: 700;
}
#total_cart_list {
    font-weight: 700;
    color: #707272;
}
#total_cart_list span {
    font-weight: 400;
    font-size: 23px;
    color: #0034C4;
    line-height: 1.1;
}
#total_cart_list span.price {
    margin-left: 10px;
}
#cart_list_actions .the_button{
    width: 100%;
    position: relative;
    padding: 5px 20px;
    font-weight: 600;
    margin-top: 0;
}
#cart_list_actions .the_button i.material-icons {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 24px;
}
#cart_list_actions .arrow {
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 10px;
    display: none;
}
#cart_list_actions .arrow i {
    font-size: 40px;
    text-align: center;
    color: #0034C4;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
#main_nav .sub-menu.big-section {
    width: 100%;
    left: 0;
    position: fixed;
    background-color: #ffffff;
    margin: 0;
    top: 75px;
    box-shadow: 0 6px 6px rgba(45, 45, 45, 0.1);
    z-index: 0;
    padding: 0;
    border-top: 5px solid #0034C4;
    overflow: hidden; 
}
#nav_products .sub-menu.big-section {
    min-height: 400px;
}
#nav_contact .sub-menu.big-section {
    min-height: 280px;
    padding-bottom: 30px;  
}
.contact_column.text-center img {
    margin-top: 16px;
}
nav.navigation .principal_navigation li#nav_contact .big-section a {
    padding: 0;
    line-height: initial;
    display: inline;
    color: #3f424d; 
    cursor: pointer;
}
nav.navigation .principal_navigation li#nav_contact .big-section a:hover {
    color: #0034c4;
}
nav.navigation .principal_navigation li#nav_contact .big-section .the_button {
    display: inline-block;
    padding: 9px 20px;
    line-height: 25px;
    color: #ffffff;
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 6px 0;
}
nav.navigation .principal_navigation li#nav_contact .big-section .the_button.primary.inverse.square {
    margin-top: 30px;
    color: #0034c4;
    font-weight: 400;
    font-size: 17px;
}
nav.navigation .principal_navigation li#nav_contact .big-section .the_button.primary.inverse.square:hover {
    color: #ffffff;
    background-color: #0034c4;
}
nav.navigation .principal_navigation li#nav_contact .big-section .the_button:hover {
    color: #ffffff;
}
.contact_column h6 {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
}
#nav_contact .contact_column ul li {
    width: 100%;
    font-size: 14px;
    line-height: initial;
}
#nav_contact .big-section .the_button i.material-icons {
    font-size: 24px;
}
.contact_column {
    padding-top: 40px;
}
.contact_column ul {
    padding: 0; 
}
.contact_column li {
    display: block;
}
#nav_products .sub-menu {
    overflow: hidden; 
}
#secondary_nav #my_account .secondary-drop-title{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#secondary_nav #network .secondary-drop-title>span{
    margin-top: 6px;
    margin-bottom: 8px;
    color: #82888F;

}
#secondary_nav .secondary-drop-title>span{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
#secondary_nav .secondary-drop-title a{
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
#network .sub-menu { 
    /* PROVISIONAL */
       /* visibility: visible;
        opacity: 1;*/
    /* PROVISIONAL */
}
#nav_products .sub-menu:before,
#nav_sectors .sub-menu:before {
    content: '';
    display: block;
    background-color: #f7f7f7;
    width: 390px;
    height: 100%;
    position: absolute;
}
#nav_products #header_cat_list,
#nav_sectors #header_sec_list {
    padding: 0;
    height: 100%;
    display: block;
    position: absolute;
}
#nav_products #header_cat_list .first_level,
#nav_sectors #header_sec_list .first_level {
    background-color: #f7f7f7;
    width: 390px;
    display: inline-block;
}
.second_level.with_cols.cols-2 {
    padding-right: 485px!important;
}
#nav_products #header_cat_list > li,
#nav_sectors #header_sec_list > li {
    width: 29%;
    display: block; 
}
#nav_products #header_cat_list >li a,
#nav_sectors #header_sec_list >li a {
    padding: 16px 10px 16px 60px;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 16px;
    font-weight: 600;
}
#nav_sectors #header_sec_list >li a{
    padding: 12px 10px 12px 60px;
}
#nav_products #header_cat_list .second_level {
    display: inline-block;
    width: calc(100vw - 830px);
    background-color: #ffffff;
    position: fixed;
    height: 355px;
    padding: 15px 20px;
    top: 80px;
    display: none;
    left: 390px;
    overflow: hidden;
}
#nav_sectors #header_sec_list .second_level {
    display: inline-block;
    width: calc(100vw - 831px);
    background-color: #ffffff;
    position: fixed;
    height: 392px;
    padding: 15px 20px;
    top: 80px;
    display: none;
    left: 390px;
    overflow: hidden;
}
#nav_products #header_cat_list #all_products_li .second_level, 
#nav_sectors #header_sec_list #all_sectors_li .second_level {
    background: #ffffff;
    height: 395px;
    text-align: center;
}
#nav_products #header_cat_list > li.active .second_level,
#nav_products #header_cat_list > li:first-child .second_level,
#nav_sectors #header_sec_list > li.active .second_level,
#nav_sectors #header_sec_list > li:first-child .second_level {
    display: inline-block; 
}
#nav_products #all_products_li .second_level ul,
#nav_sectors #all_sectors_li .second_level ul {
    padding: 0;
    text-align: left;
}
#nav_sectors #header_sec_list .second_level ul.row {
    text-align: center;
    padding-left: 0; 
}
#nav_products #header_cat_list .second_level > ul {
    padding: 0;
    /*width: calc(50% - 4px);*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    /* float: left; */
    /*display: inline-block;*/
    vertical-align: text-top;
}
#nav_products #header_cat_list #all_products_li .second_level > ul {
    text-align: center; 
}
#nav_products #header_cat_list .second_level.cols-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
#nav_products #header_cat_list .second_level.cols-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
#nav_products #header_cat_list .second_level.cols-4 {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}

#nav_products #header_cat_list .second_level .cat_lv2_list > li {
/*    width: 40%;
    display: inline-block;*/
}
#nav_products #header_cat_list .second_level li {
    display: block;
}
#nav_products #header_cat_list .second_level li.static_product_card {
    display: inline-block;
}
#nav_products #header_cat_list li.info_item, 
#nav_sectors #header_sec_list li.info_item {
    display: inline-block;
    margin-left: 3px;
}
#nav_products #header_cat_list .second_level li a {
    padding: 0;
    color: #4b4b4b;
}
#nav_products #header_cat_list .second_level .cat_lv3_list li a:hover {
    color: #0034C4;
} 
#nav_products #header_cat_list .cat_lv2_list > li > a {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
	line-height: 18px;
}
#nav_products #header_cat_list .cat_lv3_list {
    padding-left: 0px;
}
#nav_products #header_cat_list .cat_lv3_list > li {
    padding-left: 15px;
}
#nav_products #header_cat_list .cat_lv3_list > li > a {
    font-size: 12px;
    padding: 1px 0;
    font-weight: 400;
}
#nav_products .cat_image,
#nav_sectors .cat_image {
    display: block;
    width: 440px;
    height: 395px;
    position: fixed;
    right: 0;
    top: 80px;
    margin-top: 0;
    background-position: center;    
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
/*#nav_products #all_products_li .cat_image {
    width: calc(100% - 390px);
}*/
#nav_products #header_cat_list .active .cat_image,
#nav_sectors #header_sec_list .active .cat_image {
    display: block;
}
#nav_products .cat_image .cat_cta,
#nav_sectors .cat_image .cat_cta {
    height: 100px;
    background-color: #0034C4;
    position: absolute;
    width: 100%;
    color: #ffffff;
    padding: 26px;
    bottom: 0;
    margin: 0;
}
#nav_products #all_products_li .cat_image .cat_cta,
#nav_sectors #all_sectors_li .cat_image .cat_cta {
    text-align: center; 
}
#nav_products #all_products_li .cat_image .cat_cta a,
#nav_sectors #all_sectors_li .cat_image .cat_cta a {
    display: inline-block;
    float: none;
}
.cat_lv2_list > li > a {
	line-height: 18px;
}
#nav_products .cat_image .cat_cta span,
#nav_sectors .cat_image .cat_cta span {
    line-height: 50px;
    font-weight: 600;
    width: calc(100% - 170px);
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#nav_products #all_products_li .cat_image .cat_cta span, 
#nav_sectors #all_products_li .cat_image .cat_cta span {
    width: calc(100% - 190px);
}
#nav_products #header_cat_list >li a.the_button,
#nav_sectors #header_sec_list >li a.the_button {
    width: auto;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 8px 28px;
    float: right;
}
#nav_products #header_cat_list .cat_lv2_list{
	margin-bottom: 10px;
}
#nav_products #header_cat_list > li .first_level.active,
#nav_sectors #header_sec_list > li .first_level.active {
    background-color: #C1C5C9;
    color: #ffffff;
}
#nav_products #header_cat_list > li:last-child .first_level,
#nav_sectors #header_sec_list > li:last-child .first_level {
   /* background-color: #C1C5C9;
    border-top: 1px solid #ffffff;*/
} 
#nav_products #header_cat_list > li:last-child .first_level > a,
#nav_sectors #header_sec_list > li:last-child .first_level > a {
    /*color: #ffffff;*/ 
}
#nav_products #header_cat_list > li:last-child:hover .first_level,
#nav_sectors #header_sec_list > li:last-child:hover .first_level {
    background-color: #82888f;
}
#nav_products #header_cat_list > li .first_level.active a,
#nav_products #header_cat_list > li:hover .first_level a,
#nav_sectors #header_sec_list > li .first_level.active a,
#nav_sectors #header_sec_list > li:hover .first_level a {
    color: #ffffff;
}
#nav_sectors .sub-menu.big-section {
    min-height: 400px;
}
#main_nav .static_product_card {
    float: none;
    /*padding-right: 7px;
    padding-left: 7px;*/
    width: 270px;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    text-align: left;
    -ms-zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.9);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform: scale(0.9);
}
.second_level h6{
    margin-bottom: 15px;
}
#main_nav .static_product_card .product_card {
    min-height: 366px;
}
#main_nav .static_product_card .product_card .responsive_image,
#main_nav .static_product_card .home .product_card .responsive_image {
    height: 150px;
}
#nav_products #header_cat_list .static_product_card .product_card a,
#nav_sectors #header_sec_list .static_product_card .product_card a{
    padding: 0;
    text-align: left;
}
#nav_products #header_cat_list .product_description .content_wrapper,
#nav_sectors #header_sec_list .product_description .content_wrapper {
    display: none;
}
#main_nav .title_wrapper h3 {
    height: 70px;
    font-size: 17px;
    line-height: 1.3;
}
#main_nav .title_wrapper {
    height: 80px;
    margin-bottom: 0;
}
#main_nav .product_info {
    text-align: left;
}
#main_nav .second_level .product_info ul.info_list {
    margin-top: 12px;
}

#main_nav #header_cat_list > li .product_info a,
#main_nav #header_sec_list > li .product_info a {
    color: #D8DADB;
    display: block;
}
#main_nav .product_info a i {
    font-size: 20px;
}
#nav_products #header_cat_list >li a.no_purchase,
#nav_sectors #header_sec_list >li a.no_purchase {
    color: #939393;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 27px;
}
#nav_products #header_cat_list >li a.no_purchase:hover,
#nav_sectors #header_sec_list >li a.no_purchase:hover {
    color: #0034c4;
}
#nav_products #header_cat_list .static_product_card .product_card a.the_button,
#nav_sectors #header_sec_list .static_product_card .product_card a.the_button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 700;
}
/*#nav_support .sub-menu.big-section { 
    opacity: 1;
    visibility: visible; 
}*/
#nav_support .sub-menu.big-section {
    padding-bottom: 40px;
}
#nav_support img {
    height: 60px;
    width: auto;
}
/*#leica_support_img {
    height: 80px;
    margin-top: 0;
}*/
#nav_support .border-left > .material-icons {
    font-size: 60px;
}
#nav_support .h6 {
    margin-top: 6px;
    margin-bottom: 6px;
}
nav.navigation .principal_navigation li#nav_support .big-section .the_button {
    display: inline-block;
    padding: 5px 20px 5px 18px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin: 6px 0;
}
nav.navigation .principal_navigation li#nav_support .big-section .the_button:hover {
    color: #ffffff; 
}

nav.navigation .principal_navigation li#nav_support .big-section .the_button.inverse,
nav.navigation .principal_navigation li#nav_support .big-section .the_button.inverse:hover {
    color: #0034c4; 
}
nav.navigation .principal_navigation li#nav_support .big-section .the_button.inverse, 
nav.navigation .principal_navigation li#nav_support .big-section .the_button.inverse:hover {
    color: #4b4b4b;
    border-color: #4b4b4b;
}
#nav_support .contact_column > div {
    padding-bottom: 12px;  
    text-align: center;
}
#nav_support .contact_column .border-left {
    /*border-left: 1px solid #acacac;*/
    padding-left: 30px;
    margin-left: -15px;
}
#nav_support .contact_column {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -2px;
    margin-right: -2px;
}
#nav_support > .big-section > .container > .row {
    text-align: center;
}
#language_selector {
    width: 100%;
    float: left;
    color: #0034C4;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}
.sub-menu.cloud img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; 
}
.sub-menu.cloud ul {
    display: block;
    padding: 0;
    float: left;
}
.sub-menu.cloud ul:hover li {
    opacity: 0.7;
}
.sub-menu.cloud ul li:hover {
    opacity: 1;
}
.sub-menu.cloud ul li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    padding-top: 6px;
}
.sub-menu.cloud ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.sub-menu.cloud ul li a { 
    color: #636363;
    display: block;
    padding: 0!important;
    cursor: pointer;
} 
.sub-menu.cloud ul li.active a {
    color: #1e35c3;
    font-weight: 600;
}
.flag_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 2px;
    background-image: url(../img/sprite-flag.png);
    background-size: 170px;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #7e878b;
    margin-left: 6px;
}
.flag_icon.es { background-position: -3px -2px;     } 
.flag_icon.en { background-position: -144px -1px;   } 
.flag_icon.pt { background-position: -30px -2px;    }
.flag_icon.co { background-position: -60px -2px;    }
.flag_icon.pa { background-position: -117px -2px;   }
.flag_icon.pe { background-position: -89px -2px;    }

#language_selector .flag_icon {
    border: 1px solid #82888f;
}
#secondary_nav #network .sub-menu.cloud {
    width: 260px;
}
#contact_link { 
    position: fixed;
    top: 78px;
    right: 0;
    background-color: #0034c4;
    height: 44px;
    width: 160px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    font-size: 1.27em;
    padding: 12px;
    line-height: initial;
    text-align: center;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    z-index: 990;
    -webkit-transition: top 0s ease-in-out, right 0.1s ease-in-out;
            transition: top 0s ease-in-out, right 0.1s ease-in-out;
    -webkit-transform: translate(60px, 60px) rotate(-90deg);
        -ms-transform: translate(60px, 60px) rotate(-90deg);
            transform: translate(60px, 60px) rotate(-90deg);
}
.home #contact_link { 
    position: absolute;
    top: 500px;
}
.home #contact_link.sticky {
    position: fixed;
    top: 78px;
} 
#contact_link span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
}
#contact_link:after {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    background-color: #0034c4;
    bottom: -10px;
    left: 0;
}
#contact_link:hover {
    right: 10px;
}
#offers_li a{
    color: #6c6c6c!important;
}
#offers_li a:hover {
    border-bottom: 2px solid #004bd3;
    margin-bottom: 10px;
}

/*SEARCH*/

#nothing-found .research {
    width: 100%;
    text-align: center;
    font-size: 72px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#nothing-found h4 {
    text-align: center;
}

#nothing-found>div {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* =======================
    SLIDER
======================== */
.slider_container, 
#home_slider,
#generic_slider {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider_container {
	height: 100%;
}
#home_slider {
/*    height: calc(90vh - 70px);
    min-height: 350px;*/
    height: calc(50vh - 70px);
    min-height: 400px;
} 
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	-webkit-justify-content: center;
	      	justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	-webkit-align-items: center;
	      	align-items: center;
}
.swiper-slide{ 
	background-size: cover!important; 
	background-position: center!important;
	background: transparent;
}
.swiper-button-prev, 
.swiper-button-next {
    height: 80px;
    margin-top: -40px;
    width: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(61, 65, 74, 0.6);
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    cursor: pointer;
} 
.swiper-button-prev:before, 
.swiper-button-next:before {
    content: " ";
    display: block;
    background-image: url(../img/arrows/arrows_white.png);
    background-size: 68px;
    width: 30px;
    height: 60px;
    top: 50%;
    position: absolute;
    margin-top: -30px;
}
.swiper-button-prev{
	left: 0;
    border-radius: 0px 10px 10px 0px;
}
.swiper-button-prev:before {
    right: 10px;
    background-position: -1px 1px;
}
.swiper-button-next {
    right: 0;
    border-radius: 10px 0px 0px 10px;
}
.swiper-button-next:before {
    left: 10px;
    background-position: 30px 1px;
}
.swiper-pagination-bullet{
	background-color: transparent;
	width: 12px;
	height: 12px; 
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.swiper-pagination.swiper-pagination-clickable {
    bottom: 20px;
}
.swiper-pagination-bullet {
    background-color: transparent;
    width: 8px;
    height: 8px;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 10px;
    display: inline-block;
    position: relative; 
}
.swiper-pagination-bullet:after {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    background: transparent;
    margin-top: -10px;
}
.swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.slide_content {
    overflow: hidden;
    height: 300px;
    min-height: 250px;
    max-height: 340px;
    background-size: cover;
    background-position: center;
}
.slide_content .row > div {
    background-color: rgba(61, 65, 74, 0.7);
    padding: 40px 50px;
    overflow: hidden;
}
.slide_content * {
    color: #ffffff;
    text-align: left;
} 
.slide_content *:not(a) {
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.slide_content p,
.slide_content span,
.slide_content blockquote,
.slide_content li {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}
.slide_content blockquote p {
    /*font-size: 19px;*/
}
.slide_content blockquote {
    border-color: #ffffff;
}
.swiper-pagination-fraction {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -3px;
    font-size: 16px;
    bottom: 15px;
}
.slide_content .the_button {
    margin-top: 25px;
}
.slide_content .h1 {
    line-height: 1.2;
}
/* =======================
  GENERIC SLIDER
======================== */
/*#generic_slider{
	height: 70%;
	overflow-x: hidden;
}*/
#generic_slider {
    height: calc(50vh - 70px);
    min-height: 400px;
}
#hero_section_page, #hero_section_page_default{
	height: 70%;
	background-position: center;
	background-size: cover;
	overflow-x: hidden;
	width: 100%; 
}
#hero_section_page_default{
	background-image: url(../img/default/featured_default.png);
	background-size: 50px;
	background-color: #E4E1DE;
}
/* =======================
  GENERIC SLIDER
======================== */
#parallax_slider {
    height: calc(50vh - 70px);
    min-height: 400px;
}
#parallax_slider .slider_container {
    width: 100%;
    height: 100%;
    background: #000;
}
#parallax_slider .swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 40px 60px;*/
}
#parallax_slider .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
#parallax_slider .swiper-slide > div {
    display: block;
}
#parallax_slider .h4 {
    /* text-transform: uppercase; */
    font-size: 24px;
    margin-bottom: 4px;
}
.slide_content h1,
.slide_content h2,
.slide_content h3,
.slide_content h4 {
    margin-bottom: 3px;
}
/*#parallax_slider .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}
#parallax_slider .swiper-slide .subtitle {
    font-size: 21px;
}
#parallax_slider .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}*/
/* ============================
    SKROLLR PARALLAX STYLES
============================= */
#parallax_image.container-fluid {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
/*
.parallax-image-wrapper {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
.parallax-image-wrapper-100 {
	height: calc(100vh - 8px);
	top: -100%;
}*/
.parallax-image {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
}
.featured_image {
	position: relative;
}
/*.parallax-image-100 {
	height: 90%;
	top: 60px; 
}
.page-template-default .parallax-image-100 {
    height: 600px;
    top: 60px;
    height: 70%;
}
.single-post .parallax-image-100 {
	height: 68%;
}
.featured_image.parallax-image-wrapper-100 {
	height: 400px;
	top: calc(-100% + 400px);
}
.parallax-image.skrollable-between {
	display: block; 
}
.no-skrollr .parallax-image-wrapper {
	display: none !important; 
}
#skrollr-body {
	height: 100%;
	overflow: visible;
	position: relative; 
}
.gap {
	background: transparent center no-repeat;
	background-size: cover;
	overflow: hidden; 
}
.skrollr .gap {
    background: rgba(49, 49, 50, 0.1)!important;
}
.gap-50 {
	height: 50%; 
}
.gap-fixed-height-large {
	height: 100vh; 
}
.featured_image.gap-fixed-height-large {
    height: 250px;
}
.gap-100 {
	height: 100vh; 
} */
/* =======================
    HERO ICONS
======================== */
#hero_icons {
    
}
#hero_icons ul.row{
    list-style: none;
    padding: 0;
}
#hero_icons ul h3 {
    font-size: 18px;
    font-weight: 400;
}
.slide_content #hero_icons .row > div {
    padding-bottom: 30px;    
    background-color: rgba(247, 248, 250, 0.95);
}
.slide_content #hero_icons * {
    color: #4b4b4b; 
    text-shadow: none;
}
#hero_icons .material-icons {
    font-size: 40px;
    margin-bottom: 6px;
}
#hero_icons img.featured_icon {
    width: auto;
    height: 39px;
    margin-bottom: 7px;
    display: block;
} 
#hero_icons .col_icon {
    min-height: 128px;
}
/* =======================
    HEADER
======================== */
body.home .grid_3 .product_card {
    min-height: 542px;
}
body.home .grid_4 .product_card {

}
/* =======================
    PAGE
======================== */
.slide_content .container {
	position: relative;
    top: 50%;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35); 
    -webkit-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
    		transform: translateX(0) translateY(-50%);
}
#the_content h1 {
    margin: 0;
    line-height: 1;
}
#the_content h2#custom-h2 {
    font-size: 25px;
    font-weight: 100;
    margin: 0;
}
#title_content {
    margin-bottom: 16px;
}
/* =======================
    BLOG SIDEBAR
======================== */
#blog_sidebar h3 {
    text-transform: uppercase;
    color: #323231;
    font-size: 16px;
    padding: 6px 0;
    margin: 8px 0px 8px;
}
#blog_sidebar a {
    color: #707070;
    font-weight: 900;
}
#blog_sidebar a:hover{
	color: #0034c4;
} 
#blog_sidebar .widget_search {
    padding-bottom: 10px;
}
#blog_sidebar > div {
    margin-bottom: 20px;
}
#blog_sidebar .search {
    position: relative;
}
#blog_sidebar .search input {
    background-color: #FFFFFF;
    border: 1px solid #A7A7A7;
    padding: 8px;
    width: 100%;
    padding-right: 50px;
    color: #B4B4B4;
}
#blog_sidebar .search button[role="button"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    border: 1px solid #A7A7A7;
    border-left: 0;
    height: 100%;
    width: 40px;
    text-indent: -999999px;
    background-image: url(../img/form/search-icon.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
} 
#blog_sidebar ul {
    padding: 0;
}
#blog_sidebar ul li {
    list-style: none;
    margin-bottom: 6px;
}
/* =======================
    SINGLE
======================== */
#single_page {
    padding-bottom: 30px;
}
#single_page .responsive_image {
    margin-bottom: 15px;
}
#single_page #date {
    font-weight: 600;
}
#single_page #taxonomy {
    margin-top: 30px;
    font-weight: 600;
}
.links-bottom{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

    height: 45px;
    line-height: 42px;
}
.links-bottom a {
    color: #313132; 
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans', Helvetica, sans-serif;
}
.limited-stock {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px; 
}
/* =======================
    BLOG
======================== */
body.page-template-template-blog h1, body.category h1, body.tag h1, body.search h1 {
    margin-top: 0px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 8px;
    /* text-transform: uppercase; */
    margin-bottom: 22px;
}
.search_row {
    margin-bottom: 15px;
}
body.search h1 {

}
body.search h2 {
    text-align: left;
    background-color: #0034C4;
    padding: 12px 15px;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}
body.search h2 span {
    font-weight: 600;
    text-transform: capitalize;
}
body.search h2 .material-icons {
    vertical-align: middle;
    font-weight: 100;
    font-size: 25px;
    margin-right: 10px;
    color: #ffffff;
}

.post_block {
    margin-bottom: 20px;
}
.post_block h3 {
    margin-bottom: 2px;
}
.page-template-template-blog .date,
.read-more {
    font-weight: 600;
}
#pagination {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    padding-left: 2px;
    font-weight: 400;
}
#pagination span,
#pagination a {
    padding-bottom: 20px;
    display: inline-block; 
}
#page_search,
#page_taxonomy {
/*    padding-bottom: 30px;*/
}

/*Temp*/
#blog_sidebar #sin-categoria{
    display: none;
}
/* =======================
    FLEXIBLE CONTENT
======================== */
.archive .slide_content {
    height: 250px;
    background-position: center;
    background-size: cover;
}
#page_taxonomy {

}
#taxonomy_description {
    margin-bottom: 30px;
}
#taxonomy_description .level_2 .responsive_image img {
    border: 1px solid #dcdcdc; 
    margin-top: 9px; 
}
#taxonomy_description .level_2 {
    padding-right: 4px;
}
.tax-fcc_brand #taxonomy_description .responsive_image img,
.tax-fcc_subbrand #taxonomy_description .responsive_image img {
    border: 0;
}
#taxonomy_description .category_card .responsive_image img {
    margin: 0;
    border: 0;
}
#term_query_wrapper {
    /* margin-bottom: 20px; */
    padding-top: 20px;
}
/* =======================
    FLEXIBLE CONTENT
======================== */
#flexible_content {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}
.single #flexible_content .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#flexible_content .single-post article {
    min-height: auto;
}
#no_flex {
    width: 100%;
    height: 40px;
}
.gallery #no_flex {
    display: none;
}
#flexible_content {
    min-height: 200px;
    padding-bottom: 20px;
}
.single-post #flexible_content,
#single_product #flexible_content {
    min-height: initial; 
    padding-bottom: 0;
    margin-bottom: 20px;
}
#the_content .text_sidebar blockquote {
    margin-top: 0;
}
/* Generic Content */
.flex_generic_content {
    margin: 10px 0;
}
.flex_generic_content .color_hr {
    width: calc(100% + 30px);
    height: 4px;
    background-color: #0034C4;
    margin-top: 23px;
    position: relative;
    left: -15px;
}
.flex_generic_content table {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 100%;
}
.flex_generic_content table tr {

}
.flex_generic_content table td, 
.flex_generic_content table th{
    border: 1px solid #ddd;
    padding: 8px;
    width: auto;
}
/* Background Content */
.flex_background_content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
    position: relative;
    padding: 0;
    margin: 0;
    padding: 80px 0;
    color: #ffffff;
    background-color: #333333;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.2);
}
.flex_background_content .the_button {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    t/*ext-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
} 
.flex_background_content.primary {
    background-color: #0034C4;
}
.flex_background_content.secondary {
    background-color: #1c5da9;
}
.flex_background_content.red {
    background-color: #fd6456;
}
.flex_background_content.green {
    background-color: #58D48E;
}
.flex_background_content.yellow {
    background-color: #f7bb2b;
}
.flex_background_content *:not(.the_button) {
	color: #ffffff;
}
.flex_background_content p,
.flex_background_content li {
	font-size: 14px; 
    /*font-weight: 900;*/
}
.flex_background_content.background {
    font-weight: 900;
    -moz-box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.5);
    padding: 120px 0;
}

#secondary_description .flex_background_content.background {
    padding: 80px 10px;
}
.flex_background_content.background p, 
.flex_background_content.background li {
    font-weight: 600;
    font-size: 16px;
}
.flex_background_content .overlay {
    background-color: rgba(37, 37, 37, 0.41);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;;
}
.flex_background_content .overlay.coloured {
    background-color: rgba(61, 65, 74, 0.25);
}
/* Text and Image */
.flex_text_n_image {
    margin-top: 10px;
    margin-bottom: 10px;
}
.left_to_right {
    float: left;
}
.right_to_left {
    float: right;
}
.flex_text_n_image .flex_image {
    width: 50%;
}
.flex_text_n_image .left_to_right .flex_image {
    float: left;
    margin-right: 15px;
}
.flex_text_n_image .right_to_left .flex_image {
    float: right;
    margin-left: 15px;
}
.flex_text_n_image .flex_image img {
    width: 100%;
    height: auto;
}

/* Text and Video */
.flex_text_n_video {
    margin-top: 10px;
    margin-bottom: 10px;
}
.flex_text_n_video .responsive_image img.img_frame {
    border: 1px solid #d4d5d8; 
}
.flex_text_n_video figcaption {
    text-align: right;
    margin-top: 5px;
    font-size: 13px;
}
.flex_text_n_video .responsive_image.play-video .play_icon {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%; 
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.flex_text_n_video .responsive_image.play-video {
	cursor: pointer; 
}
#frame_youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 90%;
    height: auto;
    max-width: 1200px;
    /* height: 480px; */
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
}
#youtube_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1d1d1d;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out; 
          transition: all 0.3s ease-in-out; 
}
#youtube_overlay.open {
  visibility: visible;
  z-index: 999;
}
#close_video {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
/*    color: #CFCFCF;
    font-size: 80px;
    font-weight: 100;*/
    position: absolute;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
    background-image: url(../img/arrows/cross.png);
    background-size: 45px;
    background-position: 0px 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 99999;
}
/* FEATURED ICONS */
.flex_featured_icons {
    margin-bottom: 20px;
}
.flex_featured_icons .row {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}
.flex_featured_icons .column_text {
    padding-left: 15px;
}
.flex_featured_icons .icon_to_left .column_text {
    padding-left: 5px;
}
.flex_featured_icons .column_image {
    text-align: center;
    padding-right: 0;
}
.flex_featured_icons .column_image img {
    max-width: 40px;
    width: 100%;
}
.flex_featured_icons .featured_icon {
    width: auto;
    height: 40px;
    margin-bottom: 10px; 
    display: block;
} 
.flex_featured_icons.small .featured_icon {
    margin-bottom: 6px; 
}
.flex_featured_icons.centered {
	text-align: center;
}
.flex_featured_icons.centered .featured_icon {
    margin: auto;
    margin-bottom: 10px;
}
.flex_featured_icons .col_icon {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 10px -2px;
}
.featured_flex_case .h3_wrapper {
    height: 95px;
    position: relative;
}
.featured_flex_case .h3_wrapper:after {
    content: '';
    display: block;
    height: 3px;
    width: 36px;
    background-color: #0034C4;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -18px;
}
.featured_flex_case .h3_wrapper h3 {
    font-size: 27px;
    font-weight: 100;
    line-height: 29px;
}
.featured_flex_case a:hover .h3_wrapper h3 {
    color: #f17c6e;
}
.featured_flex_case a:hover .h3_wrapper:after {
    background-color: #f17c6e;
}
.featured_flex_case .col_icon p {
    padding-right: 30px;
    padding-left: 30px;
}
.flex_featured_icons.featured_flex_case .featured_icon {
    width: 170px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    height: auto;
}
.flex_featured_icons .material-icons {
    font-size: 40px;
    margin-bottom: 6px;
}
.background_gray > .container > .row {
    background-color: #f7f7f7;
    margin: 0;
    margin-top: 20px;
    padding: 30px 15px;
}
.flex_featured_icons.small h3 {
    font-size: 18px;
    font-weight: 400;
}
.flex_featured_icons.small p {
    font-weight: 300;
}

/* FEATURED PAGES */
.flex_featured_pages {
    padding-top: 20px;
}
.flex_featured_pages .card {
    margin-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
}
.flex_featured_pages > .container > .row {
    margin-right: -6px;
    margin-left: -6px;
}
.card_content {
    padding: 15px 20px;
    border: 1px solid #d6d6d6;
    border-top: 0;
}
.card_content .the_button {
    margin-bottom: 0;
}
.no_image .card_content {
    padding: 30px 20px;
    border-top: 1px solid #d6d6d6;
}
.flex_featured_pages .color {
    border: 0;

    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.flex_featured_pages .color *:not(a){
    color: #ffffff;
}
.flex_featured_pages .overlay_title h3 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    z-index: 999;
    position: relative;
}
.flex_featured_pages .card_wrapper {
    position: relative;
    display: block;
    padding-bottom: 80px;
}
.flex_featured_pages .overlay_title {
    height: 72px;
    padding: 28px;
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
    margin-bottom: -30px;
}
.flex_featured_pages .overlay_title:before {
    content: '';
    display: block;
    background-color: rgba(61, 65, 74, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
    left: 15px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.flex_featured_pages .green .overlay_title {
    background-color: #58D491;
}
.flex_featured_pages .red .overlay_title {
    background-color: #fd6456;
}
.flex_featured_pages .yellow .overlay_title {
    background-color: #EFBA3C;
}
.flex_featured_pages .blue .overlay_title {
    background-color: #0034C4;
}
.flex_featured_pages .overlayed_text {
    background-color: #262D3F;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 110px;
}
.flex_featured_pages .overlayed_text p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}
/*.flex_featured_pages .width_33 .overlayed_text {
    height: 166px;
}*/
.flex_featured_pages .card_wrapper .background_image {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}
.card_wrapper:hover .overlay_title:before{
    left: 100%;
}
/* SPECIAL LIST */
.flex_special_ul {
    margin-top: 15px;
    /*margin-bottom: 15px;*/
}
.flex_special_ul .special_ul {
	padding: 0;
	margin: 0;
}
.flex_special_ul .special_ul > li {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #292929;
    display: block;
}
.flex_special_ul .special_ul.two_columns > li,
.flex_special_ul .special_ul.random > li {
    float: none;
    padding-right: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.flex_special_ul .special_ul.two_columns > li {
    width: calc(50% - 4px);
}
.flex_special_ul .special_ul.random > li {
    width: auto;
}
.flex_special_ul .special_ul > li > div {
    background-color: #f7f7f7;
    border-left: 3px solid #0034C4;
    margin-bottom: 12px;
    padding: 6px 15px 6px 12px;
    display: table;
}
/* FLEX TABLE */
#flexible_content .flex_table table {
    width: 100%;
    margin: 10px 0;  
}
#flexible_content .flex_table table tr th,
#flexible_content .flex_table table tr td {
    padding: 8px;
}
#flexible_content .flex_table table tr th {
    font-weight: 600;
}
    /* Table: Default */
/*#flexible_content .flex_table.default table {
    border-collapse: none;
}*/
#flexible_content .flex_table.default table tr th,
#flexible_content .flex_table.default table tr td {
    padding: 8px 0;
}
#flexible_content .flex_table.default table tr th,
#flexible_content .flex_table.default table tr td {
    text-align: left;
}
    /* Table: Lines */
#flexible_content .flex_table.lines table {
    border-collapse: collapse;
}
#flexible_content .flex_table.lines table tr th:first-child,
#flexible_content .flex_table.lines table tr td:first-child {
    text-align: left;
}
#flexible_content .flex_table.lines table tr th,
#flexible_content .flex_table.lines table tr td {
    text-align: center;
    border-bottom: 1px solid #ddd;
}
    /* Table: Default */
#flexible_content .flex_table.advanced table {
    border-collapse: collapse;
}
#flexible_content .flex_table.advanced table tr:nth-child(odd){
    background-color: #f7f7f7;
}
#flexible_content .flex_table.advanced table tr:first-child {
    background-color: #82888f;
    color: #ffffff;
}
#flexible_content .flex_table.advanced table tr th:first-child,
#flexible_content .flex_table.advanced table tr td:first-child {
    text-align: left;
}
#flexible_content .flex_table.advanced table tr th,
#flexible_content .flex_table.advanced table tr td {
    text-align: center; 
} 
/* TOGGLE CARDS */
.flex_toggle_card {

}
.tab_ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.toggle_card {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #d4d5d8;
}
.add_padding {
    padding: 15px;
    display: block;
}
.toggle_title_lv1, .toggle_title_lv2 {
    position: relative;
    padding-right: 50px;
}
.toggle_title_lv1 h3,
.toggle_title_lv1 span {
    color: #273143;
}
.toggle_title_lv2 h4, 
.toggle_title_lv2 span {
    color: #313132;
}
.toggle_title_lv1 h3,
.toggle_title_lv2 h4 {
    margin: 0;
}
.toggle_title_lv1 span, 
.toggle_title_lv2 span {
    position: absolute;
    display: block;
    right: 20px;
    font-size: 30px;
    top: 50%;
    margin-top: -22px;
    font-weight: 600; 
}
.toggle_title_lv2 span {
    right: 22px;
    font-size: 32px;
    margin-top: -22px;
}
.toggle_content_lv1,
.toggle_content_lv2 {
    display: none;
}
/*.tab_ul:first-child .toggle_content_lv1 {
    display: block;
}*/
.toggle_content_lv1 > .add_padding {
    background-color: #f7f7f7;
    border-top: 1px solid #d4d5d8;
    padding: 30px 20px 15px;
}
.toggle_content_lv1 > .add_padding .col-xs-12 > ul { 
    list-style: disc;
    padding-left: 21px;
}
.toggle_content_lv1 > .add_padding ul a {
    color: #4b4b4b;
}
.toggle_content_lv1 > .add_padding ul a:hover {
    color: #0034C4;
}
.toggle_card_lv2 {
    border-bottom: 1px solid #d4d5d8; 
}
.sub_ul_toggle > li.toggle_card_lv2:first-child {
    border-top: 1px solid #d4d5d8;
}
.sub_ul_toggle > li.toggle_card_lv2:last-child {
    border-bottom: 0;
}
.shop_sidebar .sub_ul_toggle > li.toggle_card_lv2:last-child {
    border-bottom: 1px solid #d4d5d8;
}
.shop_sidebar .toggle_card_lv2 .add_padding {
    padding: 10px 0px;
    padding-right: 20px;
}
.toggle_content_lv2.add_padding {
    padding: 30px 30px 20px;
    border-top: 1px solid #d4d5d8;
    background-color: transparent;
}
.toggle_content_lv2 ul {
    padding-left: 20px;
}
.toggle_content_lv2 li {
    list-style: initial;
}
.sub_ul_toggle > li.toggle_card_lv2 {
	list-style: none;
}
.sub_ul_toggle {
	padding: 0;
	margin: 0;
}
.toggle_title_lv1.open .fa-angle-down:before,
.toggle_title_lv2.open .fa-angle-down:before {
    content: "\f106"; 
} 
#tab_downloads ul {
    padding: 0;
    list-style: none; 
}
#tab_downloads ul li {
    margin-bottom: 5px; 
}
#tab_downloads ul li span,
#tab_downloads ul li i.material-icons {
    display: inline-block;
    vertical-align: middle;
}
#tab_downloads ul li i.material-icons {
    margin-left: -4px;
}
#tab_downloads ul li span {
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 25px);
}
/* FLEX LAST POSTS */
.flex_featured_posts {
    padding-top: 10px;
}
.card_content .date {
    font-weight: 600;
    display: block;
}
.card_content .read_more {
    font-weight: 600;
    font-size: 16px;
}
.flex_featured_posts .card_content {
    min-height: 250px;
    position: relative;
    padding-bottom: 40px;
}
.flex_featured_posts .card_content .text-right,
.flex_featured_posts .card_content .text-center {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.flex_featured_posts .card_content h3 {
    min-height: 66px;
    margin-bottom: 4px;
}
.flex_featured_posts .overlay_wrapper {
    position: relative;
    display: block;
    cursor: pointer;
}
.flex_featured_posts .overlay {
    background-color: #252525;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.85;
}
.flex_featured_posts .overlay.primary {
    background-color: #0034c4;
}
.flex_featured_posts .overlay.secondary {
    background-color: #1c5da9;
}
.flex_featured_posts .overlayed_text.primary .the_button.inverse.white:hover {
    color: #0034c4;
}
.flex_featured_posts .overlayed_text.secondary .the_button.inverse.white:hover {
    color: #1c5da9;
}
.flex_featured_posts .overlay_wrapper:hover .overlay {
    opacity: 1;
}
.flex_featured_posts .overlayed_text {
    position: absolute;
    top: 0;
    padding: 30px 30px;
    height: 100%;
    width: 100%;
}
.flex_featured_posts .overlayed_text.landscape-panoramic {
    padding-top: 70px;
}
.flex_featured_posts .overlayed_text.landscape-card {
    padding-top: 50px;
}
.flex_featured_posts .overlayed_text.portrait-card {
    padding-top: 50px;
}
.flex_featured_posts .overlayed_text.square-card {
    padding-top: 40px;
}
.flex_featured_posts .overlayed_text *:not(a) {
    color: #ffffff;
}
.flex_featured_posts .overlayed_text *:not(h3),
.flex_featured_posts .overlayed_text *:not(h2) {
    font-weight: 900;
}
.flex_featured_posts .overlayed_text .the_button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
}
/* RULE */
.flex_rule {
    margin-top: 20px;
    margin-bottom: 20px;
}
.flex_rule hr {
    border-top: 1px solid #d6d6d6;
    margin: 0;
}
/* SPACE */
.flex_space {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 1px;
}
.flex_space.add_10px {
    padding-top: 3px;
    padding-bottom: 3px;
}
.flex_space.add_15px {
    padding-top: 8px;
    padding-bottom: 8px;
}
.flex_space.add_30px {
    padding-top: 15px;
    padding-bottom: 15px;
}
.flex_space.add_40px {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* FLEX CONTACT */
.flex_contact {
    margin-top: 30px;
    margin-bottom: 30px;
}
.flex_contact ul {
    padding: 0;
}
.flex_contact ul li {
    list-style: none;
    font-size: 15px; 
}
.flex_contact .form-control, 
.form-control {
    border-radius: 0;
    color: #0034c4;
    border: 1px solid #d6d6d6;
    box-shadow: none;
}
.form-control:focus,
.form-control:active {
    outline: 0;
    outline-offset: -2px;
    text-decoration: none;
    box-shadow: none;
    border: 1px solid #0034c4;
}
.flex_contact .form_content h3 {
    /*margin: 0;*/
}
.nf-form-fields-required {
    margin-bottom: 4px;
}
div.form_icon {
    padding-right: 0;
}
.form_icon img {
    width: 100%;
    height: auto;
}
.data_content a {
    color: #666666;
}
.data_content a:hover {
    color: #0034c4;
}

.data_content .icon_text h4 {
    margin-bottom: 3px;
}
.icon_list_item {

}
.form_icon,
.icon_text {
    display: inline-block;
    vertical-align: top;
}
.form_icon {
    width: 70px;
}
.icon_text {
    width: calc(100% - 80px);
    padding-top: 17px;
    padding-left: 5px;
}
.data_content .row {
    margin-bottom: 5px;
}
html input[type=button], 
input[type=reset], 
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0;
}
input[type=submit],
input[type=button],
.form-control[disabled] {
    background-color: #0034c4;
    border: 2px solid #0034c4;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    text-shadow: none;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=submit]:focus,
input[type=button]:focus {
    background-color: #333333;
    border: 2px solid #333333;
    outline: none;
}
input[disabled] {
    opacity: 0.8;
    cursor: not-allowed!important;
}
.ninja-forms-req-symbol, .nf-error-msg {
    color: #0034c4!important;
    font-weight: 900;
    margin-left: 1px;
}
.nf-error .ninja-forms-field {
    border: 1px solid #0034c4!important;
}
.nf-field-container, #ninja_forms_required_items {
    clear: both;
    position: relative;
    margin-bottom: 15px!important;
}
/*.half-input {
    width: 40%;
}
.half-input {
    background-color: red;
}*/

/*.ninja-forms-form-wrap nf-field{
    float: left;
}*/ 

/* FLEX IFRAME */
.flex_iframe {
    overflow: hidden;
}
.flex_iframe .container-fluid {
    padding: 0;
}
.flex_iframe:before,
.flex_iframe:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
    z-index: 99999;
    position: relative;
}

/* FLEX IFRAME */
#flex_brand .brand_item > div,
.search_post_item > div {
    /*border-bottom: 1px solid #d8dadb;*/ 
    padding: 20px 0;
    float: left;
    width: 100%;
}
#flex_brand .brand_item:last-child > div,
.search_post_item:last-child > div {
    border: 0;
    margin-bottom: 40px;
}
#flex_brand .brand_item .vertical_align {
    float: none;
    display: inline-block;
    padding: 0 10px; 
    vertical-align: middle;
    margin-left: -2px;
    margin-right: -2px; 
}
#flex_brand .brand_item .vertical_align .the_button {
    display: inline-block;
}
/*LANDING FORM MAILCHIMP*/
#mc-landing-form {
    width: 50%;
}
/*PRIVACY*/

.t1.privacy {
    border: 1px solid gray;
    margin-top: 30px;
    margin-bottom: 30px;
}
.t1.privacy td{
    border: 1px solid gray;
    padding: 20px;
}
/* =======================
    FLEX FORM
======================== */
#flex_form {

}
#flex_form .form_row {
    margin-bottom: 20px;
}
#flex_form .question label,
#flex_form .question p {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
#flex_form .question label * {
    display: inline;
    font-size: 13px;
    margin-bottom: 10px;
}
#contact-form input {
    color: #4b4b4b;
}
#flex_form form textarea {
    min-height: 80px;
}
.answer ul {
    padding: 0;
    list-style: none; 
}
.answer ul li {
    margin-bottom: 5px;
}
#contact-form .answer ul li input, 
#contact-form .answer ul li label {
    border: 0;
    display: inline;
    width: auto;
    vertical-align: middle;
    margin-left: 8px;
    height: auto;
} 
#contact-form .answer ul li input[type="checkbox"] {
    font-size: 16px;
    margin-bottom: -2px;
}
/* =======================
    JUSTIFIED GALLERY
======================== */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
    font-family: 'Open Sans', Helvetica, sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.photo_frame.jg-entry {
  visibility: visible;
  opacity: 1;
  -webkit-animation: all 0.3s ease-in-out;
  -moz-animation: all 0.3s ease-in-out;
  -ms-animation: all 0.3s ease-in-out;
}
.justified-gallery > .jg-filtered {
  visibility: hidden;
  opacity: 0;
  -webkit-animation: all 0.3s ease-in-out;
  -moz-animation: all 0.3s ease-in-out;
  -ms-animation: all 0.3s ease-in-out;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #799296;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* =======================
  MODAL ALERT
======================== */
.modal-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
}
.modal-alert .modal-box {
    width: 90vw;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #0034c4;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    transform: translateY(-50%) translateX(-50%);
    min-height: 270px;
    text-align: center;
    font-size: 14px;
}
.modal-alert .modal-icon{
	margin-top: 30px;
	margin-bottom: 30px;
	height: 40px;
	background-image: url(../img/modal-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.modal-alert .modal-close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	background-image: url(../img/close-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .modal-alert .modal-close{
        background-image:url(../img/close-icon@2x.png);
        background-size: 24px 24px;
    }
    .modal-alert .modal-icon{
        background-image:url(../img/modal-icon@2x.png);
        background-size: 42px 36px;
    }
}
/* =======================
  GALLERY PAGE
======================== */
.page-template-template-gallery main {
    padding-bottom: 0;
}
#generic_slider.gallery_slider{
    height: 90vh;
}
#categories_menu_gallery {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    padding: 124px 14px 14px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    display: none;
}
#categories_menu_gallery.sticky {
    padding-top: 104px; 
    /*background-color: #4a5459;
    color: #ffffff;*/
}
#categories_menu_gallery ul {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
#categories_menu_gallery ul li {
  display: inline-block;
  margin: 0 12px;
  color: #3c454a;
}
#categories_menu_gallery ul li a {
  color: #4a5459;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
}
#categories_menu_gallery ul li a:hover, 
#categories_menu_gallery ul li a.active {
    color: #ff2a25;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid #fe2d12;
}
.photo_frame {
  cursor: pointer;
}
#gallery_photo .photo_frame .overlay {
    position: absolute;
    width: 100%;
    background: #252525;
    bottom: -46px;
    top: initial;
    height: 45px;
    padding: 11px 18px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
}
#gallery_photo .photo_frame:hover .overlay {
  bottom: 0;
  opacity: 1;
}
#gallery_photo .overlay span {
    line-height: 24px;
    color: #f1f1f1;
    font-weight: 900;
    font-size: 15px;
    display: block;
    width: calc(100% - 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resize_image {
    background-image: url(../img/arrows/resize_image.png);
    width: 40px;
    height: 40px;
    position: absolute; 
    right: 2px;
    top: 3px;
    background-size: 40px;
}
#generic_slider_wrapper {
    position: fixed;
    background-color: #1d1d1d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out; 
            transition: all 0.25s ease-in-out;
    -webkit-transition-delay: 0.3s; /* Safari */
            transition-delay: 0.3s;
}
#generic_slider_wrapper.open{
  z-index: 99999;
  opacity: 1;
  visibility: visible; 
}
#generic_slider_wrapper #gallery_slider {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#generic_slider_wrapper #gallery_slider .slider_container {
  width: 100%;
  height: 100%;
}
#generic_slider_wrapper #gallery_slider .swiper-slide {
  text-align: center;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#generic_slider_wrapper #gallery_slider .swiper-slide img{
  -webkit-transition: all 0.25s ease-in-out; 
  transition: all 0.25s ease-in-out;
  max-height: calc(100vh - 150px); 
  max-width: calc(100vw - 150px);
}
#generic_slider_wrapper #gallery_slider .swiper-slide img,
#generic_slider_wrapper #gallery_slider .swiper-slide .slide-description{
  opacity: 0;
}
#generic_slider_wrapper #gallery_slider .swiper-slide.swiper-slide-active img,
#generic_slider_wrapper #gallery_slider .swiper-slide.swiper-slide-active .slide-description{
  opacity: 1; 
}
div.horizontal {
    display: flex;
    justify-content: center;
}

div.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*#generic_slider_wrapper #gallery_slider .swiper-slide:nth-child(2n) {
  width: 40%!important;
}
#generic_slider_wrapper #gallery_slider .swiper-slide:nth-child(3n) {
  width: 20%!important;
}*/
.slide-description {
    position: absolute;
    text-align: center;
    bottom: 0px; 
    left: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
}
#generic_slider_wrapper #gallery_slider .swiper-slide.swiper-slide-active .slide-description p {
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
#close_generic_slider_wrapper {
    cursor: pointer;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 20px;
    background-image: url(../img/arrows/cross.png);
    background-size: 45px;
    background-position: 0px 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999999;
    /*background-color: palevioletred;*/
}
/* =======================
    FOOTER
======================== */
footer {
    background-color: #252525;
    color: #ffffff;
    padding: 50px 0 20px;
    margin-top: 0;
    z-index: 99;
    position: relative;
    font-weight: 600;
}
footer {
    color: #B8B8B8;
}
#footer_menu_list {
	padding-bottom: 0;
	color: #ffffff;
}
#footer_menu_list h3, 
#footer_menu_list p,
#footer_menu_list a {
	color: #B8B8B8;
}
#footer_menu_list h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}
footer a,
#footer_menu_list a:hover {
	color: #ffffff;
}
#footer_menu_list ul {
    padding: 0;
}
#footer_menu_list ul.sub-menu {
    padding-left: 14px;
}
#footer_menu_list ul li {
    list-style: none;
    margin: 6px 0;
}
#subfooter {
    background-color: #252525;
    padding: 14px 0px;
    color: #b8b8b8;
    font-weight: 900; 
}
#footer_copyright {
    text-align: center;
}
#footer_copyright a {
    color: #b8b8b8;
}
#footer_copyright a:hover {
    color: #ffffff;
}
.aniversario-img{
	display: block;
	margin: 30px auto;
}

/* =======================
    FOOTER EXTRA
======================== */
#footer_extra {
    background-color: #313131;
    padding: 20px 0;
}
#footer_extra_list {
    display: block;
    text-align: center;
}
#footer_extra h3,
#footer_extra ul,
#footer_extra ul li  {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
}
#footer_extra h3 {
    color: #d9dadb;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 15px;
}
#footer_extra ul {
    
}
#footer_extra ul li {
    padding: 5px
}
#footer_extra ul li a {
    display: block;
    opacity: 0.7; 
}
#footer_extra ul li a:hover {
    opacity: 1;
}
#footer_extra ul li a img {
    margin: 0;
    display: block;
    width: auto;
    height: 50px;
}
/* =======================
    INTERNET EXPLORER
======================== */
.esploter{

}
/* =======================
    SINGLE PRODUCT
======================== */
#single_product_card {

}
#main_images {
    padding-right: 0;
}
#main_images img {
    border: 1px solid #d4d5d8; 
}
#main_description {

}
#main_description div[itemprop="description"] {
}
#main_description div[itemprop="description"] ul {
    padding-left: 25px;
}
#main_description div[itemprop="description"] ul li {

}
#secondary_description #flexible_content .flex_generic_content {

}
#secondary_description #flexible_content .flex_generic_content ul {
    padding-left: 25px;
}
#secondary_description #flexible_content .flex_generic_content table {
    width: 100%;
}
#secondary_description #flexible_content .flex_generic_content table tr td:first-child {
    text-align: left;
}
#product_main_content {
    margin-bottom: 15px;
}
#brand_images * {
    vertical-align: middle;
}
#brand_images {
    padding: 0;
    list-style: none;
}
#brand_images:hover li {
    opacity: 0.3;
}
#brand_images li:hover {
    opacity: 1;
}
#brand_images li { 
    display: inline-block; 
    vertical-align: middle;
}
#brand_images li a {
    display: inline-block;     
    padding-right: 5px;
}
#brand_images img {
    width: auto;
    height: 50px;
    display: block;
}
#sub_brand:before {
    content: '';
    display: inline-block;
    height: 34px;
    width: 1px;
    border-left: 1px solid #d4d5d8;
    vertical-align: middle;
    margin: 0 15px 0 10px;
}
#brand_images span {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
#brand_images span.no_photo {
    visibility: visible;
    position: relative;
    opacity: 1;
    text-transform: uppercase;
    border: 1px solid;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 5px;
    color: #6a6a6a;
}
#main_description h1 {
    font-size: 27px;
    font-weight: 900;
    line-height: 1.1;
}
#main_description h2 {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.1;
    margin-bottom: 10px;
}
#product_sectors {
    margin-top: 15px;
    margin-bottom: 15px;
}
#product_sectors h4 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 16px;
}
#product_sectors ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
#product_sectors ul li {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 6px 16px;
    border-radius: 40px;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 1.1;
    cursor: pointer;
}
#product_sectors ul li:hover {
    background-color: #d64152;
}
#product_sectors ul li:hover a {
    color: #fff;
}
#product_sectors ul li a {
    color: #6A6D74;
    font-size: 12px;
    display: block;
}
#secondary_description {

}
#open_secondary_description {
    display: none;
}
#secondary_description #flexible_content {
    margin-left: -15px;
    margin-right: -15px;
}
.single-fc_product #related_product {
    background-color: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 30px;
}
.single-fc_product #related_product h3.rel-tit {
    padding-bottom: 15px;
}
.single-fc_product #related_product .product_card {
    background-color: #ffffff;
}
#promo-code.error{
	border-color: #a00;
}
/* ====================
    PRODUCT SIDEBAR 
===================== */
.shop_sidebar .tab_ul:first-child {
    margin-top: 0;
}
.shop_sidebar .has_color {

}
.shop_sidebar .has_color.delivery.tab_ul .toggle_title_lv1 {
    background: #2C2D40!important;
}
.shop_sidebar .has_color .toggle_content_lv1 > .add_padding{
    background-color: #f7f7f7;
    border-top: 0;
    padding: 20px;   
} 
.shop_sidebar #inquiry_references.has_color .toggle_content_lv1 > .add_padding{
    background-color: #ffffff;
    border: 1px solid #d4d5d8;
}
.shop_sidebar input[type=number] {
    padding-left: 5px;
    text-align: right;
}
.shop_sidebar input[type=text] {
    padding-left: 5px;
    text-align: center;
}
.pricing {
    text-align: right; 
}
.pricing .old-price {
    font-size: 15px;
    margin-bottom: -6px;
}
.pricing .since {
    font-size: 15px;
    color: #273143;
    margin-right: 6px;
}
.pricing .price {
    font-size: 17px;
    font-weight: 600;
}
.pricing .price span {
    font-size: 27px;
}
.pricing .vat {

}
.shop_sidebar .cell {
    margin-top: 15px;
    margin-bottom: 15px;
}
.shop_sidebar .has_color .toggle_card {
    border: 0;
}
.submit {
    text-align: right;
}
.single_sidebar_card {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #d4d5d8;
}
.number_control {
    display: inline-block;
    vertical-align: middle;
}
.number_control .button {
    border: 1px solid #333333;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.number_control .button .material-icons {
    line-height: 28px;
}
.has_color .single_sidebar_card .h6,
.has_color .toggle_title_lv1 .h6,
.has_color .toggle_title_lv1 span  {
    color: #ffffff;
}
.shop_sidebar .single_sidebar_card .h6, 
.shop_sidebar .toggle_title_lv1 .h6,
.shop_sidebar .need_help.toggle_title_lv1 h4 {
    margin: 0; 
    font-weight: 500;
    font-size: 14px;
}
.shop_sidebar .toggle_title_lv2 .h6, 
.shop_sidebar .toggle_title_lv2 .h6 {
    line-height: 1;
    font-weight: 500;
    margin: 0;
}
.shop_sidebar .toggle_title_lv1 .h6 i.material-icons, 
.single_sidebar_card .h6 i.material-icons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; 
    line-height: 12px;
}
.shop_sidebar .toggle_title_lv1 span, 
.shop_sidebar .toggle_title_lv2 span {
    position: relative;
    display: inline;
    right: inherit;
    font-size: inherit;
    top: inherit;
    margin-top: 0;
    font-weight: 500;
}
.shop_sidebar .toggle_title_lv1 span.arrow, 
.shop_sidebar .toggle_title_lv2 span.arrow {
    position: absolute;
    display: block;
    right: 20px;
    font-size: 30px;
    top: 50%;
    margin-top: -22px;
    font-weight: 600;
}
.shop_sidebar .toggle_title_lv2 span.arrow {
    right: 0px;
    font-size: 26px;
    margin-top: -20px; 
}
.product-references,
.product-references li {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.product-references li {
    font-size: 12px;
    font-weight: 600;
}
.product-references li span {
    font-weight: 400;
}
.shop_sidebar .the_button {
    width: 100%;
    text-align: center;
}
.shop_sidebar .toggle_content_lv2 ul,
.shop_sidebar .toggle_content_lv2 ul li {
    padding: 0;
    list-style: none;
    font-size: 12px;
}
.shop_sidebar .toggle_content_lv2 ul li {
    margin-bottom: 8px;
}
.single_quantity {
    text-align: right;
}

/* --------------------------------------
    TAB INFORMATION
-------------------------------------- */
#tab_information {
    margin-top: 30px;
}
.has_icon .toggle_title_lv1 i.material-icons,
.has_icon .toggle_title_lv1 h4 {
    display: inline-block;
    vertical-align: middle;
}
.has_icon .toggle_title_lv1 i.material-icons {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
    margin-bottom: -2px;
    color: #4b4b4b;
}
.has_icon .toggle_title_lv1 h4 {
    width: calc(100% - 40px);
    margin: 0;    
    font-size: 16px;
}
#secondary_description .toggle_card > a {
    background-color: #f7f7f7;
}
#secondary_description .toggle_content_lv1 > .add_padding {
    background-color: #ffffff;
}
/* --------------------------------------
    BOX INFORMATION: Variable
-------------------------------------- */
#variable_information {

}
#variable_information .variation-table {
    width: 100%; 
}
#variable_information .var-lot-price,
#variable_information .var-unit-price {
    text-align: right;
}
th.table-title {
    padding-top: 10px; 
}
#variable_information .var-lot-price span {
    font-weight: 600;
}
#variable_information .var-unit-price span {
    font-style: italic; 
}
#variable_information .toggle_content_lv1 > .add_padding {
    padding-top: 10px;
}
#variable_information img { 
    display: block;
    padding-top: 12px; 
}
.inquiry_variations {
    padding: 0;
    list-style: none;
}
.inquiry_variations li:first-child {
    border-top: 1px solid #d4d5d8;
}
.inquiry_variations li {
    border-bottom: 1px solid #d4d5d8;
    padding: 6px 0;
}
/* --------------------------------------
    BOX INFORMATION: Pack
-------------------------------------- */
#pack_information {

}
.item_variable {
    margin-bottom: 15px;
}
.item_var_content {
    padding-left: 0;
}
.item_variable h4 {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}
/* --------------------------------------
  PRODUCT SIDEBAR: Commercial Inqury
-------------------------------------- */
#tab_commercial_inquiry .single_sidebar_card { 
    background-color: #0034C4;
}
#tab_commercial_inquiry .toggle_title_lv1 {
    background-color: #0034C4;
}
#tab_commercial_inquiry .the_button {
    background-color: #0034C4;
    border-color: #0034C4;
}
#tab_commercial_inquiry .the_button:hover {
    background-color: #004BD3;
    border: 2px solid #004BD3;
}

/* --------------------------------------
  PRODUCT SIDEBAR: Purchase Online
-------------------------------------- */
#tab_purchase_online .toggle_title_lv1 {
    background-color: #0034C4;
}
#tab_purchase_online .the_button {
    background-color: #0034C4;
    border-color: #0034C4;
}
#tab_purchase_online .the_button:hover {
    background-color: #004BD3;
    border: 2px solid #004BD3;
}
#tab_purchase_online .number_control .button,
#tab_purchase_online .price span,
#tab_purchase_online a:not(.the_button) {
    color: #0034C4;
}
/* --------------------------------------
  PRODUCT SIDEBAR: delivery dates
-------------------------------------- */
#tab_delivery_time .toggle_title_lv1 {
    background-color: #0034C4;
}
#tab_delivery_time .the_button {
    background-color: #0034C4;
    border-color: #0034C4;
}
#tab_delivery_time .the_button:hover {
    background-color: #004BD3;
    border: 2px solid #004BD3;
}
#tab_delivery_time .number_control .button,
#tab_delivery_time .price span,
#tab_delivery_time a:not(.the_button) {
    color: #0034C4;
}
/* --------------------------------------
  PRODUCT SIDEBAR: Used Online
-------------------------------------- */
#tab_used_online .toggle_title_lv1 {
    background-color: #EFBA3C;
}
#tab_used_online .the_button {
    background-color: #EFBA3C;
    border-color: #EFBA3C;
}
#tab_used_online .number_control .button,
#tab_used_online .price span,
#tab_used_online a:not(.the_button) {
    color: #efba3c;
    font-weight: 600;
}
.outlet_message p {
    padding: 12px;
    background-color: #e2e2e2;
    font-size: 14px;
}
.outlet_message i {
    font-size: 12px;
}
.shop_sidebar #tab_used_online .cell.submit {
    margin-bottom: 0;
    margin-top: 0;
}
/* --------------------------------------
  PRODUCT SIDEBAR: Rental Online
-------------------------------------- */
#tab_rental_online .toggle_title_lv1 {
    background-color: #d64152;
}
#tab_rental_online .the_button {
    background-color: #d64152;
    border-color: #d64152;
}
#tab_rental_online .number_control .button,
#tab_rental_online .price span,
#tab_rental_online a:not(.the_button) {
    color: #d64152; 
}
#tab_rental_online .rent_subtab .h6,
#tab_rental_online .rent_subtab .arrow {
    color: #d64152; 
}
#tab_rental_online #rent_counter {
    width: 55px;
    font-weight: 600;
} 
#tab_rental_online #rent_counter:focus,
#tab_rental_online #rent_counter:active {
    outline: 1px solid #4b4b4b;
} 
#tab_rental_online .variation-row {
    border-bottom: 1px solid #d4d5d8;
}
#tab_rental_online #rent_counter_wrapper {
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}
/* --------------------------------------
  PRODUCT SIDEBAR: Inquiry Information
-------------------------------------- */
#tab_inquiry_information .single_sidebar_card {
    background-color: #868686;
}
#tab_purchase_online input[type="submit"] {
    background-color: #0034C4;
    border-color: #0034C4;
}
#inquiry_form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
#inquiry_form.open {
    background: rgba(242, 243, 245, 0.8);
}
.inquiry_form {
    display: none;
} 
#inquiry_form_wrapper {
    width: 90%;
    max-width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
            transform: translateX(-50%) translateY(-50%) translateZ(0);
    margin: auto;
    padding: 0;
    visibility: inherit;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgb(242, 243, 245);
    height: auto;
    min-height: 310px;
    border-radius: 5px;
    overflow: hidden;
}
.quick-description {
    margin: 15px 0;
    font-size: 13px;
}
.quick-title {
    font-weight: 500;
    margin: 15px 0;
    font-size: 14px;
}
#inquiry_form .process_title a {
    position: absolute;
    color: #ffffff;
    top: 13px;
    right: 20px; 
}
.naked_button i,
.naked_button span {
    vertical-align: middle;    
    font-weight: 500;
}
.naked_button i {
    font-size: 22px;
}
#inquiry_form .biggest-warning {
    padding-top: 30px;
}
#inquiry_form .naked_button {
    margin-right: 15px;
}
#inquiry_form .payment_process_card {
    margin: 0;
}
#inquiry_form .submit-item {
    margin-bottom: 0;
}
.submit-item.text-center.code .the_button {
    background: none;
    border: 2px solid #efba3c;
    color: #efba3c;
    font-weight: bold;
}
.step-form {
    display: none;
}
.step-form[data-id="step-1"] {
    display: block;
}

#rental_inquiry .process_title {
    background-color: #d64152;
}
#information_inquiry .process_title {
    background-color: #868686;
}
.single_sidebar_card a[data-id="information_inquiry"] .h6 {
    color:  #ffffff; 
}
.form-content .checklist {
    margin-bottom: 15px;
}
.form-content .checklist input,
.form-content .checklist label {
    margin-bottom: 8px;
}
.form-content .checklist input {
    margin-right: 6px;
} 
#rental_inquiry .the_button {
    background-color: #d64152;
    border-color: #d64152!important;
    color: #ffffff;
}
#rental_inquiry a,
#rental_inquiry .form-control {
    color: #d64152;
}
#rental_inquiry .form-control:focus, 
#rental_inquiry .form-control:active {
    border-color: #d64152;
}
/* --------------------------------------
  PURCHASE ONLINE: Variable
-------------------------------------- */
.toggle_card_lv2.variation {

}
.toggle_card_lv2.variation .variation-table {
    width: 100%;
}
.toggle_card_lv2.variation .variation-table .variation-quantity,
.toggle_card_lv2.variation .variation-table .variation-quantity input {
    width: 50px;
}
.toggle_card_lv2.variation .variation-table .variation-lot {
    text-align: right;
    width: 50%;
    padding: 5px 2px;
    font-size: 12px;
}
.toggle_card_lv2.variation .variation-table .variation-price {
    text-align: right;
    width: 55%;
}

/* --------------------------------------
    ANIMATIONS
-------------------------------------- */

.fc-grow{
	
	
	-webkit-animation: grow 0.2s ease;
    animation: grow 0.2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


@-webkit-keyframes grow
{
     
    50%
    {
        -webkit-transform: scale(1.4);
        transform: translateX(1.4);
    }
    
    100%
    {
        -webkit-transform: translateX(1);
        transform: translateX(1);
    }
}
@keyframes grow
{
    50%
    {
        -webkit-transform: scale(1.4);
        transform: translateX(1.4);
    }
    
    100%
    {
        -webkit-transform: translateX(1);
        transform: translateX(1);
    }
}


/* --------------------------------------
    SINGLE PAGE. Mobile interface
-------------------------------------- */
#mobile_inferface {
    display: none;
    position: fixed;
    width: 100%;
    height: 63px;
    background-color: transparent;
    bottom: 0;
    z-index: 9999;
}
.interface_button {
    width: 30%;
    text-align: center;
    height: 100%;
    float: left;
    height: 60px;
    background-color: #f7f7f7;
    margin-top: 3px;
    border-top: 1px solid #d4d5d8;
}
.interface_button:focus, 
.interface_button:hover,
.interface_button:active {
    border-top: 1px solid #c5c5c5;
    background-color: #c5c5c5;
}
.interface_button, 
.interface_button span {
    color: #d8dadb;
}
.interface_button a {
    display: block;
    padding-top: 12px;
}
.interface_button span {
    margin-top: -4px;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.interface_button a .material-icons {
    font-size: 22px;
    color: #d8dadb;
}
.interface_button#main_action {
    width: 40%;
    height: 63px;
    margin-top: 0;
    border-top: 1px solid #0034C4;
    background-color: #0034C4;
    border-radius: 3px 3px 0 0;
}
.interface_button#main_action:focus,
.interface_button#main_action:hover,
.interface_button#main_action:active {
    border-top: 1px solid #004BD3;
    background-color: #004BD3; 
}
.interface_button#main_action a .material-icons {
    color: #ffffff;
    font-size: 25px;
    margin-top: -1px;
}
.interface_button.active a .material-icons,
.interface_button.active span {
    color: #4b4b4b; 
}
.interface_button#main_action,
.interface_button#main_action span {
    color: #ffffff;
}
.interface_button#main_action span {
    margin-top: -3px;
}
#references_interface {
    padding: 17px 10px;
}
#references_interface span.reference {
    font-weight: 300;
}
#single_product .flex_toggle_card .toggle_title_lv1 h3 {
    font-size: 18px;
}
#single_product .flex_toggle_card .toggle_title_lv2 h4 {
    font-size: 16px;
}
/* --------------------------------------
  RENTAL REQUEST
-------------------------------------- */
#tab_rental_online .variation-table {
    width: 100%;
}
.cell.variation-table.rent-table,
#rent_counter_wrapper,
#tab_rental_online .pricing {
    display: none;
}
#tab_rental_online .variation-table .variation-quantity,
#tab_rental_online .variation-table .variation-quantity input {
    width: 50px;
}
#tab_rental_online .variation-table .variation-lot {
    text-align: left;
    width: 50%;
    padding: 5px 10px;
    font-size: 12px;
    padding-left: 2px;
}
#tab_rental_online .variation-table .variation-price {
    text-align: right;
    width: 55%;
}
/* =======================
    PAYMENT PROCESS
======================== */
#payment_process {
    
}
.payment_process_card {
    background-color: #f2f3f5;
    /*min-height: 200px;*/
    margin-bottom: 15px; 
}
#payment_mapping {
    text-align: center;
    height: 55px;
}
#payment_mapping ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#payment_mapping ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 44px;
    width: 11%;
    margin: 0 9%;
}
#payment_mapping ul li:first-child {
    margin-left: 0;
}
#payment_mapping ul li:last-child {
    margin-right: 0; 
}
#payment_mapping ul li a {
    color: #82888F;
    width: 100%;
    height: 100%;
    display: block;
}
#payment_mapping ul li a div.point {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: auto;
    margin-top: 5px;
    /* border: 2px solid #c5c5c5; */
    position: relative;
} 
#payment_mapping ul li a div.point.active {
    border-color: #0034C4;
}
#payment_mapping ul li a div.point:before {
    content: '';
    height: 2px;
    width: 1500%;
    background-color: #c5c5c5;
    position: absolute;
    right: 12px;
    top: 6px;
}
#payment_mapping ul li:first-child a div.point:before {
    display: none;
}
#payment_mapping ul li a div.point.active:before {
    background-color: #0034C4;
}
#payment_mapping ul li a div.point:after {
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    top: 2px;
    right: 2px;
    border: 3px solid #f2f3f5;
    background-color: #f2f3f5;
    border-radius: 50%;
    z-index: 999;
}
#payment_mapping ul li a div.point.active:after {
    background-color: #0034C4;
}
#payment_mapping ul li a div.point span {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #f2f3f5;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    z-index: 99;
    position: absolute;
}
#payment_mapping ul li a div.point.active span {
    border: 2px solid #0034C4;
}
#payment_mapping ul li a span.title {
    
}
#payment_mapping ul li a span.title.active {
    font-weight: 600;
    color: #45474D;
}
.process_title {
    background-color: #0034C4;
    padding: 15px;
    color: #ffffff; 
}
.process_title .h4 {
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
} 
.process_title .h4 i.material-icons {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
    margin-bottom: -2px;
}
#payment_process .main-area .process_content{
    min-height: 440px;
}
#payment_process .main-area .process_title .h4{
	display: none;
}
.payment-block-holder{
	display: none;
    padding: 0 15px;
}
.payment-block-holder.payment-step0 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0;
}
.payment-block-holder.payment-step4 {

}
.payment-block-holder.payment-step0{ display: block; }
#payment_process[data-id-step='1'] .process_title .h4.payment-step1, #payment_process[data-id-step='1'] .payment-block-holder.payment-step1 { display: block; }
#payment_process[data-id-step='2'] .process_title .h4.payment-step2, #payment_process[data-id-step='2'] .payment-block-holder.payment-step2 { display: block; }
#payment_process[data-id-step='3'] .process_title .h4.payment-step3, #payment_process[data-id-step='3'] .payment-block-holder.payment-step3 { display: block; }
#payment_process[data-id-step='4'] .process_title .h4.payment-step4, #payment_process[data-id-step='4'] .payment-block-holder.payment-step4 { display: block; }
#payment_process[data-id-step='5'] .process_title .h4.payment-step5, #payment_process[data-id-step='5'] .payment-block-holder.payment-step5 { display: block; }
#payment_process[data-id-step='6'] .process_title .h4.payment-step6, #payment_process[data-id-step='6'] .payment-block-holder.payment-step6 { display: block; }

#rent_color .process_title {
    background-color: #d64152;
} 
#rent_color .the_button {
    background-color: #d64152;
    border-color: #d64152;
}
/* --- Cart Process --- */
#cart_process {

}
.cart-table {
    width: 100%;
    margin-bottom: 15px;
}
#cart_sidebar .cart-table .cart-subtotal,
#cart_sidebar .cart-table .cart-shipping,
#cart_sidebar .cart-table .cart-tax,
#cart_sidebar .cart-table .cart-total {
    text-align: right;
}
#cart_sidebar .cart-subtotal-title.coupon,
#cart_sidebar .cart-subtotal.coupon {
    color: #efba3c;
    font-weight: bold;
}
.product-row {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d5d8; 
}
.product-row td {
    padding: 15px 10px; 
}
td.product-image {
    padding-left: 0;
}
td.product-image img {
    width: 150px;
    height: 150px;
}

tr.item-id-0 td.product-image img {
    /*width: 40px;
    height: 40px;*/
    border: 1px solid #e6e6e6;
}
td.product-pricing {
    padding-right: 0;
    text-align: right;
}
td.product-quantity input {
    width: 58px;
    padding: 0px 6px;
    text-align: right;
}
/* tr.item-id-0 a[data-action="erase-product"] */
tr.item-id-0 td.product-quantity input {
    display: none;
}
.cart-table .product-row.item-id-0 .product-unit-price {
    opacity: 0;
}
.product-content li span {
    font-weight: 600;
}
.cart-table td.product-content ul {
    padding: 0;
    list-style: none;
    line-height: 1.2;
    font-size: 13px;
}
.cart-table .product-content .h4 a {
    color: #4B4B4B;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}
.cart-table .item-id-0  .product-content .h4 a {
    color: #efba3c;
}
.cart-table .product-content .h4 a:hover {
    color: #337ab7;
}
.product-total-price {
    padding-bottom: 10px;
}
.submit-item a {
    display: inline-block;
    vertical-align: middle;
}
.shop_faq .toggle_title_lv2 h4 {
    font-size: 15px;
}
.shop_faq .toggle_title_lv2 span {
    right: 22px;
    font-size: 22px;
    margin-top: -16px;
    color: #7d7d7d;
}
.shop_faq .toggle_title_lv2 {

}
.toggle_content_lv2.add_padding {
    padding: 15px 15px 10px;
    background-color: #f2f3f5; 
}
/* Identification Process */
#identification_process { 

}
.form-content {

}
#my_account a[data-action="back-to-cart"]{
	display: none;
}


.stripe-button-el{
	display: none !important;
}
.big-warning {
    margin-bottom: 15px;
    display: none;
}
.big-warning.warning-visible {
	display: block;
}
.big-warning .warning-icon,
.big-warning .warning-text {
    display: inline-block;
    vertical-align: middle;
}
.big-warning .warning-icon { 
    width: 65px; 
}
.big-warning .warning-icon img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}   
.big-warning .warning-text {
    padding: 0 15px; 
    width: calc(100% - 120px);
}
.form-content input, 
.form-content select {
    margin-bottom: 15px;
}
.submit-item {
    margin-bottom: 15px;
    text-align: right;
}
.submit-item .secondary-link {
    font-weight: 600;
    margin-right: 15px;
}
.submit-item[data-rel="other-site"] {
    border-top: 1px solid #d4d5d8;
    text-align: center;
    padding-top: 15px;
}
.submit-item[data-rel="other-site"] .the_button {
    margin-left: 10px;
    margin-right: 10px;
}
#create_account_submit {

}
.form-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
    float: left;
    
     width: 100%;
}
.form-content ul.payment-list { 
    padding: 0 20px;
}
.form-content ul li {
    list-style: none;
    padding: 0;
}
.form-content ul li input,
.form-content ul li label {
    margin-bottom: 3px;
    font-weight: 400;
}
.form-content input,
.form-content label {
    font-weight: 400;
}
.form-content ul li input {
    display: inline-block;
    width: 16px;
    vertical-align: top;
}
.form-content ul li label {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;   
}
.legal-text * {
    font-size: 12px;
}
.user-identification-form .row {
    margin-right: -7px;
    margin-left: -7px;
}
.user-identification-form .row > div {
    padding: 0 7px;
}
/* Shipping Process */
.address-item .label-table,
.invoice-item .label-table {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
    padding: 0 10px;
    vertical-align: top;
}
td.shipping-receiver{
	width: 32%
}
td.shipping-address{
	width: 45%
}
.invoice-item a[data-action="edit-addresss"]{
    display: inline-block;
    vertical-align: middle;
}
.label-table table {
    width: 100%;
}
.address-list a {
    display: inline-block;
    vertical-align: middle;
}
.address-list label {
    width: calc(100% - 65px);
}
.address-list > :first-child a[data-action="delete-addresss"]{
    display: none;
}
.address-list > :first-child {
    margin-top: 10px;
    margin-bottom: 20px;
}
.address-list table td{
	vertical-align: top;
}
.invoice-list label {
    width: 100%;
}
#shipping_process {

}
.form-step {
    margin: 15px 0;
}
.step-title {
    margin-bottom: 15px;
}
#shipping_process .address-item,
#shipping_process .invoice-item {
    margin-bottom: 10px;
}
#add-address i,
#add-address span,
#add-invoice-address i,
#add-invoice-address span {
    display: inline-block;
    vertical-align: middle; 
}
.form-content ul li.address-item input,
.form-content ul li.invoice-item input {
    display: inline-block;
    width: 22px;
    text-align: center;
    margin-left: 3px;
}
.address-item input[type="radio"] {
    vertical-align: middle;
    height: 15px; 
}
.form-content textarea.form-control {
    margin-bottom: 15px;
}
.submit-item[data-rel="go-to-payment"] {
    border-top: 1px solid #d4d5d8;
    padding-top: 15px;
}
.submit-item[data-rel="add-new-address"] {
    text-align: center; 
}
#change_address {

}
.pickup-item .label-table {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    padding: 0 10px;
}
.address-list .pickup-item label {
    width: 100%; 
}
#shipping_process .pickup-item {
    margin-bottom: 10px;
}
.form-content ul li.pickup-item input {
    display: inline-block;
    width: 22px;
    text-align: center;
    margin-left: 3px;
}
#shipping_methods_button {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#shipping_methods_button .the_button {
    display: inline-block;
}
/* Payment Process */
#payment_card_process {

}
.payment-item {
    margin-bottom: 15px;
}
.payment-item .payment-image,
.payment-item .payment-content {
    display: inline-block;
    vertical-align: middle;
}
.payment-item .payment-image {
    width: 120px;
}
.payment-item .payment-image img {
    width: 100%;
}
.payment-item .payment-content {
    width: calc(100% - 140px);
    padding-left: 10px;
} 
.payment-item .payment-content .h6 {
    font-weight: 700;
}
.submit-item[data-rel="confirm-pay"] {
    border-top: 1px solid #d4d5d8;
    padding-top: 15px;
}
/* Confirmation Process */
#confirmation_process {

}
.biggest-warning {
    text-align: center;
}
.biggest-warning .warning-icon {
    width: 65px;
    display: inline-block;
    margin-bottom: 15px;
}
#confirmation_process .process_content {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Cart Sidebar */
#cart_sidebar .form-control {
    margin-bottom: 15px;
}
#cart_sidebar .cart-shipping-title a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.cart-table a {
    color: #656566;
    font-weight: 500;
}
.cart-table a:hover {
    color: #337ab7; 
}
/* ======================= 
   PRODUCT CARDS
======================== */ 
.card_row {
    margin-right: -7px;
    margin-left: -7px;
    padding: 0;
    list-style: none;
}
.card_col {
    padding-left: 7px;
    padding-right: 7px;
}
.product_card {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 15px;
    min-height: 478px;
    max-height: 503px;
}
.product_card .responsive_image {
    display: block;
    border: 1px solid #dcdcdc;
    height: 166px;
    overflow: hidden;
}
.home .grid_3 .product_card .responsive_image {
    height: 226px; 
}
.product_card .responsive_image img {

}
.product_description {
    padding-top: 10px;
}
.product_description .title_wrapper {
    display: block;
    height: 80px;
    position: relative;
    margin-bottom: 8px;
} 
.product_description .title_wrapper h3 {
    color: #4B4B4B;
    overflow: hidden;
    height: 75px;
}
.product_description .title_wrapper:hover h3 {
    color: #004BD3;
}
.product_description .title_wrapper:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background-color: #0034C4;
    position: absolute;
    bottom: 0;
}
.product_description .title_wrapper * {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}
.product_description .content_wrapper {
    height: 80px;
    margin-bottom: 12px;
} 
.product_description .content_wrapper p {
    line-height: 1.4;
    font-size: 13px;
}
.product_info {
    
}
.product_info a {
    color: #D8DADB;
    display: block;
}
.product_info a i {
    font-size: 20px;
}
.product_info .info_list {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: default;
}
.info_item {
    list-style: none;
    margin: 0;
    display: inline-block;
}
.info_item .product_tooltip {
    display: none;
}
.product_pricing {
    height: 42px;
}
.product_pricing span {
    font-size: 27px;
    font-weight: 100;
    color: #0034C4;
}
.product_cta {
    height: 32px;
}
.product_cta a.the_button {
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 700;
}
.product_info li.info_item.inactive a {
    cursor: default; 
}
.product_info li.info_item.active[data-info="rent"] a i {
    color: #d64152;
} 
.product_info li.info_item.active[data-info="purchase"] a i {
    color: #0034C4;
} 
.product_info li.info_item.active[data-info="outlet"] a i {
    color: #EFBA3C;
}
.product_info li.info_item.active[data-info="availability"] a i { 
    color: #73B386; 
}
.product_info li.info_item {
    position: relative;
}
.product_info li.info_item .product_tooltip {
    position: absolute;
    background: #7486A7;
    color: #ffffff;
    top: -65px;
    left: -7px;
    width: 210px;
    font-size: 11px;
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    height: 54px;
    box-shadow: 0 1px 10px rgba(45, 45, 45, 0.2);
}
.product_info li.info_item .product_tooltip:before {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top: 8px solid #7486A7;
    background-color: transparent;
    position: absolute;
    bottom: -14px;
    left: 9px;
} 
.product_info li[data-info="purchase"].info_item .product_tooltip {             left: -24px;    }
.product_info li[data-info="outlet"].info_item .product_tooltip {               left: -37px;    }
.product_info li[data-info="availability"].info_item .product_tooltip {         left: -50px;    }
.product_info li[data-info="purchase"].info_item .product_tooltip:before {      left: 26px;     }
.product_info li[data-info="outlet"].info_item .product_tooltip:before {        left: 38px;     }
.product_info li[data-info="availability"].info_item .product_tooltip:before {  left: 53px;     }
 
.product_info li.info_item:hover .product_tooltip {
    /*display: block;*/
}
.no_purchase {
    border-top: 1px solid #D8DADB;
    border-bottom: 1px solid #D8DADB;
    color: #939393;
    font-size: 11.5px;
    font-weight: 400;
    display: block;
    height: 100%;
    line-height: 27px;
    padding: 0px 4px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.no_purchase span,
.no_purchase i.material-icons {
    display: inline-block;
    vertical-align: middle;
}
.no_purchase i.material-icons {
    text-align: right;
    position: absolute;
    right: 0;
    top: 3px;
    color: #D8DADB;
}
.no_purchase:hover,
.no_purchase:hover i.material-icons {
    border-color: #0034C4;
    color: #0034C4;
}

.no_purchase:active,
.no_purchase:active i.material-icons {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
} 
/* ============================
    SINGLE PRODUCT: SLIDER
============================= */
#main_images > .responsive_image > .row > div {
    float: right;
}   
#main_images .responsive_image {
    position: relative;
}
#main_images #product_viewer_selector a {
    border: 1px solid #d4d5d8;    
    margin-bottom: 10px;
    display: block;
}
#main_images #product_viewer_selector img {
    border: 0;
    opacity: 0.5;
}
#main_images #product_viewer_selector a.active img,
#main_images #product_viewer_selector a:hover img {
    opacity: 1;
}
#product_viewer_selector .swiper-wrapper {
    height: auto;
}
#product_viewer_selector,
#product_viewer,
#product_viewer_selector .swiper-container,
#product_viewer .swiper-slide {
    height: 344px; 
} 
#product_viewer .swiper-container {
    border: 1px solid #d4d5d8;
}
#product_viewer_selector {
    padding-right: 0;
} 
#product_viewer {
    padding-left: 10px;
    /* padding-right: 0; */
}
#product_viewer .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center!important;
}
#product_viewer .gallery_fullscreen, 
.open_single_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 
#product_viewer .gallery_fullscreen .material-icons,
.open_single_image .material-icons {
    position: absolute;
    color: white;
    right: 17px;
    bottom: 12px; 
    font-size: 35px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.72);
}
#product_fullscreen_slider {
    background-color: rgba(61, 65, 74, 0.95); 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    opacity: 0;
    visibility: hidden; 
}
#product_fullscreen_slider.open { 
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}
#close_fullscreen_slider {
    display: block;
    cursor: pointer;
    position: absolute; 
    width: 45px; 
    height: 45px;
    right: 20px;
    top: 20px;
    background-image: url(../img/arrows/cross.png);
    background-size: 45px;
    background-position: 0px 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999999;
    /*background-color: palevioletred;*/
}
#product_fullscreen_slider .swiper-container {
    height: 100%;
}
#product_fullscreen_slider .swiper-slide {
    height: 70%;
    top: 15%;
}
#product_fullscreen_slider .swiper-slide > div {
    height: 100%;
    width: 80%;
    max-width: 1050px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center;
}
#product_fullscreen_slider #single_post_thumbnail {
    height: 70%;
    top: 15%;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    position: absolute;
    width: 80%;
    background-position: center;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
    -ms-transform: translateX(-50%) translateY(0) translateZ(0);
    transform: translateX(-50%) translateY(0) translateZ(0);
}
.ssba img, img.ssba-img {
    width: 32px!important;
    padding: 8px;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
    box-sizing: unset;
}
/* =======================
   ALQUILER
======================== */
.page-template-template-shop-php #flexible_content {
    min-height: initial; 
}
#rent_advise {
    padding-bottom: 40px;
    margin-top: 10px;
}
.rent_tabs .toggle_content_lv1 > .add_padding {
    padding: 15px 17px;
    background-color: #dfe3e6;
    color: #65696f;
}
.rent_tabs .toggle_content_lv1 > .add_padding.rent_page_button {
    /*background-color: #f7f8fa;*/
    padding: 0;
}
.rent_tabs .rent_page_button {
    text-align: center;
}
.rent_tabs .rent_page_button a.naked_button {
    color: #676767;
    font-weight: 600;
    line-height: 26px;
    background-color: #f7f8fa;
    width: 100%;
    display: block;
    padding: 15px 17px;
}
.rent_tabs .rent_page_button a.naked_button:hover {
    /*color: #d64152;*/
    background-color: #dfe3e6;
}
.rent_tabs .table_row {
    width: calc( 100% - 50px); 
}
.rent_tabs .table_col {
    display: inline-block;
    vertical-align: middle;
    margin-left: -2px;
    margin-right: -2px;
    padding: 0 2px;
}
.rent_tabs .col_1 {
    width: 60%;
    text-align: left;
}
.rent_tabs .col_2,
.rent_tabs .col_3,
.rent_tabs .col_4,
.rent_tabs .col_5 {
    width: 10%;
    text-align: right;
}
#table_heading > div {
    font-weight: 600;
}
.rent_tabs .toggle_title_lv1 {
    background-color: #82888F;
}
.rent_tabs .toggle_title_lv1 > h3,
.rent_tabs .toggle_title_lv1 > span {
    color: #ffffff;
}
.rent_tabs .toggle_title_lv2 {
    padding-right: 18px;
    color: #606062;
    background-color: #F7F8FA;
}
.rent_tabs .toggle_card_lv2:hover .toggle_title_lv2,
.rent_tabs .toggle_card_lv2:hover .toggle_content_lv2.add_padding {
    background-color: #eaeef1;
}
/*.rent_tabs .table_col.col_1 {
    min-height: 37px;
}*/
.rent_tabs .toggle_content_lv2.add_padding {
    padding: 15px;
    background-color: #F7F8FA;
    border-top: 0;
}
.rent_tabs .toggle_title_lv2 h4 {
    font-size: 15px;
}
.rent_tabs .toggle_title_lv2 .table_col span.only_mobile {
    display: none; 
}
.rent_tabs .toggle_title_lv2 .table_col span.subtitle {
    right: 0;
    margin-top: 0;
    font-size: 13px;
    position: relative;
    font-style: italic;
    font-weight: 400;
    color: #6f6f70;
    display: block;
}
.rent_tabs .product-references {
    padding-left: 0;
}
.product_buttons {
    margin-top: 10px; 
}
.product_buttons .the_button { 
    max-width: 250px; 
    text-align: center; 
    margin: 8px 0;
    padding: 4px 20px;
    display: block;
    /*
    text-align: center;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase; 
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 700;*/
}
.rent_tabs .toggle_title_lv2 .table_col span {

}
.rent_tabs img {
    border: 1px solid #d4d5d8;
}
.rent_tabs .toggle_content_lv2 p,
.rent_tabs .toggle_content_lv2 li {
    font-size: 13px;
}
.rent_page_button {
    text-align: center;
}
.rent_page_button .the_button {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    margin: 0;
}
.page-template-template-rent-child-php #flexible_content,
.page-template-template-rent #flexible_content {
    padding-bottom: 0;
}
/* =======================
   CATEGORY PAGE
======================== */
.filter_list {
    font-weight: 100;
    padding: 10px 0 0px;
    border-top: 1px solid #D8DADB;
}
.filter_list > ul > .filter-item > ul {
    display: none; 
}
#price_filter.filter_list {
    border-top: 0;
    margin-bottom: 25px;
    padding-top: 20px;
} 
#shop_sidebar {
    padding-bottom: 30px;
}
#shop_sidebar .h2 {
    font-weight: 100;
    line-height: inherit;
    line-height: initial;
}
#shop_sidebar .material-icons,
#shop_sidebar .fa {
    display: none;
}
.filter_list .h5 {
    color: #0034C4;
    font-weight: 600;
    font-size: 17px;
}
.filter_list .h5 a {
    color: #0034C4;
}
.filter_list ul {
    list-style: none;
    padding: 0;
}
.filter_list ul li {
    list-style: none;
    padding: 0;
    line-height: 1.7;
}
.filter_list ul li a {
    color: #4B4B4B;
}
.filter_list ul li a.active {
    font-weight: 600;
}
.filter_list ul li a:before{
	content: " ";
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #D8DADB;
    margin-right: 6px;
    vertical-align: middle;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #f7f7f7;
    border-radius: 3px;
    background-color: #f3f3f3;
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.filter_list ul li a.active:before{
	content: "✓";
    background-color: #2752cc;
    border-color: #2752cc;
}
.filters_heading {
    border-bottom: 1px solid #D8DADB;
    height: 44px;
    display: block;
}
#filters_wrapper {

}
.filter_list ul li.filter-sub-item {
    padding-left: 15px;
}
.filters_heading > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
}
#filter_spans {
    border-bottom: 1px solid #D8DADB;
    margin-bottom: 15px;
}
#filter_spans .letter_spacing {
    font-size: 10px;
}
#filter_tags span, #filter_tags a { 
    border-radius: 100px;
    background-color: #ECEDEE;
    color: #6c6c6c;
    display: inline-block;
    line-height: 30px;
    margin: 0 4px 0 4px;
    padding: 0 32px 0 15px;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    transition:0.2s;
}
#filter_tags span, #filter_tags a.reduced{
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
}
#filter_tags span:before, #filter_tags a:before {
    content: "×";
    text-transform: uppercase;
    color: #6c6c6c;
    position: absolute;
    display: inline-block;
    top: -1px;
    right: 10px;
    font-size: 22px;
    font-weight: 600;
}

#filter_amount,
#filter_amount:hover,
#filter_amount:active,
#filter_amount:focus {
    outline: 0;
    color: #0034C4;
    background: transparent;
    border: 0;
    font-weight: 600;
    padding-left: 5px;
    width: 50%; 
}
#slider_range {
    margin-top: 8px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
}
#price_filter label {
    font-weight: 300!important; 
}
.dotted-warning { 
    font-weight: 100; 
    text-align: center; 
    padding: 50px; 
    border: 1px dashed #afbdbe; 
    margin-bottom: 20px; 
    color: #9b9b9b; 
    margin-top: 10px;
}
.dotted-warning .material-icons {
    font-size: 36px; 
    color: #d9d9d9; 
}
#subcategory_list {
    margin-bottom: 10px; 
}
.category_card {
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    height: 254px;
    overflow: hidden;
}
.is_shop .category_card {
    height: 289px;
}
.category_card .responsive_image {
    position: relative;
}
.category_card .responsive_image .overlay {
    background-color: #0034C4;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}
.category_card .responsive_image .overlay:hover {
    opacity: 1;
}
.category_card .responsive_image .overlay .the_button {
    margin-top: 56px;
}
.category_card .responsive_image .overlay:hover .the_button {
    background: transparent;
}
.category_card a {
    display: block;
}
.category_card a .cat_card_title {
    display: block;
    background-color: #0034C4;
    padding: 20px 15px;
    height: 72px;
}
.category_card a .cat_card_title * {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
} 
.category_card p {
    padding: 15px;
    background-color: #ffffff;
    height: 102px;
    margin: 0;
}
.category_card a.letter_spacing {
    padding: 15px; 
} 


/* =======================
    SEARCH RESULTS
======================== */

.search-results div[data-tax="fcc_category"] {
    display: none;
}
.search_page_item > div,
.search_post_item > div {
    border-bottom: 1px solid #d8dadb; 
    padding: 20px 0;
    float: left;
    width: 100%;
}
.search_page_item:last-child > div,
.search_post_item:last-child > div {
    border: 0;
    margin-bottom: 40px;
}
.search_page_item .vertical_align {
    float: none;
    display: inline-block;
    padding: 0 10px; 
    vertical-align: middle;
    margin-left: -2px;
    margin-right: -2px;
}
.search_page_item .vertical_align .the_button {
    display: inline-block;
}
.search_post_item h3 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 4px;
}
.search_post_item .date {
    color: #0034C4;
    font-size: 12px;
    font-weight: 600;
}
.search_post_item .content {
} 
.search_post_item .content p {
    display: inline;
}
.search_post_item > div {
    padding-left: 5px;
    padding-right: 5px;
}
/* =======================
   MI CUENTA
======================== */
#my_account .payment-block-holder.payment-step2 {
    padding-top: 50px;
}
#my_orders_page {
    display: none;
}
#cart_sidebar[data-id="disabled"] {
    opacity: 0.5;    
    cursor: no-drop; 
}
#account_ul {
    list-style: none;
    padding: 0;
}
#account_ul li.account_li {
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}
#account_ul li.account_li:first-child a {
    border-bottom: 0;
}
#account_ul li.account_li a,
#cart_sidebar[data-id="disabled"] #account_ul li.account_li a:hover {
    color: #4e4e4e;
    font-weight: 600;
    display: block;
    padding: 11px 16px 12px;
    border-top: 1px solid #d6d6d6;
}
#cart_sidebar[data-id="disabled"] #account_ul li.account_li a:hover {
    cursor: no-drop; 
}
#account_ul li.account_li a:hover,
#account_ul li.account_li a.active {
    color: #0034c4;
}
#account_ul li.account_li a[data-id="log-out"] {
    border-top: 0;
    background-color: #82888f;
    color: #ffffff;
}
#my_orders_page h4 {
    font-size: 15px;
    margin-bottom: 0;
}
#my_orders_page h4 strong {

}
#my_orders_page .toggle_card > a {
    background-color: #ffffff;
}
#my_orders_page .payment_table {
    width: 100%;
}
#my_orders_page .payment_table .align-right {
    text-align: right;
}
#my_orders_page .featured_details {
    background-color: #f2f3f5;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #d4d5d8;
}
#my_orders_page .featured_details .list_details{
    margin: 0;
}
#my_orders_page .list_details {
    padding: 0;
    list-style: none;
}
#my_orders_page .list_details li {
    list-style: none;
}
#my_orders_page #secondary_description .toggle_content_lv1 > .add_padding {
    background-color: #ffffff;
    padding-top: 15px;
}
#password_recover .payment_process_card {
    min-height: 300px;
    margin-top: 20px;
}
#password_recover #cart_process .add_padding {
    padding-top: 40px;
}
#password_recover .big-warning {
    display: block;
}
#password_recover .form-control {
    margin-bottom: 10px;
} 
#shipping_process-address {
    content: '';
    display: table;
    clear: both;
}
/* =======================
   PROMO MAILING
======================== */
.popup-thanks-for-subscribe {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 247, 247, 0.81);
}
.popup-thanks-for-subscribe > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0);
    -ms-transform: translateX(0) translateY(-50%) translateZ(0);
    transform: translateX(0) translateY(-50%) translateZ(0);
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 30%); 
    max-width: 750px;
}
.popup-thanks-for-subscribe > div .payment_process_card {
    box-shadow: 0 1px 10px rgba(45, 45, 45, 0.2);
}

/* =======================
    COOKIES
======================== */
#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #e0e0e0;
    z-index: 9999;
    width: 100%;
    display: none;
    height: auto;
    padding: 10px 20px;
    color: #222222;
    font-size: 13px;
    border-top: dashed #0034c4;
}
#cookie-message p{
    color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    margin: 0;
}
#cookie-message > div:first-child {
    float: left;
    width: 60%;
}
#cookie-message > div:nth-child(2), #cookie-message > div:nth-child(3) {
    float: right;
    width: 35%;
}
#cookie-message > div {
    display: inline-block;
}
#cookie-message > div:nth-child(2) > div {
    position: relative;
    height: 52px;
}
#cookie-message a {
    font-weight: 600;
}
#cookie-message #close-cookies {
    margin: 0;
  width: 40%;
  float: right;
  text-align: center;
  margin: 0;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  margin-left: 10px;
}


#credit-card-details-wrapper span.error {
    color: #d64152;
    font-weight: bold;    
}
#stripe-card-element {
    margin-top: 8px;
    margin-bottom: 30px;
    border: 1px solid #B7B7B7;
    padding: 11px 8px 11px 16px;
    border-radius: 5px;
}

/* =======================
   SLIDER  MEDIAQUERIES
======================== */
@media (max-width: 1250px) { 
    .slide_content {
        padding-left: 40px;
    }
     .second_level.with_cols.cols-2 {
        padding-right: 432px!important;
    }
}
@media (max-width: 1200px) { 
    /* SLIDER */
    .slide_content {
        padding-left: 15px;
    }
    .second_level.with_cols.cols-2 {
        padding-right: 0px!important;
    }
}
@media (max-width: 1050px) { 
    /* SLIDER */
    .slide_content {
        padding-left: 40px;
    }
}
@media (max-width: 1024px) { 
    /* SLIDER */
    .slide_content {
       /* padding-left: 40px;*/
    }
}

@media (max-width: 990px) { 
    /* SLIDER */
    .slide_content {
        padding-left: 15px;
        padding-right: 15px;
    }
    #hero_icons ul h3 {
        font-size: 16px;
    } 
}
/* =======================
    MEDIAQUERIES
======================== */
@media (max-width: 1300px) { 
    #nav_sectors #header_sec_list .second_level,
    #nav_products #header_cat_list #all_products_li .second_level {
        overflow: scroll;
    }
}
@media (max-width: 1200px) { 
	body{
		/*padding-top: 75px;*/
	} 
	main { 
		min-height: auto;
	} 
	header {
		border-bottom: 0;
	}

    /* SINGLE PAGE */
    #main_images > .responsive_image > .row > div {
        float: none;
    }
    #product_viewer,
    #product_viewer .swiper-slide {
        height: 240px;
    }
    #product_viewer {
        margin-bottom: 10px;
        padding-left: 15px; 
    }
    #product_viewer_selector {
        height: 42px;
        padding-right: 15px;
        overflow: hidden;
    }
    #main_images #product_viewer_selector a { 
        height: 100%;
        float: left;
        margin-bottom: 10px;
        margin-right: 11px;
    }
    #main_images #product_viewer_selector a:last-child {
        margin-right: 0;
    }
    #main_images #product_viewer_selector a img {
        width: auto;
        height: 100%;
    }
    .product_card .responsive_image {
        height: 206px;
    }
    .home .grid_3 .product_card .responsive_image {
        height: 180px;  
    }
    #nav_products #header_cat_list .active .cat_image, 
    #nav_sectors #header_sec_list .active .cat_image,
    #nav_products #header_cat_list .cat_image, 
    #nav_sectors #header_sec_list .cat_image {
        display: none;
    }
    #nav_products #header_cat_list .second_level, 
    #nav_sectors #header_sec_list .second_level {
        width: calc(100vw - 390px);
        height: 395px; 
    }
    nav.navigation .menu > ul li, nav.navigation .principal_navigation li {
        font-size: 14px;
    }
    .is_shop .category_card {
        height: 254px;
    }
    #hero_icons .col_icon {
        min-height: 128px; 
    }
    .slide_content .container {
        position: relative;
        top: 0;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .slide_content {
        overflow: auto;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 250px;
        max-height: none;
    }
}
@media (max-width: 1100px) {
    nav.navigation .menu > ul li, nav.navigation .principal_navigation li {
        font-size: 13px;
    }
    nav.navigation .menu > ul li a,
    nav.navigation .principal_navigation > li a {
        padding-left: 4px;
        padding-right: 4px;
    } 
    #flexible_content .single-post article {
        min-height: auto;
    }
}
@media (max-width: 1024px) {
	body {
		padding-top: 72px;
	}
    /*PARALLAX */
    .parallax-image-wrapper {
        display: none;
    }
    /* HEADER */
    #header_principal .row{
        text-align: center; 
    }
    #logo_wrapper {
        margin-left: 0;
        width: 176px;
        margin-right: 0;
    }
    header {
        overflow: visible;
    } 
    header #header_principal h1 {
        background-size: 300px;
    }
    header.hide_header {
        top: -76px;
    }
    /* NAV APP MODE */ 
    nav.navigation {
        display: block;
        background-color: #0034C4; 
        position: fixed;
        right: -300px;
        top: 75px;
        height: calc(100vh - 70px);
        width: 300px;
        color: #ffffff;
        z-index: -9;
        overflow-y: scroll;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 0;
    }
    nav#navigation {
        padding: 0;
        width: 300px;
    }
    nav.navigation a:focus{
        color: #ffffff!important;
    }
    nav.navigation .menu > ul > li a:after,
    nav.navigation .principal_navigation > li a:after,
    nav.navigation .menu > ul > li a:before,
    nav.navigation .principal_navigation > li a:before{
        display: none;
    }
    nav.navigation.open{
        right: 0;
    }
    nav.navigation .menu > ul, nav.navigation .principal_navigation {
        padding: 0;
        margin-top: 0;
        padding-bottom: 3px;
        padding-top: 3px;
        height: auto;
        width: 100%;
        border-bottom: 3px solid #0034c4;
    }
    #main_nav {
        padding-top: 0;
    }
    #secondary_nav {
        float: left;
        margin-right: 0;
    }
    nav.navigation .menu > ul li, 
    nav.navigation .principal_navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
    }
    #nav_products #header_cat_list > li,
    #nav_products #header_cat_list .first_level,
    #nav_sectors #header_sec_list > li,
    #nav_sectors #header_sec_list .first_level {
        width: 100%;
        background-color: #294dc2;
    }
    nav.navigation .menu > ul li.current_page_item,
    nav.navigation .principal_navigation li.current_page_item {
        background-color: #0034c4;
    }
    nav.navigation .menu > ul > li:first-child,
    nav.navigation .principal_navigation > li:first-child{
        /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    }
    nav.navigation .menu > ul > li a, 
    nav.navigation .principal_navigation > li a {
        font-size: 1em;
        padding: 6px 15px;
    }
    nav.navigation .menu > ul > li a:hover,
    nav.navigation .principal_navigation > li a:hover {
        color: #0034c4;
    }
    nav.navigation .menu ul li.current-menu-item > a, 
    nav.navigation .menu > ul > li.current-menu-parent > a,
    nav.navigation .menu > ul > li > ul > li.current-menu-item > a,
    nav.navigation .principal_navigation li.current-menu-item > a, 
    nav.navigation .principal_navigation > li.current-menu-parent > a,
    nav.navigation .principal_navigation > li > ul > li.current-menu-item > a {
        color: #ffffff;
    }
    nav.navigation .menu > ul > li.current-menu-item > a:after, 
    nav.navigation .menu > ul > li.current-menu-parent > a:after,
    nav.navigation .principal_navigation > li.current-menu-item > a:after, 
    nav.navigation .principal_navigation > li.current-menu-parent > a:after{
        display: none;
    }
    nav.navigation .menu > ul > li a,
    nav.navigation .principal_navigation > li a {
        color: #ffffff;
    }
    #nav_products #header_cat_list >li a,
    #nav_sectors #header_sec_list >li a {
        color: #ffffff;
        padding: 6px 15px;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
    }
    #nav_products #header_cat_list,
    #nav_sectors #header_sec_list {
        position: relative;
        height: auto;
        padding: 10px;
        background-color: #294dc2;
    }
    #nav_products #header_cat_list .second_level,
    #nav_products #header_cat_list > li.active .second_level, 
    #nav_products #header_cat_list > li:first-child .second_level,
    #nav_sectors #header_sec_list .second_level,
    #nav_sectors #header_sec_list > li.active .second_level, 
    #nav_sectors #header_sec_list > li:first-child .second_level {
        position: relative;
        display: none;
        left: 0;
        height: auto;
        width: 100%;
        top: 0;
    }
    #nav_products #header_cat_list .second_level > ul {
        width: 100%;
    }
    #nav_products .sub-menu.big-section,
    #nav_sectors .sub-menu.big-section {
        min-height: initial;
    }
    #nav_contact {
        color: #3f424d;
    }
    nav.navigation .menu > ul > li.menu-item-has-children > a,
    nav.navigation .principal_navigation > li.menu-item-has-children > a{
        width: 100%;
        /*color: #5c5c5c;*/
    }
    nav.navigation .menu > ul li a:hover, 
    nav.navigation .principal_navigation > li a:hover, 
    nav.navigation .menu > ul li a.current, 
    nav.navigation .principal_navigation > li a.current, 
    nav.navigation .menu > ul li a.active, 
    nav.navigation .principal_navigation > li a.active {
        color: #ffffff;
    }
    nav.navigation .menu > ul li a.current, 
    nav.navigation .principal_navigation > li a.current, 
    nav.navigation .menu > ul li a.active, 
    nav.navigation .principal_navigation > li a.active {
        font-weight: 900;
    }
    #nav_products {
        border-top: 3px solid #0034c4;
    }
    nav.navigation .menu > ul > li.menu-item-has-children:before, 
    nav.navigation .principal_navigation > li.menu-item-has-children:before {
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 25px;
        top: 18px;
        border: 6px solid transparent;
        border-top: 6px solid #ffffff;
        border-bottom: 0;
    }
    nav.navigation .menu > ul > li.menu-item-has-children.open:before,
    nav.navigation .principal_navigation > li.menu-item-has-children.open:before{
        border-bottom: 6px solid #ffffff; 
        border-top: 0;
        top: 18px;
    }
    nav.navigation .menu > ul > li > ul,
    nav.navigation .principal_navigation > li > ul {
        display: none;
        visibility: visible;
        position: relative;
        opacity: 1;
        background-color: #3e3e3e; 
        width: 100%;
        left: 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding: 0;
    }
    nav.navigation .menu > ul > li.current_page_parent > ul,
    nav.navigation .menu > ul > li.current-menu-item.current-menu-parent > ul,
    nav.navigation .principal_navigation > li.current_page_parent > ul,
    nav.navigation .principal_navigation > li.current-menu-item.current-menu-parent > ul {
        display: block;
    }
    nav.navigation .menu > ul > li > ul,
    nav.navigation .principal_navigation > li > ul {
        border-top: 1px solid #727272;
    }
    nav.navigation .menu > ul > li > ul > li,
    nav.navigation .principal_navigation > li > ul > li {
        margin: 0;
        padding: 0;
    }
    nav.navigation .menu > ul > li > ul > li:last-child,
    nav.navigation .principal_navigation > li > ul > li:last-child {
        border: 0;
    }
    nav.navigation .menu > ul > li > ul > li > a,
    nav.navigation .principal_navigation > li > ul > li > a {
        padding: 11px 28px;
        color: #ffffff;
        display: block; 
        width: 100%;
    }
    #nav_products #header_cat_list .cat_image,
    #nav_products #header_cat_list .active .cat_image {
        display: none;
    }
    #main_nav .sub-menu.big-section {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: 0;
        height: auto;
        overflow: visible;
        box-shadow: none;
        background-color: #f1f1f1;
        -webkit-transition: none;
        transition: none;
        display: none;
        border-top: 0;
    }
    #main_nav .sub-menu.big-section .container {
        width: 100%;
    }
    #nav_products #header_cat_list > li:hover .first_level {
        /*background-color: #f7f7f7;*/
    }
    #nav_support .contact_column .h6 {
        font-size: 14px;
    }
    #nav_support .contact_column .h3 {
        font-size: 20px;
    }
    #nav_contact .contact_column,
    #nav_support .contact_column {
        margin: 0;
        width: 100%;
        padding-top: 20px;
    }
    #nav_support .contact_column {
        border-bottom: 1px solid #c4c4c4;
        text-align: center;
    }
    #nav_support .contact_column:last-child {
        border-bottom: 0;
    }
    /*#nav_contact .contact_column *, 
    #nav_contact .contact_column * a,
    nav.navigation .principal_navigation li#nav_contact .big-section a,
    nav.navigation .principal_navigation li#nav_contact .big-section a:hover {
        color: #ffffff;
    }*/
    #nav_contact .contact_column h6 {
        text-align: left;
    }
    #nav_contact .contact_column.text-center {
        display: none;
    }
    #nav_contact .big-section .the_button i.material-icons {
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
        margin-top: -3px;
    }
    nav.navigation .principal_navigation li#nav_contact .big-section .the_button,
    nav.navigation .principal_navigation li#nav_support .big-section .the_button {
        font-weight: 600;
        font-size: 14px;
    }
    #nav_support .sub-menu.big-section {
        padding-bottom: 0;
    }
    #nav_support .contact_column > div {
        padding-bottom: 20px;
    }
    #nav_support .contact_column .border-left {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    #nav_products #header_cat_list > li:last-child .first_level,
    #nav_sectors #header_sec_list > li:last-child .first_level {
        background-color: transparent;
    }
    #nav_products #header_cat_list > li:last-child:hover .first_level, 
    #nav_sectors #header_sec_list > li:last-child:hover .first_level {
        background: transparent;
    }
    /* APP BURGUER */
    header #menu-icon {
        width: 45px;
        height: 45px;
        margin-top: 0;
    }
    header #menu-icon .path {
        width: 100%;
        height: 4px;
        background-color: #0034C4;
        top: calc(50% - 2px);
        position: relative;
        margin-top: -4px;
    }
    #app_burguer {
        display: block;
        height: 45px;
        width: 45px;
        position: absolute;
        top: 18px;
        right: 92px;
        cursor: pointer;
        z-index: 999;
    }
    header#no_shop #app_burguer {
        right: 15px;
    }
    #language .material-icons {
        display: none;
    }
    header#no_shop #nav_products:before {
        display: none;
    }
    header #app_burguer:hover{
        text-decoration: none;
        border-bottom: 0;
    }
    #menu-icon .top{
        -webkit-transform:  rotate(0deg) translateY(-13px);
        -ms-transform:      rotate(0deg) translateY(-13px);
        transform:          rotate(0deg) translateY(-13px);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    /*    header #app_burguer:hover #menu-icon .top{
        -webkit-transform:  rotate(0deg) translateY(-10px);
        -ms-transform:      rotate(0deg) translateY(-10px);
        transform:          rotate(0deg) translateY(-10px);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }*/
    header #app_burguer #menu-icon .bottom{
        -webkit-transform:  rotate(0deg) translateY(13px);
        -ms-transform:      rotate(0deg) translateY(13px);
        transform:          rotate(0deg) translateY(13px);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    /*    header #app_burguer:hover #menu-icon .bottom{
        -webkit-transform:  rotate(0deg) translateY(10px);
        -ms-transform:      rotate(0deg) translateY(10px);
        transform:          rotate(0deg) translateY(10px);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }*/
    header #app_burguer #menu-icon .middle{
        -webkit-transform:  rotate(0deg);
        -ms-transform:      rotate(0deg);
        transform:          rotate(0deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    header #app_burguer.open #menu-icon .middle{
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    header #app_burguer.open #menu-icon .top{
        -ms-transform-origin:       50% 50%; 
        -webkit-transform-origin:   50% 50%;
        -webkit-transform:  rotate(-45deg);
        -ms-transform:      rotate(-45deg);
        transform:          rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    header #app_burguer.open #menu-icon .bottom{
        -ms-transform-origin:     50% 50%; 
        -webkit-transform-origin: 50% 50%;
        -webkit-transform:  rotate(45deg);
        -ms-transform:      rotate(45deg);
        transform:          rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition:         all 0.2s ease-in-out;
    }
    #finder > a > span,
    #finder > a > i {
        display: none;
    }
    #finder_wrapper, #finder_wrapper.open {
        display: block;
        position: relative;
        left: 0;
        height: 40px;
        border: 0;
        width: 100%;
        overflow: hidden;
        border-radius: 80px;
        margin-top: 12px;
        margin-bottom: 10px;
    } 
    nav.navigation #main_nav i {
        display: none;
    }
    #finder {
        /*background-color: #0034c4;*/
    }
    #finder form {
        left: 0; 
        position: relative;
        width: 100%;
    }
    #finder form input[type=search] {
        background-color: #ffffff;
        width: calc(100% - 42px);
        padding: 0 0 0 12px;
        font-size: 14px;
        font-weight: 400;
    }
    #finder form button {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #9c9c9c;
    }
    #finder form button,
    #finder form button:hover,
    #finder form button:active,
    #finder form button:focus {
        background-color: #ffffff;
    }
    nav.navigation li#finder button i {
        margin: 0;
        display: block;
    }
    #secondary_nav .sub-menu.cloud, 
    #secondary_nav #network .sub-menu.cloud,
    #secondary_nav #language .sub-menu.cloud {
        display: none;
        visibility: visible;
        opacity: 1;
        position: relative;
        background-color: #294dc2;
        width: 100%;
        padding: 0;
    }
    #secondary_nav .sub-menu.cloud > div {
        background: transparent;
        border: 0;
        float: none;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .sub-menu.cloud ul {
        display: block;
        padding: 4px 0;
        float: left;
        width: 100%;
        left: 0;
    }
    .sub-menu.cloud ul li,
    #language_selector {
        border: 0;
        padding: 6px 7px;
        float: none;
    }
    #language_selector {
        padding: 12px 7px 2px;
        color: #ffffff;
    }
    .sub-menu.cloud ul li:last-child {
        padding-bottom: 6px;
    }
    #secondary_nav .sub-menu.cloud > div:before,
    #secondary_nav .sub-menu.cloud > div:after {
        display: none;
    }
    #finder form button span {
        display: none;
    }
    #secondary_nav li a {
        padding-left: 18px;
        padding-right: 18px;
    }
    /* HEADER CART */
    #cart_list .product-row:first-child {
        /*display: none;*/ 
    }
    #cart_list_wrapper {
        max-height: 360px;
    }
    /* FLEXIBLE CONTENT */
    .flex_featured_posts .overlayed_text.landscape-panoramic {
        padding-top: 30px;
    }
    .flex_featured_posts .card_content {
        min-height: 270px;
    }
    .flex_featured_posts .card_content h3 {
        min-height: inherit;
    }
    .flex_featured_posts .overlayed_text.square-card {
        padding-top: 28px;
    }
    .flex_background_content .text-right,
    .flex_background_content .text-left {
        text-align: center;
    }
    .flex_text_n_image .responsive_image,
    .flex_text_n_video .responsive_image {
        margin-bottom: 15px;
    }
    /* SLIDER */
    .slide_content .h1 {
        font-size: 30px;
    }
    .slide_content .row > div {
        padding: 20px 20px;
    } 
    .swiper-button-prev, .swiper-button-next {
        width: 45px;
    }
    /* FEATURED CARDS */
    .flex_featured_pages .overlay_title h3 {
        font-size: 13px;
    }
    .flex_featured_pages .overlayed_text p {
        font-size: 16px;
    }
    .flex_featured_pages .overlayed_text {
        padding: 16px;
    }
    .flex_featured_pages .overlayed_text {
        height: 120px;
    } 
    /* FEATURED ICONS */
    .featured_flex_case .h3_wrapper h3 {
        line-height: 26px;
        font-size: 26px;
    }
    /* PAYMENT PROCCESS */
    #payment_mapping ul li a div.point:before {
        width: 1200%; 
    }
    #shipping_process-method .the_button {
        font-size: 14px;
        padding: 5px 10px;
        width: 100%;
    }
    .payment-item .payment-content {
        width: calc(100% - 150px);
        vertical-align: top;
    }

    #secondary_nav .only_app_mode {
        display: inline;
    }
}
@media (max-width: 992px) {
    #header_principal .container {
        width: 100%;
    }
    /* HOME NEWS */
    #home_news #dark, #home_news .soft {
        padding: 15px;
        min-height: 48px;
    }
    #home_news .swiper-slide {
        height: 400px;
    }
    #home_news .swiper-wrapper .swiper-slide {
        display: block; 
    }
    #soft_mobile {
        display: block;     
    } 
    #soft_desktop {
        display: none;
    }
    #home_news .swiper_image_news {
        float: left;
        height: 200px;
    }
    #home_news #top-row .swiper-button-prev {
        left: 0;
    }
    #home_news .swiper-button-next, 
    #home_news .swiper-button-prev {
        top: 95px;
    }
    #home_news .post_content,
    #home_news .slide_content_wrapper {
        background-color: #f7f7f7;
    }
    #home_news h6.titu,
    #home_news #tagcloud {
        display: none;
    }
    #home_news h3 {
        font-size: 20px;
        height: 60px;
        overflow: hidden;
    }
    #home_news .swiper-slide .excerpt_text {
        height: 40px;
        margin-bottom: 5px; 
    }
    #home_news .slide_content_wrapper {
        height: 170px;
    }
    #home_news .slide_content_wrapper .under a {
        bottom: 10px;
        right: 10px;
    }
    #home_news .slide_content_wrapper .under .product_cta {
        bottom: 6px;
    }
    #bottom-row .the-new {
        margin-bottom: 16px;
    }
    #home_news #bottom-row .the-new p { 
        padding-bottom: 16px;
        border-bottom: 1px solid #d8dadb;
        margin: 0;
    }
    #home_news #bottom-row .the-new:last-child p {
        border-bottom: 0;
    }
    #home_news #bottom-row .the-new h3 {
        height: auto;
        margin: 6px 0; 
    }
    #home_news .the-new h3:after {
        display: none; 
    }
    /* TIENDA */
    #filters_wrapper {
        display: none;
        padding: 15px;
        background-color: #f7f7f7;
    }
    #shop_sidebar #open_filter {
        border: 1px solid #d4d5d8;
        height: 44px;
        display: block;
        padding: 10px;
        position: relative;
    }
    #shop_sidebar #open_filter .h2 {
        margin: 0;
        font-weight: 500;
        font-size: 16px;
    }
    #shop_sidebar .material-icons,
    #shop_sidebar #open_filter .h2 { 
        display: inline-block;
        vertical-align: middle;
        color: #4B4B4B;
    }
    #shop_sidebar .material-icons {
        margin-right: 3px;
    }
    #shop_sidebar .fa {
        display: block;
        position: absolute;
        top: 8px;
        right: 14px;
        font-size: 28px;
    }
    #open_filter.open .fa:before {
        content: "\f106";
    }
    #shop_sidebar {
        padding-bottom: 10px;
    }
    #single_product_card #secondary_description > div {
        display: none;
    }
    #single_product_card #secondary_description #open_secondary_description {
        display: block;
        text-align: center;
        height: 0;
    }
    #single_product_card #secondary_description #open_secondary_description a {
        color: #929499;
        border: 1px solid #d4d5d8;
        display: inline-block;
        padding: 10px 16px;
        border-radius: 10px;
        margin-bottom: 10px;
        position: relative;
        background-color: #ffffff;
        bottom: 16px;
        line-height: 10px;
    }
    #product_sidebar {
        margin-top: 10px; 
    }
    #single_product_card #secondary_description {
        border-top: 1px solid #d4d5d8;
        border-bottom: 1px solid transparent;
        margin: 25px 0 30px;
    }
    #single_product_card #secondary_description.open {
        border-bottom: 1px solid #d4d5d8;
        padding-bottom: 30px;
    } 
    #single_product_card #secondary_description.open #open_secondary_description a {
        bottom: -14px;
        background-color: #f7f7f7;
    }
    /* rent page */
    .rent_tabs .col_1 {
        width: 40%;
    }
    .rent_tabs .col_2, .rent_tabs .col_3, .rent_tabs .col_4, .rent_tabs .col_5 {
        width: 15%;
    }
    .rent_tabs .toggle_content_lv2 .rent_featured_image {
        display: none;
    }
    .pack_list {
        margin-top: 12px;
    }
    .product_buttons {
        text-align: center; 
    } 
    .flex_text_n_image .flex_image {
        float: none;
        width: 100%;
    }
    .flex_text_n_image .left_to_right .flex_image,
    .flex_text_n_image .right_to_left .flex_image {
        float: none;
        margin: 0;
        margin-bottom: 15px;
    }
    .flex_generic_content img {
        width: 100%;
        height: auto;
        float: none;
    }
    
}
@media (max-width: 768px) {
	/* HEADER */ 
	header #header_principal h1 {
		/*height: 60px;*/
	}
	#header_principal {
		/*height: 77px;*/
		padding: 0;
	}
    /*	#app_burguer {
    		top: 16px;
    		right: 24px;
    		height: 45px;
    		width: 45px;
    	}*/
	header #header_principal h1 {
		background-size: 230px;
		display: block;
		height: 100%;
	}
	nav.navigation{
		/*top: 74px;*/
	}
    /* FLEX TEXT AND IMAGE */
    .flex_text_n_image .responsive_image,
    .flex_text_n_video .responsive_image {
        margin-bottom: 20px;

    }
    /* FLEX CONTENT */
    #parallax_slider .swiper-slide,
    #generic_slider .swiper-slide,
    #home_slider .swiper-slide {
        padding: 20px 50px;
    }
    .flex_featured_icons.text-left .top {
        text-align: center;
    }
    .flex_featured_icons .featured_icon {        
        margin: auto;
        margin-bottom: 6px;
    }
    #inquiry_form_wrapper {
        position: relative;
        top: 15px;
        left: 0;
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0) translateZ(0);
        transform: translateX(0) translateY(0) translateZ(0);
    }
    #inquiry_form {
        overflow: scroll;
        padding-bottom: 100px;
        z-index: 999999;
    }
    /* PAYMENT PROCCESS */
    #payment_process .main-area .process_content {
        min-height: inherit;
    }

    /* SINGLE PRODUCT */
    #breadcrumb,
    #principal_product_info {
        padding-top: 20px;
    }
    #principal_product_info {    
        padding-bottom: 20px;
        border-bottom: 1px solid #d4d5d8;
    }
    #main_description {
        margin-top: 15px;
    }
    #brand_images {
        text-align: center;
    }
    #main_description h1 {
        font-size: 22px;
        line-height: 1.2;
    }
    #main_description h2 {
        font-size: 17px;
    }
    #product_main_content {
        margin-bottom: 10px;
    }
    #product_sectors {
        margin-top: 10px;
    }
    #product_sectors h4 {
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    #product_sectors ul {
        text-align: center;
        width: 100%;
    } 
    #product_sectors ul li {
        margin: 0 2px;
        margin-bottom: 6px;
    }
    #main_images {
        padding-right: 15px;
    }
    #main_images #product_viewer_selector a {
        float: none;
        display: inline-block;
        margin: 4px 4px;
    }
    #product_viewer_selector {
        text-align: center;
        overflow: initial;
        overflow: inherit;
    }
    #product_viewer, #product_viewer .swiper-slide {
        height: 280px;
    } 

    .product_card .responsive_image,
    .home .grid_3 .product_card .responsive_image {
        height: auto;
    }
    #secondary_nav .sub-menu.cloud, 
    #secondary_nav #network .sub-menu.cloud, 
    #secondary_nav #language .sub-menu.cloud {
        background-color: #FAF7F7;
    }
    #language_selector {
        color: #5c5c5c;
    }
    #hero_icons .col_icon {
        min-height: auto;
    }
    
}
@media (max-width: 480px) {
	body {
		/*padding-top: 77px;*/
	}
	/* HEADER SUPERIOR */
	#header_superior_left_wrapper{
		top: -120%;
		padding-bottom: 30px;
	}
	#header_superior_left_wrapper .brand_logo_negative{
		margin: auto;
		margin-top: 60px;
		margin-bottom: 30px; 
		width: 80%;
		text-align: center; 
	}
	#header_superior_left_ul li{
		font-size: 1em; 
	}
	/* HEADER */ 
	#header_principal .row {
		text-align: left;
	}
	#logo_wrapper {

	}
	#app_brand_icon {
		width: 55px;
		background-size: 48px;
	}
	nav.navigation {
		right: -110%;
		width: 100%;
	}
	#header_superior_left_wrapper .brand_logo_negative {
		margin-top: 46px;
	}
    /* NAVIGATION */
    nav#navigation {
        right: inherit;
        left: -110%;
        width: 100vw;
        background-color: #ffffff;
        border-top: 5px solid #0034C4;
        padding-bottom: 100px;
    }
    #finder {
        background-color: #5c5c5c;
    }
    #finder > a {
        /*padding-top: 0;*/
    }
    #finder_wrapper,
    #finder form input[type=search],
    #finder form button, 
    #finder form button:hover, 
    #finder form button:active, 
    #finder form button:focus,
    #finder_wrapper.open {
        background-color: #cecece;
    }
    #finder form button,
    #finder form input[type=search] {
        color: #5c5c5c;
    }
    nav#navigation.open {
        right: inherit; 
        left: 0;
    }
    #nav_products {
        border-top: 1px solid #d6d6d6;
    }
    nav.navigation .menu > ul, 
    nav.navigation .principal_navigation {
        border-bottom: 1px solid #d6d6d6;
    }
    nav.navigation .menu > ul > li a, 
    nav.navigation .principal_navigation > li a,
    nav.navigation .principal_navigation  a:focus {
        color: #5c5c5c;
    }
    nav.navigation .menu > ul li a:hover, 
    nav.navigation .principal_navigation > li a:hover, 
    nav.navigation .menu > ul li a.current, 
    nav.navigation .principal_navigation > li a.current, 
    nav.navigation .menu > ul li a.active, 
    nav.navigation .principal_navigation > li a.active {
        color: #5c5c5c;
    }
    nav.navigation .menu > ul > li.menu-item-has-children:before, nav.navigation .principal_navigation > li.menu-item-has-children:before {
        border-top: 6px solid #5c5c5c;
    }
    nav.navigation .menu > ul > li.menu-item-has-children.open:before, nav.navigation .principal_navigation > li.menu-item-has-children.open:before {
        border-bottom: 6px solid #5c5c5c;
    }
    #nav_products #header_cat_list, 
    #nav_products #header_cat_list > li, 
    #nav_products #header_cat_list .first_level,
    #nav_sectors #header_sec_list, 
    #nav_sectors #header_sec_list > li, 
    #nav_sectors #header_sec_list .first_level {
        background-color: #f7f7f7; 
    }
    #nav_products #header_cat_list >li a,
    #nav_products #header_cat_list > li .first_level.active a, 
    #nav_products #header_cat_list > li:hover .first_level a, 
    #nav_sectors #header_sec_list >li a,
    #nav_sectors #header_sec_list > li .first_level.active a, 
    #nav_sectors #header_sec_list > li:hover .first_level a {
        color: #5c5c5c;
    }
    #finder_wrapper {
        border: 1px solid #9d9d9d;  
    }
    #finder form input[type=search] { 
        margin-top: -2px; 
    }
    nav.navigation a:focus{
        color: #5c5c5c!important;
    }
    #main_nav .sub-menu.big-section {
        background-color: #f7f7f7;
    }
    #nav_contact .contact_column *, 
    #nav_contact .contact_column * a, 
    nav.navigation .principal_navigation li#nav_contact .big-section a, 
    nav.navigation .principal_navigation li#nav_contact .big-section a:hover {
        color: #5c5c5c;
        text-align: center;
    }
    #nav_contact .contact_column,
    #nav_contact .contact_column h6 {
        text-align: center;
    }
    nav.navigation .principal_navigation li#nav_contact .big-section .the_button {
        border-color: #0034c4;
        background: #0034c4;
        color: #ffffff;
        padding: 5px 20px;
        width: auto; 
    }
    #nav_contact .big-section .the_button i.material-icons {
        color: #ffffff;
    }
    #nav_contact .contact_column .h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    #contact_link {
        top: inherit!important;
        bottom: 0;
        width: 80%;
        margin: auto;
        left: 0%;
        height: 44px;
        line-height: inherit;
        padding: 13px;
        font-size: 1.15em;
        border-radius: 5px 5px 0 0;
        -webkit-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
    }
    .home #contact_link {
        position: fixed;
        top: inherit!important;
    }
    #contact_link:hover {
        right: 0;
    }
    #contact_link,
    #contact_link:after {
        background: #0034c4; 
    }
    #contact_link span {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .single-fc_product #contact_link {
        display: none;
    }
    /* HEADER CART */
    #cart_icon:hover {
        background-color: #0034C4;
    }
    #cart_content {
        width: 100%;
        height: calc(100vh - 70px);
        overflow: hidden;
        padding: 15px;
    }
    #cart_list .product-image {
        display: none;
    }
    .tr-main-description .first-td, 
    .tr-main-description .second-td,
    .tr-main-description .product-name {
        height: 50px;
    }
    #cart_list .product-row .first-td {
        padding-left: 0;
    }
    #cart_content span.coupon {
        display: none;
    }
    .tr-main-description .product-name,
    .tr-main-description .product-total-price {
        font-size: 14px;
        font-weight: 600;
    }
    #cart_list .product-row:first-child {
        /*display: none;*/
    }
	/* HOME SLIDER */
	#home_slider {
	    height: 100%;
	}
	.slide_content blockquote {
        border-left: 0;
        margin: auto;
	}
	.swiper-button-prev, .swiper-button-next { 
        display: none;
	}

    #parallax_slider .swiper-slide, #generic_slider .swiper-slide, #home_slider .swiper-slide {
        padding: 20px 20px;
    }
    body.home #parallax_slider, 
    #home_slider {
        height: calc(100vh - 70px);
    }
    #parallax_slider {
        height: calc(100vh - 70px);
    }
    .slide_content {
        max-height: none;
    }
    .slide_content .h1 {
        font-size: 24px;
        margin-bottom: 10px; 
    }
    .slide_content .the_button {
        width: 100%;    
        padding: 8px 15px;
        text-align: center;
    }
    #cart_list .product-row > td {
        padding: 12px 0;
    }
    /* HOME */
    #home_news h3 {
        height: 90px;
        overflow: hidden;
    }
    #home_news .swiper-slide {
        height: 480px;
    }
    #home_news .slide_content_wrapper {
        height: 252px;
    }
    /* FLEX FEATURED ICONS */
    .flex_featured_icons .featured_icon {
        margin: auto;
        margin-bottom: 10px;
    }
    .flex_background_content {
        padding: 40px 0;
    }
    .flex_featured_posts .card_content {
        min-height: inherit;
        padding-bottom: 20px;
    }
    .flex_featured_posts .card_content .text-right, .flex_featured_posts .card_content .text-center {
        position: relative;
        padding: 0;
    }
    .flex_featured_posts .overlay {
        display: none;
    }
    .flex_featured_posts .overlayed_text {
        position: relative;
    }
    .flex_featured_posts .overlayed_text.primary {
        background-color: #0034c4;
    }
    .flex_featured_posts .overlayed_text.secondary {
        background-color: #1c5da9;
    }
    .flex_featured_posts .overlayed_text.black {
        background-color: #252525;
    }
    .flex_featured_posts .overlayed_text .the_button {
        position: relative;
        bottom: inherit;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        right: inherit;
        margin-top: 24px;
        display: block;
    }
    .card_content .the_button {
        margin-top: 24px;
        display: block;
    }
    .flex_contact .data_content {
        margin-bottom: 15px;
    }
    .icon_text {
        padding-top: 12px;
    }
    .flex_space.add_15px {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .flex_space.add_30px {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .flex_space.add_40px {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .flex_text_n_image .responsive_image, .flex_text_n_video .responsive_image {
        margin-bottom: 10px;
    }
    .flex_toggle_card .responsive_image {
        margin-bottom: 10px;
    }
    .flex_featured_icons .col_icon {
        margin-bottom: 15px;
    }
    .flex_featured_pages .card.col-md-4.no_image .card_content {
        min-height: inherit;
    }
    .card_content .read_more {
        display: block;
        margin-top: 20px;
    }
    .flex_featured_posts .overlayed_text.landscape-card,
    .flex_featured_posts .overlayed_text.portrait-card {
        padding-top: 30px;
    }
    #gallery_slider .swiper-button-prev, 
    #gallery_slider .swiper-button-next {
        display: block;
    }
    /* BLOG */
    .post_block {
        margin-bottom: 29px;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 30px;
    }
    .post_block .responsive_image {
        margin-bottom: 10px;
    }
    .page-template-template-blog .date {
        margin-bottom: 0;
    }
    /* FEATURED PAGES */
    .card {
        margin-bottom: 15px;
    }
    /*    .flex_special_ul .special_ul > li > div {
        display: block;
    }*/
    .flex_special_ul .special_ul.two_columns > li {
        width: 100%;
        padding: 0;
    }
    /* FOOTER */
    #footer_menu_list > div {
        margin-bottom: 20px;
    }
    /* MOBILE INTEFACE */
    #mobile_inferface { 
        display: block; 
    }
    .single-fc_product #subfooter {
        padding-bottom: 90px;
    }
    .single-fc_product header.hide_header {
        top: 0;
    }
    /* PAYMENT PROCCESS */
    .process_content {
        overflow: hidden;
    } 
    #payment_mapping {
        text-align: left;
        height: auto;
        margin-bottom: 10px;
    }
    #payment_mapping ul {
        text-align: center;
    }
    #payment_mapping ul li {
        width: 22%;
        margin: 0 1%;
    }
    #payment_mapping ul li a div.point:before {
        width: 500%;
    }
    #payment_mapping ul li a {
        color: transparent;
    }
    .payment-block-holder.payment-step0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .payment-block-holder {
        padding: 0;
    }
    .payment-step1 .cart-table, 
    .payment-step1 .cart-table tbody,
    .payment-step1 .cart-table tbody tr,
    .payment-step1 .cart-table tbody tr td {
        width: 100%;
        display: block;
    }
    .payment-step1 .cart-table tbody tr td.product-image img {
        width: 100%;
        height: auto;
    }
    .payment-step1 .cart-table tbody tr td.product-image, 
    .payment-step1 .cart-table tbody tr td.product-content {
        min-height: 120px;
        padding-top: 20px;
    }
    .payment-step1 .cart-table tbody tr td.product-image {
        width: 30%;
        float: left;
    }
    .payment-step1 .cart-table tbody tr td.product-content {
        width: 70%;
        float: left;
    }
    .payment-step1 .cart-table tbody tr td.product-unit-price,
    .payment-step1 .cart-table tbody tr td.product-quantity,
    .payment-step1 .cart-table tbody tr td.product-pricing {
        width: 30%;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 4px;
    }
    .payment-step1 .cart-table tbody tr td.product-pricing {
        width: 40%;
        margin-left: -6px;
        margin-right: -6px;
    }
    #shipping_process-area select, 
    #shipping_process-area input {
        margin-bottom: 15px;
    }
    .form-content ul.payment-list {
        padding: 0;
    }
    .payment-item .payment-content {
        width: 100%;
        padding-left: 30px;
    }
    /* page rent */
    .rent_tabs .table_row {
        width: 100%;
    }
    .rent_tabs .col_1 {
        width: 100%;
        /* border-bottom: 1px solid #d4d5d8; */
        padding-bottom: 8px;
        margin-bottom: 5px;
    }
    .rent_tabs .col_2, 
    .rent_tabs .col_3, 
    .rent_tabs .col_4, 
    .rent_tabs .col_5 {
        width: 22%;
        text-align: left; 
    }
    .rent_tabs .toggle_title_lv2 {
        padding-right: 15px;
    }
    .only_mobile,
    .rent_tabs .toggle_content_lv2 .rent_featured_image {
        display: block;
    }
    .rent_tabs .toggle_content_lv2 .rent_featured_image {
        margin-bottom: 10px;
    }
    .rent_tabs .toggle_title_lv2 .table_col span.subtitle {
        bottom: inherit;
    }
    .rent_tabs .toggle_title_lv2 .table_col span.only_mobile {
        display: block;
        margin: 0;
        right: inherit;
        bottom: inherit;
        position: relative;
        font-size: 12px;
    }
    .rent_tabs .toggle_content_lv1 > .add_padding.legend {
        display: none;
    }
    .rent_tabs .toggle_title_lv2 span {
        top: inherit;
        bottom: 8px;
        right: 17px;
    }
    #subfooter {
        padding-bottom: 60px;
    }
    #nothing-found .research {
        width: 100%;
        text-align: center;
        font-size: 64px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #cookie-message > div:nth-child(2) {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    #cookie-message > div:first-child {
        float: left;
        width: 100%;
    }

}
@media (max-height: 600px) {
    #cart_list_wrapper {
        max-height: 170px;
    }
}
