::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --color-dark: #1E1E1E;
    --color-primary-2: #231f55;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

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

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

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

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

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

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**header**/
div#masthead li.header-search.header-search-lightbox.has-icon a {
    color: var(--primary-color);
    font-size: 15px !important;
    padding: 0px !important;
}

div#masthead li.header-search.header-search-lightbox.has-icon {
    margin: 0px !important;
    padding: 0 10px !important;
}

div#masthead li.cart-item.has-icon.has-dropdown {
    margin: 0px !important;
    padding-left: 10px !important;
}

div#masthead li.cart-item.has-icon.has-dropdown a {
    color: var(--primary-color);
    font-size: 15px;
    padding: 0px !important;
    margin: 0px;
}

/**Menu**/
div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    padding: 0 10px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--color-primary-2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px !important;
    color: #333 !important;
    text-transform: uppercase !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, div#mega-menu-wrap-primary ul li a:hover {
    color: var(--color-primary-2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    background: #1E1E1E;
    padding: 40px 0 0px 0;
    color: rgba(255, 255, 255, 0.8);
}

footer#footer .footer-top, footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

footer#footer .footer-logo img {
    width: 150px;
    max-width: 150px;
    margin-bottom: 15px;
}

footer#footer p, footer#footer a {
    margin: 0 0 10px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px !important;
}

footer#footer .footer-menu ul li a {
    padding: 0px !important;
}

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color);
}

footer#footer .social a:not(:last-child) {
    margin-right: 10px !important;
}

footer#footer .social a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

footer#footer .footer-form span.wpcf7-form-control-wrap {
    width: 75% !important;
    float: left;
}

footer#footer .btn__register {
    width: 25%;
    margin: 0px !important;
    height: 40px !important;
}

footer#footer .input__email {
    border: 0px !important;
    height: 40px !important;
}

footer#footer .footer-form p {
    width: 100%;
    display: inline-block;
    float: none;
}

.footer-copyright {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}

/**partner**/
.box-partner {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
}

.partner-item {
    width: 100%;
    height: 80px;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    filter: grayscale(100%);
}

.partner-item img:hover {
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    filter: unset;
}

/**thong-ke**/
.thong-ke {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.thong-ke .tk-content {
    position: relative;
    padding: 15px 0 0 0;
    margin: 10px 0 0 0;
}

.thong-ke .tk-content:before {
    content: '';
    width: 80px;
    height: 2px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.thong-ke h3 {
    color: #fff;
    margin: 0px;
    font-size: 35px;
}

/**post row**/
.post-row {
    display: inline-block;
    width: 100%;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
}

.post-row .post-thumbnail {
    width: 100%;
    height: 220px;
    border-radius: 4px 4px 0 0;
}

.post-row .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}

.post-row .post-content {
    width: 100%;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.post-row .post-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

.post-row .post-content h3 {
    margin: 10px 0;
    color: var(--color-dark);
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.post-row .post-content .post-desc {
    color: gray;
    font-size: 14px;
}

.post-row .post-content h3:hover {
    color: var(--primary-color)
}

.post-read:after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    display: block;
}

.post-read {
    color: var(--primary-color);
    margin: 10px 0 0 0;
    font-size: 15px;
    position: relative;
    width: auto;
    display: inline-block;
}

/**slide**/
.slide-post .owl-stage-outer, .slide-product .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

/***slide**!*/
.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 40px;
    min-height: 40px;
    line-height: 40px !important;
    background: #fff !important;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px !important;
    border-radius: 50px !important;
}

.owl-nav button i {
    color: var(--color-dark);
    font-size: 25px;
}

.owl-nav button.owl-prev {
    left: 15px !important;
}

.owl-nav button.owl-next {
    right: 15px !important;
}

/**home-title**/
.home-title h3, .home-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a, .pagination ul li span {
    color: var(--primary-color);
    border-radius: 0px !important;
    border: 1px solid var(--primary-color);
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--color-primary-2);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid var(--primary-color);
    width: 35px;
    height: 35px;
    color: var(--primary-color);
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--color-primary-2);
}

/**abouts**/
.abouts-body {
    width: 100%;
    display: inline-block;
    color: #fff;
}

.abouts-body p, .abouts-body ul li, .abouts-body ol li {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
}

.abouts-body h3 {
    color: #fff;
}

a.button.primary.button_style.button_for_primary {
    height: 45px !important;
    padding: 0px 25px;
    line-height: 45px;
}


header.header-single .header-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

header.header-single .header-meta .header-category {
    background: var(--primary-color);
    padding: 3px 8px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

header.header-single .header-meta .header-date {
    font-size: 14px;
    color: #B0B0B0;
    padding-left: 15px;
}

header.header-single h1 {
    font-size: 35px;
    line-height: 45px;
    color: var(--color-dark);
    margin: 15px 0;
}

header.header-single .header-author {
    color: var(--color-dark);
    font-size: 15px;
}

header.header-single .header-author a {
    color: var(--primary-color);
}

header.header-single .header-author span {
    margin-left: 20px;
    position: relative;
    width: auto;
    display: inline-block;
}

header.header-single .header-author span:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--color-dark);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}

.entry-content, .entry-content p, .entry-content ul li, .entry-content ol li {
    color: var(--color-dark);
    font-size: 16px;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    margin: 0 0 10px !important;
}

.entry-content ul, .entry-content ol {
    margin-left: 25px !important;
}

.post-random {
    width: 100%;
    margin: 0 0 30px 0;
}

.post-social {
    width: 100%;
    text-align: right;
}

.post-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #337FFF;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.post-social a:nth-child(2) {
    background: #33CCFF;
}

.post-social a:nth-child(3) {
    background: #34AADF;
}

.post-social a:not(:last-child) {
    margin-right: 10px;
}

.post-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.4);
    color: #fff;
}

.article-tags span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

.article-tags a {
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 0 15px;
    line-height: 28px;
    color: var(--primary-color);
    margin: 3px 10px 3px 0;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    background: #fff;
}

.article-tags a:hover {
    background: var(--color-primary-2);
}

/**category**/
section.breadcrumbs a {
    color: var(--color-dark) !important;
}

section.breadcrumbs {
    padding: 8px 0;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    display: inline-block;
}

section.breadcrumbs span.last, section.breadcrumbs a:last-child {
    color: var(--primary-color) !important;
}

.category-entry {
    width: 100%;
    display: inline-block;
    margin: 0px 0 30px 0;
}

.text-left h3 {
    text-align: left !important;
}

/**category**/
.category-item img {
    border-radius: 8px !important;
}

.category-item .overlay, .category-item .box-image {
    border-radius: 8px !important;
}

.category-item h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0px;
}

.category-item .box-text.text-left {
    padding: 20px;
}

/**product row**/
.product-row {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 100%;
    display: inline-block;
    border-radius: 4px;
}

.product-row .product-thumbnail {
    width: 100%;
    height: 220px;
    position: relative;
}

.product-row .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-row .product-thumbnail .product-sale {
    width: 40px;
    height: 40px;
    border: 1px dashed #fff;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.product-row .product-content {
    width: 100%;
    padding: 10px;
}

.product-row .product-content h3 {
    color: var(--color-dark);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.product-row .product-content h3:hover {
    color: var(--primary-color)
}

.product-row .product-content .product-price ins, .product-row .product-content .product-price b {
    color: #ff3333;
    font-size: 15px;
}

.product-row .product-content .product-price del {
    color: gray;
    font-size: 14px;
    margin-left: 4px;
}


/**product cat**/
h1.shop-page-title.is-xlarge {
    text-transform: uppercase;
    margin-bottom: 20px;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase a, nav.woocommerce-breadcrumb.breadcrumbs.uppercase, nav.woocommerce-breadcrumb.breadcrumbs.uppercase span {
    font-size: 15px;
    font-weight: normal;
}

/**widget**/
.widget_media_image img {
    width: 100%;
}

.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 120px;
    float: left;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins, .widget-post-list .widget-post-item .widget-post-content .product-price b {
    font-size: 15px;
    color: #ff3333;
}

.widget-post-list .widget-post-item .widget-post-content .product-price del {
    color: gray;
    font-size: 14px;
    margin-left: 4px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-content p {
    font-size: 14px;
    color: #333;
    margin: 0px;
}

.widget-title h3:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.widget-title h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.is-divider.small {
    display: none;
}

.widget_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}

.widget_categories ul li {
    width: 100%;
}

.widget_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

.widget_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color);
}

div#comments {
    margin: 0px !important;
}

.wpd-form-head {
    margin-top: 0px !important;
}

.widget-post-thumbnail.product {
    border: 1px solid #f2f2f2;
}

.widget-post-thumbnail.product img {
    object-fit: contain !important;
}

ul.product-categories {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}

ul.product-categories li {
    width: 100%;
}

ul.product-categories li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

ul.product-categories li a:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color);
}

.product-row, .post-row {
    transition: 0.3s ease-in-out;
}

.product-row:hover, .post-row:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/**product**/
h1.product-title.product_title.entry-title {
    font-size: 35px;
    line-height: 45px;
    color: var(--color-dark);
}

.product-info {
    padding-top: 0px !important;
}

.product-info .price-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
}

.product-info .price-wrapper ins, .product-info .price-wrapper b {
    font-size: 18px;
    color: #ff3333;
}

.product-info .price-wrapper del {
    color: gray;
    font-size: 16px;
    margin-left: 4px;
}

.product-short-description p, .product-short-description ul li, .product-short-description ol li {
    font-size: 15px;
    margin: 0 0 10px 0 !important;
}

.product-short-description ol li, .product-short-description ul li {
    margin-left: 25px !important;
}

.woocommerce-product-gallery__wrapper .flickity-slider img {
    height: 400px !important;
    object-fit: contain;
}

/** top bar**/
div#top-bar ul li a {
    color: #fff;
    font-size: 14px;
}

.header-hotline {
    text-transform: uppercase;
    font-size: 14px;
}

a.devvn_buy_now.devvn_buy_now_style {
    background: linear-gradient(#f52f32, #e11b1e) !important;
    border: none;
    border-radius: 4px !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.button_phone a {
    background: linear-gradient(180deg, #3a78d0, #277cea);
    width: 100%;
    border-radius: 4px !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.button_phone a:hover {
    color: #fff;
    background: var(--primary-color);
}

.button_cart {
    width: 100%;
    display: inline-block;
    margin-top: 20px !important;
}

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


element.style {
    max-height: none;
    height: 50px;
}

.category-readmore {
    overflow: hidden;
    width: 100%;
}

.category-description p, .category-description ul li, .category-description ol li {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.category-description {
    font-size: 15px;
}

.category-description ol li, .category-description ul li {
    margin-left: 25px !important;
}

a.ac {
    width: 150px;
    background: var(--primary-color);
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    margin: 20px auto 0;
    display: block;
    text-align: center;
}

.headtitle:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    margin-top: 10px;
}

.input__contact, .textarea_contact {
    box-shadow: unset !important;
}