/**
Theme Name: NanoKool
Author: Tien Phạm
Author URI: https://tienpham.xyz/
Description: Phim cách nhiệt NanoKool
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chuyengiadankinh
Template: astra
*/
:root {
	--blue-black: #023866;
}
html {
    overflow-x: hidden;
}
/*a:not(.menu-link):hover, a:not(.menu-link):focus {
    color: #ef4b05;
}*/
a:hover, a:focus {
    outline: none;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.ml-minus-1 {
    margin-left: -10px !important;
}

.mr-minus-1 {
    margin-right: -10px !important;
}

.ml-minus-3 {
    margin-left: -40px !important;
}

.mr-minus-3 {
    margin-right: -40px !important;
}

.h3 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.nanokool-theme.home #primary {
    margin-bottom: 0;
}

.slick-slide {
    outline: none;
}

.absoluteimg, .uagb-post__image, .post-thumb-img-content {
    vertical-align: middle;
    position: relative;
    height: 230px;
    margin-bottom: 10px;
    overflow: hidden;
}

.uagb-post__image, .post-thumb-img-content {
    height: 248px;
}

.uagb-post__image a, .post-thumb-img-content a {
    display: block;
}

.absoluteimg img, .uagb-post__image img, .post-thumb-img-content img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.product-carousel-container {
    margin: 0 -15px;
}

.product-carousel-container .slick-slide > div {
    display: flex;
    align-items: flex-start;
}

.product-item a {
    display: block;
    background: #fff;
    margin: 15px;
    padding-bottom: 10px;
}

.product-item-archive .product-item {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.product-item-archive .product-item a {
    margin: 0;
}

.product-item .product-content {
    padding: 0 10px;
    text-align: center;
}

.nanokool-theme .product-item h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    height: 44px;
    overflow: hidden;
    box-sizing: content-box;
}

.product-item a:hover {
    color: #191919;
}

.product-item .prod-price {
    font-size: 16px;
    color: #ec4200;
    font-weight: 500;
    min-height: 34px;
}

.product-item .prod-price p {
    margin: 0;
    line-height: 24px;
}

.product-item .prod-price p:first-child {
    padding: 5px 0;
}

.product-item .prod-price span {
    color: #191919;
    font-weight: 400;
}

.product-item .prod-price span.no-price {
    color: #ec4200;
    font-weight: 500;
}

/*
POST CAROUSEL
 */
.uagb-post__text .uagb-post__title, .post-content h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0;
    min-height: 40px;
    overflow: hidden;
}

.post-content {
    text-align: center;
}

.post-content .entry-header {
    margin: 0;
}

.post-content h2 a {
    font-weight: 500;
}

.uagb-post__text .uagb-post__excerpt, .post-content .entry-content {
    margin-top: 5px;
}

/*
BLOG
 */
.ast-blog-featured-section {
    margin-bottom: 0;
}
.ast-separate-container .ast-grid-3 .blog-layout-1 {
    padding: 0 !important;
}
.ast-separate-container .ast-grid-2 .ast-article-post, .ast-separate-container .ast-grid-3 .ast-article-post, .ast-separate-container .ast-grid-4 .ast-article-post {
    padding: 15px;
}
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
    border: none;
}
.ast-separate-container .ast-archive-description, .ast-post-title {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0 !important;
}
.ast-separate-container .ast-archive-description h1, .ast-post-title h1, .top_footer span {
    line-height: 47px;
    margin-bottom: 0;
}
.ast-separate-container .ast-archive-description .site-slogan, .ast-post-title .site-slogan {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}
/*
IMAGE SLIDER
*/
.image-slider .slides {
    margin: 0 -10px;
}
.image-slider .slick-track {
    display: flex;
    align-items: center;
}
.image-slider .slick-slide {
    text-align: center;
    margin: 0 10px;
}
.image-slider .slick-slide img {
    display: inline-block;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.5s;
}
.image-slider .slick-slide:hover img {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
/*
NEWSLETTER 
*/
.wpcf7 form .newsletter-form {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.newsletter-form .ast-row {
    margin-left: -10px;
    margin-right: -10px;
}
.newsletter-form .ast-col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.newsletter-form .control-group:last-child {
    display: flex;
}
.wpcf7 form .newsletter-form .control-group input.wpcf7-form-control.wpcf7-submit {
    margin-right: 5px;
    line-height: inherit;
}
.wpcf7 form .newsletter-form div.wpcf7-mail-sent-ng, 
.wpcf7 form .newsletter-form div.wpcf7-aborted {
    border: none;
    background: #ff0000;
    margin-top: 5px;
    color: #fff;
}
.wpcf7 form  div.wpcf7-response-output {
    margin: 0;
}
.newsletter-form .control-group {
    margin-bottom: 10px;
}
.newsletter-form .control-group {
    margin-bottom: 10px;
}
/*
FOOTER
*/
.footer-adv.footer-adv-layout-4 .ast-row {
    margin-left: -10px;
    margin-right: -10px;
}
.footer-adv.footer-adv-layout-4 .footer-adv-widget {
    padding: 0 10px;
}
.top_footer {
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}
.top_footer p {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 25px;
}
/*
PRODUCT ARCHIVE
*/
.post-type-archive-product .ast-row,
.tax-product_category .ast-row,
.search .ast-row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.post-type-archive-product .ast-row .product-item-archive,
.tax-product_category .ast-row .product-item-archive,
.search .ast-row .product-item-archive {
    padding: 15px;
}
/**
PRODUCT TABS
*/
.product-wrapper {
    margin-top: 20px;
}
.product-wrapper .ast-row {
    margin-left: -10px;
    margin-right: -10px;
}
.product-wrapper .ast-row > div{
    padding-left: 10px;
    padding-right: 10px;
}
.product-tabs {
    margin-top: 20px;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.tabs-nav a {
    color: #191919;
    display: block;
    text-align: center;
    padding: 7px 30px 8px;
    background: #fff;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    font-weight: 600;
}

.tabs-nav li:first-child a {
    border-left: 1px solid #cacaca;
}
.tabs-nav .tab-active a, .tabs-nav a:hover {
    background: var(--blue-black);
    color: #fff;
    border-color: var(--blue-black) !important;
}
.tabs-stage {
    border: 1px solid #cacaca;
    clear: both;
    position: relative;
    top: -1px;
    padding: 15px;
}
.product .product_title {
    color: var(--blue-black);
    margin-bottom: 15px;
}
.product .product_excerpt {
    padding: 8px 0;
}
.product .price {
    padding: 8px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.product .price p {
    margin: 0;
}
.product .price p span {
    color: #f00;
    font-size: 20px;
    font-weight: 700;
}
/*
RELATED PRODUCT
*/
.related-product {
    margin-top: 25px;
}
.related-product .ast-row {
    margin-left: -15px;
    margin-right: -15px;
}
.related-product .ast-row .product-item-archive {
    padding: 15px;
}
.no-results .search-submit {
    padding: 10px 15px;
    border-radius: 2px;
    line-height: 1.85714285714286;
    border: 0;
}
/*
CONTACT FORM
*/
.contact-form .wpcf7 form>div, 
.contact-form .wpcf7 form>p {
    margin-bottom: 10px;
}
.contact-form .control-group {
    display: flex;
}
.contact-form .control-group.submit-control {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.contact-form .control-group span:first-child {
    width: 150px;
}
.contact-form textarea {
    height: 80px;
    display: block;
}

.ast-separate-container .no-results {
    padding: 1.5em 0;
    text-align: center; 
}

.share_buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.zalo-share-button {
    background-color: #03A5FA;
    width: 75px;
    margin: 0 2px 5px;
    height: 26px!important;
    float: left;
    background-image: url(assets/images/zalo_share.png);
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
    background-position: 7px 6px;
    position: relative;
    cursor: pointer;
}
.zalo-share-button:before {
    content: "Chia sẻ";
    font-size: 10.2px;
    line-height: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 28px;
    color: #fff;
    transform: translateY(-50%);
}

.nanokool-theme .site-header .ast-inline-search.ast-search-menu-icon .search-form {
    border-radius: 30px;
}

.nanokool-theme .site-header .ast-inline-search.ast-search-menu-icon .search-form input[type="search"] {
    padding: 2px 1em !important;
    border-radius: 5px;
}
.nanokool-theme.ast-desktop .ast-below-header-menu .ast-mm-template-content, 
.nanokool-theme.ast-desktop .ast-below-header-menu .ast-mm-custom-text-content, .ast-below-header-menu ul a, 
.nanokool-theme.ast-header-break-point .ast-below-header-actual-nav ul.sub-menu li a {
    line-height: 27px;
}
.nanokool-theme.ast-header-break-point .ast-below-header {
    padding: 0 20px;
}
.nanokool-theme.ast-header-break-point .ast-below-header-section-separated.ast-below-header-mobile-stack .ast-below-header-section-wrap {
    flex-direction: row;
    justify-content: space-between;
}
.nanokool-theme.ast-header-break-point .ast-below-header-section-separated.ast-below-header-mobile-stack .below-header-section-1, 
.nanokool-theme.ast-header-break-point .ast-below-header-section-separated.ast-below-header-mobile-stack .below-header-section-2 {
    flex: inherit;
    width: auto;
    margin: 0;
    padding: 0;
}
.nanokool-theme.ast-header-break-point .menu-below-header-toggle {
    padding: 0;
    display: flex;
    align-items: center;
}
.nanokool-theme .ast-button-wrap .menu-toggle .menu-toggle-icon {
    line-height: 38px;
}
.nanokool-theme .ast-button-wrap .menu-toggle .mobile-menu-wrap {
    display: block;
    height: 40px;
}
.phonering-alo-phone {
    width: 160px;
    height: 160px;
    position: fixed;
    bottom: 10px;
    left: -20px;
    z-index: 99;
}
.phonering-alo-ph-circle {
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(191,235,252,.4);
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    left: 30px;
    bottom: 30px;
    position: absolute;
    background-color: #000;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 50px;
    position: absolute;
    background: rgba(30,30,30,.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 99;
    background-size: 35px;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: rgba(191, 235, 252, 1);
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(0,175,242,0.5);
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #00aff2;
}

/*
HEADER
 */
.main-header-bar {
    padding: 20px 0;
}
.header-main-layout-1 .main-header-container {
    justify-content: space-between;
    align-items: center;
}
.main-header-bar-navigation {
    display: none;
}
.main-header-banner img {
    max-width: 500px;
    width: 100%;
}
.hotline {
    background: url(assets/images/hotline.png) no-repeat left center;
    margin-top: 10px;
    padding-left: 65px;
    display: flex;
    flex-direction: column;
}
.hotline p {
    margin: 0;
    color: #181717;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.9;
}
.hotline span {
    color: #e50c0c;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0 2px 0 #fff, 2px 2px 0 #fff, 2px -1px 1px #FFFFFF, -2px 2px 1px #FFFFFF, 0 -2px 2px #FFFFFF, -2px -2px 1px #fff, 0 -3px 4px #4c4c4c, 1px -2px 2px #4c4c4c;
    font-weight: 900;
}
.social-buttons {
    display: flex;
    justify-content: flex-end;
}
.social-buttons a {
    display: block;
    margin: 0 0 0 5px;
    line-height: 40px;
}

.site-name {
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
}
.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}

/*
RELATED POSTS
*/
.related-posts .related_title {
    border-bottom: 1px solid #CCC;
    margin: 0px 0px 5px;
    padding-bottom: 5px;
    margin-top: 15px;
}

.related-posts .related-list {
    list-style: none;
    margin: 0;
    font-size: 14px;
}
.related-posts .related-list li {
    background: url(assets/images/icon-caret.png) no-repeat left top 10px;
    padding-left: 15px;
}

.advisory-phone {
    background: green none repeat scroll 0 0;
    bottom: 0;
    font-size: 18px;
    left: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 200px;
    padding: 9px 0 5px 0;
    z-index: 9999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,.0980392) 0 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,.0980392) 0 0 1px 2px;
    box-shadow: rgba(0,0,0,.0980392) 0 0 1px 2px;
}
.advisory-phone a {
    color: #fff;
    line-height: 25px;
    display: block;
}
.advisory-phone a:hover {
    color: #fff;
}

.fixed-bottom-toolbar-mobile {
    background: #e64000;
    width: 100%;
    padding: 5px;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    border-top: 1px solid #fff;
}
.fixed-bottom-toolbar-mobile ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    list-style: none;
    margin: 0;
}
.fixed-bottom-toolbar-mobile ul li {
    text-align: center;
    width: 20%;
}
.fixed-bottom-toolbar-mobile ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
}
.fixed-bottom-toolbar-mobile ul li img {
    height: 25px;
    width: auto;
}
.fb-comments {
	width: 100%;
}
.uagb-ifb-title-wrap {
	text-transform: uppercase;
}
.ast-below-header > .ast-container {
    max-width: 1400px;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@media (min-width: 768px) {
    .ast-separate-container .ast-grid-3 > .site-main > .ast-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer-adv.footer-adv-layout-4 .footer-adv-widget-1 {
        width: 35%;
    }
    .footer-adv.footer-adv-layout-4 .footer-adv-widget-2 {
        width: 20%;
    }
    .footer-adv.footer-adv-layout-4 .footer-adv-widget-3 {
        width: 20%;
    }
    .footer-adv.footer-adv-layout-4 .footer-adv-widget-4 {
        width: 25%;
    }
}
@media (max-width: 1301.98px) {
    .ast-below-header-menu .menu-link, .below-header-nav-padding-support .below-header-section-1 .below-header-menu > .menu-item > .menu-link, .below-header-nav-padding-support .below-header-section-2 .below-header-menu > .menu-item > .menu-link, .ast-header-break-point .ast-below-header-actual-nav > .ast-below-header-menu > .menu-item > .menu-link {
        padding: 0 12px;
    }
}
@media (min-width: 1021px) and (max-width: 1157.98px) {
    .ast-below-header-menu .menu-link, .below-header-nav-padding-support .below-header-section-1 .below-header-menu > .menu-item > .menu-link, .below-header-nav-padding-support .below-header-section-2 .below-header-menu > .menu-item > .menu-link, .ast-header-break-point .ast-below-header-actual-nav > .ast-below-header-menu > .menu-item > .menu-link {
        padding: 0px 8px;
    }
    
}
@media (max-width: 921px) {
    #primary, #secondary {
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .product .summary {
        margin-top: 20px;
    }
}
@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 479px) {
    .product-item-archive {
        width: 100%;
    }
}
@media (min-width: 1021px) and (max-width: 1181px) {
    .nanokool-theme.ast-below-header-menu a, 
    .nanokool-theme.below-header-nav-padding-support .below-header-section-1 .below-header-menu > li > a, 
    .nanokool-theme.below-header-nav-padding-support .below-header-section-2 .below-header-menu > li > a, 
    .nanokool-theme.ast-header-break-point .ast-below-header-actual-nav > ul > li > a {
        padding: 0 10px;
    }
    .nanokool-theme .site-header .ast-inline-search.ast-search-menu-icon .search-form input[type="search"] {
        width: 120px;
    }
}
@media (max-width: 1020px) {
    .main-header-banner {
        display: none;
    }
    .social-buttons {
        display: none;
    }
    .hotline {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .main-header-bar, 
    .nanokool-theme.ast-header-break-point .main-header-bar,
    .nanokool-theme.ast-header-break-point .header-main-layout-2 .main-header-bar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-header-bar-wrap {
        padding: 10px 0;
    }
    .fixed-bottom-toolbar-mobile {
        display: block;
    }
    .advisory-phone {
        bottom: 46px;
    }
    .phonering-alo-phone {
        bottom: 50px;
        left: -40px;
    }
}
@media (max-width: 540px) {
    .main-header-contact {
        display: none;
    }
    .nanokool-theme.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
        padding: 0;
    }
    .ast-logo-title-inline .ast-site-identity {
        justify-content: center;
    }
}
.entry-content {
	text-align: justify;
}