.radio .radio-label[readonly] {
    pointer-events: none;
}
.blog .post-loop .entry-title {
    font-weight: 700;
    line-height: 1.2;
}
.woostify-single-product-stock {
    display: none;
}
.product-summary .price {
    color: red;
}
.woocommerce-form-row .optional {
    display: none;
}
.site-main .post-loop + .post-loop {
    margin-top: 30px;
}
.site-main .post-loop {
    padding-bottom: 30px;
}
.site-footer .widget-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}
.site-footer .widget ul.menu a {
    line-height: inherit;
}
.site-footer .widget li {
    line-height: 22px;
    margin-bottom: 10px;
}
.google-map-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dokan-dashboard form#store-form .dokan-form-group {
    text-align: left;
}
.site-header-inner .site-branding {
    display: none;
}
.header-banner img {
    width: 100%;
    height: auto;
}
.woocommerce-account #customer_login .u-column2 {
    width: 100%;
    max-width: 100%;
}
#review_form .comment-form-rating p.stars a:before, .woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars a:before {
    content: "S";
}
.woocommerce #review_form input#wp-comment-cookies-consent {
    height: auto;
}
.comment-form-comment {
    width: 100%;
    display: block;
}
.map-info-user .info {
    margin-top: 8px;
}
.map-info-user {
    text-align: center;
}
.woocommerce-account #customer_login .register-row .radio input[type=radio] {
    opacity: 1;
    position: relative;
}
.slick-slider .slider-arrow {
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -12.5px;
    transition: all .1s cubic-bezier(.4,0,.6,1);
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
	z-index: 1;
}
.slick-slider .slider-arrow svg {
    width: 10px;
    height: 10px;
    transition: width .1s cubic-bezier(.4,0,.6,1);
    color: rgba(0,0,0,.54);
    fill: rgba(0,0,0,.54);
}
.slick-slider .slider-arrow.arrow-next {
    right: -12.5px;
}
.slick-slider .slider-arrow.arrow-prev {
    left: -12.5px;
}
.slick-slider .slider-arrow.arrow-next:hover {
    right: -25px;
}
.slick-slider .slider-arrow.arrow-prev:hover {
    left: -25px;
}
.slick-slider .slider-arrow:hover  {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}
.slick-slider .slider-arrow:hover svg {
    width: 20px;
    height: 20px;
}
.slick-slider .slider-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.slider-main li.product {
    margin-bottom: 0;
}
section.related-store {
    margin-top: 5%;
    border: 0;
}
.all-diem,
.info-product {
    font-size: 20px;
}
.dokan-dashboard .info-product {
    font-size: 16px;
}
.product-summary button#sbw_wc-adding-button {
    display: none;
}
.woocommerce-account #customer_login select {
    width: 100%;
    padding: 10px;
}
.woocommerce-account #customer_login .register-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.woocommerce-account #customer_login .item-col {
    width: 100%;
    padding: 0 10px;
}
.form-row .woocommerce-input-wrapper select {
    width: 100%;
    padding: 10px;
}
.woocommerce-MyAccount-content fieldset {
    width: 100%;
    display: block;
}
form.woocommerce-form-register .form-row .optional {
    display: none;
}
.form-row .input-text[readonly] {
    background-color: #ebebeb;
}
.woocommerce-message{
	background-color: #3bb54a;
}
.avatar-preview img {
    width: auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    height: 125px;
    object-fit: cover;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #d2d6de;
}
.avatar-upload {
    position: relative;
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 66px;
    z-index: 1;
    bottom: 15px;
}
.avatar-upload p {
    font-size: 14px;
    margin-top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #d2d6de;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
     text-align: center;
    line-height: 40px;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit label svg {
    fill: #337AB7;
}
#temp_load {
	position: fixed;
	background-color: rgba(255,255,255,.8);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
#temp_load .loading__anim {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 4px solid rgba(82, 189, 146, .5);
	display: inline-block;
}
#temp_load .loading__anim:before {
  display: block;
  position: relative;
  left: calc(4px * -1);
  top: calc(4px * -1);
  content: ' ';
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #52BD92 transparent transparent transparent;
  animation: loading-rotate .8s ease-out infinite;
}
@keyframes loading-rotate {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
.woocommerce-account article>.woocommerce {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-content .apf-plugin-context-inner {
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-account article>.woocommerce #customer_login {
    width: 100%;
}
.site-header-inner .wrap-toggle-sidebar-menu .toggle-sidebar-menu-btn.woostify-icon-bar span {
    background-color: #fff;
}
.site-header-inner .wrap-toggle-sidebar-menu .toggle-sidebar-menu-btn.woostify-icon-bar {
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation {
    width: 100%;
    margin: 0;
}
.woocommerce-MyAccount-content {
    width: 100%;
    text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    margin: 0 0;
}
.logged-in.woocommerce-account #content {
    margin-top: 0;
}
.woocommerce-MyAccount-navigation {
    width: 100%;
    margin: 0;
    background-color: #ebebeb;
    margin-bottom: 20px;
}
.list-product-review th {
    text-align: center;
    line-height: 1.3;
}
.list-product-review th.stt {
    white-space: nowrap;
}
.list-product-review td.stt {
    text-align: center;
}
.dokan-vendor-info-wrap a.btn{
    display: inline-block;
    background-color: rgba(19,70,175,1) !important;
    color: #fff;
    border-radius: 5px;
    padding: 8px 12px !important;
    font-weight: 600;
    line-height: 1.2;
}
.dokan-vendor-info-wrap a.btn:hover{
	color: rgba(253,210,0,1);
}
.btn {
    display: inline-block;
    background-color: rgba(19,70,175,1);
    color: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: 600;
    line-height: 1.2;
}
table.dataTable thead th:not(.stt), table.dataTable thead td:not(.stt) {
    min-width: 85px;
}
table .btn-action {
    white-space: nowrap;
}
.dataTables_wrapper .footer-table {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 15px;
}
.dataTables_wrapper .footer-table .left-footer {
    display: inline-flex;
    align-items: center;
}
.dataTables_wrapper .footer-table .left-footer .dataTables_info {
    padding-top: 0;
    margin-left: 10px;
}
.site-main .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 14px;
	line-height: 1.2;
}
.dataTables_filter {
    display: block;
    margin-bottom: 15px;
}
.dataTables_filter select {
    margin-left: 15px;
    padding: 7px 6px;
    border-radius: 3px;
}
body.page-review-product {
    background-color: #f9f9f9;
}
.form-review-hoso {
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 0 0 1px rgba(53,72,91,.07), 0 2px 2px rgba(0,0,0,.01), 0 4px 4px rgba(0,0,0,.02), 0 10px 8px rgba(0,0,0,.03), 0 15px 15px rgba(0,0,0,.03), 0 30px 30px rgba(0,0,0,.04), 0 70px 65px rgba(0,0,0,.05);
    border-radius: 8px;
}
.form-main-review .info-hoso {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px rgba(53,72,91,.07), 0 2px 2px rgba(0,0,0,.01), 0 4px 4px rgba(0,0,0,.02), 0 10px 8px rgba(0,0,0,.03), 0 15px 15px rgba(0,0,0,.03), 0 30px 30px rgba(0,0,0,.04), 0 70px 65px rgba(0,0,0,.05);
}
.info-hoso .list-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.info-hoso .list-info .items-info {
    width: 33.33333%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.info-hoso .list-info .items-info .wrapper {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.info-hoso .list-info .items-info .latbe-info {
    font-weight: bold;
}
.info-hoso .list-info .items-info ul.user li {
    display: inline-block;
    background-color: #ebebeb;
    padding: 5px 15px;
    border-radius: 30px;
    margin: 0 10px 10px 0;
    font-weight: bold;
}
.info-hoso .list-info .items-info ul.user {
    margin: 15px 0 0;
    padding: 0;
}
.info-hoso .list-info .items-info:last-child {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    border: none;
}
form.woocommerce-EditAccountForm.edit-account {
    max-width: 900px;
    margin: 0 auto;
}
.form-review-hoso .top-form h2 {
    text-align: center;
    text-transform: uppercase;
}
.form-review-hoso .top-form h3 {
    text-align: center;
    font-size: 22px;
}
form.review-form .form-fields .item-field {
    display: flex;
    padding: 5px 0;
    flex-wrap: wrap;
}
form.review-form .form-fields .item-field .field-header {
    width: 100%;
}
form.review-form .form-fields .field-content {
    width: 100%;
}
form.review-form .form-fields .field-content ul {
    list-style: none;
}
form.review-form .form-fields .title-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
form.review-form .form-fields .title-fields h5 {
    margin-right: 15px;
}
form.review-form .form-fields .title-fields .text {
    font-weight: bold;
}
form.review-form .form-fields .item-field input {
    padding: 0 0 0 10px;
    font-weight: bold;
}
form.review-form .form-fields .field-content li {
    margin-bottom: 10px;
}
form.review-form .form-fields .field-content li:last-child {
    margin-bottom: 0;
}
.radio input[type=radio] {
	position: absolute;
	opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
form.review-form .form-fields .item-field .field-header label.field-label {
    font-weight: bold;
}
form.review-form .form-fields .item-field label b {
    color: red;
}
.radio input[type=radio]:checked + .radio-label:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
	outline: none;
	border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
	margin-right: 0;
}
.radio .radio-label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    display: block;
}
form.review-form .items-fields {
    padding-left: 15px;
}
form.review-form .form-actions {
    display: block;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
form.review-form .form-actions button {
    padding: 15px 40px;
}
.apf-plugin-context .btn {
    color: #fff;
}
table.dataTable thead th.stt {
    text-align: center;
}
table.dataTable td.stt, table.dataTable thead th.stt {
    text-align: center;
	width: 35px !important;
}
table.dataTable thead th {
    background-color: #F5F5F5;
}
table.dataTable tbody tr.even {
    background-color: #F9F9F9;
}
table.dataTable tbody td.action, table.dataTable thead th.action {
    text-align: center;
    max-width: 35px;
    min-width: 35px;
}
.top-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
table.dataTable td.thumbnail img {
    max-width: 80px;
}
table.dataTable tbody td.thumbnail, table.dataTable thead th.thumbnail {
    max-width: 80px;
}
table.dataTable thead th {
    text-align: center !important;
    line-height: 1.2;
}
table.dataTable tbody th, table.dataTable tbody td {
    line-height: 1.3;
}
.woocommerce-MyAccount-content h2 {
    font-size: 18px;
}
.filter-search {
    border: 1px solid #ddd;
    display: block;
    position: relative;
}
.filter-search h2 {
    background-color: #F5F5F5;
    margin: 0;
    font-size: 14px;
    padding: 6px;
    border-bottom: 1px solid #ddd;
}
.filter-search form {
    height: auto;
}
.filter-search form .item-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 15px 20px 5px 20px;
}
.filter-search form .item-col {
    width: 50%;
    padding: 0 10px;
}
.filter-search form .item-search {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.filter-search form .item-search label {
    width: 100%;
    max-width: 180px;
}
.filter-search form .item-search select, .filter-search form .item-search input {
    width: calc(100% - 180px);
    padding: 6px 10px;
    height: 36px;
}
.filter-search .footer-search {
    display: flex;
    position: relative;
}
.filter-search .footer-search button[type=submit] {
    position: relative;
    background-color: rgba(19,70,175,1) !important;
    border-radius: 3px;
}
.filter-search .footer-search button[type=submit] .icon-search {
    color: #fff;
}
.filter-search .footer-search button[type=submit] {
    position: relative;
    background-color: rgba(19,70,175,1) !important;
    border-radius: 3px;
    display: flex;
    color: #fff !important;
    width: 92px;
    justify-content: center;
    padding: 4px 10px;
}
.filter-search .footer-search button[type=submit]:hover{
	opacity: .7;
}
.filter-search .footer-search {
    display: flex;
    position: relative;
    padding: 5px 20px;
    border-top: 1px solid #ddd;
}
.filter-search .footer-search .btn-reload {
    margin-left: 15px;
    font-weight: normal;
    display: flex;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background-color: #F6A821;
}
.filter-search .footer-search .btn-reload .woostify-svg-icon {
    margin-right: 5px;
}
.form-messages.success {
    background-color: #DFF2BF;
    color: #270;
}
.form-messages {
    background-color: #FEEFB3;
    color: #9F6000;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 15px;
}
.woostify-container .woocommerce ul.apf-gallery-imgs {
    margin: 0;
    padding: 0;
}
table .btn-action.btn-view {
    opacity: .8;
}
.filter-search form .item-search .date-to {
    width: calc(100% - 180px);
    display: flex;
}
.filter-search form .item-search .date-to input {
    width: 48%;
}
.filter-search form .item-search .date-to input#min {
    margin-right: 4%;
}
.form-create .top-from {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-field {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
}
.form-field .item-field {
    width: 50%;
    padding: 0 10px;
    position: relative;
    margin-bottom: 15px;
}
.form-field .item-field input {
    width: 100%;
    padding: 8px 12px;
}
.form-field .item-field select{
    width: 100%;
    padding: 10.2px 12px;
}
.form-field .item-field label {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.contact-field {
    display: block;
    position: relative;
    margin-bottom: 8%;
}
.contact-field .wpcf7-submit.btn {
    padding: 8px 12px;
}
.contact-field .item-field {
    display: flex;
}
.contact-field .item-field .label {
    min-width: 120px;
    font-weight: 700;
}
.contact-field .item-field .item-input {
    width: calc(100% - 120px);
}
.contact-field .item-field .item-input input.wpcf7-form-control {
    width: 100%;
    height: 40px;
}
.contact-field .item-field .item-input textarea {
    height: 120px;
    width: 100%;
}
.contact-field .item-field .wpcf7-not-valid-tip {
    line-height: 1.2;
}
.has-sidebar .widget-area .widget_media_image img {
    width: 100%;
}
.widget_post_views_counter_list_widget {
    border-top: 3px solid #ee3a35;
    background-color: #fdf1f1;
    padding: 10px 15px;
}
.widget_post_views_counter_list_widget .widget-title {
    color: #ee3a35;
    font-weight: bold;
    margin-bottom: 15px;
}
.widget_post_views_counter_list_widget li {
    display: flex;
}
.widget_post_views_counter_list_widget li .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_post_views_counter_list_widget .post-thumbnail {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 3px;
    overflow: hidden;
}
.widget_post_views_counter_list_widget li {
    display: flex;
    font-size: 14px;
    line-height: 1.3;
    border-bottom: 1px solid #ee3a35;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.widget_post_views_counter_list_widget .post-title {
    width: calc(100% - 80px);
    padding-left: 10px;
}
.widget_post_views_counter_list_widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.my-account .my-account-icon {
    font-size: 16px;
    align-items: end;
}
.my-account .my-account-icon .woostify-svg-icon {
    margin-right: 8px;
}
.product-summary .product_title {
    font-weight: 700;
}
.product-summary .product-info .item {
    display: block;
    margin-bottom: 5px;
}
.product-summary .product-info .qr-code svg {
    max-width: 140px;
    max-height: 140px;
}
.section-inner h2 {
    margin: 0;
    padding: 10px;
    background-color: #1346AF;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
}
.section-inner .content {
    border: 1px solid #dddddd;
    padding: 10px;
}
.section-inner {
    display: block;
    position: relative;
    margin-top: 30px;
}
.author-info .section-inner:first-child {
    margin-top: 0;
}
.author-info .row-info {
    display: flex;
}
.author-info .col-avatar {
    width: 30%;
}
.author-info .col-info {
    width: 70%;
    padding-left: 15px;
}
.author-info .col-info h1 {
    margin-top: 0;
    font-size: 24px;
}
.author-info .col-info .list-info .item {
    margin-bottom: 5px;
}
.blog-new.type-featured .row-blog {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.blog-new.type-featured .item-col {
    width: 50%;
    padding: 0 10px;
}
.blog-new.type-featured .item-featured .content-blog .title-blog {
    font-size: 18px;
    line-height: 1.2;
}
.blog-new.type-featured .item-list .wrap {
    display: flex;
}
.blog-new.type-featured .item-list .thumbnail {
    width: 85px;
}
.blog-new.type-featured .item-list .content-blog {
    width: calc(100% - 85px);
    padding-left: 10px;
}
.blog-new.type-featured .item-list .content-blog .title-blog {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.3;
}
.blog-new.type-featured .item-list .item-blog {
    margin-bottom: 10px;
}
.blog-new.type-featured .item-list .item-blog:last-child {
    margin-bottom: 0;
}
.elementor-widget-wp-widget-woostify_recent_post_with_thumbnail h5,
.blog-new h2.title {
    margin: 0 0 20px;
    font-size: 20px;
    border-bottom: 1px solid #ed1b24;
    text-transform: uppercase;
}
.elementor-widget-wp-widget-woostify_recent_post_with_thumbnail h5 span,
.blog-new h2.title a {
    color: rgba(19,70,175,1);
    margin: 0;
    padding: 0;
    position: relative;
}
.elementor-widget-wp-widget-woostify_recent_post_with_thumbnail h5 span:before,
.blog-new h2.title a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #ed1b24;
}
.blog-new .date svg {
    position: relative;
    top: 2px;
}
.blog-new.type-list .item-col .wrap {
    display: flex;
}
.blog-new.type-list .item-col .thumbnail {
    width: 85px;
}
.blog-new.type-list .item-col .content-blog {
    width: calc(100% - 85px);
    padding-left: 10px;
}
.blog-new.type-list .item-col .content-blog .title-blog {
    font-size: 14px;
    margin: 0 0 10px;
}
.blog-new.type-list .item-col .item-blog {
    margin-bottom: 10px;
}
.blog-new.type-list .item-col .item-blog:last-child {
    margin-bottom: 0;
}
.blog-new.type-list .item-col .item-blog .date {
    margin-bottom: 0;
}
.blog-new.type-list .item-col.item-list {
    margin-top: 10px;
}
.product-slider .products.tns-slider .product {
    float: none;
    margin: 0;
}
.list-chuthe .item .avatar,
.user-slider .item-slider .avatar {
    position: relative;
    height: 230px;
    display: block;
}
.list-chuthe .item .avatar img,
.user-slider .item-slider .avatar img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: all .3s;
}
.list-chuthe .item .avatar,
.user-slider .item-slider .avatar {
    position: relative;
    height: 200px;
    display: block;
    overflow: hidden;
}
.list-chuthe .item:hover .avatar img,
.user-slider .item-slider:hover .avatar img {
    transform: scale(1.3);
}
.list-chuthe .item h4,
.user-slider .item-slider h4 {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}
.related.products h2,
.product-slider h2.title,
.user-slider h2.title {
    margin: 0 0 20px;
    font-size: 20px;
    border-bottom: 1px solid #ed1b24;
    text-transform: uppercase;
}
.product-slider h2.title span,
.user-slider h2.title span {
    color: rgba(19,70,175,1);
    margin: 0;
    padding: 0;
    position: relative;
}
.product-slider h2.title span:before,
.user-slider h2.title span:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #ed1b24;
}
.related.products h2 {
    color: rgba(19,70,175,1);
    padding: 0 0 5px;
    text-align: left;
    margin: 25px 0;
    position: relative;
}
.related.products h2:after {
    content: "";
    border-bottom: 3px solid #ed1b24;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    max-width: 224px;
}
.info-hoso .top-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-hoso .top-action .btn.btn-back {
    width: 90px;
    margin-left: 10px;
}
.form-field .item-field.field-full {
    width: 100%;
}
.form-field .item-field .select2-container .select2-selection--multiple {
    min-height: 50px;
}
.form-field .item-field input.select2-search__field {
    padding-left: 10px;
    padding-right: 10px;
}
.form-field .item-field input[readonly] {
    background-color: #ebebeb;
}
.list-chuthe {
    display: block;
    position: relative;
    margin: 30px 0;
}
.list-chuthe .row-chuthe {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.list-chuthe .item {
    width: 33.333333%;
    padding: 0 10px;
	margin-bottom: 20px;
}
.list-chuthe .item h4 {
    text-align: left;
}
.search-product-list {
    margin-bottom: 25px;
}
.widget-area .widget .widget-title {
    background: #e8e8e8;
    color: #185daa;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    border-left: 10px solid #185daa;
    padding: 7px 10px;
	margin: 0;
}
.widget-area .widget ul {
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 0;
}
.widget-area .widget_post_views_counter_list_widget .widget-title {
    color: #ee3a35;
    border: none;
    background: none;
    padding: 5px 0;
    margin-bottom: 10px;
}
.widget-area .widget_post_views_counter_list_widget ul {
    border: none;
    padding: 0;
}
.widget-area .widget ul li {
    border-bottom: 1px solid #ebebeb;
}
.widget-area .widget_post_views_counter_list_widget ul li {
    border-bottom: 1px solid #ee3a35;
}
.widget-area .widget_post_views_counter_list_widget ul li:last-child,
.widget-area .widget ul li:last-child {
    border-bottom: none;
}
.main-slider .tns-controls [data-controls] {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.main-slider .tns-controls [data-controls=next] {
    right: 5px;
}
.tns-controls [data-controls=prev] {
    left: 5px;
}
.google-map #map {
    width: 100%;
    height: 350px;
}
.google-map .avatar {
    max-width: 80px;
}
.google-map .leaflet-popup-content {
    text-align: center;
}
.product-info {
    display: block;
    position: relative;
    margin-top: 20px;
}
.img-info .gallery {
    display: flex;
    flex-wrap: wrap;
}
.img-info .gallery .open-galley {
    display: inline-flex;
    width: 150px;
    border: 1px solid;
    margin: 4px;
}
.single-product main#main {
    background-color: #f3f3f3;
    padding-bottom: 50px;
}
.single-product footer#colophon {
    margin-top: 0;
}
.single-product .site-content {
    margin-bottom: 0;
}
.single-product .product-page-container .woostify-container {
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
	max-width: calc(1200px - 30px);
}
.dokan-vendor-info-wrap .dokan-vendor-image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.single-product .content-top {
    padding: 20px 0 0px 0;
}
.section-dokan-vendor {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
}
.dokan-vendor-info .dokan-vendor-info-wrap .dokan-vendor-image {
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 30px;
}
.dokan-vendor-info-wrap .dokan-vendor-image img {
    border-radius: 50%;
}
.section-dokan-vendor .dokan-vendor-info-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 0;
    padding: 0;
}
.dokan-vendor-info .vendor-info {
    width: calc(100% - 130px);
}
.dokan-vendor-info .dokan-vendor-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.dokan-vendor-info .list-unstyled {
    margin-bottom: 7px;
}
.single-product .product-page-container {
    padding-bottom: 20px;
}
.dokan-vendor-info .btn {
    display: inline-flex;
    gap: 10px;
}
.dokan-vendor-info .btn svg {
    fill: #fff;
}
.dokan-vendor-info .btn:hover svg {
    fill: rgba(253,210,0,1);
}
.product-section-sidebar {
    display: flex;
    flex-wrap: wrap;
}
.product-section-sidebar .product-section-left {
    width: calc(100% - 232px);
    padding-right: 20px;
}
.product-section-sidebar .sidebar {
    width: 232px;
    position: relative;
    margin-top: 20px;
}
.product-section-sidebar .sidebar .wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    border-radius: 0.125rem;
    margin-bottom: 20px;
    padding: 1.25rem;
}
.product-section-sidebar .sidebar .widget-title {
    font-weight: bold;
}
.section-inner.desc {
    margin-top: 20px;
}
.product-section-sidebar .product-section-left .wrapper {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
    margin-top: 20px;
}
.section-reviews #comments {
    margin: 0;
    padding: 0;
}
.product-section-sidebar .section-reviews #reviews {
    max-width: 100%;
}
.section-reviews h2 {
    font-size: 24px;
}
.section-reviews #reviews #comments h2.woocommerce-Reviews-title {
    font-size: 16px;
}
section.related.products {
    padding-bottom: 50px;
}
.woocommerce-product-rating h6 {
    margin-bottom: 5px;
}
.product-loop-content .product-loop-meta span.price,
.product_list_widget .woocommerce-Price-amount {
    color: red;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu ul.navigation-submenu .payment,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.withdraw,
.dokan-dashboard .dokan-dashboard-wrap .dokan-product-meta .dokan-product-type-container {
    display: none !important;
}
.dokan-dashboard .dokan-dashboard-content form input#publish {
    margin-top: 20px;
}
.show_if_seller .split-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.show_if_seller .split-row .form-row.form-group {
    width: 50%;
}
.woocommerce-account .woocommerce-form.woocommerce-form-register {
    border: 0;
    padding: 0;
	max-width: 500px;
	margin: 0 auto;
}
.woocommerce-account #customer_login .u-column2>h2 {
    text-align: center;
}
.woocommerce-account .woocommerce-notices-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.woocommerce-account #customer_login .register-row .item-col.col-show-seller {
    display: none;
}
.vendor-customer-registration .radio input[type=radio] {
    opacity: 1;
    position: relative;
}
.form-group.vendor-customer-registration {
    margin-top: 20px;
}
.form-group.vendor-customer-registration label.radio {
    color: red;
}
.dokan-store-wrap #dokan-secondary {
    display: none;
}
.dokan-store .page-header {
    display: none;
}
.dokan-dashboard .dokan-dashboard-wrap select {
    width: 100%;
    height: 32px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
}
.stt-yes {
    display: inline-block;
    background-color: #6AA103;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}
.stt-no {
    display: inline-block;
    background-color: #F6A821;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}
.dokan-dashboard .apf-content-gallery {
    text-align: left;
}
.dokan-dashboard .apf-content-gallery ul.apf-gallery-imgs {
    margin: 0;
    padding: 0;
}
.show_if_seller strong.text-danger {
    color: red;
}
.show_if_seller strong.text-success {
    color: #6AA103;
}
ul.dokan-store-info span {
    font-weight: bold;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc {
    width: 60px !important;
}
table.dataTable thead th, table.dataTable thead td {
    min-width: 60px !important;
}
.dokan-dashboard .btn {
    background-color: rgba(19, 70, 175, 1);
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon {
    right: calc(50% - 18px) !important;
}
.group-action {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
    font-weight: normal;
}
.dokan-orders-content .dokan-orders-area .general-details ul.order-status {
    font-size: 16px;
}
.dokan-orders-content .dokan-orders-area .general-details ul.order-status .dokan-edit-status {
    color: red;
}
section.related.products:last-child {
    padding-bottom: 0;
}
button.print {
    background-color: #F6A821;
    border: 0;
    padding: 0 18px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
}
button.print svg {
    fill: currentColor;
}
.dokan-dashboard .woocommerce-MyAccount-content fieldset {
    border: 1px solid #ddd;
    margin: 0;
    padding: 5px 15px;
}
.dokan-dashboard .dokan-dashboard-wrap .info-review-hd {
    margin-top: 5%;
}
.info-review-hd .item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.info-review-hd .item .btn-action {
    display: inline-flex;
}
.info-review-hd .item span.name {
    display: inline-flex;
    font-weight: bold;
    gap: 10px;
}
.info-review-hd .item span.name .numb {
    color: red;
}
body .dokan-dashboard-wrap.ho-sp-page .dokan-dashboard-content, body .dokan-dashboard-wrap.ho-sp-page {
    overflow: visible;
}
.dokan-product-listing .dokan-product-listing-area .item-inline-edit {
    display: none;
}
.dokan-dashboard .dokan-dashboard-wrap textarea {
    width: 100%;
}
.dokan-dashboard .dokan-panel.dokan-profile-completeness {
    display: none;
}
.dokan-dashboard form.dokan-product-edit-form .dokan-form-group:nth-child(2),
.dokan-dashboard .dokan-dashboard-content .dokan-product-shipping-tax,
.dokan-dashboard .dokan-dashboard-content .dokan-attribute-variation-options,
.dokan-dashboard .dokan-dashboard-content .dokan-linked-product-options {
    display: none !important;
}
.dokan-dashboard button#remove_video_button[disabled] {
    display: none;
}
.dokan-dashboard #uploaded_video_preview {
    margin-top: 15px;
}
.section-inner.video-about video {
    width: 100%;
    margin-bottom: 15px;
}
.form-field .item-field.type_chamdiem {
    display: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.announcement {
    display: none;
}
.woocommerce-account .woocommerce-form.woocommerce-form-register label {
    font-weight: bold;
    margin-bottom: 5px;
}
.contact-shop ul.list-contact li.item-chat img,
.dokan-store-tabs ul.dokan-modules-button li.item-chat img {
    width: 40px;
}
.contact-shop ul.list-contact li.zalo-chat a,
.dokan-store-tabs ul.dokan-modules-button li.zalo-chat a {
    background-color: #2196F3 !important;
    border-radius: 100%;
    padding: 10px !important;
}
.contact-shop ul.list-contact li.item-chat a,
.dokan-store-tabs ul.dokan-modules-button li.item-chat a {
    display: flex;
}
.contact-shop ul.list-contact li.zalo-chat.item-chat img,
.dokan-store-tabs ul.dokan-modules-button li.zalo-chat.item-chat img {
    width: 30px;
}
.contact-shop ul.list-contact li.item-chat img,
.dokan-store-tabs ul.dokan-modules-button li.item-chat img {
    width: 48px;
}
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
    align-items: center;
    gap: 5px;
}
.contact-shop ul.list-contact {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 5px;
}
.summary.entry-summary button.dokan-store-support-btn-product {
    display: none;
}
.product-loop-wrapper .loop-add-to-cart-on-image.button.add_to_cart_button {
    width: 100%;
    white-space: normal;
    line-height: 14px;
    font-size: 12px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image {
    height: 130px !important;
    background: transparent;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline a {
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
}
.dokan-store-products-filter-area .product-name-search {
    padding: 0 10px;
}
.site-header-inner .woostify-container {
    max-width: 1240px;
}
section.woocommerce-order-details .order-pay {
    text-align: center;
}
section.woocommerce-order-details .title-order-pay {
    text-align: center;
}
@media (min-width: 992px){
	.footer-widget-col-3 .widget:nth-child(2) {
		width: 25%;
	}
	.footer-widget-col-3 .widget:nth-child(1) {
		width: 41.666667%;
	}
	.has-header-layout-1 .site-navigation {
		text-align: left;
	}
	.main-navigation .primary-navigation > .menu-item > a {
		text-transform: uppercase;
	}
	.site-header-inner .woostify-container {
		min-height: 50px;
	}
}
@media (max-width: 1280px){
	.main-navigation .primary-navigation > .menu-item > a {
		margin: 0 15px;
	}
}
@media (max-width: 1199px){
	.site-header-inner .woostify-container {
		min-height: auto;
	}
    .site-header-inner .wrap-toggle-sidebar-menu {
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: none;
        width: auto;
    }
	.site-header-inner>.woostify-container {
		display: flex;
		justify-content: space-between;
	}
	header#masthead .site-header-inner .site-tools {
		display: inline-flex;
	}
	header#masthead .site-header-inner .site-tools .my-account {
		display: inline-block;
	}
}
@media (max-width: 991px){
	.info-hoso .list-info .items-info {
		width: 50%;
	}
	.filter-search form .item-search label {
		max-width: 140px;
	}
	.filter-search form .item-search select, .filter-search form .item-search input {
		width: calc(100% - 140px);
	}
	.filter-search form .item-search .date-to {
		width: calc(100% - 140px);
	}
	.dataTables_wrapper .main-table{
		width: 960px;
		padding-bottom: 10px;
	}
	.dataTables_wrapper{
		overflow-x: auto;
	}
	.woocommerce-account .woocommerce-form.woocommerce-form-login {
		padding: 15px;
	}
}
@media (max-width: 767px){
	.woocommerce-account #customer_login .item-col {
		width: 100%;
	}
	.site-header-inner .woostify-container {
		padding: 8px 10px;
	}
	.filter-search form .item-search select, .filter-search form .item-search input {
		width: 100%;
	}
	.filter-search form .item-search label {
		max-width: 100%;
	}
	.filter-search form .item-search .date-to {
		width: 100%;
	}
	.author-info .row-info {
		flex-wrap: wrap;
	}
	.author-info .col-avatar {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.author-info .col-info {
		width: 100%;
		padding: 0;
	}
	footer#colophon.site-footer {
		margin-top: 30px;
	}
	.list-chuthe .item {
		width: 50%;
	}
	.page-header .entry-title {
		font-size: 22px;
	}
	.product-section-sidebar .product-section-left {
		width: 100%;
		padding: 0;
	}
	.product-section-sidebar .sidebar {
		width: 100%;
	}
}
@media (max-width: 600px){
	.site-footer-widget .widget {
		margin-bottom: 20px;
	}
	.site-footer .widget-title {
		margin-bottom: 10px;
	}
	.form-row-first, .form-row-last {
		width: 100%;
	}
	.info-hoso .list-info .items-info {
		width: 100%;
	}
	.form-review-hoso,
	.form-main-review .info-hoso {
		padding-left: 10px;
		padding-right: 10px;
	}
	.form-review-hoso .top-form h3 {
		font-size: 20px;
	}
	.form-review-hoso .top-form h2 {
		font-size: 24px;
	}
	form.review-form h4 {
		font-size: 18px;
	}
	form.review-form .form-fields .item-field input {
		min-width: 60px;
		margin-left: 10px;
	}
	.info-hoso .list-info .items-info ul.user li {
		font-size: 12px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.woocommerce-MyAccount-navigation {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.form-main-review .info-hoso h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	.info-hoso .top-action {
		align-items: start;
	}
	.info-hoso .top-action .btn.btn-back {
		margin-top: 20px;
	}
	form.review-form .form-fields .title-fields .text {
		line-height: 1.2;
		min-width: 80px;
		padding-top: 20px;
	}
	form.review-form .form-fields .title-fields {
		align-items: start;
	}
	.filter-search form .item-col {
		width: 100%;
	}
	.blog-new.type-featured .item-col {
		width: 100%;
	}
	.blog-new.type-featured .item-col.item-featured {
		margin-bottom: 10px;
	}
}
@media (max-width: 480px){
	.form-field .item-field {
		width: 100%;
	}
	.contact-field .item-field .item-input {
		width: 100%;
	}
	.contact-field .item-field {
		flex-wrap: wrap;
	}
	.contact-field .item-field .label {
		width: 100%;
	}
	.list-chuthe .item {
		width: 100%;
	}
	.dokan-vendor-info .vendor-info {
		width: 100%;
		margin-top: 15px;
	}
	.dokan-vendor-info .dokan-vendor-info-wrap .dokan-vendor-image {
		margin: 0 auto;
	}
}
