@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,700i|Sansita:400,400i,700,700i');

html,
body {
    height: 100%;
}

.flex-show {
    display: flex !important;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.fullscreen {
    padding: 0 15px;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.float-none {
    float: none !important;
}

.text-uppercase,
.text-uppercase *,
.uppercase_yes,
.uppercase_yes * {
    text-transform: uppercase;
}

.overflow-hidden {
    overflow: hidden;
}

.display-none {
    display: none;
}

.show-lg {
    display: block;
}

.hide-lg {
    display: none;
}

.show-desktop {
    display: block;
}

.show-mobile {
    display: none;
}

@media (min-width:1px) and (max-width:992px) {
    .container {
        /* max-width: 100%;
        width: 100% */
    }
}

body {
    font-size: 14px;
    /* line-height: 1.3rem; */
    font-family: Ubuntu, sans-serif;
    background: #ffffff;
    color: #272b2e;
}

img.lazy:not(.loaded):not(.loading),
.template_image_slider .image_fullscreen .item img.lazy:not(.loaded) {
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    display: inline-block !important;
}

small,
.small {
    font-size: 90%
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    background: #ffffff;
}

.modal h5 {
    color: #272b2e;
}

/* small {
    color: inherit !important;
} */

.xs-show {
    display: none
}

.pointer {
    cursor: pointer;
}

hr,
.cart_table *,
.sm-clean li {
    border-color: #eeeeee;
}

.cart_table>tbody>tr:last-child td {
    border-bottom: 1px solid #eeeeee;
}

.cart_table td {
    border-color: #eeeeee !important;
}

.cartReview_checkout_total {
    border-top: 2px solid #eeeeee;
}

.profileLeft:before {
    border-left: 1px solid #eeeeee;
}

a,
a:hover,
.btn-tooltip {
    outline: none !important;
    color: #57aeff;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.fa {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

p {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}

h1,
.h1 {
    margin-bottom: 15px;
}

h2,
.h2 {
    font-size: 180%;
}

body,
label {
    font-weight: 400;
}

strong,
.strong {
    font-weight: 700;
}

.heading {
    font-weight: 700;
    font-family: Nunito Sans, sans-serif;
    font-size: 35px;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

header {
    padding: 20px 0;
    margin-bottom: 0px;
    background: #ffffff;
    color: #000000;
}

header .heading {
    display: table-cell;
    vertical-align: middle;
}

header .heading a,
header .heading a:hover {
    color: #000000;
    text-decoration: none;
}

header a,
header a:hover {
    color: #6392bc;
}

header .container {
    position: relative;
}

header .cart_item {
    position: relative;
}

header .cart_item .badge {
    background: #6392bc;
    color: #ffffff;
    position: absolute;
    display: none;
    margin-left: -4px;
    top: 2px;
}

header .cart_item.with_values {
    padding-right: 15px !important;
}

header .cart_item.with_values .badge {
    display: inline-block;
}

header .logo {
    max-height: 130px;
    max-width: 100%;
    padding: 0 0 10px;
}

nav.main-nav {
    background: #ffffff;
    color: #000000;
}

nav.main-nav .sm-clean a {
    font-size: 12px !important;
    background: none !important;
    color: #000000;
}

nav.main-nav .sm-clean a:hover,
nav.main-nav .sm-clean a.active {
    color: #6392bc;
}

nav.main-nav .sm-clean a span.sub-arrow {
    border-color: #000000 transparent transparent transparent;
    background: none;
}

nav.main-nav .sm-clean ul a span.sub-arrow {
    border-color: transparent transparent transparent #000000;
}

#main-menu .sm-clean ul li a:hover,
nav.main-nav .sm-clean ul a:hover,
nav.main-nav .sm-clean ul a:focus,
nav.main-nav .sm-clean ul a:active,
nav.main-nav .sm-clean ul a.highlighted {
    background: none !important;
    color: #6392bc !important;
}

nav.main-nav .sm-clean ul {
    background: #ffffff;
    border-color: #ffffff;
}

.sm-clean>li>ul:before,
.sm-clean>li>ul:after {
    border-color: transparent transparent #ffffff transparent;
}

#request_page {
    min-height: 800px;
}

.section {
    margin-top: 30px;
    display: block;
}

#section-container .section.template_image_slider:first-child {
    margin-top: 0;
}

#sections-container .section:last-child {
    margin-bottom: 30px;
}

#about-us #section-container .section:first-child,
#contact-us #section-container .section:first-child {
    margin-top: 0px;
}

.showableItem {
    z-index: 99999;
    display: none;
    position: absolute;
    background: #ffffff;
    color: #272b2e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    left: auto;
    right: 15px;
    top: 100%;
    width: 300px;
    padding: 20px;
}

.showableItem a,
.showableItem a:hover {
    color: #57aeff;
}

.cart_is_empty {
    display: block;
}

.cart_has_items {
    /* display: none; */
}

.cart_has_items .btn {
    clear: both;
    float: left;
    margin: 0 10% 3px 10%;
    width: 80%;
}

.cart_with_values .cart_is_empty {
    /* display: none; */
}

.cart_with_values .cart_has_items {
    display: block;
}
.cart_items_count{
    color: #043e61;
    font-weight: bold;
    margin: 0 5px;
}

.user_menu {
    width: 200px;
    text-align: center;
}

.user_menu a {
    display: block;
    padding: 3px 0;
}

footer {
    margin-top: 30px;
    padding: 35px 0 10px 0;
    background: #ffffff;
    color: #ffffff;
}

footer a,
footer a:hover {
    color: #0a3645;
}

footer #settings_footer_address p {
    margin-bottom: 0px;
}

footer .heading {
    font-size: 120%;
    margin-bottom: 10px;
}

footer .footer_box {
    margin-bottom: 30px;
    width: 100%;
    clear: both;
    float: left;
}

footer #footer_box_1 a {
    display: block;
}

#footer_box_4 {
    margin-top: 20px;
}

footer .footer_bottom p {
    margin-bottom: 10px;
}

footer .footer_bottom a {
    text-decoration: underline;
}

footer .simple_link_list {
    list-style: none;
    padding-left: 0px;
}

.social_links a.button {
    padding: 5px;
    position: relative;
    display: inline-block !important;
    margin: 2px 3px 2px 0;
    text-align: center;
    font-size: 14px !important;
    background: transparent;
}

.social_links .icon-storeden {
    position: relative;
    margin-top: -6px;
    top: 3px;
    font-size: 20px;
}

#top_message {
    display: block;
    padding: 15px;
    margin-bottom: 0px;
    background: #043e61;
}

#top_message span {
    color: #ffffff;
    text-decoration: none;
}

.button,
.button:hover,
.button:focus,
.button:active,
a.button,
a.button:hover {
    border-radius: 5px;
    outline: none;
    background: #043e61;
    color: #fafafa;
}

.button:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn,
.form-control {
    font-size: 14px;
}

.checkout_btn_move.checkout_btn_move_desktop .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 55px;
    line-height: 55px;
}

.btn {
    border-radius: 5px;
    outline: none;
}

.button-checkout,
.button-checkout:hover,
.button-checkout:focus,
.button-checkout:active,
a.button-checkout,
a.button-checkout:hover {
    border-radius: 5px;
    outline: none;
    padding: 15px 0px;
    width: 100%;
    background: #6aa639;
    color: #ffffff;
}

.button-goto-checkout,
.button-goto-checkout:hover,
.button-goto-checkout:active,
.button-goto-checkout:focus,
a.button-goto-checkout,
a.button-goto-checkout:hover {
    border-radius: 2px;
    outline: none;
    background: #6aa639;
    color: #ffffff;
}

.btn_move_step_large {
    padding: 15px 0px;
    width: 100%;
    text-transform: uppercase;
}

.btn_move_step_large.btn-prev {
    width: 20%;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn_move_step_large.btn-next,
.checkout_btn_move_desktop .button-checkout {
    text-align: left;
    width: 80%;
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
}

.btn_move_step_large.btn-next .fa,
.checkout_btn_move .button-checkout .fa {
    position: absolute;
    top: 17px;
    right: 20px;
}

.checkout_btn_move .fa {
    font-size: 20px;
}

.checkout_btn_move.hide_prev .btn-prev {
    display: none
}

.checkout_btn_move.hide_prev .btn-next {
    width: 100%;
}

.btn-facebook {
    color: #FFF !important;
    background-color: #3b5998 !important;
}

.btn-google-plus {
    color: #FFF !important;
    background-color: #dd4b39 !important;
}

.form-control {
    border-radius: 2px;
    border: 1px solid #eee;
    color: inherit;
    background: transparent;
    color: #555;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #e6e6e6;
}

.lang_menu {
    width: 70px;
    text-align: center;
}

.language-link {
    display: block;
    padding: 4px;
}

.lang_menu img {
    margin: 0 2px;
}

.top_menu {
    padding: 10px 0;
}

.top_menu .item {
    cursor: pointer;
    display: inline-block;
    padding: 0px 0;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.top_menu .item:hover,
.top_menu .item.active {
    color: #6392bc;
}

.top_menu .item i {
    font-size: 20px;
    line-height: 20px;
}

.top_menu .item.language_menu img {
    position: relative;
    margin-right: 5px;
    margin-top: -2px;
}

.breadcrumb {
    margin-top: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb>li+li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: #272b2e;
}

.breadcrumb,
.breadcrumb a {
    color: #272b2e;
}

.breadcrumb,
.breadcrumb a:hover,
.breadcrumb li:last-child a {
    color: #57aeff;
}

.breadcrums_button {
    display: inline-block;
    padding-top: 15px;
}

.custom-title {
    color: #bdae90;
    margin: 0;
    padding: 30px 0 !important;
    text-align: center;
    font-weight: 400;
}

.header-mailphone a {
    line-height: 50px;
    margin-right: 20px;
    color: #000000
}

#section_header {
    padding: 0 50px;
    margin: 10px 0;
}

#main-menu {
    float: right;
}

#main-menu a {
    height: 44px;
    vertical-align: bottom;
}

.sm-clean a span.sub-arrow {
    right: 0 !important;
}

.img-video {
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 50%;
}

header {
    /* padding: 10px 0; */
    padding: 0;
    position: relative;
    margin-bottom: 0px;
    background: #ffffff;
    color: #000000;
}

nav.main-nav {
    border-top: none;
}

nav.main-nav .sm-clean li {
    font-size: 16px !important;
    padding: 5px;
}

nav.main-nav .sm-clean a {
    font-size: 16px !important;
    text-decoration: none;
    padding: 10px;
    display: block;
}

#header_wrap.fixed_top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #ffffff;
}

.header-homepage {
    background-color: rgba(255, 255, 255, 0);
}

#fixed-homepage {
    display: none;
    text-align: center;
    line-height: 35px;
    padding: 30px 0 !important;
    margin: 0px;
    color: #bdae90;
}

.fixed_bottom {
    width: 100%;
    display: block !important;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #ffffff;
}

.template_banner_image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.template_highview_products .heading {
    margin-bottom: 30px;
}

.template_highview_products .product_placeholder img {
    margin-bottom: 10px;
}

.template_highview_products .product_placeholder p {
    margin-bottom: 10px;
}

.template_image_slider .item {
    width: 100%;
    text-align: center;
}

.template_image_slider .item img {
    max-width: 100%;
    float: none;
    margin: 0 auto;
}

.template_image_slider .image_fullscreen .item img {
    width: 100% !important;
    max-width: auto !important;
}

.template_about_us a {
    text-decoration: none;
}

.template_about_us a * {
    color: #272b2e;
}

.template_filtered_products .heading {
    margin-bottom: 30px;
}

.template_filtered_products .product_placeholder img {
    margin-bottom: 10px;
}

.template_filtered_products .product_placeholder p {
    margin-bottom: 10px;
}

.template_filtered_products .product_carousel {
    padding-bottom: 50px;
}

.slick-arrow {
    z-index: 4;
    cursor: pointer;
}

.template_tagged_products .heading {
    margin-bottom: 30px;
}

.template_tagged_products .product_placeholder img {
    margin-bottom: 10px;
}

.template_tagged_products .product_placeholder p {
    margin-bottom: 10px;
}

.template_related_products .heading {
    margin-bottom: 30px;
}

.template_related_products .product_placeholder img {
    margin-bottom: 10px;
}

.template_related_products .product_placeholder p {
    margin-bottom: 10px;
}

.template_highview_products .product_carousel,
.template_tagged_products .product_carousel,
.template_related_products .product_carousel {
    padding-bottom: 30px;
}

#mc_embed_signup form {
    padding: 0 0 30px 0 !important;
}

.template_form_contactus label.checkbox {
    padding-left: 25px;
    margin: 0px 0 10px 0;
}

.template_form_contactus .alert {
    margin-bottom: 15px;
}

.template_google_map .google_map iframe {
    width: 100% !important;
    border: none !important;
    background: #eaeaea;
}

.template_blog_preview .heading {
    margin-bottom: 30px;
}

.template_blog_preview .blog_placeholder p {
    margin-bottom: 10px;
}

.template_blog_preview .blog_preview_3 {}

.template_blog_preview .blog_post {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.template_blog_preview a .blog_content {
    color: #272b2e;
}

.blog_post.post_no_image .blog_content {
    width: 100% !important;
}

.template_blog_preview .blog_post .post_title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.post_extract {
    font-size: 12px;
    line-height: 12px;
}

#blog-menu {
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

#blog-menu li a {
    text-transform: uppercase;
    font-size: 12px;
}

#blog-menu li {
    width: max-content;
}

#blog-menu a {
    width: max-content;
}

#blog .blog_heading {
    padding-bottom: 0px;
}

#blog .category_blog_description {
    padding-bottom: 20px;
}

.content_blog_carousel {
    padding: 20px;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
}

.blog_img {
    height: 100%;
    text-align: right;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.blog_img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease-in-out;
    object-fit: cover;
}

#blog_masonry {
    margin: 30px 0 0 0;
    margin-top: 30px;
}

#blog_masonry .blog_placeholder {
    padding: 7px;
    position: relative;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 33.33333333%;
}

.grid-item {
    height: auto;
    float: left;
}

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

.grid-item .cat_title {
    font-size: 12px;
    line-height: 16px;
}

#blog_masonry .blog_placeholder .post_overlay {
    z-index: 1;
    opacity: 0
}

#blog_masonry .blog_placeholder .post_button {
    z-index: 2;
    opacity: 0
}

#blog_masonry .blog_placeholder .post_details {
    z-index: 3;
}

#blog_masonry .blog_placeholder .post_overlay,
#blog_masonry .blog_placeholder .post_button,
#blog_masonry .blog_placeholder:hover .post_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.89);
}

#blog_masonry .blog_placeholder .post_details {
    padding: 0px 5px 20px 5px;
    text-align: center;
    width: 100%;
    min-height: 110px;
}

#blog_masonry .blog_post {
    margin-bottom: 0px;
}

#blog_masonry .blog_placeholder .post_details .title {
    margin: 10px 0;
}

#blog_masonry .blog_placeholder .post_details * {
    color: var(--basic_text_color);
}

#blog_masonry .blog_placeholder .post_details h4 {
    margin-bottom: 0px;
    line-height: 1.2em
}

#blog_masonry .post_image_wrapper {
    text-align: center;
    position: relative;
    max-height: 207px;
    overflow: hidden;
}

#blog_masonry .post_image_wrapper img {
    width: 100%;
}

#blog_masonry .post_image_wrapper .image_overlay {
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0;
}

#blog_masonry .blog_placeholder:hover .post_image_wrapper .image_overlay {
    opacity: 0.3
}

.blog-nav {
    margin-bottom: 20px;
}

#blog .template_blog_preview .blog_preview_1 .blog_img {
    width: 40%;
    padding: 0 15px;
    float: left;
}

#blog .template_blog_preview .blog_preview_1 .blog_content {
    width: 60%;
    padding: 0 15px;
    float: left;
}

#blog .blog_heading {
    padding-bottom: 0px;
}

#blog .category_blog_description {
    padding-bottom: 20px;
}

#post_page_content #main_img {
    margin: 20px 0;
}

#post_page_content #post_content img {
    max-width: 100% !important;
    height: auto !important;
}

#post_page_content #post_content {
    margin-bottom: 20px;
}

#item_sharing {
    margin: 20px 0;
}

#item_sharing .btn {
    border-radius: 50% !important;
    width: 27px;
    height: 27px;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
    line-height: 25px;
    margin-left: 5px;
}

#item_sharing .fab {
    font-size: 13px;
    line-height: 27px
}

#item_sharing .fb {
    color: #FFF !important;
    background-color: #3b5998 !important;
}

#item_sharing .gp {
    color: #FFF !important;
    background-color: #dd4b39 !important;
}

#item_sharing .tw {
    color: #FFF !important;
    background-color: #4099FF !important;
}

#item_sharing .pin {
    color: #FFF !important;
    background-color: #d62229 !important;
}

.showDesktop {
    display: inline-block !important;
}

.showMobile {
    display: none !important;
}

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

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

.video-container.has_not_video iframe {
    display: none
}

.video-container .placeholder {
    display: none
}

.video-container.has_not_video .placeholder {
    display: block
}

.product_preview {
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}

.product_preview_inner {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
}

.img-hover {
    transition-duration: 0.2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.product_preview_img.has-hover:hover .img-hover {
    opacity: 1;
}

.product_preview_img.has-hover:hover .img-c {
    opacity: 0;
}

.product_quantity_select {
    width: 100%;
    background: #f2f2f2;
    color: #590202;
    position: absolute;
    bottom: -100%;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.product_preview .btn-wishlist {
    display: block;
    margin: 7px 0;
    cursor: pointer;
}

.product_quantity_select .product_quantity {
    margin-bottom: 10px;
    margin-top: 5px;
}

.product_quantity_select .product_quantity {
    font-size: 110%;
}

.product_quantity_select .quantity_select {
    padding: 20px;
}

.product_quantity_select.show {
    bottom: 0;
}

.add-to-cart {
    margin-bottom: 10px;
}

.form-group.variation {
    margin-bottom: 5px;
}

.product_quantity_select .close_q {
    margin-top: 20px;
    margin-right: 10px;
    display: block;
    float: right;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.product_quantity_select .close_q:before,
.product_quantity_select .close_q:after {
    position: absolute;
    height: 2px;
    width: 15px;
    background: #590202;
    content: '';
    left: 0;
    top: 0;
}

.product_quantity_select .close_q:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product_quantity_select .close_q:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product_quantity_select p,
.product_quantity_select label,
#product_page .product_price {
    color: #590202;
}

.product_quantity {
    clear: both;
}

.product_preview a p {
    color: #272b2e;
}

.product_preview_title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.product_preview_price {
    font-size: 16px;
    margin-top: 10px;
}

.product_preview_description {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.product_preview {
    width: 100%;
    height: 100%;
}

.slick-track {
    height: 100% !important;
}

.slick-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slick-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product_wrapper {
    padding: 0;
}

.product_wrapper .product_preview_img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.product_wrapper .product_preview_img img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.product_carousel {
    float: left;
    width: 100%;
}

.product_carousel .item .product_preview {
    padding-bottom: 0px !important;
}

.product_carousel .carousel-indicators {
    bottom: -20px;
}

.product_carousel .carousel-indicators .active {
    background-color: #272b2e;
}

.product_carousel .carousel-indicators li {
    background-color: #272b2e;
}

.vertical-menu {
    margin: 0px !important;
    z-index: 10;
}

.vertical-menu a {
    background: none !important;
    padding: 6px 20px 6px 0px !important;
    color: #272b2e;
}

.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted,
.vertical-menu a:hover,
.vertical-menu a.active,
.sm-clean.vertical-menu a:hover,
.sm-clean.vertical-menu a:focus,
.sm-clean.vertical-menu a:active,
.sm-clean.vertical-menu a.highlighted {
    color: #57aeff !important;
    background: none !important;
}

.vertical-menu.sm-clean ul {
    background: transparent !important;
}

.vertical-menu ul {
    padding: 0px;
}

.vertical-menu ul a {
    padding: 6px 34px 6px 10px !important;
}

.vertical-menu.sm-clean a span.sub-arrow,
.vertical-menu.sm-clean.sm-vertical a span.sub-arrow {
    height: 10px;
    background: none !important;
    line-height: 10px !important;
    margin-top: -5px !important;
}

.vertical-menu ul ul a {
    padding-left: 20px !important;
}

.vertical-menu ul ul ul a {
    padding-left: 25px !important;
}

.vertical-menu ul ul ul ul a {
    padding-left: 30px !important;
}

nav.categories-nav {
    float: left;
    width: 100%;
}

.navigation-block .main-menu-btn {
    width: 22px;
    height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-title a {
    color: #272b2e;
    display: inline-block;
}

.shop_reviews .heading {
    color: #272b2e;
    font-size: 18px;
    line-height: 22px;
}

.navigation-block {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.button-white {
    background: #fff;
    color: #555 !important;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border: 1px solid rgba(238, 238, 238, 0.69);
}

.button-white:hover,
.button-white:focus,
.button-white:active:focus,
.button-white.active:focus,
.button-white.focus,
.button-white:active.focus,
.button-white.active.focus {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    background: #fff;
    color: #333 !important;
}

.toolbar {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.toolbar .toolbar-item {
    float: left;
    margin: 0 8px 5px 0
}

.toolbar .dropdown-menu {
    min-width: 200px;
    border-radius: 2px;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #555;
    z-index: 99991;
}

.toolbar .dropdown-menu a {
    color: #555 !important;
    padding: 8px 20px;
    background: none !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}

.toolbar .dropdown-menu a.active,
.toolbar .dropdown-menu a:hover,
.toolbar .dropdown-menu .active a,
.toolbar .dropdown-menu .active a:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

#price_slider {
    position: relative;
    padding: 10px 17px 5px 7px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

#price_slider .noUi-connect {
    background: #57aeff !important;
    box-shadow: none !important;
}

#price_slider .noUi-horizontal {
    padding-right: 14px;
    height: 10px;
}

#price_slider .noUi-horizontal .noUi-handle {
    left: -1px;
    width: 16px;
    height: 16px;
    top: -4px;
}

#price_slider .noUi-horizontal .noUi-origin {
    right: -15px;
}

#price_slider .noUi-horizontal .noUi-handle:before,
#price_slider .noUi-horizontal .noUi-handle:after {
    display: none
}

.page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border-radius: 0 !important;
    color: #272b2e;
    background-color: none !important;
    border: #eeeeee;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item:hover .page-link {
    background: none !important;
    color: #57aeff;
}

.ribbon-container {
    overflow: hidden;
    position: relative
}

.ribbon {
    z-index: 1;
    width: 400px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    background-color: #590202;
    color: #f2f2f2;
}

.ribbon.top-left {
    top: 20px;
    left: -160px;
    transform: rotate(-45deg);
}

.ribbon.top-right {
    top: 20px;
    right: -160px;
    transform: rotate(45deg);
}

.product-new {
    z-index: 1;
    height: 30px;
    padding: 0 20px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    background-color: #f2b705;
    color: #000000;
}

.product-new.top-left {
    top: 7px;
    left: 7px;
}

.product-new.top-right {
    top: 7px;
    right: 7px;
}

#shop_products {
    padding-bottom: 30px;
}

.checkout-work-in-progress {
    display: none;
}

.checkout-work-in-progress h2 {
    display: block;
    margin: 10px 0;
}

.text-success {
    color: #8bc34a;
}

.text-danger,
.mce_inline_error {
    color: #c73431 !important;
}

p.overquantity {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none
}

.has-error .form-control {
    border-color: #c73431;
}

.alert {
    padding: 10px;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    margin-bottom: 10px;
}

.alert p {
    margin-bottom: 0px;
}

.alert-success {
    color: #FFF;
    background: #8bc34a;
}

.alert-danger {
    color: #FFF;
    background: #c73431;
}

.alert-warning {
    color: #FFF;
    background: rgb(255, 184, 41);
}

.alert-success p,
.alert-warning p,
.alert-danger p {
    color: #FFF;
}

.alert-success a,
.alert-success a:hover,
.alert-warning a,
.alert-warning a:hover,
.alert-danger a,
.alert-danger a:hover {
    color: #FFF;
    text-decoration: underline;
}

.form-control {
    height: 40px;
}

.input-group .button {
    height: 40px;
}

.product_preview .item_show_details {
    margin-bottom: 10px;
}

.product_preview_details {
    margin: 0 -15px;
}

.product_preview_review {
    margin: 5px 0;
    display: block !important;
    height: 22px;
}

.product_preview_review div {
    display: inline-block !important;
}

.product_list .product_preview {
    height: auto;
}

.product_list .product_preview_img {
    width: 30%;
    float: left;
}

.product_list .product_preview_button {
    text-align: left;
}

.product_list .product_preview_description.d-none {
    display: block !important;
}

.product_list .product_preview_details {
    width: 70%;
    float: left;
    text-align: left;
    padding: 0 15px;
    margin: 0;
}

.product_list .quantity_select {
    text-align: left;
}

.product_list .form-group {
    min-width: 150px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.product_list .product_quantity_select {
    position: relative;
    display: none;
    margin-top: -35px;
    height: auto !important;
}

.product_list .product_quantity_select.show {
    display: block;
}

.product_list .clearfix {
    display: none;
}

.product_list .product_quantity_select .add-to-cart {
    margin-top: 5px;
    margin-left: 15px;
}

.product_list .product_preview_price {
    margin: 0px 0 5px 0;
}

.product_list .variants_container {
    clear: both;
    float: left;
    width: 100%;
}

.variants_container .var_select {
    background-color: white;
}

.product_list .product_preview_img img {
    bottom: auto;
    right: auto;
}

.product_list .item_show_details {
    display: inline-block !important;
    margin-left: 10px;
}

#product_page .variants_container .var_select {
    background-color: transparent;
}

#product_page #product_details p {
    margin-bottom: 0px;
}

#product_page .product_price {
    font-weight: normal;
}

#product_page .product_price .final_price {
    color: #249620;
}

#product_page .product_quantity_select {
    position: static;
    padding: 15px;
    height: auto !important;
}

#product_page .product_quantity_select .quantity_select {
    padding: 0px;
}

#product_page #product_quantity {
    display: inline-block;
}

#product_page #add-to-cart {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 120%;
    margin: 10px 0;
    display: inline-block;
    margin: 0 10px;
    width: 300px;
}

.container_product_collapsed {
    margin-bottom: 5px;
    color: #590202 !important;
}

.bootstrap-select button {
    background-color: white;
    border-radius: 0 !important;
}

.btn_product_collapse:focus {
    box-shadow: none !important;
}

.btn_product_collapse {
    display: block;
    cursor: pointer;
    padding: .375rem .75rem;
    position: relative;
    text-align: left;
    width: 100%;
    padding-right: 30px;
    background: #f2f2f2 !important;
    color: #590202 !important;
}

.btn_product_collapse:after {
    width: 14px;
    height: 1px;
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    background: #590202;
}

.btn_product_collapse:before {
    height: 14px;
    width: 1px;
    content: " ";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    transition: all ease-in-out .3s;
    background: #590202;
}

.container_product_collapsed .collapsed:before {
    opacity: 1 !important;
}

.div_product_collapsed {
    width: 100% !important;
    padding: 20px !important;
}

.btn-wishslist {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-wishlist .fa {
    margin-right: 5px;
}

#product_page #product_main_image {
    position: relative;
    overflow: hidden;
}

#product_page .btn-group.product_quantity {
    margin-top: 10px;
}

#product_page .btn-group.product_quantity .btn {
    height: 40px;
    font-size: 120%;
}

#product_page #main-img {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    margin-bottom: 20px;
}

#product_page #related_images .img-wrap {
    width: 100%;
    height: 100%;
}

#product_page #related_images .img-wrap img {
    max-width: 100%;
}

#product_page #related_imgages_carousel {
    padding-bottom: 30px;
}

#product_page #related_imgages_carousel .carousel-indicators {
    bottom: -18px !important;
}

#product_page .carousel-indicators .active {
    background-color: #272b2e;
}

#product_page .carousel-indicators li {
    background-color: #272b2e;
}

#product_main_description {
    margin: 15px 0;
}

#product_extra_description {
    margin: 30px 0 0 0;
}

#product_extra_description .tab-content {
    padding: 20px 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: #EEE;
    color: color:#57aeff;
    background-color: #ffffff !important;
}

.nav-tabs>li>a:hover {
    border-color: #EEE #EEE #EEE;
    background-color: #ffffff !important;
    color: #57aeff;
}

.nav-tabs {
    border-bottom: 1px solid #EEE;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #FAFAFA;
}

.nav-tabs>li>a {
    border-radius: 2px 2px 0 0;
}

.product_preview_review .fa-star {
    color: rgb(255, 184, 41);
}

#product_reviews .fa,
.review .fa,
.store-reviews .block-stars .fa {
    color: rgb(255, 184, 41);
}

.modal {
    z-index: 99990;
}

#related_items .heading {
    margin-bottom: 30px;
}

#related_items {
    margin-bottom: 30px;
}

.cart_table>tbody>tr>td,
.cart_table>tfoot>tr>td {
    vertical-align: middle;
    background: transparent;
}

.cart_table a {
    color: #2f5f7c;
}
.cart_table td,
.cart_table th {
    padding: 10px !important;
    font-size: 14px;
}

.cart_table thead tr th:first-child {
    padding-left: 0px !important;
}

.cart_table th {
    border-bottom: none !important;
}

.cart_table .actions {
    max-width: 30px;
    text-align: center;
}

.remove_item {
    display: inline-block;
    width: 20px;
    cursor: pointer;
}

.remove_from_cart {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 5px 0;
}

.remove_from_cart:before,
.remove_from_cart:after {
    position: absolute;
    height: 2px;
    width: 15px;
    background: #272b2e;
    content: '';
    left: -7px;
    top: 0px;
}

.remove_from_cart:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.remove_from_cart:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart_table .row {
    margin-left: -10px;
    margin-right: -15px;
}

.noMarginBottom {
    margin-bottom: 0px !important;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.noPaddingRight {
    padding-right: 0px !important;
}

.reducedPaddingLeft {
    padding-left: 5px !important;
}

.reducedPaddingRight {
    padding-right: 5px !important;
}

.cart_table td.noPaddingLeft,
.cart_table th.noPaddingLeft {
    padding-left: 0px !important;
}

#checkoutContainer {
    padding-bottom: 40px;
    min-height: 500px;
}

.cart_totals {
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.cartReview_checkout_total {
    margin-bottom: 20px;
    font-size: 130%;
    margin-top: 10px;
    padding-top: 10px;
}

.cart-steps {
    float: left;
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    width: 100%;
}

.cart-steps li .number .fa {
    display: none;
}

.cart-steps li {
    display: inline-block;
    text-align: center;
    float: left;
    width: 25%;
    height: 61px;
    position: relative;
}

.cart-steps_guest li {
    width: 20%;
}

.cart-steps li .label {
    font-weight: 15px;
    height: 20px !important;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    color: #272b2e;
}

.cart-steps li .number {
    z-index: 1;
    background: #EEE;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    clear: both;
    margin: 3px auto;
    left: 50%;
    margin-left: -17px;
    border: 3px solid #fff;
    position: absolute;
}

.cart-steps li .number.current,
.cart-steps li .number.active {
    background: #043e61;
    color: #fafafa;
}

.cart-steps li .number.active .fa {
    top: 0px;
    position: relative;
    display: inline-block;
}

.cart-steps li .line {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #EEE;
    bottom: 15px;
    z-index: 0;
}

.cart-steps li:first-child .line {
    width: 50%;
    right: 0;
}

.cart-steps li:last-child .line {
    width: 50%;
    left: 0;
}

#cart_steps {
    text-align: center;
}

#steps_content {
    background: #ffffff;
    color: #444444;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(238, 238, 238, 0.69);
}

#steps_content label {
    color: #444444;
}

.step_content {
    display: none;
    width: 100%;
    padding: 20px;
}

.step_content.active {
    display: block;
}

.step-errors .alert {
    display: none;
    margin-bottom: 0px;
}

.step-errors .alert {
    display: none;
}

.step-buttons {
    padding: 0 20px 20px 20px;
    clear: both;
    float: left;
    width: 100%;
}

.step-buttons .btn-next {
    float: right;
}

.step-buttons .btn-prev {
    float: left;
}

.step-buttons .btn-next .fa {
    margin-left: 10px;
}

.step-buttons .btn-prev .fa {
    margin-right: 10px;
}

.step-buttons .btn {
    padding: 10px 25px;
}

.step_content .bootstrap-select {
    margin-bottom: 30px !important;
}

.cart_titles {
    font-size: 130%;
    margin-bottom: 15px;
    clear: both;
}

.cart_switch {
    display: block;
    margin: 5px 0;
    float: left;
    width: 100%;
}

.switch {
    float: left;
    width: 50px;
    height: 28px;
    border-radius: 14px;
    background: #EEE;
    border: 1px solid #EEE;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.switch.active {
    background: #EEE;
}

.switch input {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.switch:before {
    background: #CCC;
    top: 2px;
    content: " ";
    height: 22px;
    left: 2px;
    right: auto;
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 22px;
    border-radius: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    color: #666;
    text-align: center;
    line-height: 24px;
    font-size: 13px
}

.switch.active:before {
    background: #8bc34a;
    top: 2px;
    content: " ";
    right: 2px;
    left: auto;
    color: #FFF;
}

.switch-label {
    float: left;
    margin-top: 3px;
    padding-left: 15px;
}

#billing_address_wrap {
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
}

#cart_errors {
    padding: 0px 20px 10px 20px;
    clear: both;
}

.cart_alert {
    display: none;
}

.guest_label {
    white-space: normal;
}

.guest_label,
.shipping_label,
.payment_label {
    padding: 15px 20px 15px 50px;
    margin-bottom: 3px;
    position: relative;
}

.bootstrap-select .button-white {
    height: 40px;
}

.login_register_button {
    padding: 10px 30px;
    margin-top: 20px;
}

.social_button {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.social_button .fa {
    margin-right: 10px;
}

#registration_row form {
    padding: 20px;
    display: block;
    float: left;
    width: 100%;
    background: #fafafa;
    margin-bottom: 20px;
}

#guest_options {
    margin-top: 20px;
}

.guest_label input,
.shipping_label input,
.payment_label input {
    display: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 18px;
}

.guest_label {
    text-align: left;
}

.shipping_label p,
.payment_label p {
    margin: 5px 0;
}

.payment_label {
    padding-left: 90px;
    background-repeat: no-repeat !important;
    background-position: 50px 50%;
}

.payment_label input {
    display: inline-block;
    position: absolute;
    top: 13px;
    top: 50%;
    margin-top: -6px;
    left: 18px;
}

.payment_label:hover {
    bakground-repeat: no-repeat !important;
    background-position: 50px 50%;
}

.payment_label {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_stripe.png);
}

#payment_paypal {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_paypal.png);
}

#payment_mark {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_mark.png);
}

#payment_transfer {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_transfer.png);
}

#payment_stripe {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_stripe.png);
}

#payment_gestpay {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_gestpay.png);
}

#payment_nets {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_nets.png);
}

#payment_paypal-pro {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_paypal-pro.png);
}

#payment_unicredit {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_unicredit.png);
}

#payment_constriv {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_constriv.png);
}

#payment_keyclient {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_keyclient.png);
}

.payment_label.active,
.shipping_label.active,
.guest_label.active {
    background-color: #EEE;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    border-top: 1px solid rgba(238, 238, 238, 0.69) !important;
}

#cart_review_container {
    position: relative;
}

#cart_review {
    position: absolute;
    width: 100%;
}

.coupon_buttons .btn {
    padding: 0px 12px;
    height: 40px;
    line-height: 37px;
}

.cart_summary_overlay {
    position: absolute;
    height: 55px;
    line-height: 63px;
    color: #FFF;
    text-align: center;
    background: rgba(250, 250, 250, 0.6);
    width: 100%;
    z-index: 999;
}

.cart_actions_desktop {
    position: relative;
}

#guest_signin,
#guest_register {
    padding-top: 20px;
    display: none
}

#box_conditions {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 2px;
    background: #EEE;
    padding: 10px;
}

#box_conditions,
#box_conditions * {
    font-size: 12px;
    color: #333;
    line-height: normal;
}

.toFillText {
    font-weight: normal !important;
}

.step_content .heading {
    margin-bottom: 15px;
    position: relative;
}

.step_content .heading .fa {
    font-size: 14px;
}

#completeOrderSection {
    padding-top: 30px;
    margin-bottom: 30px;
}

.alert-checkout {
    cursor: pointer;
}

#cart_height {
    width: 100%;
    clear: both;
    float: left;
}

.order_detail {
    padding: 30px 0;
}

#order_details .heading {
    margin-bottom: 20px;
}

.order_response_container {
    margin-bottom: 30px;
}

.well {
    background: none;
    padding: 0px;
    border: none;
    box-shadow: none;
}

#giftPriceCell {
    vertical-align: top !important;
}

#order_return_page .unstyled {
    list-style: none;
    padding-left: 10px;
}

#order_return_page #form_request {
    margin-top: 20px;
}

#order_return_page .pointer {
    cursor: pointer;
}

#order_return_page .product_reason {
    padding: 15px;
    background: #f7f7f7;
}

#order_return_page form .item_to_return {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#my_giftcard_page.container .container {
    padding: 0px
}

#my_giftcard_page .well_giftcard {
    height: auto !important;
    min-height: 50px !important
}

#my_giftcard_page .well_giftcard_single {
    min-height: 50px !important
}

#reedem_giftcard_page #giftcard-preview {
    margin: 10px auto 20px auto;
    height: 210px;
    overflow: hidden;
    border-radius: 1.5rem/2rem;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
    position: relative;
}

#reedem_giftcard_page #gitcard-top {
    height: 120px;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #043e61;
    color: #fafafa;
}

#reedem_giftcard_page #giftcard-text {
    padding: 5px 0rem 1rem 1rem;
}

#reedem_giftcard_page #current-giftcard-balance {
    margin: 0px;
}

#reedem_giftcard_page #giftcard-preview h1 {
    font-size: 1rem;
    color: #043e61;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 5px;
}

#reedem_giftcard_page #giftcard-text h2 {
    margin-top: 5px;
}

#reedem_giftcard_page #giftcard-text h1,
#giftcard-text h2 {
    float: left;
}

#reedem_giftcard_page #gift-symb {
    color: white;
    font-size: 4em;
    line-height: 120px;
}

#reedem_giftcard_page #giftcard-name {
    color: white;
    font-size: 3em;
    padding-left: 10px;
}

#reedem_giftcard_page #giftcardh3 {
    padding: 0px;
    margin: 0 0 5px 0;
}

#reedem_giftcard_page #choose-gift-size {
    margin-bottom: 15px;
}

#reedem_giftcard_page #giftcard-user {
    text-align: right;
    padding: 20px 15px;
}

#reedem_giftcard_page #current-giftcard-balance {
    padding: 10px 15px;
}

#buy_giftcard_page #buyGiftCard {
    width: 200px;
    padding: 14px 0;
    height: 60px;
    border: none !important;
}

#buy_giftcard_page .data-size {
    border-radius: 2px;
    border-radius: 2px;
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border: 1px solid rgba(238, 238, 238, 0.69);
    padding: 10px 30px;
    background: #fafafa !important;
    color: #043e61 !important;
    border: 1px solid #043e61 !important;
}

#buy_giftcard_page .data-size:hover,
#buy_giftcard_page .data-size.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: none !important;
    background: #043e61 !important;
    color: #fafafa !important;
}

#buy_giftcard_page #giftcard-preview {
    margin: 10px auto 20px auto;
    height: 300px;
    overflow: hidden;
    border-radius: 1.5rem/2rem;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
    position: relative;
}

#buy_giftcard_page #gitcard-top {
    height: 200px;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #043e61;
    color: #fafafa;
}

#buy_giftcard_page #giftcard-text {
    padding: 1rem;
}

#buy_giftcard_page #giftcard-text h1 {
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 0px;
}

#buy_giftcard_page #giftcard-text h2 {
    margin-top: 5px;
}

#buy_giftcard_page #giftcard-text h1,
#giftcard-text h2 {
    float: left;
}

#buy_giftcard_page #gift-symb {
    color: white;
    font-size: 4em;
    line-height: 200px;
}

#buy_giftcard_page #giftcard-name {
    color: white;
    font-size: 3em;
    padding-left: 10px;
}

#buy_giftcard_page #giftcardh3 {
    padding: 0px;
    margin: 0 0 5px 0;
}

#buy_giftcard_page #choose-gift-size {
    margin-bottom: 15px;
}

#buy_giftcard_page #giftcard-user {
    text-align: right;
    padding: 20px 15px;
}

#buy_giftcard_page .missingData {
    cursor: pointer;
    font-weight: normal !important;
}

#buy_giftcard_page .alert.missingData {
    position: relative;
    padding-right: 40px;
}

#buy_giftcard_page .alert.missingData span {
    position: absolute;
    top: 5px;
    right: 10px;
}

.profileLeft {
    min-height: 500px;
}

.profileLeft .heading {
    margin-bottom: 1em;
}

.profileLeft:before {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    content: " ";
}

.profileLeft label {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}

.profileLeft .user_fixed_email {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}

.profileLeft .wrap_input_image {
    margin-top: 10px;
}

.profileLeft .button {
    padding-left: 30px;
    padding-right: 30px;
}

.profileLeft output.output-image {
    background: #FFF;
    border: 1px solid #EEE;
    padding: 3px;
    margin: 10px 0;
}

.profileLeft .alert-pw {
    display: none;
}

.profileLeft .well-address {
    min-height: 230px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
}

.profileLeft .well-address span.email {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

#search-order {
    max-width: 220px;
}

#search-order input {
    height: 34px;
}

#search-order .button {
    height: 34px;
    padding: 0 15px;
}

#list_orders .well_order {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

#list_orders .well_order p {
    margin-bottom: 0px;
}

#list_orders .well_order:last-child {
    border-bottom: none;
}

#order_buttons .btn .fa {
    margin-right: 10px;
}

.button-feedback,
.btn-warning {
    background: #fbc02d !important;
    color: #FFF !important;
}

#order_attachments a {
    display: inlne-block;
    padding-right: 10px;
}

#order_attachments a .fa {
    margin-right: 5px;
}

.pay-now-order,
.pay-now-order:hover {
    width: auto !important;
    padding: 6px 12px !important;
}

.template_mailchimp_newsletter img {
    width: 100%;
}

.template_mailchimp_newsletter h2 {
    font-weight: 700 !important;
    font-family: Nunito Sans, sans-serif !important;
    font-size: 35px !important;
    line-height: 1.3em !important;
    margin-bottom: 0.5em !important;
}

.template_mailchimp_newsletter .mailchimp_container div {
    font-size: 14px !important;
    font-family: Ubuntu, sans-serif !important;
    background: #ffffff !important;
}

.template_mailchimp_newsletter .mailchimp_container label {
    font-size: 14px !important;
    font-family: Ubuntu, sans-serif !important;
    color: #272b2e !important;
}

.template_mailchimp_newsletter .mailchimp_container input {
    background: #fff !important;
    color: #555 !important;
}

.template_mailchimp_newsletter .mailchimp_container .button {
    border-radius: 2px !important;
    outline: none !important;
    background: #043e61 !important;
    color: #fafafa !important;
}

.template_mailchimp_newsletter .mailchimp_container .button:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.chat_heading span {
    color: #7d7d7d;
}

.chat_heading span {
    min-height: 20px;
    position: relative;
    display: inline-block;
}

.chat_bull {
    padding: 20px;
    clear: both;
    display: inline-block;
    background: #EEE;
    color: #333;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    max-width: 50%;
}

.chat_bull:before {
    display: block;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    position: absolute;
    top: -10px;
    left: 20px;
    border-color: transparent transparent #EEE transparent;
}

.text-right .chat_bull:before {
    right: 20px;
    left: auto
}

#chat_container {
    border-top: 1px solid #EEE;
    padding-top: 15px;
}

#chat_bull_content {
    max-height: 400px;
    overflow-y: scroll;
    padding: 0px 15px 0px 0px;
}

#formChat {
    background: #EEE;
    padding: 20px;
    color: #333;
    border-radius: 5px;
    margin-top: 10px;
}

#restore_password_form label {
    height: 30px;
    line-height: 36px;
}

.shop_head .img-shop-no-widget {
    margin-bottom: 20px;
    height: 300px;
    background-position: center
}

.shop_head {
    margin-bottom: 20px;
}

#show_shop_filters_wrapper {
    display: none;
}

#shop_filters_wrapper {
    margin-bottom: 10px;
    background-color: #f2f2f2;
}

#shop_filters_wrapper .navigation-block {
    padding: 10px;
}

.filters_divider {
    float: left;
    width: 100%;
    height: 5px;
    background: #ffffff;
}

#shop_filters_wrapper,
#shop_filters_wrapper a,
#shop_filters_wrapper li a,
#shop_filters_wrapper .nav-title a {
    color: #27282e;
    font-size: 14px;
}

#shop_filters_wrapper .nav-title {
    display: block;
    border-bottom: 1px solid;
    text-transform: uppercase;
    padding-bottom: 5px;
}

#shop_filters_wrapper .nav-title * {
    font-weight: normal;
}

#shop_heading {
    margin-bottom: 20px;
}

#shop_heading .shop_text_column {
    padding: 20px;
    color: #ffffff;
    background-color: #74140d;
}

#shop_heading .shop_text_columnh1,
#shop_heading .shop_text_column *,
#shop_heading .heading {
    color: #ffffff;
}

#shop_heading .heading {
    font-size: 20px;
    font-weight: normal;
}

#shop_heading .shop_description {
    font-size: 14px;
    line-height: 22px;
    height: 220px;
    overflow: hidden;
}

#shop_heading .open {
    margin-top: 10px;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
}

#shop_heading .open:before {
    display: block;
    content: " ";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #ffffff;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

#shop_heading .open:after {
    display: block;
    content: " ";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #ffffff;
    left: 50%;
    margin-left: -1px;
    top: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

#shop_heading .open.opened:after {
    opacity: 0;
}

#shop_heading .shop_text_column a {
    text-decoration: underline;
}

#shop_heading .box_shop_header {
    border-right: 23px solid #FFF;
    padding: 0px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

#shop_heading .box_shop_header.fullWidth {
    border: none;
    width: 100% !important;
}

#shop_heading .box_shop_header.fullWidth .shop_description {
    height: auto !important;
    min-height: 220px;
}

#shop_heading .row {
    position: relative;
    overflow: hidden;
}

#shop_heading .box_shop_header {
    z-index: 1;
}

#shop_heading .box_shop_image {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

#shop_heading .box_shop_image img {
    max-width: 100%;
    overflow: hidden;
}

.toolbar-item .pagination {
    height: 21px;
    margin: 7px 0;
}

.pagination li {
    margin: 0 5px;
}

.container-background-twocolumns {
    position: relative;
}

.twocolumns_col {
    padding: 0;
}

.twocolums_left {
    padding-right: 10px;
}

.twocolums_right {
    padding-left: 10px;
}

.twocolumns_overflow {
    position: relative;
    overflow: hidden;
}

.background-twocolumns {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-twocolumns {
    padding: 5px !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
}

.twocolumns_img {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: 0.3s;
}

.twocolumns_img:hover {
    transform: scale(1.1);
}

.twocolumns_title {
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 20px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.twocolumns_text {
    text-align: center;
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.grid-container-threebox {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.container-background-threebox_twocolumns {
    position: relative;
}

.background-threebox_twocolumns {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-threebox_twocolumns {
    padding: 5px !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
}

.grid-main-threebox_twocolumns {
    position: relative;
    overflow: hidden;
    grid-area: main;
}

.threebox_twocolumns_big {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-duration: 0.3s;
}

.threebox_twocolumns_big:hover {
    transform: scale(1.1);
}

.threebox_twocolumns_big_title {
    position: absolute;
    bottom: 60px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.threebox_twocolumns_big_text {
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.grid-small-threebox_twocolumns-1 {
    position: relative;
    overflow: hidden;
    grid-area: small-1;
}

.threebox_twocolumns_first_small {
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-duration: 0.3s;
}

.threebox_twocolumns_first_small:hover {
    transform: scale(1.1);
}

.threebox_twocolumns_first_small_title {
    position: absolute;
    bottom: 60px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.threebox_twocolumns_first_small_text {
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.grid-small-threebox_twocolumns-2 {
    position: relative;
    overflow: hidden;
    grid-area: small-2;
}

.threebox_twocolumns_second_small {
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-duration: 0.3s;
}

.threebox_twocolumns_second_small:hover {
    transform: scale(1.1);
}

.threebox_twocolumns_second_small_title {
    position: absolute;
    bottom: 60px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.threebox_twocolumns_second_small_text {
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.grid-container-twocolumns_offset {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.container-background-twocolumns_offset {
    position: relative;
}

.background-twocolumns_offset {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-twocolumns_offset {
    padding: 5px !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
}

.grid-main-twocolumns_offset {
    position: relative;
    overflow: hidden;
    grid-area: main;
}

.twocolumns_offset_big {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-duration: 0.3s;
}

.twocolumns_offset_big:hover {
    transform: scale(1.1);
}

.twocolumns_offset_big_title {
    position: absolute;
    bottom: 60px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.twocolumns_offset_big_text {
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.grid-small-twocolumns_offset {
    position: relative;
    overflow: hidden;
    grid-area: small;
}

.twocolumns_offset_small {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-duration: 0.3s;
}

.twocolumns_offset_small:hover {
    transform: scale(1.1);
}

.twocolumns_offset_small_title {
    position: absolute;
    bottom: 60px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.twocolumns_offset_small_text {
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.slick-list {
    width: 100%;
    z-index: 3;
}

.immagine_caroselli_container {
    overflow: hidden;
    padding: 0;
}

.img_immagine_caroselli {
    max-width: unset;
    width: 100%
}

.link_immagine_caroselli {
    display: block;
    overflow: hidden;
}

.link_immagine_caroselli img {
    transition-duration: 0.3s;
}

.link_immagine_caroselli img:hover {
    transform: scale(1.1);
}

.testo_immagine_caroselli {
    position: absolute;
    bottom: 30px;
}

.testo_immagine_caroselli h3 {
    text-decoration: underline;
}

.container-pulsanti-caroselli {
    margin-bottom: 20px;
}

.contenitore_caroselli_inner {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.carousel_template_immagine_caroselli {
    overflow-y: hidden;
    position: relative;
}

.select_caroselli {
    display: inline-block;
    cursor: pointer;
    margin: 5px 15px;
    opacity: 0.4;
    transition-duration: 0.3s;
}

.select_caroselli:hover {
    opacity: 0.7;
}

.select_caroselli_selected {
    opacity: 1 !important;
    font-weight: bold;
}

.product_quantity_select .quantity_select {
    z-index: 2;
    padding: 20px 5px;
}

.height-0 {
    height: 0 !important;
}

#wishlist .product_container {
    width: 100%;
}
.top_menu {
    /* padding: 10px 0; */
    padding: 0;
}

.top_menu .item {
    cursor: pointer;
    display: inline-block;
    padding: 0px 0;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.top_menu .item:hover, .top_menu .item.active {
    color: #6392bc;
}

.top_menu .item i {
    font-size: 20px;
    line-height: 20px;
}

.top_menu .item.language_menu img {
    position: relative;
    margin-right: 5px;
    margin-top: -2px;
}
.show-desktop {
    display: block;
}

.show-mobile {
    display: none;
}
.template_blog_preview .carousel_wrapper .owl-carousel .owl-nav button.owl-prev{

    font-size: 65px;
     color: #fff;
     position: absolute;
     left: -1%;
     top: 45%;

}

.template_blog_preview .carousel_wrapper .owl-carousel .owl-nav button.owl-next{

    font-size: 65px;
     color: #fff;
     position: absolute;
     right:-1%;
     top: 45%;

}
#product_page .add_btn{
    background-color: #fff;
    border: 2px solid #043e61;
    color: #043e61;
}

#product_page .add_btn:hover{
    background: #043e61;
    color: #fafafa;
    background-image: linear-gradient(to right, rgb(0, 57, 91), rgb(23, 95, 130), rgb(0, 57, 91));
}


@media(min-width:768px) and (max-width:1023px) {
    .sm-text-left {
        text-align: left !important
    }

    .sm-text-right {
        text-align: right !important
    }

    .sm-text-center {
        text-align: center !important
    }

    .product_right_column .product_quantity_select {
        margin-bottom: 20px;
    }

    .cart_totals br {
        display: none;
    }

    .template_blog_preview .blog_preview_1 .blog_img {
        width: 50%;
    }

    .template_blog_preview .blog_preview_1 .blog_content {
        width: 50%;
    }

    body#blog .template_blog_preview .blog_preview_1 .blog_img {
        width: 50%;
    }

    body#blog .template_blog_preview .blog_preview_1 .blog_content {
        width: 50%;
    }

    body#blog .template_blog_preview .blog_preview_2 .blog_img {
        width: 50%;
    }

    body#blog .template_blog_preview .blog_preview_2 .blog_content {
        width: 50%;
    }

    p.well-address-bottom .btn {
        margin-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .profileLeft .button {
        white-space: normal;
    }

    .margin-top-xs {
        margin-top: 15px;
    }

    .flex-show {
        display: block !important;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    .twocolumns_img {
        height: 300px;
    }

    .threebox_twocolumns_big {
        height: 300px;
    }

    .threebox_twocolumns_first_small {
        height: 140px;
    }

    .threebox_twocolumns_second_small {
        height: 140px;
    }

    .twocolumns_offset_big {
        height: 300px;
    }

    .twocolumns_offset_small {
        height: 300px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .show-lg {
        display: none;
    }

    .hide-lg {
        display: block;
    }

    .container-pulsanti-caroselli {
        margin-top: 20px;
    }
}

@media(max-width:767px) {
    .flex-show {
        display: block !important;
    }

    .show-lg {
        display: none;
    }

    .hide-lg {
        display: block;
    }

    .show-desktop {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    header .heading {
        height: auto !important;
    }

    .top_menu .item {
        width: 25%;
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
    }

    #toggleMobileMenu {
        padding: 0 0;
        width: 25%;
        margin: 0px 0 0 0;
    }

    #disabled_sell .top_menu {
        width: 40%;
        float: left;
    }

    #disabled_sell #toggleMobileMenu {
        padding: 0 0;
        width: 100%;
        margin: 0px 0 0 0;
    }

    .reducedLeftPadding {
        padding-left: 15px;
    }

    .reducedRightPadding {
        padding-right: 15px;
    }

    .showableItem {
        top: 100%;
    }

    .margin-top-xs {
        margin-top: 15px;
    }

    .profileLeft:before {
        display: none;
    }

    .profileLeft {
        min-height: 100px;
    }

    .xs-hide {
        display: none;
    }

    td.xs-hide {
        display: none !important;
    }

    .xs-text-left {
        text-align: left !important
    }

    .xs-text-right {
        text-align: right !important
    }

    .xs-text-center {
        text-align: center !important
    }

    .xs-show {
        display: inline-block;
    }

    .button,
    .button-white,
    .button-checkout {
        white-space: initial;
    }

    .carousel-indicators {
        bottom: -10px;
    }

    .template_paragraph img {
        margin-bottom: 20px;
    }

    .template_three_columns_box .single_box {
        margin-bottom: 20px;
    }

    .template_three_columns_box {
        margin-bottom: 10px;
    }

    .showDesktop {
        display: none !important;
    }

    .showMobile {
        display: inline-block !important;
    }

    .showableItem {
        width: 95% !important;
        right: 2.5% !important;
    }

    header .heading {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        float: left;
        width: 100%;
        text-align: center;
    }

    #toggleMobileMenu {
        margin: 0px 0 0 8px;
        height: 30px;
        padding: 0 0;
        width: 30px;
        text-align: center;
    }

    #toggleMobileMenu .main-menu-btn-icon,
    #toggleMobileMenu .main-menu-btn-icon:before,
    #toggleMobileMenu .main-menu-btn-icon:after {
        left: 50%;
        margin-left: -12px;
        background: #000000;
    }

    nav.main-nav .sm-clean a span.sub-arrow {
        right: 7px;
    }

    .main-menu-btn-icon:before {
        top: -7px
    }

    .main-menu-btn-icon {
        margin-top: -1px;
    }

    .main-menu-btn-icon:after {
        top: 7px
    }

    span.item.language_menu {
        width: 50% !important;
        text-align: left !important;
        position: relative;
        top: 3px;
    }

    .reducedLeftPadding {
        padding-left: 5px;
    }

    .reducedRightPadding {
        padding-right: 5px;
    }

    nav.main-nav .container {
        padding-left: 0;
        padding-right: 0;
    }

    .section {
        margin-top: 20px;
        display: block;
    }

    .product_list .product_preview_img,
    .product_list .product_preview_details {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .product_preview_title {
        height: auto;
        overflow: visible;
    }

    .product_preview_description {
        height: auto;
        overflow: hidden;
        max-height: 60px;
    }

    .toolbar .toolbar-item {
        margin: 0 8px 10px 0;
    }

    ol.breadcrumb {
        margin: 5px 0
    }

    .shop_heading {
        margin-bottom: 10px;
    }

    .product_list .form-group {
        width: 100%;
        margin-right: 0px;
    }

    .product_list .product_preview_button {
        text-align: center;
    }

    .product_list .product_preview_img img {
        bottom: 0;
        right: 0;
    }

    .product_list .item_show_details {
        display: none
    }

    .cart_table tbody td .form-control {
        width: 20%;
        display: inline !important;
    }

    .cart_table .actions {
        max-width: 100%;
        text-align: center;
    }

    .cart_table thead {
        display: none;
    }

    .cart_table tbody td {
        display: block;
        padding: 15px 0 !important;
        min-width: 320px;
    }

    .cart_table tbody td .row {
        margin: 0px !important;
    }

    .cart_table .cart_table_content {
        margin-top: 5px;
    }

    .cart_table img {
        margin-top: 5px;
    }

    .cart_table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: block;
        width: 8rem;
    }

    .cart_table tfoot td {
        display: block;
    }

    td.actions {
        border-bottom: 2px solid;
    }

    .remove_item {
        cursor: pointer;
        width: 100%;
        padding-left: 23px;
    }

    .remove_from_cart {
        position: relative;
        left: -15px;
    }

    .product_right_column .product_quantity_select {
        margin-bottom: 20px;
    }

    .cart-steps {
        margin-bottom: 30px
    }

    .cart-steps li .label {
        font-weight: normal;
        font-size: 80%;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .breadcrums_button {
        padding-top: 0px;
    }

    .payment_label .col-md-4.col-sm-5.col-xs-12.text-right.xs-text-left p {
        margin-top: 0px;
    }

    .payment_label p.payment_name {
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .shipping_label p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #mobile_cart_review {
        width: 100%;
        float: left;
        padding: 20px;
    }

    .cart_totals br {
        display: none;
    }

    .blog_heading {
        padding-bottom: 15px;
    }

    .profileLeft label {
        height: 25px;
        line-height: 25px;
    }

    #giftOptionMessage {
        width: 100%;
    }

    .profileLeft .well-address {
        min-height: 10px;
    }

    textarea#chatMessage {
        margin-bottom: 10px;
    }

    #request_page {
        min-height: 100px;
    }

    .top_menu {
        padding: 10px 0;
        width: 100%;
        float: left;
    }

    nav.main-nav {
        padding-bottom: 0px;
    }

    header {
        padding: 0px;
    }

    header .logo_wrap {
        text-align: center;
        display: block;
    }

    .bootstrap-select .button-white {
        height: 54px !important;
        overflow: hidden;
    }

    .bootstrap-select .dropdown-menu>li>a {
        white-space: normal;
        border-bottom: 1px solid #EEE;
    }

    .bootstrap-select.btn-group .dropdown-menu {
        top: 54px;
    }

    .template_form_contactus .text,
    .template_google_map .text {
        margin-bottom: 20px;
    }

    #shop_heading .box_shop_header {
        border: none;
    }

    #shop_filters_wrapper {
        display: none;
    }

    #shop_heading {
        margin-bottom: 10px;
    }

    #shop_heading .shop_description {
        height: 44px;
    }

    #shop_heading .box_shop_header.fullWidth .shop_description {
        height: auto !important;
        min-height: 22px;
    }

    #product_page #product_quantity {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    #product_page #add-to-cart {
        margin: 10px 0;
        width: 100%;
    }

    #blog-menu {
        display: none;
    }

    #blog-menu a {
        display: block;
    }

    #blog_masonry .post_image_wrapper {
        max-height: unset;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }

    .main-nav {
        width: 100%
    }

    #main-menu {
        width: 100%
    }

    #main-menu li {
        width: 100%
    }

    #main-menu li a {
        width: 100%;
        display: block;
    }

    .twocolums_left {
        padding: 20px 20px 10px 20px;
    }

    .twocolums_right {
        padding: 10px 20px 20px 20px;
    }

    .twocolumns_img {
        height: 300px;
    }

    .template_threebox_twocolumns .slide {
        padding: 0 5px;
    }

    .threebox_twocolumns_big {
        height: 300px;
    }

    .threebox_twocolumns_first_small {
        height: 300px;
    }

    .threebox_twocolumns_second_small {
        height: 300px;
    }

    .custom-navigation-right {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        color: #fafafa;
    }

    .custom-navigation-left {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
        color: #fafafa;
    }

    .carousel_threebox_twocolumns {
        position: relative;
        overflow: hidden;
        margin: 20px 0;
    }

    .grid-main-twocolumns_offset {
        margin: 0 5px 20px 5px !important;
    }

    .grid-small-twocolumns_offset {
        margin: 0 5px 20px 5px !important;
    }

    .grid-container-twocolumns_offset {
        display: unset;
    }

    .twocolumns_offset_big {
        height: 300px;
    }

    .twocolumns_offset_small {
        height: 300px;
    }

    .container-pulsanti-caroselli {
        margin-top: 20px;
    }

    .immagine_caroselli_container {
        margin: 0 20px;
    }
}

ul#main-menu.uppercase>li>a {
    text-transform: uppercase;
    font-weight: 400;
}

#main-menu .sm-clean ul li a:hover,
nav.main-nav .sm-clean ul a:hover,
nav.main-nav .sm-clean ul a:focus,
nav.main-nav .sm-clean ul a:active,
nav.main-nav .sm-clean ul a.highlighted {
    background: none !important;
    color: #6392bc !important;
}

#main-menu li ul li a,
.vertical-menu ul a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.menu-container {
    width: 100%;
    background: #ffffff;
    color: #000000;
}

.menu-mobile {
    display: none;
    position: relative;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 30px;
    padding: 0;
    position: absolute;
    top: 9px;
    left: 6px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu>ul {
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
    float: left;
    position: static;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 20px 11px;
    display: block;
    color: #6392bc;
}

.menu>ul>li a.active,
.menu>ul>li:hover {
    background: ;
}

.menu>ul>li a.active,
.menu>ul>li:hover>a {
    color: ;
}

.menu>ul>li>ul {
    display: none;
    width: 80%;
    background: ;
    border-top: 2px solid;
    padding: 20px;
    position: absolute;
    z-index: 99;
    right: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.menu>ul>li>ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.menu>ul>li>ul.ul_with_background {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    min-height: 320px;
    background-position: right 30px center;
    background-repeat: no-repeat !important;
    padding-right: 250px;
    background-position-x: 99%;
}

.menu>ul>li>ul ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    min-height: 0;
    background-image: none !important;
    padding-right: 0px;
    background-position-x: 99%;
}

.menu>ul>li>ul>li {
    margin: 0;
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
    list-style: none;
    background: none;
}

.menu>ul>li>ul>li a {
    color: ;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid;
}

.menu>ul>li>ul>li>ul>li a:hover {
    text-decoration: underline;
}

.menu>ul>li>ul>li.active a {
    font-weight: bold;
}

.menu-dropdown-ul>li>a {
    font-weight: bold;
    margin-top: 10px;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 5px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: px !important;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

@media only screen and (max-width:992px) {
    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        margin-left: 10px;
        display: block;
        padding: 0;
        height: 40px;
        line-height: 40px;
        width: 40px;
        border: 2px solid;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu>ul {
        display: none;
    }

    .menu>ul>li {
        width: 100%;
        float: left;
        display: block;
    }

    .menu>ul>li a {
        padding: 10px;
        width: 100%;
        display: block;
    }

    .menu>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu>ul>li>ul>li {
        float: left;
        width: 100%;
        margin-top: 0px;
    }

    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .menu .show-on-mobile .menu-dropdown-icon:before {
        padding: 10px 15px;
        background: none;
    }

    .menu .show-on-mobile>ul>li>ul {}
}

@media(min-width:768px) and (max-width:1023px) {

    .menu>ul>li>ul,
    .menu>ul>li>ul.ul_with_background {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-right: 0;
        background-image: none !important;
        height: auto;
        min-height: 10px !important;
        width: 100%;
        padding: 0px;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
    }
}

@media(max-width:767px) {
    #main-menu.sm-clean li {
        border-top: 1px solid #000000;
        ;
    }

    #main-menu a,
    #main-menu li ul li a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        width: 100%;
    }

    .menu>ul>li>ul {
        width: 100%;
    }

    .menu>ul>li>ul,
    .menu>ul>li>ul.ul_with_background {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-right: 0;
        background-image: none !important;
        height: auto;
        min-height: 10px !important;
    }

    .menu>ul>li>ul,
    .menu>ul>li>ul.ul_with_background {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-right: 0;
        background-image: none !important;
        height: auto;
        min-height: 10px !important;
        width: 100%;
        padding: 0px;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
    }

    .menu>ul>li>ul>li a {
        padding: 0.6em;
    }
}

@media(min-width:768px) and (max-width:1190px) {
    #main-menu {
        padding-left: 0px;
        padding-right: 0px;
    }

    header .cart_item .button {
        margin-bottom: 5px !important;
        margin-left: 5px !important;
    }
}

.template_banner_image_categories a,
.template_tag_island_products a {
    text-decoration: none;
}

.template_banner_image_categories .banner_element-2 .overlay,
.template_tag_island_products .banner_element-2 .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    z-index: 3;
}

.template_banner_image-2 {
    margin-top: 0;
}

.template_banner_image-2 .banner_element-2 .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    z-index: 3;
}

.template_banner_image-2 img {
    max-height: 400px;
    object-fit: cover;
}

.template_banner_image-2 .banner_element-2 {
    max-height: 400px;
}

.template_banner_image-2 img,
.template_banner_image_categories img,
.template_tag_island_products img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.template_banner_image_categories .only-background {
    background-color: rgba(118, 171, 144, 0.7);
    height: 400px;
}

.template_banner_image_categories .background_white {
    background-color: #eaeee8;
}

.template_banner_image_categories .background_green {
    background-color: #204f3e;
    color: #fff;
}

.template_banner_image_categories .background_lime {
    background-color: #86a867;
}

.template_banner_image_categories .background_magenta {
    background-color: #D80F81;
}

.template_banner_image_categories .background_lightblue {
    background-color: #7bc4c9;
}

.template_banner_image_categories .background_colored {
    background-color: #edba02;
}

.template_banner_image_categories .caption-wrapper,
.template_tag_island_products .caption-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.template_banner_image-2 .banner_element-2 .banner-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    margin-top: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    z-index: 3;
}

.template_banner_image-2 .banner_element-2:hover .banner-middle {
    opacity: 1;
    -webkit-opacity: 1;
}

.template_banner_image-2 .banner_element-2 .banner-middle .banner-btn {
    border: none;
    border-radius: 25px;
    width: 200px;
    height: 50px;
    padding: 0 25px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    outline: none;
    transition: .5s;
}

.template_banner_image-2 {
    position: relative;
    text-align: center;
}

.template_banner_image-2 .banner_element-2 {
    position: relative;
}

.template_banner_image-2 .banner_element-2 .image_caption {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0 !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    z-index: 3;
    width: 100%;
}

.template_banner_imag-2e .banner_element-2 .image_caption p {
    margin-bottom: 0px !important;
}

.template_banner_image-2 .caption_dark {
    color: #FFF;
}

.template_banner_image-2 .caption_light {
    color: #333;
}

.template_banner_image-2,
.banner_element-2,
.img-responsive-2 {
    min-height: 550px;
}

.template_accordion button a {
    color: #ffffff !important;
}

.template_accordion button a.act:hover {
    color: #003B5E !important;
}

.template_accordion button a.mon:hover {
    color: #7998B7 !important;
}

.template_accordion button a.man:hover {
    color: #79C9CA !important;
}

#cookie-warning {
    display: none !important;
}

#area-vet {
    margin-right: 25px;
}

#area-vet a {
    border: 2px solid #124969;
    background-image: linear-gradient(to right, rgb(0, 57, 91), rgb(23, 95, 130), rgb(0, 57, 91));
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

#area-vet a:hover {
    border: 2px solid #124969;
    background-image: none;
    color: #124969;
}

#cookie-warning {
    overflow: hidden;
    display: none;
    padding: 0 !important;
    position: fixed;
    z-index: 999999999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    color: #fff !important;
    text-align: center;
    font-size: 13px;
    background: transparent !important;
}

#cookie-warning>span {
    display: block;
    background-color: rgba(100, 100, 100, 0.6) !important;
    position: absolute !important;
    min-height: 150px !important;
    right: -300px;
    padding: 15px !important;
    width: 300px !important;
    font-size: 11px !important;
    text-align: left !important;
    top: 47px !important;
    color: #fff !important;
    left: auto !important;
}

#cookie-warning .btn {
    margin-top: 5px;
    padding: 3px 10px;
    font-size: 11px;
}

#cookie-warning a {
    text-decoration: underline;
    color: #fff;
}

#cookie-accept-old {
    display: none !important;
}

#cookie-warning>span>a {
    display: none;
}

.payment_paybox {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_stripe.png);
}

.payment_label.button-white {
    background-image: url(https://cdn.storeden.net/backoffice/img/payment_stripe.png);
}

.openPopup.gp {
    display: none !important
}

