/*
	Theme Name: Imaxel WebStore
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: webstore_text_domain
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}


/* Chrome fix */

body>div {
    font-size: 17px;
    /*font-size: 2rem;*/
}

body {
    background-color: #eee;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a {
    color: #c3251d;
    text-decoration: underline;
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #c3251d;
    color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    clear: both;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 800px;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* ### Content */

.content {
    float: right;
    width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px;
}

.full-width-content .content {
    width: 80%;
}


/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}


/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #c3251d;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover {
    background-color: #fff;
    color: #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

.site-header>.wrap {
    padding: 20px 0;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0px 0;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 0;
}

.header-full-width .title-area {
    float: none;
    width: 100%;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.header-image .site-title>a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 100%;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.top-header a {
    color: white;
}

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.15;
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu a {
    /*color: rgb(85, 86, 90);*/
    display: block;
    padding: 32px 20px;
    text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: rgb(85, 86, 90);
    text-decoration: none;
}

.genesis-nav-menu a:focus {
    color: rgb(85, 86, 90);
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .0s ease-in-out;
    -moz-transition: opacity .0s ease-in-out;
    -ms-transition: opacity .0s ease-in-out;
    -o-transition: opacity .0s ease-in-out;
    transition: opacity .0s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    float: right;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    border-top: 0px solid #eee;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 25px 15px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
    background-color: #c3251d;
    color: #fff;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul>li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 380px;
}

.footer-widgets-1 {
    margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 60px 0;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
    .site-inner,
    .wrap {
        max-width: 1140px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }
    .content,
    .site-header .widget-area {
        width: 976px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }
    .sidebar-primary {
        width: 300px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 340px;
    }
    .footer-widgets-1 {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content,
    .site-header .widget-area {
        width: 700px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }
    .footer-widgets-1 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 976px) {
    .site-inner,
    .wrap {
        max-width: 800px;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    /* ### Genesis Responsive Menus */
    .genesis-responsive-menu .wrap {
        padding: 0;
    }
    .genesis-responsive-menu {
        display: none;
        position: relative;
    }
    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }
    .menu-toggle,
    .sub-menu-toggle {
        /*background-color: #fff;*/
        background-color: transparent;
        border-width: 0;
        color: #333;
        display: block;
        /*margin: 0 auto;*/
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }
    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        /*background-color: #fff;*/
        background-color: transparent;
        border-width: 0;
        color: #c3251d;
    }
    .menu-toggle {
        line-height: 22px;
        position: relative;
        width: 100%;
        z-index: 1000;
    }
    .menu-toggle,
    .menu-toggle:focus,
    .menu-toggle:hover {
        border-top: 1px solid #eee;
    }
    .menu-toggle::before {
        font-size: 1.5em;
        margin-right: 10px;
        text-rendering: auto;
    }
    .sub-menu-toggle {
        float: right;
        padding: 13px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .sub-menu .sub-menu-toggle {
        padding: 12px 10px;
    }
    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate( 0);
        -ms-transform: rotate( 0);
        transform: rotate( 0);
        -webkit-transition: transform .0s ease-in-out;
        -ms-transition: transform .0s ease-in-out;
        transition: transform .0s ease-in-out;
    }
    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg);
        -ms-transform: rotate( 180deg);
        transform: rotate( 180deg);
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }
}

@media only screen and (max-width: 860px) {
    body,
    body>div {
        font-size: 18px;
        font-size: 1.8rem;
    }
    /*.site-inner {
		padding: 5% 5% 0;
	}*/
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }
    @media(max-width: 676px) {
        .entry {
            padding: 0px;
        }
    }
    .sidebar {
        margin-bottom: 5%;
    }
    .pagination {
        margin: 5% auto;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title>a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content,
    .content-sidebar {
        width: 100%;
    }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }
    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}


/*=============================================================================================================WEBSTORE_CUSTOMIZATION*/

p {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: rgb(85, 86, 90);
}

body {
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-weight: 500;
    color: rgb(98, 98, 98);
    box-sizing: border-box;
    background-color: white;
}

a {
    text-decoration: none;
}

a i {
    padding: 0px 7px;
}

a i:hover {
    color: #999999 !important;
}

focus,
a:active,
a:focus {
    color: rgb(85, 86, 90) !important;
    text-decoration: none !important;
    outline: 0px;
    border: 0px;
}

li {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    ;
}


/*=============================================================================================================================Header*/

.site-container {
    overflow: hidden;
}

.site-header {
    position: absolute;
    width: 100%;
    border-top: solid;
    height: 70px;
    background-color: white;
    transition: 0.3s all ease;
    z-index: 10;
}

.site-header a {
    color: rgb(85, 86, 90);
}

.site-header .wrap {
    padding: 0px 0px !important;
    position: relative;
}

@media (max-width:976px) {
    .site-header .wrap {
        padding: 0px 30px;
    }
}

@media (max-width:1450px) {
    .site-header .wrap {
        width: 90%;
        max-width: 90%;
    }
}


/*============================================================================================webstore header*/

.title-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: 0px;
}

.webkiosk_logo {
    width: 250px;
    height: 60px;
    margin-left: 15px;
    transition: 0.3s all ease;
    line-height: 0px;
}

.webkiosk_logo img {
    height: 100%;
}

@media (max-width:976px) {
    .webkiosk_logo {
        width: 250px;
        height: 45px;
        transition: 0.3s all ease;
    }
    .title-area {
        position: absolute;
        top: 36px;
    }
}

@media (max-width:476px) {
    .webkiosk_logo {
        width: 175px;
        height: 45px;
        transition: 0.3s all ease;
    }
}


/*=============================================================================================webstore principal menus*/

.genesis-nav-menu .current-menu-item>a {
    font-weight: 600;
}

#genesis-nav-primary {
    position: relative;
    float: right;
    box-sizing: border-box;
    padding-left: 0px;
    background-color: transparent;
    width: 500px;
}

#genesis-nav-primary a {
    font-size: 13px;
    font-weight: 500;
    padding: 28.5px 10px 27.5px 10px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
}

#genesis-nav-primary .wrap {
    width: 100%;
}

.sub-menu li a {
    color: rgb(85, 86, 90);
}

@media (max-width:976px) {
    #genesis-nav-primary {
        position: absolute;
        right: -10px;
        display: none;
        width: 95%;
        max-width: 95%;
        height: 1000px;
    }
    #genesis-nav-primary .wrap {
        position: absolute;
        top: 70px;
        border-top: 3px solid;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
        z-index: 10;
        transition: 0.3s all ease;
    }
    #genesis-nav-primary .wrap ul:first-child {
        padding: 0px 35px 35px 35px;
        transition: 1s all linear;
    }
    #genesis-nav-primary li {
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }
    #genesis-nav-primary a {
        padding: 15px 25px;
        font-size: 13px;
        font-weight: 500;
        color: rgb(102, 102, 102) !important;
    }
    #genesis-nav-primary a:hover {
        background-color: #f4f4f4;
    }
    .sub-menu-toggle,
    .sub-menu .sub-menu-toggle {
        font-size: 13px;
        padding: 15px 10px;
        box-sizing: border-box;
        background-color: transparent;
        width: 100%;
    }
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        outline: 0px;
        background-color: transparent;
    }
    .sub-menu-toggle:before,
    .sub-menu .sub-menu-toggle:before {
        font-size: 15px !important;
        padding: 2px 0px;
        background-color: transparent;
        width: 50px !important;
        float: right;
    }
    #genesis-nav-primary li .sub-menu {
        width: 100%;
        /*border-top: 2px solid;
		border-bottom: 2px solid;*/
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px
    }
}

.openMobileMenu {
    padding: 35px 35px 35px 35px !important;
    transition: 0.5s all linear !important;
}


/*=====================================================================webstore principal menus mobile button*/

#genesis-mobile-nav-primary {
    width: auto;
    border: 0px;
    outline: 0px;
    line-height: 24px;
    font-weight: 400;
    padding: 23px 15px 23px 0px;
}

#genesis-mobile-nav-primary li {
    text-align: right;
}

#genesis-mobile-nav-primary:before {
    font-size: 24px;
    font-weight: 300;
    vertical-align: top;
}

@media (max-width:470px) {
    #genesis-mobile-nav-primary {
        padding-left: 5px;
    }
}

@media (max-width:976px) {
    #genesis-mobile-nav-primary {
        position: absolute;
        ;
        display: inline-block;
        right: 0px;
        /*padding: 23px 0px;*/
        color: rgb(85, 86, 90);
    }
}


/*===========================================================SUBMENU===========================================================*/

.menu-toggle,
.sub-menu-toggle {
    float: right;
}

.genesis-nav-menu .sub-menu {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 2px solid;
    width: 260px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    padding: 10px 0px;
    background-color: white;
}

.genesis-nav-menu .sub-menu .sub-menu {
    padding: 0px 0px;
}

.genesis-nav-menu .sub-menu li {
    width: 260px;
}

.genesis-nav-menu .sub-menu a {
    width: 260px;
    padding: 15px 45px 15px 35px !important;
    line-height: 22px !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #ededed;
}

.genesis-nav-menu .sub-menu li .sub-menu {
    position: absolute;
    margin-left: 260px;
    margin-top: -69.5px;
    vertical-align: top;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
}

.genesis-nav-menu>.menu-item-has-children>a:after {
    content: "\f347";
    font: normal 13px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 4px;
    padding-top: 3px;
    vertical-align: top;
}

.genesis-nav-menu .sub-menu>.menu-item-has-children>a:after {
    content: "\f347";
    font: normal 13px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 4px;
    vertical-align: top;
    position: absolute;
    right: 25px;
    top: 21px;
}

@media(max-width: 976px) {
    .genesis-nav-menu>.menu-item-has-children>a:after,
    .genesis-nav-menu .sub-menu>.menu-item-has-children>a:after {
        display: none;
        content: "";
    }
    .genesis-nav-menu ul {
        padding-left: 0px !important;
        /*margin-left: -20px !important;*/
    }
    .genesis-nav-menu .sub-menu {
        padding: 5px 0px;
    }
    .genesis-nav-menu .sub-menu li {
        width: 100%;
    }
    #genesis-nav-primary li .sub-menu li {
        padding: 0px 0px;
        border-bottom: 0px solid rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.03);
    }
    #genesis-nav-primary li .sub-menu li a {
        padding: 15px 15px 15px 45px;
        line-height: 18px;
    }
    #genesis-nav-primary li .sub-menu li .sub-menu {
        position: relative;
        display: none;
        left: 0px;
        padding: 0px 0px;
    }
    #genesis-nav-primary li .sub-menu li .sub-menu li {
        padding: 0px 0px;
    }
    #genesis-nav-primary li .sub-menu li .sub-menu li a {
        padding: 15px 65px;
        font-weight: 500 !important;
    }
    #genesis-nav-primary li .menu-item-has-children a,
    #genesis-nav-primary .menu-item-has-children a {
        font-weight: 600 !important;
    }
}


/*=====================================================webstore menu secundario*/

.top-header {
    position: absolute;
    top: 70px;
    width: 100%;
    transition: 0.3s all ease;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
    -moz-box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
    box-shadow: 0px 2px 2px 0px rgba(200, 200, 200, 0.5);
    height: auto;
    padding: 0px 30px;
    color: white;
    box-sizing: border-box;
    z-index: 1;
}

@media(max-width:976px) {
    .top-header {
        height: 45px;
    }
}

.top-header a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    ;
    text-rendering: optimizeLegibility;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.top-header .nav-primary {
    height: auto;
    text-align: center;
    box-sizing: border-box;
}

.top-header .nav-primary a {
    padding: 14.5px 15px 14.5px 15px;
}

.top-header-inner-box {
    max-width: 1170px;
    margin: auto;
}

@media (max-width:1150px) {
    .top-header .nav-primary a {
        padding: 14.5px 12.5px 14.5px 12.5px;
    }
}


/*=============================================================================searcher*/

.imaxel_searcher {
    position: relative;
    float: right;
    width: 205px;
    padding: 20px 6px;
    transition: 0.3s all ease;
}

.imaxel_searcher input[type=submit] {
    border: 1px solid green;
    display: none;
}

.imaxel_searcher input[type=search] {
    position: absolute;
    height: 32px;
    line-height: 0px;
    width: 300px;
    right: 6px;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 2px 7px;
}

.lensSearcher {
    float: right;
    padding: 21px 7px 21px 10px;
    transition: 0.3s all ease;
}

.lensSearcher:after {
    font-family: 'WooCommerce';
    content: "\e024";
    font-size: 15px;
    cursor: pointer;
}

.lensSearcherCross {
    float: right;
    padding: 17px 7px 17px 10px;
    transition: 0.3s all ease;
}

.lensSearcherCross:after {
    font-family: 'WooCommerce';
    content: "\e013";
    font-size: 17px;
    cursor: pointer;
}

.imaxel_searcher {
    display: none;
}

.lensSearcher {
    display: inline-block;
}

.lensSearcherCross {
    display: none;
}

@media(max-width:976px) {
    .imaxel_searcher,
    .lensSearcher,
    .lensSearcherCross {
        display: none !important;
    }
}


/*=============================================================================searcher mobile*/

.hiddenMenu {
    display: none !important;
}

.imaxel_searcher_mobile input[type=submit] {
    border: 1px solid green;
    display: none;
}

.imaxel_searcher_mobile input[type=search] {
    height: 30px;
    width: 225px;
    left: 0px;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 10px 16px 10px 16px;
}

.lensSearcherMobile:after {
    font-family: 'WooCommerce';
    content: "\e024";
    font-size: 17px;
    cursor: pointer;
}

.lensSearcherCrossMobile:after {
    font-family: 'WooCommerce';
    content: "\e013";
    font-size: 17px;
    cursor: pointer;
}

.imaxel_searcher_mobile {
    position: relative;
    width: calc(100% - 50px);
    float: left;
    margin-left: 7px;
    margin-top: 0px;
    padding: 6px 6px;
    z-index: 1000000;
    height: 45px;
}

.lensSearcherMobile {
    float: left;
    padding: 8px 8px 8px 15px;
}

.lensSearcherCrossMobile {
    float: left;
    padding: 8px 8px 8px 8px;
}

.imaxel_searcher_mobile {
    display: none;
}

.lensSearcherMobile {
    display: none;
}

.lensSearcherCrossMobile {
    display: none;
}

@media(max-width:976px) {
    .imaxel_searcher_mobile {
        display: inline-block;
    }
}

@media(max-width:450px) {
    .lensSearcherMobile {
        display: inline-block;
    }
    .imaxel_searcher_mobile {
        display: none;
    }
    .showMobile {
        display: inline-block;
    }
    .hideMobile {
        display: none;
    }
    .imaxel_searcher_mobile input[type=search] {
        width: 100%;
    }
    .top-header {
        padding: 0px 10px 0px 10px;
    }
}

@media(max-width:976px) {
    .show {
        display: inline-block;
    }
    .hide {
        display: none;
    }
}

@media(max-width:325px) {
    .webkioskCart {
        display: none;
    }
}


/*==========================================================================social icons*/

.social_icons {
    width: auto;
    position: relative;
    float: right;
    padding: 25px 0px 25px 5px;
    box-sizing: border-box;
    line-height: 0px;
    transition: 0.3s all ease;
}

.social_icons_movile {
    width: auto;
    position: absolute;
    top: 5px !important;
    right: 35px;
    float: right;
    box-sizing: border-box;
    display: none;
    transition: 0.3s all ease;
}

.social_icons_movile a i {
    color: white !important;
}

@media (max-width:976px) {
    .social_icons {
        display: none;
    }
    .social_icons_movile {
        display: inline-block;
    }
}

@media (max-width:570px) {
    .social_icons_movile {
        right: 25px;
    }
}


/*=========================================================================================================WOOCOMMERCE CART COUNTER*/

.webkioskCart {
    position: relative;
    float: right;
    line-height: 15px;
    padding: 26.5px 8px 26px 15px;
    transition: 0.3s all ease;
    margin-top: 0px;
}

.cart-contents {
    box-sizing: border-box;
    padding-top: 10px !important;
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding-right: 5px;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    display: inline-block;
    color: rgb(85, 86, 90);
    padding: 0px 6px 1px 10px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    width: auto;
    font-weight: 500;
    letter-spacing: 0.2px;
}

@media (max-width:1250px) {
    .cart-contents-count {
        display: none;
    }
}

@media (max-width:976px) {
    .webkioskCart {
        right: 50px;
    }
    .cart-contents-count {
        font-size: 16px;
    }
}


/*===================================================================================================================webstore sections*/

.site-inner {
    position: relative;
    margin-top: 115px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    min-height: calc(100vh - 284px);
    z-index: 0;
}

.home .content {
    width: 100%;
    max-width: 100% !important;
    padding: 0px 0px;
}

.webstore-home .content {
    width: 100%;
    max-width: 100% !important;
    padding: 0px 0px;
}

.content {
    margin: auto;
    float: none;
    max-width: 1170px !important;
    padding: 60px 0px;
}

.webstore-section {
    position: relative;
    height: auto;
    padding: 0px 60px 0px 60px;
    display: inline-block;
    width: 100%;
}

@media (max-width:560px) {
    .webstore-section {
        padding: 15px 30px;
    }
}

.webstore-section-box {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 1170px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.webstore-title-section {
    position: relative;
    margin-bottom: 0px;
    height: auto;
}

.section_separator {
    border-bottom: 3px solid;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.webstore-title-section h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: rgb(85, 86, 90);
    text-align: center;
    background-color: white;
    padding: 10px 17px 0px 17px;
    margin-left: 50%;
    transform: translateX(-50%);
    line-height: 28px;
    width: 100%;
    min-width: 295px;
}


/*========================================================HOME SECTION=========================================================*/

.home_main_section {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    background-color: rgba(237, 237, 237, 0.5);
    box-sizing: border-box;
    margin-bottom: 35px;
}


/*========================================================WEBSTORE SHOP=======================================================*/

.webstore-title-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    /*padding: 0px 0px 25px 0px;*/
    text-align: center;
}

#svg10 {
    width: 65px;
    height: auto;
}

#color1 {
    fill: rgb(85, 86, 90);
}

#color2 {
    fill: blue;
}

.webstore-title-icon {
    margin-top: 0px;
}


/*===============================================PROMOTIONS CARROUSEL=============================================================*/

#promotions-carrousel {
    position: relative;
    overflow: hidden;
    white-space: nowrap !important;
    box-sizing: border-box;
}

#promotions-carrousel li {
    display: inline-block !important;
    white-space: normal !important;
    float: none;
    vertical-align: top;
    left: 0;
    transition: 0.5s all ease-in-out;
    box-sizing: border-box;
}

@media(max-width: 860px) {
    #promotions-carrousel li {
        margin-right: 4%;
    }
    .movileTrigger {
        width: 300px;
    }
}

.promotions-carrousel-left-arrow,
.promotions-carrousel-right-arrow {
    position: absolute;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    width: auto;
    z-index: 1000;
    top: 0px;
    line-height: 0px;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    display: inline-block;
}

.promotions-carrousel-left-arrow:hover,
.promotions-carrousel-right-arrow:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transition: 0.3s all ease-in-out;
}

#promotions-carrousel:hover>.promotions-carrousel-left-arrow,
#promotions-carrousel:hover>.promotions-carrousel-right-arrow {
    top: 22.5%;
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.promotions-carrousel-left-arrow {
    left: 0px;
    border-radius: 0px 4px 4px 0px;
    /*border-top: 1px solid rgb(222, 222, 222);
	border-right: 1px solid rgb(222, 222, 222);
	border-bottom: 1px solid rgb(222, 222, 222);*/
}

.promotions-carrousel-right-arrow {
    right: 0px;
    border-radius: 4px 0px 0px 4px;
    /*border-top: 1px solid rgb(222, 222, 222);
	border-left: 1px solid rgb(222, 222, 222);
	border-bottom: 1px solid rgb(222, 222, 222);*/
}

.promotions-carrousel-left-arrow img,
.promotions-carrousel-right-arrow img {
    width: 35px;
    padding: 15px 5px;
}


/*==========================================================PROMOTIONS=============================================================*/

.wcps-container .layer-content,
.wcps-container .wcps-items-title,
.wcps-container .wcps-items-excerpt,
.wcps-container .wcps-items-price {
    padding: 5px 0px !important;
}

.wcps-container .wcps-items-cart {
    padding: 10px 0px !important;
}

.wcps-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
}

.owl-prev {
    left: -30px !important;
    top: -100px !important;
    width: 65px !important;
    height: 65px !important;
    box-shadow: 0px 0px 0px !important;
    box-shadow: 0px 0px 0px white !important;
    border: 0px solid !important;
    border-image-width: 0px solid !important;
    background-color: none !important;
    border-radius: 0px !important;
}

.owl-next {
    right: -57px !important;
    top: -100px !important;
    width: 65px !important;
    height: 65px !important;
    box-shadow: 0px 0px 0px !important;
    box-shadow: 0px 0px 0px white !important;
    border: 0px solid !important;
    border-image-width: 0px solid !important;
    background-color: none !important;
    border-radius: 0px !important;
}

.wcps-container .owl-nav.middle .owl-prev {
    background-image: url('/wp-content/uploads/2018/04/left-arrow-gray.png') !important;
    background-size: 15px 30px;
}

.wcps-container .owl-nav.middle .owl-next {
    background-image: url('/wp-content/uploads/2018/04/right-arrow-gray.png') !important;
    background-size: 15px 30px;
}

.wcps-items-price del {
    margin-right: 10px;
    color: #999999;
}

.wcps-items-thumb {
    box-shadow: rgb(222, 222, 222) 0px 0px 5px 0px;
    border: 1px solid rgb(222, 222, 222);
}

.wcps-items-excerpt {
    height: 85px;
    overflow: hidden;
}

@media (max-width:476px) {
    .wcps-container {
        width: 100%;
        padding: 0px 0px !important;
    }
}

.wcps-items .woocommerce a.button {
    width: 100% !important;
}

.wcps-items-cart #webstore-price {
    display: none;
}


/*======================================================HOME BLOG POSTS============================================================*/

.webstore_post_box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.webstore_post_image {
    float: left;
    width: 30%;
    line-height: 0px;
    padding: 7px 0px 0px 0px;
}

.webstore_post_content {
    float: left;
    width: 70%;
    padding: 0px 0px 15px 35px;
    text-align: justify;
}

.webstore_post_content h2 {
    text-align: left;
}

.webstore_post_content_single {
    float: left;
    width: 100%;
    padding: 12px 0px 15px 35px;
    text-align: justify;
}

.webstore_post_excerpt {
    font-size: 17px;
}

@media (max-width:976px) {
    .webstore_post_image {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .webstore_post_content {
        width: 100% !important;
        padding: 0px 5px 15px 5px;
    }
    .webstore_post_content_single {
        width: 100%;
        padding: 0px 5px 15px 5px;
    }
}

.webstore_post_content small p {
    margin-bottom: 2px;
    font-size: 13px;
    color: #888888;
}

.webstore_post_content_single small p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #888888;
}


/*======================================================SINGLE POST PAGE============================================================*/

.webstore_single_box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 35px 35px;
}

.webstore_single_post_image {
    float: left;
    width: 100%;
    line-height: 0px;
    margin-bottom: 15px;
}

.webstore_single_post_content {
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.webstore_single_post_excerpt {
    padding-top: 10px;
}


/*======================================================BLOG POST PAGE============================================================*/

.webstore_blog_box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
}

.webstore_blog_post_image {
    float: left;
    width: 25%;
    line-height: 0px;
    margin-bottom: 15px;
    padding: 15px 25px 15px 0px;
    ;
}

.webstore_blog_post_excerpt {
    float: left;
    width: 75%;
    padding: 5px 0px;
}

.archive-description {
    padding: 60px 0px 0px;
}

.archive-description h1 {
    font-size: 32px;
    border-bottom: 4px solid;
    padding-bottom: 10px;
}


/*=================================================WOOCOMMERCE PRODUCTS GALLERY====================================================*/

.woocommerce-product-gallery .flex-control-nav li {
    border: 0px solid;
    width: 20% !important;
}


/*.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20% !important;
}*/


/*======================================================WOOCOMMERCE CATALOG GRID===================================================*/

@media (max-width: 976px) {
    .woocommerce .products li {
        width: 30, 75%;
    }
}


/*=====================================================WOOCOMMERCE PRODUCTS======================================================*/

.woocommerce div.product .product_title {
    border-bottom: 3px solid;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 14px !important;
}

.woocommerce-product-gallery {
    width: 42% !important;
    margin-top: 11px;
}

.summary {
    width: 55% !important;
    margin-top: 4px;
}

.woocommerce-product-gallery__image {
    margin-bottom: 0px !important;
    margin-top: 0px;
    margin-left: 0%;
}

@media (max-width: 700px) {}

@media (max-width: 862px) {
    .woocommerce-product-gallery__image {
        width: 100%;
    }
    .summary {
        width: 100% !important;
    }
    .woocommerce-product-gallery {
        width: 100% !important;
    }
}

.woocommerce button.button.alt {
    color: white !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
    ;
}

.woocommerce .quantity input.qty {
    height: 39.1px !important;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0px;
}

#tab-description h2 {
    display: none !important;
}

.wc-tabs-wrapper {
    margin-bottom: 100px !important;
}

.woocommerce button.button.alt.disabled,
.et_pb_button {
    background-color: #eaccc1 !important;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.up-sells h2 {
    border-bottom: 3px solid #eaccc1 !important;
}

.cross-sells h2 {
    border-bottom: 3px solid #eaccc1 !important;
}

.up-sells li h2,
.cross-sells li h2 {
    border-bottom: 0px solid #eaccc1 !important;
}

.cross-sells h2,
.cart_totals h2 {
    font-size: 22px !important;
}

.cross-sells .woocommerce-loop-product__title {
    font-size: 17px !important;
}

.onsale {
    display: none;
}

.product_meta {
    margin-top: 0px;
    font-size: 15px;
}

.woocommerce div.product form.cart {
    margin-top: 0px !important;
}

.barrera {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    opacity: 0.7;
    padding: 20px 0px 0px 0px;
}

.woocommerce div.product .product_title {
    margin-top: 0px !important;
}

.entry-summary p.price span {
    font-size: 22px !important;
}

.variations {
    margin-top: 25px;
    margin-bottom: -25px !important;
}

.woocommerce-variation-price {
    margin-top: 0px;
}

.woocommerce-variation-price .price {
    font-size: 28px !important;
}

.woocommerce-product-details__short-description {
    margin-top: 20px;
}

.woocommerce div.product form.cart {
    margin-bottom: 10px !important;
}

.woocommerce-product-gallery__wrapper {
    margin-bottom: 35px !important;
}

.products_wrapper_imaxel p {
    font-size: 14px !important;
    padding-bottom: 10px;
    border: 0px solid red;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 600;
    height: auto;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px solid rgb(222, 222, 222);
    margin-bottom: 7px !important;
}

.products_wrapper_imaxel .woocommerce-Price-amount,
.products_wrapper_imaxel .desde_price {
    font-size: 16px;
    font-weight: 500 !important;
    padding-top: 10px !important;
    font-family: 'Open Sans', sans-serif;
}

.products_wrapper_imaxel .woocommerce-Price-amount,
#webstore-price,
.price,
.desde_price {
    font-weight: 600 !important;
}

.price {
    margin-top: 15px;
    margin-bottom: 0px;
    color: rgb(85, 86, 90);
    font-size: 16px !important;
    font-weight: 500 !important;
}

.summary .price {
    font-size: 20px !important;
}

.products_wrapper_imaxel .button {
    line-height: 20px !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 7px;
}

.woocommerce ul.products li.product .price del {
    padding-right: 5px !important;
}

#mapa_sobre_nosotros {
    margin-top: -25px;
}

.woocommerce-MyAccount-content .woocommerce a.button {
    color: red !important;
}

.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.webstore_contact_form input[type='submit'] {
    font-size: 17px !important;
    font-family: 'Open Sans', sans-serif;
    ;
    font-weight: 500 !important;
}

.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover {
    color: white !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 43.7px;
    border-radius: 2px !important;
}

#order_review_heading {
    margin-top: 25px;
}

.myaccount a {
    font-weight: 600;
}

.crear_ahora_wrapper {
    margin-top: 0px !important;
}

.cat_titles h3 {
    border-bottom: 0.5px solid rgb(225, 225, 225) !important;
}

select {
    padding: 6px 12px;
    font-size: 15px;
}

.woocommerce button.button.disabled {
    padding: 6px 24px !important;
}

.summary .woocommerce button.button,
.webstore_contact_form input[type='submit'] {
    padding: 6px 24px !important;
}

.woocommerce button.button {
    padding: 12.5px 24px !important;
}

.woocommerce .quantity .qty {
    padding: 10px 6px !important;
    font-size: 18px !important;
}

.woocommerce .quantity input.qty {
    height: 44px !important;
}

.variations {
    margin-bottom: 0px !important;
}

.variations_form {
    line-height: 0px !important;
}

.variations tbody {
    border-bottom: 0px !important;
}

.variations tr .label {
    width: 25%;
}

.variations tr .value {
    width: 75%;
}

.sku_wrapper {
    display: none;
}


/*======================================================WOOCOMMERCE DESCRIPTION TABS===================================================*/

.woocommerce-tabs {
    border: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    color: rgb(85, 86, 90) !important;
}

.woocommerce-tabs td {
    color: rgb(85, 86, 90) !important;
}

.wc-tabs {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: white !important;
    border-bottom: 3px solid !important;
}

.wc-tabs li {
    border: 0px !important;
    background-color: white !important;
}

.wc-tabs li a {
    font-size: 17px !important;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: white !important;
    background-color: rgb(222, 222, 222);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: rgb(98, 98, 98) !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    padding: 4px 44px 4px 0px !important;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    color: rgb(85, 86, 90) !important;
    font-weight: 600 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wc-tabs::before {
    border-bottom: 0px !important;
}

.wc-tab {
    padding: 0px 25px !important;
}

.wc-tab h2 {
    display: none;
}

#tab-additional_information {
    padding: 0px 25px 35px 25px !important;
}

#tab-additional_information th {
    padding: 0px 44px 0px 0px !important;
}

.shop_attributes {
    margin-bottom: 0px !important;
}

.woocommerce table.shop_attributes tr:nth-child(2n) th,
.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(4n) th,
.woocommerce table.shop_attributes tr:nth-child(4n) td,
.woocommerce table.shop_attributes tr:nth-child(6n) th,
.woocommerce table.shop_attributes tr:nth-child(6n) td,
.woocommerce table.shop_attributes tr:nth-child(8n) th,
.woocommerce table.shop_attributes tr:nth-child(8n) td,
.woocommerce table.shop_attributes tr:nth-child(10n) th,
.woocommerce table.shop_attributes tr:nth-child(10n) td,
.woocommerce table.shop_attributes tr:nth-child(12n) th,
.woocommerce table.shop_attributes tr:nth-child(12n) td,
.woocommerce table.shop_attributes tr:nth-child(14n) th,
.woocommerce table.shop_attributes tr:nth-child(15n) td {
    background-color: white !important;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: 8px 0px !important;
}

.woocommerce table.shop_attributes th {
    width: 250px !important;
}


/*=================================================================================================WOOCOMMERCE RELATED PRODUCTS*/

#productos_relacionados_title {
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.related .title_description_imaxel_box {
    position: relative;
    /*height: 115px !important;*/
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
}


/*=================================================================================================WOOCOMMERCE products overlay effect;*/

.products_wrapper_imaxel {
    display: inline-block;
    width: 100%;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    overflow: hidden;
}

.webstore_shop_image {
    position: relative;
    display: inline-block;
    border: 1px solid #dedede;
    box-shadow: rgb(222, 222, 222) 0px 0px 5px 0px;
    width: 100%;
}

.et_overlay {
    position: absolute;
    background-color: #eaccc1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s all ease;
}

.et_overlay:hover {
    opacity: 1;
    transition: 0.3s all ease;
}

.et_overlay::before {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    content: '+';
    font-family: 'Source Sans Pro', Arial !important;
    text-transform: uppercase;
    font-size: 32px;
    color: rgb(85, 86, 90);
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    transition: 0.5s all ease;
    opacity: 0;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: white;
    line-height: 28px;
}

.et_overlay:hover::before {
    top: 50% !important;
    transition: 0.3s all ease;
    opacity: 1;
}

.woocommerce-loop-product__title {
    width: 100%;
    float: left;
}

.title_description_imaxel_box h2 {
    font-size: 20px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: rgb(85, 86, 90);
}

.woocommerce .products .star-rating {
    position: absolute;
    bottom: 30px;
    font-weight: 500 !important;
}

.desde_price {
    font-weight: 600 !important;
    color: #eaccc1 !important;
    margin-right: 1px;
}

.desde_price {
    display: none;
}

.woocommerce-Price-amount {
    font-weight: 600;
}


/*=================================================WOOCOMMERCE PRODUCT DESCRIPTION LOOP================================================*/

.products_wrapper_imaxel {
    overflow: auto;
    height: auto;
    float: left;
}

.products_wrapper_imaxel .price {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px !important;
    margin-top: 0px;
}

.woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 7px 20px !important;
    border-radius: 4px;
}

.products-grid-excerpt {
    text-align: justify !important;
    hyphens: auto;
    color: #55565a;
    font-family: 'Open Sans', sans-serif;
    ;
    font-size: 14px;
    float: left;
    width: 100%;
    padding-top: 0px;
}

.products-grid-excerpt p {
    text-align: justify !important;
    hyphens: auto;
    color: #55565a;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.title_description_imaxel_box {
    position: relative;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.title_description_imaxel_box p {
    font-family: 'Open Sans', sans-serif;
    ;
}


/*=================================================================================================WOOCOMMERCE TAXONOMY PAGE*/

.woocommerce .content {
    padding: 60px 0px 60px 0px !important;
}

.woocommerce-products-header__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 38px;
    color: rgb(85, 86, 90);
    line-height: 42px;
}

.woocommerce-breadcrumb {
    font-size: 14px !important;
    color: rgb(119, 119, 119) !important;
    margin-bottom: 25px !important;
    font-style: italic;
}

.woocommerce-breadcrumb a {
    font-size: 14px !important;
    color: rgb(119, 119, 119) !important;
}

.orderby {
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
    color: #777777;
}

.woocommerce-result-count {
    font-size: 13px;
    color: #777777;
}

.term-description p {
    margin-bottom: 5px;
}

.archive .products {
    border-top: 3px solid;
    padding-top: 25px !important;
}

.woocommerce a.button {
    padding: 12.5px 24px !important;
}

.term-description p {
    margin: 15px 0px 25px 0px;
    font-size: 15px;
}


/*=========================================================================================WOOCOMMERCE TAXONOMY PAGE CONSTRUCT GRID*/

@media (max-width:1125px) {
    .woocommerce .content {
        width: 85% !important;
    }
}

@media(max-width:600px) {
    .woocommerce ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/*====================================================================================================coupon code buttons*/

@media(max-width:715px) {
    .coupon .button {
        width: 100% !important;
    }
    .coupon #coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
    }
}


/*===============================================================================================Continue shopping button*/

.button.continue-shopping,
.button {
    line-height: 16px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 12.5px 24px;
}

.button.continue-shopping:hover,
.button:hover {
    background-color: rgb(221, 221, 221);
}


/*========================================================FOOTER========================================================*/

.webstore_footer_container {
    width: 100%;
    height: auto;
    margin-top: 75px;
}

.webkiosk_logo_footer {
    width: 250px;
    height: 45px;
    float: right;
    transition: 0.3s all ease;
    line-height: 0px;
    margin-top: 7px;
}

@media(max-width:976px) {
    .webkiosk_logo_footer {
        display: none;
    }
}

.add_icons_bar {
    position: relative;
    float: left;
    height: 58.1px;
    width: auto;
    overflow: hidden;
    padding: 10px 10px;
}

.add_icons_bar img {
    float: right;
    height: 40px !important;
    padding: 5px 10px;
}

.nav-secondary {
    text-align: left;
    float: left;
    padding: 15px 0px;
    width: auto;
}

@media(max-width:976px) {
    .add_icons_bar {
        width: auto;
    }
    .nav-secondary {
        text-align: right;
        float: right;
        width: auto;
    }
}

@media(max-width:624px) {
    .add_icons_bar {
        width: 100%;
        text-align: center;
    }
    .add_icons_bar img {
        float: none;
    }
    .nav-secondary {
        width: 100%;
        text-align: center;
    }
}

.nav-secondary a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
}

.nav-secondary a:hover,
.webkiosk_top_menu a:hover,
.site-header a:hover,
#genesis-nav-primary a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu a:hover,
.genesis-nav-menu a:active {
    text-decoration: none;
    color: rgb(85, 86, 90);
}

.nav-secondary li {
    border-left: 1px solid white;
}

.nav-secondary li:nth-child(1) {
    border-left: 0px solid white;
}

@media (max-width:353px) {
    .nav-secondary li {
        border-left: 0px solid white;
        width: 100%;
        text-align: center;
    }
    .nav-secondary li a {
        text-align: center;
    }
}

.site-footer {
    padding: 20px 0px;
    background-color: #333333;
    border: 0px;
}

.site-footer p {
    color: #ccc;
}


/*========================================================WOOCOMMERCE========================================================*/

.woocommerce .site-container,
.woocommerce-page .site-container {
    background-color: white;
}

.woocommerce #genesis-content,
.woocommerce-page #genesis-content {
    margin-bottom: 0px;
    float: none;
    margin: auto;
    min-height: calc(100vh - 229px);
}

.woocommerce a.button:hover,
input[type="submit"]:hover {
    background-color: #dddddd !important;
}

.woocommerce button.button:disabled[disabled],
.woocommerce input.button[type="submit"] {
    padding: 12.5px 24px !important;
}

.woocommerce div.product form.cart .button {
    line-height: 19px !important;
}

.woocommerce button.button.disabled {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
}

.woocommerce-info .woocommerce-Button {
    background-color: white !important;
}

.woocommerce-info,
.woocommerce-info {
    border: 0px !important;
    color: white !important;
}

.woocommerce-info a,
.woocommerce-info a {
    color: rgb(85, 86, 90) !important;
}

.woocommerce-info a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}

.woocommerce-error {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.woocommerce form.login,
.woocommerce form.register {
    margin-top: 1em !important;
}

#order_review_heading {
    margin-top: 25px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.restore-item {
    color: rgb(85, 86, 90)!important;
    border-top: 0px solid !important;
}


/*========================================================CART PAGE========================================================*/

.entry-header h1 {
    border-bottom: 3px solid;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.woocommerce h2 {
    font-size: 26px;
}

.woocommerce th,
.woocommerce li {
    font-size: 16px;
}

.woocommerce td {
    font-size: 16px;
}

fieldset {
    margin-top: 25px;
    border: 0px;
    padding: 0px;
}

textarea,
input {
    font-size: 16px;
}

.product-thumbnail,
.pickup-location-cart-item-field {
    display: none;
}

#wc-local-pickup-plus-toggle-default-handling a {
    font-weight: bold !important;
    color: #333333;
    font-size: 16px;
}

#wc-local-pickup-plus-toggle-default-handling {
    font-size: 13px;
    padding-top: 5px;
}

#wc-local-pickup-plus-toggle-default-handling a:hover {
    text-decoration: underline;
    color: #999999 !important;
}

.cart_totals .shop_table td {
    font-weight: bold !important;
    color: #333333;
}

.variation-Cantidaddecopias p {
    font-size: 18px;
    font-family: 'PT Sans';
    padding-top: 3px;
}

.cart_item a {
    color: rgb(85, 86, 90);
    font-weight: 600;
}


/*=====================================================ORDER RECIVED====================================================*/


/*.woocommerce-order .wc-item-meta {
	display:none;
}*/


/*===========================================================404========================================================*/

.error404 .site-container {
    background-color: white;
}

.error404 #genesis-content {
    min-height: calc(100vh - 229px);
}

.error404 .entry {
    width: 80%;
    max-width: 1270px;
    margin: auto;
    margin-top: 50px;
}


/*=======================================================WOOCOMMERCE CATALOG=======================================================*/


/*=========================================================categories page=========================================================*/

.cat_titles {
    margin-top: 0px;
    box-sizing: border-box;
}

.cat_titles h3 {
    position: absolute;
    font-family: 'Roboto' !important;
    letter-spacing: 0px !important;
    color: white;
    font-size: 19px !important;
    padding: 10px 4px 10px 4px !important;
    text-align: center;
    transition: all 0.3s;
    font-weight: 500;
    margin-top: -47px !important;
    background-color: #eaccc1;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    box-sizing: border-box;
    bottom: 0px;
}

.cat_titles .count {
    display: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 0px !important;
}

.imaxel_woocommerce_cat_wrapper_box {
    border: 1px solid #DDDDDD;
}

.count {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    background-color: #eaccc1;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
}

.product-category {
    transition: all 0.3s;
    overflow: hidden;
    border: 0px solid #E1E1E1;
    padding: 0px 0px 0px 0px !important;
}

.product-category img {
    transition: all 0.3s;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(189, 189, 189, 1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(189, 189, 189, 1);
    box-shadow: 0px 0px 1px rgba(189, 189, 189, 1);
    box-sizing: border-box;
}

.product-category:hover img {
    transform: scale(1.1, 1.1);
    transition: all 0.3s;
}

.cat_grid_description {
    transition: all 0.6s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    border: none;
    color: white;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    ;
}

.imaxel_woocommerce_cat_wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 52px;
    transition: all 0.5s;
}

.imaxel_woocommerce_cat_wrapper_box {
    overflow: hidden;
}


/*=========================================================================================================ABOUT US*/

.webstore_about_us_box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 25px 35px;
}

.webstore_about_us_content {
    float: left;
    width: 100%;
    line-height: 25px;
    margin-bottom: 15px;
}

.about_us_sections {
    position: relative;
    display: inline-block;
}

.about-us-page h2 {
    font-size: 34px;
    border-bottom: 4px solid;
    padding: 15px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 50px;
}

.about-us-page h2:nth-child(1) {
    margin-top: 0px;
}

.bussines-information-box,
.bussines-information-photo {
    position: relative;
    float: left;
    width: 49%;
    height: auto;
    padding: 0px 0px;
}

.bussines-information-photo {
    margin-left: 2%;
}

@media (max-width:976px) {
    .bussines-information-photo {
        width: 100%;
        margin-left: 0%;
    }
    .bussines-information-box {
        width: 100%;
    }
}

.webstore_contact_form {
    font-family: 'Open Sans', sans-serif;
    ;
    margin-bottom: 50px;
}

.webstore_contact_form input[type='text'],
.webstore_contact_form input[type='email'] {
    padding-top: 4px;
    padding-bottom: 4px;
}

.webstore_contact_form p {
    margin-bottom: 15px;
}


/*=========================================================================================================SHOPS GRID*/

.shops_box {
    position: relative;
    box-sizing: border-box;
}

.shops {
    display: inline-block;
    width: 28%;
    margin: 2.5%;
    box-sizing: border-box;
    vertical-align: top;
}

.shops p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 18px;
}

.shops h4 {
    margin-bottom: 18px;
}

@media (max-width:1190px) {
    .shops {
        width: 28%;
    }
}

@media (max-width:1180px) {
    .shops {
        width: 44%;
        margin: 3%;
    }
}

@media (max-width:600px) {
    .shops {
        width: 100%;
        margin: 2% 0%;
    }
}


/*=======================================================================================================CONTACT 7 FORMS*/

div.wpcf7-response-output {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 16px !important;
    border: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/*==========================================================================================================SEARCH PAGE*/

.search .entry-meta {
    display: none;
}

.search .entry-title-link {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: rgb(85, 86, 90);
}

.search .entry-content p {
    margin-bottom: 0px;
}

.search article {
    margin-bottom: 15px;
    padding-top: 10px;
}


/*====================================================================================================Products Gallery*/

.flex-control-nav.flex-control-thumbs {
    margin-left: -5px !important;
}

.flex-control-nav.flex-control-thumbs li {
    padding: 10px 5px 5px 5px;
}


/*====================================================================================================BLOG TEMPLATE*/

.page-template-page_blog-php .site-inner,
.single-post .site-inner,
.category .site-inner,
.author .site-inner {
    width: 100%;
    max-width: 1270px;
    padding: 50px 35px;
}

.page-template-page_blog-php .content,
.single-post .content,
.category .content,
.author .content {
    border-right: 1px solid rgb(222, 222, 222);
    float: left;
    width: 75%;
    padding-top: 0px;
    padding-right: 35px;
    margin-top: 25px;
}

.page-template-page_blog-php #genesis-sidebar-primary,
.single-post #genesis-sidebar-primary,
.category #genesis-sidebar-primary,
.author #genesis-sidebar-primary {
    float: right;
    width: calc(25% - 15px);
    margin-top: 47px;
    margin-left: 15px;
}

@media (max-width:976px) {
    .page-template-page_blog-php .content,
    .single-post .content,
    .category .content,
    .author .content {
        width: 100%;
        border-right: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .page-template-page_blog-php #genesis-sidebar-primary,
    .single-post #genesis-sidebar-primary,
    .category #genesis-sidebar-primary,
    .author #genesis-sidebar-primary {
        display: none;
    }
}

.page-template-page_blog-php .archive-description,
.single-post .archive-description,
.category .archive-description,
.author .archive-description {
    padding-top: 0px;
}

.page-template-page_blog-php .widget,
.single-post .widget,
.category .widget,
.author .widget {
    margin-bottom: 0px;
    padding-top: 0px;
}

.page-template-page_blog-php .widget li,
.single-post .widget li,
.category .widget li,
.author .widget li {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.page-template-page_blog-php .widget-title,
.single-post .widget-title,
.category .widget-title,
.author .widget-title {
    margin-bottom: 10px;
}

.page-template-page_blog-php .sidebar .widget,
.single-post .sidebar .widget,
.category .sidebar .widget,
.author .sidebar .widget {
    padding-left: 15px;
    padding-bottom: 25px;
}

.page-template-page_blog-php .entry,
.single-post .entry,
.category .entry,
.author .entry {
    padding: 0px;
}


/*===========================================================================================================NOTICE BOARD*/

.notice_board_box {
    padding: 10px 35px;
    color: white;
    margin-bottom: 35px;
}


/*===============================================================================================MAIL CHIMP CHECKBOX FORM*/

.mc4wp-checkbox {
    padding: 3px;
}

.mc4wp-checkbox input[type=checkbox] {
    margin-right: 8px;
}


/*===================================================================================================================404*/

#searchsubmit {
    margin-top: 25px;
}