/*
Theme Name: thienduoc
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.031
*/
:root{
    --main-color: #f5bb12;
    --sub-color: #2c8744;
    --main-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body{
    font-family: var(--main-font) !important;
    font-weight: 400;
    font-size: medium;
    color: #343b43;
}
.text-main{
    color: var(--main-color);
}
.text-sub{
    color: var(--sub-color);
}
.nav > li > a {
    font-family: var(--main-font) !important;;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical>li>a{
    font-family: var(--main-font) !important;
}
b, strong {
    font-weight: bold;
}
.aligncenter{
    text-align: center;
}
.dark, .dark p, .dark td {
    color: #ffffff;
}
.float-right {
    float: right;
}
.page-template-default .page-wrapper{
    padding-top: 0;
    padding-bottom: 0;
}
.box-text-products .product-title{
    font-weight: bold;
}
.box-text-products ins .woocommerce-Price-amount{
    color: #f00000;
}
.hoat-dong .post-title{
    font-size: 1em !important;
}
.hoat-dong .col.post-item{
    padding-bottom: 0;
}
.popup-bikip .title{
    padding: 1rem;
    padding-right: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.popup-bikip form{
    margin-bottom: 0;
    padding: 20px 20px 0 20px;
}
#dang-ky-bi-kip{
    border-radius: 6px;
    overflow: hidden;
}
.single-product-cta{
    display: inline-block;
    margin-left: 10px;
}
.single-product-cta img{
    width: 40px;
    vertical-align: bottom;
}
@media (min-width: 550px) {
    .fixed-right.cta-show .item{
        display: block;
    }
    .fixed-right.cta-show .item.cta-show-btn{
        display: none;
    }
    .fixed-right.cta-hide .item{
        display: none !important;
    }
    .fixed-right.cta-hide .item.cta-show-btn{
        display: block !important;
    }
}
/*header*/
.header-nav.header-nav-main, .mobile-nav.nav-left{
    justify-content: center !important;
}
.company-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.company-name .text-big {
    display: block;
    font-size: 26px;
}
.hotline {
    padding: 0 10px;
}
.hotline .wrap {
    display: flex;
    margin: 5px 0;
    flex-wrap: wrap;
    align-items: center;
}
.hotline .wrap .icon {
    width: 15%;
}
.hotline .wrap .text {
    width: 85%;
    font-weight: bold;
    padding-left: 10px;
}
.hotline .wrap .text .phone {
    color: #f00000;
    font-size: 30px;
    line-height: 30px;
}
.hotline .wrap .text .phone a {
    color: #f00000;
}
.header-search-form-wrapper .search-field{
    border-color: #2c8744;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.header-search-form-wrapper .submit-button{
    border-radius: 0 100% 100% 0;
}
.header-nav .header-cart-link, .mobile-nav .header-cart-link{
    background-color: var(--sub-color) !important;
}
.header-nav .cart-item .nav-dropdown-default{
    padding: 5px;
}
.mobile-nav>.search-form{
    width: 70% !important;
}
.stuck .header-main{
    display: none;
}
.stuck .header-bottom{
    display: block;
}
.stuck .header-bottom > .flex-row{
    padding-top: 4px;
}
@media (max-width: 991px){
    .hotline {
        padding: 0;
        margin: 0;
    }
    .hotline .wrap {
        margin: 0;
    }
    .hotline .wrap .text .phone {
        font-size: 20px;
    }
}
@media (max-width: 849px) {
    .header-main li.html.custom {
         display: block !important;
    }
}
@media (max-width: 549px) {
    #logo{
        width: auto !important;
        margin-right: 0;
    }
    .header-inner .flex-col.show-for-medium.flex-left{
        flex-grow: 1;
    }
    .stuck .header-main{
        display: block;
    }
    .stuck .header-bottom{
        display: none;
    }
    .home .row-collapse{
        padding: 0 15px;
    }
}
@media (min-width: 550px) {
    .anh-vong-quay {
        width: 70% !important;
    }
}
/*end header*/
/*footer*/
.absolute-footer{
    color: #ffffff !important;
}
.footer ul{
    padding-left: 20px;
}
.footer ul li{
    list-style: disc;
}
/*end footer*/
/*cta*/
.fixed-right {
    position: fixed;
    left: 13px;
    background: #fff;
    border-radius: 10px;
    width: auto;
    z-index: 9999;
    bottom: 80px;
    padding: 10px 5px;
    border: 2px solid #f2f2f2;
    box-shadow: -5px 10px 8px #888888;
    text-align: center;
    font-size: 10px;
}
.fixed-right a {
    color: #999 !important;
}
.fixed-right img {
    width: 36px;
    margin: 3px 0;
}
.fixed-right span {
    display: block;
}
@media (max-width: 767px) {
    .fixed-right {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 80px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
        border: 0;
        display: flex;
        justify-content: space-around;
    }
    .fixed-right span {
        line-height: 13px;
    }
}
/*end cta*/
/*home*/
.box-blog-post .box-image img{
    border-radius: 10px;
}
h1.title, h2.title{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.5em;
    padding: 15px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
h2.title {
    font-size: 25px;
}
.title-bg {
    position: relative;
}
.title-bg::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    top: 50%;
    border-top: 1px solid var(--main-color);
}
.title-bg .title {
    position: relative;
    z-index: 2;
    font-size: 25px;
    background: #fff;
    padding: 10px 15px 10px 0;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    color: var(--main-color);
    width: auto;
}
.title-bg p {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px 15px 0;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.title-bg p a{
    color: #333;
}
@media (max-width: 991px) {
    h1.title, h2.title, .title-bg .title{
        font-size: 20px;
    }
}
.intro .item {
    background-color: #f5bb12;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: flex;
    margin-bottom: 15px;
}
.intro .item .icon {
    width: 10%;
}
.intro .item .text {
    width: 90%;
    padding-left: 10px;
}
.intro .wrap-video {
    background-color: #f7f7f7;
    color: #333;
    border-radius: 10px;
}
.intro .wrap-video iframe {
    display: block;
    height: 330px;
}
.intro .wrap-video .info {
    padding: 5px 15px;
    background: #2c8744;
    color: #fff;
    border-radius: 0 0 10px 10px;
}
.circle-banner {
    background-color: var(--main-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.decor-wrap {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 15px;
    overflow: hidden;
}
.bai-bao .w-iframe {
    margin-bottom: 20px;
}
.bai-bao .w-iframe iframe {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}
@media (min-width: 992px){
    .bai-bao .w-iframe iframe {
        height: 160px;
    }
}
.bai-bao-content {
    color: #fff;
    text-transform: uppercase;
    padding: 15px !important;
    font-weight: 900;
    border-radius: 0 0 15px 15px;
    margin: 0 !important;
    font-size: 16px;
}
.bai-bao-content img {
    max-height: 30px;
    width: auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    float: left;
    margin-right: 15px;
}
.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow{
    border-radius: 100%;
    border: 2px solid var(--main-color);
    background: var(--main-color);
}
.hinhanh-khachhang .icon-box-img img {
    border-radius: 15px;
}
.hinhanh-khachhang .icon-box-text p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
}
.hinhanh-khachhang .icon-box .icon-box-img{
    margin-bottom: 0.5em;
}
.video-khachhang .w-iframe {
    margin-bottom: 15px;
}
.video-khachhang .w-iframe iframe {
    width: 100%;
    height: 220px;
    border-radius: 15px;
}
/*end home*/
/*contact*/
.contact-heading-wrapper {
    margin-bottom: 30px;
    border-left: 6px solid var(--sub-color);
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.contact-heading-wrapper h1,
.contact-heading-wrapper h2,
.contact-heading-wrapper h3{
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    color: #3c2415;
    margin: 0;
}
.contact-heading-wrapper h1,
.contact-heading-wrapper h2 {
    line-height: 28px;
    font-size: 26px;
}
.contact-heading-wrapper h3 {
    line-height: 26px;
    font-size: 17px;
}
.contact-heading-wrapper h4 {
    font-family: Lora;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
    color: #838383;
    font-size: 19px;
    margin: 0 0 10px 0;
}
.contact-icon-ctn{
    width: 100%;
    margin-bottom: 35px;
    display: table;
}
.contact-icon-ctn:last-child{
    margin-bottom: 0;
}
.contact-icon-ctn .contact-icon-box{
    width: 65px;
    height: 65px;
    border: 2px solid var(--sub-color);
    background-color: transparent;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    transition: all .3s ease;
}
.contact-icon-ctn .contact-icon-box .fa{
    font-size: 35px;
    line-height: 65px;
    color: var(--sub-color);
}
.contact-icon-ctn .contact-icon-box .fa-mobile-phone{
    font-size: 40px;
}
.contact-icon-ctn .contact-icon-content{
    padding-left: 2em;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.contact-icon-ctn .contact-icon-content h2 {
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom: 6px;
    line-height: 22px;
    margin-top: 0;
    font-weight: 700;
    font-style: normal;
    color: #3c2415;
}
.contact-icon-ctn .contact-icon-content p {
    margin: 0 0 10px;
}
.contact-icon-ctn .contact-icon-box.hover-icon{
    background: var(--sub-color);
}
.contact-icon-ctn .contact-icon-box.hover-icon .fa{
    color: #fff;
}
.contact-icon-ctn .contact-icon-box.hover-icon:hover{
    background: #fff;
}
.contact-icon-ctn .contact-icon-box.hover-icon:hover .fa{
    color: var(--sub-color);
}
.contact-form fieldset{
    padding: 0;
    border: none;
}
.contact-form .input-group {
    position: relative;
    background-color: transparent;
}
.contact-form .input-group .input-group-addon{
    position: absolute;
    left: 18px;
    top: 13px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}
.contact-form .input-group .input-group-addon .fa-mobile-phone{
    font-size: 25px;
}
.contact-form .form-control{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    width: 100%;
    padding: 13px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    color: #8c8c8c;
    padding-left: 45px;
    height: auto;
}
.contact-form .form-control:focus{
    border-color: #e9e9e9;
}
.contact-form textarea.form-control{
    resize: vertical;
    height: 100px;
}
.contact-form input[type="submit"]{
    width: 100%;
}
.contact-call-block{
    color: #fff;
    text-align: center;
}
.contact-call-ctn{
    position: relative;
}
.contact-call-head{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 15px;
}
.contact-call-text{
    font-size: 30px;
    line-height: 30px;
    font-family:Lora;
    font-weight:400;
    font-style:italic;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0.5em !important;
}
/*end contact*/
/*post*/
.article-inner .entry-content.single-page{
    padding-top: 0;
    padding-bottom: 0;
}
/*.share-author-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.share-author-top .author {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 450px) {
    .share-author-top .author {
        flex: 0 0 26%;
        max-width: 26%;
    }
}
@media (min-width: 992px) {
    .share-author-top .author {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.share-author-top .author .author-avatar {
    max-width: 50px;
}
.rating-top {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 20px;
}
.share-author-top .rating-top {
    margin: 15px 0;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 992px) {
    .share-author-top .rating-top {
        flex: 0 0 30%;
        max-width: 30%;
        margin: 0;
    }
}
.share-icons {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
}
.share-author-top .share-icons {
    margin-bottom: 0;
}
.share-author-top .share-icons {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: end;
}
@media (min-width: 992px) {
    .share-author-top .share-icons {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.share-icons .zalo-follow-only-button {
    width: 85px;
    height: 20px;
}
.share-icons>a {
    display: inline-flex;
    padding: 0 5px;
}*/
.post-modified-info{
    display: none;
}
.single-post.post-template-default .entry-meta{
    overflow: hidden;
}
.single-post.post-template-default .entry-meta > div{
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}
.single-post.post-template-default .entry-meta > div:first-child{
    padding-left: 0;
    border-left: 0;
}
.single-post.post-template-default .entry-meta .kk-star-ratings{
    width: 140px;
    display: inline-table !important;
    margin-top: -9px;
}
.single-post.post-template-default .entry-meta .kk-star-ratings:before{
    content: "Đánh giá bài viết";
    display: table-row;
    text-transform: none;
}
.single-post.post-template-default .entry-meta .kksr-stars{
    margin-top: -2px;
    display: table-row;
    height: 20px;
}
.single-post.post-template-default .entry-meta .kksr-legend{
    display: none;
}
.single-post.post-template-default .entry-meta .avatar{
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
.single-post.post-template-default .entry-meta .float-right > div{
    display: inline-block;
    width: auto;
}
.single-post.post-template-default .entry-meta .float-right .social-icons{
    margin-right: 10px;
    margin-top: 5px;
}
.single-post.post-template-default .entry-meta .float-right .social-icons .button i{
    top: 0;
}
@media only screen and (max-width: 480px){
    .single-post.post-template-default .entry-meta .float-right{
        float: none;
    }
}
/*end post*/
/*product*/
.product-footer .heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #f00000;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 15px;
    display: block;
}
.table-des table {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin: 0 0 15px;
    overflow: hidden;
    font-size: 18px;
}
.table-des table th, .table-des table td{
    padding: 8px 15px;
}
.table-des table th{
    background: #f1f1f1;
    text-transform: none;
}
.promotion-product {
    border: 1px solid #e9ecef;
    border-radius: unset;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
    padding: unset;
}
.promotion-product .promotion-product-name {
    font-size: 14px;
    text-transform: none;
    background: #f1f1f1;
    margin-bottom: 0;
    display: inline-flex;
    padding: 5px 10px;
    width: auto;
}
.promotion-product .promotion-product-content {
    padding: 10px 15px;
    font-size: 12px;
}
.promotion-product .promotion-product-content ul {
    list-style: none;
    padding-left: 0;
}
.promotion-product .promotion-product-content ul li {
    list-style: none;
    margin-left: 0;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.promotion-product .promotion-product-content ul li:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url(/wp-content/themes/thienduoc/assets/img/icon-check.svg) no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
}
.product-info .product-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #000;
}
.badge-inner.on-sale{
    background-color: var(--main-color) !important;
}
.single_add_to_cart_button{
    background-color: #ffffff !important;
    border: 2px solid #fb2121;
    color: #fb2121;
    border-radius: 5px;
}
.single_add_to_cart_button:hover{
    background-color: #fb2121 !important;
}
.box-text{
    font-size: 1em !important;
}
.header-cart-link [data-icon-label]:after{
    background-color: #f00;
}
@media (max-width: 550px) {
    .sticky-add-to-cart {
        position: static !important;
    }
}
.star-rating span:before{
    color: gold !important;
}
.masanpham {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 15px 0;
}
.masanpham li {
    font-weight: 400;
    padding: 5px 15px;
    background-color: #eee;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 5px;
    margin-left: 0 !important;
}
.masanpham li:first-child {
    background-color: #f00;
    color: #fff;
}
a.devvn_buy_now_style{
    background-color: #f5bb12;
    color: #fff;
    text-align: center;
}
.devvn-popup-title, .popup-customer-info-group .devvn-order-btn{
    background-color: var(--main-color);
}
.hot_promotion {
    background-color: var(--main-color);
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    animation: glowing 1300ms infinite;
}
@keyframes glowing {
    0% {
        background-color: #f00;
        box-shadow: 0 0 5px #f00;
    }
    50% {
        background-color: #ff4122;
        box-shadow: 0 0 20px #ff4122;
    }
    100% {
        background-color: #f00;
        box-shadow: 0 0 5px #f00;
    }
}
.single-product .hot_promotion{
    margin-left: 10px;
}
@media (max-width: 451px){
    .single-product .hot_promotion{
        margin-left: 0;
        margin-top: 15px;
    }
}
/*end product*/
/*ez toc*/
.table-des table tbody > tr:last-child th, .table-des table tbody > tr:last-child td{
    border-bottom: none;
}
.ez-toc-title-toggle .ez-toc-btn label{
    margin-bottom: 0;
}
/*end ez toc*/
/*breadcrumb*/
.breadcrumb-ctn{
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: -25px;
    font-size: 13px;
}
.page .breadcrumb-ctn,
.shop-page-title .breadcrumb-ctn{
    margin-top: 5px;
}
.breadcrumb_last{
    font-weight: normal;
}
#breadcrumbs > span,
#breadcrumbs > span > span{
    vertical-align: middle;
}
/*end breadcrumb*/
/*widget*/
#main .widget{
    border: 1px solid var(--main-color);
    background: #fff;
}
#main .widget .is-divider{
    display: none;
}
#main .widget ul{
    padding: 0 10px;
}
#main .widget .widget-title {
    padding: 10px 15px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    background: var(--main-color);
    font-weight: 700;
    display: block;
}
#main .widget.widget_media_image img{
    width: 100%;
}
.policy{
    padding: 15px;
}
.policy li {
    display: flex;
    align-items: center;
}
.policy li:last-child{
    margin-bottom: 0;
}
.policy li img {
    max-width: 40px;
}
/*end widget*/
/*woo review*/
.woocommerce-Reviews-title{
    display: none;
}
div#reviews.woocommerce-Reviews{
    max-width: 100% !important;
    margin: 0 !important;
}
.devvn_prod_cmt{
    display: none;
}
span.devvn_stars_value{
    color: var(--main-color);
}
#comments a.btn-reviews-now{
    background-color: var(--main-color);
}
span.devvn_num_reviews{
    color: var(--sub-color);
}
.comment-form-cookies-consent{
    display: none;
}
.woocommerce #review_form #respond p.form-submit input#submit, .woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit{
    background-color: var(--main-color);
}
/*end woo review*/
/*luckywheel*/
#luckywheel p{
    padding: 3px 0;
    margin-bottom: 1.2em;
}
.hc-luckywheel ul,
.hc-luckywheel li {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
.hc-luckywheel {
    box-sizing: content-box;
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 16px solid #e44025;
    box-shadow: 0 2px 3px #333, 0 0 2px #000;
    margin: 0 auto;
}
.hc-luckywheel-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-clip: padding-box;
    background-color: #ffcb3f;
    -webkit-transition: transform 6s ease;
    transition: transform 6s ease;
}
.hc-luckywheel-container canvas {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}
.hc-luckywheel-list {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    z-index: 2;
}
.hc-luckywheel-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #e4370e;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
.hc-luckywheel-item span {
    position: relative;
    display: block;
    padding-top: 20px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform-origin: 50% 155px;
    -ms-transform-origin: 50% 155px;
    transform-origin: 50% 155px;
}
.hc-luckywheel-item img {
    position: relative;
    top: -20px;
    left: 0;
    width: 50px;
    height: 50px;
}
.hc-luckywheel-btn {
    position: absolute;
    left: 125px;
    top: 125px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #2c8744;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-weight:800;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}
.hc-luckywheel-btn::after {
    position: absolute;
    display: block;
    content: "";
    left: 6px;
    top: -22px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 14px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #2c8744;
}
.hc-luckywheel-btn.disabled {
    pointer-events: none;
    background: #b07a7b;
    color: #ccc;
}
.hc-luckywheel-btn.disabled::after {
    border-bottom-color: #b07a7b;
}
.hc-luckywheel-canvas{
    width: 300px;
    height: 300px;
}
.title_potationluck{
    text-align: center;
    background-color: #f5bb12;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    padding: 10px 20px;
    border: 5px solid #c47200;
    margin-bottom: 25px;
    width: auto;
}
.potationluck-bg{
    padding: 50px 0;
    text-align: center;
}
@media (min-width: 768px){
    .hc-luckywheel {
        width: 500px;
        height: 500px;
    }
    .hc-luckywheel-canvas{
        width: 500px;
        height: 500px;
    }
    .hc-luckywheel-item img{
        width: 100px;
        height: 100px;
    }
    .hc-luckywheel-btn {
        left: 210px;
        top: 210px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .hc-luckywheel-btn::after {
        left: 10px;
        top: -46px;
        border-width: 30px;
    }
    .hc-luckywheel-item span {
        -webkit-transform-origin: 50% 250px;
        -ms-transform-origin: 50% 250px;
        transform-origin: 50% 250px;
        width: unset;
    }
}
.pro-props__price {
    font-size: 22px;
    color: #f00;
    font-weight: bold;
    margin: 20px 0;
    display: inline;
}
.share-icons {
    display: flex;
    justify-content: end;
    align-items: center;
}
/*end luckywheel*/
/*modal*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: var(--main-color);
    color: #fff;
    text-transform: uppercase;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.clickable {
    cursor:pointer;
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.modal-footer:after {
    clear: both;
}
/*end modal*/
.dgm_author_product .content {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 18px;
    line-height: 26px;
}
.dgm_author_product .content .align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dgm_author_product .content .align-items-center .ava {
    margin-right: 10px;
}
.dgm_author_product .content .align-items-center .ava img {
    width: 70px;
    border-radius: 4px;
}
.dgm_author_product .content .align-items-center .author {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.dgm_author_product .content .align-items-center .author .cv {
    font-size: 12px;
    line-height: 16px;
}
.dgm_author_product .content .align-items-center .author .name {
    font-size: 14px;
    font-weight: 700;
}
.dgm_author_product .content .align-items-center .author .ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2px;
}
.dgm_author_product .content .align-items-center .author .ft>* {
    padding: 0 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.align-items-center .author .ft .icon span {
    display: block;
    background: var(--main-color);
    padding: 1px 0;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}
.dgm_author_product .content .align-items-center .author .ft .icon.oa span {
    background: #676767;
}
.no-shadow,
.col.no-shadow .col-inner{
    box-shadow: none;
}
.taxonomy-description{
	text-align: left;
    border: 1px solid #f5bb12;
    padding: 20px;
    border-radius: 5px;
}
.taxonomy-description ol li, .taxonomy-description ul li {
    margin-left: 1.3em;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}