/*
Theme Name: DUKA
Theme URI: https://duka.com.ua/
Author: AlexSteel
Author URI: https://alex-web.pp.ua/
Description: DUKA custom theme
Version: 1.0
Requires at least: 5.4
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: duka
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
}
header {
    /*box-shadow: 0 0 30px rgba(0,0,0,.1);*/
    padding-bottom: 20px;
}
a:hover {
    color: #54a1a9;
}

:focus {
    overflow: hidden;
    outline: none;
}
button:focus {
    outline: none;
    outline: none;
}
@media (min-width: 1360px) {
    .container {
        max-width: -webkit-fill-available;
    }
}
:focus {
    overflow: hidden;
}
p {
    text-align: left;
    line-height: 1.5;
    word-wrap: break-word;
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-transition: all 2s;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 100%;
}
/*header*/
.header {
    position: inherit;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    padding: .5rem 1rem;
}

.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100px;*/
    z-index: 2;
}

.header-body {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.header-list {
    display: flex;
    position: relative;
    z-index: 2;
}

.header-list li {
    list-style: none;
    margin: 0 0 0 2px;
}

.header-link {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-logo {
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo span {
    margin-left: 10px;
    font-size: 1.3rem;
    color: #010101;
    transition: 0.2s ease-in-out;
}

.header-logo span:hover {
    color: #cccccc;
    transition: 0.2s ease-in-out;
}

.header-logo img {
    max-width: 100%;
    display: block;
    width: 60px;
}

.header-burger {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    padding-inline-start: 0px;
    padding: 1.25rem 0;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    background-color: #fff;
}

.sub-menu li {
    margin: 0px;
    line-height: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0.25rem 1.5rem;
    white-space: nowrap;
}

.order-button a {
    background-color: #7567f8;
    border-color: #7567f8;
    color: #ffffff !important;
    font-size: 1rem;
    line-height: 1.4;
    padding: 14px 30px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out, box-shadow 2s ease-in-out;
}

.order-button a:hover,
.order-button a:focus {
    background-color: #4936f6;
    border-color: #4936f6;
    color: #ffffff;
    transition: all 0.2s ease-in-out, box-shadow 2s ease-in-out;
}

.menu-item a {
    font-size: 1rem;
    margin: .667em 1em;
    color: #333333;
    font-weight: 400;
}
.menu-item-has-children a {
    margin: .667em .5em .667em 1em;
}
.menu-item-has-children:after {
    display: none;
    content: "";
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    position: relative;
    margin-top: -10px;
    margin-left: -5px;
    top: 12px;
}

#breadcrumbs {
    text-align: left;
    padding: 30px 0 0 10px;
}

.bc-w-center {
    display: flex;
    justify-content: left;
}

.bc-w-center > #breadcrumbs > span > span > a {
    color: #010101;
}
.header-logo-line-links > div > div.header-icons {
    display: flex;
}
.header-icons > div:nth-child(1) {
    display: flex;
}
.header-icons > div:nth-child(1) > a:nth-child(2) > img {
    width: 30px;
    height: 30px;
    margin-top: -14px;
}
@media (min-width: 993px) {
    .header-menu {
        display: flex;
        justify-content: space-between;
        /* max-width: 1200px; */
        margin: 0 auto;
        width: 100%;
    }
    .search-line-top {
        min-width: 450px;
    }
    .header-logo-line {
        display: flex;
        justify-content: space-between;
        padding: 10px 10px 0;
        align-items: center;
    }
    #menu-primary li:first-child a {
        margin-left: 0.5em;
    }
}
@media (max-width: 992px) {
    body.lock {
        overflow: hidden;
    }

    .menu-container {
        padding: 0 0rem;
        min-height: 55px;
    }

    .header-body {
        height: 50px;
    }

    /*.header-logo {*/
    /*flex: 0 0 30px;*/
    /*}*/
    .header-burger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 40;
    }

    .header-burger span {
        position: absolute;
        width: 100%;
        background-color: #000000;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.5s ease 0s;
    }

    .header-burger:before,
    .header-burger:after {
        content: '';
        background-color: #000000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .header-burger:before {
        top: 0;
    }

    .header-burger:after {
        bottom: 0;
    }

    .header-burger.active span {
        transform: scale(0);
    }

    .header-burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }

    .header-burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header-menu {
        position: fixed;
        /*top: -100%;*/
        top: -100%;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: #FFFFFF;
        padding: 45px 10px 10px 10px;
        transition: all 0.4s ease 0s;
        text-align: center;
    }

    .header-menu.active {
        z-index: 30;
        right: 0;
        top: 0;
        width: 100%;
        box-shadow: -200px 0px 13px 20px rgb(0 0 0 / 47%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-list {
        display: block;
    }

    .header-list li {
        margin: 0;
    }

    .menu-item {
        padding: .667em 1em;
    }

    .menu-item > a {
        text-decoration: none;
        font-size: 16px;
        color: #010101;
    }

    .sub-menu {
        position: relative;
    }

    .mbr-fullscreen {
        height: auto;
    }
    #site-header {
        background-color: #ffffff;
    }
    .header-logo span {
        color: #FFFFFF;
    }
    .header-logo img {
        background-color: #fff;
        border-radius: 100%;
        padding: 3px;
    }
    #menu-primary {
        padding-inline-start: 0px;
    }
    .sub-menu li {
        justify-content: center;
    }
    .header-mobile-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #minicart {
        position: absolute;
        right: 0;
    }
    header {
        box-shadow: none;
        padding-bottom: 20px;
    }
    .search-line-top {
        order: 1;
        margin-bottom: 15px;
        width: 100%;
        max-width: 450px;
    }
    .primary-menu-top {
        order: 2;
        margin-bottom: 15px;
    }
    .primary-line-item.text-left {
        order: 3;
        margin-bottom: 15px;
    }
    .lang-sw {
        order: 4;
        margin-bottom: 40px;
    }
    .header-icons {
        order: 5;
        margin-bottom: 15px;
    }
    .header-icons a {
        padding: 0 20px;
    }
    .worktime {
        position: relative !important;
        top: 0px !important;
        background-color: #fff !important;
        display: block !important;
    }
    .primary-line-item {
        display: block !important;
    }
    .worktime ul li {
        font-size: 18px !important;
        line-height: 2 !important;
    }
    .call {
        border-right: 1px solid transparent !important;
        font-size: 18px !important;
    }
    .link-to-map {
        display: flex;
        justify-content: center;
        border: 1px solid !important;
        border-radius: 5px;
        padding: 10px 0 !important;
        margin: 20px 0;
    }
    .wpml-ls-legacy-list-horizontal a span {
        font-size: 20px;
    }
    .header-logo-line-logo {
        margin-left: -20px;
    }
    header {
        padding-bottom: 0px;
    }


}

/**/
#breadcrumbs > span > span > a,
#breadcrumbs > span > span > span > a,
#breadcrumbs > span > span > span > span > a,
#breadcrumbs > span > span > span > span > span > a,
#breadcrumbs > span > span > span > span > span > span > a,
#breadcrumbs > span > span > span > span > span > span > span > a,
.breadcrumb_last {
    font-family: inherit;
    color: #999;
    font-size: 15px;
    font-weight: 300;
}
#breadcrumbs {
    padding-top: 10px;
}
/*global*/
@media only screen and (max-width: 768px) {
    #breadcrumbs {
        padding: 0;
    }
}



/*global end*/

/*megamenu*/
.mega-menu-link {d
    font-weight: 500 !important;
}
/**/
/*top line*/
.search-line {
    width: 450px;
    float: right;
}
.red-item-menu > a {
    color: #d00000 !important;
}
#top-line {
    border-bottom: 1px solid #e1e1e1;
}
#top-line ul {
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    margin-top: 0;
    padding-top: 15px;
}
#top-line ul li {
    padding: 0 60px;
}
#top-line ul li:last-child {
    padding-right: 0px;
}
#top-line ul li:first-child {
    padding-left: 0px;
}
.item-info {
    text-align: center;
}
.item-info i {
    color: #d00;
}
.item-info span {
    font-size: 15px;
    font-weight: 300;
}
.top-menu-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*max-width: 1360px;*/
    margin: 0 auto;
    padding: 0 5px;
}
@media (max-width: 992px) {
    #top-line ul {
        justify-content: space-around;
    }
    #top-line ul li {
        padding: 0;
    }
}
@media (max-width: 767px) {
    #top-line {
        display: none;
    }
}
#cartcontents {
    display: none;
    position: absolute;
    background-color: aliceblue;
    z-index: 7;
    margin-right: 20px;
    padding: 15px;
    border: 1px solid;
}
#cartcontents.active {
    display: block;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 50px;
    height: auto;
}
.icon-padding span {
    margin-left: 3px;
    color: red;
}
/*top line end*/

/*after top line*/
.ico-size {
    width: 28px;
    height: 28px;
    margin-top: -15px;
}
#primary-line {
    /*max-width: 1360px;*/
    margin: 0 auto;
    padding: 28px 15px 0;
}
.primary-line-row {
    display: flex;
    width: 100%;
    /*max-width: 1360px;*/
    margin: 0 auto;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .primary-line-col {
        flex: 0 0 33%;
    }
    .primary-line-col:nth-child(2) {
        display: flex;
        justify-content: center;
    }
    .primary-line-col:nth-child(3) > .primary-line-item.text-right {
        justify-content: space-between;
    }
    .menu-slider {
        display: flex;
        justify-content: space-around;
    }
    .homepage-menu-block {
        flex: 0 0 27%;
    }
    .homepage-slider-block {
        flex: 0 0 73%;
    }
}
@media (max-width: 991px) {
    .menu-slider {
        display: flex;
        flex-direction: column-reverse;
    }
    .homepage-menu-block {
        flex: 0 0 100%;
    }
    .homepage-slider-block {
        flex: 0 0 100%;
    }
    .woocommerce-cart .content_menu_left.homepage-menu-block,
    .woocommerce-cart .responsive-sidebar-btn {
        display: none !important;
    }
}
.primary-line-container {
    padding: 0 5px 20px 15px;
}
.primary-line-item.text-left > i {
    color: #d00;
    margin-right: 10px;
}
.call {
    color: #222;
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    line-height: 29px;

}
.link-to-map {
    padding-left: 20px;
    color: #222;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    line-height: 29px;

}
.icon-padding {
    margin-left: 44px;
}
.primary-line-item.text-right a i {
    font-size: 28px;
    color: #222;
}
.primary-line-item {
    display: flex;
    align-items: center;
}
@media (max-width: 992px) {
    .icon-padding {
        margin-left: 0px;
        padding-top: 12px;
    }
    /*.primary-line-item {*/
        /*padding-top: 5px;*/
    /*}*/
}

/**/

/*search line*/
.aws-container .aws-search-form .aws-form-btn {
    background: transparent !important;

}
.aws-container .aws-search-field {
    border-right: 1px solid transparent !important;
}

/*homepage*/

.subscribe-form {
    border-top: 1px solid #e1e1e1;
    margin-top: 52px;
    padding-top: 37px;
}

.mc4wp-home {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-box;
    display: block;
    padding: 30px 0;
}

#mc4wp-form-1>.mc4wp-form-fields input {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 15px;
    width: 300px;
    height: 56px;
}
/*. {*/
    /*display: inline-block;*/
    /*width: 129px;*/
    /*margin-top: 0;*/
    /*vertical-align: top;*/
/*}*/
#mc4wp-form-1>.mc4wp-form-fields input[type=submit] {
    width: 140px;
    font-size: 16px;
    font-weight: 600;
    border-color: #222;
    background-color: #000;
    color: #fff;

    padding-left: 8px;
}
.title-subscribe {

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 24px;
    line-height: 32px;

    padding-bottom: 15px;
}
.subtitle-subscribe {

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 300;
    font-stretch: normal;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 23px;
}
.title-latest-post {
    padding-top: 35px;
    margin-bottom: 29px;
    border-top: 0;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
.post-image {
    padding: 5px;
}
.post-image img {
    width: 100%;
    margin-bottom: 20px;
}
.post-title {
    color: #222;
    font-size: 20px;
    line-height: 30px;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 15px;
}
.post-link a {
    color: #222222;
    font-weight: 400;
    font-family: inherit;
    font-size: 15px;
}
.post-link a i {
    font-size: 13px;
}

.image-product img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.title-sale {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 10px;
    align-items: center;
}
.discount {
    position: relative;
    box-sizing: border-box;
    height: 25px;
    width: 60px;
    margin-bottom: 8px;
    color: #d00000;
    font-family: inherit;
    border: 1px solid #d00;
    text-align: center;
}
.price-left {
    text-align: left;
    font-size: 20px;
    color: #d00000;
    font-weight: 500;
    font-family: inherit;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.price-right {
    text-align: right;
    margin-top: -25px;
    font-size: 16px;
    text-decoration: line-through;
    color: #000000;
    font-weight: 500;
    font-family: inherit;
}
.title-product {
    text-align: left;
}
.title-product a {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 25px;
    color: #444;
}
.paddind-product-home {
    padding: 30px 20px;
    background: #fff;
    width: 20%;
    float: left;
}
@media only screen and (max-width: 576px) {
    .paddind-product-home {
        padding: 10px 10px;
        background: #fff;
        width: 50%;
        float: left;
    }
    .price-left {
        text-align: left;
        font-size: 17px;
        color: #d00000;
        font-weight: 500;
        font-family: inherit;
    }
    .price-right {
        text-align: right;
        margin-top: -20px;
        font-size: 12px;
        text-decoration: line-through;
        color: #000000;
        font-weight: 500;
        font-family: inherit;
    }
    .title-product a {
        font-size: 13px;
        line-height: 1.4;
    }
}
.tab-homepage > li > a.active {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 500;
    font-stretch: normal;
    /*font-size: 32px;*/
    line-height: normal;
    font-family: inherit;
}
.tab-homepage {
    border-bottom: 0px solid transparent;
}
.tab-single {
    padding: 0px 30px 15px;
    color: #444;
    font-size: 15px;
}
.tab-single a {
    color: #222222;
}
.tab-single:hover {
    border: 1px solid transparent !important;
    color: #222222;
}
.series-item {
    padding-bottom: 40px;
}
.series-img {
    width: 100%;


}
.title-series {
    text-align: center;
    font-size: 25px;
    padding: 20px;
}
.series-item a {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.link-to-series {
    display: block;
    position: relative;
}

.link-to-series:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    opacity: 0; }

.link-to-series:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

.link-to-series:hover:before,
.link-to-series:hover:after {
    opacity: 1;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    z-index: 4;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.link-to-series:hover .mask {
    opacity: 1;
}
/*.hovertext {*/
    /*position: absolute;*/
    /*display: flex;*/
    /*z-index: 2;*/
    /*font-size: 40px;*/
/*}*/

/*.series-item a:hover:before {*/
    /*opacity: .6;*/
/*}*/
/*.series-item a:before {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*content: "";*/
    /*background: #11111182;*/
    /*opacity: 0;*/
/*}*/
/*homepage end*/


/*footer*/
.rounded {
    border: 0;
    color: #222;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 20px;
    line-height: 30px;
    font-family: inherit;
    cursor: default;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.footer-widget-link {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.footer-widget-link>.w-item-link>a {
    font-size: 15px;
    color: #222222;
    font-weight: inherit;
}
.footer-widget-link>.w-item-link {
    padding: 0 0 0px;
}
.header-icons > a:nth-child(2) > img {
    width: 30px;
    margin-top: -10px;
}
.social-bottom > ul > li > a > img {
    width: 30px;
}
.social-bottom > ul > li {
    margin-right: 25px;
}
.social-bottom > ul {
    display: flex;
}
.bottom-left img {
    float: left;
    margin-right: 10px;
}
.social-bottom > ul > li > a {
    color: #444;
}
.social-bottom > ul > li > a > i {
    font-size: 26px;
    margin-right: 25px;
}
.bottom-lang {
    float: left;
    border: 1px solid #8c8b8b;
    padding: 0 2px;
}
.contr {
    float: left;
    padding: 2px;
    border-right: 1px solid #8c8b8b;
}
.contr-lang {
    float: left;
    padding: 2px;
    border-right: 1px solid #8c8b8b;
}
.contr-money {
    float: left;
    padding: 2px;
}
.copyrights {
    float: right;
    padding: 3px 5px;
}
.footer-block {
    padding-top: 120px;

    width: 100%;

}
.pay-logo {
display: flex;
justify-content: space-between;
padding-top: 13px;
}
.pay-logo img {
height: 35px;
width: auto;
}
@media only screen and (max-width: 576px) {
.social-bottom > ul > li {
    margin-right: 0px;
}
.pay-logo img {
    height: 30px;
}
}
/*footer end*/

/*whishlist*/

.wishlist-title.wishlist-title-with-form {
    display: none !important;
}
/**/

/*checkout*/
woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}
.uni_liqpay_receipt_paragraph {
    font-size: 20px;
    text-align: center;
}
/*checkout end*/


/**/
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid;
}
.woocommerce-table__product-name.product-name a {
    color: #000000;
}
.wpmc-tabs-list.wpmc-2-tabs .wpmc-tab-item {
    width: 33%;
}
.woocommerce-products-header {
    box-shadow: none;
    padding-top: 20px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #54a1a9;
    color: #fff;
    border-color: #54a1a9;
    height: 56px;
    line-height: 40px;
    font-weight: 300;
}
.product.woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 0;
}

/*.paddind-product-home:hover {*/
    /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);*/
/*}*/
.paddind-product-home {
    padding: 15px 20px !important;
    margin: 0 !important;
    border: 2px solid transparent;
    transition: 0.3s;
}
.paddind-product-home:hover {
    border: 2px solid #efefef;
    transition: 0.3s;
}
.paddind-product-home:hover a.add_to_cart_button {
    display: block !important;
}
a.add_to_cart_button {
    display: none !important;
}
.woocommerce-shipping-destination {
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 .1em 0 0;
}
/**/

/*callback*/
.callback-phone span input {
    width: 100%;
}
.callback-submit input {
    width: 100%;
}
div.wpcf7 .ajax-loader {
    width: 1px;
    height: 1px;
    display: none;
}
.modal-header {
    padding: 0.2rem;
}
/*callback end*/

/*header*/
.wpml-ls-legacy-list-horizontal {
    padding: 0px;
}
.wpml-ls-link {
    color: #222222;
}
.wpml-ls-legacy-list-horizontal a:focus {
    display: flex;
}


.worktime {
    position: absolute;
    top: 55px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    z-index: 3;
    box-shadow: 0px 0px 5px 1px #0000002e;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}
/*.worktime:hover {*/
    /*opacity: 1;*/
    /*!*cursor: pointer;*!*/
/*}*/
.worktime ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding: 5px 0;
}
.worktime ul li {
    font-size: 13px;
}
.worktime ul li i {
    color: #d00;
    margin-right: 6px;
    font-size: 16px;
    margin-left: 1px;
}
/*.call {*/
    /*position: relative;*/
/*}*/
/*.call:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*right: 6px;*/
    /*background-image: url(img/d-arrow.svg);*/
    /*background-size: contain;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*background-repeat: no-repeat;*/
    /*top: 10px;*/

/*}*/
.contact_items:hover .worktime {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    visibility: visible;
}
.worktime ul li img,
.primary-line-item.text-left img {
    width: 16px;
    margin-right: 5px;

}
.worktime_social_title {
    margin-top: 15px;
}
.worktime_social {
    display: flex;
}
.worktime_socila_item a img {
    width: 25px !important;
    height: auto;
}
.worktime_socila_item {
    margin-right: 10px;
}
/*.worktime_social a img:hover {*/
    /*transform: scale(1.1);*/
/*}*/
@media (max-width: 992px) {
    .lang-sw {
        display: flex;
        align-items: center;
    }
    li.product a.add_to_cart_button {
        display: block !important;
    }
    .worktime {
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 10px 0;
    }
}
@media (max-width: 320px) {
    .wpml-ls-legacy-list-horizontal a {
        padding: 5px 2px;

    }
    .primary-line-container {
        padding: 0px;
    }
    #primary-line {
        padding: 10px 5px 0;
    }
    .logo img {
        width: 100px;
    }
}
@media (max-width: 414px) {
    .logo img {
        width: 110px;
    }
}
@media screen and (max-width: 600px) {
        #wpadminbar {
            position: absolute;
            margin-top: -46px;
        }
    }

/*header*/



/*sitebar*/
#mega-menu-wrap-category-menu {
    padding-bottom: 30px;
    border-right: 1px solid #c7c7c7;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.0em;
}
.mega-sub-menu {
    padding-left: 10px;
}
/**/
/*promo*/
.promo-product {
    width: 100%;
}
.title-block {
    text-align: center;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 32px;
    line-height: 40px;
    font-family: inherit;
}


.promo-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promo-item {
    flex: 0 0 25%;
    padding: 15px;
}
.promo-item a img {
    width: 100%;
    margin-bottom: 20px;
}
.title-promo {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.read-more a {
    height: auto;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #444;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    line-height: 25px;
    font-family: inherit;
    text-align: left;
}
@media (max-width: 992px) {
    .promo-item {
        flex: 0 0 50%;
    }
}

/**/


@media (min-width: 576px) {
    .modal-dialog {
        margin: 2.75rem auto;
    }
}


/*info page style*/
.text-infopage {
    padding: 30px 0;
    /*margin-bottom: 50px;*/
}

.bc {
    padding: 0 5px;
}
/**/



/*slick*/
/* Слайдер */

.slick-list {
    overflow: hidden;
}
/* Лента слайдов */
.slick-track{
    display: flex;
    align-items: flex-start;
}
/* Слайд */

.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li{
    list-style: none;
    margin: 0px 5px;
}
/* Активная точка */
.slick-dots li.slick-active button {
    background-color: #FFFFFF;
    border: 1px solid;
    height: 13px;
}
/* Элемент точки */
.slick-dots li button{
    font-size: 0;
    height: 12px;
    background-color: #222222;
    border-radius: 50%;
    border: none;
}

.sliderproduct {
    position: relative;
}
.sliderproduct.slick-arrow {
    position: absolute;
    top: 50%;
}

/* Стрелка влево */
.sliderproduct>.slick-arrow.slick-prev{
    left: -15px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    font-size: 0;
    width: 30px;
    height: 60px;
    border-width: 0px;
    background: url('img/left-arrow.svg') 0 0 / 100% no-repeat;
}
/* Стрелка вправо */
.sliderproduct>.slick-arrow.slick-next{
    right: -15px;
    position: absolute;
    top: 50%;
    z-index: 999;
    font-size: 0;
    width: 30px;
    height: 60px;
    border-width: 0px;
    background: url('img/right-arrow.svg') 0 0 / 100% no-repeat;
}
.sliderproduct,
.slider-item {
    text-align: center;
}
.slider-item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1 ;
}
.slider-item.slick-slide {
    opacity: 0.5;
}
.sliderproductmini {
    margin-top: 10px;
}

/**/
.product_3,
.product_4,
.product_5 {
    position: relative;
}
.product_3.slick-arrow,
.product_4.slick-arrow,
.product_5.slick-arrow {
    position: absolute;
    top: 50%;
}

/* Стрелка влево */
.product_3>.slick-arrow.slick-prev,
.product_4>.slick-arrow.slick-prev,
.product_5>.slick-arrow.slick-prev {
    left: -15px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    font-size: 0;
    width: 30px;
    height: 60px;
    border-width: 0px;
    background: url('img/left-arrow.svg') 0 0 / 100% no-repeat;
}
/* Стрелка вправо */
.product_3>.slick-arrow.slick-next,
.product_4>.slick-arrow.slick-next,
.product_5>.slick-arrow.slick-next {
    right: -15px;
    position: absolute;
    top: 50%;
    z-index: 999;
    font-size: 0;
    width: 30px;
    height: 60px;
    border-width: 0px;
    background: url('img/right-arrow.svg') 0 0 / 100% no-repeat;
}

/**/

/*woocommerce my account*/
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    color: #000;
    font-size: 18px;
    padding: 5px;

}
.woocommerce-MyAccount-navigation ul li a {
    color: #000;
}
.woocommerce-Address-title.title {
    box-shadow: 0 0 0px rgba(0,0,0,.1);
    padding-bottom: 20px;
}
.title-block {
    margin-bottom: 30px;
}
.woocommerce-input-wrapper input {
    height: 40px;
}
#content > div > div > div.woocommerce > div > form > div > p > button {
    margin-top: 30px;
    margin-left: 3px;
}
.password-input input,
#account_first_name,
#account_last_name,
#account_display_name,
#account_email {
    height: 40px;
    padding-left: 10px;
}

/**/

/*callback modal*/
.logo-modal {
    text-align: center;
    padding: 20px 0;
}
.callback-phone {
    padding: 10px 0;
}
.wpcf7-form-control-wrap.mask-671 input,
.wpcf7-form-control-wrap.mask-665 input{
    text-align: center;
}
.callback-submit input {
    background-color: #54a1a9 !important;
    border-color: #54a1a9;
    color: #FFFFFF !important;
    border: 3px solid #54a1a9;
    transition: .5s;
}
.callback-submit input:hover {
    background-color: #ffffff !important;
    color: #54a1a9 !important;
    border-color: #54a1a9 !important;
    border: 3px solid;
    transition: .5s;
}
.modal-info-text {
    text-align: center;
}
/**/

/*blog*/
.images-blog {
    text-align: center;
    margin-bottom: 10px;
}
.title-blog-archive {
    text-align: center;
    font-size: 22px;
}
.title-blog-archive {
    padding: 1rem 0;
}
.title-blog-archive a {
    color: #222222;
    font-weight: 600;
}
.date-blog-archive {
    text-align: center;
    /*font-size: 13px;*/
}
.blog-item {
    padding: 20px;
    /*margin-top: 20px;*/
    border: 1px solid #e8e8e8;
}
/**/

/*global*/

.onsale {
    display: none;
}
.woocommerce-status-prod {
    font-size: 12px;
    margin-bottom: 10px;
    color: #53a1a9;
    font-weight: 600;
}
/**/

/*catalog*/
.filter--style-premmerce .filter__item {
    border: none;
    border-right: 1px solid #c7c7c7 !important;
}
.filter__checkgroup {
    display: flex;
    justify-content: space-between;
}
.filter__properties-item:not(:last-child) {
    margin-bottom: 0px;
}
.filter__properties-item:hover {
    background-color: #f1f1f1;
    padding-bottom: 0px;
    cursor: pointer;
}

    /* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/**/

/*checout*/
@media (max-width: 992px) {
    .speps {
        margin-top: 10px;
        font-size: 14px;
    }
}

/**/


.noLink {
    background-color: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline;
    padding: 0;
}

.confirmed-logo {
    text-align: center;
    padding-bottom: 50px;
}
.confirmed-logo img {
    width: 150px;
}
.confirmed-text {
    font-size: 18px;
    font-weight: 500;
}


.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {

}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*popup add to cart*/
.info-box > div.product-info > h3 > a {
    font-size: 20px;
}
.info-box > div.product-info > span > del > span {
    color: #000000;
    font-size: 18px;
}
.yith-wacp-content .product-price del {
    opacity: 1;
}
.info-box > div.product-info > h3 > a {
    color: #000000;
}
@media (min-width: 768px) {
    .popup-actions {
        display: flex;
        justify-content: space-between;
    }
    .yith-wacp-content .popup-actions .button {
        font-size: 14px;
        padding: 15px 10px;
    }
    .cart-info>.cart-totals {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .go-cart,
    .continue-shopping {
        width: 100%;
    }
}


/*woo*/
.woocommerce-info {
    border-top-color: #54a1a9;
    background-color: #54a1a9;
    border-radius: 5px;
    color: #fff;
}
.woocommerce-info::before {
    color: #FFFFFF;
}
/**/

/*woo widget*/
.ywcca_container {
    margin: 5px;
}
.ywcca_category_accordion_widget > .cat-item > a {
    color: #222;
    text-transform: uppercase;
}
.ywcca_category_accordion_widget li.cat-item  {
    /*padding-left: 0px !important;*/
    padding-right: 0px !important;
}
.yith-children {
    margin-block-start: 0em;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item {
    margin-left: 0px;
}
.ywcca-sub-menu {
    margin-top: 0em;
}
.menu-item-has-children a {
    margin: .667em .5em .667em 0em;
}
/**/


@media screen and ( min-width: 1900px ) and ( max-width: 1920px ) {
    #primary-line > div.primary-line-container > div > div:nth-child(3) {
        flex: 0 0 24.5%;
    }
}
@media screen and ( min-width: 1600px ) and ( max-width: 1680px ) {
    #primary-line > div.primary-line-container > div > div:nth-child(3) {
        flex: 0 0 28.3%;
    }
}


@media (min-width: 993px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        min-height: 600px;
    }
}



.awooc-custom-order-button.button.alt.show-add-to-card {
    margin-left: 0 !important;
    margin-top: 10px;
    background-color: #fff !important;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    height: 64px;
    padding: 0 44px;
    border-width: 3px;
    /* background-color: #54a1a9 !important; */
    color: #54a1a9 !important;
    border-color: #54a1a9 !important;
    transition: .5s;
    border: 3px solid;
}
.awooc-custom-order-button.button.alt.show-add-to-card:hover {
    background-color: #54a1a9 !important;
    /* background-color: #54a1a9 !important; */
    color: #fff !important;
    border-color: #54a1a9 !important;
    transition: .5s;
    border: 3px solid;
}

.ywcca_widget_container_style_1 ul.ywcca_category_accordion_widget li .icon-plus_style_1,
.ywcca_widget_container_style_1 ul.ywcca_category_accordion_widget li .icon-minus_style_1 {
    margin-right: 0px !important;
}
.ywcca_container {
    margin: 0 10px !important;
}
/**/
#responsive-sidebar-btn {
    left: 20px !important;
    z-index: 99 !important;
}



/**/
/*message_box*/

.message_box {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}
.message_box_open {
    cursor: pointer;
}
.message_box_open img {
    width: 50px;
    height: auto;
}
.message_box_item {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid transparent;
    padding: 2px;
    transition: all 0.3s ease-in-out;
}
.message_box_item:hover {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #54a1a9;
    border-radius: 100%;
    padding: 2px;
    box-shadow: 0px 0px 9px #54a1a9;
    transition: all 0.3s ease-in-out;
}
.message_box_item a img {
    width: 50px;
    height: auto;
}
.message_box_items {
    display: none;
    transition: all 0.3s ease-in-out;
    pointer-events: all;
}
.message_box_items.active {
    display: block;
    transition: all 0.3s ease-in-out;
    pointer-events: all;
}
/**/

.store_title {
    text-align: center;
    font-size: 34px;
    padding: 30px 0;
}



/*seotext*/
.seotext {
    max-width: 1270px;
    margin: 0 auto;
    padding: 50px 0;
}
.seotext ul,
.term-description ul {
    list-style-type: circle;
    margin-inline-start: 18px;
}
@media only screen and (max-width: 1280px) {
    .seotext {
        max-width: 1000px;
        padding: 50px 16px;
    }
}
/**/

/**/


.content_menu {
    display: flex;
}
@media only screen and (max-width: 600px) {
    .content_menu {
        flex-direction: column;
    }
    #billing_first_name_field,
    #billing_last_name_field {
        width: 100%;
    }

}

/*.quantity input::-webkit-outer-spin-button,*/
/*.quantity input::-webkit-inner-spin-button {*/
    /*display: none;*/
    /*margin: 0;*/
/*}*/
/*.quantity input.qty {*/
    /*appearance: textfield;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: textfield;*/
/*}*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    width: 20px;
}

#tab-additional_information {
    display: block !important;
}
.tabs.wc-tabs {
    display: none;
}

.title_related_products {
    text-align: left;
    font-weight: bold;
    font-stretch: normal;
    font-size: 20px;
    font-family: inherit;
    cursor: default;
    margin-bottom: 30px;
}


.info_baner {
    background-color: #fe0100;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
}

.cart-tax {
    display: none;
}
#yith-wacp-popup .yith-wacp-wrapper {
    max-height: 550px;
}
@media (max-width: 600px) {
    #yith-wacp-popup .yith-wacp-content {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }
    #yith-wacp-popup .yith-wacp-message {
        display: flex;
    }
    #yith-wacp-popup .yith-wacp-content {
        padding: 0 10px;
    }
    .yith-wacp-content .yith-wacp-message span.message-icon {
        margin: 0 5px;
    }
}


.prod_title_before {
    padding: 20px 0;
}
.prod_title_before h2 {
    font-size: 1.5rem;
}

.product-template-default .qib-container {
    display: none !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 64px !important;
    margin-left: 0em !important;
}
/*blog_content*/
.single-post .bc,
.single-post #breadcrumbs,
.blog #breadcrumbs {
    padding: 0 0 0 0;
}
.last_post_blog {
    margin-bottom: 2rem;
}
/*.blog_content {*/
    /*max-width: 1400px;*/
    /*margin: 0 auto;*/
/*}*/
.blog_content {
    padding: 0 2rem;
}
.blog_post_content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left;
}
.blog_section {
    display: flex;
}
.blog_post_content {
    flex: 0 0 75%;
    padding: 1rem 0rem 1rem 2rem;
}
.blog_sitebar {
    flex: 0 0 25%;
    padding: 1rem 1rem 1rem 0rem;
    border-right: 2px solid #f1f1f1;
}
.post-ms-cat {
    text-align: center;
}
.post-ms-cat a img {
    width: 100%;
    height: auto;
}
.product_list_widget li a img {
    max-width: 350px;
    width: 100% !important;
    height: auto;
}
.product_list_widget li span.woocommerce-Price-amount {
    display: block;
    color: #d00000;
    font-weight: 500;
}
.last_post_title {
    padding: 0 0 1rem 0;
}
.product_list_widget li {
    border: 2px solid transparent;
    transition: 0.3s;
    padding: 1rem;
    text-align: center;
}
.product_list_widget li:hover {
    border: 2px solid #efefef;
    transition: 0.3s;
}
.product_list_widget .product-title {
    color: #444;
}
.last_post_title_item {
    padding: 0.75rem 0;
}
.last_post_title_item a {
    color: #444;
}
.last_post_item {
    border: 2px solid transparent;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 1rem;
}
.last_post_item:hover {
    border: 2px solid #efefef;
    transition: 0.3s;
}
.blog_post_content {
    display: flex;
    flex-wrap: wrap;
    height: -webkit-fill-available;
}
.blog-item_content {
    flex: 0 0 50%;
    padding: 1rem;
}
.date_time {
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-blog-archive,
.blog_read_time {
    margin: 0 1rem;
}
@media only screen and (max-width: 768px) {
    .blog_title h1 {
        font-size: 1.8rem;
    }
    .blog_content {
        padding: 0rem;
    }
    .blog_section {
        flex-direction: column-reverse;
    }
    .blog_post_content {
        padding: 1rem;
    }
    .blog_sitebar {
        padding: 1rem;
        border-left: none;
    }
    .single-post .bc, .single-post #breadcrumbs {
        padding: 0 0 0 0;
        text-align: center;
    }
    .blog_title_section {
        text-align: center;
    }
}
/*blog_content*/




/*saleprod*/

.saleprod li.product {
     width: 305px !important;
}
.saleprod .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    height: auto;
}

/**/


#main {
    display: flex;
    flex-direction: column;
}

.footer-block .noLink {
    text-align: left;
}
