@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 15px
}

b {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

select {
    text-transform: none
}

[type=submit] {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #57b53a;
}

textarea {
    overflow: auto;
    resize: vertical
}


::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h2,
h3,
h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-10,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-9,
.col-sm-12,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.form-group {
    margin-bottom: 1rem
}

.form-group input[type="radio"] {
    accent-color: #57b53a;
    margin-right: 10px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.d-none {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .table {
        border-collapse: collapse !important
    }

    .table th {
        background-color: #fff !important
    }
}

@font-face {
    font-family: Ionicons;
    src: url(/wp-content/themes/apifarm/css/fonts/ionicons.eot?v=2.0.0);
    src: url(/wp-content/themes/apifarm/css/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(/wp-content/themes/apifarm/css/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(/wp-content/themes/apifarm/css/fonts/ionicons.woff?v=2.0.0) format("woff"), url(/wp-content/themes/apifarm/css/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}


.slick-slide {
    display: block;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 45%;
    z-index: 99;
    color: #999898;
    border: none;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    font-size: 0px;
    cursor: pointer;
}

.slick-prev:hover,
.slick-next:hover {
    color: #57b53a;
}


.slick-next {
    left: -16px;
    transform: rotate(135deg)
}

.slick-prev {
    right: -16px;
    transform: rotate(-45deg)
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble-horizontal {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.wobble-horizontal:hover {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.float-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity
}

.float-shadow:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
}

.color,
a:focus,
a:hover {
    color: #57b53a
}

.bg-color {
    background: #57b53a
}

.color2 {
    color: #2c364a
}

body .scroll-top {
    background: #57b53a
}

.shop-button:hover {
    background: #2c364a
}

.shop-button {
    background: #57b53a
}

.main-nav>ul>li:hover>a {
    color: #57b53a
}

.main-nav.main-nav3>ul>li.current-menu-item>a {
    border: 1px solid #57b53a;
    color: #57b53a
}

.percent-sale {
    background: #ffeb81
}

.btn-arrow.white:hover {
    border-color: #57b53a;
    background: #57b53a
}

.cart-empty.woocommerce-info {
    display: none
}

.product-title a:hover {
    color: #57b53a
}




/*.product-extra-link .addcart-link {
    background: #57b53a
}

.product-extra-link a:hover {
    color: #fff;
    border-color: #57b53a;
    background: #57b53a
}*/

.item-product .alert.alert-warning {
    position: absolute;
    top: -100%;
    padding: 3px 10px;
}

.item-product .product-extra-link a {
    margin: 4px 2px;
}

.item-product .product-extra-link {
    margin: 10px 0px 0px;
}

.title-tab1 li a.active {
    background: #57b53a;
    border-color: #57b53a;
    color: #fff
}

.deal-timer {
    border: 2px solid #57b53a;
    color: #57b53a
}

.product-extra-link .addcart-link:hover {
    background: #2c364a;
    border-color: #2c364a
}




.addcart-link .btn-text {
  transition: opacity 0.2s ease;
}

.addcart-link .btn-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  gap: 6px;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.addcart-link .btn-loader span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  animation: dotsBounce 0.6s infinite ease-in-out;
}

.addcart-link .btn-loader span:nth-child(2) {
  animation-delay: 0.15s;
}

.addcart-link .btn-loader span:nth-child(3) {
  animation-delay: 0.3s;
}

.addcart-link.loading .btn-text {
  opacity: 0;
  visibility: hidden;
}

.addcart-link.loading .btn-loader {
  opacity: 1;
  visibility: visible;
}

@keyframes dotsBounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}





.policy-payment3 {
    border-top: 1px solid #57b53a
}

.col-menu-header {
    justify-content: space-between;
    display: flex
}

.col-menu-header .search-cart3 {
    padding-right: 12px;
    margin-bottom: -10px
}

.pagibar>a:hover,
.pagibar>span.current,
.pagibar>span:hover {
    background-color: #57b53a;
    border-color: #57b53a
}





@media (max-width:1024px) {

    .product-extra-link,
    .product-extra-link a {
        margin: 5px;
    }

    .main-nav.main-nav3>ul>li>a {
        font-weight: 400
    }
}

@media (max-width:990px) {
    .logo.logo3 {
        margin-bottom: 20px
    }

    /*.banner-slider.bg-slider .item-slider {
        height: 600px
    }*/

    .featured-product-slider {
        margin: 0
    }

    .item-product-featured .product-info {
        padding-left: 0
    }

    .item-service1.table,
    .item-service1.table>div {
       /* display: block;
        width: 100%;
        text-align: center;
        padding: 0*/
    }

    .item-service1 .service-icon a {
        margin: 0 auto 20px
    }

    .item-slider1 .banner-info .title120 {
        font-size: 90px
    }

    .item-slider1 .banner-info .title120 span {
        font-size: 60px
    }

    .email-form {
        margin-top: 30px
    }
}

@media (max-width:860px) {
    .main-nav>ul>li>a {
        font-weight: 400
    }

    .social-network a {
        margin: 0
    }

    .masonry-list-post .item-post-masonry {
        width: 50%
    }
}

@media (max-width:767px) {

    tr.cart_item {
        display: block !important
    }

    tr.cart_item {
        margin-bottom: 30px;
        background: #fafcfc
    }

    .item-product.item-product-grid {
        margin-bottom: 0px !important;
    }


    .woocommerce.columns-4 .col-sm-6 .desc,
    .woocommerce.columns-4 .percent-sale,
    .woocommerce table.shop_table thead,
    .cart_item .product-price {
        display: none;
    }
    




    body .woocommerce table,
    .woocommerce th,
    .woocommerce td {
        border: none !important;
        padding: 10px 10px;
    }


    .cart_item.text-center {
        position: relative;
    }


    .cart_item.text-center td,
    .shop_table,
    .shop_table tbody {
        display: block;
    }


    .product-name,
    .product-quantity,
    .product-subtotal {
        float: right;
        width: 60%;
        text-align: left;
    }

    .product-thumbnail {
        width: 40%;
        float: left;
    }

    .cart_item .remove {
        position: absolute;
        right: 10px;
        top:12px;
    }



    .woocommerce.columns-4 .col-sm-6 .product-price ins {
        font-size: 20px;
    }


    .woocommerce.columns-4 .col-sm-6 .silver {
        display: block;
    }

    .woocommerce.columns-4 .col-sm-6 .product-extra-link {
        margin-top: 0px;
    }


    td.clear {
        clear: both;
        padding: 0px !important;
    }

    .cart_totals .form-contact textarea {
        height: auto !important;
        line-height: inherit !important;
        padding: 10px 15px !important;
    }

    .woocommerce td.product-thumbnail {
        padding: 0px;
    }


    .social-network a {
        margin: 0 3px
    }

    .logo.logo3 {
        text-align: center;
        float: none !important
    }

    /* .banner-slider.bg-slider .item-slider {
        height: 500px
    }*/

    .featured-product {
        background-image: none
    }

    .footer-box3 .social-network {
        margin-bottom: 20px
    }

    .more-contact3 {
        margin-top: 0
    }

    .policy-payment3 .payment-method {
        text-align: left
    }

    .cart_item .product-price {
        display: none !important
    }
    
    .woocommerce .shop_table.cart.table tr
     {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
     }
     
     .woocommerce .shop_table.cart.table .product-name{
        display: flex;
        align-items: center;
     }
     
     
     .woocommerce .shop_table.cart.table .product-subtotal{
        width: 40%;
        text-align: end;
     }
     
     .woocommerce table, .woocommerce th, .woocommerce td{
         margin:0px!important;
     }
}



@media (max-width:640px) {

    .title-tab-detail {

        display: none !important;
    }


    .window-popup {
        width: 290px;
        padding: 50px
    }

    .content-popup .title30 {
        margin-bottom: 10px;
        font-size: 18px
    }


    .title30 {
        font-size: 1.5rem !important;
    }

    .content-popup input[type=text] {
        font-size: 14px;
        height: 30px;
        margin: 0 0 10px
    }

    .content-popup input[type=submit] {
        height: 30px;
        font-size: 14px
    }

    .item-slider1 .banner-info .title120 {
        font-size: 60px
    }

    .item-slider1 .banner-info .title120 span {
        font-size: 40px
    }
}

@media (max-width:560px) {
    .email-form {
        width: auto !important;
        padding: 0 !important
    }

    .email-form input[type=text] {
        display: inline-block;
        width: auto
    }

    .email-form input[type=submit] {
        position: static !important;
        padding: 0 30px !important
    }

    .product-title {
        font-size: 19px !important
    }

    .detail-tabs .tab-content {
        padding: 15px !important;
    }

    .detail-qty {
        width: 120px !important;
    }


    .blockquote {
        padding: 15px 15px !important;
    }

    .blockquote p svg {
        width: 25px !important;
    }



}

@media (max-width:480px) {

    .product-detail,
    .tab-content {
        margin: -15px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        border: none !important;
    }


    /*.banner-slider.bg-slider .item-slider {
        height: 400px
    }*/


    .button,
    .button:focus {
        padding: 5px 20px !important
    }




    .list-service1 .col-xs-4 {
        width: 100%
    }

    .list-service1 {
        margin-bottom: 50px
    }

    .list-service1 .item-service1 {
        margin-bottom: 30px
    }

    .title-tab1 li {
        display: block;
        margin-bottom: 1px
    }

    .title-tab1 li::after {
        display: none
    }

    .item-slider1 .banner-info .title30 {
        font-size: 18px
    }

    .item-slider1 .banner-info .title120 {
        font-size: 30px;
        margin: 10px 0
    }

    .item-slider1 .banner-info .title120 span {
        font-size: 20px
    }

    .item-slider1 .banner-info .title18 {
        font-size: 14px
    }

    .item-slider1 .banner-info {
        height: 160px
    }

    .masonry-list-post .item-post-masonry {
        width: 100%
    }

    .product-grid-view .col-xs-6 {
        width: 100%
    }
}

@media (max-width:375px) {
    .email-form input[type=submit] {
        margin-top: 10px
    }
}

body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8rem;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.wrap {
    overflow: auto;
    position: relative
}

* {
    box-sizing: border-box;
    outline: 0
}

img {
    max-width: 100%
}

a {
    color: #555;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.container {
    max-width: 1340px;
    position: relative;
    width: 100%
}

input,
input:focus,
input:hover {
    outline: 0
}

.border {
    border: 1px solid #e5e5e5
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.round {
    border-radius: 50%
}

.desc {
    color: #555;
    margin: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis
}

.white {
    color: #fff
}

.black {
    color: #333
}

.silver {
    color: #999
}

.bg-white {
    background: #fff
}

.title12,
.title120,
.title14,
.title18,
.title24,
.title30,
.title90 {
    margin: 0;
    font-size: 14px
}

.title12 {
    font-size: 12px
}

.title18 {
    font-size: 18px
}

.title24 {
    font-size: 24px
}

.title30 {
    font-size: 35px
}

.title60 {
    font-size: 60px
}

.title90 {
    font-size: 90px
}

.title120 {
    font-size: 120px
}

.font-bold {
    font-weight: 400
}

.list-none {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-inline-block {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-inline-block>li {
    display: inline-block;
    vertical-align: top
}

div.table {
    display: table;
    margin: 0;
    width: 100%
}

div.table>div {
    display: table-cell;
    vertical-align: top
}

/*.wrap-item>div:not(:first-child) {
    display: none
}*/

.banner-slider {
    position: relative;
    overflow: hidden
}

.banner-slider.bg-slider .item-slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

.banner-slider .item-slider {
    position: relative
}

.banner-slider.bg-slider .banner-thumb img {
    max-width: none
}


.banner-thumb {
    background: url(/wp-content/themes/apifarm/images/slide78.jpg);
    background-position: calc(100vw - 0%);
}


.banner-thumb img {
    visibility: hidden;
}



.banner-slider .banner-info {
    height: 200px;
    position: absolute;
    right: 30%
}

.banner-info {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8
}

.line-white {
    position: relative
}

.line-white::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    content: "";
    background: #fff
}

.header-ontop {
    transition: all .2s ease-out 0;
    -webkit-transition: all .2s ease-out 0
}

.main-nav {
    position: relative;
    z-index: 1001
}

.main-nav>ul {
    font-size: 0;
    list-style: outside none none;
    padding: 0;
    margin: 0;
    position: relative
}

.main-nav>ul>li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top
}

.main-nav>ul>li>a {
    color: #333;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase
}

.main-nav .toggle-mobile-menu {
    display: none;
    /*height: 30px;*/
    width: 25px;
    position: relative;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0
}

.main-nav .toggle-mobile-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%
}

.main-nav .toggle-mobile-menu::after,
.main-nav .toggle-mobile-menu::before {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.main-nav .toggle-mobile-menu::before {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
}

.main-nav .toggle-mobile-menu::after {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0)
}

td.clear {
    display: none;
}


.delivery-page svg {
    fill: #57b53a;
}

.item-contact-info.text-center svg {
    fill: #57b53a;
}


.suggestions-suggestions {
    padding: 10px;
}


.suggestions-suggestions strong {
    color: #57b53a !important;
}


@media (max-width:998px) {


    .banner-thumb {
        background-position: initial;
    }

    .main-nav.main-nav3>ul>li.current-menu-item>a {
        border: none
    }


    .main-nav>ul>li:hover>a {
        color: #000000 !important
    }

    .main-nav .toggle-mobile-menu span,
    .main-nav .toggle-mobile-menu::after,
    .main-nav .toggle-mobile-menu::before {
        background: #000000
    }

    .main-nav.active>ul {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important
    }

    .main-nav ul {
        transition: all .2s ease-out 0s;
        -webkit-transition: all .2s ease-out 0s
    }


    /*.item-product-featured .product-thumb:hover .rotate-thumb img:last-child,
    .item-product:hover .rotate-thumb img:last-child {
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
        opacity: 1
    }

    .item-product-featured .product-thumb:hover .rotate-thumb img:first-child,
    .item-product:hover .rotate-thumb img:first-child {
        transform: rotateY(-90deg);
        -webkit-transform: rotateY(-90deg);
        opacity: 0
    }*/



    .item-contact-info.text-center svg,
    .delivery-page svg,
    .home-page .item-service1.table .service-icon svg {
       /* width: 20%;*/
    }

     .item-contact-info.text-center svg, .delivery-page svg{
        /*width: 20%;*/
     }


    .list-service1 .item-service1 {
        margin-bottom: 30px;
    }

    .list-service1.home-page {
        margin-bottom: 0px !important;
    }



    .home-page .item-service1.table .service-icon svg {
        display: inline-block;
    }

    .contact-info-page {
        margin: 0 !important;
    }


    .list-contact-info .item-contact-info {
        margin-bottom: 40px;
    }


    .list-contact-info .item-service1.table{
        margin-bottom: 15px;
    }






    .detail-gallery .mid img {
        width: 100%;
        height: 100%;
    }

     .item-contact-info.text-center svg, .delivery-page svg{
        /*width: 20%;*/
    }


    .item-slider1 .banner-info {
        width: 100%;
        height: 200px !important;
    }

    .banner-slider.bg-slider .banner-thumb img {
        max-width: none;
        height: 256px;
    }

    .main-nav .toggle-mobile-menu {
        display: block;
        position: relative;
        z-index: 999;
    }

    .main-nav>ul>li>a::before {
        display: none !important
    }

    .main-nav>ul>li>a {
        color: #333 !important;
        font-weight: 400 !important
    }

    .main-nav {
        margin: 0;
        order: -1
    }

    .main-nav>ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 290px;
        z-index: 999;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
        transition: all .5s ease-out 0;
        -webkit-transition: all .5s ease-out 0;
        transform: translateX(-320px);
        -webkit-transform: translateX(-320px)
    }

    .main-nav>ul>li {
        display: block;
        margin: 0 15px !important;
        padding: 0 !important
    }

    .main-nav>ul li>a {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: auto !important;
        line-height: inherit !important;
        padding: 10px 0 !important
    }

    .main-nav>ul li:first-child>a {
        border: medium none
    }

    .main-nav>ul>li>a {
        font-size: 21px;
        padding: 14px 0 !important;
    }


    header {
        position: fixed;
        width: 100vw;
        background: white;
        z-index: 9;
    }

    .woocommerce-breadcrumb {
        padding-top: 20px;
    }


    #content {
        margin-top: 70px;
    }

    .main-header3 {
        padding: 10px 0px !important;
        border-bottom: 1px solid #e5e5e5;
    }

    tr.cart_item {
        background: transparent !important;
    }


    .main-nav.main-nav3.pull-left {
        display: flex;
        align-items: center;
    }

    #map {
        display: none
    }

    .main-nav>ul li>a {
        border: none;
    }

    .main-nav>ul>li.current-menu-item>a {
        color: #57b53a !important
    }

    .main-nav ul {
        height: 100vh;
        padding: 0px;
        text-align: center;
        position: absolute;
        left: -15px;
        top: -30px;
        margin-top: -30px;
        width: 100vw;
        z-index: 999;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
        transition: all .2s ease-out 0;
        -webkit-transition: all .2s ease-out 0;
        transform: translateX(-110vw);
        -webkit-transform: translateX(-110vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }



    .logo img {
        width: 135px !important;
    }

    .mini-cart-box {
        width: 30px !important;
    }

    .featured-product {
        background-image: none !important;
        padding: 0px !important;
    }

    .featured-product .desc {
        max-height: 190px;
        overflow: hidden
    }

    .list-inline-block {
        text-align: center;
        margin-top: 0
    }

    .list-inline-block li {
        margin: 0 !important;
        margin-bottom: 10px;
        display: block;
    }




    .detail-info .title30 {
        padding: 10px 0px;
    }

    .product-delivery {
        width: 100%;
        text-align: center;
    }

    .detail-info .preview_desc,
    /*.home .product-bestsale,*/
    .home .featured-product {
        display: none;
    }


    .product-bestsale .slick-slide {
        padding-right: 5px;
        padding-left: 3px;
    }

     .product-bestsale .slick-slide .silver, .product-bestsale .slick-slide .percent-sale {
        display:none;
     }

    .product-extra-link a:last-child {
        /*display: none;*/
        line-height: 20px;
    }


    .button.green.additional {
        display: none;
    }


    .woocommerce.columns-4 .col-sm-6 {
        width: 50%;
        padding: 0;

    }


    .item-product.item-product-grid {
        border-right: none !important;
        border-bottom: none !important;
        border-radius: 0px !important;
    }


    .product-slider .item-product.item-product-grid,
    .featured-product-slider .product-thumb.border {
        border: none !important;
    }

    .slick-next {
        left: 16px;
    }

    .slick-prev {
        right: 16px;
    }

     .slick-next, .slick-prev{
        display:none !important;
     }

     .slick-list{padding:0 20% 0 0;}
}

.product-rate {
    background-image: url(/wp-content/themes/apifarm/images/icon/rate-star.png);
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0;
    width: 95px
}

.item-product.text-center .product-rate {
    margin: auto
}




.product-slider {
    margin: 0 -15px
}

.item-product .product-info {
    padding-top: 17px;
    position: relative
}

.product-thumb {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0
}

.product-title {
    margin: 0 0 7px;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-title a {
    color: #333
}

.product-price ins {
    font-size: 25px;
    text-decoration: none
}

.product-price {
    margin: 0 -2px 7px
}

.product-price>* {
    margin: 0 2px
}

.product-thumbnail a{
    width: 150px !important;
}

.product-thumb-link, .detail-gallery .mid, .product-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.product-thumb-link img, .detail-gallery .mid img, .product-thumbnail a img {
    width: 100%;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0;
    /*width: auto !important;
    height: auto !important;*/
    width: 100%;
    height: 100%;
    object-fit: contain; /* или cover */
    display: block;
}


.product-thumb-link.loading, .detail-gallery .mid.loading, .product-thumbnail a.loading, div.loading{
    background:linear-gradient(
        90deg,
        #f0f0f0 25%,
        #e0e0e0 37%,
        #f0f0f0 63%
    );
    background-size:400% 100%;
    animation:skeleton 1.4s ease infinite;
}

@keyframes skeleton{
    0%{background-position:100% 0}
    100%{background-position:-100% 0}
}




.item-product-featured .product-thumb-link img {
    width: 100% !important;
}

/*.product-thumb-link::before {
    background-image: linear-gradient(to bottom right, #c4c4c429, transparent);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}*/

.item-product:hover img {
    transform: scale(1.1);
}

/*.rotate-thumb img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg)
}*/

@media (min-width:767px) {}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none
}

#boxes .window {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999
}

.window-popup {
    background: url(/wp-content/themes/apifarm/images/home/home1/newsletter.jpg);
    padding: 90px 100px;
    width: 600px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    border-radius: 4px;
    background-size: 100% 100%;
    position: relative
}

.window-popup .close-popup {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
    z-index: 999;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.content-popup {
    position: relative;
    z-index: 99
}

.content-popup input[type=submit] {
    border-width: 0 0 3px;
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 50px
}

.content-popup input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
    display: block;
    font-size: 18px;
    height: 50px;
    margin: 0 0 16px;
    padding: 0 10px;
    text-align: center;
    width: 100%
}

.content-popup .title30 {
    margin-bottom: 20px
}

.mini-cart-box {
    position: relative;
    z-index: 995;
    width: 40px
}

.mini-cart-link>span {
    vertical-align: middle
}

.mini-cart-number {
    line-height: 24px;
    margin-left: 5px
}

.wrap-item {
    position: relative
}

.btn-arrow {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    text-transform: uppercase;
    border-radius: 20px;
    position: relative;
    background: 0 0;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0;
    font-size: 18px
}

.btn-arrow.white {
    color: #fff;
    border: 2px solid #fff;
    line-height: 48px
}

.item-slider1 .banner-info .btn-arrow {
    margin-top: 25px
}

.item-slider1 .banner-info {
    height: 250px
}

.item-service1 .service-icon a {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    background: #fff;
    position: relative
}

.item-service1 .service-icon a:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15)
}

.item-service1 .service-icon a i {
    position: relative
}

.item-service1 .service-icon a:hover::before {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 1
}

.item-service1 .service-icon {
    width: 75px;
    padding: 10px
}

.item-service1 .service-info {
    vertical-align: middle;
    padding-left: 20px
}

.item-service1 .service-info .title18 {
    margin-bottom: 5px
}

.list-service1 {
    margin-top: 50px;
    margin-bottom: 90px
}

.title-box1 {
    margin-bottom: 35px;
    margin-top: 40px;
}

.item-product {
    padding: 10px;
    position: relative;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0
}

.item-product1>* {
    position: relative;
    z-index: 1
}

/*.product-extra-link a {
    display: inline-block;
    padding: 5px 25px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #57b53a;
    text-align: center;
    position: relative;
    color: #57b53a
}

.product-extra-link a.addcart-link,
.product-extra-link a.order-one-click {
    width: auto;
    padding: 5px 25px;
    color: #fff !important;
    border: none;
    border: 1px solid #57b53a;
    font-size: 17px
}

.product-extra-link a.order-one-click {
    color: #57b53a !important
}

.product-extra-link a.order-one-click:hover {
    color: #fff !important;
    background: #57b53a
}*/

.item-product1::after {
    border: 1px solid #e5e5e5;
    opacity: 0;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.item-product1:hover::after {
    top: -10px;
    left: -10px;
    bottom: -25px;
    right: -10px;
    opacity: 1
}

.title-tab1 li a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    background: #fff
}

.title-tab1 {
    margin-bottom: 20px
}

.title-tab1 li {
    position: relative
}

.title-tab1 li::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background: #e5e5e5;
    right: -7px;
    top: 13px;
    border-radius: 50%;
    z-index: 9
}

.title-tab1 li:last-child::after {
    display: none
}

.product-bestsale {
    margin-bottom: 50px
}

.featured-product {
    padding: 80px 0 40px;
    background-color: #fafcfc;
    background-image: url(/wp-content/themes/apifarm/images/image_left2.png), url(/wp-content/themes/apifarm/images/image_right2.png);
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: auto 100%;
    margin-bottom: 90px
}

.featured-product-slider {
    margin: 0 85px
}

.item-product-featured .product-thumb{
    border-radius: 15px;
}

.item-product-featured .product-info {
    padding-left: 25px;
    padding-top: 30px
}

.item-product-featured .product-info .desc {
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    padding-top: 20px;
    margin-bottom: 25px
}

.deal-timer canvas {
    display: none
}

.deal-timer {
    width: 170px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto -50px;
    z-index: 9;
    position: relative;
    background: #fff
}

.client-review {
    padding: 0 0 90px
}

.item-client {
    text-align: center
}

.client-slider {
    max-width: 870px;
    margin: auto
}

.client-info .title18 {
    margin: 16px auto 7px
}

.client-slider .slick-nav {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 70px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9
}

.client-slider .slick-nav.slick-next {
    margin-left: 80px
}

.newsletter-box {
    padding: 50px 0
}

.inner-newsletter .title30 i {
    margin-right: 10px
}

.inner-newsletter li {
    margin-right: 30px;
    vertical-align: middle
}

.inner-newsletter p {
    margin: 0 0 0 20px;
    width: 150px
}

.email-form input[type=text] {
    display: block;
    width: 100%;
    height: 50px;
    color: #999;
    background: #fff;
    border-radius: 25px;
    border: none;
    padding: 0 25px;
    vertical-align: top
}

.email-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    background: 0 0;
    padding: 0 40px;
    text-transform: uppercase;
    cursor: pointer
}

.email-form {
    position: relative;
    padding-right: 145px;
    width: 520px
}

.percent-sale {
    width: 45px;
    height: 32px;
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    color: black;
    border-radius: 18%; 
    text-align: center;
    position: relative;
    top: -3px;
    font-size: 13px;
}

/*.product-extra-link {
    margin: 0 -3px
}

.product-extra-link a {
    margin: 4px 3px
}*/

body .shop-button {
    display: inline-block;
    color: #fff;
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    text-align: center;
    position: relative;
    border: none
}

.payment-method {
    margin: 0 -3px
}

.social-network{
    display: none   ;
}

.social-network {
    margin: 0 -3px
}

.social-network a {
    margin: 0 3px;
    display: inline-block;
    vertical-align: top
}

.main-nav.main-nav3>ul>li.current-menu-item>a {
    border-radius: 20px
}

.main-header3 {
    padding: 25px 0
}

.logo.logo3 {
    margin-bottom: -10px
}

.mini-cart3 .mini-cart-number {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin: -5px 0 0 -5px;
    vertical-align: top;
    position: absolute
}

.mini-cart3 .mini-cart-link {
    display: block
}

.footer-top3 {
    border-top: 5px solid #e5e5e5;
    background: #fafcfc;
    padding: 40px 0;
}

.footer-box3 .title30 {
    margin-bottom: 17px
}

.footer-box3 .social-network {
    margin-top: 20px
}

.more-contact3 {
    margin-top: 50px
}

.policy-payment3 {
    padding: 25px 0 30px
}

.policy-payment3 .payment-method {
    margin-top: 10px
}

/*.item-product .product-extra-link {
    margin-top: 15px
}*/

.policy-payment3.border-top {
    border-color: #e5e5e5
}

.item-product.item-product-grid {
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: #e1e1e129;
    border-radius: 15px;
}

.pagibar>a,
.pagibar>span {
    display: inline-block;
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #555
}

.pagibar>a.current-page,
.pagibar>a:hover,
.pagibar>span {
    color: #fff
}

.content-shop {
    margin-bottom: 50px
}

.product-grid-view {
    margin-bottom: 20px
}

.product-grid-view .desc {
    font-size: .8rem
}

.wrap-qty-extra {
    margin: 15px 0;
    padding: 30px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.wrap-qty-extra>li {
    margin: 10px 0
}

.masonry-list-post {
    margin: 0 -15px
}

.blockquote {
    background: #fafcfc;
    padding: 30px 38px;
    margin-bottom: 50px;
    font-size: 15px
}

.blockquote p {
    color: #555;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px
}

.blockquote p svg {
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    fill: #57b53a
}

.blockquote p svg path {
    fill: #57b53a
}

.contact-map {
    padding: 10px;
    margin-bottom: 50px
}

.contact-map iframe {
    width: 100%
}

.item-contact-info .contact-icon {
    font-size: 60px
}

.contact-info-page {
    max-width: 970px;
    margin: auto auto 80px;
   /* text-align: center*/
}

.list-contact-info {
    margin: 40px 0;
}

.contact-form-page .title30 {
    margin-bottom: 20px
}

.form-contact input[type=text] {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    height: 40px;
    color: #999;
    padding: 0 15px;
    margin-bottom: 30px
}

.form-contact textarea {
    border: 1px solid #333;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
    display: block;

}

.cart_totals .form-contact textarea {
    margin-bottom: 0px;
    height: 40px;
    line-height: 38px;
}

.contact-form-page {
    margin-bottom: 50px
}

.form-contact .shop-button {
    height: 40px;
    border-radius: 20px;
    padding: 0 30px;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0;
    cursor: pointer
}

.check-billing {
    border-right: 1px solid #e5e5e5;
    margin-right: -15px
}

.check-address {
    float: left;
    width: 100%
}

.woocommerce table.shop_table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-radius: 0;
    margin: 0 0 30px;
    text-align: left;
    width: 100%
}

.woocommerce table,
.woocommerce th {
    border: 1px solid #e5e5e5 !important;
    color: #555;
    margin: 0;
    padding: 15px 20px !important
}

#shipping_method li {
    padding: 20px 0
}

#shipping_method li label {
    cursor: pointer;
    margin: 0;
    padding-left: 5px;
    position: relative
}

#shipping_method li input[type="radio"] {
    accent-color: #57b53a;
    margin-right: 10px;
}

#shipping_method svg {
    width: 29px;
    vertical-align: bottom;
    margin-right: 5px;
    fill: #57b53a;
}



.label_payment_method_card svg {
    width: 39px !important;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
    #shipping_method li input[type=radio]+label::before {
        line-height: 13px
    }
}



.cart_totals>h2 {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 -1px;
    padding: 15px 20px;
    text-transform: uppercase
}

.logo img {
    width: 168px;
}

.button,
.button:focus {
    color: #fff;
    display: inline-flex;
    padding: 5px 25px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #57b53a;
    text-align: center;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}








.button:hover {
    background: #2c364a;
    border-color: #2c364a;
    color: #fff;
}


.green {
    color: #57b53a;
}

.coupon-bl,
.coupon-bl input {
    margin-bottom: 15px !important
}





@media (max-width:992px) {
    .logo-bl {
        display: none
    }
}

.product-name a {
    font-weight: 700;
    font-size: 19px
}

.product-rate {
    background-image: none
}

.desc.info-extra .fa-file {
    font-size: 35px;
    color: #57b53a;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 18px
}

.desc.info-extra:last-child {
    margin-top: 20px !important;
    margin-bottom: 0
}

.deal-timer {
    margin: 20px auto -60px;
    width: 195px;
    color: #fb2323 !important
}

.product-rate select {
    display: none
}

.item-product .product-price {
    min-height: 30px
}

body,
html {
    height: 100vh;
    min-height: 100vh
}

.wrap {
    min-height: calc(100vh - 306px)
}

footer .payment-method img {
    max-height: 38px
}

.email-form input[type=submit] {
    padding: 0 24px
}

.tab-content .fa {
    color: #57b53a;
    margin-right: 5px
}

.tab-content li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 5px
}

ul.tab-content {
    padding: 0
}

 .page-id-11 ul.tab-content{
        padding: 0px 20px;
 }

/*.main-nav .toggle-mobile-menu span {
    width: 80%
}

.main-nav .toggle-mobile-menu::after {
    width: 50%
}*/


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724;
    background-color: #dcfacd;
    border-color: #d4f4c5;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);
}


.woocommerce table.shop_table thead {
    background: #f4f4f4 none repeat scroll 0 0;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.woocommerce table,
.woocommerce th,
.woocommerce td {
    color: #555;
    margin: 0;
    padding: 15px 20px;
}

.woocommerce table{
    border: 1px solid #e5e5e5;
}



.woocommerce tr {
border-top: 1px solid #e5e5e5;
}




.product-subtotal .amount,
.product-name a {
    font-weight: 700;
    font-size: 19px;
}

.cart_totals .order-total {
    font-size: 20px;
    background: #e0fbd2;
}

.cart-collaterals {
    margin-bottom: 30px;
}

.wc-proceed-to-checkout a.checkout-button {
    margin: 20px 0 0;
}

.is-invalid {
    border-color: #e61b25 !important;
}

.detail-qty {
    width: 130px;
    text-align: center;
    color: #555;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius: 6px;
    margin-right: 6px;
    display: inline-block;
    background: #f4f4f4;
}

.detail-qty a {
    position: absolute;
    top: 0;
}

.detail-qty .qty-down {
    left: 20px;
}

.detail-qty .qty-up {
    right: 20px;
}

.detail-qty a:hover {
    fill: #57b53a;
}

.product-detail {
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 10px;
}


.detail-info {
    padding: 10px;
}


.detail-info .product-price ins {
    font-size: 33px;
}


.detail-info .product-price {
    margin: 15px -2px 18px;
}

.price-profit {
    background: #57b53a;
    padding: 1px 10px;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
    color: white;
    position: relative;
    margin-top: 7px;
}

.price-profit::before {
    content: "";
    left: 101px;
    top: -6px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #57b53a;
    transform: rotate(45deg);
    z-index: -1;
}

@-webkit-keyframes move-bg {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(163px);
        transform: translateX(163px)
    }
}

@keyframes move-bg {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(163px);
        transform: translateX(163px)
    }
}







@media (max-width:1078px) {


    .email-form {
        margin-top: 30px
    }
}

.content-page {
    line-height: 2.1rem
}

.delivery-page .item-contact-info {
    margin-bottom: 30px
}

.blockquote .title {
    font-weight: 600;
    font-size: 18px
}

.item-contact-info .contact-icon {
    margin-bottom: 20px
}

.item-contact-info {
    margin-bottom: 20px
}

.cart_totals .form-group,
.cart_totals input {
    margin-bottom: 0 !important
}

.error {
    color: #e61b25;
    font-size: 100%
}

span.error {
    margin-top: 5px;
    display: inline-block
}

.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=text] {
    width: 100%;
    display: block;
    border: 1px solid #333;
    height: 45px;
    color: #333;
    padding: 0 15px;
    margin-bottom: 30px;
    border-radius: .25rem;
}

.client-slider .slick-nav {
    top: 115%;
    left: 50%;
    width: 30px;
    height: 30px;
    opacity: 1;
    padding: 0;
    margin: -15px 0 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #c5c5c5;
    font-size: 20px;
    position: absolute;
    z-index: 9;
    transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0;
    text-align: center;
    line-height: 30px
}

.client-slider .slick-nav.slick-next {
    margin-left: 5px
}

.client-slider .slick-nav:hover {
    background: #57b53a;
    border-color: #57b53a;
    color: #fff
}

.email-form input[type=text] {
    border: 1px solid #fff
}

.coupon-bl .coupon {
    border: 1px dashed #57b53a;
    margin-bottom: 30px;
    padding: 25px;
    text-align: center
}

@media (max-width:576px) {
    #description {
        font-size: 18px;
        line-height: 1.6rem
    }

    .shop_table.cart.table {
        display: block;
        border: none;
        display: block;
        border: none !important;
        padding: 0 !important
    }


    .email-form input[type=submit] {
        margin-top: 10px
    }

}

.breadcrumb {
    background-color: #fafcfc;
    font-size: 13px
}

body .scroll-top:focus {
    color: #fff !important
}

@media (max-width:480px) {
    .title-tab1 li {
        padding: 3px
    }
}

.menu-bl-width {
    display: flex;
    justify-content: space-around;
    padding-right: 40px
}

.pull-left {
    margin-right: 20px
}

@media (max-width:1092px) {
    .menu-bl-width {
        max-width: 100%;
        flex: 0 0 100%
    }

    .logo-bl {
        display: none
    }

    .main-nav>ul>li>a {
        padding: 0 13px
    }
}

.fa-ban:before {
    content: "\f05e"
}

@media (max-width:990px) {
    .featured-product-slider {
        margin: 0
    }
}

.header-ontop {
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s
}

.product-thumb-link img {
    width: 100%;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.preload #loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

.preload .object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite
}

.preload #object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.preload #object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.preload #object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preload #object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

.preload #loading {
    background-color: #57b53a
}

.preload #loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0
}

.preload #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(.8);
        -webkit-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(.8);
        -webkit-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

.service-icon svg {
    fill: #57b53a
}

.service-icon a,
.service-icon a::before {
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}


.main-nav.active .toggle-mobile-menu::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.main-nav.active .toggle-mobile-menu::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.main-nav.active .toggle-mobile-menu span {
    display: none
}

.main-nav.active .toggle-mobile-menu::after {
    width: 100%
}

body .scroll-top {
    bottom: 25px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    position: fixed;
    right: -50px;
    text-align: center;
    width: 40px;
    z-index: 999;
    border-radius: 12px;
    background: #57b53a;
    display: none !important;
}


body .scroll-top:hover {
    background: #2c364a;
    ;
}


.tab-content>.active {
    display: block
}

.scroll-top.active {
    opacity: 1;
    right: 25px
}

.product-delivery {
    padding: 15px 20px;
    /*display: inline-block;*/
    background: #dcfacd;
    display: none;
}

.fa.fa-angle-double-up {
    transform: rotate(-135deg);
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    color: #ffffff;
    border: none;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    font-size: 0px;
    cursor: pointer
}

.name-bl img {
    width: 100px
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.delivery-page .row {
    margin-bottom: 30px
}

.one-click-bl,
.product-info-request-bl {
    background: #fff;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    transform: translateX(110vw);
    padding: 13rem 0 8em 0;
    z-index: 9999
}

.one-click-bl.active,
.product-info-request-bl.active {
    transform: translateX(0)
}

.one-click-bl .wrapper-inner,
.product-info-request-bl .wrapper-inner {
    max-width: 400px;
    margin: auto;
    padding: 20px
}

.close-one-click::after,
.close-one-click::before,
.close-product-info-request::after,
.close-product-info-request::before {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: rgb(0, 0, 0);
}

.close-one-click::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.close-product-info-request::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.close-one-click::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.close-product-info-request::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.close-one-click,
.close-product-info-request {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.one-click-bl .form-group input,
.product-info-request-bl .form-group input {
    margin-bottom: 0
}

.product-info-request-link {
    white-space: normal;
    line-height: 18px;
    height: auto;
    min-height: 36px;
    padding-top: 8px;
    padding-bottom: 8px
}

.product-card-description {
    height: 72px !important;
    min-height: 72px;
    margin-bottom: 18px
}

.product-card-description-text {
    min-height: 44px
}

.product-info-request-description,
.description-info-request__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid #57b53a;
    border-radius: 6px;
    background: #f7fff4;
    color: #3c8d29 !important;
    font-weight: 600;
    line-height: 18px;
    text-align: center
}

.product-info-request-description:hover,
.description-info-request__button:hover {
    background: #57b53a;
    color: #fff !important
}

.description-info-request {
    margin-top: 28px;
    padding: 22px;
    border: 1px solid #dcefd5;
    border-radius: 6px;
    background: #fbfff8
}

.description-info-request__text {
    margin-bottom: 14px;
    color: #333;
    font-size: 18px;
    line-height: 1.45
}

.btn-primary {
    width: auto;
    padding: 0 20px;
    color: #fff !important;
    border: none;
    border: 1px solid #57b53a;
    background: #57b53a;
    margin: 0 3px;
    display: inline-block;
    height: 39px;
    line-height: 38px;
    border-radius: 18px;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #555;
    cursor: pointer;
}

.btn-primary:hover {
    background: #2c364a;
    border-color: #2c364a
}

.personal-data {
    margin-top: 20px;
    color: #b2b1b1
}


.contact-footer-bl {
    margin-bottom: 3px;
}


.contact-footer-bl span {
    width: 90%;
    display: inline-block;
    vertical-align: middle
}

.contact-footer-bl .fa {
    color: #57b53a
}

.cart_item .remove {
    fill: #706e6e
}

.cart_item .remove:hover {
    fill: #57b53a
}

.cart_item .remove svg {
    vertical-align: middle
}


.cart_item .product-price>.silver,
.product-price>.amount {
    font-weight: 700;
    font-size: 19px;
}

#description li::before {
    content: '✔';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
    color: #57b53a
}

body .modal-backdrop,
body .modal-newsletter-bl {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0
}

.modal {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-newsletter {
    color: #999;
    font-size: 15px;
    min-width: 600px
}

.modal-newsletter .modal-content {
    padding: 40px;
    border-radius: 0;
    border: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0
}

.modal-newsletter .icon-box {
    color: #57b53a;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.modal-newsletter .icon-box i {
    font-size: 85px
}



.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-newsletter .close {
    background: #c0c3c8;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    opacity: .5;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 19px;
    text-align: center;
    padding: 0
}

.modal-newsletter .close span {
    position: relative;
    top: 1px;
    right: 0
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-newsletter h4 {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin: 0 0 25px;
    font-weight: 700;
    text-transform: capitalize
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.modal-newsletter .input-group {
    margin: 30px 0 15px
}

.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.modal-newsletter .btn,
.modal-newsletter .form-control {
    min-height: 46px;
    border-radius: 3px
}

.modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb;
    border: 1px solid #dbdbdb
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append {
    display: -ms-flexbox;
    display: flex
}

.input-group-append {
    margin-left: -1px
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.modal-content .close {
    border: none
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.modal-newsletter {
    color: #727272;
    font-size: 15px;
    min-width: 600px
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin: 5px;
    min-width: auto
}

.modal-newsletter .close-href {
    margin-top: 20px;
    font-weight: 600
}

.modal-newsletter .btn-primary {
    margin: 0
}

@media (max-width:509px) {

    .modal-newsletter .input-group .input-group-append,
    .modal-newsletter .input-group input {
        width: 100%;
        margin-bottom: 5px
    }
}

.ekg-block {
    text-align: center;
}

.ekg-block svg {
    max-width: 180px;
    position: relative;
    transition: all .5s ease-in-out
}

.ekg-block svg .ekg {
    fill: none;
    stroke: #57b53a;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: miter;
    opacity: 0;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    animation: ekg 1.5s linear forwards infinite
}

.ekg-block h1,
.ekg-block h3,
.ekg-block p {
    background-color: #0b0e13;
    width: 450px;
    margin: 0 auto;
    padding-top: 10px;
    border-left: 2px solid #0f3a4d;
    border-right: 2px solid #0f3a4d;
    text-shadow: 1px 1px 1px #0f3a4d, 1px -1px 1px #0f3a4d, -1px 1px 1px #0f3a4d, -1px -1px 1px #0f3a4d
}

.ekg-block p {
    border-radius: 0 0 20px 20px;
    border-bottom: 2px solid #0f3a4d;
    padding-bottom: 20px
}

.detail-tabs .tab-content {
    border: 1px solid #e5e5e5;
    padding: 30px;
}


.fixed-ontop header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top:0px;
}


.fixed-ontop header .main-header3 {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}


.fixed-ontop section#content {
    margin-top: 60px;
}


#content {
   /* margin-bottom: 60px;*/
}


.order-accepted table,
.order-accepted th,
.order-accepted td {
    border: 1px solid #e5e5e5 !important;
    color: #555;
    margin: 0;
    padding: 15px 20px !important;
}


.wc-proceed-to-checkout{
    margin-bottom: 60px;
}


@keyframes ekg {
    0% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        stroke-dashoffset: 2000
    }

    99% {
        opacity: 0;
        stroke-dashoffset: 3000
    }

    100% {
        stroke-dashoffset: 1000
    }
}




#kladr_autocomplete ul li:first-child {
    display: none;
}

.map_ex {
    min-height: 500px;
}


#kladr_autocomplete strong {
    color: #57b53a !important;
}


.order-page {
    margin-top: 30px;
}

.w-100 {
    width: 100%;
}

.woocommerce-MyAccount-navigation-link a {
    padding: 13px 32px 14px 20px;
    border: 1px solid #e5e5e5;
    display: block;
    border-top: none;
}

.woocommerce-MyAccount-navigation-link:first-child a {
    border-top: 1px solid #e5e5e5;
}


.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
}


.woocommerce-MyAccount-navigation-link.is-active {
    background: #57b53a;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link.is-active a:before {
    color: #fff !important;
}



.woocommerce-MyAccount-navigation-link a:before {
    color: #e5e5e5;
    border-right: 1px solid currentcolor;
    border-bottom: 1px solid currentcolor;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 25px;
    right: 25px;
    transform: rotate(-45deg)
}


.text30 {
    font-size: 30px;
}




.my-account-block {
    margin-bottom: 60px;
}


.woocommerce-order-details__title {
    font-size: 23px;
    margin: 30px 0px;
    text-align: center;
}


.fly_btn_container {
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: none;
}


.fly_btn {
    display: inline-block;
    background: #58b53a;
    color: white !important;
    padding: 0.2rem 1.5rem;
    /* margin: auto; */
    right: 0px;
    text-align: center;
    /* box-shadow: 0px -1px 9px 0px rgb(0 0 0 / 45%); */
    /* border: 3px solid #ffffff; */
    border-right: 0px;
    border-bottom: 0px;
    border-radius: 35px;
    position: relative;
    border: 2px solid white;
}



.fly_btn::before {
    -webkit-animation: shine 2.5s infinite ease-in-out;
    animation: shine 2.5s infinite ease-in-out;
}

@-webkit-keyframes shine {

    20%,
    100% {
        left: 125%;
    }

    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }
}

@keyframes shine {

    20%,
    100% {
        left: 125%;
    }

    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }
}


.fly_btn:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -75%;
    display: block;
    width: 50%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
}

.fly_btn .number {
    font-size: 1.3rem;
    padding: 2px;
}


.fly_btn .text {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 3px;
}


/*
#adv-active .product-detail .gallery-coll, #adv-active .preview_desc, #adv-active .detail-tabs{
    display: none;
}




#adv-active .product-detail>.row .col-md-7.col-sm-7.col-xs-12, #adv-active .name-bl .col-md-7{
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}*/


@media (min-width:576px) {

    #adv-active .preview_desc,
    #adv-active .detail-tabs {
        display: none;
    }
}

.header_info_block {
    background: #f3f3f3;
}


.header_info_block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header_info_block .location-block,
.header_info_block .phone_bl {
    display: flex;
    align-items: center;
}


.header_info_block .container a {
    color: #58b53a;
    margin: 0 5px;
}


.location-block .icon {
    height: 20px;
}

.location-block .icon svg {
    height: 100%;
}




.input_hold {
    position: relative;
}

textarea#address {
    width: 100%;
    height: 45px;
    /* начальная и минимальная высота */
    min-height: 45px;
    line-height: 1.6;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: none;
    /* управляем JS */
    overflow-y: hidden;
    /* без вертикального скролла */
    box-sizing: border-box;
}

#flat {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Выпадающий список подсказок */
.suggest-list {
    position: absolute;
    /*top:100%;*/
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: -10px;
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow-y: auto;
}

.suggest-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px dashed #f2f2f2;
}

.suggest-item:last-child {
    border-bottom: none;
}

.suggest-item:hover {
    background: #f5f9ff;
}

/* Тексты */
.is-invalid {
   /* outline: 1px solid #ff4d4f;*/
}

.hint-text {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
    margin-top: 6px;
}

.error-text {
    color: #e03131;
    font-size: 13px;
    margin-top: 6px;
}

/* Радио */
.radio-line {
    display: block;
    cursor: pointer;
    margin-bottom: 6px;
}


#addressTypeSelector a {
    margin: 2.5px;
}



/* Cookie popup */
.cookie-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
    display:none;
}

.cookie-popup__inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 15px;
}

.cookie-popup__text {
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.cookie-popup__text a {
    color: #57b53a;
    text-decoration: underline;
}

.cookie-popup__actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto;
}

/* Кнопки используют уже существующие стили:
     .btn-primary и .button — ничего менять не нужно */

/* Мобильная адаптация */
@media (max-width: 640px) {
    .cookie-popup__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 15px 16px;
    }

    .cookie-popup__actions {
        justify-content: flex-end;
    }

    .cookie-popup .btn-primary,
    .cookie-popup .button {
        width: auto;
        min-width: 140px;
        text-align: center;
    }
}



html {
   /* overflow: auto;*/
    height: 100%;
}

body {
    overflow: auto;
    height: 100%
}

/* === Mobile bottom bar === */
.mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    /* по умолчанию скрыта на десктопе */
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .05);
    /*padding-bottom: env(safe-area-inset-bottom, 0);*/
    padding-bottom:5px;
}

.mobile-bottom-nav .nav-item {
    flex: 1 1 33.33%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    position: relative;
    padding: 8px 0;
}

.mobile-bottom-nav .icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
}

.mobile-bottom-nav svg {
    width: 100%;
    height: 100%;
    color: #2c364a;
}

.mobile-bottom-nav .label {
    font-size: 14px;
    line-height: 1;
    color: #2c364a;
}

/*.mobile-bottom-nav .nav-item.active .label { font-weight: 700; }*/
.mobile-bottom-nav .nav-item.active svg {
    color: #2c364a;
}

/* можно сменить на #57b53a, если нужен зелёный акцент */

/* бейдж (опц.) */
.mobile-bottom-nav .badge {
    position: absolute;
    top: 4px;
    right: 22%;
    min-width: 20px;
    height: 20px;
    padding: 0 0px;
    background: #57b53a;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}

/* Показываем только на мобильных и добавляем отступ снизу под панель */
@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: flex;
    }

    .mobile-bottom-nav {
        height: 56px;
    }

    body {
        padding-bottom: calc(56px + env(safe-area-inset-bottom, 0));
    }

    ul.search-cart3 {
        display: none;
    }

    header {
        position: initial;
    }

    .col-menu-header {
        justify-content: center;
        display: flex;
        padding-bottom: 10px;
    }

    #content {
        margin-top: 0px;
    }

}


.mobile_horizontal_menu{
    display: none;
}

.mobile_horizontal_menu ul{
    display: flex;
    list-style-type: none;
    overflow-x: scroll;
    padding: 0px 15px;
    margin: 0px;

}

.mobile_horizontal_menu ul::-webkit-scrollbar {
    display: none; /* Hides scrollbar for WebKit browsers */
}

.mobile_horizontal_menu ul li{
    padding:0 11px;
    white-space: nowrap;
}

.mobile_horizontal_menu ul .current-menu-item a{
    color: #57b53a;
}
@media (max-width:998px) {
    .main-nav.main-nav3 {
        display: none !important;
    }
    .mobile_horizontal_menu{
        display: block;
    }
}


/* Поиск в каталоге */
.shop-tools{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:flex-end;  /* панель справа */
  margin:10px 0 20px;
}
.shop-search-input{
  width:100%;
  max-width:420px;
  padding:10px 12px;
  border:1px solid #e3e3e3;
  border-radius:10px;
  font-size:14px;
  background:#fff;
}
.shop-search-count{
  font-size:12px;
  opacity:.7;
}

/* Сокрытие карточек при фильтрации */
.products li.product.is-hidden{ display:none !important; }

/* Сообщение, когда ничего не найдено */
.shop-no-results{
  padding:20px;
  border:1px dashed #e3e3e3;
  border-radius:10px;
  background:#fafafa;
  margin:10px 0 0;
  font-size:14px;
}
.sr-only{
  position:absolute !important;
  width:1px; height:1px;
  margin:-1px; border:0; padding:0;
  clip:rect(0 0 0 0); overflow:hidden;
}


.catalog-filters{
    margin-bottom: 10px;
    align-items: center;
}


.price-range .card{
    display: flex;
    align-items: center;
    justify-content:center;
}

.price-range .card div{
    padding:0 10px;
     width: 30%;
}

.price-range .card div:last-child{
         width: auto;
}

.price-range .card label{
    display:block;
}

.catalog-filters{
    margin-bottom: 20px;
}

input[type="range"] {
  accent-color: #57b53a; /* Example: a green color */
  width: 100%;
}


#productSearch{
    margin-bottom: 0px;
}


.catalog-filters .product_type_tag{
    padding: 0px 10px;
    border-radius: 17px;
    border: 1px solid #2c364a;
    color: white;
    cursor: pointer;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-flex;
    background: #2c364a;
}

.catalog-filters .product_type_tag:hover {
    background: #57b53a;
    border-color: #57b53a;
    color: white;
}


@media (max-width:768px) {
    .products_types_tags{
        display: none;
    }
}


.product_type_tag.active{
    color:#fff;
    background:#57b53a ;
}






.woocommerce table.shop_table .product-subtotal{
    width: max-content; 
    white-space: nowrap;
}



.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;

    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    background: #fff;
    opacity: 1;
}
.ripple-animate {
    -webkit-animation: ripple;
    -o-animation: ripple;
    animation: ripple;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2);
    }
}




#cart-notice-container {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-notice {
    width: 345px;
    max-width: calc(100vw - 32px);
    background: white;
    border-radius: 26px;
    padding: 20px;
    display: none;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
}


.cart-notice a:hover {
    color:#000;
}

.cart-notice__content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cart-notice__image {
    width: 65px;
    /* min-width: 111px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-notice__image img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    display: block;
}

.cart-notice__text {
    flex: 1;
    padding-top: 6px;
    padding-right: 48px;
}

.cart-notice__title {
    /* font-size: 16px; */
    font-weight: 700;
    color: #333333;
    margin: 0 0 2px;
}

.cart-notice__desc {
    font-size: 14px;
    line-height: 1.18;
    color: #5a5a5a;
    margin: 0;
}

.cart-notice__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 23px;
    height: 23px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.cart-notice__close::before,
.cart-notice__close::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 3px;
    width: 18px;
    height: 2px;
    background: #9c9c9c;
    border-radius: 2px;
}

.cart-notice__close::before {
    transform: rotate(45deg);
}

.cart-notice__close::after {
    transform: rotate(-45deg);
}

.cart-notice__close:hover::before,
.cart-notice__close:hover::after {
    background: #666;
}

@media (max-width: 768px) {
    #cart-notice-container {
        top: 16px;
        right: 16px;
        left: 16px;
    }

    .cart-notice {
        width: 100%;
        border-radius: 20px;
        padding: 18px 18px;
    }

    .cart-notice__content {
        gap: 16px;
    }

    .cart-notice__image {
        width: 92px;
        min-width: 92px;
    }

    .cart-notice__image img {
        max-height: 84px;
    }

    .cart-notice__text {
        padding-top: 2px;
        padding-right: 34px;
    }

    .cart-notice__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cart-notice__desc {
        font-size: 18px;
    }

    .cart-notice__close {
        width: 34px;
        height: 34px;
        top: 12px;
        right: 12px;
    }

    .cart-notice__close::before,
    .cart-notice__close::after {
        top: 16px;
        left: 7px;
        width: 20px;
    }

    
}



.featured-product {
    opacity: 0;
    transition: opacity .4s ease;
}

.featured-product.is-ready {
    opacity: 1;
}


.pagibar{
    margin-bottom:30px;
}


.gmap_canvas iframe{
    width:100%;
}
