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

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

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

.pd-5 {
    padding: 0px 5px 10px 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;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

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

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

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

.ml-0 {
    margin-left: 0 !important
}

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

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

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

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

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

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

.mb-60 {
    margin-bottom: 60px
}

/**category**/
section.banner-top {
    width: 100%;
    display: inline-block;
}

section.banner-top img {
    width: 100%;
    height: auto;
}

#category-page {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
}

.sidebar-block .line-after span, .s-block-title h1.line-after span {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #555;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.line-after a:after, .line-after span:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 47%;
    background: #BF9369;
    display: block;
    bottom: 0;
    width: 100%;
}

.post-item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    padding-bottom: 10px;
}

.post-item .post-thumbnail {
    width: 250px;
    height: 180px;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    width: calc(100% - 250px);
    padding-left: 15px;
    float: left;
}

.post-item .post-content h4 {
    display: block;
    font-size: 20px;
    color: #61370C;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 27px;
}

.post-item .post-content h4:hover {
    color: #61370cb5;
}

.post-item .post-content .post-meta {
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-bottom: 10px;
}

.post-item .post-content p {
    color: #000;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 10px;
}

.post-item .readmore {
    color: #61370C;
    text-decoration: none;
    display: inline-block;
    float: right;
    position: relative;
}

.post-item .readmore:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #61370C;
}

.post-item .readmore:hover {
    color: #924a30b5;;
    text-decoration: underline;
}

/**single**/
#header-single h1.page-title {
    font-weight: 700;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}

#header-single .meta {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px 15px;
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

#header-single .post-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

.entry-content {
    font-size: 16px;
    color: #000;
}

.entry-content p, .entry-content ul li {
    margin-bottom: 10px;
}

.entry-content ul li {
    margin-left: 10px !important;
    list-style: none !important;
}

.entry-content a {
    color: #f5821f;
}

/**widget**/
.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: 140px;
    float: left;
    height: 100px;
}

.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% - 150px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000000;
    font-size: 17px;
    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 h3:hover {
    color: #f5821f;
}

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

.widget-title h3:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: #BF9369;
    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: #555;
    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: #555;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: #BF9369;
    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: #f5821f;
}

.widget_categories ul li:hover a {
    background: #61370C !important;
    color: #fff;
}

/**category**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

.panel-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.line-after a, .line-after span {
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px;
}

.panel-title span:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    background: #BF9369;
    display: block;
    bottom: 0;
}

.category-description ul li {
    list-style: inside disc;
}

.category-description p, .category-description ul li {
    margin-bottom: 10px !important;
    line-height: 25px;
}

.category-description {
    color: #333;
    font-size: 15px;
	overflow:hidden;
}

.category-description h1, .category-description h2, .category-description h3, .category-description h4, .category-description h5, .category-description h6 {
    color: #000080;
}

/**product item**/
.product-item {
    width: 100%;
    display: inline-block;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.product-item .product-content h4 {
    font-size: 15px;
    text-align: left;
    justify-content: left;
    align-items: flex-start;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
    height: 40px;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-item .product-content p {
    font-size: 15px;
    color: #000;
    letter-spacing: .3px;
    line-height: 1.4;
}

.product-item .product-content .readmore-product {
    text-align: center;
}

.product-item .product-content .readmore-product span {
    display: inline-block;
    background: #f5821f;
    padding: 0 25px;
    color: #fff;
    text-decoration: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    border: 2px solid #f5821f;
    font-size: 14px;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.product-item h4:hover {
    color: #f5821f;
}

/**single product**/
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border-top: 0px !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul {
    border-bottom: 1px solid #f2f2f2 !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a {
    background: #f5821f;
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
}

.woocommerce-Tabs-panel--description {
    color: #333;
    font-size: 15px;
}

.woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--description ul li {
    margin-bottom: 10px !important;
}

.woocommerce-Tabs-panel--description ul li {
    list-style: inside disc !important;
}

.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4,
.woocommerce-Tabs-panel--description h5,
.woocommerce-Tabs-panel--description h6 {
    color: #000080 !important;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none !important;
}

.product-short-description ul li {
    list-style: inside disc !important;
}

.product-short-description p, .product-short-description ul li {
    margin-bottom: 10px !important;
}

.product-short-description {
    color: #333;
    font-size: 14px;
    line-height: 25px;
}

h1.product-title.product_title.entry-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
    color: #000 !important;
}

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

div#masthead {
    border-bottom: 1px solid #f2f2f2;
}

.product_order .hotline, .product_order .order_button {
    text-align: center;
    color: #fff;
    background: #303188;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    width: 100%;
    display: block;
    margin-top: 15px;
    border-radius: 4px !important;
}

.product_order .order_button {
    background: #f5821f;
}

.product_order {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.khuyen_mai {
    color: #000;
}

.khuyen_mai h4 {
    font-size: 18px;
    margin-top: 20px;
    color: #000;
}

.khuyen_mai ul {
    margin-top: 10px;
    padding: 15px 20px;
    background: #fafafa;
    margin-bottom: 0px !important;
    border: 1px dashed #f5821f;
}

.product_description ul li, .khuyen_mai ul li {
    display: flex;
    font-size: 15px;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
}

.product_description ul li:before, .khuyen_mai ul li:before {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    float: left;
    color: #f5821f;
}

.khuyen_mai ul li:before {
    content: "\f06b";
}

.huong-dan {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}

.hd-item {
    background: #fbfbfb;
    display: block;
    padding: 12px 15px;
    margin-bottom: 2px;
    margin-right: 2px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ebebeb;
}

.hd-item a {
    font-size: 15px;
    color: #333;
}

.hd-item a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: -1px;
    color: #f5821f;
    width: 25px;
}

#contact-block .item {
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

#contact-block .avatar {
    width: 85px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    overflow: hidden;
    padding: 3px;
    left: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 999;
}

#contact-block .avatar img {
    height: 100%;
}

#contact-block .details {
    overflow: hidden;
    background: #61370C;
    height: 95px;
    border-radius: 7px;
}

#contact-block .details .name {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 0;
}

#contact-block .ff {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#contact-block .details > * {
    padding-left: 95px;
}

#contact-block .details .social {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
}

#contact-block .details .social a {
    color: #fff;
    padding: 0 5px;
}

.widget_media_image img {
    width: 100% !important;
    margin-top: 20px;
}

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

.owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    margin: 0px;
    position: absolute;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1) !important;
    top: 50%;
    border-radius: 5px;
    transform: translateY(-50%);
}

.owl-nav button i {
    color: #000 !important;
    font-size: 25px;
}

button.owl-prev {
    left: -50px;
}

button.owl-next {
    right: -50px;
}

/**post item**/
.box-post .post-item {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
}

.box-post .post-item .post-thumbnail {
    width: 100%;
    height: 220px;
}

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

.box-post .post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.box-post .post-item .post-content h4 {
    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;
    text-transform: uppercase;
    line-height: 20px;
}

.box-post .post-item .post-content h4:hover {
    color: #d30000 !important;
}

.box-post .post-item .post-content .article-info {
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
    display: flex;
}

.box-post .post-item .post-content .article-date {
    margin-right: 15px;
    color: #000;
}

.box-post .post-item .post-content .post-content p {
    margin: 10px 0 0 0;
    font-size: 15px;
}

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

div#wpdcom {
    padding: 0px;
    margin: 0px;
}

.post-related {
    width: 100%;
    display: inline-block;
}

.post-related .post-related-thumbnail {
    width: 100%;
    height: 150px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-related .post-related-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-related .post-related-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.post-related:hover .post-related-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-related .post-related-content h3 {
    display: block;
    font-size: 18px;
    color: #303188;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 25px;
}

.post-related .post-related-content p {
    color: #777;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
    margin: 0px !important;
}

/*button buy store**/
a.devvn_buy_now_style {
    text-align: center;
    border-radius: 0px;
    color: #fff;
    background: #f59000 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d)) !important;
    background: -webkit-linear-gradient(top, #fd6e1d, #f59000) !important;
    background: -moz-linear-gradient(top, #fd6e1d, #f59000) !important;
    background: -ms-linear-gradient(top, #fd6e1d, #f59000) !important;
    background: -o-linear-gradient(top, #fd6e1d, #f59000) !important;
}

a.devvn_buy_now.devvn_buy_now_style strong {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}

form.cart {
    margin: 10px 0 !important;
}

button.single_add_to_cart_button.button.alt {
    margin: 0px !important;
    border-radius: 4px !important;
}

.quantity.buttons_added {
    margin-bottom: 0px !important;
}

.product-small a.devvn_buy_now.devvn_buy_now_style strong, .product-item a.devvn_buy_now.devvn_buy_now_style strong {
    font-size: 15px !important;
    margin: 0px !important;
}

.product-small a.devvn_buy_now.devvn_buy_now_style, .product-item a.devvn_buy_now.devvn_buy_now_style {
    width: 100px;
    padding: 10px;
    font-size: 15px !important;
    margin: auto;
    display: block;
    border-radius: 4px !important;
}

.product-small a.devvn_buy_now.devvn_buy_now_style span, .product-item a.devvn_buy_now.devvn_buy_now_style span {
    display: none;
}

.product-small .devvn-popup-quickbuy, .product-item {
    text-align: center !important;
}

.dat--hang a.devvn_buy_now.devvn_buy_now_style span {
    display: none;
}

.dat--hang {
    margin-top: 15px;
}

.dat--hang a.devvn_buy_now.devvn_buy_now_style {
    padding: 13px 0;
    border-radius: 4px !important;
}

div#product-sidebar {
    margin-top: 30px;
}

.product-info {
    padding-bottom: 10px !important;
}

.product-main {
    padding: 40px 0 0px 0 !important;
}

/*product related**/
.single-title h3 {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: rgb(51, 51, 51);
    text-transform: initial;
    font-weight: 700;
    letter-spacing: initial;
}

.product-item.single-item {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.product-item.single-item .product-content {
    padding: 16px;
}

.product-item.single-item .product-content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 5px 0;
    height: 48px;
    color: #000;
}

.product-item.single-item .bottom-box-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #e51b23;
    letter-spacing: -.2px;
    font-weight: 500;
    font-size: 14px;
}

.product-item.single-item .bottom-box-text .post-meta {
    font-size: 14px;
    line-height: 157%;
    color: #999;
    font-weight: 300;
}

.product-item.single-item .product-thumbnail {
    height: 200px !important;
}

div#product-sidebar .widget-post-thumbnail {
    width: 100px;
    height: 80px;
    float: left;
}
div#product-sidebar .widget-post-content {
    width: calc(100% - 100px);
    float: left;
}
.more-product {
    text-align: center;
    margin: 20px 0 0;
}
.more-product a {
    background: #f59000 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d)) !important;
    background: -webkit-linear-gradient(top, #fd6e1d, #f59000) !important;
    background: -moz-linear-gradient(top, #fd6e1d, #f59000) !important;
    background: -ms-linear-gradient(top, #fd6e1d, #f59000) !important;
    background: -o-linear-gradient(top, #fd6e1d, #f59000) !important;
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    border-radius: 4px;
}
