.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    width:100%;
    background: rgba(55, 55, 55, .7);
    z-index: 10000;
    display:flex;
    justify-content:center;
    align-items: center;
}
.spin-image {
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotate {
    animation: spin 2s linear infinite;
}
header a, footer *{
    font-family: 'Lato', sans-serif !important;
}
header#navbar_top.fixed-top {
    border-bottom: 1px solid #A6569D
}
header {
    background: rgb(38, 1, 48);
    background: linear-gradient(90deg, #4B0B49 0%, #7A2E77 50%, #8B3688 100%);
    background-size: contain;
    width: 100%;
    z-index: 1040;
}
header a.cart-blog span:nth-child(2) {
    padding: 0 2px;
    font-size: 15px;
    line-height: 15px
}
header .logoFixed {
    display: none;
}
.logo-link{
    color: unset;
    text-decoration: none;
}
#navbarTogglerMainMenu .nav.menu li.item-1849.parent a {
    z-index: 6
}
span.cart-quant {
    width: auto;
    min-width:18px;
    aspect-ratio: 1/1;
    text-align: center;
    vertical-align: middle;
    background: #ff2a2a;
    border:2px solid #FFF;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 10px !important;
    border-radius: 50%;
    font-family: 'Lato', sans-serif;
    position: absolute;
    left: 22px;
    font-weight: 700;
    bottom: 22px;
    padding: 2px;
}
footer #twinForm2 a.link-btn.yellow {
    line-height: 17px;
}
header .logoNormal,
footer .logoNormal {
    display: inline-block;
    width: 60px;
    height: auto;
}
header,
header .menuCol{
    height: 79px;
    position: unset;
}
.logoWrap{
    height: 79px;
    overflow: visible;
    white-space: nowrap;
}
.logo-fixed {
    display: none;
}
.logo{
    margin: 0;
    height: auto;
    max-width: 230px;
}
footer .twinForm input{
    background-color: transparent;
}
footer .twinForm input:-webkit-autofill,
footer .twinForm input:-webkit-autofill:hover,
footer .twinForm input:-webkit-autofill:focus {
    -webkit-text-fill-color: white !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
footer .twinForm input:hover{
    color: white
}
footer #twinForm2 input {
    font-size: 16px;
    padding: 7px;
    line-height: 32px;
}
.logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
    font-size: 22px !important;
    transform: translateY(-3px);
}
.logoWrap span sup{
    font-size: 8px;
    position:relative;
    top: -5px;
}
#navbarTogglerMainMenu .nav.menu > li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.navbar-dark .navbar-toggler{
    color: white;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent > a{
    margin-bottom: 16px;
}
.mainMenuBlog{
    position: unset
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent {
    float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}
.userMenuBlog{
    display: none !important;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent.item-1849 ul {
    display: none
}
#navbarTogglerMainMenu .deeper.parent:before {
    content: '';
    width: 100%;
    height: 60px;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent{
    cursor: pointer;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent:not(.item-1849):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    clear: both;
    transition: transform 0.5s;
    height: 100%;
    width: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.2048 17.7074L18.1189 9.25877C18.49 8.72855 18.1107 8 17.4635 8L6.53653 8C5.88931 8 5.50999 8.72855 5.88114 9.25877L11.7952 17.7074C11.8947 17.8496 12.1053 17.8496 12.2048 17.7074Z" fill="white"/></svg>');
    background-position: calc(100% - 10px) 17px;
    background-repeat: no-repeat;
    transform-origin: calc(100% - 22px) 29px;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent.opened:after{
    transition: transform 0.75s ease 0s;
    transform: rotate(-180deg);
    transform-origin: calc(100% - 22px) 29px;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent ul.nav-child {
    height: auto;
    max-height: 0;
    transition: max-height 0.5s;
    padding-left: 0;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent.opened ul.nav-child {
    max-height: 1000px;
    transition: max-height 0.75s ease 0s;
}
#navbarTogglerMainMenu .nav.menu li.deeper.parent ul.nav-child{
    width: 100% !important;
}
.mainMenuBlog {
    width: auto;
    height: 79px;
}
footer{
    background: linear-gradient(90deg, #4B0B49 0%, #7A2E77 50%, #8B3688 100%);
    min-height: 375px;
}
footer .footer-padding{
    padding: 48px 24px 0 24px;
}
footer .footer-padding .col{
    padding: 0 12px;
}
footer *{
    color: white;
}
footer h6{
    font-size: 19px;
    font-weight: bold;
}
footer li{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
footer li a{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block !important;
}
footer .nav-child li{
    margin-bottom: 0;
    margin-top: 5px;
}
footer .nav-child li a{
    margin-bottom: 0;
    font-weight: normal;
    text-transform: none;
}
footer a{
    font-weight: bold;
}
footer a:hover{
    text-decoration: none;
}
footer ul.nav-child{
    padding-left: 0;
}
.copyright * {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
a.footer-submit-btn.link-btn-style{
    width: 100%;
}
.userMenuBlog a{
    color: white;
    text-decoration: none;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    line-height: 27px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    font-family:'Lato',serif !important;
}
.userMenuBlog a:before{
    content:'';
    display: inline-block;
    height: 27px;
    width: 27px;
    position: absolute;
    left: 0;
    top: 0;
}
.userMenuBlog a {
    background-size: 20px, calc(100% - 40px) 0;
    background-position: left center, right bottom;
    transition: all .2s ease-out;
}
.mainMenuBlog a{
    background-image: linear-gradient(white, white), none;
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
}
.userMenuBlog a:hover{
    background-size: 20px, calc(100% - 25px) 2px;
}
.mainMenuBlog a:hover,
.mainMenuBlog .current.active a:not(.not-active),
.mainMenuBlog .deeper.active > a:not(.not-active) {
    background-size: 100% 2px, auto;
}
.userMenuBlog a.contact-us-blog{
    background-image: url(../images/contact-us-icon.svg?v=3),linear-gradient(white, white);
}
.userMenuBlog a.my-account-blog{
    background-image: url(../images/my-account-icon.svg?v=3),linear-gradient(white, white)
}
.userMenuBlog a.cart-blog{
    background-image: url(../images/cart-icon.svg?v=3),linear-gradient(white, white);
}
.mainMenuBlog a{
    color: white;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin: 0 30px;
    font-size: 17px;
    line-height: 26px;
}
.mainMenuBlog .nav-child a{
    margin: 0 60px;
}
.userMenuBlog li:last-child a,
.mainMenuBlog li:last-child a{
    margin-right: 0;
}
.footer-row-top .nav a{
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.footer-row-top .nav .nav-child a{
    font-size: 15px;
    text-transform: unset;
}

.footer-row-top .nav a{
    padding-bottom: 2px;
    background-image: linear-gradient(white, white), none;
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
}
.footer-row-top .nav .nav-child a{
    background-position: calc(50% - 5px) bottom;
}
.footer-row-top .nav a:hover{
    text-decoration: none;
    color: white;
    background-size: 100% 2px, auto;
}
.footer-row-top .nav .nav-child a:hover{
    background-position: calc(100%) bottom;
}
.moduletable.language-blog {
    display: inline-flex;
    align-items: center;
    margin-bottom: 3em;
}
.moduletable.language-blog h6 {
    margin-right: 2em;
}
.facebookLink, .twitterLink, .youtubeLink, .instagramLink{
    font-weight: normal;
    margin: 0 10px;
    padding-left: 25px;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    background-size: 0 2px, auto;
    background-position: calc(50% + 15px) bottom, left center;
    transition: all .2s ease-out;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: bold;
}
.instagramLink{
    background-size: 0 2px, 16px;
}
.twitterLink{
    padding-left: 32px;
}
.youtubeLink{
    padding-left: 30px;
}
.instagramLink{
    padding-left: 30px;
}
.facebookLink:hover, .twitterLink:hover, .youtubeLink:hover, .instagramLink:hover{
    text-decoration: none;
    color: white;
    background-size: calc(100% - 22px) 2px, auto;
}
.twitterLink:hover{
    background-size: calc(100% - 35px) 2px, auto;
}
.youtubeLink:hover{
    background-size: calc(100% - 33px) 2px, auto;
}
.instagramLink:hover{
    background-size: calc(100% - 33px) 2px, 16px;
}
.footer-row-top ul.nav li {
    display: inline-block;
    width: 100%;
}
.facebookLink{
    background-image: linear-gradient(white, white), url(../images/facebook-icon.png);
}
.twitterLink{
    background-image: linear-gradient(white, white), url(../images/twitter-icon.png);
}
.youtubeLink{
    background-image: linear-gradient(white, white), url(../images/youtube-icon.png);
}
.instagramLink{
    background-image: linear-gradient(white, white), url(../images/instagram-icon.png?v=1);
}
footer .language-blog select{
    background: url(../images/select-arrow-icon.png) no-repeat 90% center , transparent !important;
    border: 2px solid #A169B1;
    border-radius: 10px;
    padding: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 16px !important;
    font-size: 16px;
    font-weight: bold;
    min-width: 185px;
}
footer .language-blog select:focus{
    outline: none;
}
footer .language-blog select option{
    background: #994FB2 !important;
}
footer .footer-row-bottom .nav{
    justify-content: center;
}
footer .footer-row-bottom .nav a{
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    padding-bottom: 2px;
    background-image: linear-gradient(white, white), none;
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
}
footer .footer-row-bottom .nav a:hover{
    color: white;
    background-size: 100% 1px, auto;
}
div#shareIcons {
    max-width: 350px;
    margin: 20px auto 0 auto;
}
.userMenuBlog ul.nav li:nth-child(1),
.userMenuBlog ul.nav li:nth-child(2) {
    display: none;
}
.mainMenuBlog .navbar-toggler {
    border-color: transparent !important;
    box-shadow: none !important;
}
.mainMenuBlog .navbar-toggler .navbar-toggler-text {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: bold !important;
}
.mainMenuBlog li.item-1881,
.mainMenuBlog li.item-1882,
.mainMenuBlog li.item-2090,
.leftbar li.item-2033,
.leftbar li.item-2089,
.leftbar li.item-2090{
    display: none !important;
}
.mainMenuBlog li.item-1848 > a{
    position: relative;
    text-indent: -1000px
}
.footer-row-top .separator{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mainMenuBlog li.item-1848 > a:before {
    content: 'EXPLORE OUR WORKSHOPS';
    position: absolute;
    left: 1000px
}
div:not(.collapsed) .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M8 8 L24 24 M8 24 L24 8'/%3E%3C/svg%3E");
}
.collapsed .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg width="27" height="15" viewBox="0 0 27 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.42383 1.5L25.4238 1.5" stroke="white" stroke-width="3" stroke-linecap="round"/><path d="M25.4238 7.5L2.42383 7.5" stroke="white" stroke-width="3" stroke-linecap="round"/><path d="M2.42383 13.5L25.4238 13.5" stroke="white" stroke-width="3" stroke-linecap="round"/></svg>') !important;
}
.navbar-toggler-icon {
    margin-left: 8px !important;
}
#navbar_top nav.navbar{
    position: unset;
}
div#navbarTogglerMainMenu.navbar-collapse.collapsing,
div#navbarTogglerMainMenu.navbar-collapse.show {
    position: absolute;
    top: 79px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(90deg, #4B0B49 0%, #7A2E77 50%, #8B3688 100%);
    overflow-y: unset;
    overflow-x: unset;
}
.nav.menu.navbar-nav.mod-list:nth-child(1){
    border-top: 1px solid rgba(255,255,255, 0.26);
}
html.overflow-hidden #navbar_top{
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
html.overflow-hidden .brevo-conversations{
    display: none;
}
.nav.menu.navbar-nav.mod-list li{
    display: inline-flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255, 0.26);
    width: 100%;
    position: relative;
}
.nav.menu.navbar-nav.mod-list{
    width: 100%;
}
.nav.menu.navbar-nav.mod-list .nav-child li{
    border-top: 1px solid rgba(255,255,255, 0.26);
    border-bottom: 0;
}
body.bodyPaddingTemp{
    padding-top: 79px !important
}
@media (max-width: 380px)
{
    .mainMenuBlog .navbar-toggler {
        padding: 0.25rem 0;
    }
    .userMenuBlog {
        width: 60px;
        margin-right: 10px !important;
    }
}
@media (min-width: 381px) and (max-width: 425px) {
    .userMenuBlog {
        margin-right: 10px !important;
    }
}
@media (min-width: 530px) and (max-width: 991px) {
    .userMenuBlog {
        width: 102px;
    }
}
@media (max-width: 420px) {
    .userMenuBlog a.cart-blog{
        background-image: url(../images/cart-icon.svg),linear-gradient(white, white);
        background-position: center top, center bottom;
        padding-left: 0;
        padding-top: 27px;
    }
    .userMenuBlog a.cart-blog:hover{
        background-size: auto, calc(100%) 2px;
        background-position: center top, center bottom;
    }
}
@media (min-width: 381px) and (max-width: 420px) {
    .navbar-dark .navbar-toggler{
        display: flex;
        align-items: center;
    }
    .logoCol img {
        margin-left: 20px;
    }
    .menuCol{
    }
    .mainMenuBlog .navbar-toggler {
        padding: 0.25rem 0;
    }
}
@media (min-width: 421px) and (max-width: 991px) {
    .userMenuBlog{
        width: auto;
        margin-right: 10px !important;
    }
    .navbar-dark .navbar-toggler{
        display: flex;
        align-items: center;
    }
    .logoCol img {
        margin-left: 20px;
    }
    .menuCol{
    }
    .mainMenuBlog .navbar-toggler {
        padding: 0.25rem 0;
    }
}
@media (min-width: 480px) {
    header a.cart-blog span:nth-child(2) {
        padding: 0 2px;
        font-size: 16px;
        line-height: 18px;
    }
    .userMenuBlog a {
        background-size: auto, calc(100% - 60px) 0;
    }
    .userMenuBlog a:hover {
        background-size: auto, calc(100% - 35px) 2px;
    }
    .userMenuBlog a{
        padding-left: 35px;
        font-size: 16px;
        font-weight: bold;
    }
    header .logoNormal,
    footer .logoNormal {
        width: auto;
        height: 73px;
    }
    .logoWrap span{
        font-size: 18px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 25px !important;
    }
    .logoWrap span sup{
        font-size: 8px;
        position:relative;
        top: -7px;
    }
}
@media (min-width: 992px){
    #navbarTogglerMainMenu .deeper.parent:before {
        display: none;
    }
    #navbarTogglerMainMenu .nav.menu li.deeper.parent{
        cursor: unset;
    }
    header.fixed-top .userMenuBlog ul.nav li:nth-child(3){
        margin-top: 5px
    }
    #navbar_top .menuCol > .row{
        position:relative;
        height: 140px;
        padding-right: 3vw
    }
    #navbar_top .mainMenuBlog{
        position: absolute;
        bottom: 20%;
        width: 100vw;
        max-width: none;
        padding-top: 0 !important;
        height: 20px;
        right: calc(3vw - 5px);
    }
    #navbar_top .mainMenuBlog nav {
        padding: 0;
    }
    header:not(.fixed-top) .nav.menu.navbar-nav.mod-list li{
        padding-left: 15px;
    }
    header:not(.fixed-top) .userMenuBlog ul.nav li {
        padding-left: 10px;
    }
    header.fixed-top .userMenuBlog{
        top: 0
    }
    #navbar_top.fixed-top .menuCol>.row{
        height: 80px;
    }
    #navbar_top.fixed-top .logoCol .logoWrap {
        align-items: center !important;
    }
    #navbar_top.fixed-top .mainMenuBlog {
        bottom: 0
    }
    #navbar_top.fixed-top span.cart-quant {
        min-width: 18px;
        font-size: 13px;
        line-height: 10px !important;
        left: 22px;
        bottom: 22px;
    }
    #navbar_top.fixed-top .logoCol {
        flex: 1 0 15%;
    }
    #navbar_top.fixed-top .mainMenuBlog  {
        justify-content: center !important;
    }
    .nav.menu.navbar-nav.mod-list:nth-child(1){
        border-top: unset;
    }
    .logo {
        max-width: unset;
        width: 320px;
        position: relative;
        top: 25px;
    }
    .fixed-top .logo {
        display: none;
    }
    .fixed-top .logo-fixed {
        display: flex;
        width: 48px;
    }
    .logoCol{
        padding-left: 3vw;
        flex: 1 0 20%;
        height: 140px
    }
    .menuCol{
        flex: 1 0 60%
    }
    .fixed-top .menuCol {
        flex: 1 0 85%;
    }
    header.fixed-top .logoWrap span{
        display: none !important;
    }
    .logoWrap span{
        font-size: 20px;
        left: -24px;
        top: 12px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 29px !important;
        transform: translateY(-3px);
    }
    .logoWrap span sup{
        font-size: 9px;
        position:relative;
        top: -8px;
    }
    .userMenuBlog a{
        padding-left: 38px;
        font-size: 16px;
    }
    header a.cart-blog span:nth-child(2) {
        font-size: 14px
    }
    .mainMenuBlog a{
        font-size: 18px;
        margin: 0 5px;
        font-weight: bold;
    }
    .mainMenuBlog .navbar .nav>li>a {
        padding: 0 !important
    }
    header .logoNormal,
    footer .logoNormal {
        width: auto;
        height: 90px;
        margin-top: 8px;
    }
    header,
    header .menuCol{
        height: 140px;
    }
    .nav.menu.navbar-nav.mod-list{
        width: 100%;
    }
    .nav.menu.navbar-nav.mod-list li{
        display: flex;
        align-items: center;
        padding: 0;
        border-bottom: unset;
        width: auto;
    }
    .userMenuBlog ul.nav li{
        padding-left: 7px;
    }
    header.fixed-top .userMenuBlog ul.nav li{
        padding-left: 0;
    }
    .userMenuBlog ul.nav li:nth-child(1),
    .userMenuBlog ul.nav li:nth-child(2) {
        display: list-item;
    }
    header .logoFixed {
        display: none;
    }
    header.fixed-top .logoNormal {
        display: none;
    }
    header.fixed-top .logoFixed {
        display: inline-block;
        height: 90px;
        width: auto;
        margin-top: 7px;
        margin-left: -5px;
    }
    /*  Fixed menu  */
    header.fixed-top{
        height: 80px;
    }
    body.bodyPaddingTemp{
        padding-top: 151px !important
    }
    header.fixed-top {
        top: -80px;
        transform: translateY(80px);
        transition: transform .3s;
    }
    header.fixed-top .menuCol {
        display: inline-flex;
        flex-direction: row;
    }
    header.fixed-top .menuCol .userMenuBlog{
        order:2;
        z-index: 10;
    }
    header.fixed-top .menuCol .mainMenuBlog{
        width: 67%;
        order: 1;
    }
    /*marianna design begin*/
    header.fixed-top .logoWrap{
        height: 80px;
    }
    header.fixed-top .userMenuBlog,
    header.fixed-top .mainMenuBlog{
        padding-left: 0 !important;
        padding-right: 5px !important;
        height: 80px !important;
        padding: 0 !important;
    }
    header.fixed-top .mainMenuBlog a{
        margin: 0 10px 0 0;
        font-size: 16px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 10px);
    }
    /*marianna design end*/
    header.fixed-top .menuCol li,
    header.fixed-top .menuCol .moduletable {
        display: flex;
        align-items: center;
    }
    header.fixed-top .userMenuBlog a{
        margin: 0 8px;
    }
    .userMenuBlog a:before{
        content:'';
        display: inline-block;
        height: 20px;
        width: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .userMenuBlog a {
        background-size: 32px, calc(100% - 60px) 0;
        line-height: 32px;
    }
    .userMenuBlog a:hover {
        background-size: 32px, calc(100% - 38px) 2px;
    }
    span.cart-quant{
        display: inline-flex;
    }
    #navbar_top.fixed-top span.cart-quant {
        min-width: 18px;
        font-size: 13px;
        line-height: 10px !important;
        left: 22px;
        bottom: 22px;
    }
    header.fixed-top .userMenuBlog a {
        padding-left: 32px;
        font-size: 0;
        line-height: 32px;
    }
    header.fixed-top .userMenuBlog a,
    header.fixed-top .userMenuBlog a:hover {
        background-size: 32px, 0;
    }
    .logoWrap{
        height: 140px
    }
    #navbarTogglerMainMenu .nav.menu > li.item-2032{
        display: none;
    }
    #navbarTogglerMainMenu .nav.menu > li.item-2032{
        display: none;
    }
    #navbar_top.fixed-top > .row, #navbar_top.fixed-top .logoCol, #navbar_top.fixed-top .menuCol{
        height: 80px !important;
    }
    #navbar_top.fixed-top .menuCol .row{
        flex-direction: row;
    }
    #navbar_top.fixed-top .userMenuBlog{
        flex: 1 0 30% !important;
    }
    #navbar_top.fixed-top .mainMenuBlog{
        flex: 1 0 70% !important;
    }
    .userMenuBlog {
        display: inline-flex !important;
        top: 7%;
        position: absolute;
    }
    .nav.menu li.item-2036{
        display: none !important;
    }
    #navbarTogglerMainMenu .nav.menu li.deeper.parent > a{
        margin-bottom: unset;
    }
    .mainMenuBlog li.item-2090{
        display: flex !important;
    }
    .mainMenuBlog li.item-1884,
    .mainMenuBlog li.item-1885,
    .mainMenuBlog li.item-2086,
    .mainMenuBlog li.item-2034,
    .mainMenuBlog li.item-2038{
        display: none !important;
    }
    li.item-1848.deeper.parent ul.nav-child > li:nth-of-type(n+3){
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
    li.item-1848.deeper.parent ul.nav-child > li:nth-of-type(n+3) a {
        margin-left: 24px !important
    }
    li.item-1848.deeper.parent ul.nav-child > li:nth-of-type(3) a {
        position: relative;
        padding-top: 48px !important;
    }
    li.item-1848.deeper.parent ul.nav-child > li:nth-of-type(3):before {
        content:'Explore Our Workshops';
        position: absolute;
        top: 8px;
        left: 0
    }
    .mainMenuBlog li.item-1848 > a{
        position: relative;
        text-indent: unset;
    }
    .mainMenuBlog li.item-1848 > a:before {
        content: unset;
    }
    #navbarTogglerMainMenu .nav.menu li.deeper.parent:after {
        display: none;
    }
    #navbar_top ul.nav.menu ul.nav-child{
        display: none;
    }
    /* Add submenu to some menu items */
    li.item-1847.deeper.parent,
    li.item-1848.deeper.parent,
    li.item-1851.deeper.parent {
        position: relative
    }
    li.item-1847.deeper.parent,
    li.item-1848.deeper.parent,
    li.item-1851.deeper.parent {
        overflow:visible !important
    }
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent .nav-child,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent .nav-child,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child {
        position: absolute;
        width: auto !important;
        flex-direction: column !important;
        background-color: white !important;
        z-index: 1001;
        top:43px;
        max-height: unset;
        padding: 8px 24px;
        margin: 0;
        border-radius: 12px;
        box-shadow: 0 11px 31.8px -6px #00000040;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.7s ease-out, visibility 0.7s ease-out !important;
        display:flex !important;
    }
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent .nav-child:before,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent .nav-child:before,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child:before{
        content: '';
        display: inline-block;
        position: absolute;
        height: 17px;
        top:-17px;
        width: 100%;
        background:transparent;
        left: 0;
    }
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child{
        right: -10px
    }
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent:hover .nav-child,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent:hover .nav-child,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent:hover .nav-child{
        opacity: 1;
        visibility: visible
    }
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent .nav-child * ,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent .nav-child * ,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child * {
        padding: 0;
        margin: 0
    }
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent .nav-child li,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent .nav-child li,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child li {
        padding: 8px 0;
    }
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent .nav-child a,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent .nav-child a,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child a {
        font-size: 20px !important;
        text-transform: unset;
        font-weight: 400;
        color: #212529;
        line-height: 25px;
        border-bottom: white solid 1px;
        padding: 2px 0;
        white-space: nowrap;
    }
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent .nav-child a:hover,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent .nav-child a:hover,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child a:hover {
        color: #7A2E77;
        border-bottom-color: #7A2E77;
    }
}
@media (min-width: 1050px){
    footer .logoNormal {
        width: auto;
        height: 100px;
        margin-top: 5px;
    }
}
@media (min-width: 1100px) {
    header .logoNormal,
    footer .logoNormal {
        width: auto;
        height: 110px;
        margin-top: 0;
    }
}
@media (min-width: 1150px){
    .logoWrap span{
        font-size: 26px;
        left: -26px;
        top: 6px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 38px !important;
    }
    .logoWrap span sup{
        font-size: 12px;
        position:relative;
        top: -9px;
    }
    .logoWrap{
        align-items: center !important;
    }
    .logo{
        top: 0;
    }
}
@media (min-width: 1200px){
    footer #twinForm2 input{
        line-height: 16px;
    }
    footer #twinForm2 a.link-btn.yellow {
        line-height: 22px;
    }
    header.fixed-top .nav.menu.navbar-nav.mod-list li {
        padding-left: 0;
    }
    header.fixed-top .logoFixed {
        height: 100px;
        margin-top: 0;
        margin-left: -15px;
    }
    header .logoNormal,
    footer .logoNormal {
        width: auto;
        height: 105px;
        margin-top: 0;
    }
    header.fixed-top .menuCol .userMenuBlog{
        width: 32%
    }
    header.fixed-top .menuCol .mainMenuBlog{
        width: 68%
    }
    .logoWrap span{
        font-size: 24px;
        left: -24px;
        top: 8px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 36px !important;
        transform: translateY(-3px);
    }
    .logoWrap span sup{
        font-size: 12px;
        position:relative;
        top: -8px;
    }
    header.fixed-top .menuCol {
        display: inline-flex;
        flex-direction: row;
        width: 91% !important;
    }
    header.fixed-top .menuCol .userMenuBlog{
        width: 28%;
    }
    header.fixed-top .menuCol .mainMenuBlog{
        width: 72%;
    }
    .userMenuBlog a:before{
        height: 32px;
        width: 32px;
    }
    .userMenuBlog a {
        background-size: 32px, calc(100% - 60px) 0;
        line-height: 32px;
    }
    .userMenuBlog a:hover {
        background-size: 32px, calc(100% - 38px) 2px;
    }
    header.fixed-top .userMenuBlog a,
    header.fixed-top .userMenuBlog a:hover {
        background-size: 32px, 0;
    }
    header.fixed-top .userMenuBlog a {
        padding-left: 38px;
        line-height: 32px;
    }
    #navbar_top.fixed-top .userMenuBlog{
        flex: 1 0 25% !important;
    }
    #navbar_top.fixed-top .mainMenuBlog{
        flex: 1 0 75% !important;
    }
}
@media (min-width: 1250px){
    .logoWrap span{
        font-size: 28px;
        left: -28px;
        top: 6px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 40px !important;
    }
    .logoWrap span sup{
        font-size: 12px;
        position:relative;
        top: -10px;
    }
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 10px
    }
}
@media (min-width: 1300px){
    .logoWrap{
        align-items: center !important;
    }
    .logoWrap .logo{
        top: unset;
        position: unset;
    }
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 20px
    }
    .logoWrap span{
        font-size: 30px;
        left: -28px;
        top: 7px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 44px !important;
    }
    .logoWrap span sup{
        font-size: 14px;
        position:relative;
        top: -10px;
    }
    header.fixed-top .mainMenuBlog a{
        margin: 0 15px;
        font-size: 18px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 15px);
    }
}
@media (min-width: 1350px){
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 28px
    }
    .logoWrap span{
        font-size: 32px;
        left: -29px;
        top: 8px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 46px !important;
    }
}
@media (min-width: 1400px){
    footer #twinForm2 a.link-btn.yellow {
        padding-right: 46px;
    }
    .logo {
        height:96px;
        max-width: unset;
        width: auto;
    }
    .logoWrap span{
        font-size: 26px;
        left: -32px;
        top: 26px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 42px !important;
        transform: translateY(-3px);
    }
    .logoWrap span sup{
        font-size: 12px;
        position:relative;
        top: -12px;
    }
    .userMenuBlog a {
        padding-left: 40px;
    }
    .userMenuBlog a:hover {
        background-size: 27px, calc(100% - 40px) 2px;
    }header .logoNormal,
     footer .logoNormal{
         width: auto;
         height: 140px;
         margin-top: 25px;
     }
    .logoWrap span{
        font-size: 32px;
        left: -29px;
        top: 25px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 46px !important;
    }
    .logoWrap span sup{
        font-size: 14px;
        position:relative;
        top: -11px;
    }
    header,
    header .menuCol{
        height: 191px;
    }
    .logoWrap{
        height: 191px;
    }
    .mainMenuBlog a {
        margin: 0 12px;
        line-height: 23px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 12px);
    }
    .userMenuBlog a{
        margin: 0 10px
    }
    header a.cart-blog span:nth-child(2) {
        font-size: 15px
    }
    header.fixed-top .menuCol {
        display: inline-flex;
        flex-direction: row;
        width: 92%;
    }

    header.fixed-top .menuCol .userMenuBlog{
        width: 29%;
    }
    header.fixed-top .menuCol .mainMenuBlog{
        width: 71%;
    }
    .userMenuBlog a {
        background-size: 32px, calc(100% - 60px) 0;
        line-height: 32px;
    }
    .userMenuBlog a:hover {
        background-size: 32px, calc(100% - 40px) 2px;
    }
    header.fixed-top .userMenuBlog a,
    header.fixed-top .userMenuBlog a:hover {
        background-size: 32px, 0;
    }
    #navbar_top .menuCol > .row,
    .logoCol,
    .logoWrap{
        height: 191px;
    }
    #navbar_top .mainMenuBlog{
        bottom: 17%;
    }
    .userMenuBlog{
        top: 22%;
        padding-top: 0 !important;
    }
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 7px
    }
    .mainMenuBlog a{
        margin: 0 10px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 10px);
    }
}
@media (min-width: 1475px){
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 14px
    }
    header .logoNormal,
    footer .logoNormal {
        height: 150px;
        margin-top: 20px
    }
    .mainMenuBlog a {
        margin: 0 15px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 15px);
    }
    .logoWrap span{
        font-size: 34px;
        left: -30px;
        top: 20px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 50px !important;
    }
    .logoWrap span sup{
        font-size: 15px;
        position:relative;
        top: -12px;
    }
}
@media (min-width: 1550px){
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 28px
    }
    header .logoNormal,
    footer .logoNormal {
        height: 160px;
        margin-top: 15px
    }
    .logoWrap span{
        font-size: 36px;
        left: -34px;
        top: 22px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 54px !important;
    }
    .logoWrap span sup{
        font-size: 15px;
        position:relative;
        top: -12px;
    }
}
@media (min-width: 1600px){
    #navbarTogglerMainMenu .nav.menu li.item-1847.deeper.parent .nav-child a,
    #navbarTogglerMainMenu .nav.menu li.item-1848.deeper.parent .nav-child a,
    #navbarTogglerMainMenu .nav.menu li.item-1851.deeper.parent .nav-child a {
        font-size: 22px !important;
    }
    #navbar_top.fixed-top > .row,
    #navbar_top.fixed-top .logoCol,
    #navbar_top.fixed-top .menuCol,
    header.fixed-top,
    header.fixed-top .logoWrap,
    #navbar_top.fixed-top .menuCol>.row,
    #navbar_top.fixed-top .userMenuBlog,
    #navbar_top.fixed-top .mainMenuBlog {
        height: 106px !important;
    }
    .fixed-top .logo-fixed{
        width: 70px;
    }
    header.fixed-top .userMenuBlog a,
    header.fixed-top .userMenuBlog a:hover{
        background-size: 38px, 0;
    }
    header.fixed-top .userMenuBlog a {
        margin: 0 15px;
    }
    header.fixed-top .userMenuBlog a {
        padding-left: 38px;
        line-height: 38px;
    }
    header.fixed-top .mainMenuBlog a {
        margin: 0 20px;
        font-size: 20px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 20px);
    }
    #navbar_top .mainMenuBlog{
        bottom: 17%;
    }
    .logo {
        height: 110px;
    }
    .menuCol{
        flex: 1 0 55%
    }
    .mainMenuBlog a {
        font-size: 20px;
    }
    .userMenuBlog a {
        font-size: 18px;
    }
}
@media (min-width: 1625px){
    .mainMenuBlog a {
        margin: 0 20px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 20px);
    }
    header .logoNormal,
    footer .logoNormal {
        height: 180px;
        margin-top: 5px
    }
    .logoWrap span{
        font-size: 40px;
        left: -38px;
        top: 18px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 60px !important;
    }
    .logoWrap span sup{
        font-size: 18px;
        position:relative;
        top: -12px;
    }
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 40px
    }
}
@media (min-width: 1700px){
    .nav.menu.navbar-nav.mod-list li{
        padding-left: 10px
    }
    .mainMenuBlog a {
        margin: 0 17px;
        line-height: 27px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 17px);
    }
}
@media (min-width: 1750px){
    .mainMenuBlog a {
        margin: 0 20px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 20px);
    }
}
@media (min-width: 1800px){
    .mainMenuBlog a {
        margin: 0 25px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 25px);
    }
    #navbar_top.fixed-top span.cart-quant {
        left: 26px;
        bottom: 26px;
    }
    menuCol {
        flex: 1 0 60%;
    }
    .logo {
        height: 120px;
    }
    header.fixed-top {
        top: -106px;
        transform: translateY(106px);
        transition: transform .3s;
    }
    header.fixed-top,
    #navbar_top.fixed-top > .row,
    #navbar_top.fixed-top .logoCol,
    #navbar_top.fixed-top .menuCol,
    header.fixed-top .logoWrap,
    header.fixed-top .mainMenuBlog,
    header.fixed-top .menuCol .userMenuBlog{
        height: 106px !important;
    }
    header.fixed-top .logo-fixed{
        width: 70px !important;
        height: auto;
    }
    header.fixed-top .mainMenuBlog a{
        font-size: 20px;
        margin: 0 25px;
    }
    header.fixed-top .userMenuBlog a,
    header.fixed-top .userMenuBlog a:hover{
        background-size: 38px, 0;
    }
    header.fixed-top .userMenuBlog a {
        padding-left: 44px;
        line-height: 38px;
    }
}
@media (min-width: 1850px){
    footer #twinForm2 a.link-btn.yellow {
        padding-right: 50px;
        padding-left: 20px;
        margin-top: 0 !important;
        line-height: 30px;
    }
    footer #twinForm2 input {
        font-size: 16px;
    }
    header .logoNormal,
    footer .logoNormal {
        height: 190px;
        margin-top: 0;
    }
    .logoWrap span{
        font-size: 38px;
        left: -42px;
        top: 16px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 60px !important;
        transform: translateY(-3px);
    }
    .logoWrap span sup{
        font-size: 12px;
        position:relative;
        top: -17px;
    }
    .mainMenuBlog a {
        margin: 0 25px;
        line-height: 27px;
    }
    #navbar_top .mainMenuBlog {
        right: calc(3vw - 25px);
    }
    .userMenuBlog a{
        margin-left: 20px;
    }
    header a.cart-blog span:nth-child(2) {
        font-size: 17px
    }
    header.fixed-top .menuCol .userMenuBlog{
        width: 500px;
    }
    header.fixed-top .menuCol .mainMenuBlog{
        width: 1100px;
    }
    header.fixed-top .logoFixed {
        height: 110px;
        margin-top: -5px;
        margin-left: 0;
    }
    header .logoNormal,
    footer .logoNormal {
        height: 191px;
        margin-top: 0px
    }
    .logoWrap span{
        font-size: 42px;
        left: -40px;
        top: 16px;
    }
    .logoWrap span:nth-child(3),.logoWrap span:nth-child(5){
        font-size: 64px !important;
    }
    .logoWrap span sup{
        font-size: 18px;
        position:relative;
        top: -14px;
    }
}