.header-main {
        height: 100px;
    }
    
    .header-main {
        z-index: 10;
        position: relative;
    }
    
    .header .flex-row {
        height: 100%;
    }
    
    .header .flex-row {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    
    .container {
        max-width: 1200px;
    }
    
    #logo {
        width: 200px;
    }
    
    .logo-center .logo {
        order: 2;
        text-align: center;
        margin: 0 30px;
    }
    
    .nav-dark .logo a {
        color: #fff;
    }
    
    #logo img {
        max-height: 100px;
    }
    
    .logo-center .flex-col {
        order: 1;
        flex: 1 1 0;
    }
    
    .flex-col {
        max-height: 100%;
    }
    
    .header .transparent .has-transparent {
        box-shadow: none;
        background-color: black;
        background-image: none;
    }
    
    .logo a {
        text-decoration: none;
        display: block;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: bolder;
        margin: 0;
    }
    
    .header-wrapper:not(.stuck) .logo img {
        transition: max-height .5s;
    }
    
    @media screen and (max-width: 849px) {
        .medium-logo-center .logo img {
            margin: 0 auto;
        }
    }
    
    .logo-center .logo img {
        margin: 0 auto;
    }
    
    
    
    .logo img {
        display: block;
        width: auto;
    }
    
    img {
        transition: opacity 1s;
        opacity: 1;
    }
    
    img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }
    
    img {
        border-style: none;
    }
    
    .nav-dark .header-logo-dark {
        display: block !important;
    }
    
    .logo img {
        display: block;
        width: auto;
    }
    
    img {
        border-style: none;
    }
    
    .header-wrapper:not(.stuck) .logo img {
        transition: max-height .5s;
    }
    
    @media screen and (max-width: 849px) {
        .medium-logo-center .logo img {
            margin: 0 auto;
        }
    }
    
    @media(min-width: 850px) {
        .show-for-medium {
            display: none !important;
        }
    }
    
    @media screen and (max-width: 849px) {
        .medium-logo-center .logo {
            order: 2;
            text-align: center;
            margin: 0 15px;
        }
    }
    
    @media screen and (max-width: 849px) {
        .medium-logo-center .flex-left {
            order: 1;
            flex: 1 1 0;
        }
    }
    
    .logo-center .flex-left {
        order: 1;
        flex: 1 1 0;
    }
    
    .flex-left {
        margin-right: auto;
    }
    
    .flex-col {
        max-height: 100%;
    }
    
    @media screen and (max-width: 849px) {
        .header-inner .nav {
            flex-wrap: nowrap;
        }
    }
    
    .nav-left {
        justify-content: flex-start;
    }
    
    .nav {
        width: 100%;
        position: relative;
        display: inline-block;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
    .input-item {
    position: absolute;
    height: 300px;
    margin-left: 0;
    top: 200px;
    /* padding-right: 20px; */
    padding-left: 40px;
}
    .nav {
        margin: 0;
        padding: 0;
    }
    
    .nav li:last-child {
        margin-right: 0 !important;
    }
    
    .nav li:first-child {
        margin-left: 0 !important;
    }
    
    .nav>li {
        display: inline-block;
        list-style: none;
        padding: 0;
        position: relative;
        margin: 0 7px;
        transition: background-color .3s;
    }
    
    .header-main .nav>li>a {
        text-decoration: none;
        line-height: 16px;
    }
    
    .nav-dark .nav>li>a {
        color: rgba(255, 255, 255, 0.8);
    }
    
    .nav>li.has-icon>a>i {
        min-width: 1em;
    }
    
    .nav>li>a>i.icon-menu {
        font-size: 1.9em;
    }
    
    .nav>li>a>i {
        vertical-align: middle;
        transition: color .3s;
    }
    
    /*i[class^="icon-"] {*/
    /*    font-family: 'fl-icons' !important;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    display: inline-block;*/
    /*    font-style: normal !important;*/
    /*    font-weight: normal !important;*/
    /*    font-variant: normal !important;*/
    /*    text-transform: none !important;*/
    /*    position: relative;*/
    /*    line-height: 1.2;*/
    /*}*/
    
    @media (max-width: 849px) {
        .header-main li.html.custom {
            display: none;
        }
    }
    
    @media (max-width: 849px) {
        .header-main li.html.custom {
            display: none;
        }
    }
    
    .nav-dark .nav>li.html {
        color: #fff;
    }
    
    .nav>li.html {
        font-size: .85em;
    }
    
    .nav li:first-child {
        margin-left: 0 !important;
    }
    
    .nav>li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        margin: 0 7px;
        transition: background-color .3s;
    }
    
    .nav p {
        margin: 0;
        padding-bottom: 0;
    }
    
    .mona_html {
        font-size: 14px;
    }
    
    .mona_html a {
        color: #e1e1e1;
        font-weight: 700;
    }
    
    .nav-dark .nav>li.header-divider {
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .nav>li.header-divider {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        height: 30px;
        vertical-align: middle;
        position: relative;
        margin: 0 7.5px;
    }
    .price-wrapper span{
      white-space: nowrap;
    color: #111;
    font-weight: bold;
    }
    .price-wrapper span del{
       color:#111;
    opacity: .6;
    font-weight: normal;
    margin-right: .3em;
    }
    button {
        color: #fff;
    }
    
    .nav>li.html {
        font-size: .85em;
    }
    
    .nav li:last-child {
        margin-right: 0 !important;
    }
    
    .nav>li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        margin: 0 7px;
        transition: background-color .3s;
    }
    
    .nav p {
        margin: 0;
        padding-bottom: 0;
    }
    
    .mona_html {
        font-size: 14px;
    }
    
    .mona_html a {
        color: #e1e1e1;
        font-weight: 700;
    }
    
    @media screen and (max-width: 849px) {
        .medium-logo-center .flex-right {
            flex: 1 1 0;
            order: 3;
        }
    }
    
    @media (max-width: 849px) {
        [data-show="hide-for-medium"],
        .hide-for-medium {
            display: none !important;
        }
    }
    
    .flex-right {
        margin-left: auto;
    }
    
    .flex-col {
        max-height: 100%;
    }
    
    .nav-dropdown-default {
        padding: 20px;
    }
    
    .nav-dropdown {
        position: absolute;
        min-width: 260px;
        max-height: 0;
        z-index: 9;
        padding: 20px 0 20px;
        opacity: 0;
        margin: 0;
        transition: opacity .25s;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
        border: 2px solid #ddd;
        color: #777;
        background-color: #fff;
        text-align: left;
        display: table;
    }
    
    .nav-dropdown>li.html {
        min-width: 260px;
    }
    
    .nav-dropdown li {
        display: block;
        margin: 0;
    }
    
    .nav p {
        margin: 0;
        padding-bottom: 0;
    }
    
    .nav>li.has-icon>a>i {
        min-width: 1em;
    }
    
    .header-main i.icon-shopping-basket {
        display: none;
    }
    
    .nav>li>a>i {
        vertical-align: middle;
        transition: color .3s;
        font-size: 20px;
    }
    
    /*i[class^="icon-"],*/
    /*i[class*=" icon-"] {*/
    /*    font-family: 'fl-icons' !important;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    display: inline-block;*/
    /*    font-style: normal !important;*/
    /*    font-weight: normal !important;*/
    /*    font-variant: normal !important;*/
    /*    text-transform: none !important;*/
    /*    position: relative;*/
    /*    line-height: 1.2;*/
    /*}*/
    
    .mfp-hide {
        display: none !important;
    }
    
    .inner-padding {
        padding: 30px;
    }
    
    .text-center {
        text-align: center;
    }
    
    .uppercase {
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: .05em;
    }
    
    h4 {
        color: #555;
        width: 100%;
        margin-top: 0;
        margin-bottom: .5em;
        text-rendering: optimizeSpeed;
        font-size: 1.125em;
    }
    
    .text-center .is-divider {
        margin-left: auto;
        margin-right: auto;
    }
    
    .is-divider {
        height: 3px;
        display: block;
        background-color: rgba(0, 0, 0, 0.1);
        margin: 1em 0 1em;
        width: 100%;
        max-width: 30px;
    }
    
    .relative {
        position: relative !important;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .nav-dark .top-divider {
        display: none;
    }
    
    .top-divider {
        margin-bottom: -1px;
        border-top: 1px solid currentColor;
        opacity: 0.1;
    }
    
    .full-width {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block;
    }
    
    .fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        right: 0;
        bottom: 0;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .header.transparent .header-bg-image {
        box-shadow: none;
        background-color: transparent;
        background-image: none !important;
    }
    
    .header-bg-image {
        background-position: 50% 0;
        transition: background .4s;
    }
    
    .header.transparent .header-bg-color,
    .header.transparent .header-bottom {
        box-shadow: none;
        background-color: transparent;
        background-image: none !important;
    }
    
    .header-bg-color,
    .header-wrapper {
        background-color: #383838;
    }
    
    .header.transparent .header-bg-color {
        box-shadow: none;
        background-color: transparent;
        background-image: none !important;
    }
    
    .header-bg-color {
        background-color: #383838;
    }
    
    .header-bg-color {
        background-position: 50% 0;
        transition: background .4s;
    }
    
    .header-bg-color {
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    .logo-center .flex-right {
        order: 3;
        flex: 1 1 0;
    }
    
    .nav-right {
        justify-content: flex-end;
    }
    
    .has-icon>a>i {
        min-width: 1em;
    }
    
    .header-main i.icon-shopping-basket {
        display: none;
    }
    
    .nav-dropdown-default {
        padding: 20px;
    }
    
    .nav-dropdown {
        position: absolute;
        min-width: 260px;
        max-height: 0;
        z-index: 9;
        padding: 20px 0 20px;
        opacity: 0;
        margin: 0;
        transition: opacity .25s;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
        border: 2px solid #ddd;
        color: #777;
        background-color: #fff;
        text-align: left;
        display: table;
    }
    
    .nav-dropdown li {
        display: block;
        margin: 0;
    }
    
    .nav>li.has-icon>a>i {
        min-width: 1em;
    }
    
    .nav>li>a>i.icon-menu {
        font-size: 1.9em;
    }
    
    .nav>li>a>i {
        vertical-align: middle;
        transition: color .3s;
        font-size: 20px;
    }
    
    /*i[class^="icon-"] {*/
    /*    font-family: 'fl-icons' !important;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    display: inline-block;*/
    /*    font-style: normal !important;*/
    /*    font-weight: normal !important;*/
    /*    font-variant: normal !important;*/
    /*    text-transform: none !important;*/
    /*    position: relative;*/
    /*    line-height: 1.2;*/
    /*}*/
    
    .nav-right {
        justify-content: flex-end;
    }
    
    .header-main i.icon-shopping-basket {
        display: none;
    }
    
    .mfp-hide {
        display: none !important;
    }
    
    .inner-padding {
        padding: 30px;
    }
    
    .nav-dropdown-default {
        padding: 20px;
    }
    
    .nav-dropdown {
        position: absolute;
        min-width: 260px;
        max-height: 0;
        z-index: 9;
        padding: 20px 0 20px;
        opacity: 0;
        margin: 0;
        transition: opacity .25s;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
        border: 2px solid #ddd;
        color: #777;
        background-color: #fff;
        text-align: left;
        display: table;
    }
    
    .nav-dropdown>li.html {
        min-width: 260px;
    }
    
    .nav-dropdown li {
        display: block;
        margin: 0;
    }
    
    .nav-dropdown {
        margin-left: -142px;
        display: block;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .sidebar {
        height: 100%;
        bottom: 0px;
        opacity: 1;
        left: -198px;
        max-height: inherit;
    }
    
    .sidebar li {
        display: block;
        margin: 0;
    }
    
    .sidebar {
        position: absolute;
        min-width: 260px;
        z-index: 9;
        opacity: 0;
        transition: opacity .25s;
        box-shadow: 1px 1px 15px rgba(107, 106, 106, 0.15);
    }
    
    .alert {
        width: 100%;
        height: 100%;
    }
    
    .arrow-up {
        margin-left: 175px;
        display: flex;
        color: #555555;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .has-dropdown a:hover ul {
        opacity: 1;
    }
    
    .nav {
        display: contents;
    }
    /*  */
    
    body {
        font-family: "Lato", sans-serif;
        transition: background-color .5s;
    }
    
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 39%);
        overflow-x: hidden;
        transition: 0.5s;
    }
    
    .sidenav a {
        text-decoration: none;
        font-size: 16px;
        display: block;
        transition: 0.3s;
    }
    
    span.amount {
        white-space: nowrap;
        color: #111;
        /*font-weight: bolder;*/
    }
    
    .sidenav a:hover {
        color: #f1f1f1;
    }
    
    .nav-menu {
        padding-top: 0!important;
    }
    
    .category-page-row {
        padding-top: 30px;
    }
    
    span.product-title {
        font-size: 16px;
    }
    
    /*.page-title-inner {*/
    /*    display: flex;*/
    /*}*/
    
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        color:#fff;
        right: 20px;
        font-size: 36px;
    }
    
    #main {
        transition: margin-left .5s;
        /* padding: 16px; */
    }
    
    #myOverlay {
        padding-bottom: 50px;
    }
    
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 0;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
    
    #main-item {
        display: none;
    }
    
    #main-item span {
        color: #777777;
    }
    
    .sidebar-inner1 {
        padding: 20px 20px;
        width: 265px;
        background-color: rgba(255, 255, 255, 0.95);
    }
    
    .product-item a {
        text-decoration: none;
        color: #333;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 0.7;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    
    .product-item1 a {
        text-decoration: none;
        color: #333;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 0.7;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    
    .product-item0 a {
        text-decoration: none;
        color: #333;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    
    .product-item2 a {
        text-decoration: none;
        color: #333;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    
    @media screen and (max-width: 849px) {
        #main-item {
            display: block;
        }
    }
    
    @media screen and (max-width:1000px) {
        .hide-for-medium {
            display: none;
        }
    }
    
    @media screen and (max-width: 1023px) {
        body {
            overflow-x: hidden;
            font-family: Monda;
            font-size: 100%;
            text-align: center;
        }
    }
    
    @media screen and (max-width: 820px) {
        .page-title-inner .flex-row {
            display: block!important;
            box-sizing: border-box;
        }
    }
    
    .menu {
        width: 100%;
        z-index: 0;
        display: flex;
    }
    
    .page-item {
        width: 100%;
        height: 100px;
    }
    
    .nav {
        display: flex;
       
        align-items: center;
    }
    
    @media screen and (max-width:1024px) {
        .colad {
            display: none;
        }
        .page-item {
            width: 100%;
            height: auto;
        }
        .skip-link {
            width: 100%;
            height: 60px;
            padding: 0 10px 0;
        }
    }
    
    .skip-link {
        width: 100%;
    }
    
    @media (max-width: 849px) {
        .medium-flex-wrap {
            flex-flow: column wrap;
        }
    }
    
    .div1 li {
        margin-right: 10px;
    }
    
    .menu1.div1 a {
        color: #e1e1e1;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
    }
    
    .menu-top1 {
        margin-right: 20px;
    }
    
    .menu.div1 a:hover {
        color: white;
    }
    
    .menu-top1 a:hover ul {
        opacity: 1;
    }
    
    .nav-dropdown li {
        display: block;
        margin: 0;
    }
    
    .nav-dropdown {
        top: 23px;
        position: absolute;
        min-width: 260px;
        z-index: 9;
        opacity: 0;
        transition: opacity .25s;
        box-shadow: 1px 1px 15px rgba(107, 106, 106, 0.15);
        border: 2px solid #ddd;
        color: #777;
        background-color: #fff;
    }
    /* .html {
        width: 100%;
        height: 100%;
    } */
    
    .widget {
        display: flex;
        width: 100%;
        height: 100%;
        color: #555555;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .sidebar {
        width: 100%;
        height: 100%;
        bottom: 0px;
        opacity: 1;
        left: -160px;
        max-height: inherit;
    }
    
    .sidebar li {
        display: block;
        margin: 0;
    }
    
    .sidebar {
        position: absolute;
        min-width: 260px;
        z-index: 9;
        opacity: 0;
        transition: opacity .25s;
        box-shadow: 1px 1px 15px rgba(107, 106, 106, 0.15);
    }
    
    .alert {
        width: 100%;
        height: 100%;
    }
    
    .arrow-up {
        display: flex;
        width: 100%;
        height: 100%;
        color: #555555;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .div2 {
        margin: 0;
        padding: 0;
    }
    
    .menu #icon a {
        color: #e1e1e1;
        font-weight: 700;
        font-size: 14px;
        list-style: none;
        text-decoration: none;
        font-size: 20px;
    }
    
    .menu-top1 a {
        position: relative;
    }
    
    .menu #icon a:hover {
        color: white;
    }
    
    .menu2 {
        width: 200px;
        height: 85px;
    }
    
    .menu ul {
        display: flex;
        text-decoration: none;
        list-style: none;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }
    
    .page-item {
    position: relative;
    width: 100%;
    height: auto;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
    
    .flex-col {
        display: flex;
        align-items: center;
    }
    
    .woocommerce-result-count {
        margin-right: 10px;
        color: #777;
        font-size: 15px;
    }
    
    @media (max-width: 849px) {
        .medium-flex-wrap {
            padding-top: 5px;
            padding-bottom: 5px;
            flex-grow: 0;
        }
    }
    
    .orderby {
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
    }
    
    .woocommerce-ordering select {
        background-color: rgb(253, 251, 251);
        font-size: 16px;
    }
    
    .woocommerce-ordering select:hover {
        background-color: #fff;
    }
    
    .colad {
        padding-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    select {
        font: inherit;
        color: #333;
        box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #ddd;
        padding: 0 .75em;
        height: 2.507em;
        font-size: .97em;
        vertical-align: middle;
        color: #333;
    }
    
    .page-title-inner {
        min-height: 60px;
    }
    
    .product-small.box {
        background-color: rgba(56, 56, 56, 0.02);
    }
    
    .flex-row {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .is-large {
      padding-top: 10px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    font-size: 1.15em;
    }
    @media screen and (max-width: 770px) {
        .page-title-inner {
            padding-top: 20px;
            display: block;
            justify-content: space-around;
            flex-direction: column;
            align-items: center;
        }
        .sidebar-inner {
            display: none;
        }
        .page-title-inner .flex-row {
            display: block;
        }
        .show-for-medium {
            display: block;
        }
        .omen {
            display: none;
        }
        .menu1 {
            display: none;
        }
        .colad {
            margin-top: 15px;
        }
        #main-item {
            margin-top: 15px;
        }
    }
    
    .category-filtering i {
        color: #777;
    }
    
    .category-filtering strong {
        color: #777;
    }
    
    a.plain {
        color: #777;
        text-decoration: none;
        transition: color .3s, opacity .3s, transform .3s;
    }
    
    .filter-button {
        display: inline-block;
        margin-top: .5em;
    }
    
    .uppercase {
        line-height: 1.2;
        text-transform: uppercase;
    }
    
    .uppercase {
        letter-spacing: .05em;
    }
    
    #main {
        background-color: #fff;
    }
    /*  */
    
    .sidebar-inner {
        padding: 0 1px 0;
        margin-bottom: 1.5em;
        margin-top: 22px;
    }
    
    span.main {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #777777;
    }
    
    #mySidebar ul {
        font-size: 14px;
        border: 1px solid rgba(56, 56, 56, 0.05);
        border-radius: 3px;
        padding: 15px!important;
        background-color: rgba(56, 56, 56, 0.02);
    }
    
    #mySidebar .is-divider {
        margin-top: 0px;
        background-color: rgba(0, 0, 0, 0);
    }
    
    .menu-title ul {
        list-style: none;
    }
    
    ul.title-inner li {
        height: 25px;
        margin-bottom: 20px;
        text-align: left;
        margin: 0;
        margin-top: 10px;
    }
    
    .menu-title a {
        color: rgb(49, 48, 48);
        text-decoration: none;
        list-style: none;
    }
    
    .menu-title ul li.menu-365 a {
        color: #838383;
        font-size: 14px;
    }
    
    .menu-title ul li.menu-366 a {
        color: #838383;
        font-size: 14px;
    }
    
    .menu-title ul li.menu-367 a {
        color: #838383;
        font-size: 14px;
    }
    
    .menu-title a:hover {
        color: #838383;
    }
    
    .menu-365 {
        border-bottom: #f1f1f1 dashed 1px;
    }
    
    .menu-366 {
        border-bottom: #f1f1f1 dashed 1px;
    }
    
    .sidebar-inner {
        /*width: 235px;*/
        height: 100%;
    }
    /*  */
    
    .header-logo {
        width: 100%;
    }
    
    @media screen and (max-width: 1024px) {
        .header-logo {
            width: 100%;
        }
    }
    
    .menu-inner a {
        text-decoration: none;
    }
    
    .widget-inner {
        display: block;
        padding: 20px 0 0 0;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    
    span.widget-title {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #777777;
    }
    
    .menu-input ul {
        list-style: none;
    }
    
    .product-item a {
        text-decoration: none;
        color: #333;
    }
    
    .product-item1 a {
        text-decoration: none;
        color: #333;
    }
    
    .product-item a:hover {
        color: #777;
    }
    
    .img-second {
        opacity: 0;
    }
    .image-fade_in_back img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;';
    }
    .image-fade_in_back a:hover img {
        opacity: 1;
    }
    
    .woocommerce-pagination {
        padding-top: 35px;
        padding-bottom: 20px;
    }
    
    .product-item1 a:hover {
        color: #777;
    }
    
    .skip-input {
        display: flex;
    }
    
    .skip-link {
        padding: 8px 8px 8px 32px;
        padding-top: 0;
        height: auto;
    }
    
    .skip-input img {
        width: 130px;
        padding: 8px;
        height: 70px;
        object-fit: cover;
    }
    
    /*.amount {*/
    /*    font-size: 14px!important;*/
    /*}*/
    
    .product-item1 img {
        width: 130px;
        padding: 8px;
        height: 70px;
        object-fit: cover;
    }
    
    ul.product_list_widget li {
        padding: 10px 0 5px 0;
        list-style: none;
        min-height: 90px;
        position: relative;
        overflow: hidden;
        line-height: 1.33;
        height: 30px;
    }
    
    ul.product_list_widget li a {
        margin-bottom: 10px;
        text-align: left;
    }
    
    ul.product_list_widget1 li {
        padding-top: 10px;
        margin-bottom: 15px;
        text-align: left;
        margin: 0;
    }
    
    .product-item {
        border-bottom: 1px dashed #ececec;
    }
    
    .product-item0 {
        border-bottom: 1px dashed #ececec;
    }
    
    .price-item {
        display: flex;
        color: #383838;
        text-decoration: line-through;
    }
    
    .price-wrapper {
        /*margin-top: 40px;*/
        display: block;
    }
    
    .price-wrapper .price {
        text-align: center;
    }
    
    span.amount {
        white-space: nowrap;
        color: #111;
        /*font-weight: bolder;*/
    }
    
    span.amount1 {
        white-space: nowrap;
        color: #111;
        font-weight: bolder;
        font-size: 14px;
    }
    
    .is-large a {
        font-size: 18px;
        text-decoration: none;
        color: #a19f9f;
    }
    
    .page-title-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .is-large a:hover {
        color: #918f8f;
    }
    
    .breadcrumbs {
        font-size: 20px;
        text-transform: uppercase;
        color: #222;
        font-weight: bold;
        letter-spacing: 0px;
        padding: 0;
    }
    
    .skip-input1 {
        display: flex;
    }
    
    .test {
        width: 100%;
        height: 60px;
    }
    
    .test img {
        width: 100%;
        height: 72px;
    }
    
    .skip-link1 {
        padding: 8px 0px 8px 20px;
        width: 400px;
        padding-top: 0;
    }
    
    del span.amount0 {
        opacity: .6;
        font-weight: normal;
        margin-right: 6px;
    }
    
    .last-text {
        display: flex;
        width: 100%;
    }
    
    @media screen and (max-width: 1050px) {
        .last-text {
            display: block;
        }
    }
    
    .skip-link1 a:hover {
        color: #838383;
    }
    
    .box-image1 {
        position: relative;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }
    .product-type-simple{
      position: relative;
    margin: 0;
      padding: 0 9.8px 19.6px;
    margin-bottom: 0;
    }
   
    
    .product-small {
        width: 100%;
    }
    
    .category-page-row {
        width: 100%;
        height: 100%;
    }
    
    .box-text1.text-center {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .col-6 {
        padding-bottom: 20px;
    }
    
    .price-wrapper1 {
        margin-top: 15px;
        display: block;
    }
    
    p.name.product-title1 a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 2.6em;
        margin-bottom: 10px;
    }
    
    .title-wrapper1 a {
        font-size: 16px;
        background-color: transparent;
        color: #383838;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        
        margin-bottom: 10px;
    }
    
    .title-wrapper1 a:hover {
        color: #838383
    }
    
    span.amount1 {
        white-space: nowrap;
        color: #111;
        font-weight: bold;
        font-size: 14px;
    }
    
    span.amount0 {
        color: #383838;
        text-decoration: line-through;
        font-size: 14px;
    }
    
    .page-number1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /*.page-number3.current {*/
    /*    width: 33px;*/
    /*    height: 33px;*/
    /*    background-color: #111;*/
    /*    border: 1px solid rgb(90, 89, 89);*/
    /*    border-radius: 50%;*/
    /*}*/
    
    .page-number3.current span {
        height: 33px;
        color: #fff;
        font-weight: bolder;
        font-size: 15px;
        display: block;
        line-height: 30px;
        text-align: center;
    }
    
    .page-number3 {
        width: 33px;
        height: 33px;
         outline:none;
         border:none;
        background-color: rgb(252, 250, 250);
        border: 1px solid rgb(90, 89, 89);
        border-radius: 50%;
    }
    
    .page-number3 a {
      outline:none;
      border:none;
      border: 1px solid rgb(90, 89, 89);
      background-color:#fff;
        text-decoration: none;
        height: 33px;
        color: rgb(90, 89, 89);
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
    }
    
    .page-number3 a:hover {
        color: #fff;
        background-color: #111;
        font-weight: bolder;
    }
    
    .page-number1 .page-number3 {
        margin-left: 10px;
    }
    
    .show-on-hover {
        opacity: 0;
    }
    
    ul.menu-align li {
        list-style: none;
        margin-bottom: .3em;
        text-align: left;
        margin: 0;
    }
    
    .mona_sidebar_footer ul.menu-align li {
        border-top: 0px dashed rgba(238, 238, 238, 0.3);
    }
    
    .mona_sidebar_footer ul li.current-menu-align-item a {
        color: #fff;
    }
    
    ul.menu-align li a {
        text-decoration: none;
        display: inline-block;
        padding: 6px 0;
        flex: 1;
    }
    .tab-content{
      padding-left:15px;
      padding-right:15px;
    }
    .menu-align a:hover {
        color: #fff;
    }
    
    .section1 {
        width: 100%;
        height: 300px;
    }
    
    .badge {
        display: inline-block;
        padding: .35em .65em;
        font-size: 16px!important;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
    }
    
    @media screen and (max-width: 1024px) {
        /* .section1 {
            width: 100%;
            height: auto;
        } */
        .row,
        .col-md-9 {
            width: 100%;
        }
    }
    
    @media (min-width: 768px) {
        .col-md-9 {
            flex: 0 0 auto;
            width: 100%!important;
        }
    }
    .skip-link1 span{
      color:#111;
    }
    .sale{
    background-color: #c0c0c0;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top:0px;
    left: 0;
    display: flex;
    align-items: center;
    }
    .sale p{
      line-height: .85;
    color: #fff;
    font-weight: bolder;
    }
    /**/
    /**/
.is-flex {
    display: flex !important;
}
.filter_content_left {
  display:flex;
}
.label-sort {
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}
@media screen and (max-width: 769px){
.label-sort {
    display: none;
}
  
}
.custom-select {
    position: relative;
}
/*.custom-select select {*/
/*    display: none;*/
/*}*/
/*select:not([multiple]) {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    background-position: right 50%;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url(data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>);*/
/*    padding-left: 5px;*/
/*    font-size: 16px;*/
/*}*/
select.orderby, select.count {
    height: 35px;
    border-radius: 0;
}
select {
    height: 42px;
    outline: none;
    max-width: 200px;
    width: 100%;
}
.select-selected {
    color: #ce8564;
    padding: 5px 10px;
    border: 1px solid #ce8564;
    cursor: pointer;
    user-select: none;
}
.select-items div, .select-selected {
    color: #ce8564;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}
.select-selected {
    background-color: #fff;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    min-width: 190px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.page-link:hover {
    background-color: #444 !important;
    color: #fff !important;
}
.page-link {
    border: 1px solid #444 ;
}
.select{
    background-color:#444 !important ;
    color: white !important;
}