

html,body{
    height:100%;
}
body {
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: normal;
    color: #2E2E2E;
    background-color: #FAF6F2;
    padding-top: 50px;
    overflow:auto;
}
body.bg-131313 {
    background-color: #131313;
}
b, strong {
    font-weight: 500;
}
::-moz-selection { background: #EF6C4E;color: #fff; }
::selection { background: #EF6C4E;color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
h1 {
    font-weight: 500;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #EF6C4E;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover,
a:active,
a:focus
{
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
}

.tooltip {

}
.tooltip-inner {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 10px;
    background-color: #202225;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #202225;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #202225;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #202225;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #202225;
}

.modal-header {
    background-color: #ffeeb8;
}

header#header {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    padding: 0px;
    height: 50px;
    position: fixed;
    background: #ffffff;
    z-index: 1099;

}

header#header .header-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
header#header .logo {
    display: block;
    width: 100%;
    padding: 0px;
    line-height: 50px;
    height: 50px;
    z-index: 99;
    position: relative;

}
header#header .logo img {
    max-height: 50px;
}
header#header .nav-left,
header#header .nav-right
{
    width: 90px;
}
header#header .navbar-toggle
{
    height: 49px;
    border: none;
    background: #fff;
}
header#header .navbar {
    justify-content: flex-end;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 0;
}
header#header .mainNav_checkout > a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    color: #131313;
    background-color: #FFEEB8;
    text-align: center;
    position: relative;
}
header#header .navbar .nav-item {
    border-bottom: 1px solid rgba(0,0,0,0.08);

}

header#header .navbar .nav-item:last-child {

}

header#header .navbar-nav .nav-link {
    padding: .5rem 1rem;
    color: #131313;
    text-transform: uppercase;
    font-size: 12px;
}

header#header .mainNav_languages .dropdown .title,
header#header .mainNav_currencies .dropdown .title
{
    text-transform: none;
    color: #aaa;
    letter-spacing: 0;
}
header#header .mainNav_languages .dropdown-menu,
header#header .mainNav_currencies .dropdown-menu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    clear: both;
}
header#header .mainNav_languages .dropdown-menu > li,
header#header .mainNav_currencies .dropdown-menu > li
{
    float: left;
    width: 50%;
    font-size: 13px;
    display: inline-block;
    padding: 0;
    margin: 0;
    clear: none;
}

header#header .mainNav_languages .dropdown-menu > li > a,
header#header .mainNav_currencies .dropdown-menu > li > a
{
    line-height: normal;
    color: #999;
    display: block;
    padding: .5rem 1rem;
    text-align: left;
}

.list-inline>li {

}
.footer-logo > a {
    display: inline-block;
}

.footer-logo > a.logo-footer-spinner {
    -webkit-animation-name: logospinfooter;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: logospinfooter;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: logospinfooter;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: logospinfooter;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
footer#footer {
    width: 100%;
    text-align: left;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid rgba(0,0,0,0.08);
    background: #fff;

}
footer#footer .section-newsletter {
    background: #FFEEB8;
    position: relative;
}
footer#footer #footer-container {
    background: #fff;
    position: relative;
    text-align: center;
}

footer#footer #footer-container a {
    color: #000;
}
footer#footer #footer-container a:hover {
    color: #b9ebcc;
}
footer#footer p {
}
footer#footer a {
    color: #000;
}
footer#footer a:hover {
    color: #FFEEB8;
}
footer#footer .nav li {

}
footer#footer .nav li a i {
    margin-right: 5px;
}
footer#footer .nav li a {
    text-decoration: none;
    padding: 5px 0px;
    display: inline-block;
}
footer#footer .nav li a:hover,
footer#footer .nav li a:focus,
footer#footer .nav li a:active {
    background-color: transparent;
}
footer#footer li.footer_nav_payment {

}
footer#footer li.footer_nav_payment i {
    font-size: 28px;
    vertical-align: middle;
}

footer#footer .title,
footer#footer .title
{
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;¡
}
.form_new_subscriber {

    max-width: 100%;
}
#modal_message_1_popup .form_new_subscriber {
    width: 405px;
}
.form_new_subscriber .form_new_subscriber_field_container {
    position: relative;
}
.form_new_subscriber .checkbox {
    font-size: 13px;
}
.form_new_subscriber .checkbox input[type=checkbox] {
    margin-top: 3px;
}
.form_new_subscriber input[type="text"] {
    border-color: #fff;
    font-size: 13px;
    min-height: 40px;
}

footer#footer .nav-footer {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 20px 0px;
}
footer#footer .nav-footer li {
    display: inline-block;
    margin: 0px 5px;
}
footer#footer .nav-footer li a {
    font-size: 12px;
    text-decoration: none;
    color: #787878;

}
footer#footer .nav-footer li a:hover {

}

footer#footer .footer-bottom {
    font-size: 12px;
}
footer#footer .footer-bottom .footer-bottom-container {

    padding: 10px 0px 10px 0px;
}
.MainContainer {
    background-color: #fff;
}

#sidebar_left {
    margin-top: 20px;
}


.messagesession {

    width: 100%;
    height: auto;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: normal;
}

.messagesession_content {
    position: relative;
    padding: 20px 15px;
    background-color: #99ccff;
    border-top: 5px solid #77aaff;
}
.messagesession.messagesession-alert-success .messagesession_content {
    border-top: 5px solid #00B16A;
    background-color: #3FC380;
}
.messagesession.messagesession-alert-danger .messagesession_content {
    border-top: 5px solid #e74c3c;
    background-color: #EC644B;
}
.messagesession.messagesession-alert-danger .messagesession_content a {
    color: #fff;
    text-decoration: underline;
}
.messagesession.messagesession-alert-warning .messagesession_content {
    border-top: 5px solid #EB974E;
    background-color: #F4B350;
}
.messagesession p {
    margin: 0px;
    padding: 0px;
}
.messagesession p a {
    color: #fff;
    text-decoration: underline;
}

.messagesession a.messagesession_close {
    color: #fff;
    text-decoration: underline;
    position: absolute;
    top: 16px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    background-color: #000;
    font-size: 14px;
    vertical-align: middle;
}


.shop_cart .badge.badge-cart {
    position: absolute;
    top: 5px;
    right: 0px;
    left: auto;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 22px;
    padding: 0px;
    font-size: 11px;
    background-color: #131313;
    color: #fff;
}
.badge.badge-style-1 {
    background-color: #FFEEB8;
    color: #131313;
}
.faq_category {
    margin-bottom: 20px;
}

.faq_category h4 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 100;
}

.faq_category h5.faq_title {
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: none;
    font-weight: 500;
}

.customers_profile_img {
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    display: inline-block;
}

.product_add_step {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background: #f4b026;
    color: #fff;
}



.table-checkout .quantity {
    display: flex;
}
.table-checkout .quantity .quantity__input {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}
.table-checkout .quantity .quantity__button {
    width: 19px;
    height: 19px;
    padding: 0;
    text-align: center;
    margin: 0px 0px 1px 0px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    background: #fff;
}

.table-checkout .quantity__link_delete {
    font-size: 12px;
}

section.section {
    padding: 40px 0px;
    margin: 0 auto;
    position: relative;
}
.section.section-light {
    background-color: #f9f9f9;
}
.section.section-editor {
    padding: 0px;
}
.section.section-border-top-sm:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33%;
    height: 1px;
    background: rgba(72,72,72,0.5);
}
.section-editor-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.section-editor-form {
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 15px 15px 15px 15px;
    position: relative;
}
.section-editor-poster {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 60px 70px 80px 60px;
    background-color: #e0e0e0;
    position: relative;
}
.product_3.section-editor-poster {
    background-color: #fcfcfc;
}
.section-editor-map-examples-container {
    padding: 40px 0px;
    background-color: #ecf0f1;
}
.section-editor-map-examples {

}
.section-editor-map-examples-item {
    /*display: none;*/
}

.editor-map-example-item {
    padding: 0px 10px;
}
.section-editor-map-examples .editor-map-example-item a {
    display: block;
    box-shadow: 2px 2px 10px -2px #000;
}
.section-editor-map-examples .editor-map-example-item a:hover {
    box-shadow: 3px 3px 10px -2px #000;
}

.section-editor-map-atrtibution {
    display: none;
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
}
.section-editor-map-atrtibution a {
    color: #484848;
}


.section-editor-form-tabs {
    text-align: center;
    display: table;
    width: 100%;
    border: none;
}
.section-editor-form-tabs > li {
    display: table-cell;
    width: 33%;
}
.section-editor-form-tabs > li > a {
    margin-right: 0px;
    line-height: normal;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.section-editor-form-tabs > li > a > i {
    color: #484848;
}
.section-editor-form-tabs > li > a,
.section-editor-form-tabs > li > a:focus,
.section-editor-form-tabs > li > a:hover {
    border: 3px solid #f0f0f0;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;

}
.section-editor-form-tabs > li.active > a,
.section-editor-form-tabs > li.active > a:focus,
.section-editor-form-tabs > li.active > a:hover {
    border: 3px solid #EF6C4E;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #EF6C4E;
    background-color: transparent;

}
.section-editor-form-tabs > li.active > a {
    border-bottom-color: #EF6C4E;
}
.section-editor-form-tab-content {
    margin-top: 20px;
}

.editor_location_examples {
    display: none;
    margin-top: 5px;
}
.editor_location_examples ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.editor_location_examples ul li {
    display: inline-block;
    margin: 2px 0.5%;
    width: 31.9%;
}
.editor_location_examples ul li a {
    display: block;
    padding: 3px 5px;
    text-align: center;
    background: #f5f5f5;
    color: #484848;
}
.editor_location_examples ul li a:hover {
    display: block;
    padding: 3px 5px;
    text-align: center;
    background: #f0f0f0;
}
.section-editor-form h4 {
    margin: 0px 0px 0px 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.section-editor-form h4 i {
    color: #000;
}
.section-editor-form h5 {
    margin: 0px 0px 0px 0px;
    color: #555;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
}
.section-editor-form .text-help {
    color: #888;
    font-size: 12px;
    margin-bottom: 15px;
}
.editor_text_label,
.editor_format_label {
    font-weight: 300;
    text-align: right;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 34px;
}
.editor_text_label.text-left {
    text-align: left;
}

.html_frame_disableds {
    /*display: none;*/
    margin-top: 7px;
    font-style: italic;
}
.editor_text_group,
.editor_format_group {
    margin-bottom: 5px;
}
.editor_format_group {
    margin-bottom: 10px;
}
/*.editor_format_group:nth-child(odd) {
    background-color: #fbfbfb;
}*/




.section-editor-form-addtocart {

}
.section-editor-form-addtocart > .btn {
    padding: 20px 10px;
}
.section-editor-form-price {
    color: #131313;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 63px;
    line-height: 63px;
    vertical-align: middle;
    position: relative;
    background: #eee;
}

.section-editor-form-price-included {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: auto;
    color: #484848;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
}
.section-editor-form-price-container .section-editor-form-price-old {
    display: table;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.section-editor-form-price-container .section-editor-form-price-old .section-editor-form-price-old-icon {
    display: table-cell;
    padding: 5px;
    background-color: #FFEEB8;
    text-align: center;
    width: 35px;
}
.section-editor-form-price-container .section-editor-form-price-old .section-editor-form-price-old-text {
    display: table-cell;
    padding: 5px;
    font-size: 13px;
    background-color: #FFEEB8;
    text-align: left;
}
.section-editor-form-price-container .section-editor-form-price-old .section-editor-form-price-old-percent {
    display: table-cell;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    background-color: #131313;
    color: #EF6C4E;
    font-weight: 700;
}
.section-editor-form-price-container .section-editor-form-price-old .section-editor-form-price-old-before {
    display: table-cell;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    background-color: #888;
    color: #d0d0d0;
    text-decoration: line-through;
    width: 35px;
    position: relative;
    font-weight: 500;
}
.section-editor-form-price-container .section-editor-form-price-old .section-editor-form-price-old-before:before {
    content: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #EF6C4E;
    -webkit-transform: skewY(-40deg);
    transform: skewY(-40deg);
}
.section-editor-form-price-container .section-editor-form-price-old .section-editor-form-price-old-before:after {
    content: none;
    width: 100%;
    border-bottom: 1px solid #EF6C4E;
    -webkit-transform: skewY(40deg);
    transform: skewY(40deg);
    position: absolute;
    right: 0;
    top: 50%;
}

.custom-radio-img-preview img {
    max-height: 120px;
}


.section-giftcard-container {

}
.section-giftcard-img {

}
.section-giftcard-form {

}
.section-giftcard-form-addtocart {

}
.section-giftcard-form-addtocart > .btn {
    padding: 30px 10px;
}
.section-giftcard-form-price {
    color: #0abab5;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    display: block;
    height: 86px;
    line-height: 86px;
    vertical-align: middle;
    background-color: #ecf0f1;
    position: relative;
}
#modal_message_1_popup {

}
#modal_message_1_popup button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    background: #fff;
    color: #484848;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: none;
    opacity: 1;
    z-index: 10;
}
#modal_message_1_popup .modal-body {
    padding: 0px;
}
#modal_message_1_popup .modal_message_1_popup_content {
    padding: 15px;
    text-align: center;
}
#modal_message_1_popup .modal-title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 15px;

    text-align: center;

    position: relative;

}
#modal_message_1_popup .modal-title span {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
#modal_message_1_popup .modal-title:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    position: absolute;
}
#modal_message_1_popup .nav-smo {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#modal_message_1_popup .nav-smo li {
    display: inline-block;
}
#modal_message_1_popup .nav-smo li a {
    display: block;
    padding: 5px 10px;
    color: #484848;
}
#modal_message_1_popup .form_new_subscriber {
    margin: 0 auto;
}
#modal_message_1_popup .form_new_subscriber input {
    border-color: #ccc;
}
.hero {
    position: relative;
    padding: 40px 0px 0px 0px;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    text-align: center;
}


.hero.bg-header-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.hero.bg-header-img .bg-header-img-bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2)
}
.hero.bg-header-img .title {
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,1);
    font-weight: 900;
    font-size: 40px;
}
.hero.bg-header-img ol.breadcrumb {
    background: transparent;
    padding: 0;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
    justify-content: center;
}
.hero.bg-header-img ol.breadcrumb a {
    color: #fff;
    font-weight: 700;
}
.hero.bg-header-img ol.breadcrumb > li+li:before {
    color: #fff;
}
.hero.bg-header-img ol.breadcrumb > .active {
    color: #fff;
    font-weight: 400;
}
.hero:after {
    /*content: ' ';
    position: absolute;
    background-color: rgba(50,50,50,.6);
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}
.hero-container {
    display: block;
    position: relative;
    z-index: 3;
}
.hero .title {
    margin: 0;
    padding: 0;
    font-size: 35px;

}
.hero .subtitle {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
}



.tour-btn-container .tour-btn {
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
}
.btn .btn-text-small {
    font-size: 13px;
    font-weight: 300;
}

#section-inspiracion-season {
    background-color: #1E4E86;
    color: #fff;
    /*background-color: #eef8ff;*/
   /* background-color: #ffe8e8;*/
   /*background-color: #e7f5ff;*/
}

#section-inspiracion .inspiracion-item,
#section-inspiracion-season .inspiracion-item
{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 4px;
}

#section-inspiracion .inspiracion-item > a,
#section-inspiracion-season .inspiracion-item > a
{
    display: block;
    position: relative;
    height: 196px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#section-inspiracion-season .inspiracion-item > a {
    height: 290px;
}
#section-inspiracion .row-cols-1 .inspiracion-item > a {
    height: 305px;
}
#section-inspiracion .inspiracion-item.inspiracion-item-height-auto > a {
    height: auto;
}

#section-inspiracion .inspiracion-item > a:after,
#section-inspiracion-season .inspiracion-item > a:after
{
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 60%;

    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

    opacity: 0;
}
#section-inspiracion .inspiracion-item:hover > a:after,
#section-inspiracion-season .inspiracion-item:hover > a:after
{
    opacity: 1;
}


#section-inspiracion .inspiracion-item .inspiracion-item-mention,
#section-inspiracion-season .inspiracion-item .inspiracion-item-mention
{
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 20px;
    opacity: 0;

    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
#section-inspiracion .inspiracion-item:hover .inspiracion-item-mention,
#section-inspiracion-season .inspiracion-item:hover .inspiracion-item-mention
{

    bottom: 0px;
    opacity: 1;
}
#section-inspiracion .inspiracion-item .inspiracion-item-mention .inspiracion-item-mention-content,
#section-inspiracion-season .inspiracion-item .inspiracion-item-mention .inspiracion-item-mention-content
{
    position: relative;
}
#section-inspiracion .inspiracion-item .inspiracion-item-mention a,
#section-inspiracion-season .inspiracion-item .inspiracion-item-mention a
{
    color: #fff;

}


#home-features-section {
    padding: 0;
    background-image: url(../img/home-features-5.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;

    text-align: right;
    color: #fff;

}
#home-features-section .home-features-section-container {
    position: relative;


}
#home-features-section .home-features-section-container:before {
    position: absolute;
    content: " ";
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

}

#home-features-section:hover .home-features-container:before {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );


}
#home-features-section .home-features-section-text {
    position: relative;
    padding: 150px 20px 150px 20px;
    float: right;
    width: 40%;
}
#home-features-section .home-features-section-text h6
{
    display: block;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#home-features-section .home-features-section-text h3 {
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    padding: 0;
}
#home-features-section .home-features-section-text p {
    font-size: 14px;
}
#home-features-section ul.home-features-values {
    width: 100%;
    margin: 0;
    padding: 0;
}
#home-features-section ul.home-features-values li i {
    display: block;
    font-size: 40px;
}
#home-features-section ul.home-features-values li {
    margin: 20px 0px 40px 0px;
    text-align: right;
    border-left: 1px solid transparent;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    display: table;
    width: 100%;
    table-layout: fixed;
}
#home-features-section ul.home-features-values li:first-child {
    border: 0;
}
#home-features-section ul.home-features-values li .home-features-text {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}
#home-features-section ul.home-features-values li .home-features-icon {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}

#home-giftcard-section {
    padding: 0;
    background-image: url(../img/home-giftcard.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: right;
    color: #fff;

}
#home-giftcard-section > a {
    display: block;
    color: #fff;
    text-decoration: none;

}
#home-giftcard-section .giftcard-section-container {
    position: relative;


}
#home-giftcard-section .giftcard-section-container:before {
    position: absolute;
    content: " ";
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

}

#home-giftcard-section > a:hover .giftcard-section-container:before {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );


}
#home-giftcard-section .giftcard-section-text {
    position: relative;
    padding: 150px 20px 150px 20px;
    float: right;




}
#home-giftcard-section .giftcard-section-text h6 {
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#home-giftcard-section .giftcard-section-text h3 {
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    padding: 0;
}
#home-giftcard-section .giftcard-section-text p {
    font-size: 14px;
    width: 450px;
    max-width: 100%;
    float: right;
}
.affiliates_text {
    font-size: 17px;
}
.affiliates_text h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
ul.list-affiliates-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-affiliates-steps li span {
    color: #EF6C4E;
    font-weight: 700;
}

.affiliate_sidebar_balance {
    text-align: center;
    background: #ecf0f1;
    padding: 15px;
}
.affiliate_balance_value {
    font-size: 20px;
    font-weight: 700;
    color: #EF6C4E;
}
.affiliate_balance_ref span {
    font-weight: 700;
    color: #EF6C4E;
}

.affiliates-nav-tabs {
    border-bottom: 3px solid #ecf0f1;
}
.affiliates-nav-tabs > li {
    margin-bottom: -3px;
}
.affiliates-nav-tabs > li > a
{
    color: #484848;
    border: none;
    border-bottom: 3px solid #ecf0f1;
}
.affiliates-nav-tabs > li > a:hover
{
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #EF6C4E;
}

.affiliates-nav-tabs > li.active > a,
.affiliates-nav-tabs > li.active > a:focus,
.affiliates-nav-tabs > li.active > a:hover {
    color: #EF6C4E;
    border: none;
    border-bottom: 3px solid #EF6C4E;
}
.affiliate-nav-sidebar-menu {
    background-color: #ecf0f1;
}
.affiliate-nav-sidebar-menu li {
    border-bottom: 2px solid #fff;
}
.affiliate-nav-sidebar-menu li a {
    border-left: 5px solid #d0d0d0;
}
.affiliate-nav-sidebar-menu li.active a {
    border-color: #EF6C4E;
}

.form_affiliates_login_container {
    background-color: #FFEEB8;

}
.form_affiliates_login_container a {
    color: #000;
}

.about_us_text {
    font-size: 20px;
}
.about_us_text h3 {
    font-weight: 400;
    color: #000;
}
.color-EF6C4E {
    color: #EF6C4E;
}
.bg-white {
    background-color: #fff;
}
.bg-custom-2 {
    background-color: #FFEEB8;
}
.bg-custom-1 {
    background-color: #EF6C4E;
    color: #fff;
}
.bg-custom-3 {
    background-color: #1E4E86;
    color: #fff;
}
.color-custom-3 {
    color: #1E4E86;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4
{
    color: #fff;
}
.contact_page_text {
    font-size: 20px;
}
.contact_page_text h3 {
    font-weight: 300;
}
.contact_page_email {
    font-size: 29px;
    font-weight: 100;
}
.contact_page_phone {
    font-size: 13px;
}
.contact_page_phone i {
    vertical-align: middle;
}

.shop_checkout {
    position: relative;
}

.loading_checkout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 999;
    text-align: center;
    padding-top: 100px;
    text-transform: uppercase;

    font-weight: 100;
    line-height: normal;

}
.loading_checkout > i {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

#checkout_form label:not(.form-check-label) {
    margin-bottom: 0;
    font-size: 12px;
}
#checkout_form .form-group {

}
#checkout_form h4 {
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.checkout_payment_method_container {

}
.checkout_payment_method_item input[type="radio"] { /* HIDE ORG RADIO & CHECKBOX */
    visibility: hidden;
    position: absolute;
}
/* RADIO & CHECKBOX STYLES */
.checkout_payment_method_item .form-check {
    margin: 0px 0px 1rem 0px;
    padding: 0;
}
.checkout_payment_method_item .form-check label {
    cursor: pointer;
}

.checkout_payment_method_item input:disabled + label {
    cursor: no-drop;
    font-style: italic;
    color: #444;
    opacity: 0.65;
}
.checkout_payment_method_item input:disabled + label:hover {
    border-color: transparent;
}
.checkout_payment_method_item input:checked + label { /* (RADIO CHECKED) <i> STYLE */

}
.checkout_payment_method_item input + label i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.checkout_payment_method_item input + label i.i_not_checked{ /* (RADIO CHECKED) <i> STYLE */
    display: inline-block;
}
.checkout_payment_method_item input + label i.i_checked{ /* (RADIO CHECKED) <i> STYLE */
    display: none;
}
.checkout_payment_method_item input:checked + label i.i_not_checked{ /* (RADIO CHECKED) <i> STYLE */
    display: none;
}
.checkout_payment_method_item input:checked + label i.i_checked{ /* (RADIO CHECKED) <i> STYLE */
    display: inline-block;
    color: #0abab5;
}
table.table-checkout .th-quantity {
    width: 124px;
}
table.table-checkout .th-price {
    width: 150px;
}
.table-checkout-price-old {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}
.table-checkout-price {
    color: #000;
    font-weight: 700;
}
.table-checkout .table-checkout-price-total {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

table.table-checkout,
table.table_orders
{
    border-spacing: 2px;
    border-collapse: separate;
}
table.table-checkout > thead > tr > th,
table.table_orders > thead > tr > th
{
    border-bottom: none;
    font-size: 15px;
}
table.table-checkout > tbody > tr > td,
table.table-checkout > tbody > tr > th,
table.table-checkout > tfoot > tr > td,
table.table-checkout > tfoot > tr > th,
table.table-checkout > thead > tr > td,
table.table-checkout > thead > tr > th,

table.table_orders > tbody > tr > td,
table.table_orders > tbody > tr > th,
table.table_orders > tfoot > tr > td,
table.table_orders > tfoot > tr > th,
table.table_orders > thead > tr > td,
table.table_orders > thead > tr > th{
    padding: 8px 10px;
    line-height: normal;
    vertical-align: middle;
    border-top: none;
}
table.table-checkout > tbody > tr > td,
table.table_orders > tbody > tr > td
{
    background-color: #FFEEB8;
    border-radius: 5px;
}
table.table-checkout > tbody > tr.tr_totals > td:first-child {
    background-color: transparent;
}
table.table-checkout > tbody > tr > td small,
table.table_orders > tbody > tr > td small
{
    color: #888;
}
table.table-checkout > tbody > tr > td.td_empty,
table.table_orders > tbody > tr > td.td_empty
{
    background-color: transparent;
}
table.table-checkout > tbody > tr > td a,
table.table_orders > tbody > tr > td a
{
    color: #000;
}
table.table-checkout > tbody > tr > td .table-checkout-price_ud-old {
    color: #888;
    margin-right: 5px;
    text-decoration: line-through;
}
table.table-checkout > tbody > tr > td .table-checkout-shippings-old {
    color: #888;
    margin-right: 5px;
    text-decoration: line-through;
}

.table.table-checkout .form_shop_discount_field_container .button-discount {
    border: 1px solid #ced4da;
}


.StripeElement {
    background-color: transparent;
    padding: 8px 12px;
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-transition: box-shadow 150ms ease;
    -moz-transition: box-shadow 150ms ease;
    -o-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: none;
    border-color: #e5e5e5;
    color: #555;
}

.StripeElement--invalid {
    border-color: #a94442;
}

.StripeElement--webkit-autofill {
    background-color: transparent !important;
}
#stripe-payment-form {
    display: none;
}
.message_topheader {
    color: #484848;
    background-color: transparent;
    text-align: center;
}

.message_topheader.message_topheader-alert-info {
    /*color: #fff;
    background-color: #3498db;*/
}
.message_topheader.message_topheader-alert-turquoise {
    /*color: #fff;
    background-color: #EF6C4E;*/
}
.message_topheader.message_topheader-alert-success {
    /*color: #fff;
    background-color: #EF6C4E;*/
}
.message_topheader.message_topheader-alert-greensea {
    color: #131313;
    background-color: #FFEEB8;
}
.message_topheader.message_topheader-alert-grey-light {
    /*color: #484848;
    background-color: transparent;*/
}
.message_topheader.message_topheader-alert-black {
    color: #fff;
    background-color: #131313;
    text-align: center;
}

.message_topheader_content {
    padding: 15px;
    text-align: center;
}
.message_topheader_content .message_topheader_title strong {
    font-size: 20px;
}
.message_topheader.message_topheader-alert-black .message_topheader_content .message_topheader_title strong {
    color: #fff;
}
.message_topheader_content strong {

    font-weight: 900;
}
.header_messages {
    display: table;
    width: 100%;
}
.header_messages .header_messages_left {
    display: table-cell;
    vertical-align: top;
    width: auto;
}
.header_messages .header_messages_right {
    display: table-cell;
    vertical-align: top;
    width: auto;
}
.free_shipping_header_message_container {
    display: none;
}
.free_shipping_header_message {
    padding: 5px;
    text-align: right;
}
.grid_editor_examples {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
}
.grid_editor_examples .grid_editor_examples-sizer,
.grid_editor_examples .masonry-item {
    width: 25%;
    float: left;
}
.grid_editor_examples .grid_editor_examples-gutter-sizer {
    width: 0px;
}
.grid_editor_examples .masonry-item {
    margin-bottom: 20px;
    padding: 0px 10px;
}

#editor_preview_poster_sm_btn {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: auto;
    height: auto;
    z-index: 11;
    background-color: #fff;
    border: 1px solid #0abab5;
    box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, .1);
}
#editor_preview_poster_sm_btn > a {
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}


.section-aboutus-bg {
    background-image: url(../img/aboutus-3-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    border-radius: 15px;
}
#section-aboutus h2,
#section-aboutus h3
{
    margin-bottom: 30px;
}
#section-aboutus p {
    margin-bottom: 30px;
}

.newsletter-widget {
    border-radius: 4px;
    background-color: #FFEEB8;
    padding: 40px;
    transition: all 0.3s ease;
}
.newsletter-widget-container-editor .newsletter-widget {
    background-color: #fff;

}
.newsletter-widget:hover {
}
.newsletter-widget-container-editor .form-control {
    background-color: #f5f5f5;
}

.newsletter-widget-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #131313;
    font-weight: 400;
}
.newsletter-widget .newsletter-widget-title span {
    font-weight: 700;
}
.newsletter-widget:hover .newsletter-widget-title span {
    font-weight: 700;
}
.newsletter-widget p {
    font-size: 13px;
    color: #545454;
}
.section-testimonials {
    background-color: #1E4E86;
    color: #fff;
}
#section-home-features-1 {
    background-color: #fcfcfc;
}
#section-home-features-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
#section-home-features-1 i {
    
}
.section-home-features-1-text-intro p {
        font-size: 18px;
}
.testimonials_avg {

}
.testimonials_avg_container {
    background-color: #fff;
    padding-top: 35px;
    color: #EF6C4E;
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.testimonials_avg span {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;

}
.testimonial_item {

}
.testimonial_item_header {
    display: flex;
    justify-content: center;
}
.testimonial_item_name {
    font-weight: 700;
    width: 150px;
    text-align: right;
}
.testimonial_item_location {
    width: 150px;
    text-align: left;
    color: #888;
}
.testimonial_item_rating {
    color: #68c99c;
}
.testimonial_item_comments {

}
.testimonial_item_answer {
    color: #999;
    font-style: italic;
}
.testimonial_item_answer span {
    text-decoration: underline;
}

/* Customize the label (the container) */
.label-rating-emoji {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 32px;
    user-select: none;
    width: 35px;
    text-align: center;
}

/* Hide the browser's default radio button */
.label-rating-emoji input {
    position: absolute;
    opacity: 0;
}

/* Create a custom radio button */
.checkmark-rating-emoji {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #eee;
    border-radius: 50%;
}

.product_element_list {
    text-align: center;
}
.product_element_list .title-bottom a {
    text-transform: uppercase;
    font-weight: 700;
    color: #131313;
}

.citymap_element_list {
    margin: 0px 0px 30px 0px;
    height: 240px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.citymap_element_list a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.citymap_element_list a:hover {
    background-color: rgba(0,0,0,0.2);
}
.citymap_element_list a span.title {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    font-weight: 900;
    font-size: 30px;
    text-shadow: 2px 2px 10px rgba(0,0,0,1);
}

.citymap_map_element_list {
    margin: 0px 0px 20px 0px;
    text-align: center;
    padding: 0px 15px 0px 15px;
}
.citymap_map_element_list .title a {
    font-weight: 700;
    color: #484848;

}
.citymap_map_element_list .title-bottom a {
    font-weight: 700;

}
.citymap_map_element_list > a {
    display: inline-block;
    box-shadow: 4px 4px 15px rgba(0,0,0,0.5);
    margin-bottom: 15px;

}

.section-editor-form h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}

.products-nav {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-top: -1px;
    height: 40px;
}
.products-nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.products-nav ul > li > a {
    padding: 0px 15px;
    line-height: 40px;
    color: #131313;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.products-nav ul > li > a:hover {

}
.products-nav ul > li > a.active {
    font-weight: 700;
}
.products-nav ul > li > a span.top {
    font-size: 9px;
    background: #0abab5;
    color: #fff;
    float: right;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
}
.products-nav ul > li > a .badge {
    vertical-align: initial;
    font-size: 11px;
    text-shadow: none;
    font-weight: 300;
    padding: 3px 8px;
}

/* On mouse-over, add a grey background color */
.label-rating-emoji:hover input ~ .checkmark-rating-emoji {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-rating-emoji input:checked ~ .checkmark-rating-emoji {
    background-color: #0abab5;
}

#okewa{display:none}
#okewa-floating_popup{z-index:9999!important}

.section-home-v2-1 {

}
.section-home-v2-1 .section-home-v2-1-banner {

    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.section-home-v2-1 .section-home-v2-1-banner:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    content: "";

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.section-home-v2-1 .section-home-v2-1-banner:hover:before {
    width: 101%;
    height: 101%;
}


.section-home-v2-1 .section-home-v2-1-banner > a {
    display: block;
    color: #131313;
}




.section-home-v2-1 .section-home-v2-1-banner header h1,
.section-home-v2-1 .section-home-v2-1-banner header h2 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.section-home-v2-1 .section-home-v2-1-banner h2,
.section-home-v2-1 .section-home-v2-1-banner p
{
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0.5rem;
}
.section-editor-poster-container-sticky.sticky-top {
    top: 130px;
}

.footer-feature-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.footer-feature-item i {
    font-size: 20px;
    color: #EF6C4E;
}
.footer-feature-item h6 {
    font-size: 17px;
    letter-spacing: 0;
}
.footer-feature-item .footer-feature-item-rating {
    font-size: 20px;
    color: #EF6C4E;
    font-weight: 700;
}
.alert.alert-black {
background-color: #111;
color: #fff;
}

.message-change-language-container {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}

.messagecookies {
    width: 100%; /* 650px */
    /* max-width: 90%; */
    height: auto;
    background-color: #fff;
    z-index: 9999;
    border-radius: 0px; /* 4px; */
}
.messagecookies .messagecookies_container {
    position: relative;
    padding: 20px;
    text-align: center;
}
.messagecookies p {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.messagecookies p a {
    color: #000;
    text-decoration: underline;
    
}
.messagecookies button.messagecookies_accept,
.messagecookies button.messagecookies_reject
 {
    padding: 15px 10px;
    background: #EF6C4E;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin: 10px 0px 10px 0px;
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
.messagecookies button.messagecookies_reject
 {
    
    background: #fff;
    color: #000;
    font-weight: 400;
}
.messagecookies-container-popup {
position: fixed;
top: auto;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}

.mapboxgl-ctrl-logo {
display:none !important;
}

@media (max-width: 991px)
{
    .sm-text-center {
        text-align: center;
    }
    .sm-text-right {
        text-align: right;
    }
    .sm-text-left {
        text-align: left;
    }

    #home-features-section {
        background-attachment: scroll;
    }
    #home-giftcard-section {
        background-attachment: scroll;
    }

    .section-editor-container {
        display: block;
    }
    .section-editor-poster {
        display: block;
        width: 100%;
        max-height: 100vh;
    }
    .section-editor-form {
        display: block;
        width: 100%;
    }
    .editor_text_label,
    .editor_format_label
    {
        text-align: left;
        font-weight: 400;
        font-size: 11px;
    }
    .section-editor-form-price-addtocart-container.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
        background-color: rgba(255,255,255,0.8);
        padding: 5px;
    }
    .section-editor-form-price-addtocart-container.fixed .section-editor-form-addtocart a.editor_button_addtocart {
        padding: 10px;
        font-size: 14px;
    }
    .section-editor-form-price-addtocart-container.fixed .section-editor-form-price {
        height: 40px;
        width: 40px;
        line-height: 40px;
        background-color: transparent;
        border: none;
        font-size: 30px;
        box-shadow: none;

    }
    .section-editor-form-price-addtocart-container.fixed .section-editor-form-price-included {
        display: none;
    }


    .custom_radio .section-editor-form-price-old .section-editor-form-price-old-text {
        display: block;   
    }


    .citymap_element_list {
        height: 180px;
    }


}
@media (max-width: 767px)
{
    #checkout_form label {
        text-align: left;
    }

    #okewa{display:block}

    body > .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xs-text-center {
        text-align: center;
    }
    .xs-text-right {
        text-align: right;
    }
    .xs-text-left {
        text-align: left;
    }

    .xs-text-center {
        text-align: center;
    }
    .btn.xs-btn-block {
        display: block;
    }

    .hero .subtitle.subtitle-editor span {
        display: block;
        font-size: 16px;
        text-align: center;
    }
    .message_topheader_content {
        padding: 10px 5px 10px 5px;
        text-align: center;
    }
    .free_shipping_header_message {
        padding: 10px 5px 10px 5px;
        text-align: center;
    }
    .free_shipping_header_message_container.with_message_topheader .free_shipping_header_message {
        padding: 0px 5px 10px 5px;
    }
    .header_messages .header_messages_right,
    .header_messages .header_messages_left {
        display: block;
    }
    .form_new_subscriber {
        margin: 0 auto;
    }




    .table-checkout .table-checkout-price-total {
        font-size: 16px;
    }

    .newsletter-widget-container-editor {
        margin: 20px 10px 0px 10px; 
    }

    .testimonial_item_header {
        display: block;
    }
    .testimonial_item_name {
        display: block;
        width: auto;
        text-align: center;
    }
    .testimonial_item_location {
        display: block;
        width: auto;
        text-align: center;
    }

    .citymap_element_list {
        height: 180px;
        width: 350px;
        max-width: 100%;
        margin: 0px auto 20px auto;
    }

    .products-nav ul > li > a {
        padding: 10px 10px;
        font-size: 11px;
    }

}


@media (min-width: 576px){
    .table.table-checkout .shop_discount {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .table.table-checkout .shop_discount .form_shop_discount_field_container {

    }
    #section-inspiracion .inspiracion-item > a { 
        height: 150px;
    }

    #section-inspiracion-season .inspiracion-item > a {
        height: 330px;
    }
    #section-inspiracion .row-cols-sm-3 .inspiracion-item > a {
        height: 150px;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 50px;
    }
    body.page-checkout {
        padding-top: 50px;
    }
    header#header .nav-left,
    header#header .nav-right {
        width: 270px;
    }
    header#header .navbar {
        position: relative;
        top: auto;
    }
    header#header .navbar .nav-item {
        border-bottom: none;
    }
    header#header .navbar-nav .nav-link {
        padding: 0 1rem;
        line-height: 50px;
    }
    header#header .navbar .nav-item.nav-item-product {
        display: none;
    }
    header#header .mainNav_languages .dropdown-menu > li,
    header#header .mainNav_currencies .dropdown-menu > li {
        float: none;
        width: 100%;
        font-size: 13px;
        display: inline-block;
        padding: 0;
        margin: 0;
        clear: none;
    }
    header#header .mainNav_languages .dropdown-menu > li > a,
    header#header .mainNav_currencies .dropdown-menu > li > a {
        text-align: right;
    }

    footer#footer #footer-container {
        text-align: left;
    }
    .section-home-v2-1 .section-home-v2-1-banner {
        padding: 40px;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
        background-position: top center;
    }

    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-mapas-personalizados:before {
        background-image: url(../img/banner-home-mapas.jpg);
    }
    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-laminas:before {
        background-image: url(../img/banner-home-laminas.jpg);
    }
    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-mapa2en1:before {
        background-image: url(../img/banner-home-mapa2en1.jpg);
        background-position: top center;
    }
    .section-home-v2-1 .section-home-v2-1-banner > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;

        align-items: flex-end;
        justify-content: flex-end;
        justify-content: flex-end;
    }


    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-mapas-personalizados {
        height: 100%;

    }
    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-laminas {
        min-height: 290px;
    }
    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-mapa2en1 {
        min-height: 290px;
    }

    .section-home-v2-1 .section-home-v2-1-banner > a .section-home-v2-1-banner-content {
        padding: 5px 0px 0px 0px;
        width: 100%;
        background-color: rgba(255,255,255,1);
        color: #131313;
    }

    #section-inspiracion-season .inspiracion-item > a {
        height: 425px;
    }
    #section-inspiracion .row-cols-md-3 .inspiracion-item > a {
        height: 210px;
    }

}
@media (min-width: 992px) {
    table.table-checkout > tbody > tr > td,
    table.table_orders > tbody > tr > td
    {
        background-color: #fff;
    }
    .shop_checkout_col_resume {
        background-color: #FFEEB8;
    }
    .shop_checkout_col_resume .checkbox a {
        color: #000;
        text-decoration: underline;
    }
    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-laminas {
        min-height: 280px;
    }
    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-mapa2en1 {
        min-height: 280px;
    }


    #section-inspiracion-season .inspiracion-item > a {
        height: 310px;
    }
    #section-inspiracion .row-cols-lg-3 .inspiracion-item > a {
        height: 290px;
    }
                                                 
    .section-editor-form h1 {
        font-size: 25px;
    }

}
@media (min-width: 1200px) {
    header#header .nav-left,
    header#header .nav-right {
        width: 400px;
    }
    .shop_checkout_col_data {
        max-width: 600px;
    }

    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-laminas {
        min-height: 300px;
    }
    .section-home-v2-1 .section-home-v2-1-banner.section-home-v2-1-banner-mapa2en1 {
        min-height: 380px;
    }
    .section-home-v2-1 .section-home-v2-1-banner > a .section-home-v2-1-banner-content {
        width: 50%;
        padding: 15px 0px 0px 15px;
        border-radius: 4px 0px 0px 0px;
    }
    #section-inspiracion .row-cols-xl-6 .inspiracion-item > a {
        height: 160px;
    }
    #section-inspiracion-season .inspiracion-item > a {
        height: 370px;
    }
    .section-editor-form h1 {
        font-size: 36px;
    }
}

@media (min-width: 1630px){
    .container{
        max-width: 1600px;
    }
    .container-fluid-max-width {
        max-width: 1600px;
    }
    #section-inspiracion .row-cols-xl-6 .inspiracion-item > a {
        height: 236px;
    }
    #section-inspiracion-season .inspiracion-item > a {
        height: 540px;
    }

}