@keyframes pp_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes pp_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes pp_zoom {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@-webkit-keyframes pp_zoom {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes pp_spin_pro {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pp_spin_pro {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.gform_fields ::placeholder {
    /* Firefox */
    color: #b5b5b5 !important;
    opacity: 1;
}

.gform_fields ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #b5b5b5 !important;
}

#gform_1 .gfield input,
#gform_1 .gfield textarea {
    border: 1px solid #eeeeee;
}

.gform-theme--foundation #gform_1 .gform_fields {
    row-gap: 10px;
}

.charleft.ginput_counter {
    margin-top: 5px;
}

.gform-theme--foundation #gform_1 .gform_footer {
    margin-top: 10px;
}

.gform-theme--foundation #gform_1 .gform_footer .gform_button.button {
    background: #056744;
}

.gform-theme--foundation #gform_1 .gform_footer .gform_button.button:hover {
    opacity: 0.8;
}

.page-content {
    margin: 0 auto;
}

body.search .page-content,
body.archive .page-content,
body.woocommerce-cart .page-content,
body.woocommerce-checkout .page-content {
    margin-top: 50px;
}

.woocommerce .product-badges .onsale {
    margin-right: 10px;
    background: #ededed;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #056744;
    border-radius: 0;
}

.woocommerce .product-badges .new {
    background: #056744;
    border-radius: 0;
}

.woocommerce .product-badges .best-seller {
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border-radius: 0;
}

ins .amount,
.product.sale ins,
.product.sale ins .amount,
.single-product .product.sale .entry-summary>.price ins .amount,
.minimog-product div.price,
.minimog-product .price .amount,
.price .amount {
    opacity: .9;
    font-weight: bold;
    color: #ff0000 !important;
}

.minimog-product .price del .amount,
.price del .amount {
    font-weight: normal;
    color: #ababab !important;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.minimog-box:hover div.tm-button.style-border,
.minimog-box:hover div.tm-button.style-flat,
a.tm-button.style-border:hover,
a.tm-button.style-flat:hover {
    border-color: #056744;
    background-color: #056744;
    box-shadow: 0 0 0 0.2rem #056744;
}

.cd-cart,
.wc-empty-cart-message,
.shop-archive-block .page-title,
.shop-archive-block .archive-shop-actions,
.page-footer.simple-footer,
#calc_shipping_country_field,
.product-wrapper .product-info .woocommerce-loop-product__title,
.product-wrapper .product-info .price,
.popup-search-icon.login-link {
    display: none !important;
}

.cd-cart .cd-cart-trigger {
    position: fixed;
    bottom: 40px;
    left: 3%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
    height: 72px;
    width: 72px;
    overflow: visible;
    border-radius: 0.25em;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition-timing-function: cubic-bezier(.67, .17, .32, .95);
    background: #056744;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17);
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    animation-name: pp_swing;
    -webkit-animation-name: pp_swing;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    border-radius: 50%;
}

.cd-cart .cd-cart-trigger::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: 100%;
    background: url(../img/cd-icons-cart-close.svg) no-repeat 0 0;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.cd-cart .cd-cart-trigger:hover {
    box-shadow: 0 6px 40px rgba(0, 0, 0, .3);
}

.cd-cart .cd-cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #e94a35;
    color: #ffffff;
    font-size: .83333em;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-cart .cd-cart-count li {
    list-style-type: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
}

.grecaptcha-badge {
    opacity: .1 !important;
    pointer-events: none !important;
}

.page-scroll-up {
    right: 100px !important;
}

#fly-cart-modal-shipping-calculator span.select2.select2-container {
    width: 100% !important;
}

.pp_loading,
.devvn_loading {
    position: relative;
    opacity: 0.5;
    pointer-events: none;
}

.pp_loading::after,
.devvn_loading::after {
    -webkit-animation: pp_spin_pro 500ms infinite linear;
    animation: pp_spin_pro 500ms infinite linear;
    border: 2px solid #9E9E9E;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}

.pp_loading::before,
.devvn_loading::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: inherit !important;
    z-index: 2;
}

.minimog-wc-account-content .address-field--address-2 {
    margin-top: 0;
}

.minimog-product:not(.style-list).group-style-10 .woocommerce_loop_add_to_cart_wrap a:hover {
    background: #056744;
}

.minimog-product .product-thumbnail {
    margin-bottom: 0;
}

.desktop-menu ul#menu-primary.sm-simple>li.menu-item:first-child {
    margin-right: 400px !important;
}

.entry-product-section {
    padding: 0 0 100px;
}

.related.products.entry-product-section {
    padding-top: 100px;
}

.minimog-product.group-style-08 .minimog-grid:before,
.minimog-product.group-style-08 .swiper-container:before {
    border: 0;
}

.minimog-product.group-style-08 .product:before {
    border-width: 1px;
}

body.single-product .hotline_devmd {
    bottom: 90px;
}

.checkout-content-wrap,
body.woocommerce-checkout.woocommerce-order-received,
body.archive,
body.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 50px;
}

.minimog-product .thumbnail img,
.single-product .woo-single-gallery .minimog-main-swiper .swiper-slide .minimog-lazy-image,
.single-product .woo-single-gallery .minimog-main-swiper .swiper-slide img {
    height: 600px;
}

.header-icon .text {
    text-transform: uppercase;
}

.page-header.header-dark .page-header-inner,
#page-header.header-pinned .page-header-inner {
    background: rgba(255, 255, 255, .90) !important;
}

.qrcode img {
    max-width: 300px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    box-shadow: none;
}

.woocommerce-checkout .woocommerce-form-login {
    margin: 0 auto 30px;
    max-width: 500px;
}

.woocommerce form .form-row:not([class*=col-]).form-row-first,
.woocommerce form .form-row:not([class*=col-]).form-row-last {
    width: 100%;
}

.tm-modern-slider .minimog-box {
    height: 100vh;
}

@media all and (min-width: 768px) {}

@media all and (min-width: 1200px) {
    body.home {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
        overflow: hidden;
    }

    /*body.archive {
        height: 100vh;
        margin: 0;
        overflow: hidden;
    }*/

    body.home header#page-header {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
    }

    .page-header-place-holder {
        height: 120px;
    }

    body.home .page-header.header-dark .page-header-inner {
        background: rgba(255, 255, 255, .90) !important;
        height: 120px;
    }

    .desktop-menu .header-04 .header-wrap {
        height: 120px;
    }

    body.home .cd-cart {
        display: none;
    }
}

@media all and (min-width: 1200px) and (max-width: 1920px) {
    header#page-header #page-header-inner>.container-wide {
        max-width: 1100px;
    }

    .desktop-menu ul#menu-primary.sm-simple>li.menu-item:first-child {
        margin-right: 350px !important;
    }

    .desktop-menu ul#menu-primary.sm-simple>li.menu-item:last-child {
        left: 50px;
    }
}

@media all and (min-width: 1366px) {
    header#page-header #page-header-inner>.container-wide {
        max-width: 1200px;
    }
}

@media all and (max-width: 1199px) {
    header#page-header #page-header-inner>.container-wide {
        border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    }

    .page-open-popup-search {
        display: none !important;
    }

    /* mobile menu*/
    #page-mobile-main-menu {
        position: relative;
        display: none;
        height: auto;
        top: 0;
    }

    body.mobile-menu .header-04 .branding {
        position: relative;
    }

    .page-mobile-menu-opened #page-mobile-main-menu.page-mobile-main-menu {
        display: block;
    }

    .page-mobile-main-menu>.inner {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .mobile-menu-components {
        display: none;
    }

    #page-open-mobile-menu .icon span::before {
        font-size: 25px;
    }
  
    .minimog-product .thumbnail img,
    .single-product .woo-single-gallery .minimog-main-swiper .swiper-slide .minimog-lazy-image,
    .single-product .woo-single-gallery .minimog-main-swiper .swiper-slide img {
      	height: 500px;
    }
}

@media all and (max-width: 991px) {
    .woocommerce-order-details {
        margin-top: 30px;
    }
}

@media all and (max-width: 768px) {

    /*body.home {
        height: 100vh;
        margin: 0;
        overflow: hidden;
        touch-action: none;
    }*/

    .heading-description a {
        display: inline-block;
    }
}

@media all and (max-width: 576px) {}

@media all and (max-width: 480px) {
    .wc-block-components-notice-banner__content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .wc-block-components-notice-banner__content .button.wc-forward {
        order: 2;
    }
  
    .minimog-product .thumbnail img,
    .single-product .woo-single-gallery .minimog-main-swiper .swiper-slide .minimog-lazy-image,
    .single-product .woo-single-gallery .minimog-main-swiper .swiper-slide img {
      	height: 400px;
    }
}