/* critical-home.css - Auto-generated 2026-02-22 10:16 */
/* NO EDITAR: ejecutar php tools/combine-css.php para regenerar */

/* === stylesheets/font-awesome.css === */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url(/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* === stylesheets/shortcodes.css === */
/**
 	* Row
 	* Flat title
 	* Title section
 	* Empy space
 	* Column
 	* Flat grid box
 	* Flat accordion
 	* Flat error
 	* Flat coming soon
 	* Flat button
 	* Iconbox
 	* Flat map
 	* Flat contact
 	* Filter shop
 	* Product
 	* Slidebar shop
 	* Flexslider
 	* Product detail
 	* Flat star
 	* Flat social
 	* Flat tabs
 	* Review
 	* Flat image box
 	* Flat icon
 	* Flat filter
 	* Flat Icon Box
 	* Carousel box
 	* Flat gallery
 	* Instagram
 */

/* Row
---------------------------------------------------------------*/
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 87px 0 63px 0px;    
    overflow: hidden;
}

.flat-row.flat-error {
	padding: 180px 0px 189px 0px;
}

.flat-row.flat-coming-soon {
	padding: 218px 0px 212px 0px;
}

.flat-row.flat-iconbox {
	padding: 36px 0px 20px 0px;
}

.flat-row.flat-contact {
	padding: 32px 0px 73px 0px;
}

.flat-row.main-shop {
	padding: 79px 0px 65px 0px;
}

.flat-row.main-shop.style1 {
	padding: 62px 0px 67px 0px;
}

.flat-row.main-shop.shop-4col {
	padding: 70px 0px 70px 0px;
}

.flat-row.main-shop.shop-6colfull {
	padding: 80px 0px 69px 0px;
}

.flat-row.main-shop.shop-slidebar {
	padding: 79px 0px 29px 0px;
}

.flat-row.shop-detail { 
	padding: 62px 0px 34px 0px;
}

.flat-row.shop-detail.style-1 { 
	padding: 67px 0px 49px 0px;
}

.flat-row.shop-detail-content {
	padding: 45px 0px 0px 0px;
}

.flat-row.shop-detail-content.style-1 {
	padding: 33px 0px 0px 0px;
}

.flat-row.shop-related {
	padding: 54px 0px 74px 0px;
}

.flat-row.row-image-box {
	padding: 71px 0px 29px 0px;
}

.flat-row.row-image-box.style1 {
	padding: 69px 0px 28px 0px;
}

.flat-row.row-image-box.style2 {
	padding: 48px 0px 50px 0px;
}

.flat-row.row-product-new {
	padding: 20px 0px 70px 0px;
}

.flat-row.row-product-new.style1 {
	padding: 49px 0px 70px 0px;
}

.flat-row.row-animation-box {
	padding: 99px 0px 102px 0px;
}

.flat-row.row-product-project {
	padding: 51px 0px 24px 0px;
}

.flat-row.row-product-project.style-1 {
	padding: 49px 0px 24px 0px;
}

.flat-row.row-product-project.shop-collection {
	padding: 22px 0px 24px 0px;
}

.flat-row.row-product-project.shop-collection.style1 {
	padding: 20px 0px 28px 0px;
}

.flat-row.row-icon-box {
	padding: 33px 0px 26px 0px;
}

.flat-row.row-icon-box.style-1 {
	padding: 44px 0px 46px 0px;
}

.flat-row.row-icon-box.style-2 {
	padding: 72px 0px 46px 0px;
}

.flat-row.row-icon-box.style-3 {
	padding: 29px 0px 26px 0px;
}

.flat-row.row-new-latest {
	padding: 52px 0px 67px 0px;
}

.flat-row.row-new-latest.style-1 {
	padding: 52px 0px 56px 0px;
}

.flat-row.row-best-sale {
	padding: 50px 0px 67px 0px;
}

.flat-row.row-best-sale.style1 {
	padding: 111px 0px 00px 0px;
}

.flat-row.row-instagram {
	padding: 23px 0px 71px 0px;
}

/* Flat title
---------------------------------------------------------------*/
.flat-title {
	margin-bottom: 40px;
}

/* Title section
---------------------------------------------------------------*/
.title-section {
	position: relative;
	text-align: center;
	margin-bottom: 48px;
}

.title-section.margin_bottom_17 {
	margin-bottom: 17px;
}

.title-section .title {
	font-size: 32px;
	line-height: 66px;
	font-weight: 500;
	color: #333333;
	position: relative;
}

.title-section .title:before {
	content: "";
	width: 60px;
	height: 2.5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #90439e;
	margin:  0 auto;
}

.title-section.width-before-17 .title:before {
	width: 17%;
}

.title-section.bg-before-white .title:before {
	background-color: rgba(0,0,0,0.1);
}

.title-section .sup-title {
	font-size: 24px;
	line-height: 26px;
	color: #333;
	font-weight: 200;
}

.title-section .sub-title {
	font-size: 18px;
	line-height: 56px;
	color: #6e6e6e;
	font-weight: 300;
}

/* Style 2 */
.title-section.style-2 {
	margin-bottom: 31px;
}

.title-section.style-2 .title{
	padding: 0px;
	font-size: 18px;
	line-height: 30px;
}

.title-section.style-2 .title:before {
	background-color: transparent;
	width: 0;
	height: 0;
}

/* Empy space
---------------------------------------------------------------*/
.divider {
	clear: both;
	display: block;
	height: 49px;
}

.divider.hsmobile {
	height: 0px;
}

.divider.h0 {
	height: 0px;
}

.divider.h1 {
	height: 1px;
}

.divider.h20 {
	height: 20px;
}

.divider.h23 {
	height: 23px;
}

.divider.h32 {
	height: 32px;
}

.divider.h40 {
	height: 40px;
}

.divider.h42 {
	height: 42px;
}

.divider.h43 {
	height: 43px;
}

.divider.h54 {
	height: 54px;
}

.divider.h56 {
	height: 56px;
}

.divider.h68 {
	height: 68px;
}

.divider.h73 {
	height: 73px;
}

.divider.h97 {
	height: 97px;
}

.divider.h99 {
	height: 99px;
}

.divider.h102 {
	height: 102px;
}

.divider.h115 {
	height: 115px;
}

.divider.h120 {
	height: 120px;
}

.divider.h160 {
	height: 160px;
}

.line-shadow {
	box-shadow: 0px 5px 12.75px 2.25px rgba(36, 11, 12, 0.3); 
}

.data-effect .data-effect-item {
	position: relative;
	overflow: hidden;
}

.overlay-effect {
	position: absolute;
	width: 100%;
	height: 100%;
}

.overlay-effect.bg-color-1 {
	background-color: rgba(255,255,255,0.2);
}

.overlay-effect.bg-color-2 {
	background-color: rgba(246, 52, 64,0.1);
}

.overlay-effect.bg-overlay-black {
	background-color: rgba(0,0,0,0.8);
}

.overlay-effect.bg-overlay-black.opacity02 {
	background-color: rgba(0,0,0,0.2);
}

.row.separator.dark > [class*="col-"] {
	border-left: 1px solid rgba(0,0,0,0.1);
}

.row.separator > [class*="col-"]:first-child {
	border-left: 0px;
}

/* Column
---------------------------------------------------------------*/
.half-background {
	background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.half-background.style-1 {
    background-image: url(/images/bg-countdown-1-962x506.jpg);
}

.half-background.style-2 {
    background-image: url(/images/image-box/imgbox-1-960x800.jpg);
}

.half-background.style-3 {
    background-image: url(/images/image-box/imgbox-2-960x800.jpg);
}

.half-background.style-4 {
    background-image: url(/images/image-box/imgbox-3-960x800.jpg);
}

.half-background.style-5 {
    background-image: url(/images/image-box/imgbox-4-960x800.jpg);
}

/* Flat grid box
---------------------------------------------------------------*/
.flat-grid-box.col2 .grid-item {
	width: 50%;
	float: left;
}

/* Border width */
.flat-grid-box.border-width.border-width-1 .grid-row {
	border-top: 1px solid #e1e1e1;
}

.flat-grid-box.border-width.border-width-1 .grid-row:first-child {
	border-top: 0px;
}

/* Has padding */
.flat-grid-box.has-padding .grid-row {
	padding: 36px 0px 52px 0px;
}

/* Flat accordion
---------------------------------------------------------------*/
.flat-accordion .flat-toggle {
	margin-bottom: 15px;
}

.flat-accordion .flat-toggle .toggle-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #111111;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 11px;
	cursor: pointer;
}

.flat-accordion .flat-toggle .toggle-content {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 14px;
}

.flat-accordion .flat-toggle .toggle-content p {
	line-height: 24px;
	margin-bottom: 25px;
}

/* Flat error
---------------------------------------------------------------*/
.wrap-error .header-error {
	font-size: 130px;
	line-height: 130px;
	font-weight: 500;
	color:  #333333;
	margin-bottom: 20px;
}

.wrap-error .content-error h2 {
	line-height: 50px;
	font-size: 30px;
}

.wrap-error .content-error p {
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
}

.wrap-error .content-error a {
	position: relative;
	color: #90439e;
	font-weight: 600;
}

.wrap-error .content-error a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #90439e;
}

/* Flat coming soon
---------------------------------------------------------------*/
.wrap-coming-soon {
	color: #ffffff;
}

.wrap-coming-soon .header-coming-soon {
	margin-bottom: 42px;
}

.wrap-coming-soon .header-coming-soon h2.sup-title {
	line-height: 58px;
	color: #fff;
}

.wrap-coming-soon .header-coming-soon .title {
	font-size: 72px;
	line-height: 90px;
	font-weight: 500;
}

/* Countdown */
.wrap-countdown {
	margin-bottom: 55px;
}

.countdown .square {
	display: inline-block;
}

.countdown .square .numb {
	font-size: 48px;
	line-height: 90px;
	font-weight: 500;
	color: #333333;
	width: 90px;
	height: 90px;
	background: rgba(255,255,255,0.9);
	text-align: center;
	margin: 0px 35px 18px 35px;
}

.countdown .square .text {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

/* Style 1 */
.countdown.style-1 .square .numb {
	color: #90439e;
	margin: 0px 15px 8px 15px;
}

.countdown.style-1 .square .text {
	text-transform: uppercase;
}

/* Flat button
---------------------------------------------------------------*/
.flat-button button {
	margin: 0px 9px;
}

.flat-button button.bg-white {
	background: #fff;
	color: #90439e;
}

.flat-button button.bg-white:hover {
	color: #fff;
}

.themesflat-button {
	display: inline-block;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 43px;
}

.themesflat-button.bg-accent {
	background-color: #90439e;
	color: #fff;
	line-height: 47px;
	padding: 0px 47px;
}

.themesflat-button.has-shadow {
	box-shadow: 0px 5px 19px 1px rgba(36, 11, 12, 0.15); 
}

.themesflat-button.bg-accent:hover {
	background-color: #333;
}

.themesflat-button.bg-white {
	font-size: 15px;
	font-weight: 500;
	background-color: #fff;
}

.themesflat-button.width-150 {
	width: 150px;
}

.themesflat-button.has-padding-36 {
	padding: 0px 36px;
}

.themesflat-button.has-padding-41 {
	padding: 0px 41px !important;
}

.themesflat-button.has-padding-43 {
	padding: 0px 43px !important;
}

.themesflat-button.outline {
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0px 33px;
}

.themesflat-button.outline.ol-accent {
	border-color: #90439e;
	color: #90439e;
}

.themesflat-button.bg-transparent {
	background-color: transparent;
	color: #333;
	text-transform: none;
}

.themesflat-button:hover {
	background-color: #90439e;
	color: #fff;
}

.themesflat-button.outline.ol-accent:hover {
	background-color: #90439e;
	color: #fff;
}

.themesflat-button.bg-transparent:hover {
	color: #90439e;
	background-color: transparent;
}

/* Iconbox
---------------------------------------------------------------*/
.iconbox .box-header{
	margin-bottom: 5px;
}

.iconbox .box-header.nomargin {
	margin: 0;
}

.iconbox .box-header .icon i {
	font-size: 30px;
	line-height: 30px;
	color: #90439e;
	font-weight: 400;
}

.iconbox .box-content p {
	font-weight: 400;
	line-height: 24px;
}

/* Flat map
---------------------------------------------------------------*/
.flat-map {
	height: 383px;
}

.infobox {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
    padding: 15px 30px;
    width: 230px;
}

.infobox p{
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

/* Flat contact
---------------------------------------------------------------*/
.wrap-contact {
	width: 100%;
}

.wrap-contact .contact-name,
.wrap-contact .contact-email,
.wrap-contact .contact-subject {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
}
.wrap-contact .contact-message,
.wrap-contact .form-submit {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap-contact.style2 .contact-name input[type="text"],
.wrap-contact.style2 .contact-email input[type="email"],
.wrap-contact.style2 .contact-subject input[type="text"],
.wrap-contact.style2 .contact-message textarea {
	border:  none;
	border-bottom: 1px solid #ebebeb;
	font-size: 18px;
	line-height: 37px;
	padding-left: 0px;
}

.wrap-contact.style2 .contact-name input[type="text"],
.wrap-contact.style2 .contact-email input[type="email"],
.wrap-contact.style2 .contact-subject input[type="text"] {
	height: 37px;
}

.wrap-contact label {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 18px;
}

.wrap-contact.style2 .contact-message {
	margin-bottom: 33px;
}

.wrap-contact.style2 .contact-message textarea {
	height: 84px;
	padding: 38px 0px 0px 0px;
}

.wrap-contact.style2 input[type="text"]:focus,
.wrap-contact.style2 input[type="email"]:focus,
.wrap-contact.style2 textarea:focus {
	border-bottom: 1px solid #90439e;
}

.wrap-contact .form-submit button {
	padding: 7px 51px;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
}

/* Filter shop
---------------------------------------------------------------*/
.filter-shop {
	margin-bottom: 48px;
}

.filter-shop.bottom_68 {
	margin-bottom: 68px;
}

.filter-shop .showing-product,
.filter-shop ul.flat-filter-search li  {
	color: #333333;
	font-size: 16px;
	line-height: 21px;
}

.filter-shop .showing-product {
	font-weight: 400;
	float: left;
}

.filter-shop ul.flat-filter-search {
	float: right;
}

.filter-shop ul.flat-filter-search li {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
}

.filter-shop ul.flat-filter-search li a {
	font-weight: 500;
}

.filter-shop ul.flat-filter-search li a:focus {
	color: #333333;
}

.filter-shop ul.flat-filter-search li:after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
}

.filter-shop ul.flat-filter-search li:last-child:after {
	content: "";
}

.filter-shop ul.flat-filter-search li.search-product:after {
	content: "\f002";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 0px;
}

.filter-shop ul.flat-filter-search li.search-product.active:after{
	content: "\f00d";
	color: #90439e;
}

.filter-shop ul.flat-filter-search li.search-product a {
	margin-right: 10px;
}

/* Icon right */
.filter-shop.icon-right li.filter-list:before {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 0;
	margin: -2px -8px 0px 0px;
}

.filter-shop.icon-right li.filter-list.active:before {
	content: "\f106";
	color: #90439e;
}

/* Product
---------------------------------------------------------------*/
.product-threecolumn .product .product-item {
	width: 33.3333%;
}

.product-slidebar {
	margin-bottom: 18px;
}

.product-fourcolumn .product .product-item {
	width: 25%;
}

.product-fourcolumn, .product-sixcolumnfull {
	margin-bottom: 13px;
}

.product-fivecolumn .product .product-item {
	width: 20%;
}

.product-sixcolumnfull .product .product-item {
	width: 16.666667%;
}

.container-shopfull {
	margin: 0px 53px 0px 51px;
}

.container-slidebarfull {
	padding: 0px 55px 0px 48px;
}

.product-content .product  {
	width: 100%;
}

.product-content .product .product-item {
	border-right: 1px solid #efefef;
	text-align: center;
	float: left;
	position: relative;
	margin-bottom: 48px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.product-content.product-threecolumn .product .product-item:nth-child(1),
.product-content.product-threecolumn .product .product-item:nth-child(4),
.product-content.product-threecolumn .product .product-item:nth-child(7) ,
.product-content.product-fourcolumn .product .product-item:nth-child(9),
.product-content.product-fivecolumn .product .product-item:nth-child(11),
.product-content.product-sixcolumnfull .product .product-item:nth-child(13){
	clear: both;
}

.product-content .product .product-item:hover {
	-webkit-box-shadow: 0px 5px 19px 1px rgba(36, 11, 12, 0.15); 
	        box-shadow: 0px 5px 19px 1px rgba(36, 11, 12, 0.15); 
	 z-index: 9;
}

.product .product-item .product-thumb, .product .product-item .product-info {
	position: relative;
}

.product .product-item .product-thumb {
	padding: 68px 0px 57px 0px;
}

.product .product-item .new {
	font-size: 18px;
	line-height: 35px;
	width: 87px;
	text-align: center;
	background-color: #7cc576;
	color: #ffffff;
	display: block;
	position: absolute;
	top: 27px;
	left: 25px;
}

.product .product-item .sale {
	background-color: #90439e;
}

.product .product-item .product-info {
	padding: 0px 35px 35px 35px;
}

.product .product-item .product-title {
	font-size: 15px;
	line-height: 27px;
	color: #333333;
	font-weight: 500;
}

.product .product-item .price ins {
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	color: #90439e;
	text-decoration: none;
}

.product .product-item .price del {
	font-size: 16px;
	line-height: 36px;
	color: #c5c5c5;
	font-weight: 100;
}

/* Color list */
.flat-color-list {
	margin-top: 2px;
}

.flat-color-list.width-14 {
	margin-top: 6px;
}

.flat-color-list li {
	display: inline-block;
	margin: 0px 4px;
}

.flat-color-list li a {
	position: relative;
}

.flat-color-list li a {
	width: 12px;
	height: 12px;
	background-color: transparent;
	display: block;
	border-radius: 50%;
}
.flat-color-list.width-14 li a {
	width: 14px;
	height: 14px;
}

.flat-color-list li a.yellow {
	background-color: #faed34;
}

.flat-color-list li a.pink {
	background-color: #f5eaea;
}

.flat-color-list li a.red {
	background-color: #ee1313;
}

.flat-color-list li a.black {
	background-color: #000;
}

.flat-color-list li a.purple {
	background-color: #684ddc;
}

.flat-color-list li a.khaki {
	background-color: #cfc300;
}

.flat-color-list li a.blue {
	background-color: #7cc576;
}


.flat-color-list li a:before,
.flat-color-list li a:after {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%; 
	border-radius: 50%;
	border: 2px solid #fff;
	transform: scale(1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	z-index: -1;
}

.flat-color-list li a.yellow:before {
	border-color: #faed34;
}

.flat-color-list li a.pink:before {
	border-color: #f5eaea;
}

.flat-color-list li a.red:before {
	border-color: #ee1313;
}

.flat-color-list li a.black:before {
	border-color: #000;
}

.flat-color-list li a.purple:before {
	border-color: #684ddc;
}

.flat-color-list li a.khaki:before {
	border-color: #cfc300;
}

.flat-color-list li a.blue:before {
	border-color: #7cc576;
}

.flat-color-list li a:hover:after { 
	opacity: 1;
	visibility: visible;
	transform: scale(1.25);
 }

.flat-color-list li a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1.5);
}

/* Icon left */
.flat-color-list.icon-left li {
	display: block;
	position: relative;
	margin: 5px 0px;
}

.flat-color-list.icon-left li > a {
	display: inline-block;
}

.flat-color-list.icon-left li > span {
	display: inline-block;
	padding-left: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.flat-color-list.icon-left li:hover > span {
	color: #333;
	font-weight: 500;
}

/* Add cart */
.product .product-item .add-to-cart {
	background: #90439e;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	-webkit-transform: translate(0px, 10px);
	   -moz-transform: translate(0px, 10px);
	    -ms-transform: translate(0px, 10px);
	     -o-transform: translate(0px, 10px);
	        transform: translate(0px, 10px);
}

.product .product-item .add-to-cart a {
	font-weight: 700;
	line-height: 50px;
	color: #ffffff;
}

.product .product-item .like {
	font-size: 18px;
	line-height: 35px;
	position: absolute;
	top: 27px;
	right: 22px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	-webkit-transform: translate(30px ,0px);
	   -moz-transform: translate(30px ,0px);
	    -ms-transform: translate(30px ,0px);
	     -o-transform: translate(30px ,0px);
	        transform: translate(30px ,0px);
}

.product .product-item:hover .add-to-cart, .product .product-item:hover .like {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px,0px);
	   -moz-transform: translate(0px,0px);
	    -ms-transform: translate(0px,0px);
	     -o-transform: translate(0px,0px);
	        transform: translate(0px,0px);
}

.product .product-item .add-to-cart:hover {
	background-color: #333333;
	cursor: pointer;
}

.product.gutter-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.product.gutter-15 .product-item {
	padding-left: 15px;
	padding-right: 15px;
}

/* Style2 */
.product.style2 .product-item {
	margin-bottom: 33px;
}

.product.style2 .product-item .product-thumb {
	padding: 50px 0px 0px 0px;
}

.product.style2 .product-item .product-title {
	font-size: 16px;
}

.product.style2 .product-item .product-info {
	margin-top: -11px;
}

.product.style2 .product-item .new {
	font-size: 14px;
	line-height: 26px;
	width: 65px;
	top: 20px;
	left: 20px;
}

.product.style2 .product-item .like {
	font-size: 14px;
	line-height: 26px;
	top: 20px;
}

.product.style2 .product-item .product-info {
	padding: 0px 35px 40px 35px;
}

.product.style2 .product-item .add-to-cart a {
	line-height: 46px;
}

/* Style2 sd1 */
.product.style2.sd1 .product-item .product-thumb {
	padding: 55px 0px 0px 0px;
}

.product.style2.sd1 .product-item .new {
	top: 24px;
	left: 18px;
}

.product.style2.sd1 .product-item {
	margin-bottom: 28px;
}

/* Style3 */
.product.style3 .product-item {
	margin-bottom: 48.3px;
}

.product.style3 .product-item .product-title {
	font-size: 14px;
	line-height: 26px;
}

.product.style3 .product-item .product-thumb {
	padding: 47px 0px 1px 0px;
}

.product.style3 .product-item .new {
	font-size: 14px;
	line-height: 25px;
	width: 55px;
	top: 17px;
	left: 19px;
}

.product.style3 .product-item .price del {
	font-size: 14px;
	line-height: 33px;
}

.product.style3 .product-item .price ins {
	font-size: 15px;
	line-height: 33px;
}

.product.style3 .product-item ul.flat-color-list li a {
	font-size: 14px;
	line-height: 30px;
}

.product.style3 .product-item .like {
	font-size: 14px;
	line-height: 26px;
	top: 17px;
}

.product.style3 .product-item ul.flat-color-list li a {
	margin: 0 2.5px;
}

.product.style3 .product-item .product-info {
	padding: 0px 15px 10px 15px;
}

.product.style3 .product-item .add-to-cart a {
	line-height: 46px;
}

/* Style 4 */
.product.style4 .product-item .product-thumb {
	padding: 0px;
}

.product.style4 .product-item {
	border: none;
	margin-bottom: 42px;
}

.product.style4 .product-item .add-to-cart {
	top: 50%;
	left: 0%;
	transform: translate(0,-50%);
	width: auto;
	background-color: #fff;
}

.product.style4 .product-item:hover .add-to-cart {
	transform: translate(59px,-50%);
}

.product.style4 .product-item .add-to-cart a{
	line-height: 45px;
	padding: 0px 29px;
	color: #333;
}

.product.style4 .product-item .add-to-cart:hover {
	background-color: #90439e;
}

.product.style4 .product-item .add-to-cart:hover a {
	color: #fff;
}


.product.style4 .product-item:hover {
	box-shadow: none;
}

.product.style4 .product-item .new {
	font-size: 14px;
    line-height: 26px;
    width: 65px;
    top: 20px;
    left: 20px;
}

.product.style4 .product-item .like {
	font-size: 14px;
    line-height: 26px;
    top: 18px;
	right: 41px;
}

.product.style4 .product-item .product-info {
	padding: 16px 0px 0px 0px;
}

.product.style4 .product-item .product-title {
	font-size: 16px;
	line-height: 26px;
}

.product.style4 .product-item .price ins,
.product.style4 .product-item .price del {
	line-height: 32px;
}

.product.style4 .product-item:nth-child(5) {
	clear: both;
}

/* Slidebar shop
---------------------------------------------------------------*/
.sidebar.slidebar-shop {
	margin-top: -8px;
	padding-right: 40px;
}

.sidebar.slidebar-shop .widget {
	padding-bottom: 33px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 48px;
}

.sidebar.slidebar-shop .widget:last-child, .sidebar.slidebar-shop .widget:first-child {
	border: none;
}

.slidebar-shop .widget .widget-title {
	line-height: 21px;
	margin-bottom: 11px;
}

.slidebar-shop .widget ul li a {
	line-height: 40px;
}

.slidebar-shop .widget ul li a span {
	color: #6e6e6e;
}

.slidebar-shop .widget ul li a:hover, .slidebar-shop .widget ul li a.active {
	color: #333333;
}

/* Widget color */
.slidebar-shop .widget.widget-color {
	padding-bottom: 39px;
}

.slidebar-shop .flat-color-list.icon-left li {
	margin: 10px 0px;
}

/* Widget size */
.slidebar-shop .widget.widget-size {
	padding-bottom: 35px; 
}

.slidebar-shop .widget.widget-size .widget-title {
	margin-bottom: 13px;
}

.slidebar-shop .widget.widget-size li.checkbox label {
	padding-left: 20px;
	display: block;
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	color: #6e6e6e;
	position: relative;
}

.slidebar-shop .widget.widget-size li.checkbox label:before {
	content: '\f096';
    position: absolute;
    font-family: 'Fontawesome';
    top: 0px;
    left: 0px
}

.slidebar-shop .widget.widget-size li.checkbox input[type="checkbox"]:checked +label:before {
	content: "\f046";
	color: #90439e;
}

/* Widget price */
.widget.widget-price {
	padding-bottom: 31px;
}

.widget.widget-price .widget-title {
	margin-bottom: 29px;
}

.widget.widget-price #slide-range {
	margin-bottom: 10px;
}

.widget.widget-price .ui-slider-horizontal .ui-slider-handle {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin-top: -3px;
}

.widget.widget-price .ui-slider-horizontal {
	height: 3px;
}

.widget.widget-price .ui-state-default,
.widget.widget-price .ui-widget-content .ui-state-default,
.widget.widget-price .ui-widget-header .ui-state-default, 
.widget.widget-price .ui-button, html .ui-button.ui-state-disabled:hover, 
.widget.widget-price html .ui-button.ui-state-disabled:active {
	border: 1px solid #90439e;
	background-color: #90439e;
}

.widget.widget-price .ui-widget-content {
	background: #d6d6d6;
}

.widget.widget-price .ui-widget-header {
	background: #333333;
}

.widget.widget-price .amount {
	line-height: 21px;
	color: #333333;
}

.widget.widget-price .amount input[type="text"] {
	width: 75%;
	border: none;
	font-size: 14px; 
	line-height: 21px;
	color: #333333;
	font-weight: 300;
	letter-spacing: 0px;
	padding-left: 0px;
}

/* Box filter */
.box-filter.slidebar-shop {
	border-top: 1px solid #e5e5e5;
	padding-top: 31px;
	position: relative;
	z-index: 2;
}

.box-filter.slidebar-shop .btn-close {
	position: absolute;
	top: 2px;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #90439e;
}

.box-filter.slidebar-shop .btn-close a {
	line-height: 30px;
	color: #ffffff;
}

.box-filter.slidebar-shop .widget {
	float: left;
	margin-bottom: 25px;
}

.box-filter.slidebar-shop .widget-sort-by {
	width: 23%;
}

.box-filter.slidebar-shop .widget-price {
	width: 19.6%;
}

.box-filter.slidebar-shop .widget-color {
	width: 19.8%;
}

.box-filter.slidebar-shop .widget-size {
	width: 14.5%;
}

.box-filter.slidebar-shop .widget_tag {
	width: 23.1%;
}

.box-filter.slidebar-shop .widget .widget-title {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}

.box-filter.slidebar-shop .widget.widget_tag .widget-title {
	margin-bottom: 41px;
}

.box-filter.slidebar-shop .widget ul li a {
	line-height: 30px;
}

/* Shop search */
.shop-search {
	position: relative;
	margin: 0px 0px 68px 0px;
	z-index: 1;
}

.shop-search .search-form, .shop-search .search-form input {
	height: 57px;
}

.shop-search .search-form label {
	display: block;
	margin: 0px;
}

.shop-search .search-form input,
.shop-search .search-form label {
	padding-left: 0px;
	font-size: 24px;
	color: #c5c5c5;
	font-weight: 300;
}

.shop-search .search-form input,
.shop-search .search-form label {
	line-height: 57px;
}

.shop-search .search-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ebebeb;
}

.shop-search .search-form input[type="search"]:focus {
	border-color: transparent;
	border-bottom-color: #90439e;
}

/* Flexslider
---------------------------------------------------------------*/
.wrap-flexslider .inner { 
	padding-top: 7px; 
}

.flexslider .flex-control-thumbs img {
	border: none;
	height: auto;
	border-radius: 0px;
}

.flexslider .flex-control-thumbs img:hover {
	border: none;
}

.flexslider .flex-control-thumbs img:not(:hover) {
	opacity: 0.5;
}

.flexslider .flex-control-thumbs img.flex-active {
	opacity: 1;
}

/* Has relative */
.flexslider.has-relative .slides > li {
	position: relative;
}

.flexslider.has-relative .slides > li:hover .flat-icon.style-1 span.fa {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

/* Style 1 */
.flexslider.style-1{
	margin: 0px;
}

.flexslider.style-1 .flex-control-thumbs {
	margin: 23px 0px 0px 0px;
}

.flexslider.style-1 .flex-control-thumbs li {
	margin-right: 27px;
}

.flexslider.style-1 .flex-control-thumbs li:last-child {
	margin: 0px;
}


/* Style 2 */
.flexslider.style-2 {
	margin: 0px;
	padding-left: 99px;
}

.flexslider.style-2 .flex-control-thumbs {
	margin: 0px;
	position: absolute;
	width: auto;
	top:0;
	left: 0;
	margin-top: 4px;
}

.flexslider.style-2 .flex-control-thumbs li {
	display: block;
	float: none;
	margin: 0px 0px 20px 0px;
}

/* Product detail
---------------------------------------------------------------*/
.product-detail .inner {
	padding-left: 38px;
}

.product-detail .flat-star { 
	margin: 18px 0px 17px 0px; 
}

/* Price */
.product-detail .price {
	margin-top: 19px;
}

.product-detail .price del,
.product-detail .price ins {
	line-height: 26px;
	font-weight: 500;
}

.product-detail .price del {
	font-size: 18px;
	color: #c5c5c5;	
}

.product-detail .price ins {
	font-size: 24px;
	color: #333;
	padding-left: 7px;
	text-decoration: none;
}

/* Size */
.product-detail .size {
	margin-top: 13px;
}

.product-detail .product-color span,
.product-detail .size span {
	font-size: 16px; 
	line-height: 26px; 
	color: #6e6e6e;
	font-weight: 500; 
}

.product-detail .size ul,
.product-detail .size ul li {
	display: inline-block;
}

.product-detail .size ul {
	padding-left: 70px;
}

.product-detail .size ul li {
	padding: 0px 8.5px;
}

.product-detail .size ul li:first-child {
	padding-left: 0px;
}

.product-detail .size ul li a {
	color: #c5c5c5;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.product-detail .size ul li a:hover {
	color: #333;
}

/* Color */
.product-detail .product-color {
	margin-top: 14px;
}

.product-detail ul.flat-color-list {
	display: inline-block;
	padding-left: 49px;
	padding-top: 1px;
}

.product-detail ul.flat-color-list li {
	display: inline-block;
	margin: 0px 15.6px;
}

.product-detail ul.flat-color-list li:first-child {
	margin-left: 0px;
}

/* Product-infor */
.product-detail .product-infor {
	margin-top: 15px;
}

.product-detail .product-infor li { 
	position: relative;
	padding-left: 20px;	
	color: #6e6e6e;
	font-weight: 400;
}

.product-detail .product-infor li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute; 
	top: 50%; 
	left: 0;
	margin-top: 2px;
	background-color: #6e6e6e;
	border-radius: 50%;
	transform: translateY(-50%);
}

/* Product quantity */
.product-detail .product-quantity {
	margin-top: 33px;
}

.product-detail .product-quantity > div {
	display: inline-block;
}

.product-detail .quantity input {
	width: 68px;
	height: 45px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding: 0px;
	padding-left: 16px;
	font-weight: 300;
}

.product-detail .quantity input:focus {
	border-color: #ebebeb;
}

.product-detail .quantity {
	position: relative;
}

.product-detail .quantity > span {
	display: block;
	position: absolute;
	right: 0;
	text-align: center;
	width: 26px;
	height: 50%;
	line-height: 20px;
	border-left: 1px solid #ebebeb;
	font-size: 0px;
	cursor: pointer;
}

.product-detail .quantity > span.inc {
	top: 0;
}

.product-detail .quantity > span.dec {
	bottom: 0;
	border-top: 1px solid #ebebeb;
}

.product-detail .quantity > span:before {
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #333;
}

.product-detail .quantity > span.inc:before {
	content: "\f106";
}

.product-detail .quantity > span.dec:before {
	content: "\f107";
}

.product-detail .add-to-cart  {
	margin-left: 6px;
}

.product-detail .add-to-cart a {
	font-weight: 700;
	color: #fff;
	display: block;
	padding: 0px 30px;
	line-height: 44px;
	background-color: #90439e;
}

.product-detail .add-to-cart a:hover {
	background-color: #333;
}

.product-detail .box-like {
	margin-left: 8px;
}

.product-detail .box-like a {
	font-size: 18px;
	color: #6e6e6e;
	border: 1px solid #ebebeb;
	display: block;
	padding: 0px 12px;
	line-height: 42px;
}

.product-detail .box-like a:hover {
	border-color: #90439e;
	color: #90439e;
}

/* Quantity group */
.product-detail .quantity-group {
	margin-top: 24px;
}

.product-detail .quantity-group .price {
	margin: 0px;
}

.product-detail .quantity-group .price ins,
.product-detail .quantity-group .price del {
	font-size: 14px;
	line-height: 38px;
}
.product-detail .quantity-group .name h6 {
	font-size: 14px;
	line-height: 38px;
	padding-left: 38px;
	font-weight: 500;
}

.quantity-group .quantity-group-item{
	width: 100%;
	margin-top: 19px;
}
.quantity-group .quantity-group-item:first-child {
	margin-top: 0px;
}

.quantity-group .quantity-group-item > div {
	float: left;
}

.quantity-group .quantity-group-item .one {
	width: 13%;
}

.quantity-group .quantity-group-item .two {
	width: 46.4%;
}

/* Product categories */
.product-detail .product-categories {
	margin-top: 27px;
}

.product-detail .product-categories span,
.product-detail .product-tags span {
	color: #6e6e6e;
	font-weight: 400;
}

.product-detail .product-categories a,
.product-detail .product-tags a {
	color: #333;
	font-weight: 400;
}

.product-detail .product-categories a:hover,
.product-detail .product-tags a:hover {
	color: #90439e;
}

.product-detail .flat-socials {
	margin-top: 21px;
}

.product-detail .flat-socials li{
	margin: 0px 9px;
}

.product-detail .flat-socials li:first-child {
	margin-left: 0px;
}

/* Flat star
---------------------------------------------------------------*/
.flat-star i { 
	color: #fbaf5d; 
}

.flat-star span {
	color: #d4d4d4;
}

/* Style 1 */
.flat-star.style-1 i { 
	letter-spacing: -1.3px;
}

.flat-star.style-1 span {
	padding-left: 5px;
}

/* Style 2 */
.flat-star.style-2 i { 
	color: #c5c5c5;
	letter-spacing: -3.5px;
}

/* Flat social
---------------------------------------------------------------*/
.flat-socials li { 
	display: inline-block; 
}

.flat-socials li a {
	color: #6e6e6e;	
	font-size: 20px;
}

.flat-socials li a:hover {
	color: #90439e;
}

/* Flat tabs
---------------------------------------------------------------*/
.flat-tabs .menu-tab li {
	display: inline-block;
}

.flat-tabs .menu-tab li {
	font-size: 16px;
	line-height: 26px; 
	color: #6e6e6e;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.flat-tabs .menu-tab li:hover { color: #333; }
.flat-tabs .menu-tab li.active {
	color: #333;
	font-weight: 500;
}

.flat-tabs .content-tab .title {
	font-size: 24px;
	line-height: 26px; 
}

.flat-tabs .content-inner > .inner {
	padding: 39px 0px 35px 0px;
}

.flat-tabs .content-tab table {
	width: 100%;
}

.flat-tabs .content-tab table td {
	font-size: 14px;
	line-height: 36px;
	color: #6e6e6e;
	font-weight: 300;
}

/* Has border */
.flat-tabs.has-border .content-tab {
	border: 1px solid #e1e1e1;
}

/* Style 1 */
.flat-tabs.style-1 .menu-tab { 
	text-align: center; 
}

.flat-tabs.style-1 .menu-tab li{
	margin-right: 4px;
}

.flat-tabs.style-1 .menu-tab li:last-child {
	margin-right: 0px;
}

.flat-tabs.style-1 .menu-tab li {
	text-align: center;
	border: 1px solid #e1e1e1;
	border-bottom: 0px;
	padding: 0px 19px;
	line-height: 37px;
	position: relative;
}

.flat-tabs.style-1 .menu-tab li:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0; 
	bottom: 0;
	background-color: #fff;
	z-index: 1;
	margin-bottom: -3px;
	opacity: 0;
	visibility: hidden;	
}

.flat-tabs.style-1 .menu-tab li.active:after {
	opacity: 1;
	visibility: visible;	
}

/* Content tab */
.flat-tabs.style-1 .content-tab .title {
	color: #333;
	margin-bottom: 13px;
}

.flat-tabs.style-1 .image-left .thumb {
	padding-right: 20px;
}

.flat-tabs.style-1 .image-left .text-wrap {
	padding: 100px 100px 0px 15px;
}

.flat-tabs.style-1 .image-right .thumb {
	padding-left: 15px;
}

.flat-tabs.style-1 .image-right .text-wrap {
	padding: 96px 15px 0px 99px;
}

.flat-tabs.style-1 .content-inner > .inner.max-width-40 {
	max-width: 40%;
	margin: 0 auto;
}

.flat-tabs.style-1 .content-inner > .inner.max-width-83 {
	max-width: 83%;
	margin: 0 auto;
}

.flat-tabs.style-1 .content-inner > .inner.max-width-77 {
	max-width: 77%;
	margin: 0 auto;
}

.flat-tabs .content-tab table tr td:first-child {
	width: 61.7%;
	padding-left: 36px;
}

.flat-tabs .content-tab .review-list {
	padding: 0px 72px 0px 41px;
}

.flat-tabs .content-tab ol.review-list li {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 23px;
	padding-bottom: 25px;
}

.flat-tabs .content-tab ol.review-list li:first-child {
	padding-top: 0px;
	border: none;
}

/* Review
---------------------------------------------------------------*/
.review-list .thumb {
	width: 80px;
	height: 80px;
	float: left;
	margin: 7px 28px 0px 0px;
}

.review-list .text-wrap {
	overflow: hidden;
}

.review-list .review-meta {
	position: relative;
	margin-bottom: 10px;
}

.review-list .review-meta .flat-star {
	position: absolute;
	top: 0;
	right: 0;
}

/* Review respond */
.review-respond {
	padding: 20px 43px 22px 41px;
}

.review-respond .review-form .flat-star label {
	margin-bottom: 0px;
}

/* Flat image box
---------------------------------------------------------------*/
.flat-image-box .product-list-fix-image li {
	margin-top: 30px;
}

.flat-image-box .product-list-fix-image li:first-child {
	margin-top: 0px;
}

.flat-image-box.row2 .item {
	margin-top: 20px;
}

.flat-image-box.row2.h24 .item {
	margin-top: 24px;
}

.flat-image-box.row2 .item:first-child {
	margin-top: 0px;
}

.flat-image-box.col2 {
	width: 100%;
}

.flat-image-box.col2 .item {
	width: 48.2%;
	float: left;
	margin-left: 20px;
}

.flat-image-box.col2 .item:first-child {
	margin-left: 0px;
}

/* Style 1 */
.flat-image-box.style-1 .thumb {
	position: relative;
}

.flat-image-box.style-1 .thumb img {
	transition: all 0.3s ease;
}

.flat-image-box.style-1 .thumb:hover img {
	transform: scale(1.1);
}

.flat-image-box.style-1 .elm-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

/* Style 2 */
.flat-image-box.style-2 .thumb {
	position: relative;
}

.flat-image-box.style-2 .text-wrap {
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translate(-6%,-50%);
	margin-top: -18px;
	margin-left: 12px;
}

.flat-image-box.style-2 .sub-title {
	font-size: 24px;
	line-height: 44px;
	color: #333;
}

.flat-image-box.style-2 .title {
	font-size: 48px;
	line-height: 60px;
}

.flat-image-box.style-2 .themesflat-button {
	margin: 36px 0px 0px 2px;
}

/* Absolute left */
.flat-image-box.absolute-left .elm-btn {
	top: 0;
	left: 0;
	transform: translate(0%,0%);
	opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flat-image-box.absolute-left .item:hover .elm-btn {
	opacity: 1;
    visibility: visible;
    transform: translate(29px,30px);
}

.flat-image-box.absolute-left .text-wrap {
	position: absolute;
	right: auto;
	left: 0;
	top: 0;
	z-index: 2;
}

.flat-image-box.absolute-left.offset-32 .text-wrap{
	transform: translate(32px,0px);
	opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flat-image-box.absolute-left.offset-32 .item:hover .text-wrap {
	opacity: 1;
    visibility: visible;
    transform: translate(32px,25px);
}

/* Absolute right */
.flat-image-box.absolute-right .text-wrap {
	left: auto;
	transform: translate(0,-50%);
	margin: 0;
	right: 11%;
	margin-top: 19px;
}

.flat-image-box.absolute-right.offset-v-5 .text-wrap {
	margin-top: -5px;
}

.flat-image-box.absolute-right.offset-h-82 .text-wrap {
	right: 0;
	transform: translate(-82%,-50%);
}

/* Absolute center */
.flat-image-box.absolute-center .text-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 19px;
	z-index: 2;
}

/* Flat icon
---------------------------------------------------------------*/
.flat-icon.style-1 {
	position: absolute;
	top: 0;
	right: 0;
}

.flat-icon.style-1 span.fa {
	font-size: 24px;
	color: #333;
	font-weight: 400;
	display: block;
	width: 82px;
	height: 82px;
	line-height: 80px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(25px);
	   -moz-transform: translateX(25px);
	    -ms-transform: translateX(25px);
	     -o-transform: translateX(25px);
	        transform: translateX(25px);
}

.flat-icon.style-1 span.fa:hover {
	color: #90439e;
}

/* Style 2 */
.flat-icon.style-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px 0px 22px 20px;
}

.flat-icon.style-2 span.fa {
	display: inline-block;
	color: #333;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #fff;
	padding-left: 4px;
	margin-right: 10px;
}

.flat-icon.style-2 span.text {
	color: #333;
	font-weight: 300;
	display: inline-block;
}

/* Flat filter
---------------------------------------------------------------*/
.flat-filter.max-width-682 {
	margin: 0 auto;
	max-width: 682px;
}

.flat-filter li {
	display: inline-block;
	float: left;
}

/* Style 1 */
.flat-filter.style-1 li a {
	color: #6e6e6e;
	border-top: 1px solid rgba(110,110,110,0.5);
	border-bottom: 1px solid rgba(110,110,110,0.5);
	border-right: 1px solid rgba(110,110,110,0.5);
	display: block;
	line-height: 41px;
	width: 130px;
	background-color: transparent;
}

.flat-filter.style-1 li:first-child a {
	border-left: 1px solid rgba(110,110,110,0.5);
}

.flat-filter.style-1 li a:hover {
	color: #90439e;
}

.flat-filter.style-1 li.active a:hover {
	color: #fff;
}

.flat-filter.style-1 li.active a {
	background-color: #90439e;
	color: #fff;
	border-color: #90439e;
}


/* Style 2 */
.product-top-menu {
	position: relative;
}

.product-top-menu .filter-shop {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 9px;
}

.flat-filter.style-2 li {
	padding: 0px 37px;
}

.flat-filter.style-2 li:first-child {
	padding-left: 2px;
}

.flat-filter.style-2 li a {
	border: none;
	color: #c5c5c5;
	font-weight: 500;
	font-size: 16px;
	width: auto;
	line-height: 26px;
}

.flat-filter.style-2 li a:hover,
.flat-filter.style-2 li.active a {
	background-color: transparent;
	color: #90439e;
}

/*  Style 3 */
.flat-filter.style-3  li {
	padding: 0px 25px;
}

.flat-filter.style-3  li a {
	line-height: 30px;
}

.flat-filter.style-3  li.active a {
	color: #90439e;
	font-weight: 500;
}
/* Flat Icon Box
---------------------------------------------------------------*/
.flat-icon-box .icon-wrap {
	font-size: 24px;
	line-height: 30px;
	position: relative;
	z-index: 1;
}

.flat-icon-box .desc {
	font-weight: 400;
	color: #6e6e6e;
}
/* Style 1 */
.flat-icon-box.style-1 .icon-wrap {
	color: #90439e;
}

.flat-icon-box.style-1 .text-wrap .heading {
	line-height: 31px;
}

/* Icon left */
.flat-icon-box.icon-left .icon-wrap {
	float: left;
	margin: 2px 10px 0px 0px;
}

.flat-icon-box.w55 .icon-wrap {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.flat-icon-box.circle .icon-wrap{
	border-radius: 50%;
}

.flat-icon-box.bg-white .icon-wrap {
	background-color: #fff;
}

.flat-icon-box.icon-left .text-wrap {
	overflow: hidden;
}

.flat-icon-box.w55 .icon-wrap:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: #90439e;
	transform: scale(0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.flat-icon-box.w55:hover .icon-wrap:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.flat-icon-box.w55:hover .icon-wrap {
	color: #fff;
}

/* Style 2 */
.flat-icon-box.style-2 .icon-wrap {
	font-size: 40px;
	line-height: 61px;
	color: #333;
	margin: 0px 19px 0px 0px;
}

.flat-icon-box.style-2 .text-wrap .heading {
	font-size: 14px;
	line-height: 28px;
}

/* Carousel box
---------------------------------------------------------------*/
.owl-theme .owl-nav, .owl-theme .owl-dots { 
	display: none;
}

.has-arrows .owl-theme .owl-nav { 
	display: block; 
}

.has-arrows .owl-theme .owl-nav [class*='owl-'] { 
	position: absolute; 
}

.has-arrows .owl-theme .owl-nav .owl-next { 
	right: 0; 
}

.has-bullets .owl-theme .owl-dots { 
	display: block; 
	padding-top: 50px; 
 }

/* Arrow center */
.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] { 
	top: 50%;
 }

.has-arrows.arrow-center.offset-62 .owl-theme .owl-nav [class*='owl-'] { 
 	left: -62px;
 }

.has-arrows.arrow-center.offset-62 .owl-theme .owl-nav .owl-next  { 
 	left: auto;
 	right: -62px;
 }

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav [class*='owl-'] {
	left: -20px;
}

.has-arrows.arrow-center.offsetcenter .owl-theme .owl-nav .owl-next {
	left: auto;
    right: -20px;
}

.has-arrows.arrow-center.offset-v-24 .owl-theme .owl-nav [class*='owl-'] {
	margin-top: -24px;
}

.has-bullets.bullet40 .owl-theme .owl-dots {
	 padding-top: 40px;
}

/* Arrow style */
.owl-theme .owl-nav [class*="owl-"] {
    text-align: center;
    background-color: transparent;
    color: #90439e;
    width: 48px;
    height: 48px;
    font-size: 0;
    display: inline-block;
    position: relative;
   	-webkit-transition: all 0.3s ease-in-out;
   	   -moz-transition: all 0.3s ease-in-out;
   	    -ms-transition: all 0.3s ease-in-out;
   	     -o-transition: all 0.3s ease-in-out;
   	        transition: all 0.3s ease-in-out;
 }

.owl-theme .owl-nav [class*="owl-"].disabled {
    color: #333;
    cursor: default;
  }

.owl-theme .owl-nav [class*="owl-"]:after {
    font-size: 48px;
    line-height: 48px;
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    width: 100%;
    height: 100%;
 }

.owl-theme .owl-nav .owl-next:after {
	content: "\f105";
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #333;
}

/* Bullets Style */
.owl-theme .owl-dots { 
	text-align: center; 
	line-height: 11px;
}

.owl-theme .owl-dots .owl-dot { 
	display: inline-block; 
}

.owl-theme .owl-dots .owl-dot span { 
	background-color: #c5c5c5;
	display: block;
	width: 11px; 
	height: 11px;
	margin: 0 5px; 
}

.owl-theme .owl-dots .owl-dot  span:hover,
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #90439e;
}

/* Circle */
.bullet-circle .owl-theme .owl-dots .owl-dot span {
 	border-radius: 50%; 
}

/* Absolute */
.bullet-absolute .owl-theme .owl-dots {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0px;
    margin-bottom: 30px;
}

/* Flat gallery
---------------------------------------------------------------*/
.flat-gallery.style-1 p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333;
}

.flat-gallery.style-1 h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
}

.flat-gallery.style-1 .thumb img {
	-webkit-transition: transform 0.3s ease-in-out;
	   -moz-transition: transform 0.3s ease-in-out;
	    -ms-transition: transform 0.3s ease-in-out;
	     -o-transition: transform 0.3s ease-in-out;
	        transition: transform 0.3s ease-in-out;
}

.flat-gallery.style-1 .thumb:hover img {
	transform: scale(1.05);
}

.flat-gallery.has-absolute .thumb {
	position: relative;
	overflow: hidden;
}

.flat-gallery.has-absolute .text-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.flat-gallery.has-absolute .text-wrap.absolute-left {
	left: 51px;
}

.flat-gallery.has-absolute .text-wrap.absolute-right {
	right: 67px;
}

/* Instagram
---------------------------------------------------------------*/
.instagram-wrap.col5 .instagram_badge_image {
	width: 20%;
	float: left;
}

.instagram-wrap.g10 {
	margin: 0px -10px;
}

.instagram-wrap.g10 .instagram_badge_image {
	padding: 0px 10px;
}

.instagram-wrap.style-1 .thumb {
	position: relative;
}

.instagram-wrap.style-1 .text-wrap {
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.instagram-wrap.style-1 .themesflat-button {
	padding: 0px 23px;
	letter-spacing: -0.6px;
}

.instagram-wrap .has-icon .themesflat-button > span {
	position: relative;
	display: inline-block;
}

.instagram-wrap .has-icon .themesflat-button > span > .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.instagram-wrap .has-icon.icon-left .themesflat-button > span {
	padding-left: 20px;
}

.instagram-wrap .has-icon.icon-left .themesflat-button > span > .icon  {
	left: 0;
}

.instagram-wrap.style-1 .instagram_badge_image:hover .text-wrap {
	opacity: 1;
	visibility: visible;
}

/* === stylesheets/flexslider.css === */
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
 @font-face {
  font-family: 'flexslider-icon';
  src: url(/stylesheets/fonts/flexslider-icon.eot);
  src: url(/stylesheets/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(/stylesheets/fonts/flexslider-icon.woff) format('woff'), url(/stylesheets/fonts/flexslider-icon.ttf) format('truetype'), url(/stylesheets/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
 .flex-container a:hover,
 .flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
 .flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
 .flexslider {
  margin: 0 0 20px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 16px;
  display: inline-block;
  content: '\f053';
  color: #ffffff;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(36, 122, 178, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.flex-direction-nav a.flex-prev {
  left: 5px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flexslider:hover .flex-direction-nav a:hover:before {
  background: rgba(36, 122, 178, 0.8);
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 88px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  float: left;
  margin: 0;
  margin-right: 32px;
}
.flex-control-thumbs li:last-child {
  margin-right: 0px;
}
.flex-control-thumbs img {
  max-width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: 85px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
}
.flex-control-thumbs img:hover {
  opacity: 1;
  border: 2px solid #f28b00;
}
.flex-control-thumbs .flex-active {
  cursor: default;
  border: 2px solid #f28b00;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/* === css/style.css === */
﻿/**
  * Name: Modaz
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
/* @imports eliminados - ahora se cargan como <link> en header.php
   para evitar waterfall de descargas (mejora PageSpeed 530ms) */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url(https://fonts.gstatic.com/s/poppins/v9/pxiAyp8kv8JHgFVrJJLmE0tCMPc.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url(https://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmv1pVF9eL.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(https://fonts.gstatic.com/s/poppins/v9/pxiDyp8kv8JHgFVrJJLm21lVF9eL.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: local('Poppins Thin'), local('Poppins-Thin'), url(https://fonts.gstatic.com/s/poppins/v9/pxiGyp8kv8JHgFVrLPTucHtF.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLFj_Z1xlEA.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
  font-display: swap;
}
/**
  *	Reset
  *	Repeatable Patterns
  * Extra classes
  * Top bar
  *	Header
  *	Page title
  *	Breadcrumbs
  *	Blog
  *	Blog detail
  *	Pagination
  *	Sidebar
  *	Mail chimp
  *	Flat social
  *	Footer
  *	Footer bottom
  *	Go top
  *	Parallax
  *	Preloader
  *	Switcher
  *	Boxed
*/
/* Reset
-------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
figure {
  margin: 0;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
legend {
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 14px/26px "Poppins", sans-serif;
  font-weight: 300;
  background-color: #fff;
  color: #6e6e6e;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
  color: #90439e;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul,
ol {
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: 900;
}
button {
  border: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 26px;
  background-color: #90439e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #ffffff;
  height: 50px;
  width: 100%;
  padding-left: 17px;
  line-height: 30px;
  letter-spacing: 0.6px;
  font-weight: 400;
  outline: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid #90439e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
}
input[type="checkbox"] {
  display: inline;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #b3b7c8;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #b3b7c8;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #b3b7c8;
  opacity: 1;
}
label {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 9px;
}
input[type="checkbox"] {
  display: none;
}
button {
  z-index: 1;
  position: relative;
}
button:before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
button:hover:before {
  width: 100%;
}
/* bootstrap resetting elements */
.btn {
  background-image: none;
}
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #c5c5c5;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  color: #333333;
}
h1 {
  font-size: 48px;
  line-height: 48px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  color: #252525;
}
h3 {
  font-size: 22px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 30px;
}
h6 {
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
}
/* Extra classes
---------------------------------------------------------------*/
.no-margin {
  margin: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.padding-bottom-48 {
  padding-bottom: 48px !important;
}
.padding-top-4 {
  padding-top: 4px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-33 {
  padding-top: 33px !important;
}
.padding-left-7 {
  padding-left: 7px !important;
}
.padding-left-2 {
  padding-left: 2px !important;
}
.margin-bottom-58 {
  margin-bottom: 58px !important;
}
.margin-bottom-55 {
  margin-bottom: 55px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-51 {
  margin-bottom: 51px !important;
}
.margin-bottom-52 {
  margin-bottom: 52px !important;
}
.margin-bottom-46 {
  margin-bottom: 46px !important;
}
.margin-bottom-43 {
  margin-bottom: 43px !important;
}
.margin-bottom-42 {
  margin-bottom: 42px !important;
}
.margin-bottom-41 {
  margin-bottom: 41px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-26 {
  margin-bottom: 26px !important;
}
.margin-bottom-14 {
  margin-bottom: 14px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-top-49 {
  margin-top: 49px !important;
}
.margin-top-46 {
  margin-top: 46px !important;
}
.margin-top-44 {
  margin-top: 44px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-38 {
  margin-top: 38px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-32 {
  margin-top: 32px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-27 {
  margin-top: 27px !important;
}
.margin-top-24 {
  margin-top: 24px !important;
}
.margin-top-22 {
  margin-top: 22px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-11 {
  margin-top: 11px !important;
}
.margin-top-8 {
  margin-top: 8px !important;
}
.margin-left-52 {
  margin-left: 52px !important;
}
.margin-left-3 {
  margin-left: 3px !important;
}
.margin-right-52 {
  margin-right: 52px !important;
}
.letter-spacing-12 {
  letter-spacing: 12px !important;
}
.letter-spacing-10 {
  letter-spacing: 10px !important;
}
.letter-spacing-7 {
  letter-spacing: 7px !important;
}
.letter-spacing-6 {
  letter-spacing: 6px !important;
}
.letter-spacing-3 {
  letter-spacing: 3px !important;
}
.letter-spacing-3-2 {
  letter-spacing: 3.2px !important;
}
.letter-spacing-3-6 {
  letter-spacing: 3.6px !important;
}
.letter-spacing-1 {
  letter-spacing: 1px !important;
}
.letter-spacing-08 {
  letter-spacing: 0.8px !important;
}
.letter-spacing--1 {
  letter-spacing: -1px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-36 {
  line-height: 36px !important;
}
.line-height-48 {
  line-height: 48px !important;
}
.line-height-60 {
  line-height: 48px !important;
}
.line-height-76 {
  line-height: 76px !important;
}
.font-size-52 {
  font-size: 52px !important;
}
.font-size-40 {
  font-size: 40px !important;
}
.font-size-32 {
  font-size: 32px !important;
}
.font-size-30 {
  font-size: 30px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.text-accent {
  color: #90439e !important;
}
.text-333 {
  color: #333333 !important;
}
.text-6e6 {
  color: #6e6e6e !important;
}
.text-line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.1);
  position: relative;
  top: -7px;
}
.text-line.left {
  left: -14px;
}
.text-line.right {
  right: -7px;
}
.row.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.boxed {
  overflow: hidden;
  position: relative;
}
.container-width-93 {
  max-width: 93%;
}
.container-width-94 {
  max-width: 94.7%;
}
/* Top bar
---------------------------------------------------------------*/
.topbar-style-1 #top-bar {
  background-color: #252525;
}
#top-bar,
#top-bar a {
  color: #fff;
  font-weight: 400;
}
#top-bar .top-bar-inner-wrap {
  display: table;
  width: 100%;
  padding: 9px 0px 10px 0px;
}
#top-bar .top-bar-content,
#top-bar .top-bar-nav {
  display: table-cell;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
#top-bar .top-bar-content .content {
  letter-spacing: -0.5px;
  line-height: 30px;
}
#top-bar .top-bar-nav {
  text-align: right;
}
#top-bar .top-bar-nav li a {
  color: #fff;
}
#top-bar .top-bar-nav .inner > div {
  display: inline-block;
  margin: 0px 13px;
  letter-spacing: -0.5px;
}
#top-bar .top-bar-nav .inner > div:last-child {
  margin-right: 0px;
}
#top-bar .top-bar-nav .inner > div i {
  padding-left: 2px;
}
#top-bar .language > li {
  position: relative;
  padding-right: 16px;
}
#top-bar .language > li:after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0px;
  font-family: "FontAwesome";
}
#top-bar .top-bar-nav ul.sub-language {
  background-color: #252525;
  position: absolute;
  top: 100%;
  left: 0px;
  box-shadow: 0px 5px 14.25px 0.75px rgba(36, 11, 12, 0.05);
  z-index: 99999;
  transform: translateY(9.5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top-bar .top-bar-nav ul.sub-language li {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 35px;
}
#top-bar .top-bar-nav ul.sub-language li:first-child {
  border-top: 0px;
}
#top-bar .top-bar-nav ul.sub-language li > a {
  color: #fff;
  font-weight: 500;
  padding: 0px 30px;
}
#top-bar ul.language > li:hover > ul.sub-language {
  opacity: 1;
  visibility: visible;
}
#top-bar .language.style2 li {
  padding: 0px;
  margin: 0px 8px;
}
#top-bar .language.style2 li:first-child {
  margin-left: 0px;
}
#top-bar .language.style2 li a {
  color: #c5c5c5;
  font-size: 13px;
}
#top-bar .language.style2 li:before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  margin-bottom: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top-bar .language.style2 li a:hover,
#top-bar .language.style2 li.active a {
  color: #333;
}
#top-bar .language.style2 li:hover:before,
#top-bar .language.style2 li.active:before {
  opacity: 1;
  visibility: visible;
  background-color: #c5c5c5;
  width: 100%;
}
.topbar-style-1 #top-bar .top-bar-inner-wrap {
  padding: 7px 0px 8px 0px;
}
/* Syle 2 */
.topbar-style-2 #top-bar .top-bar-nav,
.topbar-style-2 #top-bar .top-bar-content,
.topbar-style-2 #top-bar .top-bar-left {
  display: table-cell;
  width: 33.33%;
  vertical-align: middle;
}
.topbar-style-2 #top-bar .top-bar-left {
  text-align: left;
}
.topbar-style-2 #top-bar .top-bar-content {
  text-align: center;
}
.topbar-style-2 #top-bar .top-bar-nav {
  text-align: right;
}
.topbar-style-2 #top-bar,
.topbar-style-2 #top-bar a {
  color: #333333;
  font-weight: 400;
}
.topbar-divider #top-bar .top-bar-inner-wrap {
  border-bottom: 1px solid #ebebeb;
}
.topbar-style-2 #top-bar ul.language li {
  display: inline-block;
}
.topbar-style-2 #top-bar ul.language li:after {
  content: "";
}
.topbar-style-2 #top-bar .top-bar-inner-wrap {
  padding: 9px 0px 11px 0px;
  margin-bottom: 4px;
}
.topbar-style-2 #top-bar .top-bar-nav span {
  font-size: 13px;
  margin: 0px 13px;
}
.topbar-style-2 #top-bar .top-bar-nav span:last-child {
  margin-right: 0px;
}
.topbar-style-2 #top-bar .top-bar-nav span a {
  padding: 0px 3px;
}
#top-bar .top-bar-nav ul.sub-language li > a:hover,
#top-bar a:hover {
  color: #90439e;
}
/* Header
---------------------------------------------------------------*/
.header {
  position: relative;
  box-shadow: 0px 5px 14.25px 0.75px rgba(36, 11, 12, 0.05);
  z-index: 99;
}
#site-header-inner {
  position: relative;
  height: 100%;
  padding: 31px 0px 32px;
}
.header-absolute .header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
.header-style-2.header-center #site-header-inner,
.header-absolute #site-header-inner {
  padding: 36px 0px;
}
.header-style-2.header-center .menu-extra > li,
.header-style-2.header-center #mainnav > ul > li > a,
.header-absolute .menu-extra > li,
.header-absolute #mainnav > ul > li > a {
  line-height: 98px;
}
/* Fixed */
#header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.header-absolute #header.is-fixed {
  box-shadow: 0px 5px 14.25px 0.75px rgba(36, 11, 12, 0.05);
}
/* Menu extra */
.menu-extra {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
}
.has-menu-extra .menu-extra {
  display: block;
}
.menu-extra .box-search .icon_search:before,
.menu-extra .box-login .icon_login:before,
.menu-extra .box-cart .icon_cart:before {
  content: "";
  font-family: "FontAwesome";
}
.menu-extra .box-search .icon_search:before {
  content: "\f002";
}
.menu-extra .box-login .icon_login:before {
  content: "\f007";
}
.menu-extra .box-cart .icon_cart:before {
  content: "\f07a";
}
.menu-extra > li {
  display: inline-block;
  line-height: 88px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-extra li a {
  margin: 0px 2.5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  color: #333333;
  display: inline-block;
  position: relative;
  background: transparent;
}
.menu-extra li a span {
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: -3px;
  background-color: #90439e;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.menu-extra li a.active {
  background: #eeeeee;
  color: #333;
}
.menu-extra li a:hover {
  background: #eeeeee;
  color: #90439e;
}
/* Search show */
.menu-extra li.box-search .header-search-form {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 270px;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
}
.menu-extra li.box-search .header-search-form.show {
  opacity: 1;
  visibility: visible;
}
.menu-extra .header-search-form .header-search-field {
  margin: 0;
  padding-top: 13px;
  padding-bottom: 8px;
  padding-left: 28px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.menu-extra .header-search-form .header-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  display: none;
}
/* Shop cart */
.nav-top-cart-wrapper .nav-shop-cart {
  width: 270px;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  position: absolute;
  right: -10px;
  top: 100%;
  z-index: 999999;
  background-color: #fff;
  padding: 0px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
  padding: 10px 30px;
}
.nav-top-cart-wrapper .nav-shop-cart ul li {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 500;
  line-height: 30px;
}
.nav-top-cart-wrapper:hover .nav-shop-cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
/* Navigation */
.header-style-2 .nav-wrap {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.header-style-2.has-menu-extra .nav-wrap {
  right: 50%;
  transform: translate(50%, -50%);
}
.header-style-1 .nav-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-style-1.has-menu-extra .nav-wrap {
  right: 187px;
}
.header-center #logo,
.header-style-1 #logo {
  margin-left: 15px;
}
.header-center .menu-extra,
.header-style-1 .menu-extra {
  right: 15px;
}
#mainnav .wrapper1 {
  position: relative;
}
#mainnav .wrapper1 > ul {
  width: auto;
}
#mainnav .wrapper1 > ul > li {
  display: inline-block;
}
#mainnav .wrapper1 > ul > li a {
  font-weight: 500;
  color: #333333;
  font-size: 15px;
  margin: 0px 16.8px;
  display: block;
  cursor: pointer;
}
#mainnav .wrapper1 > ul > li > .wrapper2 {
  position: absolute;
  z-index: 10;
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainnav .wrapper1 > ul > li > .wrapper2.visible {
  /*display: block;*/
  top: 52px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainnav .wrapper1 > ul li a.submenu-link {
  font-weight: 400;
  line-height: 17px;
  color: #636363;
  padding: 14px 0px 14px 32px;
  display: block;
  margin-bottom: 2px;
}
#mainnav .wrapper1 > ul li ul {
  width: 280px;
  background: #ffffff;
  box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.05);
  padding: 15px 10px;
  z-index: 9999;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#mainnav .wrapper1 > ul li ul:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #90439e;
}
#mainnav .wrapper1 > ul li ul::-webkit-scrollbar {
  width: 3px;
  border-radius: 1px;
}
#mainnav .wrapper1 > ul li ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 1px;
  background: white;
}
#mainnav .wrapper1 > ul li ul::-webkit-scrollbar-thumb {
  background: #ababab;
  border-radius: 1px;
}
#mainnav .wrapper1 > ul li ul::-webkit-scrollbar-thumb:hover {
  background: red;
}
#mainnav .wrapper1 > ul li .wrapper {
  position: absolute;
  z-index: 10;
  left: 270px;
  /*top: 0px;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainnav .wrapper1 > ul li:hover > .wrapper {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  /*top: 0px;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Right submenu */
#mainnav ul.right-submenu {
  left: auto;
  right: 0;
}
/* Mobile button */
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  margin: 0px 20px 0px 0px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-button:before,
.mobile-button:after {
  content: '';
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button:before,
.mobile-button:after,
.mobile-button span {
  background-color: #90439e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.btn-submenu,
.btn-submenu2 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0px;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 20px;
  line-height: 47px;
  background: #333;
  width: 48px;
  height: 47px;
  text-align: center;
}
.btn-submenu:before,
.btn-submenu2:before {
  content: "\f107";
}
.btn-submenu.active:before,
.btn-submenu2.active:before {
  content: "\f106";
}
/* Main nav mobile */
#mainnav-mobi {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #222;
}
#mainnav-mobi ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
#mainnav-mobi ul li {
  margin: 0;
  text-align: left;
  cursor: pointer;
  padding: 0;
  position: relative;
  border-top: 1px solid #333;
}
#mainnav-mobi ul li.active > a {
  color: #90439e;
}
#mainnav-mobi ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 48px;
  color: #fff;
}
#mainnav-mobi ul li a:hover {
  color: #90439e;
}
#mainnav-mobi > .wrapper1 > ul > li > a {
  padding: 0px 20px;
}
#mainnav-mobi > .wrapper1 > ul > li > .wrapper2 > ul.submenu {
  display: none;
}
#mainnav-mobi > .wrapper1 > ul > li > .wrapper2 > ul.submenu > li > a {
  padding: 0px 40px;
}
#mainnav-mobi > .wrapper1 > ul > li > .wrapper2 > ul.submenu > li ul.submenu {
  padding: 0px 60px;
}
/*
#mainnav-mobi ul.submenu li ul.submenu2 > li > a {
    padding: 0px 60px;
}*/
/* Page title
---------------------------------------------------------------*/
.page-title {
  position: relative;
  padding: 76px 0px 77px 0px;
  text-align: center;
}
.page-title .page-title-heading .title {
  margin-bottom: 23px;
}
/* Breadcrumbs
---------------------------------------------------------------*/
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  margin: 0px 9px 0px 7px;
}
.breadcrumbs ul li:before {
  content: ">";
  position: absolute;
  top: 0;
  right: -12px;
}
.breadcrumbs ul li:last-child:before {
  content: "";
  background-color: transparent;
}
.breadcrumbs ul li a {
  color: #6e6e6e;
  font-weight: 400;
}
.breadcrumbs ul li a:hover {
  color: #90439e;
}
/* Blog
---------------------------------------------------------------*/
.blog-posts {
  padding: 108px 0px 71px 0px;
}
.blog-posts .post-wrap {
  margin-bottom: 31px;
}
article {
  margin-bottom: 27px;
}
article .title-post {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
article .title-post:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
}
article ul li {
  display: inline-block;
  line-height: 30px;
}
article .meta-post {
  margin-bottom: 10px;
}
article .meta-post li {
  font-weight: 300;
}
article .meta-post .author a {
  font-weight: 400;
}
article .meta-post .date,
article .meta-post .comment {
  float: right;
}
article .meta-post .date {
  margin-right: 21px;
}
article .meta-post .comment {
  position: relative;
  margin: 0px 2px 0px 25px;
}
article .meta-post .comment:before {
  content: "|";
  position: absolute;
  top: 0px;
  left: -25px;
  width: 2px;
  height: 14px;
  color: #bababa;
  font-weight: 300;
}
article .featured-post {
  margin-bottom: 25px;
}
article .entry-post {
  padding-left: 2px;
}
article .more-link a {
  position: relative;
  display: inline-block;
  color: #90439e;
  font-weight: 500;
  line-height: 46px;
}
article .more-link a:after {
  content: "\f101";
  font-family: "FontAwesome";
  color: #90439e;
  position: absolute;
  top: 0px;
  right: -12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
article .more-link a:hover:after {
  right: -20px;
}
/* Style1 */
.blog-posts.style1 {
  padding: 62px 0px 70px 0px;
}
.post-wrap.style1 {
  margin: 0px 70px 25px 0px;
}
.post-wrap.style1 article .title-post {
  padding-bottom: 15px;
  margin-bottom: 11px;
}
.post-wrap.style1 article .featured-post {
  margin-bottom: 23px;
}
.post-wrap.style1 article.margin_bottom30 {
  margin-bottom: 30px;
}
/* Style2 */
.blog-posts.style2 {
  padding: 63px 0px 68px 0px;
}
.post-wrap.style2 {
  margin: 0px 70px 39px 0px;
}
.post-wrap.style2 article {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 29px;
  margin-bottom: 24.5px;
}
.post-wrap.style2 article:last-child {
  border-bottom: 0px;
  padding: 0;
}
.post-wrap.style2 article .featured-post {
  float: left;
  margin: 7px 50px 0px 0px;
}
.post-wrap.style2 article .content-post {
  overflow: hidden;
}
.post-wrap.style2 article .content-post .title-post {
  padding: 0;
  margin-bottom: 2px;
}
.post-wrap.style2 article .content-post .title-post:after {
  width: 0;
  height: 0;
}
.post-wrap.style2 article .content-post .title-post h2 {
  font-size: 18px;
  line-height: 28px;
}
.post-wrap.style2 article .meta-post {
  margin-bottom: 13px;
}
.post-wrap.style2 article .meta-post .comment {
  float: none;
  margin: 0px 3px 0px 42px;
}
/* Style3 */
.post-wrap.style3 article {
  margin-bottom: 0px;
}
.post-wrap.style3 article .featured-post {
  position: relative;
  margin: 0px;
}
.post-wrap article .featured-post img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-wrap.style3 article .content-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 48px 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-wrap.style3 article .title-post {
  padding: 0px;
  margin-bottom: 5px;
}
.post-wrap.style3 article .title-post h2 {
  font-size: 26px;
  color: #fff;
}
.post-wrap.style3 article .title-post h2 a {
  color: #fff;
}
.post-wrap.style3 article .title-post:after {
  background-color: transparent;
  height: 0px;
}
.post-wrap.style3 article .meta-post {
  margin-bottom: 7px;
}
.post-wrap.style3 article .meta-post li,
.post-wrap.style3 article .meta-post li a {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.post-wrap.style3 article .meta-post li {
  margin-right: 0px;
  float: none;
  position: relative;
  padding: 0px 9.5px;
}
.post-wrap.style3 article .meta-post li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 11px;
  margin: 9px 0px 0px -3px;
  background-color: #fff;
}
.post-wrap.style3 article .meta-post li:first-child:before {
  width: 0px;
  background-color: transparent;
}
.post-wrap.style3 article p {
  color: #fff;
  font-weight: 300;
}
.post-wrap.style3 article .more-link a {
  line-height: 36px;
  font-weight: 700;
  margin-top: 25px;
}
.post-wrap.style3 article .more-link a:after {
  content: "";
}
.post-wrap.style3 article .more-link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #90439e;
  left: 0;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-wrap.style3 article .title-post:hover h2 a,
.post-wrap.style3 article .meta-post li:hover a {
  color: #90439e;
}
.post-wrap.style3 article:hover .content-post {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.post-wrap.style3 article .more-link a:hover:before {
  width: 0%;
}
.post-wrap.style4 article:hover .featured-post img,
.post-wrap.style3 article:hover .featured-post img {
  transform: scale(1.1);
}
/* Style4 */
.post-wrap.style4 article,
.post-wrap.style4 article .featured-post {
  margin: 0px;
}
.post-wrap.style4 article .content-post {
  padding-top: 20px;
}
.post-wrap.style4 article .meta-post {
  margin: 0px;
}
.post-wrap.style4 article .meta-post li {
  float: none;
  position: relative;
  line-height: 28px;
  margin: 0px;
  padding: 0px 17px 0px 22px;
}
.post-wrap.style4 article .meta-post li,
.post-wrap.style4 article .meta-post li a {
  font-size: 12px;
  font-weight: 200;
  color: #222;
}
.post-wrap.style4 article .meta-post li:before {
  content: "";
  width: 1px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0px;
  margin-top: 8px;
  background-color: #c5c5c5;
  opacity: 0.7;
}
.post-wrap.style4 article .meta-post li:first-child {
  padding-left: 0px;
}
.post-wrap.style4 article .meta-post li:first-child:before {
  width: 0px;
  height: 0px;
}
.post-wrap.style4 article .title-post {
  padding: 0px;
  margin: 0px;
}
.post-wrap.style4 article .title-post:after {
  height: 0px;
  background-color: transparent;
}
.post-wrap.style4 article .title-post h2 {
  font-size: 18px;
}
.post-wrap.style4 article .more-link a {
  letter-spacing: -0.2px;
  padding-right: 6px;
  line-height: 43px;
}
.post-wrap.style4 article .entry-post {
  padding-left: 0px;
}
.post-wrap.style4 article .more-link a:after {
  content: "\f178";
}
.post-wrap.style4 article .meta-post li a:hover {
  color: #90439e;
}
/* Grid */
.grid-posts {
  padding: 72px 0px 69px 0px;
}
.grid-posts.style2 {
  padding-top: 70px;
}
.grid {
  margin: 0px -15px;
  overflow: hidden;
}
.grid.three article {
  float: left;
  width: 33.333333%;
  padding: 0px 15px;
  margin-bottom: 32px;
}
.grid article .featured-post {
  margin-bottom: 22px;
}
.grid article .entry-post {
  padding-left: 0px;
}
.grid article .title-post {
  margin-bottom: 6px;
  padding: 0;
}
.grid article .title-post:after {
  width: 0;
  height: 0;
}
.grid article .title-post h2 {
  font-size: 18px;
  line-height: 30px;
}
.grid.two article {
  float: left;
  width: 50%;
  padding: 0px 15px;
  margin-bottom: 32px;
}
/* Blog detail
---------------------------------------------------------------*/
.blog-posts.blog-detail {
  padding: 63px 0px 70px 0px;
}
.post-wrap.detail {
  margin-right: 70px;
  margin-bottom: 68px;
}
.post-wrap.detail article .title-post {
  padding-bottom: 13px;
  margin-bottom: 11px;
}
.post-wrap.detail article .title-post h2 {
  line-height: 34px;
}
.post-wrap.detail article p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 9px;
}
.post-wrap.detail article .box-detail h3 {
  line-height: 50px;
}
.post-wrap.detail article blockquote {
  position: relative;
  padding: 43px 20px 49px 117px;
}
.post-wrap.detail article blockquote:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 42px;
  color: #1e1e27;
  position: absolute;
  top: 50px;
  left: 52px;
}
.post-wrap.detail article blockquote p {
  font-style: italic;
  line-height: 30px;
  margin-bottom: 10px;
}
.post-wrap.detail article blockquote .name {
  line-height: 36px;
  letter-spacing: 0.05px;
}
.post-wrap.detail article blockquote .name span {
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  font-weight: 500;
}
/* Direction */
.direction ul > li {
  display: inline-block;
}
.direction .tags-share {
  margin-bottom: 24px;
}
.direction .tags span,
.direction .social-icon ul li.share {
  font-weight: 400;
  color: #333333;
}
.direction .tags span {
  margin-right: 3px;
}
.direction .tags a,
.direction .social-icon ul li a {
  line-height: 30px;
  color: #6e6e6e;
  font-weight: 300;
}
.direction .tags a:hover,
.direction .social-icon ul li a:hover {
  color: #90439e;
}
.direction .social-icon ul li {
  display: inline-block;
}
.direction .social-icon ul li.share {
  margin-right: 8px;
}
.direction .social-icon ul li a {
  margin: 0px 4px 0px 14px;
}
.direction ul.next-pre {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.direction ul.next-pre li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 28px 0px 37px 0px;
}
.direction ul.next-pre li:first-child {
  border-right: 1px solid #ebebeb;
}
.direction ul.next-pre li .btn-default {
  float: left;
  margin-right: 20px;
  margin: 12px 28px 0px 0px;
}
.direction ul.next-pre li .btn-default.btn-next {
  float: right;
  margin: 12px 0px 0px 30px;
}
.direction ul.next-pre li .btn-default a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #90439e;
  border: 1px solid #90439e;
  background: transparent;
}
.direction ul.next-pre li .text {
  overflow: hidden;
}
.direction ul.next-pre li .text h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.direction ul.next-pre li .btn-default a:hover {
  background: #90439e;
  color: #ffffff;
}
/* Comment list */
.main-single {
  margin-right: 70px;
  border: 1px solid #ebebeb;
}
.comments-area {
  padding: 48px 35px 37px 29px;
}
.comments-area article {
  margin-bottom: 0px;
}
.comments-area ol.comment-list {
  margin-bottom: 52px;
  padding-right: 20px;
}
.comments-area ol.comment-list .comment {
  margin-bottom: 9px;
}
.comments-area ol.comment-list article .comment-author {
  float: left;
  margin: 4px 20px 0px 0px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.comments-area ol.comment-list article .comment-text {
  overflow: hidden;
}
.comments-area ol.comment-list article .comment-metadata {
  margin-bottom: 6px;
}
.comments-area ol.comment-list article .comment-metadata h5 {
  float: left;
  line-height: 22px;
}
.comments-area ol.comment-list article .comment-metadata .date {
  line-height: 24px;
  float: right;
}
.comments-area ol.comment-list article .comment-content {
  line-height: 24px;
  margin-bottom: 5px;
}
.comments-area ol.comment-list article .reply a {
  font-size: 13px;
  line-height: 32px;
  color: #6e6e6e;
  font-weight: 500;
  margin-right: 14px;
  padding-left: 14px;
}
.comments-area ol.comment-list article .reply a:first-child {
  padding-left: 0px;
}
.comments-area ol.comment-list article .reply a.comment-reply-link {
  color: #90439e;
  position: relative;
}
.comments-area ol.comment-list article .reply a i.fa {
  padding-right: 4px;
}
.comments-area ol.comment-list article .reply a.comment-reply-link:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: #6e6e6e;
  left: 0;
  top: 0;
}
.comments-area ol.comment-list article .reply a:hover {
  color: #90439e;
}
/* Children */
.comment.style1 {
  margin-top: 13px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.comment.style1 article {
  padding: 17px 0px 13px 0px;
}
/* Comment form */
.comment-respond .comment-reply-title {
  margin-bottom: 16px;
}
.comment-respond .comment-reply-title h5 {
  margin-bottom: 3px;
}
.comment-respond .comment-form-notify label {
  position: relative;
  padding-left: 22px;
  margin-top: 11px;
}
.comment-respond .comment-form-notify label:before {
  content: '\f096';
  position: absolute;
  font-family: 'Fontawesome';
  top: 0px;
  left: 0px;
}
.comment-respond .comment-form-notify input[type="checkbox"]:checked + label:before {
  content: "\f14a";
  color: #90439e;
}
.comment-respond .comment-form p {
  margin-bottom: 12px;
}
.comment-respond .comment-form .comment-name,
.comment-respond .comment-form .comment-email {
  width: 48.5%;
  float: left;
}
.comment-respond .comment-form .comment-email {
  float: right;
}
.comment-respond .comment-form button.comment-submit {
  padding: 8px 43px;
}
/* Pagination
---------------------------------------------------------------*/
.flat-pagination {
  padding-top: 40px;
}
.flat-pagination li {
  display: inline-block;
  margin-right: 5px;
}
.blog-pagination.text-center .flat-pagination li {
  margin: 0px 3px;
}
.flat-pagination li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: transparent;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  color: #6e6e6e;
}
.flat-pagination li.active a,
.flat-pagination li a:hover {
  background: #90439e;
  border: 1px solid #90439e;
  color: #ffffff;
}
/* Center */
.blog-pagination.center {
  text-align: center;
  position: relative;
  float: right;
  width: 65%;
}
/* Sidebar
---------------------------------------------------------------*/
.widget {
  margin-bottom: 49px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li a {
  color: #c5c5c5;
}
.widget .widget-title {
  margin-bottom: 14px;
}
/* Style2 */
.sidebar.style2 {
  margin: -7px 0px 0px 100px;
}
/* Widget search */
.widget.widget-search {
  margin-bottom: 33px;
}
.widget.widget-search .search-form {
  position: relative;
}
.widget.widget-search label {
  width: 100%;
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  font-weight: 300;
}
.widget.widget-search input[type="search"] {
  color: #333333;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}
.widget.widget-search .search-form .search-submit {
  background-image: url(/images/blog/search_icon.png);
  background-color: transparent;
  background-size: 14px 15px;
  background-position: center right;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 21px;
  top: 0px;
  border-radius: 0;
  border: 0;
  opacity: 0.7;
}
.widget.widget-search .search-form .search-submit:hover {
  opacity: 1;
}
/* Widget categories */
.widget.widget_categories ul li a {
  line-height: 40px;
}
.widget.widget_categories ul li.active a,
.widget.widget_categories ul li a:hover {
  font-weight: 500;
  color: #333333;
}
/* Widget news latest */
.widget.widget-news-latest {
  margin-bottom: 37px;
}
.widget.widget-news-latest .widget-title {
  margin-bottom: 20px;
}
.widget.widget-news-latest ul li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
.widget.widget-news-latest ul li:last-child {
  border-bottom: 0px;
}
.widget.widget-news-latest ul li h6 {
  line-height: 28px;
  margin-bottom: 6px;
}
.widget.widget-news-latest ul li h6 a {
  font-weight: 400;
  color: #333333;
}
.widget.widget-news-latest ul li .post_meta {
  line-height: 20px;
  color: #c5c5c5;
  display: block;
}
.widget.widget-news-latest ul li h6 a:hover {
  color: #90439e;
}
/* Widget tag */
.widget.widget_tag .widget-title {
  margin-bottom: 29px;
}
.widget.widget_tag .tag-list a {
  display: inline-block;
  color: #6e6e6e;
  line-height: 29px;
  text-align: center;
  background-color: #eeeeee;
  padding: 0px 17px;
  margin: 0px 8px 12px 0px;
}
.widget.widget_tag .tag-list a.active,
.widget.widget_tag .tag-list a:hover {
  background: #90439e;
  color: #ffffff;
}
/* Mail chimp
---------------------------------------------------------------*/
.mail-chimp {
  background: #f5f5f5;
  padding: 34px 0px 31px 0px;
}
.mail-chimp .text {
  margin-top: 6px;
}
#subscribe-form {
  position: relative;
  float: left;
  width: 67.5%;
  padding-left: 15px;
}
#subscribe-form input[type="email"] {
  height: 45px;
}
#subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: -0.2px;
}
.mail-chimp .flat-social {
  float: right;
  width: 32.5%;
  padding-left: 70px;
}
/* Flat social
---------------------------------------------------------------*/
.flat-social li {
  display: inline-block;
}
.flat-social li a {
  font-size: 18px;
  line-height: 45px;
  color: #333333;
  margin: 0px 0px 0px 17px;
}
.flat-social li a:hover {
  color: #90439e;
}
/* Rev Slider
-------------------------------------------------------------- */
.tp-bullets.custom .tp-bullet {
  background-color: #c5c5c5;
  border-radius: 50%;
}
.tp-bullets.custom .tp-bullet.selected {
  background-color: #90439e;
}
/* Footer
---------------------------------------------------------------*/
.footer {
  padding: 55px 0px 9px 0px;
}
.widget.widget-link ul li a {
  line-height: 36px;
  font-weight: 500;
  color: #333333;
}
.widget.widget-link.link-login {
  margin: 3px 0px 0px 31px;
}
.widget.widget-link.link-faq {
  margin-left: 68px;
}
.widget.widget-brand {
  margin: 10px 0px 0px 55px;
}
.widget.widget-brand .logo-footer {
  margin-bottom: 16px;
}
.widget.widget-brand .flat-contact li {
  line-height: 28px;
  font-weight: 500;
}
.widget.widget-link ul li a:hover {
  color: #90439e;
}
/* Footer bottom
---------------------------------------------------------------*/
.footer-bottom {
  border-top: 1px solid #ebebeb;
  padding: 14px 0px;
}
.footer-bottom .copyright {
  line-height: 30px;
  font-weight: 400;
}
.footer-bottom .copyright a {
  color: #333333;
  font-weight: 500;
}
.footer-bottom .copyright a:hover {
  color: #90439e;
}
/* Go top
---------------------------------------------------------------*/
.go-top {
  position: fixed !important;
  right: -45px;
  bottom: 15px;
  width: 50px;
  cursor: pointer;
  background-color: #90439e;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.go-top.show {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.go-top i {
  font-size: 20px;
  color: #fff;
  padding-bottom: 3px;
}
.go-top:hover {
  background-color: #333333;
}
.go-top:hover i {
  color: #fff;
}
/* Parallax
---------------------------------------------------------------*/
.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
}
.parallax .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.parallax1 {
  background-image: url(/images/parallax/bg-parallax1.jpg);
}
.parallax2 {
  background-image: url(/images/parallax/bg-parallax2.jpg);
}
.parallax4 {
  background-image: url(/images/parallax/bg-parallax4.jpg);
}
.bg-section.row-1 {
  background: url(/images/parallax/bg-parallax3.jpg) no-repeat center center;
  background-size: cover;
}
.bg-section.row-2 {
  background: url(/images/parallax/bg-parallax4.jpg) no-repeat center center;
  background-size: cover;
}
.bg-section.bg-color-f5f {
  background-color: #f5f5f5;
}
/* Preloader
---------------------------------------------------------------*/
#loading-overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.loader:before,
.loader:after {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-animation: preloader-wave 1.6s linear infinite;
  animation: preloader-wave 1.6s linear infinite;
  border-radius: 50%;
  background: #90439e;
}
.loader:after {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* Switcher
-------------------------------------------------------------- */
.switcher-container {
  position: fixed;
  left: -220px;
  top: 100px;
  width: 220px;
  background-color: #000;
  z-index: 99999999;
}
.switcher-container h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0;
}
.switcher-container h2 a {
  background-color: #90439e;
  display: block;
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: 0;
  color: #fff;
}
.switcher-container h2 a.active:after {
  position: absolute;
  right: 21px;
  top: 0;
  content: "\f104";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
}
.switcher-container h2 a.active i {
  display: none;
}
.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
  text-decoration: none;
}
.switcher-container h2 i {
  margin-top: 10px;
  font-size: 25px;
  color: #fff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.switcher-container h2 i:hover {
  color: #fff;
}
.switcher-container h3 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.switcher-container .selector-box {
  color: #fff;
  overflow: hidden;
}
.switcher-container .layout-switcher {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.switcher-container .layout-switcher a.layout {
  float: left;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 10px;
}
.switcher-container .layout-switcher a.layout:first-child {
  margin-left: 0;
}
.switcher-container .layout-switcher a.layout:hover {
  color: #fff;
  cursor: pointer;
}
.switcher-container .color-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 6px;
}
.switcher-container .styleswitch {
  margin-bottom: 10px;
}
.sw-odd {
  background-color: #272727;
  padding: 21px 0 30px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-even {
  background-color: #191919;
  padding: 21px 0 25px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-even a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.sw-even a:hover {
  background-color: #90439e;
  border: 1px solid #90439e;
  color: #fff !important;
}
.sw-light {
  background-color: #fff;
  color: #000 !important;
}
.sw-odd a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 17px;
  width: 100%;
  position: relative;
  padding-left: 47px;
}
.sw-odd .ws-colors a:before {
  background: none;
}
.sw-odd .ws-colors a {
  position: relative;
  width: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #333;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
}
.sw-odd .ws-colors a.current:before {
  position: absolute;
  left: 8px;
  top: 6px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  z-index: 999;
  text-shadow: 0 0 2px #000000;
}
.sw-odd .ws-colors #color1 {
  background-color: #90439e;
}
.sw-odd .ws-colors #color2 {
  background-color: #7cc576;
}
.sw-odd .ws-colors #color3 {
  background-color: #cfc300;
}
.sw-odd .ws-colors #color4 {
  background-color: #f8b334;
}
.sw-even h3 {
  margin-bottom: 6px;
}
.sw-odd .sw-image {
  padding: 0 20px 15px 0;
}
.sw-odd .sw-image a {
  padding: 0;
  margin-bottom: 5px;
}
.sw-odd .sw-image .sw-buy {
  padding: 5px 56px;
  color: #fff;
}
/* Pattern */
.sw-pattern.pattern {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 98%;
  background-color: #000000;
  width: 100%;
  z-index: -1;
  padding: 20px 0 30px 20px;
}
.sw-pattern.pattern a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.sw-pattern.pattern a.current:before {
  position: absolute;
  left: 12px;
  top: 6px;
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  text-shadow: 0 0 2px #000000;
}
/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
  z-index: 0;
  width: 92.708%;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}
/*# sourceMappingURL=style.css.map */

.hidden {
  display: none;
}
.visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Centrar títulos de los posts */
.blog-single h1, /* o la clase que use tu CMS para la página de detalle */
.entry-title, /* WordPress */
.post-title /* genérico */ {
    max-width: 880px; /* mismo ancho de .article-post */
    margin: 0 auto 1rem; /* centra y deja margen inferior */
    padding: 0 1.5rem; /* coherente con el interior del artículo */
    line-height: 1.2; /* opcional: refina la altura de línea */
}
    /* Centrar ancho del título con el cuerpo del post */
    .entry-title.single-title,
    .entry-title { /* fallback por si solo trae .entry-title */
        max-width: 880px; /* mismo ancho que el contenedor del artículo */
        margin: 0 auto 1rem; /* centra y deja respiración inferior */
        padding: 0 1.5rem; /* coherente con el padding interno del texto */
        line-height: 1.2;
    }
/* — Centrar título en la vista de un post — */
body.single-post h1 {
    max-width: 880px !important; /* mismo ancho que el contenido */
    margin: 0 auto 1rem !important; /* centra + espacio inferior */
    padding: 0 1.5rem !important; /* coherente con el artículo */
}
    /* Centrar título dentro del contenedor flex de la cabecera del post */
    body.single-post h1.entry-title {
        max-width: 880px; /* mismo ancho que el artículo */
        padding: 0 1.5rem;
        margin: 0 auto 1rem;
        align-self: center; /* override del align-items:flex-start */
    }
/* Fondo gris para la sección */
.authority-banner {
    background: #f3f3f3;
    padding: 3rem 0;
}

    /* Limitar ancho total del contenido */
    .authority-banner .container {
        max-width: 1100px; /* Controla el ancho máximo */
    }

/* Imagen más pequeña */
.authority-img {
    max-width: 90%; /* Reduce tamaño de imagen */
    display: block;
    margin: 0 auto; /* Centra la imagen en su columna */
}
/* === ESTILO SECCIÓN AUTORIDAD === */
.authority-banner {
    background-color: #f5f5f5; /* Fondo gris claro */
    padding: 40px 20px;
    margin: 40px 0;
}

    .authority-banner .container {
        max-width: 1200px; /* Control del ancho general */
        margin: 0 auto;
    }

    .authority-banner .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
    }

    .authority-banner .col-lg-7 {
        flex: 1 1 60%; /* Texto ocupa más ancho */
    }

    .authority-banner .col-lg-5 {
        flex: 1 1 40%; /* Imagen ocupa menos ancho */
        display: flex;
        justify-content: center;
    }

    .authority-banner img {
        max-width: 90%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
    }

    .authority-banner h2 {
        color: #90439e; /* Color corporativo */
        margin-bottom: 20px;
    }

    .authority-banner p,
    .authority-banner li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

.authority-list {
    padding-left: 20px;
    list-style: disc;
}

/* Responsive */
@media (max-width: 991px) {
    .authority-banner .row {
        flex-direction: column;
    }

    .authority-banner .col-lg-5 img {
        max-width: 100%;
    }
}

/* === stylesheets/responsive.css === */
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1366px) {

	.instagram-wrap.style-1 .text-wrap {
		left: 0%;
	}

	.instagram-wrap.style-1 .themesflat-button {
		line-height: normal;
	}
}

@media only screen and ( max-width: 1199px ) {
	.mail-chimp .flat-social {
		padding-left: 0px;
	}

	.instagram-wrap.col5 .instagram_badge_image {
		width: 33.33%;
		margin-bottom: 20px;
	}


	.instagram-wrap.col5 .instagram_badge_image:last-child {
		margin-bottom: 0px;
	}

	.flat-image-box.col2 .item {
		width: 47.5%;
	}
	
	.main-single,
	.post-wrap.detail,
	.post-wrap.style2 {
		margin-right: 0px;
	}
	
	.product-sixcolumnfull .product .product-item:nth-child(4),
	.product-fivecolumn .product .product-item:nth-child(4),
	.product-fivecolumn .product .product-item:nth-child(7),
	.product-fivecolumn .product .product-item:nth-child(10),
	.product-fivecolumn .product .product-item:nth-child(13),
	.grid.two article:nth-child(3),
	.grid.three article:nth-child(7) {
		clear: both;
	}

	.sidebar.slidebar-shop {
		padding: 0px;
	}
	.product-sixcolumnfull .product .product-item,
	.product-fivecolumn .product .product-item {
		width: 33.33%;
	}

	.product-content.product-fivecolumn .product .product-item:nth-child(11) {
		clear: none;
	}

	.flexslider.style-1 .flex-control-thumbs li {
		margin-bottom: 27px;
	}

	.instagram-wrap.style-1 .themesflat-button {
		display: none;
	}
}

@media only screen and ( max-width: 991px ) {
	.menu-extra > li,
	.image-sub ,
	.sidebar.slidebar-shop,
	.switcher-container {
		display: none;
	}

	.header-style-2 #site-header-inner {
		padding: 20px 0px;
	}

	.mobile-button {
		display: block;
	}
	
	.main-single {
		margin: 0px;
	}

	.header-style-2 .mobile-button {
		margin-top: 0px;
	}

	.product-fourcolumn .product .product-item {
		width: 50%;
	}

	.product-content .product .product-item {
		border-right: 0px;
	}

	.product.style2 .product-item {
		margin-bottom: 47px;
	}

	#subscribe-form,
	.mail-chimp .flat-social {
		float: none;
		width: 100%;
	}

	.mail-chimp .flat-social {
		margin-top: 35px;
	}
	
	.footer { 
		padding: 35px 0px;
	}

	.blog-posts,
	.flat-row {
		padding: 35px 0px !important;
	}
	
	.flat-row.no-padding {
		padding: 0px !important;
	}
	
	.grid.two article {
		margin-bottom: 35px;
	}
	
	.divider.h73,
	.divider.h160,
	.divider.h97,
	.divider.h120 {
		height: 35px;
	}

	.product-content.product-sixcolumnfull .product .product-item,
	.product-fivecolumn .product .product-item {
		width: 50%;
	}
	
	.product.style2.product-sixcolumnfull .product-item:nth-child(3),
	.product-content.product-sixcolumnfull .product .product-item:nth-child(11),
	.product-content.product-sixcolumnfull .product .product-item:nth-child(17),
	.product-fivecolumn .product .product-item:nth-child(3),
	.product-fivecolumn .product .product-item:nth-child(7),
	.product-fivecolumn .product .product-item:nth-child(9),
	.product-content.product-fivecolumn .product .product-item:nth-child(11),
	.product-fourcolumn .product .product-item:nth-child(3) {
		clear: both;
	}

	.product-content.product-sixcolumnfull .product .product-item:nth-child(4),
	.product-fivecolumn .product .product-item:nth-child(4),
	.product-fivecolumn .product .product-item:nth-child(10) {
		clear: none;
	}

	.font-size-32 {
		font-size: 22px !important;
	}

	.font-size-30 {
		font-size: 20px !important;
	}

	.line-height-36 {
		line-height: 24px !important;
	}

	.flat-gallery.style-1 h2 {
		font-size: 28px;
	}

	.flat-image-box.style-2 .title {
		font-size: 38px;
	}

	.instagram-wrap.col5 .instagram_badge_image {
		width: 50%;
	}

	.flat-image-box.col2 .item {
		width: 46.5%;
	}

	.product.style4 .product-item .product-thumb img {
		width: 100%;
	}

	.post-wrap.style2 article .featured-post {
		margin: 0px 0px 25px 0px;
		float: none;
	}

	.sidebar.style2 {
		margin:0px;
	}

	.product-detail .inner {
		padding-left: 0px;
	}

	.product-detail ul.flat-color-list,
	.product-detail .size ul {
		padding-left: 10px;
	}
	
	.flat-tabs.style-1 .content-inner > .inner.max-width-83,
	.flat-tabs.style-1 .content-inner > .inner.max-width-40 {
		max-width: 100%;
	}

	.quantity-group .quantity-group-item .one {
		width: 19%;
	}

	.product-detail .quantity-group .name h6 {
		line-height: 26px;
	}
	
	.title-section,
	.widget {
		margin: 0px 0px 35px 0px !important;
	}

	.widget .widget-title {
		margin-bottom: 14px !important;
	}
	
	.blog-posts .post-wrap,
	.margin-bottom-10 {
		margin-bottom: 0px !important;
	}
	
	.flat-filter.style-2 li:first-child,
	.padding-left-2,
	article .entry-post {
		padding-left: 0px !important;
	}

	.post-wrap.style2 article .meta-post .comment,
	article .meta-post .date, article .meta-post .comment {
		margin: 0px 0px 0px 15px;
	}

	article .meta-post .comment:before {
		width: 0px;
		height: 0px;
		color: transparent;
	}
	
	.post-wrap.style2,
	.post-wrap.style1 {
		margin: 0px;
	}
	
	.post-wrap.style1 article .title-post,
	article .title-post {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.post-wrap.style2 article .content-post .title-post {
		margin-bottom: 13px;
	}

	.post-wrap.style2 article {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}

	.grid.three article {
		width: 50%;
	}

	.grid.three article:nth-child(5) {
		clear: both;
	}

	.flat-image-box.row2 .item {
		margin-top: 12px;
	}

	.countdown .square {
		margin-bottom: 20px;
	}

	.flat-filter.style-2 li {
		padding: 0px 25px;
	}

	.owl-theme .owl-nav, .owl-theme .owl-dots { 
		display: none !important;
	}
	.divider.h115,
	.divider.h56,
	.divider.h68,
	.divider.h99,
	.divider.h102 {
		height: 35px;
	}
	
	.box-filter.slidebar-shop .widget {
		padding-bottom: 0px;
	}

	.product-fourcolumn, .product-sixcolumnfull {
		margin-bottom: 0px;
	}

	.footer .widget {
		margin-bottom: 0px !important;
	}
	
	.flat-row.flat-iconbox,
	.flat-row.row-best-sale.style1,
	.flat-row.row-image-box {
		padding: 35px 0px 0px 0px !important;
	}

}

@media only screen and ( max-width: 767px ) {
	.flat-image-box.div-h20 .item {
		margin-top: 20px;
	}

	.flat-filter li {
		display: block;
		float: none;
		margin-top: 10px;
	}

	.flat-filter li:first-child {
		margin-top: 0px;
	}

	.flat-filter.style-1 li a {
		width: 100%;
		border-left: 1px solid rgba(110,110,110,0.5);
	}

	.flat-icon-box .inner {
		margin: 17.5px 0px;
	}

	#subscribe-form {
		padding-left: 0px;
		margin-top: 35px;
	}

	.widget {
		margin-bottom: 35px;
	}

	.widget.widget-link.link-login,
	.widget.widget-brand {
		margin: 0px 0px 35px 0px;
	}

	.widget.widget-link.link-faq {
		margin-left: 0px;
	}

	.flat-filter.style-2 {
		text-align: center;
	}
	.flat-filter.style-2 li:first-child {
		padding-left: 37px;
	}

	.product-top-menu .filter-shop {
		position: relative;
		margin: 30px 0px 0px 0px;
		text-align: center;
	}

	.product-top-menu .filter-shop ul.flat-filter-search {
		float: none;
	}

	.divider.h0 {
		height: 20px;
	}

	.half-background {
		height: 450px;
		margin: 0px 0px 35px 0px;
	}

	.flat-image-box.style-1 .thumb  img {
		width: 100%;
	}

	.row.separator.dark > [class*="col-"] {
		border: 0px;
	}

	.wrap-contact .contact-name, 
	.wrap-contact .contact-email,
	.wrap-contact .contact-subject {
		width: 100%;
		margin-bottom: 20px;
	}

	.sidebar {
		display: none;
	}

	.post-wrap.style1 {
		margin-right: 0px;
	}
	
	.product-threecolumn .product .product-item {
		width: 50%;
	}

	.grid.three article {
		width: 50%;
	}
	
	.product-threecolumn .product .product-item:nth-child(3),
	.product-threecolumn .product .product-item:last-child,
	.grid.three article:last-child,
	.grid.three article:nth-child(3) {
		clear: both;
	}

	.product-content.product-threecolumn .product .product-item:nth-child(4) {
		clear: none;
	}

	.filter-shop .showing-product,
	.filter-shop ul.flat-filter-search {
		float: none !important ;
	}

	.filter-shop .showing-product {
		margin-bottom: 20px;
	}
	
	.flat-tabs.style-1 .image-left .text-wrap,
	.flat-tabs.style-1 .image-right .text-wrap {
		padding: 15px;
	}

	.quantity-group .quantity-group-item .one {
		width: 10%;
	}

	.text-line {
		background-color: transparent;
		width: 0;
	}
	
	.comments-area ol.comment-list li ol.children,
	.topbar-style-2 #top-bar .top-bar-content {
		display: none;
	}

	.comments-area ol.comment-list  li:first-child {
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	
	.blog-pagination.center {
		float: none;
	}

	.container-shopfull {
		margin: 0px;
	}

	.footer .widget {
		margin: 15px 0px 15px 0px !important;
	}

	.comment-respond .comment-form .comment-name,
	.comment-respond .comment-form .comment-email {
		width: 100%;
	}
	
	.margin-top-32 {
		margin-top: 20px !important;
	}

	.margin-top-40 {
		margin-top: 0px !important;
	}

	.flat-filter.style-2 li {
		padding: 0px;
	}

	.flat-image-box.row2 .item {
		margin-top: 20px;
	}

	.post-wrap.style3 article .content-post {
		padding: 15px 10px;
	}

	.flat-row.row-image-box.style2 {
		padding: 35px 0px !important;
	}

}

@media only screen and ( max-width: 479px ) {
	/* .flat-image-box.div-h22 .item {
		margin-bottom: 22px;
	} */

	.product-fourcolumn .product .product-item {
		width: 100%;
	}

	.product.style2 .product-item .product-thumb {
		padding: 50px 0px 0px 0px;
	}

	.product-content.product-sixcolumnfull .product .product-item,
	.product-fivecolumn .product .product-item {
		width: 100%;
	}

	#top-bar {
		display: none;
	}
	
	.flat-image-box.style-2 .title {
		font-size: 30px;
	}

	.owl-theme .owl-dots {
		display: none !important;
	}

	.wrap-coming-soon .flat-button button {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	article .meta-post .date,
	article .meta-post .comment  {
		margin: 0px 5px;
	}

	article .meta-post .comment:before {
		content: "";
	}
	
	.grid.two article,
	.grid.three article {
		width: 100%;
	}

	.post-wrap.detail article blockquote {
		padding: 0px;
	}

	.post-wrap.detail article blockquote:before {
		content: "";
	}
	
	.direction ul > li {
		float: none !important;
	}

	.direction ul.next-pre li {
		width: 100%;
	}

	.direction ul.next-pre li:first-child {
		border-right: 0px;
		border-bottom: 1px solid #ebebeb;
	}

	.comments-area {
		padding: 15px;
	}

	.product-threecolumn .product .product-item,	
	.box-filter.slidebar-shop .widget {
		width: 100%;
	}

	.flat-tabs.style-1 .menu-tab li {
		display: block;
		margin-bottom: 15px;		
	}

	.flat-tabs.style-1 .menu-tab li {
		border: 1px solid #e1e1e1;
	}

	.flat-tabs.style-1 .menu-tab li:after {
		background-color: transparent;
	}

	.flat-grid-box.col2 .grid-item {
		width: 100%;
	}

	.flat-tabs.style-1 .image-left .thumb {
		padding: 15px;
	}

	.review-list .thumb {
		float: none;
		margin: 0px 0px 15px 0px;
	}
	
	.review-respond,
	.flat-tabs .content-tab .review-list {
		padding: 15px;
	}

	.flexslider.style-2 .flex-control-thumbs li {
		margin: 0px 0px 5px 0px;
	}

	.flexslider.style-2 .flex-control-thumbs li:last-child {
		display: none;
	}

	.quantity-group .quantity-group-item .one {
		width: 19%;
	}
	
	.flat-image-box.style-2 .themesflat-button,
	.flat-image-box.style-2 .text-wrap {
		margin-top: 0px;
	}

	.comments-area ol.comment-list article .comment-metadata .date {
		float: none;
	}

	.divider.hsmobile {
		height: 20px;
	}

	.product.style4 .product-item {
		margin-bottom: 0px;
	}
}

/* === css/pgwslider.min.css === */
/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider{width:100%;color:#fff}.pgwSlider a{display:block;text-decoration:none;color:#fff}.pgwSlider .ps-current{float:left;width:74%;overflow:hidden;height:inherit;position:relative;font-size:1rem}.pgwSlider.listOnTheLeft .ps-current{float:right}.pgwSlider .ps-current ul{width:100%}.pgwSlider .ps-current li{width:100%;z-index:1;opacity:0;display:none}.pgwSlider .ps-current img{max-width:100%;min-width:100%;height:auto;display:block;transition:margin-top 250ms linear}.pgwSlider .ps-caption{position:absolute;width:100%;padding:12px;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);left:0;bottom:0;display:none;z-index:3}ul.pgwSlider,.pgwSlider ul{float:right;width:25%;padding:0;list-style:none;margin:0}ul.pgwSlider.listOnTheLeft,.pgwSlider.listOnTheLeft>ul{float:left}ul.pgwSlider>li,.pgwSlider>.ps-list>li{height:50px;margin-bottom:6px;overflow:hidden;position:relative;opacity:.6;filter:alpha(opacity=60);font-size:.8rem;transition:opacity 200ms linear}ul.pgwSlider>li:last-child,.pgwSlider>ul>li:last-child{margin-bottom:0}ul.pgwSlider>li span,.pgwSlider>.ps-list>li span{display:block;width:100%;position:absolute;bottom:0;padding:5px;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.pgwSlider>li:hover,.pgwSlider>ul>li:hover{opacity:1 !important}ul.pgwSlider>li img,.pgwSlider>ul>li img{width:100%;min-height:100%;display:block;transition:margin-top 250ms linear}.pgwSlider .ps-prevIcon{border-color:transparent #fff transparent;border-style:solid;border-width:10px 10px 10px 0;display:block}.pgwSlider .ps-nextIcon{border-color:transparent #fff transparent;border-style:solid;border-width:10px 0 10px 10px;display:block}.pgwSlider .ps-current .ps-prev{background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";border:1px solid #777;border-left:0;border-radius:0 4px 4px 0;position:absolute;padding:20px 20px 20px 17px;left:0;top:45%;cursor:pointer}.pgwSlider .ps-current .ps-next{background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";border:1px solid #777;border-right:0;border-radius:4px 0 0 4px;position:absolute;padding:20px 17px 20px 20px;right:0;top:45%;cursor:pointer}ul.pgwSlider.wide>li,.pgwSlider.wide>ul>li{width:100% !important}.pgwSlider.narrow .ps-current{margin-bottom:6px;font-size:.8rem}.pgwSlider.narrow .ps-current img{width:100%;min-height:inherit}.pgwSlider.narrow .ps-current,ul.pgwSlider.narrow,.pgwSlider.narrow>ul{width:100%}ul.pgwSlider.narrow>li,.pgwSlider.narrow>.ps-list>li{float:left;min-height:50px;max-height:70px;min-width:15%;font-size:.7rem;margin-bottom:0}ul.pgwSlider.narrow.listOnTheLeft>li,.pgwSlider.narrow.listOnTheLeft>ul>li{float:right}.pgwSlider.narrow .ps-caption{padding:8px}.pgwSlider.narrow .ps-current .ps-prev{padding:15px 15px 15px 12px;top:40%}.pgwSlider.narrow .ps-current .ps-next{padding:15px 12px 15px 15px;top:40%}

/* === css/main.css === */
/*COLORS*/
body {
  color: #808080;
  -webkit-font-smoothing: antialiased;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  color: #90439e;
}
hr {
  border-color: #ebebeb;
}
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4 {
  color: #000;
}
p {
  font-size: 14px;
  line-height: 1.8;
}
.inl-bl {
  display: inline-block;
}
.dch {
  float: right !important;
}
.izq {
  float: left !important;
}
.text-center-width-100 {
  width: 100%;
  text-align: center;
}
.alert-mensaje {
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 10px;
  position: relative;
}
.alert-mensaje-error {
  border: 2px solid #D46A6A;
  background-color: #FFC3C3;
  color: #AA3939;
}
.alert-mensaje-success {
  border: 2px solid #6CB764;
  background-color: #CEE7CB;
  color: #378B2E;
}
/***/
.black {
  color: black !important;
}
.white {
  color: white !important;
}
.primary {
  color: #90439e !important;
}
.primary2 {
  color: #009cde !important;
}
.yellow {
  color: #E8E12B !important;
}
.green {
  color: #04B03E !important;
}
/*MARGINS*/
.width90 {
  width: 90% !important;
  margin: auto !important;
}
.centered {
  margin: auto !important;
  text-align: center;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-t-sm {
  margin-top: 10px !important;
}
.m-t-md {
  margin-top: 15px !important;
}
.m-t-lg {
  margin-top: 30px !important;
}
.m-b-xs {
  margin-bottom: 5px !important;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-b-md {
  margin-bottom: 15px !important;
}
.m-b-lg {
  margin-bottom: 30px !important;
}
.m-l-xs {
  margin-left: 5px !important;
}
.m-l-sm {
  margin-left: 10px !important;
}
.m-l-md {
  margin-left: 15px !important;
}
.m-l-lg {
  margin-left: 30px !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-r-sm {
  margin-right: 10px !important;
}
.m-r-md {
  margin-right: 15px !important;
}
.m-r-lg {
  margin-right: 30px !important;
}
.letra-blanca {
  color: white !important;
}
.letra-blanca:hover {
  transition: 0.3s;
  color: #90439e !important;
}
/*CENTRADO IMAGENES*/
.img-box {
  position: relative;
  overflow: hidden;
}
.img-centered-h {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
}
.img-centered-w {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
  height: auto;
}
.img-centered-of {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.centered-box {
  position: relative;
}
.centered-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.inline {
  display: inline !important;
}
/*------------------*/
#header.is-fixed {
  z-index: 999;
}
small {
  font-size: 0.7em;
}
#atras,
.atras {
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 26px;
  border-radius: 0;
  font-weight: 700;
}
.descargar-pdf-img {
  width: 35px;
  padding-bottom: 10px;
}
.carro-pie-movil {
  background: black;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  display: none;
  padding: 10px;
  z-index: 10;
}
@media (min-width: 1201px) {
  .carro-pie-movil {
    display: none;
  }
}
@media (max-width: 767px) {
  .carro-pie-movil {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .carro-pie-movil {
    display: inline-block;
  }
}
@media (min-width: 1201px) {
  #resumenCosteNoMovil,
  .resumenCosteNoMovilPA {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #resumenCosteNoMovil,
  .resumenCosteNoMovilPA {
    display: none;
  }
}
.btn-pie-movil {
  font-size: 12px !important;
  padding: 10.5px 20px !important;
  line-height: 1.4 !important;
}
.cuadro-txt-resumen-coste-pie-movil {
  border: 0px;
  border-bottom: 0px;
  margin-top: 9px;
}
.txt-resumen-coste-pie-movil {
  color: white;
  font-size: 13pt;
  font-weight: bold;
}
.social-movil {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 10px;
  z-index: 1000;
  height: 50px;
  font-size: 20px;
}
.social-movil-en-linea > ul > li {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  /* width:50px;
  height: 50px; */
  margin: 10px;
  /*padding: 20px 0;*/
  text-align: center;
  display: inline;
}
@media (max-width: 365px) {
  .texto-pequemovil {
    font-size: 17px;
  }
}
/**********
RESPONSIVE
**********/
@media (min-width: 1201px) {
  .social-movil {
    display: none;
  }
  .social {
    display: block;
  }
}
@media (max-width: 1200px) {
  .social-movil {
    display: none;
  }
  .social {
    display: block;
  }
}
/*tablet*/
@media (max-width: 767px) {
  .social-movil {
    display: inline-block;
  }
  .social {
    display: none;
  }
}
/* movil */
@media (max-width: 480px) {
  .social-movil {
    display: inline-block;
  }
  .social {
    display: none;
  }
}
/* HR chulo */
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}
/****
**
**
** MODIFICACIONES PLANTILLA MODAZ
**
**
****/
/* INDEX  */
.box-login2 {
  cursor: pointer;
}
.box-login2 a {
  width: auto !important;
}
.box-login2 ul {
  padding: 6px 10px;
  width: auto !important;
  left: -60px !important;
}
.box-login2 ul li {
  width: auto !important;
  line-height: 1.2;
}
.box-phone {
  cursor: pointer;
  margin-right: 15px !important;
}
.box-phone a {
  width: auto !important;
  font-size: 18px !important;
  color: #90439e !important;
}
@media (max-width: 1190px) {
  .box-phone {
    margin-right: 0px !important;
  }
}
.box-phone:hover {
  background-color: transparent !important;
}
.box-phone a:hover {
  background-color: transparent !important;
}
.btn-primary-cd {
  padding: 0px 36px;
  background-color: #90439e;
  color: #fff;
  line-height: 47px;
  padding: 0px 47px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.btn-primary-cd:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#logo img {
  max-height: 40px;
}
#site-header-inner {
  padding: 25px 0px 25px !important;
}
@media (max-width: 1190px) {
  #site-header-inner {
    max-width: 100% !important;
  }
}
.mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile {
    display: list-item !important;
  }
  #mainnav {
    display: none;
  }
}
.precio-old {
  text-decoration: line-through;
}
.carousel-index {
  height: 0;
  padding-top: 35%;
  overflow: hidden;
}
.carousel-index .owl-stage-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.img-lateral-banner {
  height: 0;
  padding-top: 45%;
  overflow: hidden;
}
.img-lateral-banner .inner2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.img-sub-banner {
  height: 0;
  padding-top: 62%;
  overflow: hidden;
}
.img-sub-banner .inner2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.img-sub-banner .inner2 .thumb2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.anchor-margin {
  border-top: 210px solid transparent;
  margin-bottom: -200px;
}
.anchor-margin:first-child {
  border-top: 150px solid transparent;
  margin-top: -150px;
}
.anchor-margin:last-child {
  margin-bottom: 0;
}
.product.style2 {
  text-align: center;
}
.product.style2 .product-item {
  padding-top: 50px;
  margin-bottom: 50px;
  vertical-align: text-top;
  float: none;
  display: inline-block;
}
.product.style2 .product-item a .product-thumb {
  height: 0;
  padding-top: 45%;
  overflow: hidden;
}
.product.style2 .product-item a .product-thumb .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.product.style2 .product-item .product-info.clearfix {
  background-color: white;
  padding: 0;
}
.product.style2 .product-item .product-info.clearfix span.product-title {
  /*vertical-align: text-top;*/
  display: block;
  height: 76px;
  padding: 15px 20px 10px;
}
.product.style2 .product-item .product-info.clearfix .price {
  border: 1px solid #ebebeb;
}
.product.style2 .product-item .product-info.clearfix .price span {
  /*color: #04B03E;*/
  color: #90439e;
  font-style: oblique;
  font-weight: bold;
  font-size: 1.2em;
}
.product.style2 .product-item .product-info.clearfix .price .cd-desde {
  font-size: 0.8em;
  text-transform: lowercase;
}
.product.style2 .product-item .product-info.clearfix .price .precio-ofer {
  font-size: 1em;
}
.product.style2 .product-item .cd-familia-like {
  color: #90439e;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
}
.product.style2 .product-item .cd-familia-like:hover {
  color: #009cde;
}
@media (min-width: 600px) {
  .product.style2 .product-item {
    margin-left: -3px;
  }
}
@media (max-width: 767px) {
  .product .product-item .add-to-cart {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav-wrap {
    padding-bottom: 0px;
    padding-top: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    right: 0px;
  }
  #mainnav-mobi {
    max-height: 90vh;
    overflow-y: scroll;
    background-color: transparent;
    padding-bottom: 30px;
  }
  .mainnav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  #mainnav-mobi ul {
    background-color: #222;
  }
  td.no-mobile {
    display: none;
  }
  th.no-mobile {
    display: none;
  }
  .btn-mobile-1 {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 6px !important;
    display: block;
  }
}
.ytb-video {
  max-width: 100%;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.overlay-effect.bg-color-2 {
  background-color: rgba(0, 0, 0, 0.15);
}
.flat-image-box.style-1 .elm-btn {
  bottom: 0px;
  top: auto;
  left: auto;
  transform: none;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
}
.flat-image-box.style-1 .elm-btn .themesflat-button {
  padding: 12px 18px !important;
  line-height: 1.5;
  width: 100%;
}
.flat-image-box.style-1 .elm-btn .themesflat-button span {
  /*color: #04B03E;*/
  color: #90439e;
  font-style: oblique;
  font-weight: bold;
  font-size: 1.3em;
}
.flat-image-box.style-1 .elm-btn .themesflat-button .cd-desde {
  font-size: 0.7em;
  text-transform: lowercase;
}
.flat-image-box.style-1 .elm-btn:hover {
  background-color: #90439e;
}
.flat-image-box.style-1 .elm-btn:hover .themesflat-button {
  color: white;
}
.flat-image-box.style-1 .elm-btn:hover .themesflat-button span {
  color: white;
}
.flat-image-box.style-1 .btn-familia-responsive {
  display: none;
  width: 100%;
}
.flat-image-box.style-1 .btn-familia-responsive .themesflat-button {
  padding: 12px 18px !important;
  line-height: 1.5;
  width: 100%;
  margin: auto;
}
.flat-image-box.style-1 .btn-familia-responsive .themesflat-button span {
  /*color: #04B03E;*/
  color: #90439e;
  font-style: oblique;
  font-weight: bold;
  font-size: 1.3em;
}
.flat-image-box.style-1 .btn-familia-responsive .themesflat-button .cd-desde {
  font-size: 0.7em;
  text-transform: lowercase;
}
.offers-inner-box .offers-inner .thumb {
  overflow: hidden;
}
.offers-inner-box .offers-inner .home-offer-desc {
  display: flex;
  align-items: center;
  min-height: 54px;
  line-height: 1.4;
  font-size: 13px;
  padding: 10px;
  justify-content: center;
  background-color: #f8f8f8;
  text-align: center;
}
@media (max-width: 767px) {
  .flat-image-box.style-1 .elm-btn {
    display: none;
  }
  .flat-image-box.style-1 .btn-familia-responsive {
    display: inline-block;
  }
}
.flat-row.row-animation-box {
  padding: 0px;
}
.flat-row.row-animation-box .flat-animation-block {
  padding: 60px 0px 40px 0px;
}
.bg-section.row-1 {
  background: url(/images/bg-section-3.jpg) no-repeat;
  width: 100%;
  /*height: 250px;*/
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  .bg-section.row-1 {
    background-attachment: scroll;
  }
}
.instagram-wrap.style-1 .trabajos-ratio {
  height: 0;
  padding-top: 62% !important;
  overflow: hidden;
}
.instagram-wrap.style-1 .trabajos-ratio .inner2 {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.instagram-wrap.style-1 .text-wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.instagram-wrap.style-1 .text-wrap .themesflat-button .icon {
  padding: 0 !important;
}
.instagram-wrap.style-1 .text-wrap .themesflat-button .icon i {
  font-size: 25px;
  color: white;
}
.instagram-wrap.style-1 .text-wrap .themesflat-button:hover {
  background-color: transparent !important;
  color: #fff;
}
.social {
  position: fixed;
  left: 0;
  top: 60%;
  z-index: 200;
}
.social ul {
  color: #fff;
  padding: 0;
  list-style: none;
}
.social ul li {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0;
  /*padding: 20px 0;*/
  text-align: center;
  display: block;
}
.social ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social ul li a i {
  color: white;
}
.social ul li:hover a i {
  color: rgba(0, 0, 0, 0.5);
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}
.social li[class*="twitter"] {
  background: #55acee;
}
.social li[class*="gplus"] {
  background: #dd4b39;
}
.social li[class*="instagram"] {
  background: #125688;
}
.social li[class*="facebook"] {
  background: #3b5998;
}
.social li[class*="linkedin"] {
  background: #0077b5;
}
.mail-chimp {
  background-color: #ddd;
}
footer.footer {
  border-top: 1px solid #ebebeb;
}
footer.footer .anotacion-footer {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #808080;
  line-height: 1.5;
}
footer.footer .widget {
  margin-bottom: 20px;
}
.checkbox {
  padding-left: 20px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  color: #6e6e6e;
  position: relative;
}
.checkbox:before {
  content: '\f096';
  position: absolute;
  font-family: 'Fontawesome';
  top: 0px;
  left: 0px;
}
input[type="checkbox"]:checked + label:before {
  content: "\f046";
  color: #90439e;
}
.imagen-promo-registro {
  cursor: pointer;
}
.promo-selected {
  -webkit-box-shadow: 0px 5px 19px 1px rgba(36, 11, 12, 0.15);
  box-shadow: 0px 5px 19px 1px rgba(36, 11, 12, 0.15);
  z-index: 9;
}
.flex-control-thumbs img {
  height: 72px !important;
}
.flat-grid-box.has-padding .grid-row {
  padding: 15px 30px;
}
/** Configuraciones de productos **/
.listado-configs .imagen-config {
  max-height: 50px;
}
.listado-configs .form-group > label {
  position: relative;
}
.listado-configs .form-group > label div {
  position: absolute;
  top: 50%;
  /*left:50%;*/
  transform: translate(0, -50%);
}
.listado-configs .lista-acc {
  background-color: #fff;
  border: 1px solid #ebebeb;
  height: auto;
  /*        .col-9{
                padding-top: 27px;
            }
            .col-3{
                padding: 12px;
                text-align: center;
                background-color: #E3FCEB;
            }
            .row{
                margin-left: 0;
                margin-right: 0;
            }*/
}
.listado-configs .lista-acc li {
  padding-left: 12px;
  cursor: pointer;
  display: none;
}
.listado-configs .lista-acc li:hover {
  background-color: #f5f5f5;
}
.listado-configs .lista-acc .visible {
  display: block;
}
.listado-configs .lista-acc .selected {
  /*background-color: #f4FCfc;*/
  color: #222;
  /*color: @primary;*/
  /*font-weight: bold;*/
}
.listado-configs .lista-acc .acc-no-img {
  padding-top: 12px;
  padding-bottom: 12px;
}
.listado-configs .lista-acc .acc-img-box {
  display: flex;
  align-items: center;
}
.listado-configs .lista-acc .acc-img-box .acc-img-text {
  flex: 1 1 auto;
}
.listado-configs .lista-acc .acc-img-box .img-acc-box {
  height: 50px;
  width: 50px;
}
.listado-configs input[type="number"] {
  color: #333;
}
.listado-configs .dimensiones input {
  color: #333;
  padding: 12px;
  /*width: 80%;*/
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.listado-configs .dimensiones .row {
  margin-left: 0;
  margin-right: 0;
}
.listado-configs .nombreConf input {
  color: #333 !important;
}
.listado-configs .precio {
  height: 44px;
  vertical-align: bottom;
}
.listado-configs .precio .primary-c {
  color: #90439e;
  font-size: 35px;
  font-weight: bold;
}
.listado-configs .precio span {
  vertical-align: bottom;
}
.listado-configs .owl-theme {
  z-index: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 12px;
}
.listado-configs .owl-theme .owl-nav {
  display: block !important;
  margin: auto;
  text-align: center;
}
.listado-configs .owl-theme .owl-nav [class*="owl-"] {
  height: 15px;
}
.listado-configs .owl-theme .owl-nav [class*="owl-"]:after {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
}
.listado-configs .owl-theme .owl-dots {
  display: none;
}
.listado-configs .owl-theme .item {
  padding: 5px;
  text-align: center;
  /*border-right: 1px solid #ededed;*/
  cursor: pointer;
}
.listado-configs .owl-theme .item .img-carowsel {
  margin: auto;
  margin-bottom: 3px;
  height: 50px;
  width: 50px;
}
.listado-configs .owl-theme .item.selected {
  background-color: #ededed;
}
.oculto,
.hidden {
  display: none;
}
.deshabilitado {
  pointer-events: none;
  opacity: 0.4;
}
.fixed {
  position: fixed;
  top: 20px;
}
.link {
  color: buttontext;
  transition: 0.3s;
}
.link:hover {
  color: #90439e;
  cursor: pointer;
}
.right-p .precio {
  color: #222;
}
.right-p .precio .primary-c {
  color: #90439e;
  font-size: 20px;
  margin-left: 5px;
  font-weight: bold;
}
.right-p .precio .primary-c .resum-total {
  font-size: 35px;
}
.right-p .add-cart-box .unidades input {
  width: 100%;
}
.right-p .add-cart-box .add-to-cart button {
  width: 100%;
}
@media (max-width: 1199px) {
  #mainnav .wrapper1 > ul > li > a {
    margin: 0px 7px !important;
  }
}
.video-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}
.video-box .ytb-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ytb-link {
  width: 100%;
  background-color: #90439e;
  padding: 8px;
  text-align: center;
  font-size: 20px;
  /*margin-top: 5px;*/
  color: white;
}
.whass-link {
  position: fixed !important;
  /*right: -45px;*/
  bottom: 80px;
  width: 60px;
  cursor: pointer;
  /*background-color: @primary;*/
  background-color: #25D366;
  height: 60px;
  border: 2px solid #00BFA5;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
  /*filter: alpha(opacity=0);*/
  /*opacity: 0;*/
  right: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.whass-link .show {
  right: 15px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.whass-link i {
  margin-top: 13px;
  font-size: 30px;
  color: #fff;
  padding-bottom: 3px;
}
.whass-link:hover {
  background-color: #128C7E;
}
.whass-link:hover i {
  color: #fff;
}
@media (min-width: 1201px) {
  .whass-link {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .whass-link {
    display: none;
  }
}
.green-was {
  color: #25D366;
  margin-left: 6px;
}
.panel-fecha {
  padding: 40px 35px 10px 35px;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}
.panel-fecha .precio-fechas {
  font-size: 22px;
  font-weight: bold;
  font-style: oblique;
  color: #90439e;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .panel-fecha {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.panel-fecha .iva-fecha-box {
  width: 100%;
  position: relative;
  padding: 4px;
}
.panel-fecha .iva-fecha-box .iva-fecha-content {
  position: absolute;
  right: -15px;
  color: white;
  background-color: #90439e;
  padding: 4px;
  font-size: 10px;
  width: 50%;
}
.panel-fecha.active .precio-fechas {
  color: white !important;
}
.panel-fecha.fecha-selected {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: white !important;
}
.alert-secondary {
  background-color: rgba(0, 0, 0, 0.03);
}
.alert-secondary .fechaRango1,
.alert-secondary .fechaRango2 {
  font-size: 16px;
  color: #90439e;
}
.header-fecha {
  padding: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background-color: white;
  color: #333;
  font-style: oblique;
  border-bottom: 1px solid #eee;
}
.flat-row.shop-detail.style-1 {
  padding-bottom: 0px;
}
.shop-detail.style-1 h4 {
  margin-bottom: 6px !important;
}
/* Modal add sugerencias */
.modal-titulo-producto {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.modal--descripcion-producto {
  text-align: justify;
}
.modal-btn-ver-mas {
  text-align: center;
}
.modal-button-close {
  font-family: sans-serif;
  line-height: 1.15;
  margin: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-button-close:focus,
.modal-button-close:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.modal-button-close:before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #90439e;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sugernecias-box {
  padding: 30px 50px;
}
.sugernecias-box .sugerencia-cantidad-input,
.sugernecias-box .btn-add-sugerencia {
  max-width: 100%;
  padding: 5px 12px;
  height: auto;
}
.sugernecias-box .subtitulo-sugerencia {
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 3px;
}
.sugernecias-box .nombreC-sugerencia {
  margin-top: 0px;
  margin-bottom: 3px;
  padding-left: 15px;
  color: #333;
}
.sugernecias-box .precio-sugerencia {
  margin-top: 12px;
  margin-bottom: 15px;
  padding-left: 0px;
  color: #90439e;
  font-size: 20px;
  font-weight: bold;
}
.sugernecias-box .h100 {
  height: 100%;
  padding: 0px;
}
.mostrarCheckOkSugerencias {
  margin-top: 7px;
}
.close {
  cursor: pointer;
}
.btn-quitar.quitarPedidoCarro {
  background: transparent;
  border: 1px solid #90439e;
  color: #90439e;
  font-size: 12px;
  padding: 3px;
  cursor: pointer;
}
.btn-quitar.quitarPedidoCarro:hover {
  color: #333;
  border-color: #333;
}
.listaCesta li {
  padding: 12px 6px;
  border-top: 1px solid #eee;
}
.listaCesta li:last-child {
  border-bottom: 1px solid #eee;
}
.btn-pdf-prod {
  display: block;
  padding: 8px 20px;
  width: 70%;
  margin: auto;
  background: #333;
  color: white;
  font-size: 18px;
  border-radius: 0;
  transition: 0.3s;
}
.btn-pdf-prod:hover {
  background: white;
  color: #333;
  border: 1px solid #333;
}
.btn-pdf-prod.font-small {
  width: 100%;
  font-size: 14px;
}
.mensaje-imagenes-final {
  background-color: #90439e;
  color: white;
  width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  padding: 8px;
  font-size: 15px;
}
.btn-ayuda-box {
  width: 100%;
  background-color: #333;
  padding: 8px 12px;
  text-align: center;
  font-size: 15px;
  margin-top: 3px;
}
.btn-ayuda-box span {
  display: inline-block;
  color: white;
}
.btn-ayuda-box a {
  display: inline-block;
  margin-top: 5px;
  background-color: white;
  color: #333;
  padding: 5px 18px;
}
#selected-color-details .alert-secondary {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  transition: background-color 0.5s ease-in;
  border: 1px solid #90439e;
}
#selected-color-details .alert-secondary span {
  display: inline-block;
  margin-right: 5px;
}
#selected-color-details .alert-secondary.color-temp {
  background-color: #989898;
}
#selected-color-details .alert-secondary .danger-soft {
  color: #fd7297;
}
/* script previewImage  (zoom imagenes)*/
#preview {
  position: absolute;
  border: 1px solid #ccc;
  background: #333;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 99999;
}
#preview img {
  max-width: 250px;
  max-height: 250px;
}
/*  */
.legal h3 {
  font-size: 25px;
  margin-top: 35px;
}
.legal h5 {
  font-size: 18px;
}
.legal p {
  margin-bottom: 5px;
  padding-left: 5px;
}
.legal ul {
  padding-left: 8px !important;
}
.msj-politica.pl-15 {
  padding-left: 15px;
}
.msj-politica input[type="checkbox"] {
  display: inline;
}
.proc-pedido-table {
  width: 100%;
}
.proc-pedido-table tr {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.proc-pedido-table tr th {
  font-size: 14px;
  padding: 3px 6px;
  font-weight: bold;
  border: 1px solid #aaa;
}
.proc-pedido-table tr td {
  padding: 3px 8px;
}
.proc-pedido-table tr:last-child {
  border-bottom: none;
}
.mxm-promo {
  font-weight: 600;
  color: #333;
}
.mxm-promo .img-mxm {
  max-height: 30px;
}
.flat-gallery.style-1 .thumb:hover img {
  transform: scale(1) !important;
}
/*Panel configuracion asistida*/
.panel-config,
.panel-config-asistida {
  display: none;
  /*    .img-preview{
          min-heigth: 100px !important;
          min-width: 200px !important;
          display: inline-block !important;
      }*/
}
.panel-config#resumenCosteNoMovil,
.resumenCosteNoMovilPA {
  display: none;
}
.panel-config-asistida .asistida-card {
  border-color: #999;
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 0 !important;
}
.panel-config-asistida .asistida-card#asistida-1 {
  display: inline-block;
}
.panel-config-asistida .asistida-card .portfolio-area {
  max-height: 600px;
  overflow-y: scroll;
}
.panel-config-asistida .asistida-card .portfolio-area .subtematica-title {
  margin-bottom: 10px;
  color: #999;
  font-size: 15px;
}
.panel-config-asistida .asistida-card .portfolio-area > .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
}
.panel-config-asistida .asistida-card .portfolio-area::-webkit-scrollbar {
  width: 3px;
  border-radius: 1px;
}
.panel-config-asistida .asistida-card .portfolio-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 1px;
  background: white;
}
.panel-config-asistida .asistida-card .portfolio-area::-webkit-scrollbar-thumb {
  background: #ababab;
  border-radius: 1px;
}
.panel-config-asistida .asistida-card .portfolio-area::-webkit-scrollbar-thumb:hover {
  background: #90439e;
}
.panel-config-asistida .asistida-card hr {
  clear: both;
}
.img-box-PA {
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
.img-box-PA .img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.img-box-PA .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-box-PA .img-content .icons,
.img-box-PA .img-content .icons2 {
  position: absolute;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.img-box-PA .img-content .icons a,
.img-box-PA .img-content .icons2 a,
.img-box-PA .img-content .icons span,
.img-box-PA .img-content .icons2 span {
  width: auto;
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.img-box-PA .img-content .icons a i,
.img-box-PA .img-content .icons2 a i,
.img-box-PA .img-content .icons span i,
.img-box-PA .img-content .icons2 span i {
  display: block;
  line-height: 45px;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.71);
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  font-weight: 200;
}
.img-box-PA .img-content .icons a i:hover,
.img-box-PA .img-content .icons2 a i:hover,
.img-box-PA .img-content .icons span i:hover,
.img-box-PA .img-content .icons2 span i:hover {
  background-color: #4da3e2;
  color: #ffffff;
  cursor: pointer;
}
.img-box-PA .img-content .icons {
  top: 0;
  left: 0;
}
.img-box-PA .img-content .icons2 {
  top: 0;
  left: 186px;
}
.img-box-PA .img-content:hover a,
.img-box-PA .img-content:hover span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  text-decoration: none;
}
.image-block {
  display: block;
  position: relative;
  overflow: hidden;
}
.image-block:hover img {
  border: 1px solid #d5d5d5;
}
.image-block img {
  border: none;
  background: #FFFFFF;
  padding: 1px;
  max-width: 255px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.image-block img.selected {
  border: 1px solid #999;
}
.transparent {
  opacity: 0;
}
.modal-zoom-imagen {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  cursor: zoom-out;
}
.modal-zoom-imagen .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  transition: 0.3s;
  width: 35px;
  height: 35px;
  line-height: 1.4;
  /*opacity: 1;*/
  background: rgba(52, 52, 60, 0.8);
  text-align: center;
  border-radius: 3px;
}
.modal-zoom-imagen .close:hover,
.modal-zoom-imagen .close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}
.modal-zoom-imagen .modal-content {
  margin: auto;
  display: block;
  max-width: 60%;
  background: none;
  border: none;
}
.modal-zoom-imagen .modal-image {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .modal-zoom-imagen .modal-content {
    width: 70%;
  }
}
.help-btn {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.help-btn a {
  color: black;
}
.help-btn a:hover {
  color: #90439e;
}
.tamPaBox,
.usosPaBox {
  margin-top: 5px;
  width: 100%;
  display: inline-block;
}
.tamPaBox img,
.usosPaBox img {
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
  width: 95%;
}
.tamPaBox img:hover,
.usosPaBox img:hover {
  border: 1px solid #bcbcbc;
  box-shadow: 1px 1px 4px #AAA;
}
.tamPaBox img.no-slide,
.usosPaBox img.no-slide {
  width: auto;
  max-height: 180px;
  margin: auto;
  display: block;
}
.tamPaBox img,
.usosPaBox img {
  border: 1px solid #bcbcbc;
  /*box-shadow: 1px 1px 4px #CCC;*/
}
.tamPaBox.selected img,
.usosPaBox.selected img {
  /*border: 1px solid #bcbcbc;*/
  box-shadow: 1px 1px 4px #444;
}
.tamPaBox .image-title,
.usosPaBox .image-title {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
}
.step-ind {
  color: #ababab;
}
@media (max-width: 650px) {
  .step-ind {
    display: none;
  }
}
.prev-box {
  padding: 5px;
}
.prev-box .img-prev-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  max-height: 300px;
  border: 1px solid #bbb;
  padding: 10%;
}
.prev-box .img-prev-box .img-pa-ok {
  max-width: 95%;
  margin: auto;
  max-height: 300px;
}
.prev-box .img-prev-box img {
  opacity: 0.3;
}
.prev-box .img-prev-box.esVidrio {
  max-height: 350px;
}
.prev-box .img-prev-box.esVidrio .img-pa-ok {
  max-height: 350px;
}
.prev-box .img-uso-dt-box {
  margin-top: auto;
}
.prev-box .alto-prev {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  padding-bottom: 142px;
}
.prev-box .ancho-prev {
  text-align: center;
}
.prev-box .ancho-prev-dim,
.prev-box .alto-prev-dim {
  color: #90439e;
  font-size: 17px;
  /*font-weight: bold;*/
}
.prev-box .range-prev-box {
  width: 100%;
  text-align: center;
}
.prev-box .range-prev-box .sliderDims {
  -webkit-appearance: none;
  width: 70%;
  margin: auto;
  height: 10px;
  background: #dedede;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin-top: auto;
}
.prev-box .range-prev-box .sliderDims:hover {
  opacity: 1;
}
.prev-box .range-prev-box .sliderDims::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 23px;
  background: #90439e;
  cursor: pointer;
}
.prev-box .range-prev-box .sliderDims::-moz-range-thumb {
  width: 7px;
  height: 23px;
  background: #90439e;
  cursor: pointer;
}
.prev-box .button-box {
  text-align: center;
}
.btn-outline-secondary {
  color: #333;
  border-radius: 0px;
}
.PA-panel-tematicas {
  cursor: pointer;
}
.PA-panel-tematicas .themesflat-button {
  cursor: pointer;
}
.bd-c-999 {
  border-color: #999 !important;
}
.modal-alt-config {
  width: 100%;
}
.modal-alt-config .modal-content {
  border: none;
}
.modal-alt-config .modal-content .modal-header {
  border: none;
}
.modal-alt-config .modal-content .modal-header h3 {
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 15px;
}
.modal-alt-config .conf-selection {
  /*        display: flex;
            align-items: stretch;
            justify-content: center;
            flex-wrap: wrap;*/
  cursor: pointer;
  margin-bottom: 15px;
}
.modal-alt-config .conf-selection .btn-selecc-op {
  max-width: 300px;
  margin: auto;
  margin-top: 10px;
}
.modal-alt-config .conf-selection .btn-selecc-op button {
  width: 300px;
}
.modal-alt-config .conf-selection .seleccion-config {
  border: 1px solid #dedede;
  transition: 0.3s;
  margin: auto;
  max-width: 300px;
}
.modal-alt-config .conf-selection .seleccion-config:hover {
  border: 1px solid #bcbcbc;
  box-shadow: 1px 1px 4px #AAA;
}
.modal-alt-config .conf-selection .seleccion-config img {
  margin: auto;
  display: block;
}
.modal-alt-config .conf-selection .seleccion-config h4 {
  padding: 5px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
}
.modal-alt-config .conf-selection .seleccion-config#cf1 > h4 {
  background-color: #333;
}
.modal-alt-config .conf-selection .seleccion-config#cf2 > h4 {
  background-color: #90439e;
}
.modal-alt-config .conf-selection .seleccion-config#cf2 .icon-box,
.modal-alt-config .conf-selection .seleccion-config#cf1 .icon-box {
  max-width: 100%;
  height: auto;
  padding: 30px;
  text-align: center;
}
.modal-alt-config .conf-selection .seleccion-config#cf2 .icon-box i,
.modal-alt-config .conf-selection .seleccion-config#cf1 .icon-box i {
  font-size: 100px;
  color: #90439e;
}
.modal-alt-config .conf-selection .seleccion-config ul {
  list-style: none;
  text-align: left;
}
.modal-alt-config .conf-selection .seleccion-config ul li:before {
  content: "-";
}
.modal-alt-config .conf-selection .seleccion-config ul li {
  font-size: 13px;
}
.PA-help-box {
  border-top: 100px solid transparent;
  margin-top: -100px;
}
/*.ch-panel-cf1, .ch-panel-cf2{
    max-width: 250px;
    border: 1px solid #dedede;
    cursor: pointer;
    img{
        width: 50px;
        height: 50px;
    }
    &:hover{
        border: 1px solid #bcbcbc;
        box-shadow: 1px 1px 4px #AAA;
    }
}*/
.ch-panel-cf2 {
  float: left;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 10px;
}
.ch-panel-cf2:hover {
  color: #90439e;
}
/* Preloader
---------------------------------------------------------------*/
#overlay-percarga {
  border: 1px solid #90439e;
  border-radius: 1px;
  position: absolute;
  z-index: 98;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #fff;
}
#overlay-percarga span {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.cargando-div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.cargando-div:before,
.cargando-div:after {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-animation: preloader-wave 1.6s linear infinite;
  animation: preloader-wave 1.6s linear infinite;
  border-radius: 50%;
  background: #90439e;
}
.cargando-div:after {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .mobile-r {
    display: none;
  }
  .no-mobile-r {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .mobile-r {
    display: inline-block;
  }
  .no-mobile-r {
    display: none;
  }
}
.iva-incl {
  color: #90439e;
}
.tag-iva-inc {
  display: inline-block;
  width: auto;
  height: 22px;
  background-color: #343a40;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-left: 1px solid #343a40;
  /* This makes room for the triangle */
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px 0 10px;
}
.tag-iva-inc:before {
  content: "";
  position: absolute;
  display: block;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #343a40;
}
.tag-iva-inc:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  display: block;
  position: absolute;
  left: -6px;
  top: 10px;
}
.transparent-products {
  opacity: 0.3;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .transparent-products {
    opacity: 1 !important;
  }
}
.h4dims {
  font-size: 18px;
  text-align: center;
  color: #555;
}
.modalAyudaVideo .modal-body .asistencia-modal-box {
  padding: 20px 30px;
}
.ytb-video-2 {
  width: 100%;
  height: 80%;
}
.uso-img-box {
  padding: 15px 15%;
}
.uso-img-box img {
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
  width: 85%;
  margin-left: 7%;
}
.uso-img-box img:hover,
.uso-img-box img.selected {
  border: 1px solid #bcbcbc;
  box-shadow: 1px 1px 4px #AAA;
}
.uso-img-box div {
  width: 100%;
  text-align: center;
}
#modal-lu .modal-lados-usos .modal-lu-header,
.modal-lu-configP .modal-lados-usos .modal-lu-header {
  border-bottom: none;
  padding: 16px 20px;
}
#modal-lu .modal-lados-usos .modal-lu-header h4,
.modal-lu-configP .modal-lados-usos .modal-lu-header h4 {
  font-size: 22px;
  width: 100%;
  text-align: center;
}
#modal-lu .modal-lados-usos .modal-lu-header div,
.modal-lu-configP .modal-lados-usos .modal-lu-header div {
  width: 100%;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
#modal-lu .modal-lados-usos .modal-lu-body,
.modal-lu-configP .modal-lados-usos .modal-lu-body {
  min-height: 290px;
}
#modal-lu .modal-lados-usos .modal-lu-body .lado-acabado,
.modal-lu-configP .modal-lados-usos .modal-lu-body .lado-acabado {
  background-color: #F22693;
  color: white;
  border: none;
  padding-left: 26px;
  padding-right: 26px;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box {
  width: 400px;
  margin: auto;
  height: 370px;
  position: relative;
  margin-top: -50px;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado {
  font-weight: 500;
  text-transform: none;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado],
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado] {
  position: absolute;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="arriba"],
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="arriba"] {
  top: 60px;
  left: 50%;
  transform: translate(-50%, -110%);
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="abajo"],
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="abajo"] {
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 110%);
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="izquierda"],
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="izquierda"] {
  left: 0px;
  transform: translate(-105%, -50%);
  top: 50%;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="derecha"],
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="derecha"] {
  top: 50%;
  right: 0px;
  transform: translate(105%, -50%);
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-text-lados-button,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-text-lados-button {
  display: inline;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-text-lados-button i,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-text-lados-button i {
  /*display: none;*/
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado.selected,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado.selected {
  background-color: #25EA80;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado.selected .span-text-lados-button i,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado.selected .span-text-lados-button i {
  display: inline-block;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-icon-lados,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-icon-lados {
  display: none;
}
#modal-lu .modal-lados-usos .modal-lu-body .select-lados-box img,
.modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box img {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  height: 250px;
  width: 400px;
  border: 1px solid #ddd;
}
#modal-lu .modal-lados-usos .modal-lu-footer,
.modal-lu-configP .modal-lados-usos .modal-lu-footer {
  border-top: 1px solid #aaa;
  overflow: auto;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  #modal-lu .modal-lados-usos .modal-lu-body,
  .modal-lu-configP .modal-lados-usos .modal-lu-body {
    min-height: 290px;
  }
  #modal-lu .modal-lados-usos .modal-lu-body .select-lados-box,
  .modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box {
    /*                    width: 320px;
                              height: 320px;*/
    width: 240px;
    height: 270px;
    margin-top: 0px;
  }
  #modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado,
  .modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado {
    padding: 9px 11px 5px;
  }
  #modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="izquierda"],
  .modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="izquierda"] {
    transform: translate(-115%, -50%);
  }
  #modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="derecha"],
  .modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado[data-lado="derecha"] {
    transform: translate(115%, -50%);
  }
  #modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-text-lados-button,
  .modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-text-lados-button {
    /*display:none;*/
  }
  #modal-lu .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-icon-lados,
  .modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box .lado-acabado .span-icon-lados {
    margin-left: 0px;
    font-size: 20px;
    display: inline;
  }
  #modal-lu .modal-lados-usos .modal-lu-body .select-lados-box img,
  .modal-lu-configP .modal-lados-usos .modal-lu-body .select-lados-box img {
    /*                        height: 200px;
                                    width: 320px;*/
    height: 150px;
    width: 240px;
  }
}
.old-c-img-box {
  padding: 15px 15%;
}
.old-c-img-box img {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: 0.3s;
  width: 95%;
  margin-left: 2%;
}
.old-c-img-box img:hover,
.old-c-img-box img.selected {
  box-shadow: 3px 3px 4px #8c6b94;
}
.old-c-img-box div {
  width: 100%;
  text-align: center;
}
.selected-icon-label {
  font-weight: bold;
  color: #90439e;
}
.precio-old {
  text-decoration: line-through;
}
.iframePaytpv {
  min-width: 100%;
  margin: auto;
  height: 1200px;
  border: 0px solid #000000;
}
.imgs-ex-pa {
  height: auto;
}
.imgs-ex-pa-overlay {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}
.imgs-ex-pa-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  cursor: pointer;
  display: none;
}
.imgs-ex-pa:hover .imgs-ex-pa-overlay {
  height: 100%;
  top: 0;
}
.imgs-ex-pa:hover .imgs-ex-pa-overlay i {
  display: block;
}
.box-thanks {
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 50px;
  /*border-top: 2px solid @primary;*/
  /*border-bottom: 2px solid @primary;*/
}
.box-thanks .img-smile {
  width: 60px;
  position: relative;
  top: 10px;
  /*left: -10px;*/
  /*right: %;*/
}
hr.r-30 {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: #90439e;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}
hr.r-30:before {
  content: '';
  background: linear-gradient(to right, transparent, #90439e, transparent);
  position: absolute;
  left: 30%;
  top: 50%;
  width: 40%;
  height: 2px;
}
hr.r-30:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #90439e;
  background-color: #fcfcfa;
}
.archivos-fondo-box {
  background-image: url(/images/3426033.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.archivos-fondo-box .pre-container {
  padding: 40px;
  width: 100%;
  /*        background: rgba(255,255,255,0.7);*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+50,e5e5e5+100&0.7+0,0.7+50,0.08+100 */
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(229, 229, 229, 0.08) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(229, 229, 229, 0.08) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0.7) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(229, 229, 229, 0.08) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3e5e5e5', endColorstr='#14e5e5e5', GradientType=0);
  /* IE6-9 */
}
.archivos-fondo-box .pre-container .col-6 {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: stretch;
}
.archivos-fondo-box .pre-container .col-6 .opcion-archivos-box {
  background: white;
  padding: 25px 35px;
  /*text-align: center;*/
  border-bottom: 2px solid #90439e;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.transaccion-finalizada-archivos {
  padding: 30px;
  margin: 50px;
}
@media (max-width: 500px) {
  .btn-responsive-phone {
    width: 100%;
  }
}
.intro-about {
  font-size: 16px;
  color: #808080;
}
.lista-transferencia-archivos {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  font-size: 16px;
}
.icono-archivos {
  font-size: 50px;
}
.icono-archivos-titulo {
  font-size: 80px;
}
.texto-corporeas {
  color: #333 !important;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  height: 70px;
}
.clear {
  clear: both;
}
@media (max-width: 991px) {
  .cropper-btn-1 {
    margin-top: 5px;
    width: 100%;
  }
}
.select-color-box {
  max-height: 170px;
}
@media (max-width: 600px) {
  .select-color-box {
    margin-top: 5px;
  }
}
.select-color-box > ul {
  max-height: 170px;
  overflow-y: scroll;
}
.select-color-box > ul::-webkit-scrollbar {
  width: 3px;
  border-radius: 1px;
}
.select-color-box > ul::-webkit-scrollbar-track {
  border-radius: 1px;
  background: white;
}
.select-color-box > ul::-webkit-scrollbar-thumb {
  background: #90439e;
  border-radius: 1px;
}
.select-color-box > ul::-webkit-scrollbar-thumb:hover {
  background: #90439e;
}
input[type="checkbox"] {
  display: inline !important;
}
#ral-name {
  color: #333;
}
.btn-no-style {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: inherit;
  display: inline-block;
}
.btn-no-style:hover {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: inherit;
  display: inline-block;
}
/* Bloque banner para productos familia QR
*/
.bloque {
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border: 5px solid #E51575;
  text-align: center;
}
.bloque-2 {
  left: 0px;
  top: 0px;
  background: #e51575;
  border: 15px solid #E51575;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .bloque-2 {
    border: 5px solid #E51575;
  }
}
.texto-3 {
  font-size: 34px;
  font-weight: 700;
  color: white;
}
.h1-2 {
  color: #e51575;
  text-align: center;
}
.texto-1 {
  font-size: 28px;
  color: #e51575;
  text-align: center;
  padding-top: 4px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.texto-4 {
  font-size: 20px;
}
.banner-qr-pie {
  font-size: 13px;
  color: black;
}
#svg-container {
  width: 100%;
  min-height: 200px;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #b5b5b5;
  transition: background-color 0.3s ease;
  padding: 15px;
}
.sliderContainer {
  min-height: 200px;
  max-height: 400px;
  background-color: #f2f2f2;
  z-index: 1;
}
.sliderContainer input[type="range"] {
  width: 10px;
  min-height: 200px;
  max-height: 400px;
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  outline: none;
}
@media (max-width: 576px) {
  #svg-container {
    height: 250px;
  }
  .sliderContainer {
    height: 15px;
    min-height: 15px;
    max-height: 15px;
  }
  .sliderContainer input[type="range"] {
    width: 100%;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    -webkit-appearance: slider-horizontal;
  }
}
.box-corporeas {
  padding: 15px;
  background-color: #f2f2f2;
  border: 1px solid #ececec;
}
.svg-instructions p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.svg-instructions ul {
  padding-left: 15px;
  margin-bottom: 10px;
}
.svg-instructions ul li {
  list-style: initial;
}
/** Filtro SVG para el efecto de neon */
#svg-container svg {
  filter: url(/css/#neon);
}
.svg-container-neon {
  background: url(/images/ladrillo-negro-2-2.jpg) no-repeat center;
  background-size: cover;
}
#color-buttons {
  margin-top: 20px;
}
#color-buttons > div {
  min-width: 80px;
}
#color-buttons .color-btn {
  padding: 15px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.preview-text-box {
  padding: 15px;
  background-color: #111;
  margin-bottom: 15px;
  min-height: 140px;
  line-height: 110px;
  background: url(/images/ladrillo-negro-2-2.jpg) no-repeat center;
  background-size: cover;
}
.preview-text-box #preview-text {
  width: 100%;
  font-size: 100px;
  filter: url(/css/#neon);
  white-space: pre-wrap;
  text-align: center;
  color: #fff;
}
@media (max-width: 576px) {
  .preview-text-box {
    min-height: 100px;
    line-height: 80px;
  }
  .preview-text-box #preview-text {
    font-size: 60px;
  }
}
.img-metodo-pago {
  max-width: 60%;
}
.metodos-pago .no-gutters {
  padding: 5px;
}
.btn-black {
  border: 1px solid #212529 !important;
  border-radius: 0px !important;
  line-height: 45px !important;
  padding: 0px 20px !important;
}
.btn-black:hover {
  background-color: #212529 !important;
  color: white !important;
}
.mensajeM2 {
  width: 100%;
  padding: 5px 8px;
  background: #f1d1d1;
  color: red;
  margin-top: 5px;
}
.img-carta-colores {
  cursor: zoom-in;
  /* Cambia el cursor cuando pasa por encima de la imagen */
}
#contact-box {
  position: fixed;
  bottom: 0;
  left: 3rem;
  max-width: 240px;
  font-family: Arial, sans-serif;
  z-index: 9999;
}
#contact-header {
  background-color: #23a955;
  color: white;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
#contact-content {
  background-color: white;
  padding: 10px 20px;
  display: block;
}
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact-item i {
  margin-right: 10px;
  font-size: 35px;
}
.contact-item a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
/* Font Awesome Icons */
.fa-whatsapp {
  color: #25D366;
}
.fa-clock-o {
  color: #333;
}
@media (max-width: 767px) {
  #contact-box {
    display: none !important;
  }
}
.franja {
  background-color: black;
  color: white;
  height: 60px;
}
.franja .texto {
  text-align: center;
  font-size: 30px;
  text-shadow: 0 0 10px #d1ffd1, 0 0 20px #d1ffd1, 0 0 30px #d1ffd1;
  line-height: 60px;
}
@media (max-width: 767px) {
  .franja {
    height: 40px;
  }
  .franja .texto {
    font-size: 20px;
    line-height: 40px;
  }
}
.row-image-box.pt-3 {
  padding-top: 1rem !important;
}
#mainnav .wrapper1 > ul > li ul {
  max-height: 60vh !important;
}
#mainnav .wrapper1 > ul > li ul::-webkit-scrollbar-thumb {
  background: #90439e !important;
}
#mainnav .wrapper1 > ul > li ul li:hover {
  background-color: #f6f6f6 !important;
}
#mainnav .wrapper1 > ul > li ul li ul {
  max-height: 40vh !important;
}
#mainnav .wrapper1 > ul > li > a {
  border-bottom: 1px solid transparent;
}
#mainnav .wrapper1 > ul > li > a:hover {
  border-bottom: 1px solid #90439e;
}
.mi-custom-modal {
  display: none;
  /* Oculto por defecto */
  position: fixed;
  /* Se queda fijo en la pantalla */
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  /* Anchura completa */
  height: 100%;
  /* Altura completa */
  overflow: auto;
  /* Habilita el scroll si es necesario */
  background-color: #000000;
  /* Fondo negro */
  background-color: rgba(0, 0, 0, 0.4);
  /* Fondo negro con opacidad */
}
.mi-custom-modal .modal-contenido {
  background-color: #fefefe;
  margin: auto;
  /* Centrado horizontal y vertical */
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  /* Anchura del 90% */
  margin-top: 5vh;
  max-height: 80vh;
  /* Altura del 80% del viewport */
  overflow-y: auto;
  /* Habilita el scroll vertical si es necesario */
}
.mi-custom-modal .modal-contenido .cerrar {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.mi-custom-modal .modal-contenido .cerrar:hover,
.mi-custom-modal .modal-contenido .cerrar:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.mi-custom-modal .modal-contenido .iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.mi-custom-modal .modal-contenido .iconos .icono {
  text-align: center;
  cursor: pointer;
  padding: 5px;
}
.mi-custom-modal .modal-contenido .iconos .icono i {
  font-size: 25px;
  /* Tamaño del icono */
}
.mi-custom-modal .modal-contenido .iconos .icono p {
  font-size: 12px;
}
progress {
  width: 100%;
  height: 20px;
}
progress::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 20px;
}
progress::-webkit-progress-value {
  background-color: #4caf50;
  border-radius: 20px;
}
.descripcion-familia {
  padding: 10px;
}

.custom-margin {
  margin-top: 10px;
}

.masked-image {
  -webkit-mask-image: linear-gradient(to top, white 70%, transparent);
  mask-image: linear-gradient(to top, white 70%, transparent);
}


/*# sourceMappingURL=main.css.map */
/* Fix CLS Google Reviews Badge */
#___ratingbadge_0,.gcr-rating-badge{position:fixed!important;bottom:0;left:0;z-index:2147483647;min-height:30px;min-width:120px}

