/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #0a0a0a;
}
.text_desc{
    font-weight: 400;
}
.text_desc,
.text_desc>* {
    font-size: 14px !important;
}

#top-bar{
    padding: 10px 0;
}
#top-bar .flex-center{
    width: 100%;
}
#top-bar .section .col{
    padding: 0;
}
#top-bar .slider-nav-outside .flickity-prev-next-button{
    top: 10px;
    transform: translateY(-50%) !important;
    bottom: 0;
    font-size: 12px;
}
#top-bar .flickity-prev-next-button .arrow{
    fill: #fff;
}
#top-bar p{
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
}
#header .header-bottom{
    min-height: 65px;
    background-color: #fff;
}
#header .header-bottom .flex-left{
    width: 75%;
}
#header .header-bottom .flex-left .nav{
    justify-content: space-between;
}
#header .header-bottom .flex-left .nav .menu-item .nav-top-link{
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 0;
}
#header .header-bottom .flex-left .nav .sub-menu{
    top: 40px !important;
}
#header .header-bottom .flex-left .nav .sub-menu .col{
    max-width: calc(100% / 6);
    padding-bottom: 0;
}
#header .header-bottom .flex-left .nav .sub-menu .menu_title a{
    font-size: 14px;
    font-weight: 600;
    color: #0a0a0a;
}
#header .header-bottom .flex-left .nav .sub-menu .ux-menu-link__text{
    font-size: 14px;
    color: #0a0a0a;
}
#header .header-bottom .flex-left .nav .sub-menu .menu_title a:hover,
#header .header-bottom .flex-left .nav .sub-menu .ux-menu-link__text:hover {
    color: #83bf45;
}

.header-main .container::after{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0%, #b5b5b5 50%, #fff 100%) repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgb(0 138 194 / 3%);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
}
#header .header-bottom .flex-right .header-search-form{
    max-width: 240px;
    width: 100%;
    min-height: 40px;
}
.mobile-sidebar .header-search-form{
    width: 100%;
    min-height: 40px;
}
#header .header-bottom .flex-right .header-search-form .search-field,
.mobile-sidebar .header-search-form .search-field{
    height: 40px;
    border: none;
    border-bottom: 2px solid #0a0a0a;
    border-radius: 0;
    background: #fff;
}
#header .header-bottom .flex-right .header-search-form .icon-search{
    font-size: 25px;
    font-weight: 100 !important;
    right: 10px;
}
.mobile-sidebar .header-search-form .icon-search{
    font-size: 25px !important;
    right: 0;
    font-weight: 500;
}
#header .header-bottom .flex-right .header-search-form .search-field::placeholder,
.mobile-sidebar .header-search-form .search-field::placeholder{
    text-align: center;
    font-size: 14px;
}
.off-canvas-left .mfp-content{
    background-color: #fff !important;
}
#header .header-cart-link .header-cart-title{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #0a0a0a;
}
#header .header-cart-link .icon-shopping-cart::before{
    color: #0a0a0a;
}
#header .header-cart-link:hover .header-cart-title,
#header .header-cart-link:hover .icon-shopping-cart::before{
    color: #83bf45;
}
#header .header-bottom .menu-item {
    position: relative;
    display: inline-block;
}

#header .header-bottom .menu-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #83bf45;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    border-width: 0;
}

#header .header-bottom .menu-item.menu-item-type-custom:hover::after {
    width: 100%;
}
#header .header-bottom .flex-left .nav .menu-item.menu-item-type-custom:hover .nav-top-link{
    color: #83bf45;
}

#footer .ft.menu-title h4{
    border-bottom: 1px solid #272727;
    text-transform: unset;
    font-size: 20px;
    color: #0a0a0a;
    display: inline;
    width: fit-content;
    margin-bottom: 0;
    font-weight: 500;
}
#footer .ft.menu-title{
    border-bottom: 2px solid #ececec;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
#footer p, 
#footer .ux-menu-link__text{
    font-size: 16px;
    color: #0a0a0a;
}
#footer .ux-menu-link__text{
    padding: 5px 0;
}
#footer .icon-box{
    display: flex;
    align-items: center;
    align-content: center;
}
#footer .icon-box .icon-box-img{
    margin-right: 10px;
    margin-bottom: 0;
}
#footer .copyright-footer{
    font-size: 14px;
}
#footer .absolute-footer{
    padding: 15px 0;
}

/* section banner */
.section_banner .banner img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section_category .row:last-child .col{
    max-width: 20%;
}
.section_category .col .box-image{
    width: 70%;
}
.section_category .col .box-image {
    border-radius: 50%;
    background: #f7f7f7;
    padding: 10px;
    overflow: hidden;
}
.section_category .col .box-image img{
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.section_category .col .box-text{
    padding: 25px 0;
}
.section_category .col .box-text h4{
    font-size: 16px;
    font-weight: 500;
    color: #0a0a0a;
    cursor: pointer;
}
.section_category .col .box-text h4:hover{
    color: #83bf45;
}
.product-small.box .box-text{
    text-align: center;
}
.product-small.box .product-title{
    margin-bottom: 20px;
}
.product-small.box .product-title a {
    font-size: 14px;
    font-weight: 400;
}
.product-small.box .product-title a:hover{
    color: #83bf45;
}
.product-small .price span,
.product-small .price ins bdi {
    font-size: 16px;
    color: #83bf45;
    font-weight: 400;
    font-size: 17px;
}
.section_product .btn_see_more{
    background: #83bf45;
    font-weight: 400;
}
.sec_title h2{
    width: fit-content;
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 500;
    padding: 0 15px;
    z-index: 10;
    background: #fff;
    margin-bottom: 0;
    line-height: 1.4;
}
.sec_title{
    text-align: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.title_cus::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #b5b5b5;
    opacity: .5;
    z-index: -1;
}
.section_cmt .row:last-child .col .col-inner{
    padding: 10px;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}
.section_cmt .row:last-child .col .col-inner:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}
.section_cmt .box .box-image{
    width: 40%;
    text-align: center;
    aspect-ratio: 1 / 1;
}
.section_cmt .box .box-image .image-cover{
    padding-top: 100% !important;
}
.section_cmt .box .box-image img{
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section_cmt .box .box-text{
    margin-top: 10px;
    padding: 0;
}
.section_cmt .box .box-text .icon-box-text{
    text-align: center;
}
.section_cmt .box .box-text .star-rating{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_cmt .box .box-text .star-rating span:before{
    color: #83bf45;
}
.section_cmt .box .box-text .testimonial-text{
    margin: 10px 0;
}
.section_cmt .box .box-text .testimonial-meta h4{
    font-weight: 500;
    display: flex;
    justify-content: center;
    gap: 2px;
}
.section_why_choose {
    position: relative;
}
.section_why_choose::after{
    content: '';
    position: absolute;
    background: #83bf45;
    height: 60%;
    top: 0;
    width: 100%;
}
.section_why_choose .box-image{
    width: 50%;
    display: flex;
    justify-content:center;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    aspect-ratio: 1 / 1;
    display: block;
    overflow: hidden;
    align-content: center;
}
.section_why_choose .box-image img{
    object-fit: cover;
    width: 100%;
    height: auto;
}
.section_why_choose .box h4{
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
}
.section_why_choose h2{
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
.section_why_choose .row:last-child .col{
    padding-bottom: 0;
}
.btn_xt{
    min-width: 180px;
    color: currentColor;
    border: 1px solid gray !important;
    font-weight: 400;
    line-height: 1.6;
    font-size: 13px;
}
.plain {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_news .post-title .plain{
    color: #0a0a0a;
    font-size: 16px;
}
.section_news .box-blog-post .is-divider{
    display: none;
}
.section_news .box-blog-post .from_the_blog_excerpt{
    font-size: 14px;
    color: #0a0a0a;
}
#ez-toc-container{
    width: 100%;
}
#ez-toc-container .ez-toc-title-container{
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 600;
}
.sec_products_new .product-small{
    max-width: 100%;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding: 10px 0; 
}
.sec_products_new,
.news_right{
    padding: 0 !important;
}
.news_right .post-item .col-inner{
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}
.news_right .post-item .col-inner .is-divider{
    display: none;
}
.sec_products_new .product-small .box,
.news_right .post-item .box {
    display: flex;
    flex-wrap: nowrap;
}
.sec_products_new .product-small .box .product-title{
    margin-bottom:10px ;
}
.sec_products_new .product-small .box .product-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec_products_new .product-small .price span,
.sec_products_new .product-small .price ins bdi{
    font-size: 16px;
}
.sec_products_new .product-small .box .box-image,
.news_right .post-item .box .box-image{   
    width: 60px;
    aspect-ratio: 1 / 1;
    height: 60px;
    min-width: 60px;
    margin-right: 10px;
    overflow: hidden;
}
.news_right .post-item .box .box-image img{
    border-radius: 50%;
}
.news_right .post-item .box .plain{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 500;
    text-align: left;
}
.sec_products_new .product-small .box .box-image img{
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
}
.sec_products_new .product-small .box .box-text,
.news_right .post-item .box .box-text{
    padding: 0;
}
.sec_products_new .row,
.news_right .row{
    width: 100%;
    margin: 0 auto !important;
}
.sec_products_new .row>.col,
.news_right .row>.col{
    padding: 0;
}
.news_right .post-item .box .box-image .image-cover{
    padding-top: 100% !important;
}
#content .sec_title h2{
    font-weight: 400;
    font-size: 20px;
}
.blog-single .entry-title {
    font-size: 22px;
}
.blog-single .entry-meta {
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
}
.row-divided>.col+.col:not(.large-12){
    border-left: none !important;
}
.post-sidebar{
    padding: 0 !important;
}
.blog-share a {
    color: #83bf45;
    font-weight: 700;   
}
.entry-content .cst_link{
    color: #007bff !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: #007bff;
}
.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}
.related-cats-wrap {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.related-cats-label {
    background: #8cc63f;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.related-cats-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.related-cats-list li {
    margin: 0 !important;
}

.cat-pill {
    display: inline-block;
    text-decoration: none;
    background: #f0f0f0;
    color: #0a0a0a !important;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 14px;
    transition: all .15s ease-in-out;
    font-weight: 500;
}

.cat-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.cat-pill.current-cat {
    background: #e6f4df;
    color: #0a0a0a;
    border-color: rgba(47, 107, 31, 0.15);
    font-weight: 600;
}
.entry-content h2{
    color: #83bf45;
}
#content,
#content .large-9{
    padding-bottom: 0;
}
#content .related-posts .post-item{
    padding: 0;
}
#content .related-posts .post-item .col-inner{
    padding: 7px;
}
#content .related-posts .post-item .box-image{
    border-radius: 5px;
    overflow: hidden;
}
#content .related-posts .post-item .box-text{
    text-align: left;
    padding: 10px 0 0 0;
}
#content .related-posts .post-item .is-divider{
    display: none;
}
.archive .products .product .product-title{
    text-align: center;
}
.archive .products .product .price{
    text-align: center;
}
.product-small .price del bdi,
.product-small .price del bdi span {
    color: gray !important;
    font-size: 14px !important;
}
.archive .product .product-small.box ,
.single-product .product-footer .related-products-wrapper .product .product-small.box{
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
}
.product-sidebar .badge-container{
    display: none;
}
.badge-inner {
    background-color: #8cc63f;
    color: #fff;
    display: table-cell;
    font-weight: bolder;
    height: 100%;
    line-height: .85;
    padding: 2px;
    text-align: center;
    transition: background-color .3s, color .3s, border .3s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.archive .product .product-small.box img,
.single-product .product-footer .related-products-wrapper .product .product-small.box img {
    padding: 50px;
}
.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: #83bf45;
    border-color: #83bf45;
    color: #fff;
    border-radius: 0;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: none;
    border-radius: 99px;
    display: block;
    font-size: 14px;
    font-weight: bolder;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
    color: #0a0a0a !important;
}
.term-description {
    padding: 30px 0 0 0 !important;
    position: relative;
}
.term-description p{
    font-size: 16px;
}
.term-description .col-inner{
    height: 250px;
    transition: height 0.4s ease;
    overflow: hidden;
    position: relative;
}
.devvn_readmore_taxonomy_flatsome a {
    color: #83bf45;
    display: block;
    text-align: center;
    font-size: 16px;
}
.term-description .col-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    transition: opacity 0.3s ease;
        pointer-events: none;
}
.term-description .col-inner.expanded::after {
    opacity: 0;
}

/* nút toggle */
.desc-toggle {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    background: #83bf45;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.desc-toggle .arrow {
    margin-left: 6px;
    font-size: 12px;
}

.breadcrumbs, .breadcrumbs a {
    text-transform: none;
    font-size: 14px;
}
.single-product .woocommerce-breadcrumb.breadcrumbs{
    text-align: center;
}
.single-product .product-info ins bdi,
.single-product .product-info ins bdi span {
    font-size: 28px;
    color: #83bf45;
    font-weight: 400;
}
.single-product .product-info del bdi,
.single-product .product-info del bdi span {
    color: gray !important;
    font-size: 20px !important;
}
.single-product ul{
    color: #0a0a0a;
}
.single-product .product-info h1 {
    font-weight: 400;
    font-size: 20px;
}
.single-product .product-info .is-divider{
    display: none;
}
.single-product .single_add_to_cart_button {
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 16px !important;
    border-radius: 5px;
    background-color: #8cc63f ;
}
.single-product .quantity input[type=number]{
    height: 100% !important;
}
.product-section{
    border-top: none;
}
.product-footer .large-9{
    padding-left: 0;
}
.product-footer .large-9 .custom-product-detail .desc-title{
    font-weight: 700;
    font-size: 24px;
    color: #83bf45;
}
.single-product .product-footer .product-sidebar .sec_title h2{
    width: 100% !important;
    color: #83bf45;
    text-align: left;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
}
.product-footer .large-3{
    padding-right: 0;
}
.widget_shopping_cart_content .woocommerce-Price-amount bdi {
    font-weight: 500;
    color: #c48c46;
}
 .icon-shopping-cart::after {
    background-color: #83bf45 !important;
}
.woocommerce-mini-cart-item a:hover{
    color: #83bf45;
}
.variations_form .ux-swatch.selected {
    box-shadow: 0 0 0 2px #83bf45 !important;
}
.variations .label label{
    font-size: 12px;
}
.section_contact ul{
    color: #0a0a0a;
}
.section ul a.email{
    color: #007bff;
    font-weight: 700;
}
.section_contact .row{
    margin: 0 auto !important;
}
#content .section_contact .sec_title h2,
#content .section_intro .sec_title h2{
    color: #8cc63f;
    font-weight: 700;
    font-size: 24px;
}
#content .section_contact .row:last-child{
    padding-bottom: 0;
}
.post-sidebar .badge-inner{
    display: none;
}
.post-item .is-divider{
    display: none;
}
.current-cat-title{
    font-size: 24px;
}
.widget_shopping_cart .button {
    border-radius: 5px;
    color: #fff;
    background: #83bf45;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.product-comment h3,
.star-rating span:before{
    color: #83bf45;
}
.product-comment .stars a:hover:after{
    color: #83bf45;
}
#review_form textarea,
#review_form input {
    box-shadow: none;
    border-radius: 5px;
}
#review_form input.submit{
    text-transform: capitalize;
    background-color: #83bf45;
}
.product-comment #comments,
.product-comment #review_form_wrapper{
    max-width: 100%;
    flex-basis: 100%;
}
.shop_table tr th{
    color: #0a0a0a;
}

.shop_table .button,
.cart_totals .button {
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    /* color: #83bf45; */
    background: #83bf45;
}
.shop_table .button-continue-shopping {
    color: #83bf45;
    background: #fff;
    border: 1px solid #83bf45;
}
.checkout-button .button{
    color: #fff;
}
.cart-collaterals .ux-cart-coupon input {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ececec; 
    padding-left: 0;
    font-size: 15px;
}
.woocommerce-checkout .has-border {
    border: 2px solid #83bf45;
    padding: 30px;
}
button#place_order{
    background-color: #83bf45 !important;
}
#header .mobile-nav .icon-menu{
    font-size: 24px;
    color: #0a0a0a;
}
.mobile-sidebar .sidebar-menu .menu-item .section{
    padding: 0 !important;
}
.mobile-sidebar .sidebar-menu .menu-item .section .col{
    padding-bottom: 0;
}
.mobile-sidebar .sidebar-menu .menu-item>.sub-menu>.menu-item:nth-child(2) {
    display: none;
}
.mobile-sidebar .sidebar-menu .menu-item>.sub-menu>.menu-item .ux-menu-link__link{
    color: #0a0a0a;
}
.mobile-sidebar .sidebar-menu .menu-item>.sub-menu>.menu-item .menu_title .ux-menu-link__link{
    font-weight: 600;
}
.phone-bar a {
    padding: 8px 15px 7px 15px !important;
}

#button-contact-vr .button-contact .phone-vr{
    visibility: hidden !important;
}
#button-contact-vr .button-contact#zalo-vr .phone-vr{
    visibility: visible !important;
}
#button-contact-vr .phone-bar3 a{
    bottom: 60px;
}
.phone-bar a {
    width: 184px !important;
    height: 41px !important;
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    right: 30px;
    left: auto;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
#button-contact-vr #gom-all-in-one .phone-bar a span.text-phone {
    left: 0px;
    position: relative !important;
}
.section_category .row.row_cate_slider{
    justify-content: center;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .text_desc,
    .text_desc>* {
        font-size: 12px !important;
    }
    #header .header-bottom .flex-left .nav .sub-menu .col{
        max-width: 100%;
    }
    .section_dt .row{
        flex-flow: row nowrap;
    }
    .section_category .row.row_cate_slider{
        gap: 10px;
    }
    .section_category .row:last-child .col {
        max-width: 25%;
        padding: 0 5px;
    }

    .section_category .col .box-image {
        width: 100%;
    }

    .section_category .col .box-image {
        margin: 0;
    }
    .sec_title h2{
        font-size: 20px;
        word-spacing: -2px;
    }
    .section_why_choose h2 {
        font-size: 20px;
    }
    .section_why_choose::after {
        height: 100%;
    }
    .section_why_choose .box-image {
        width: 100%;
    }
    .section_why_choose .box h4{
        font-size: 14px;
    }
    .section_news .row:first-child .col{
        padding-top: 30px;
    }
    #footer .ft.menu-title h4{
        font-size: 18px;
    }
    #footer .icon-box{
        align-items: flex-start;
    }
    #top-bar .flex-center{
        display: block !important;
    }
    #top-bar .flex-grow{
        display: none !important;
    }
    #top-bar .slider-nav-outside .flickity-prev-next-button{
        display: none;
    }
    #content .related-posts .post-item{
        padding: 0 15px;
    }
    .post-sidebar {
        padding: 0 15px !important;
    }
    .product-footer .pr_contact {
        margin: 0 auto !important;
    }
    .product-footer .large-9{
        padding-right: 0;
    }
    .product-footer .form-submit{
        text-align: center;
    }
}