/*
Theme Name: Web3B
Theme URI: thietkeweb3b.com
Author: Quang Hoa
Author URI: thietkeweb3b.com
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: web3b

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lexend:400,400i,500,500i,700,700i&subset=vietnamese');
html {
    font-size: 62.5%;
}
body {
    font-family: 'Lexend', Arial, sans-serif;
    font-size: 14px;
}
a {
    color: #222; /*transition: all 0.3s ease-in-out;*/
}
a:hover {
    color: #f0a100;
}
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.site-boxed {
    max-width: 1140px;
    margin: 0 auto;
}
.single-product .sidebar-shop {
    display: none !important;
}
.site-boxed .container {
    padding-left: 0;
    padding-right: 0;
}
.content-pro {
    overflow: hidden;
}
.container {
    max-width: 1220px !important;
}

.xoo-cp-icon-check.xoo-cp-added,
.woocommerce #wcqv_contend .product .cart .button.add:after {
    display: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title,
.site-description {
    font-size: 0;
    margin: 0;
}
.site-header .header-content {
    position: relative;
}
/* Header style 1 */
.header-banner #showmenu {
    right: 15px;
}
/* Header style 2 */
.site-header.header-logo .logo img {
    margin: 10px 0;
}
/* Header style 3 */

/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation ul {
    padding: 0;
    margin: 0;
}
.main-navigation ul.menu li {
    position: relative;
    display: block;
}
.main-navigation ul.menu > li {
    float: left;
    height: 44px;
}
.main-navigation ul.menu li a {
    font-size: 14px;
    color: #222222;
    display: block;
    white-space: nowrap;
    font-weight: normal;
    padding: 10px 12px;
}
.main-navigation ul.menu > li > a {
    font-size: 16px;
    font-weight: 300;
    /*padding: 0 20px;
	line-height: 40px;
	height: 40px;*/
    color: #fff !important;
    text-transform: uppercase;
}
.main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
}
.main-navigation ul.menu > li.menu-item-has-children:hover > a:after {
    content: '\f106';
}
.main-navigation ul.menu > li.li-home > a:before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}
.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu > li > a:hover,
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a {
    /*border-bottom: 1px solid #f7f7f7;*/
    /*padding: 10px 12px 11px;*/
}
.main-navigation ul.menu > li > a:hover,
.site-header.logo-left .main-navigation ul.menu > li > a:hover {
    background-color: #f2e300;
    color: #333 !important;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #fff;
    border-top: 1px solid #ecbc40;
    min-width: 210px;
    left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    margin-top: -1px;
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.main-navigation ul.menu ul > li > a:hover,
.main-navigation ul.menu ul > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu ul > li > a:hover,
.site-header.logo-left .main-navigation ul.menu ul > li.current-menu-item > a {
    color: #fff !important;
    background: #f0a100;
}
.main-navigation ul ul li a {
    padding: 10px;
    margin: 0 !important;
}
.main-navigation ul ul li:last-child a {
    border-bottom: none;
}
.main-navigation ul ul li.menu-item-has-children > a:before {
    content: '\f0da';
    float: right;
    margin-right: 0px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 22px;
}
/* Submenu 2 */
.main-navigation ul ul ul {
    position: absolute;
    left: 80%;
    top: -2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
.main-navigation ul ul ul li {
    width: 100%;
    opacity: 1;
}
.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
}
.site-header.header-banner .main-navigation,
.site-header.header-logo-style2 .main-navigation {
    /*background: #f0a100;*/
    background: #f0a100;
}
.site-header.header-logo .main-navigation {
    background: none;
}
.site-header.header-logo .main-navigation ul.menu {
    float: right;
}
.site-header.header-logo .main-navigation ul.menu > li {
    margin-right: 30px;
}
.site-header.header-logo .main-navigation ul.menu > li:last-child {
    margin-right: 0;
}
.site-header.header-logo .main-navigation ul.menu > li > a {
    color: #222222;
    padding: 0;
    line-height: 80px;
    height: 80px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    background: #f0a100;
}
.heading a {
    position: relative;
    display: inline-block;
    color: #f0a100;
    font-weight: 500;
}
.heading i {
    float: right;
    padding: 10px;
}
.page-title,
h1.entry-title {
    font-size: 22px;
    font-weight: 600;
    color: #f0a100;
    margin: 5px 0 10px 0;
    display: contents;
}
.page-title-bar {
    padding: 15px 0 0px 0;
}
.page-title-bar .title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
    padding-bottom: 5px;
}
.breadcrumb {
    padding: 5px 0;
    margin-bottom: 10px;
    color: #222222;
    background: #f5f5f5;
    padding-left: 10px;
    border-radius: 0;
}

.breadcrumb a:hover {
    color: #222;
    text-decoration: revert;
}

.breadcrumb span,
a {
    color: #111;
    padding: 0 2px;
}
.breadcrumb_last {
    font-weight: 600;
}
#back-top {
    margin: 0;
}
#back-top a {
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span {
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #ffc000 url(lib/images/top.png) no-repeat center 50%;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
#back-top span:hover {
    opacity: 1;
}
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 768px) {
    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.wpcf7 label {
    font-weight: 600;
    display: block;
}
.wpcf7 div.wpcf7-validation-errors {
    margin: 2em 0 1em;
}
.wpcf7 span.wpcf7-not-valid-tip {
    margin: 5px 0;
}
.page_nav {
    text-align: center;
    margin-bottom: 20px;
}
.page_nav * {
    display: inline-block;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #f0a100;
    margin: 0;
    border-radius: 3px;
}
.page_nav .current,
.page_nav .page-numbers:hover {
    background: #f0a100;
    color: #fff;
}
.screen-reader-text {
    display: none;
}
.btn {
    font-size: 14px;
    background: #f0a100;
    color: #fff;
}

#commentform .btn:hover {
    background: #ffc000;
    color: #333 !important;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    /*box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);*/
}
.btn-primary {
    border-color: #f0a100;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f0a100;
    border-color: #f0a100;
}
.form-control {
    height: 34px;
    font-size: 14px;
}
textarea.form-control {
    height: 160px;
}

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 0 !important;
}
::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 8px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.content-sidebar-wrap:before,
.content-sidebar-wrap:after {
    clear: both;
    display: table;
    content: ' ';
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1em;
}
.widget select {
    max-width: 100%;
}
.sidebar .widget {
    margin: 0 0 20px 0;
}
.sidebar .widget-title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-align: center;
    background: #f0a100;
    padding: 10px 10px;
    margin: 0;
}
.sidebar .widget ul {
    padding: 0;
}

.list-post-item li {
    position: relative;
}

.list-post-item li:affter {
    content: '\203A';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    font-weight: bold;
}
.sidebar .widget_nav_menu > div,
.widget_supports .list-supporter,
.sidebar .content-feature-page,
.sidebar .slider-products,
.sidebar .list-post-item,
.sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
    border: 1px solid #cccccc;
    border-top: none;
}
.sidebar .widget_list_posts .list-post-item,
.sidebar .widget_list_view_posts .list-post-item,
.sidebar .widget .content-feature-page,
.sidebar .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
    padding: 10px;
}
.sidebar .widget:not(.widget_slider_products) ul {
    margin: 0;
}
.sidebar .widget:not(.widget_slider_products) ul li {
    display: block;
}
/* Widget Custom Menu */
.sidebar .widget_nav_menu ul li {
    position: relative;
    padding: 8px 10px;
}
.widget_nav_menu ul li a {
    padding: 8px 10px;
}
.sidebar .widget_nav_menu ul.menu > li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}
.sidebar .widget_nav_menu ul li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #222222;
}
.sidebar .widget_nav_menu ul li a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f0a100;
    border-radius: 50%;
    margin-right: 5px;
}
.sidebar .widget_nav_menu .menu-item-has-children .sub-menu {
    background: #fff;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
}
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children .sub-menu {
    right: 100%;
    left: initial;
    -moz-transform: translate(-40px, 0);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}
.sidebar .widget_nav_menu .menu-item-has-children:hover > .sub-menu,
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children:hover .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
/* Widget Search */
.search-form label {
    width: 100%;
    margin-bottom: 0;
}
.search-form input[type='search'],
.search-form input[type='submit'] {
    height: 29px;
    outline: none;
    border: none;
}
.search-form input[type='search'] {
    width: 100%;
    background: none;
    color: #fff;
    font-weight: normal;
    padding: 4px 39px 4px 10px;
}
.search-form input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(lib/images/btsearch.png) center center no-repeat;
    text-indent: -9999px;
    width: 29px;
    cursor: pointer;
}
.search-form input[type='search']::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.search-form input[type='search']::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.search-form input[type='search']:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.search-form input[type='search']:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
.sidebar .search-form {
    padding: 4px 12px;
    background: #176fc8;
    overflow: hidden;
}
.site-header .search-form {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 9;
    width: 200px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}
.site-header input[type='search'] {
    color: #222222;
}
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    /*border-bottom: 1px solid #cccccc*/
}
.sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}
.sidebar .widget_recent_entries .post-date {
    display: block;
}
/* Widget Recent Posts */
.widget .list-post-item li {
    margin-bottom: 10px;
}
.widget .list-post-item li:last-child {
    margin-bottom: 0;
}
.widget .list-post-item .post:after {
    clear: both;
}
.widget .list-post-item .alignleft {
    width: 100px;
    margin-right: 10px;
}
.widget .list-post-item .alignright {
    width: 100px;
    margin-left: 10px;
}
.widget .list-post-item .aligncenter {
    text-align: center;
}
.widget .list-post-item h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.widget .list-post-item h3 a {
    color: inherit;
}
/* Widget Support */
@media (min-width: 1200px) {
    .widget_supports .list-supporter {
        padding-top: 190px;
        background-image: url(lib/images/bg-support.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
}
.widget_supports .support-style-1 {
    background-color: #fff;
}
.widget_supports .support-style-1 .supporter {
    padding: 0 10px 10px 10px;
}
.widget_supports .support-style-1 li {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #333;
}
.widget_supports .support-style-1 li:first-child {
    border-top: none;
}
.widget_supports .support-style-1 li:last-child {
    border-bottom: none;
}
.widget_supports .support-style-1 i {
    width: 22px;
    margin-right: 12px;
}
.widget_supports .support-style-2 .supporter {
    margin: 0 8px;
    padding: 5px 8px 5px 50px;
    border-top: 1px solid #dddddd;
    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
    position: relative;
}
.widget_supports .support-style-2 .supporter:first-child {
    border-top: none;
}
.widget_supports .support-style-2 .name {
    font-weight: 600;
}
.widget_supports .support-style-2 .phone {
    font-size: 20px;
    color: #ff0000;
    font-weight: 600;
}
.widget_supports .support-style-2 .skype {
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}
.widget_supports .list-supporter .email {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
}
.widget_supports .support-style-2 .email a {
    color: #222222;
}
.widget_supports .support-style-3 .supporter:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}
.widget_supports .support-style-3 ul {
    position: relative;
    padding: 8px 10px;
}
.widget_supports .support-style-3 ul li {
}
.widget_supports .support-style-3 .name {
    font-size: 12px;
    color: #222222;
}
.widget_supports .support-style-3 .phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #e70c0c;
}
.widget_supports .support-style-3 .social {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
}
.widget_supports .support-style-3 .social a {
    display: inline-block;
    margin-left: 4px;
}
/* Widget Slider Products */
.sidebar .content-feature-page,
.sidebar .slider-products {
    padding: 10px 10px 0 10px;
}
html .widget_slider_products .slick-carousel.slick-dotted.slick-slider {
    margin: 0;
}
.item-product-slide {
    overflow: hidden;
    margin-bottom: 15px;
}
.item-product-slide:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.item-product-slide .alignleft,
.item-product-slide .alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #fff;
}
.item-product-slide .alignleft {
    margin-right: 15px;
}
.item-product-slide .alignright {
    margin-left: 15px;
}
.item-product-slide .alignleft > div,
.item-product-slide .alignright > div {
    width: 100%;
}
.slick-slide.item-product-slide img {
    width: auto;
    display: inline-block;
    max-height: 100px;
    max-width: 100px;
}
.item-product-slide .alignnone img {
    margin: 0 auto 10px;
}
.item-product-slide h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.item-product-slide h3 a {
    color: #222222;
}
.item-product-slide .price {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
}
.item-product-slide .price ins,
.item-product-slide .price del {
    display: block;
    text-decoration: none;
}
.item-product-slide .price ins {
    margin-right: 0;
}
.item-product-slide .price del {
    text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}
/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul {
    padding: 20px 10px;
    background: #fafafa;
}
/* Slick Slider */
html .slick-carousel.slick-dotted.slick-slider {
    padding-bottom: 40px;
}
.slick-slider .slick-slide,
.slick-slider .slick-slide a {
    outline: none;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
    z-index: 1;
    opacity: 0;
}

.slick-slider:hover .slick-prev {
    opacity: 1;
}

.slick-slider:hover .slick-next {
    opacity: 1;
}
.slick-slider .slick-next {
    right: 15px;
}
.slick-slider .slick-prev {
    left: 10px;
}
.slick-slider .slick-arrow:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: bold;
}
.slick-prev:before {
    content: '\f053' !important;
}
.slick-next:before {
    content: '\f054' !important;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    color: #f0a100;
    opacity: 1;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 7px;
    border-radius: 3px;
    background: #ffffff69;
    box-shadow: 2px 2px 4px #ddd;
}
.slick-slider .slick-dots {
    bottom: 10px;
}
.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #d8d8d8;
}
.slick-slider .slick-dots li {
    margin: 0;
}
.slick-slider .slick-dots li.slick-active button:before {
    color: #f0a100;
    opacity: 1;
}
@media (max-width: 575.5px) {
    .slick-slider .slick-prev {
        left: 5px;
    }
    .slick-slider .slick-next {
        right: 5px;
    }
}
.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
/* Widget Featured Page */
.widget_featuredpage .entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.widget_featuredpage .entry-title a {
    color: #f0a100;
}
.widget_featuredpage .alignleft,
.widget_featuredpage .alignright {
    width: 30%;
}
.widget_featuredpage .alignleft {
    margin-right: 10px;
}
.widget_featuredpage .alignright {
    margin-left: 10px;
}
.widget_featuredpage .aligncenter {
    margin-bottom: 10px;
}
.widget_featuredpage p {
    font-size: 13px;
    text-align: justify;
}
/* Widget Information */
.widget_information li {
    padding: 3px 0 5px 22px;
    position: relative;
}
.widget_information i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}
/* Widget Social */
.widget_social ul {
    margin: 0;
    padding: 0;
}
.widget_social ul li {
    display: inline-block;
    margin-right: 5px;
}
.widget_social ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.widget_social .icon_facebook a {
    background: #3b5999;
}
.widget_social .icon_twitter a {
    background: #55acee;
}
.widget_social .icon_google a {
    background: #dd4b39;
}
.widget_social .icon_youtube a {
    background: #cd201f;
}
.widget_social .icon_linkedin a {
    background: #0077b5;
}
.widget_social .icon_pinterest a {
    background: #bd081c;
}
.widget_social .icon_instagram a {
    background: #e4405f;
}
.widget_social ul li a:hover {
    transform: translateY(-5px);
}
/* Widget Tag Cloud */
.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 3px 5px 0;
    padding: 5px;
    border-radius: 3px;
    color: #222;
}
.tagcloud a:hover {
    border: 1px solid #f0a100;
}
/* Count Per Day */
.sidebar .cpd {
    padding: 5px 10px;
}
.sidebar .cpd li {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}
.sidebar .cpd li:last-child {
    border-bottom: none;
}
/* Slider */
.wtb-slider {
    margin-bottom: 20px;
}
html .theme-default .nivo-controlNav {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 10px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.single article.post .entry-content {
    line-height: 25px;
    margin-bottom: 20px;
}
.single .entry-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
}
.entry-meta {
    font-size: 13px;
    margin-bottom: 10px;
}
.entry-meta span {
    color: #747474;
    display: inline-block;
    margin-right: 10px;
}
.entry-meta span i {
    color: #747474;
}
.socials-share {
    /*padding: 20px 0 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
}
.socials-content-single {
    text-align: right;
}
.socials-share .fb_iframe_widget {
    position: relative;
    top: 0px;
}
.gallery-horizontal .socials-share {
    position: relative;
}
.twitter-share-button {
    position: absolute !important;
    margin-left: 3px;
}
.post-next-prev {
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0;
}
.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}
.post-next-prev-content a {
    display: block;
    color: #222;
    margin-bottom: 20px;
}
.related-posts {
    margin-bottom: 30px;
}
.related-posts .related-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.related-posts ul {
    padding-left: 0;
    list-style-position: inside;
}
.related-posts ul li {
    margin-bottom: 5px;
}
.related-posts ul li a {
    color: #222222;
}
.sidebar .widget_nav_menu ul li a:hover,
.post-next-prev-content a:hover,
.related-posts ul li a:hover,
.item-product-slide h3 a:hover,
.widget .list-post-item h3 a:hover,
.new-list article .more-link {
    color: #f0a100;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comment-list .comment-content a {
    word-wrap: break-word;
}
.comment-form label {
    display: block;
}
.comment-form textarea,
.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
    width: 100%;
    padding: 5px 10px;
}
.comment-form input,
.comment-form textarea {
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7);
}
.comment-form input[type='submit'] {
    background: #f0a100;
    color: #fff;
    padding: 5px 10px;
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}
.comment-content {
    padding: 10px 20px 45px;
    margin: 25px 0 0;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important;
}
.comment-list li .reply {
    position: absolute;
    margin: -45px 0 0 10px;
    padding: 5px 10px;
}
.comment-list .children {
    list-style: none;
    margin: 0;
}
.comment-list .children > li {
    padding-left: 0.8em;
}
.comment-author {
    padding: 10px 5px 0;
}
.comment-list li .avatar {
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
.comment-list p,
.ping-list p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    word-wrap: break-word;
}
.comment-list li .fn,
.comment-list li .cfn {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0;
}
.comment-list li .says {
    display: none;
}
/* Extra Comments */
#formcmmaxweb {
    margin-bottom: 20px;
}
#formcmmaxweb textarea.form-control {
    height: auto;
}
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 15px 0;
    display: block;
}
.comment-author.vcard {
    width: 25px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}
.commentlist {
    margin-top: 10px;
}
.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}
.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}
.noidungcomment {
    font-size: 14px;
    line-height: 22px;
}
.cancel-comment-reply a {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
    border-color: #d98d8d;
    background-color: #ffcece;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #f0a100;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang {
    opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px;
}
ol.commentlist_mw,
ol.commentlist_mw ul.children {
    list-style: none;
    padding: 0;
}
ol.commentlist_mw li {
    margin-bottom: 10px;
}
ol.commentlist_mw > ul.children {
    margin: 10px 0 15px 35px;
    background: #f8f8f8;
    padding: 10px;
    position: relative;
    border: 1px solid #dfdfdf;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 13px;
    width: 0;
    height: 0;
    border-bottom: 11px solid #dfdfdf;
    border-left: 11px solid rgba(238, 238, 238, 0);
    border-right: 11px solid rgba(238, 238, 238, 0);
}
ol.commentlist_mw > ul.children:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f8f8f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin: 10px 0 0;
}
.tools_comment a {
    color: #f0a100;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: '';
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after {
    display: none;
}
.tools_comment a:last-child {
    padding: 0;
    margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/
@media (min-width: 992px) {
    .sidebar-content .site-main,
    .content-sidebar .site-main {
        float: right;
        width: calc(76.35% - 20px);
    }
    .sidebar-content .sidebar,
    .content-sidebar .sidebar {
        float: left;
        width: 23.65%;
    }
    .content-sidebar .site-main {
        float: left;
    }
    .content-sidebar .sidebar {
        float: right;
    }
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .content-sidebar-sidebar .content-sidebar-wrap {
        float: left;
        width: 75.5%;
    }
    .sidebar-content-sidebar .site-main,
    .sidebar-sidebar-content .site-main,
    .content-sidebar-sidebar .site-main {
        float: right;
        width: 67.5496689%;
    }
    .sidebar-content-sidebar .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary,
    .content-sidebar-sidebar .sidebar-primary {
        float: left;
        width: 31.1258278%;
    }
    .sidebar-content-sidebar .sidebar-secondary,
    .sidebar-sidebar-content .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .sidebar-sidebar-content .sidebar {
        float: left;
    }
    .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-primary {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .content-sidebar-sidebar .site-main {
        float: left;
    }
}
.site-content {
    /*padding-top: 25px;*/
}
.home .site-content {
    padding-top: 0;
}
.page-template-page-fullwidth .site-main {
    width: 100%;
}

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.sh-blog-shortcode.style-1 .element.item-new {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-1 .element.item-new .post-inner {
    margin-bottom: 25px;
}
.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    /*border-bottom: 1px solid #ddd;
    padding-bottom: 20px;*/
}
.sh-blog-shortcode .element.item-new .entry-description {
    color: #747474;
    margin-bottom: 12px;
}
.sh-blog-shortcode .element.item-new .btn {
    border-radius: 20px;
}
.sh-blog-shortcode .element.item-new .view-detail {
    background-color: #f0a100;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: all 0s ease-out;
}
.sh-blog-shortcode .element.item-new .view-detail:hover {
    background-color: #ffc000;
    color: #333;
}
.sh-blog-shortcode .element.item-new .view-detail i {
    display: none;
}
.sh-blog-shortcode .element.item-new .entry-thumb {
    /*padding: 2px;
    box-shadow: 0 0 2px 0 #b5b5b5;*/
}

section#nav_menu-5 {
    margin-top: -40px;
}
section#woocommerce_products-5 {
    margin-top: 30px;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
.sh-blog-shortcode .element .entry-content {
    margin: 0;
}
.sh-blog-shortcode .element .entry-thumb a {
    overflow: hidden;
    display: block;
}
.sh-blog-shortcode .element .entry-thumb a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sh-blog-shortcode .element .entry-thumb a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.sh-blog-shortcode .element .entry-meta {
    color: #888;
    font-style: italic;
    margin-bottom: 5px;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: 10px 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.sh-blog-shortcode .element .entry-title a:hover {
    color: #222;
    text-decoration: revert;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
}
/* Blog Shortcode 1 */
.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: left;
    width: auto;
    margin-right: 15px;
}

.sh-blog-shortcode.style-1 .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-1 .element .entry-title a {
    color: #222222;
}
.sh-blog-shortcode.style-1 .element .entry-title a:hover {
    color: #222;
}
.sh-blog-shortcode.style-1 .element .entry-description p {
    margin-bottom: 5px;
}
/* Blog Shortcode 2 */
/* Blog Shortcode 3 */
/* Blog Shortcode 4 */
/* Blog Shortcode 5 */
.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .element .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-5 .element .entry-description {
    font-size: 13px;
}
/* Blog Shortcode 6 */
.sh-blog-shortcode.style-6 .entry-thumb {
    padding: 3px;
    background: #fff;
    border: 1px solid #cdcdcd;
}
.sh-blog-shortcode.style-6 .entry-title a {
    color: #222222;
}
.sh-blog-shortcode.style-6 .entry-title a:hover {
    color: #f0a100;
}
.sh-blog-shortcode.style-6 .first-element-layout,
.sh-blog-shortcode.style-6 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
/* Blog Shortcode 7 */
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f0a100;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
/* Blog Shortcode 8 */
.sh-blog-shortcode.style-8 .element {
    margin-bottom: 30px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgb(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
    color: #fff;
    max-height: 40px;
    overflow: hidden;
}
.sh-blog-shortcode.style-8 .element .entry-title a:hover {
    text-decoration: underline;
}
@media (max-width: 414px) {
    .sh-blog-shortcode .element {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/
.navbar {
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    background: #fff;
    z-index: 999999;
    background: #f0a100;
    padding: 0 15px;
    position: relative;
}
.navbar-brand {
    color: #fff !important;
    height: 46px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    /*position: absolute;
	left: 50%;
    transform: translate(-50%, 0);*/
}
.navbar-brand img {
    max-height: 30px;
}
#mobilenav {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-110%, 0px);
    -moz-transform: translate(-110%, 0px);
    -ms-transform: translate(-110%, 0px);
    -o-transform: translate(-110%, 0px);
    transform: translate(-110%, 0px);
}
#mobilenav.opened {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.mobilenav__inner {
    background: #161b1f;
    max-width: 84%;
    position: relative;
    height: 100%;
}
.mobilenav__inner .menu-top-menu-container {
    height: calc(100% - 128px);
    overflow: auto;
}
.mobilenav__inner .menu_close {
    position: absolute;
    top: 0;
    right: -20%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    cursor: pointer;
    width: 20%;
    height: 100%;
    cursor: pointer;
}
.mobilenav__inner .menu_close i {
    font-size: 18px;
    top: 20px;
    left: -30px;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    /* background: #1e1e1e; */
    /* border-left: 1px solid #000000; */
    color: #fff;
    transform: translateY(-50%);
}
.toplg {
    padding: 10px 15px;
    text-align: left;
    background: #161b1f;
}
.toplg img {
    max-width: 150px;
    margin: 0 auto;
}
#mobilenav p {
    color: #f2f2f2;
    font-size: 18px;
    margin: 0;
}
#mobilenav .mobile-menu {
    margin: 0;
    padding: 0;
}
#mobilenav .mobilenav__inner > div:not(.toplg) {
    overflow-y: auto;
    height: calc(100% - 128px);
}
#mobilenav li {
    display: block;
    position: relative;
    overflow: auto;
}
#mobilenav li a {
    color: #fff;
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: transparent;
    border-top: solid 1px #cccccc96;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
#mobilenav ul.mobile-menu > li > a {
    background: #161b1f;
}
#mobilenav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    line-height: 25px;
    color: #fff;
    background: rgba(255, 255, 255, 0.085);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
#mobilenav .arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '\f107';
    font-size: 18px;
    left: 43%;
}
#mobilenav ul ul.sub-menu {
    background: #161b1f;
}
#mobilenav ul > li.menu-item-has-children.open > .arrow:before {
    content: '\f106';
}
#mobilenav ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}
.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
#showmenu {
    position: absolute;
    top: 81px;
    left: 10px;
    z-index: 5;
}
#hamburger .hamburger {
    margin-left: 10px;
}
.hamburger {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: '';
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.site-header:not(.header-banner) .hamburger-inner,
.site-header:not(.header-banner) .hamburger-inner::after,
.site-header:not(.header-banner) .hamburger-inner::before {
    background-color: #f0a100;
}

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
    color: #fff;
}
.site-footer a {
    color: #fff;
}
.footer-widgets {
    padding: 30px 0 20px 0;
    background: #1a1a1a;
}
.footer-widgets h4.widget-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
}

.footer-widgets h4.widget-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 60px;
    background: #fff;
    left: 0;
    bottom: -6px;
}
.footer-widgets ul {
    padding-left: 0;
    list-style: none;
}
.footer-widgets ul ul {
    display: none;
}
.footer-widgets .widget_nav_menu ul li {
    position: relative;
    padding: 3px 0 5px 0px;
}
.footer-widgets .widget_nav_menu ul li a:before {
    /*position: absolute;
    left: 0;
    top: 3px;
    content: "\f0da";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;*/
}
.footer-widgets .widget_nav_menu ul li a {
    color: #fff !important;
    padding: 0;
}
.footer-widgets .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}
.site-info {
    padding: 10px 0;
    background: #f0a100;
}
.site-info p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/

.heading-sub .child-category {
    position: relative;
}
.heading-sub .child-category.child-category-has-children:before {
    content: '\203A';
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 20px;
}
.sub-menu .child-category:before {
    display: none;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    #site-navigation {
        display: none;
    }
    .site-boxed .site-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .site-info,
    .site-info * {
        text-align: center;
    }
}

/* Extra small devices (portrait phones, less than 576px) */

.container p {
    text-align: justify !important;
    margin-bottom: 0;
}

/*Cart*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

.toltal-cart {
    font-size: 24px;
    font-weight: 700;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 200px;
    height: 200px !important;
    border: 1px solid #ddd;
    object-fit: contain;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    height: 200px;
    width: 200px;
}

.woocommerce-cart table.cart img {
    /*object-fit: cover;*/
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border: none;
}

@media (min-width: 768px) {
    .woocommerce table.shop_table td.product-name a {
        /*padding-left: 20px;*/
        /*display: block;*/
    }
}

.woocommerce table.shop_table td a:hover {
    color: #333;
    text-decoration: revert;
}

.product-name {
    float: left;
    padding-top: 6px !important;
    font-size: 16px;
    padding-left: 20px !important;
}

#order_review .product-name {
    padding-left: 0 !important;
}

.woocommerce-cart-form__cart-item.cart_item .woocommerce-Price-amount.amount {
    padding: 0 20px;
    width: auto;
}

.product-remove a {
    font-weight: normal;
    color: #f0a100;
}

.wc-proceed-to-checkout a {
    background: #f0a100 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
}

.wc-proceed-to-checkout {
    padding: 0 !important;
}

.continue_shopping a {
    background: no-repeat !important;
    color: #222 !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    border: 1px solid #f0a100 !important;
    border-radius: 5px !important;
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
}

.continue_shopping a:hover {
    background: #f0a100 !important;
    box-shadow: 0 0 !important;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

.actions .button {
    background: #f0a100 !important;
}

button#place_order {
    background: #f0a100;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    box-shadow: 0 1px #ddd;
}

a.button.wc-forward {
    background: #f0a100;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-color: #f0a100;
}

#information-3 .widget-title {
    background: #f0a100;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
}

#information-3 ul {
    border: 1px solid #ddd;
    list-style: none;
    padding: 10px;
}

#information-3 ul li {
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    background: #fafafa;
    padding: 10px;
}

.entry-summary ins .woocommerce-Price-amount.amount {
    font-size: 24px;
}

.policy-content p {
    text-align: left;
}

.form-search-menu-mb {
    display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 0 !important;
}

.clearfix {
    margin-top: 5px;
}

.sidebar.sidebar-primary.sidebar-shop {
    margin-top: 5px;
}

.dev3b-slider-for .zoom img {
    border: 1px solid #ddd;
    height: 722px;
    width: 100%;
    object-fit: contain;
}

#content .container {
    /*padding: 0 0px 0 10px;*/
}

.woocommerce-products-header {
    margin-top: 5px;
    /*border: 1px dotted #ddd;
    margin-bottom: 15px;*/
}

h1.woocommerce-products-header__title.page-title {
    padding-top: 8px;
    display: block;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    padding-top: -5px;
    margin-right: -5px;
}

.homepage-product .col-md-3.col-12 {
    /*padding-right: 6px;*/
}

.col-md-6.d-none.d-sm-block.top-header-right {
    /*padding-right: 6px;*/
}

.img-fluid {
    width: 100%;
    object-fit: cover;
}

.sh-blog-shortcode.style-4 {
    margin: 30px -1px 0 7px;
}

.footer-widgets-area.col-md-3 {
    /*padding-left: 10px;*/
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}

span.ajax-loader {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 5.5em 0.5em 0;
    padding: 0px 10px;
    border: 2px solid #00a0d2;
    position: absolute;
    top: 0;
    color: #f0a100;
    background: #ffffffeb;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
}

.textwidget.custom-html-widget h4 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 49% !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 48% !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 10px !important;
    margin-top: 7px !important;
}

span#reply-title {
    line-height: 45px;
}

.comment-form-cookies-consent {
    display: flex;
    margin-top: 15px !important;
}

.comment-form-cookies-consent label {
    margin-top: -3px;
    margin-left: 5px;
}

.qty-custom p {
    font-weight: bold;
}
.qty-custom {
    display: none !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    box-shadow: 0 0;
    /*text-decoration: revert;*/
    background-color: #ffc000 !important;
    color: #333 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #f0a100 !important;
    color: #fff !important;
}

.status-publish {
    margin-top: 20px;
}

p#billing_first_name_field {
    width: 100%;
}

.wrap-product .entry-pro,
.wrap-product .cart-pro,
.featured-item-product .entry-pro,
.featured-item-product .cart-pro {
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.cart-pro {
    bottom: 10px !important;
}

.woocommerce ul.order_details li strong {
    padding-top: 10px;
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: #222;
}

section#list_view_posts-2 {
    margin-top: 6px;
}

#list_view_posts-2 ul li a {
    height: 38px !important;
    line-height: 20px;
}

.contact-btn-primary {
    border-radius: 0 !important;
}

.contact-btn-primary:hover {
    color: #fff !important;
}

.wpcf7-response-output {
    position: relative !important;
    margin: 0 !important;
}

.sh-product-shortcode.column-4 {
    padding-top: 0 !important;
    margin-top: -5px;
}

.form-footer br {
    display: none;
}

.featured-products .nav-tabs {
    /*padding: 0 95px;*/
    width: 100%;
    margin: 0;
    text-align: center;
}

.featured-products .nav-tabs ul li {
    width: auto !important;
}

.featured-products .nav-tabs .slick-next:before,
.featured-products .nav-tabs .slick-prev:before {
    background: no-repeat !important;
    box-shadow: 0 0 !important;
    border: none !important;
}

.featured-products .nav-tabs .slick-prev,
.featured-products .nav-tabs .slick-next {
    opacity: 1 !important;
}

.featured-products-tab {
    display: none;
}

.featured-item-product .entry-pro h3 {
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.woocommerce table.shop_attributes td {
    padding: 10px 0;
}

.featured-products-tab-desktop .nav-tabs {
    justify-content: center;
}

.remodal {
    border-radius: 0 !important;
}

.quick_view.button {
    cursor: pointer;
}

.summary-content .price {
    text-align: left !important;
}

.commentBody em {
    display: none;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    box-shadow: 0 0 !important;
}

.cart-pro .quick_view.button:hover {
    box-shadow: 0 0 !important;
    background-color: #fff !important;
    color: #f0a100 !important;
}

.related .slick-slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.hotline-single-product strong {
    line-height: 0.9;
    margin-top: 10px !important;
}

.hotline-single-product strong:hover {
    border-bottom: 1px solid;
}

/*.remodal {
  left: 30% !important;
  right: 30% !important;
}*/

#coupon_code {
    width: 200px !important;
}

.button.coupon-button:hover {
    box-shadow: 0 0 !important;
    background: #ffc000 !important;
    color: #333 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term {
    position: relative;
}

.fillter-checkbox {
    position: absolute;
    top: 12px;
}

.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    padding-left: 20px !important;
}

.select2-dropdown {
    border: none !important;
    border-radius: 0 !important;
}

.menu-item-has-children {
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 200px !important;
    height: 200px !important;
}

#customer_details .woocommerce-additional-fields {
    margin-top: -20px;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: none;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
}

.shop_table .cart_item {
    border-top: 1px solid #ccc;
}

.socials-share-not_thumbnail {
    margin-top: -20px;
}

#wcqv_contend .product .images .thumbnails {
    overflow: hidden;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 0 0 10px;
}

.woocommerce-product-details__short-description {
    margin: 5px 0 0px !important;
}

.woocommerce-Tabs-panel table {
    width: auto !important;
}

/*Upssell*/
.up-sells.upsells.products {
    border: 1px solid #ddd;
    margin: 0 -10px -10px;
    padding: 5px 0 5px 10px;
    margin-top: 15px;
}

.heading-upsell {
    margin-bottom: 15px;
}

.heading-upsell span {
    font-size: 16px;
    margin: 0px;
    line-height: 18px;
}

.upsell-product {
}

#button-upsell {
    margin-bottom: 5px;
}

.upsells .list-products {
    max-height: 205px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.upsell-image {
    width: 75%;
    float: left;
    display: flex;
    margin-bottom: 10px;
}

.upsell-image input {
    margin-top: 26px;
    margin-right: 10px;
}

.upsell-product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 3px;
    max-width: inherit;
}

.upsell-image h4 {
    margin-left: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.upsell-image h4 a {
    font-size: 14px;
    font-weight: normal;
}

.upsell-product-qty .qty-custom {
    display: none;
}

.upsell-product-qty {
    width: 25%;
    float: right;
    padding: 0 10px;
}

.upsell-price {
    text-align: center !important;
    padding-top: 5px;
}

.upsell-product-qty .quantity input.qty {
    width: 30px !important;
    height: 30px !important;
}

.upsell-product-qty .quantity .minus,
.upsell-product-qty .quantity .plus {
    background: #f9f9f9 !important;
    color: #555 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    font-weight: normal !important;
    border-radius: 5px 0px 0px 5px;
    font-size: 9px !important;
    top: 0 !important;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 16px !important;
}

.upsell-product-qty .quantity .minus {
    border-radius: 5px 0 0 5px !important;
}

.upsell-product-qty .quantity .plus {
    border-radius: 0 5px 5px 0 !important;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ccc;
    -webkit-box-shadow: inset 0 0 6px #ddd;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*----- Responsive -----*/

@media (max-width: 767px) {
    .heading-product-custom .heading {
        display: block !important;
    }
    .loan {
        display: none !important;
    }
    .heading-product-custom {
        min-height: initial !important;
    }
    #single-sidebar {
        display: none !important;
    }
    .woocommerce div.product form.cart .button {
        width: 100% !important;
    }
    .toltal-cart {
        font-size: 18px;
        font-weight: 500;
    }

    .woocommerce div.product form.cart {
        margin-top: 0px !important;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }

    #add_payment_method table.cart img,
    .woocommerce-cart table.cart img,
    .woocommerce-checkout table.cart img {
        width: 80px !important;
        height: 80px !important;
    }

    #add_payment_method table.cart .product-thumbnail,
    .woocommerce-cart table.cart .product-thumbnail,
    .woocommerce-checkout table.cart .product-thumbnail {
        height: 80px !important;
        width: 80px !important;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ': ';
        font-weight: 700;
        float: left;
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    td.product-thumbnail {
        width: 30%;
        float: left;
    }

    td.product-name {
        /*padding: 0 10px !important;*/
        font-size: 12px;
    }

    .woocommerce-page .quantity .minus,
    .woocommerce-page .quantity .plus {
        width: 25px !important;
        height: 25px !important;
    }

    html .woocommerce .quantity input.qty,
    html .woocommerce-page .quantity input.qty {
        font-size: 12px;
        height: 25px !important;
    }

    .continue_shopping {
        margin-bottom: 20px;
    }

    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
        float: left;
    }

    .wc-proceed-to-checkout {
        padding-top: 10px !important;
    }

    .contact-footer {
        height: auto;
        line-height: initial;
        padding: 0 10px;
    }

    .contact-footer-text h4 {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    .contact-footer-text p {
        line-height: 1.5;
        font-size: 12px;
    }

    .form-footer .wpcf7-submit {
        top: 1px;
        width: auto;
        line-height: 0;
        font-size: 12px;
        border-radius: 5px;
    }

    .contact-footer-form {
        padding: 0;
    }

    .form-search-menu-mb {
        display: flow-root;
        background: #f0a100;
        padding: 10px;
    }

    .form-search-menu-mb form {
        width: 70%;
        position: relative;
        float: right;
    }

    .form-search-menu-mb input {
        border-radius: 0;
    }

    .form-search-menu-mb .btn-primary {
        border-color: #f0a100;
        position: absolute;
        top: 0;
        right: 0;
        background: no-repeat;
        border: none;
        color: #f0a100;
        font-size: 18px;
        font-weight: normal;
    }

    .footer-widgets-area:nth-child(2),
    .footer-widgets-area:nth-child(3) {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 10px !important;
    }

    .featured-products-banner .item img {
        height: auto !important;
        object-fit: contain !important;
    }

    .heading {
        width: 100%;
    }

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

    .col-12.p-0 .col-md-9.col-12 {
        padding-right: 10px;
    }

    .homepage-product .list-products li:nth-child(n + 1) {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .alo-floating {
        background: #f8600d !important;
    }

    .items-center-map,
    .menu-cart {
        /*display: none;*/
        position: absolute;
        right: 0;
    }

    .shopping-cart {
        padding: 0 !important;
    }

    .col-md-2.col-6.menu-cart {
        display: block;
        position: absolute;
        right: 10px;
        top: 20.5px;
        padding-right: 0;
    }

    .menu-cart .navbar-actions {
        float: right;
    }

    .top-header {
        display: none;
    }

    .mini-cart-custom {
        display: none;
    }

    .header-main {
        margin: 5px 0;
    }

    .site-header:not(.header-banner) .hamburger-inner,
    .site-header:not(.header-banner) .hamburger-inner::after,
    .site-header:not(.header-banner) .hamburger-inner::before {
        background-color: #fff;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px;
        text-transform: initial !important;
    }

    .featured-products {
        margin-top: 20px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0 10px 5px 0 !important;
    }

    .featured-products .nav-tabs {
        padding: 0;
        display: block;
        text-align: center;
    }

    .featured-products .nav-item.show .nav-link,
    .featured-products .nav-link.active {
        padding: 5px 10px;
    }

    .featured-products .nav-item {
        margin-bottom: 10px !important;
    }

    .child-category {
        /*display: none !important;*/
    }

    .img-fluid {
        width: 100%;
        margin-bottom: 20px;
    }

    .archive-flex main {
        width: 100%;
    }

    .archive-flex aside {
        width: 100%;
    }

    .archive main {
        float: initial !important;
        margin: 0 !important;
    }

    .archive aside {
        float: initial !important;
    }

    .archive-flex {
        display: block;
    }

    .sh-blog-shortcode.style-1 .element .entry-thumb {
        float: initial;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .archive-flex .site-main {
        margin-left: 0px !important;
    }

    .list-products li.product {
        margin-bottom: 10px !important;
    }

    .read-full {
        margin: 0;
        margin-bottom: 10px;
    }

    .container {
        /*padding-right: 10px !important;
	    padding-left: 10px !important;*/
    }

    .homepage-slider .col-md-9.col-12 {
        padding: 0 10px !important;
    }

    .homepage-slider .col-md-3.col-12 {
        padding: 0 10px !important;
        display: none;
    }

    .featured-products-banner {
        display: none;
    }

    .woocommerce div.product div.images {
        margin-bottom: 0px;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    .summary.entry-summary {
        margin-top: -5px;
    }

    .woocommerce div.product form.cart {
        margin-bottom: 15px;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 20px;
    }

    .list-products li .wrap-product .price {
        height: 30px;
    }

    .page-title,
    h1.entry-title {
        margin: -5px 0 15px 0;
        text-align: center;
        width: 100%;
    }

    .page-title-bar .title {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    #main .sh-blog-shortcode .element .entry-thumb a img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain !important;
    }

    .single article.post .entry-content {
        margin-bottom: 0px;
    }

    .actions .button {
        border-radius: 0 !important;
    }

    .woocommerce-billing-fields h3 {
        margin-top: -5px;
    }

    .woocommerce-order {
        margin-top: -5px;
    }

    .woocommerce ul.order_details li {
        line-height: 30px !important;
        margin-bottom: 15px;
    }

    .woocommerce ul.order_details li strong {
        font-size: 16px;
        padding-top: 5px !important;
    }

    .woocommerce ul.order_details {
        margin: 0;
    }

    .woocommerce .woocommerce-customer-details,
    .woocommerce .woocommerce-order-details,
    .woocommerce .woocommerce-order-downloads {
        margin-bottom: 15px;
    }

    .woocommerce-pagination {
        margin-bottom: 15px;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0 0 20px !important;
    }

    #woocommerce_layered_nav-3 {
        margin-top: 10px;
    }

    .woocommerce div.product .product_title {
        text-align: left;
    }

    .img-fluid {
        display: none;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100% !important;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100% !important;
        margin-top: 10px;
    }

    .woocommerce div.product form.cart .button {
        margin-top: 5px;
    }

    section#nav_menu-5 {
        margin-top: 0px !important;
    }

    .row.align-items-center {
        padding: 5px 5px 10px;
        margin: 0;
    }

    .align-items-center .col-xl-3.col-7 {
        padding-left: 0px !important;
    }

    .header-main .container {
        padding: 0 !important;
    }

    .featured-products .nav-tabs {
        padding: 0 !important;
        height: 20px;
    }

    .featured-products .nav-item.show .nav-link,
    .featured-products .nav-link.active {
        color: #f0a100 !important;
        background: no-repeat !important;
    }

    .featured-products .nav-link {
        color: #333 !important;
        background: no-repeat !important;
        margin-top: -5px;
    }

    .col-md-6.col-12.contact-footer-form-home {
        padding-left: 5px;
    }

    .heading-product-custom h2.heading span {
        display: block !important;
    }

    .featured-products-tab-desktop {
        display: none;
    }

    .featured-products-tab {
        display: block;
    }

    .term-description[data-readmore]:after {
        content: '';
        bottom: 0px;
    }

    .form-footer {
        padding-bottom: 10px;
    }

    .remodal {
        left: 10px !important;
        right: 10px !important;
    }

    #wcqv_contend .summary {
        padding: 0px 0px 0 10px;
    }

    .tax-product_cat .list-products li.product {
        margin-right: 0 !important;
        width: calc(50% - 6px) !important;
    }

    .tax-product_cat .list-products {
        justify-content: space-between;
    }

    .featured-item-product .price-product {
        height: 40px;
    }

    .cart-pro {
        display: none !important;
    }

    .wrap-product:hover .entry-pro,
    .featured-item-product:hover .entry-pro {
        opacity: unset !important;
        visibility: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
    }

    .col-md-6.col-12.contact-footer-text {
        padding-left: 5px;
    }

    .textwidget.custom-html-widget h4 {
        font-size: 16px;
    }

    .homepage-product .list-products li .image-product {
        height: auto;
    }

    .homepage-product .list-products li .image-product a.img img {
        height: auto !important;
    }

    .featured-item-product img {
        height: auto !important;
    }

    .tax-product_cat .list-products li.product,
    .search .list-products li.product,
    .post-type-archive .list-products li.product {
        width: calc(50% - 12px) !important;
        margin-right: 0 !important;
    }

    .tax-product_cat .list-products,
    .search .list-products,
    .post-type-archive .list-products {
        justify-content: space-between;
    }

    #coupon_code {
        width: 66% !important;
    }

    .button.coupon-button {
        width: 30% !important;
        float: left !important;
    }

    #showmenu {
        top: 15px !important;
        left: 10px !important;
        transform: initial;
        right: auto !important;
    }

    .row.align-items-center .col-xl-3.col-3 {
        padding: 0;
    }

    .align-items-center .logo {
        width: 160px;
    }

    .featured-products .nav-tabs {
        overflow-x: inherit;
    }

    .qty-custom {
        margin-top: -5px !important;
    }

    /*.list-products li .image-product a.img img {
      height: 150px !important;
  }

  .featured-item-product img {
      height: 150px !important;
  }*/
}

.price {
    text-align: center !important;
}

.remodal.woocommerce.remodal-is-initialized.remodal-is-opened {
    width: 910px !important;
}

#wcqv_contend .images,
#wcqv_contend .summary {
    width: 50% !important;
}

.stickymb {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 22;
}

.stickymb + .content {
    padding-top: 105px;
}

.fixed-top {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 22;
}

@media (max-width: 768px) {
    .items-center-map {
        display: none;
    }

    #showmenu {
        top: -40px;
        right: 10px;
        transform: initial;
        left: auto;
    }

    .mini-cart-custom {
        right: -66px;
    }

    .page-title-bar {
        padding: 0;
    }

    .tax-product_cat .list-products li.product,
    .search .list-products li.product,
    .post-type-archive .list-products li.product {
        width: calc(33.33333% - 12px);
        margin-right: 0 !important;
    }

    .tax-product_cat .list-products,
    .search .list-products,
    .post-type-archive .list-products {
        justify-content: space-between;
    }

    .viewedProduct-single .item-product {
        height: auto !important;
    }

    .homepage-slider .col-lg-3.col-12 {
        display: none;
    }

    .row.homepage-slider {
        margin-top: 0;
    }

    .featured-products-banner {
        display: none;
    }
}

@media (max-width: 1024px) {
    .items-center-content p {
        text-align: left !important;
        font-size: 13px;
    }
}

.buttons_added .minus,
.buttons_added .plus {
    width: 35px !important;
    height: 35px !important;
    position: relative !important;
    background: #fff !important;
}
p.upsell-price {
    text-align: center !important;
    color: #f0a100 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.upsell-price ins .woocommerce-Price-amount.amount {
    font-size: 13px !important;
}
.upsell-price del .woocommerce-Price-amount.amount {
    font-size: 13px !important;
    display: none;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
    display: block;
}
.product_list_widget .star-rating {
    margin-top: 5px;
    font-size: 12px;
}
.product_list_widget .woocommerce-Price-amount.amount {
    font-size: 14px !important;
}

.terms-description {
    position: relative;
    overflow: hidden;
}
.terms-description[data-readmore]:after {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ffffffc4, white);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #ffffffc4, white);
    bottom: -2px;
    width: 100%;
    height: 20px;
}

.woocommerce form .form-row .optional {
    visibility: hidden !important;
}
.woocommerce-product-attributes.shop_attributes {
    display: none !important;
}

.remodal-is-opened .up-sells.upsells.products {
    display: none !important;
}
.price-product {
    color: #f0a100 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.type-post .socials-content-single {
    text-align: left;
}
section#woocommerce_products-3 {
    margin-top: 20px;
}
span.empty-price {
    text-align: center !important;
    color: #f0a100 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.widget-slider-products {
    margin: 0;
}
.sidebar .widget_nav_menu ul li.menu-item-has-children.--active > .sub-menu {
    max-height: 60rem;
    transition: max-height 0.4s ease-in-out;
}
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children .sub-menu {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    transform: unset !important;
    min-width: unset !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 !important;
    border: 0 !important;
}
.heading-sub li {
    position: relative;
}
.heading-sub .sub-menu {
    background: #f4f4f4;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    padding: 0;
}
.heading-sub li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


.terms-description{
    line-height: 210%;
}

#mCongNghiep{
    border: 1px solid #cccccc;
    border-top: none;
    margin-top: -30px;
    padding-bottom: 0 !important;
}
/* .xA{
    display: none;
} */