/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.navbar ul .dropdown .sub-menu a {
    text-transform: uppercase;
}

.search-page .product-item {
    margin-bottom: 52px;
}

.detail--blog .box--item img {
    width: 100%;
    margin-bottom: 15px;
}
.detail--blog .box--item .image-center img {
    width: 100%;
}
.menu-leftside-sticky {
    position: inherit !important;
}
.product_item .box-img {
    aspect-ratio: 1/1;
}
.product_item .box-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

footer .footer-title {
    color: #fff;
}

.new-label{
    position: absolute;
    left: -7px;
    top: -7px;
    width: 60px;
}

header {
    background: linear-gradient(90deg, #e5eeea, #1c8f55);
}
#header {
    justify-content: space-between;
}
.header-search .input-group {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.header-search .input-group input {
    min-width: 248px;
    border: none;
    box-shadow: none;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
}

.header-search .input-group button {
    border: none;
    background: transparent;
    height: 100%;
    padding-right: 12px;
    color: #888;
}

.header-search {
    min-width: 500px;
}

.header-right ul {
    align-items: center;
    margin-bottom: 0;
}

.header-right ul li {
    position: relative;
}

.header-right ul li::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 60%;
    background-color: rgb(230, 230, 230);
    transform: translateY(-50%);
}

.header-right ul li:last-child:after {
    display: none;
}

.header-right ul li a {
    color: #fff;
    padding: 3px 20px;
    display: inline-flex;
    font-size: 14px;
    text-align: center;
}

.header-right ul li a:hover {
    color: var(--secondary);
}

.header-right ul li:last-child a {
    align-items: center;
    background: var(--secondary);
    margin-left: 15px;
    border-radius: 8px;
}

.header-right ul li:last-child a span {
    color: #fff;
}

.header-right ul li:last-child a span:hover {
    color: var(--primary);
}

.header-right ul li:last-child a span:first-child {
    color: #fff;
    animation: play0 1.5s ease infinite;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    margin-right: 12px;
}
.menu-list {
    gap: 40px;
}
.menu-list li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.menu-list .submenu {
    display: none;
}
.header-bottom .vuta-container {
    align-items: center;
}
a {
    transition: all ease 0.3s;
}
header ul li a:hover {
    color: var(--primary) !important;
}
.header-right i {
    font-size: 14px;
}
.header-right span,
.header-right strong {
    transition:  all ease 0.4s;
}
#header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

#header .logo {
    margin-right: 50px;
}

#header .logo img {
    max-height: 60px;
    width: auto;
}

#header .logo h1,
#header .logo .site_name {
    display: none;
}

#header .logo h2,
#header .logo .site_description {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: block;
}

#header .right-ads {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
}

#header .right-ads>.nv-block-banners:last-child {
    margin-bottom: 0;
}


/* SECOND NAV */

.second-nav {
    z-index: 3;
}

.second-nav .bg {
    background: #cccccc;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* THIRD NAV */

.third-nav {
    position: relative;
    margin-bottom: 6px;
}

.third-nav .row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}

.third-nav .bg {
    background-color: #eeeeee;
    padding: 5px 5px 3px;
}

.third-nav .current-time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 37px;
}

.third-nav ul+.current-time {
    float: right;
    margin-top: -35px;
}

.headerSearch {
    margin: 0.15em 0;
}

.headerSearch input {
    border-color: #cccccc;
    background-color: #fff !important;
}

.headerSearch input:hover,
.headerSearch input:focus {
    background-color: #fff !important;
}

.headerSearch .btn-info {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}

.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
    background-color: #e6b902;
    border-color: #caa202;
    color: var(--text)333;
}

.headerSearch .form-control,
.headerSearch .btn {
    z-index: 0;
}

/* Bootstrap Menu */

#menusite .navbar-default {
    background-color: transparent;
    z-index: 1;
    border: none;
    border-radius: 0;
    min-height: unset;
}

#menusite .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    transition: .3s color ease;
    padding: 10px 10px;
}

/* #menusite .navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0;
} */

#menusite .navbar-nav>li>a {
    white-space: nowrap;
}

#menusite .dropdown-menu {
    background-color: #ffffff !important;
    border: none;
    border-radius: 8px !important;
    min-width: auto;
    box-shadow: 0 0 3px 0 #d70018;
    padding: 0;
    font-size: 16px;
}

#menusite .dropdown-menu>li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

#menusite .dropdown-menu>li:last-child {
    border-bottom: none;
}

#menusite .dropdown-menu>li>a {
    color: var(--text);
    line-height: 24px;
    padding: 5px 15px;
}

#menusite .navbar-default .navbar-nav>li>a:hover,
#menusite .navbar-default .navbar-nav>li>a:focus,
#menusite .navbar-default .navbar-nav>.active>a,
#menusite .navbar-default .navbar-nav>.active>a:hover,
#menusite .navbar-default .navbar-nav>.active>a:focus,
#menusite .navbar-default .navbar-nav>.open>a,
#menusite .navbar-default .navbar-nav>.open>a:hover,
#menusite .navbar-default .navbar-nav>.open>a:focus {
    background: transparent !important;
    color: var(--secondary);
}

#menusite .dropdown-menu>li>a:hover,
#menusite .dropdown-menu>li>a:focus,
#menusite .dropdown-menu>.active>a,
#menusite .dropdown-menu>.active>a:hover,
#menusite .dropdown-menu>.active>a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu>li>a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu>li>a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu>.active>a,
#menusite .navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
    background: transparent !important;
    color: #d9021a;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color: var(--text);
    display: block;
}

#menusite .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#menusite .dropdown-submenu>a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: var(--text);
    margin-top: 10px;
    margin-right: -5px;
}

#menusite .dropdown-submenu.pull-left {
    float: none;
}

#menusite .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

/* Head-Nav */

.header-nav,
.header-nav-inner {
    color: #dcdcdc;
    position: relative;
}

.header-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}

.header-nav a {
    color: #dcdcdc;
}

.header-nav a:hover {
    color: #ffffff;
}

.header-nav a.button {
    display: block;
    position: relative;
    padding: 8px;
    color: #dcdcdc;
    line-height: 1;
    background-color: #428bca;
    border-radius: 5px;
    width: 34px;
    height: 34px;
}

.header-nav a.button.active,
.header-nav a.button:hover,
.header-nav a.button:focus {
    background-color: #245682;
    color: #fff;
}

.header-nav a.button .fa {
    position: relative;
    transform: translate3d(-50%, -50%, 0px);
    left: 50%;
    top: 50%;
}

#menusite .row {
    display: flex;
    align-items: center;
}

.btn-show-cates>a {
    display: inline-block;
    width: 100%;
    background: #fafafa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 10px;
    border: 1px solid #e6e6e6;
    width: 250px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom: 0;
    -webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 1.0666666667rem;
    color: var(--primary);
    margin: 0;
}

.btn-show-cates>a>em {
    margin-right: 10px;
}

#box-cates-with-btn {
    display: none;
    position: absolute;
    z-index: 5;
    width: calc(100% - 10px);
    /* overflow: hidden; */
}

#box-show-cates-mobile {
    display: none;
}

.home-cates {
    list-style: none;
    z-index: 99;
    margin: 0;
    width: 250px;
    padding: 0;
    background: #fafafa;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #e6e6e6;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(230, 230, 230);
    border-top: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.15);
}

.home-cates li a {
    display: block;
    width: 100%;
}

.home-cates .sub-home-cates {
    padding: 10px;
    background: #fff;
    padding-left: 30px;
    position: absolute;
    /* display: flex; */
    left: 100%;
    top: 0;
    min-width: 910px;
    height: 100%;
    width: 100%;
    gap: 15px;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    display: none !important;
    flex-wrap: wrap;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 2px rgba(60, 64, 67, 0.15);
    /* min-height: 480px; */
    border-radius: 0 0 10px 0;
    z-index: 999;
}

.home-cates .sub-home-cates .dropdown {
    width: 23.7% !important;
}
.home-cates>li>span>a:hover {
    color: #fff !important;
}
.home-cates .sub-home-cates .dropdown span a {
    color: var(--secondary);
}

.home-cates .sub-home-cates .dropdown span a:hover {
    color: var(--primary);
}

.home-cates .sub-home-cates .sub-home-cates-min {
    padding-left: 0;
}

.home-cates>li:hover .sub-home-cates {
    opacity: 1;
    visibility: visible;
    display: flex !important;
}

.home-cates >  li >span  > a {
    padding: 16px 15px;
    display: inline-flex;
    flex-direction: column;
    transition: all ease 0s;
    justify-content: left;
    height: 78px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 600;
    position: relative;
}
.home-cates>li>span>a span {
    color: #888;
    font-weight: 400;
}
.home-cates>li > span {
    position: relative;
}
.home-cates>li>span>a:hover span {
    color: #fff;
}
.home-cates>li > span::before {
    content: "\f105";
    position: absolute;
    right: 10px;
    font-family: fontawesome;
    top: 9px;
}
.home-cates >  li >  span> a::before {
    content: "";
    display: block;
    position: absolute;
    left: -2.2rem;
    right: -0.6666666667rem;
    top: 0;
    height: calc(100% + 1px);
    background: var(--primary);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s left, 0.2s right, 0.05s opacity;
    transition: 0.2s left, 0.2s right, 0.05s opacity;
    border-radius: 5px 0 0 5px;
}
.home-cates>li>span>a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 99999;
    border-top: 2.1333333333rem solid transparent;
    border-bottom: 2.1333333333rem solid transparent;
    border-left: 0.8rem solid var(--primary);
    position: absolute;
    right: -1.4666666667rem;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s left, 0.2s right, 0.05s opacity;
    transition: 0.2s left, 0.2s right, 0.05s opacity;
    border-top: 2.4666666667rem solid transparent;
    border-bottom: 2.4666666667rem solid transparent;
    border-left: 1rem solid var(--primary);
    right: -1.6666666667rem;
}

.home-cates>li>span>a:hover {
    color: #fff;
}
.home-cates>li:hover>span::before{
    display: none;
}
.home-cates>li>span>a:hover::before {
    opacity: 1;
    left: -1rem;
    right: -1rem;
}
.home-cates>li>span>a:hover::after {
    opacity: 1;
    right: -1rem;
}
@media screen and (max-width: 1150px) {
    .home-cates .sub-home-cates {
        min-width: 790px;
        gap: 15px;
    }

    .home-cates .sub-home-cates .dropdown {
        width: 22.2% !important;
        min-width: 165px;
    }
}

@media screen and (max-width: 996px) {
    .home-cates .sub-home-cates {
        min-width: unset;
    }
    .footer-logo img {
        max-width: auto;
        margin: 0 auto;     
    }
}

#home-slider {
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 10px;
}

/* #home-slider.is-home {
    overflow: hidden;
    margin-top: -90px;
    margin-bottom: 0;
} */

#home-slider .slick-prev,
#home-slider .slick-next {
    z-index: 1;
    width: 76px;
    height: 76px;
    background: rgb(255 255 255 / 75%);
    border-radius: 50%;
}

#home-slider .slick-prev {
    left: -38px;
    text-align: right;
    padding-right: 18px;
}

#home-slider .slick-next {
    right: -38px;
    text-align: left;
    padding-left: 18px;
}

#home-slider .slick-prev:before,
#home-slider .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    color: #222;
    position: relative;
    content: "";
}

#home-slider .slick-prev:before {
    content: "\f104";
    left: 20px;
}

#home-slider .slick-next:before {
    content: "\f105";
    right: 20px;
}
.slick-arrow:hover {
    background: var(--primary);
}
.slick-arrow:hover::before {
    color: #fff !important;
}
#home-slider .slick-slide img {
    width: 100%;
}

.box-table .nor {
    color: #888;
    text-decoration: line-through;
}

#home-slider .item {
    border-radius: 10px;
    overflow: hidden;
}

#home-slider .slick-slide {
    margin: 0 5px;
}

#home-slider .slick-list {
    margin: 0 -5px;
}

.hero-home .wraper {
    display: flex;
    gap: 40px;
}
.hero-home .wraper .home-cates {
    width: 250px; 
    position: relative;
    flex-shrink: 0;

}
.header-top .mobile-btn {
    display: none;
}
.header-top .mobile-btn #mobile-btn span {
    background: var(--primary);
    width: 25px;
    display: block;
    margin-bottom: 5px;
    height: 2px; 
}
.home-cates .sub-home-cates .dropdown > span > a {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary);
}
.home-cates .sub-home-cates .dropdown .sub-home-cates-min li {
    margin-bottom: 10px;
}
header.fixed-top .header-top {
    display: none;
}
.home-cates>li>span>a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
@media (max-width:767px) {
    .blog .d-grid {
        display: flex !important;
        flex-direction: column;
    }
}
@media (max-width:996px) {
    .home-contact .box-title h2,
    .hot-cat .box-title h2 {
        font-size: 24px;
    }
    .hero-home .wraper .home-cates {
        display: none; 
    }
    .contact .right .box-contact .contact-title {
        font-size: 24px;
        margin: 0 15px;
    }
    .footer-top {
        padding: 20px 0;
    }
    .contact {
        padding: 0;
        margin-bottom: 0 !important;
    }
    .box-map-info .map-info-item {
        margin-left: 10px;
    }
    .home-contact .map iframe {
        height: 150px !important;
    }
    .contact .right .box-btn {
        margin-top: 0;
    }
}
.fb-page > span {
    width: 100% !important;
}
.fb-page>span iframe {
    width: 100% !important;
}
@media (max-width:1200px) {
    #menu-mobile .header-search {
        min-width: 100%;
    }
    header.fixed-top .header-top {
        display: block;
    }
    header.fixed-top .header-bottom {
        display: none;
    }
    .header-blog {
        display: none;
    }
    #menu-mobile .header-search .input-group {
        border: 1px solid #cdcdcd;
        margin-bottom: 20px;
    }
    #menu-mobile .header-search .input-group button {
        padding-left: 12px;
        background: #cdcdcd;
    }
    #menu-mobile .header-search .input-group:focus {
        border: 1px solid var(--primary);
    }
    #menu-mobile .mobile-logo img {
        border: 0;
    }
    #menu-mobile .header-search .input-group:focus button {
        background: var(--primary);
        color: #fff;
    }
    .header-top .mobile-btn {
        display: block;
    }
    .header-bottom {
        display: none;
    }
    .header-top #header .header-right .address {
        display: none;
    }
    .header-top #header .header-right .blog {
        display: none;
    }
    .header-top #header .header-right .phone {
        display: none;
    }
    .header-top #header .header-search form {
        display: none;
    }
    .header-top #header .header-search {
        min-width: 25px;
    }
    .header-top #header {
        justify-content: space-between;
    }
    .header-top #header .logo {
        margin: 0;
        margin-left: 200px;
    }
}

.content-detail ul li{
    list-style: disc;
}

.product-detail-info__action {
    padding: 0px;
    margin-top: 25px;
    font-size: 14px;
    border-radius: 5px
}

@media (max-width: 767px) {
    .product-detail-info__action {
        text-align:center
    }
    
    .header-top #header .logo{
        margin-left:100px;
    }
}

.product-detail-info__action .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.product-detail-info__action .row>div {
    padding: 0 5px;
    
}

.product-detail-info__action__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.product-detail-info__action__quantity label {
    margin: 0;
    white-space: nowrap;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem
}

.product-detail-info__action__quantity #pnum {
    height: 41px;
    line-height: 41px
}

@media (max-width: 1199px) {
    .product-detail-info__action__quantity #pnum {
        padding-left:5px;
        padding-right: 5px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .product-detail-info__action__quantity #pnum {
        width:calc(100vw - 101px);
        display: inline-block;
        line-height: 35px;
        height: 35px
    }
}

.product-detail-info__action__call {
    margin-top: 10px;
    line-height: 40px;
    font-size: 1rem
}

.product-detail-info__action__call b {
    font-size: 1.2rem
}

.product-detail-info__action__call a {
    color: #F1592A;
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.product-detail-info__action__call a:hover {
    text-decoration: underline
}

.product-detail-info__action__call .fa {
    font-size: 2rem;
    position: relative;
    top: 7px
}

.product-detail-info__action .btn-primary {
    font-weight: bold;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .product-detail-info__action .btn-primary {
        margin-top:10px
    }
}

.product-detail-info__action .btn-primary .fa {
    font-size: 18px
}

.product-detail-info__action .btn-secondary {
    background: #f2f2f2;
    background: -webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#e5e5e5));
    background: linear-gradient(to bottom,#f2f2f2 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#e5e5e5",GradientType=0)
}

@media (max-width: 767px) {
    .product-detail-info__action .btn-secondary {
        margin-top:10px
    }
}

.product-detail-info__action .btn-secondary .fa {
    font-size: 18px;
    margin-right: 5px
}


.product-detail-info__action .btn {
    width: 100%;
    font-size: 1rem;
}

 .btn-primary {
    background: #ffc300;
    border-color: #ffc300;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffc300),to(#ff6a00));
    background: linear-gradient(to bottom,#ffc300 0%,#ffc300 100%);
    font-weight: bold
}
 .btn-primary:hover {
    border-color: #ffc300;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffc300),to(#ffc300));
    background: linear-gradient(to bottom,#ffc300 0%,#ffc300 100%)
}



.cart a {
    position: relative;
}
.cart a span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    height: 20px;
    top: -3px;
    right: 10px;
    font-size: 14px;
    border-radius: 50%;
    width: 20px;
    background: #ffc300;
    color: #fff;
}
#page-bodyhtml ul{
    margin-left: 15px;
}
#page-bodyhtml ul li{
    list-style: disc;
}

.product-detail-info__features {
    margin-left: -5px;
    margin-right: -5px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    font-size: 0
}

.product-detail-info__features li {
    font-size: 13px;
    width: 50%;
    padding: 5px;
    display: inline-block;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .product-detail-info__features li {
        width:100%
    }
}

.product-detail-info__features__item {
    background: #eee;
    padding: 10px;
    border-radius: 5px
}

.product-detail-info__features__item img {
    height: 25px;
    margin-right: 5px;
    margin-left: -5px;
    float: left;
    margin-top: -4px;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px)
}

.section_heading_main {
    background-color: #027b3e;
}