@import 'https://fonts.googleapis.com/css2?family=Bitter&display=swap';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i&amp;subset=cyrillic';

/* GENERAL */
html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #FFF;
    color: #222;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    letter-spacing: 0;
}

.tooltip {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    z-index: 9999;
}
#breadcrumbs {
    border: 0;
}

img, a img {
    border: none !important;
}

::-moz-selection {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}

* {
    outline: 0 !important;
}

b, strong {
    font-weight: 600;
}

i, italic {
    font-style: italic;
}

input[type="checkbox"] {
    margin-right: 5px;
}

a, a:visited, a:focus {
    outline-style: none;
    text-decoration: none;
    color: #222;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #222;
}

p {
    margin: 0 0 10px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.padding_top_15 {
    padding-top: 15px;
}

.padding_bottom_15 {
    padding-bottom: 15px;
}

.padding_top_20 {
    padding-top: 20px;
}

.padding_bottom_20 {
    padding-bottom: 20px;
}

.padding_top_30 {
    padding-top: 30px;
}

.padding_bottom_30 {
    padding-bottom: 30px;
}

.padding_30 {
    padding: 30px;
}

.padding_top_50 {
    padding-top: 50px;
}

.padding_bottom_50 {
    padding-bottom: 50px;
}

.padding_top_70 {
    padding-top: 70px;
}

.padding_bottom_70 {
    padding-bottom: 70px;
}

.padding_box {
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width: 991px) {
    .padding_top_50 {
        padding-top: 30px;
    }

    .padding_bottom_50 {
        padding-bottom: 30px;
    }

    .padding_top_70 {
        padding-top: 30px;
    }

    .padding_bottom_70 {
        padding-bottom: 30px;
    }

    .padding_box {
        padding-left: 30px;
        padding-right: 30px;
    }

}

.uppercase {
    text-transform: uppercase;
}

.grey-back {
    background-color: #53575a;
    color: white;
}

.border-item {
    border: 1px solid #53575a;
    border-radius: 10px;
}

.border-bottom-white {
    border-bottom: 1px solid #fff;
}

/* TYPO */
h1, h2, h3, h4, h5, h6, .h1 {
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0;
}

h1, .h1 {
    font-size: 36px;
    line-height: 40px;
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 32px;
    }
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 21px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
}

h5 {
    font-size: 16px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
}

/* HEADER */
#header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
}

.logo {
    display: inline-block;
    margin: 10px 0;
}

.logo img {
    height: 45px;
    width: auto;
}

@media (max-width: 500px) {
    .logo {
        display: inline-block;
        margin: 15px 0;
    }

    .logo img {
        height: 35px;
        width: auto;
    }
}

.logo_white, .menu_white {
    display: none;
}

.navbar {
    border: none;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
}

.caret {
    display: none;
}

.navbar-nav {
    position: relative;
    float: right;
}

.navbar-default {
    background-color: transparent;
}

#menu ul.social {
    float: left;
    margin: 7px auto auto 17px;
    border-right: 1px solid #666;
    padding-right: 8px;
}

#menu ul.social li {
    margin: 0;
}

#menu ul.social .fa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    color: #666;
    line-height: 28px;
    vertical-align: middle;
    border: 1px solid #666;
    text-align: center;
    transition: all ease 0.5s;
    margin-right: 5px;
}

#menu ul.social .fa:hover {
    background-color: #666;
    color: #fff;
}

@media (min-width: 1200px) and (max-width: 1260px) {
    #menu {
        margin-right: -50px;
    }
}


@media (min-width: 1200px) {
    .menu-open #header #d-open {
        display: none;
    }

    #menu_container {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        margin: 10px 0;
        width: 80%;
    }

    #navmenu {
        cursor: pointer;
        float: right;
        height: 45px;
        width: 45px;
        position: relative;
    }

    #menu {
        display: none;
        position: relative;
        float: right;
        width: 920px;
    }

    #menu:lang(fr) {
        width: 900px;
    }

    #menu:lang(de) {
        width: 930px;
    }


    .menu-open #menu {
        z-index: 995;
        display: block;
    }

    #menu ul {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

    #menu ul li {
        display: block;
        float: left;
        margin-right: 10px;
    }

    #menu ul li a, a#link_riservata {
        color: #666;
    }

    a#link_riservata {
        float: left;
        display: inline-block;
    }

    #menu ul li a:hover, #menu ul li.active a, a#link_riservata.active, a#link_riservata:hover {
        color: #666;
        text-decoration: underline;
    }

    #menu ul.menu_nav {
        float: left;
        font-size: 85%;
        margin-right: 5px;
    }

    #menu ul.social {
        padding-right: 10px;
    }

    #menu ul.social li {
        margin: 0;
    }

    #menu ul.tools {
        float: left;
        margin: 7px auto auto 7px;
    }

    #menu ul.tools li {
        margin: 0;
    }

    #menu ul.tools .fa {
        width: 30px;
        height: 30px;
        font-size: 1.7rem;
        border-radius: 50%;
        display: inline-block;
        color: #666;
        line-height: 28px;
        vertical-align: middle;
        text-align: center;
        transition: all ease 0.5s;
        border: 1px solid transparent;
        margin-right: 5px;
        margin-left: 0;
    }

    #menu ul.tools .fa:hover {
        border: 1px solid #666;
    }

    #header_search_button {
        float: left;
    }

    .search-widget-open {
        background-color: rgba(255, 255, 255, 0.25);
        padding: 2px 5px 4px 10px !important;
        line-height: 22px;
        border: 1px solid #eee;
    }

    .search-widget-input {
        display: none;
        background-color: transparent;
        border: none;
        line-height: inherit;
        font-size: 14px;
        width: 150px;
    }

    .popover-title {
        display: none;
    }

    #searchsubmit {
        background-color: #FFF;
    }

    #lang {
        float: left;
        margin-top: 9px;
        width: 80px;
    }
}

.social, .tools span {
    text-transform: none;
    opacity: 0.6;
    font-weight: 400;
}

#lang {
    position: relative;
}

#lang .wpml-ls-legacy-dropdown a {
    border: none;
}

#lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    width: 70px;
    border: 0;
    top: 18px;
}

#lang li a {
    width: 70px;
    text-align: center;
}

#lang a:hover {
    text-decoration: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none !important;
}

#lang .fa {
    position: absolute;
    top: 6px;
    left: 45px;
    color: #666;
    background-color: transparent !important;
    transition: all ease 0.25s;
}

#lang:hover .fa {
    transform: rotate(90deg);
}

@media (max-width: 1199px) {
    .navbar-toggle {
        height: 40px;
        width: 40px;
        border-radius: 40px;
        text-align: center;
        padding: 5px 7px;
        border-color: #666;
        margin-top: 12px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        width: 24px;
        background-color: #666;
    }

    #menu_container {
        background-color: #FFF;
    }

    #menu {
        padding: 15px 0;
    }

    #menu ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

    #menu ul li a, a#link_riservata, a#header_search_button {
        color: #666;
        display: block;
    }

    #menu .social, #menu #lang, a#link_riservata {
        margin-top: 10px;
    }

    #menu .social li {
        float: left;
        margin-top: 10px;
    }

    #menu ul li a:hover, #menu ul li.active a, a#link_riservata.active, a#link_riservata:hover, a#header_search_button:hover {
        color: #666;
        text-decoration: underline;
    }

    #lang li a {
        text-align: left;
    }

    #lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        top: 25px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 1199px) {
    .navbar-default .navbar-collapse {
        border: none;
        min-height: 100vh;
        position: absolute;
        top: 65px;
        left: -15px;
        width: 100vw;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    #menu {
        margin-top: 20px;
        margin-left: 20px;
        position: relative;
        font-size: 1.6rem;
    }

    #menu ul li a {
        padding-bottom: 5px;
    }

    #menu ul.social {
        position: absolute;
        top: auto;
        bottom: -60px;
        margin-left: 0;
        border-right: 0;
        width: 100%;
    }

    #menu ul.social:before {
        content: '';
        width: 100%;
        display: inline-block;
        text-align: center;
        height: 1px;
        background-color: #666;
        margin-bottom: 10px;
    }

    #menu ul.social .fa {
        margin-right: 10px;
    }

    #lang .wpml-ls-legacy-dropdown a {
        padding-left: 0;
    }

}

/* Icon 3 */
#nav-icon3 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 5px 7px;
    margin-top: 12px;
    background-color: transparent;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    height: 2.3px;
    width: 26px;
    text-align: center;
    background-color: #666;
    border-radius: 1.15px;
    opacity: 1;
    margin-top: 12px;
    margin-left: 6px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
}

#nav-icon3 span:nth-child(4) {
    top: 12px;
}

#nav-icon3.open span:nth-child(1) {
    top: 6px;
    width: 0;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 6px;
    width: 0;
    left: 50%;
}

/* FOOTER */
#footer {
    background-color: white;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #eee;
}

#footer .logo img {
    height: 130px;
    width: auto;
}

#footer p {
    margin: 0;
}

#footer strong {
    text-transform: uppercase;
    font-size: 16px;
}

#footer a {
    color: #2d2d2d;
}

#footer a:hover {
    color: #eee;
}

#copyright {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

#copyright a {
    color: #666;
}

#copyright a:hover {
    color: #FFF;
}

@media (max-width: 991px) {
    #footer {
        text-align: center;
    }
}
/* FOOTER END */

/* SEARCH */
.search-wrapper {
    display: block;
    position: fixed;
    padding-top: 100px;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 9999999;
}

.search-wrapper .navbar-search .search-input-container {
    width: calc(100% - 55px);
    float: left;
}

.search-wrapper .navbar-search .search-input-container .search-query {
    width: calc(100% - 85px);
}

.search-wrapper .navbar-search .search-close-container {
    float: right;
}

.search-wrapper .search-query {
    display: block;
    font-size: 18px;
    line-height: 30px;
    height: 52px;
    border: 1px solid #ccc;
    box-shadow: none;
    min-width: 50px;
    padding: 17px;
    margin: 0 !important;
    outline: none !important;
    text-shadow: none;
    color: #333;
    border-right: none;
    -webkit-border-top-left-radius: 25px !important;
    -webkit-border-bottom-left-radius: 25px !important;
    -moz-border-radius-topleft: 25px !important;
    -moz-border-radius-bottomleft: 25px !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    background-color: #FFF;
    width: calc(100% - 50px);
    float: left;
}

.search-wrapper .input-group-btn button {
    background: transparent;
    height: 52px;
    border: 1px solid #ccc;
    box-shadow: none;
    min-width: 50px;
    margin: 0 !important;
    outline: none !important;
    text-shadow: none;
    border-radius: 25px;
    color: #333;
    float: right;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 12px;
}

.search-wrapper .input-group-btn button:hover {
    background-color: #666;
    color: #FFF;
}

.search-wrapper .search-input-container {
    width: calc(100% - 70px);
    float: left;
}

#header_search_close {
    float: right;
    padding: 7px 10px 6px 0;
}

#header_search_close img {
    width: 40px;
    height: auto;
}
/* SEARCH END */

.wpml-ls-legacy-dropdown {
    width: 15.5em;
    max-width: 100%
}

.wpml-ls-legacy-dropdown > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    visibility: visible
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: middle
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: calc(10px + .7em + .7em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: calc(10px + .7em + .7em)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 10px
}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: #000;
    background: #eee
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0 1px 1px 1px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 12px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: .4em
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: 0;
    margin-right: .4em
}

.wrapper {
    padding-bottom: 0;
}


.urbantime-header .shop-cart {
    text-align: initial;
}

.urbantime-header .shop-cart .badge {
    color: #666;
}

.urbantime-header .shop-cart .shop-cart-button:hover .badge,
.urbantime-header .shop-cart .shop-cart-button:active .badge,
.urbantime-header .shop-cart .shop-cart-button:focus .badge {
    color: #323232;
}

.urbantime-header #menu .header-miniquote:hover .skip-quote .icon {
    background-position-y: bottom;
}

.urbantime-header .shop-cart .shop-cart-button:hover .anc-shopping-cart {
    background-position: bottom;
}

.trans-bg {
    background-color: transparent !important;
}

.top-links-menu {
    box-shadow: 0 10px 5px 0 rgb(0 0 0 / 10%);
    max-width: 165px;
    top: 65%;
}

.top-links-menu > li {
    width: 100%;
}

.urbantime-header #menu .top-links-menu > li > a:hover,
.urbantime-header #menu .top-links-menu > li > a:active,
.urbantime-header #menu .top-links-menu > li > a:focus {
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-default {
    background-image: initial;
    box-shadow: none;
}

/* Category page -> START */
.catalog-category-view .container.responsive-base {
    width: 100%;
}

.catalog-category-view .sub-categories-wrapper {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
}

.catalog-category-view .container.responsive-base {
    margin: inherit;
}

.catalog-category-view .listing-catalogimg-grid {
    width: 100vw;
}

.catalog-category-view .listing-catalogimg-grid .row {
    display: flex;
    flex-wrap: wrap;
}

.single_journal {
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    display:block;
}

.single_journal_content {
    padding:15px;
}

.single_journal_content img {
    margin-bottom:15px;
}

.single_journal a:hover {
    text-decoration:none;
    background-color:#eee;
    display:inline-block;
    width:100%;
    height:100%;
}
.categoryFilter.unList {
    list-style: none !important;
    padding: 5px;
    line-height: 30px;
}
/* Category page -> END */

/* Product page -> START */
.anc-custom-notes {
    display: none;
}
/* Product page -> END */

.responsive-base .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* Contacts page -> START*/
.contacts-index-index .main-container {
    margin-top: 70px;
}

.contacts-index-index .main-container .main .responsive-base {
    margin-bottom: 0;
}

.contacts-index-index .flexibleforms_form .form-list label {
    float: left;
}

.contacts-index-index .buttons-set {
    max-width: 100%;
    margin-bottom: 0;
}

.contacts-index-index .messages {
    margin-top: 0;
}

@media (min-width: 992px) {

    .contacts-index-index .col-main {
        display: flex;
    }
}

.embed-container {
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.embed-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* Contacts page -> END*/
