/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
	--main-color: #CC0000
}
form.variations_form {
	display: block !important;
}

.row-search .product-small.box {
    border-radius: 5px;
    overflow: hidden;
}
.box-text.box-text-products {
    text-align: center;
}
p.name.product-title.woocommerce-loop-product__title {
    font-size: 18px;
	text-align: center
}
.woocommerce-page p.name.product-title a.woocommerce-loop-product__link {
	color: #2d2d2d !important;
}
.woocommerce-page p.name.product-title a.woocommerce-loop-product__link:hover {
	color: #D71920 !important;
}
.breadcrumbs {
	font-weight: 600 !important
}
.row.category-page-row {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.row.category-page-row > .col {
    padding: 0;
}
.row.category-page-row .row {
    margin: 0 auto !important;
}
.products__attach .product-small img {
	transform: scale(1) !important
}
.products__attach .product-small:hover img {
	transform: scale(1.1) !important;
	box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
}

.product-main {
display: none
}
.product-footer .container {
	padding: 0 !important
}
.listbutton a.button span {
    font-size: 16px;
    color: #CC0000;
}
.Ss__phukien__single {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.listbutton a.button.active, .listbutton a.button:hover {
	background: #CC0000;
	border: none;
	box-shadow: none !important
}
.pdb-0 {
	padding-bottom: 0 !important
}
.listbutton a.button.active span, .listbutton a.button:hover span{
	color: #fff;
}
.row__product__single__attr {
    padding-bottom: 50px;
}
.listbutton a.button {
    padding: 8px 20px;
	line-height: 1;
	font-weight: 600;
	background-color: #fff;
    border: 1px solid #ddd;
}
.listbutton .button {
    width: 267px !important;
}
.single-product .product-footer .woocommerce-tabs {
     margin: 0 !important;
    padding: 104px 15px 60px !important;
}
.woocommerce-tabs .tab-panels {
    max-width: 1185px;
    margin: auto;
}
.product-footer .tabbed-content .tabs li a:before {
	content: "";
    height: 3px;
    left: 50%;
	top: auto;
    opacity: 0;
    position: absolute;
    bottom: 0 !important;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.product-footer .tabbed-content .tabs li a {	
	font-weight: 600 !important
}
.product-footer .tabbed-content .tabs li.active a:before, .product-footer .tabbed-content .tabs li a:hover:before {
	opacity: 1 !important;
}
.woocommerce-Tabs-panel .box-content {
	color: #393939
}
.section_calculator {
    background: #fff;
}
#nk_loan_calculator .tool-box .col {
    background: #F8F9FA;
	border-radius: 5px;
	padding: 45px 50px
}
#nk_loan_calculator .tool-box {
    display: flex;
    border-radius: 0;
    border: none;
	gap: 20px
}
#nk_loan_calculator .box-left .row .calc-wrapper .input-group .calc-input {
    box-shadow: none !important;
    background: #fff !important;
}

#nk_loan_calculator .box-left .row .calc-wrapper .input-group {
    border: 1px solid #ddd;
    border-radius: 5px !important;
    overflow: hidden;
    height: 40px !important;
}
#nk_loan_calculator .box-left .row .label {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
#nk_loan_calculator .btn-black-outline {
    text-transform: none;
}
#nk_loan_calculator .box-left .row .option input[type=radio]::before {
	border-color: #D71920
}
#nk_loan_calculator .box-left .row .option input[type=radio]:checked::after {
    background: #D71920;
}
.related-products-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.product-section {
    border-top: none;
}
.single-product .related .product-section-title {
    text-transform: none;
}
.single-product .related {
    background-color: white;
    border-radius: 0.5rem;
    margin: 0 auto;
    padding: 30px 0;
}
section.list_image {
    padding: 0 !important;
}

.attribute-item strong {
    width: 100%;
    font-size: 18px;
    margin-bottom: 12px;
}
.product-attributes .attribute-item div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 7px;
}
button.f-button.is-next {
    right: 0 !important;
}
.f-button {
    background: transparent;
    color: #fff;
}
.f-carousel__nav .f-button:hover {
   background: transparent !important
}
.f-carousel__nav .f-button svg {
    width: 32px;
    height: 32px;
}
.product-attributes-images img {
	cursor: zoom-in
}
.flickity-page-dots {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

#nk_loan_calculator .box-right .chart-box .chart1 .estimate .estimate-value {
	width: max-content
}

.social-icons {
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    border: 1px solid #f1f1f1;
    padding: 5px 20px;
    border-radius: 5px;
}
.header-bottom {
    background-color: #CC0000 !important;
}
.header-main {
    height: 44px !important;
}
.header-bottom-nav>li>a {
    line-height: 55px !important;
}
.header-bottom-nav>li>a:hover {
	color: #fff !important;
        text-decoration: none !important;
        background-color: #9d0202 !important;
}
.header-bottom-nav {
	justify-content: center
}
.product-small ul.wps-product-attributes {
    display: none;
}
.live-search-results .autocomplete-suggestion span.search-price {
	display: none
}
.box__version__variations ul.list__color {
    list-style: none;
	margin-bottom: 0 !important
}
.box__version__variations ul li.item__color {
    display: inline-block;
}
.box__version__variations ul li.item__color:not(:last-child) {
	margin-right: 13px
}
.box__version__variations ul li.item__color a {
    display: flex;
    align-items: center;
    gap: 5px;
}	
.box__version__variations ul li.item__color a span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.wrapper__list__versions .box__version__variations:not(:last-child) {
    border-bottom: 1px solid rgba(95,95,95,.15);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
a.color__link img, a.color__link span, a.color__link {
	transition: all .3s
}
a.color__link:hover {
	transform: translateY(-2px)
}

a.color__link.active img{
box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
}
a.color__link.active span, a.color__link:hover span {
	color: var(--main-color) !important;
	font-weight: 800 !important
}
.inner__dynamic__vari img {
	width: 100%
}
.box__img__vari {
    padding-right: 150px;
}
.header__list__versions h2 {
    text-align: center;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 1000 !important;
    font-style: italic;
	margin-bottom: 20px
}
.wrapper__list__versions {
    position: sticky;
    top: 137px;
}
h4.title__version {
    color: #5f5f5f;
}
#motor__colection__nav .colection-nav {
    display: flex;
    align-items: flex-end;
    font-size: 0;
    border-bottom: 1px solid #d2d2d2;
    height: 40px;
}
#motor__colection__nav .colection-nav .colection-nav-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500 !important;
    margin-right: 20px;
    padding-bottom: 7px;
    line-height: 26px;
    cursor: pointer;
    transition: all .1s;
    border-bottom: 5px solid transparent;
    color: #212529;
}
#motor__colection__nav .colection-nav .colection-nav-item.active {
    color: #de0000;
    font-weight: 900 !important;
    border-bottom: 5px solid #de0000;
}
#motor__colection__nav {
    margin: 56px 0;
}
.thumb__product {
    padding-top: 70%;
	position: relative
}
.thumb__product img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}


.content_cate .category-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
.content_cate .category-item .nameAndColor h3 {
    font-size: 22px;
    color: #000;
    font-weight: 900;
}
.empty-list {
    display: none;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 52px;
    color: #f3f3f3;
    font-weight: 900 !important;
    width: 100%;
    letter-spacing: 0;
}
#drawer_k {
    display: none;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100vh;
    z-index: 10001;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
}
    #drawer_k {
        height: 100dvh;
    }
#drawer_k .drawer__container {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 612px;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#drawer_k .drawer__container .drawer_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #de0000;
    cursor: pointer;
}
#drawer_k .drawer__container .drawer_close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 40px;
    height: 2px;
    background-color: #fff;
}
#drawer_k .drawer__container .drawer_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 40px;
    height: 2px;
    background-color: #fff;
}
#drawer_k .drawer__container .title {
    margin-top: 50px;
    font-size: 28px;
    font-weight: 900 !important;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #de0000;
    padding-left: 50px;
    line-height: 42px;
}
#drawer_k .drawer__container .content-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 50px 60px;
    color: #393939;
}
#motor__colection__action {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}
#motor__colection__action .colection-filter {
    display: flex;
    align-items: center;
    gap: 24px;
}
#motor__colection__action .motor-search {
    position: relative;
    height: 56px;
    width: 251px;
}
#motor__colection__action .motor-search #input-search {
    height: 100%;
    border-radius: unset;
    padding-right: 2.55rem;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 400;
    border-color: #9e9e9e;
    line-height: 26px;
	margin-bottom: 0 !important
}
#motor__colection__action .motor-search svg {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
#motor__colection__action .colection-filter .filter_by_popup_ctn {
    display: flex;
    align-items: center;
    gap: 24px;
}
#motor__colection__action .colection-filter .filter-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    border: 1.5px solid #de0000;
    cursor: pointer;
}
#motor__colection__action .colection-filter .result-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
#form_search_text {
	margin-bottom: 0 !important
}
#motor__colection__action .filter-result-number {
    font-size: 16px;
    font-weight: 900 !important;
    line-height: 26px;
    color: var(--main-color);
}
.compare_wrapper>a.for_pc {
    display: block;
}
.btn_container {
    position: relative;
    width: auto;
    margin: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #de0000;
    color: #de0000;
    background-color: #fff;
    cursor: pointer;
    transition: .3s;
    transition-timing-function: linear;
    padding: 1px 10px;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: unset!important;
}
.btn_container .arrow {
    position: relative;
    width: 8px;
    height: 8px;
    border-top: 2px solid #c00;
    border-right: 2px solid #c00;
    transform: translateY(0) rotate(45deg);
    transition: .3s;
}
.btn_container .arrow:before {
    position: absolute;
    content: "";
    top: 0;
    width: 14px;
    height: 2px;
    background-color: #de0000;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right;
    transition: .3s;
}
.btn_container .text>span {
    line-height: 20.24px;
	font-weight: 800
}
.btn_container:hover:not(.disabled):not(.inactive_red) {
    background-color: #de0000;
    color: #fff;
}
.btn_container:hover:not(.disabled):not(.inactive_red) .arrow:before {
    background-color: #fff;
}
.btn_container:hover:not(.disabled):not(.inactive_red) .arrow {
    border-top-color: #fff;
    border-right-color: #fff;
}
.background-cacaca {
    background-color: #f6f6f6;
    height: 32px;
}
#table_price .title-table {
    line-height: 26px;
    font-size: 18px;
    font-weight: 800 !important;
    text-transform: none;
    letter-spacing: 0;
}
#table_price .title-table {
    color: #fff;
}
td, th {
    padding: 10px !important;
    text-align: center;
    border: 1px solid #cacaca;
}
th {
    background-color: var(--main-color);
}
table {
    width: 100%;
    border-collapse: collapse;
}
#table_price .model_name {
    font-weight: 800;
}
#table_price .color, #table_price .model_name {
    color: #393939;
    line-height: 26px;
    font-size: 16px;
}
.content_cate .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
#drawer_k .drawer__container .content-container .custom-checkbox input[type=checkbox] {
    display: none;
}
#drawer_k .drawer__container .content-container .custom-checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    line-height: 26px;
}
#drawer_k .drawer__container .content-container .custom-checkbox label .icon_checked {
    display: none;
}
#drawer_k .drawer__container .content-container .custom-checkbox {
    display: inline-block;
    margin-right: 10px;
}
.custom-checkbox img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
	border: 2px solid #fff;
}
#drawer_k .drawer__container .content-container .filter-color-container .custom-checkbox input[type=checkbox]:checked+label .icon_checked {
    margin-left: 0;
}
#drawer_k .drawer__container .content-container .custom-checkbox input[type=checkbox]:checked+label .icon_checked {
    display: inline;
    margin-left: 8px;
}
#drawer_k .drawer__container .content-container .custom-checkbox input[type=checkbox]:checked+label {
    background-color: #393939;
    color: #fff;
}
.icon_checked path{
	fill: #fff
}
#drawer_k .drawer__container .content-container .title-filter {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600 !important; 
    line-height: 26px;
}
#drawer_k .drawer__container .content-container .custom-radio {
    display: inline-block;
    margin-right: 10px;
}
#drawer_k .drawer__container .content-container .custom-radio input[type=radio] {
    display: none;
}
#drawer_k .drawer__container .content-container .custom-radio label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 12px;
    background-color: #f5f5f5;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    line-height: 26px;
}
#drawer_k .drawer__container .content-container .custom-radio input[type=radio]:checked+label {
    background-color: #393939;
    color: #fff;
}
#drawer_k .drawer__container .content-container .custom-radio label .icon_checked {
    display: none;
}
#drawer_k .drawer__container .content-container .custom-radio input[type=radio]:checked+label .icon_checked {
    display: inline;
    margin-left: 8px;
}
#title_back {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}
#title_back .div_back, #title_back .div_back a {
    display: flex;
    flex-direction: row;
}
#title_back .div_back .arrow-left {
    margin: 8px 10px 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #393939;
    border-left: 2px solid #393939;
    transform: rotate(-45deg);
}
#title_back .div_back .back-to-product {
    color: #393939;
    line-height: 26px;
    font-size: 16px;
    font-weight: 900 !important;
}
#title_back .div-title {
    color: #de0000;
    line-height: 42px;
    font-size: 28px;
    font-weight: 800 !important;
    font-style: italic;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.table_pc {
    font-weight: 800 !important;
}
#title_back .div-title .motor-search {
    position: relative;
    height: 45px;
    width: 335px;
}
#title_back .div-title .motor-search #input-search {
    height: 100%;
    border-radius: unset;
    padding-right: 2.55rem;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 500 !important;
    border-color: #9e9e9e;
    line-height: 26px;
	font-style: normal
}
#title_back .div-title .motor-search>i, #title_back .div-title .motor-search svg {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
#title_back .div-title .motor-search #input-search:focus {
    border-color: #de0000;
    box-shadow: none;
}
.tabs__installment li.tab a {
    border: 1px solid #cdcdcd;
    color: var(--main-color);
    font-size: 16px;
    padding: 0px 75px;
}
.tabs__installment li.tab.active a {
	color: #fff;
	background: var(--main-color);
	border-color: var(--main-color)
}
.tabs__installment ul.nav {
    gap: 17px;
}
.col__btn__calltac a.button {
  margin: 0;
    text-transform: none;
    border-radius: 50px;
    padding: 0 55px;
    font-weight: 700 !important;
}
.col__btn__calltac a.button:hover  {
	color: #fff
}
.menu-xemay .ux-menu-link--active a:before {
    right: 17px;
	left: auto
}
#table_price .color {
    font-weight: 500;
}
#table_price .price span.amount {
    font-size: 18px;
    color: #de0000;
}
.table_mobile {
    display: none;
}
.archive-slider {
	position: relative;
	overflow: hidden
}
.archive-slider .item__image img {
	width: 100%
}
.nav__archive {
    height: 55px;
    width: 55px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer
}
.nav__archive .control-prev-icon {
    border-left: 2px solid #cacaca;
    transform-origin: left;
    transform: rotate(-45deg) translateY(5px);
}
.nav__archive .control-next-icon {
   border-right: 2px solid #cacaca;
    transform-origin: right;
    transform: rotate(45deg) translateY(5px);
}
.nav__archive span {
    background-image: none;
    width: 10px;
    height: 10px;
    transform-origin: center center;
    border-top: 2px solid #cacaca;
}
.bar__nav__swiper {
    display: flex;
    align-items: center;
    gap: 17px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 12px;
}
.pagination-number-count {
    display: inline-block;
    width: auto;
	color: #cacaca
}
.category-item .price {
    line-height: 26px;
    font-size: 18px;
    font-weight: 500 !important;
    color: #000;
}
.category-item .price span {
    font-weight: 800 !important;
}
.category-item .title {
    margin-top: 10px;
}
#drawer_k #slider.noUi-target {
    background: #cacaca;
    height: 6px;
    border-radius: 0;
    border: unset;
    box-shadow: unset;
}
#drawer_k #slider {
    margin-bottom: 30px;
}
#drawer_k #slider .noUi-connect {
    background: #de0000;
}
#drawer_k #slider.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    top: -10px;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    cursor: pointer;
    transition: all .3s linear;
}
#drawer_k .price-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
#drawer_k #input-format-left, #drawer_k #input-format-right {
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #9e9e9e;
    background: transparent;
    line-height: 26px;
	box-shadow: none;
	width: auto !important;
	margin-bottom: 0 !important
}
#drawer_k .filter-price-container .title-filter {
    margin-bottom: 25px !important;
}
#drawer_k .price-input .price-dash {
    width: 22px;
    height: 1px;
    background-color: #000;
}
.box__img__vari {
    padding-right: 150px;
    position: sticky;
    top: 150px;
}
@media (min-width: 1720px) {
    .row:not(.row-full-width) {
        max-width: 1560px !important;
    }
	.woocommerce-tabs .tab-panels {
    max-width: 1545px;
    margin: auto;
}
	.related-products-wrapper {
    max-width: 1560px;
    margin: 0 auto;
}
}
@media (max-width: 768px) {
.single-product .product-footer .tabs {
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    gap: 25px;
    overflow: auto;
}
	.product-footer .tabbed-content .nav li {
    min-width: max-content;
}
	.row__product__single__attr {
    padding-bottom: 30px;
}
}
@media (max-width: 1239px) {
#motor__colection__nav .colection-nav .colection-nav-item {
	min-width: max-content;
}
#motor__colection__nav .colection-nav {
    overflow: auto;
}
	.content_cate .grid {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 850px) {
	
	.header-wrapper #masthead .nav>li>a:after {
    content: unset !important
}
	.header-wrapper #masthead #logo img {
    max-height: 60px!important;
}
	#logo a {
    height: 70px;
}
	.medium-logo-center .logo img {
    margin: 0 auto;
}
	.html_topbar_left a.menu-datlich {
height: 32px;
		width: 32px;
		display: flex;
		justify-content: center;
		align-items: center
}
	.box__img__vari {
    padding-right: 0;
}
	.content_cate .grid {
    grid-template-columns: repeat(2, 1fr);
}
	.header-main {
    height: 100px !important;
}
	#motor__colection__nav {
    margin: 30px 0 40px;
}
	#motor__colection__action {
    flex-direction: column;
}
	#motor__colection__action .colection-filter {
   justify-content: space-between;
        gap: unset;
        margin-bottom: 10px;
}
	#motor__colection__action .colection-filter #form_search_text {
    flex: 1;
    margin-right: 16px;
}
	 #motor__colection__action .motor-search {
    height: 45px;
    width: auto;
}
	#drawer_k {
    width: 100vw;
}
}
@media (max-width: 768px) {
#drawer_k .drawer__container {
    width: 100%;
    height: 90%;
    max-width: 612px;
    bottom: 0;
    top: unset;
}
	#drawer_k .drawer__container .content-container {
    padding: 25px 0 0;
}
	#drawer_k .drawer__container .content-container>div:not(:last-child) {
    padding: 0 20px;
}
	#drawer_k #input-format-left, #drawer_k #input-format-right {
    font-size: 14px;
    width: 140px !important;
    line-height: 24px;
}
	#drawer_k .price-input .price-dash {
    width: 15px;
}
	#drawer_k .drawer__container .content-container .filter-result-drawer {
    width: 100%;
    padding: 16px 20px;
    box-shadow: 0 -4px 16px 0 rgba(0,0,0,.15);
}
	#drawer_k .drawer__container .content-container .filter-result-drawer .btn_container {
    width: 100%;
}
	.wrapper__slider__archive {
		display: none
	}
}
@media (max-width: 564px) {
	#drawer_k .drawer__container {
    overflow: hidden;
    display: block;
}
	#drawer_k .drawer__container .drawer_close {
    width: 40px;
    height: 40px;
}
	#drawer_k .drawer__container .drawer_close:after, #drawer_k .drawer__container .drawer_close:before {
    width: 20px;
}
	#drawer_k .drawer__container .title {
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin-top: 20px;
    font-style: normal;
    line-height: 34px;
}
	#drawer_k .drawer__container .content-container {
    overflow: auto;
    max-height: 75%;
}
	#drawer_k .drawer__container .content-container .filter-result-drawer {
    position: absolute;
    bottom: 0;
    background-color: #fff;
}
   .tabs__installment li.tab a {
    font-size: 14px;
    padding: 0px 40px;
}
	.content_cate .grid {
    grid-template-columns: repeat(1, 1fr);
}
	#motor__colection__action .colection-filter .filter-icon {
    width: 40px;
    height: 40px;
}
		#motor__colection__action .colection-filter .filter-icon>svg {
    width: 16px;
    height: 16px;
}
	#motor__colection__action .colection-filter .filter_by_popup_ctn .filter-result-container {
    display: none;
}
	#motor__colection__action button.btn_container {
    width: 100%;
}
	#title_back .div-title {
    line-height: 34px;
    font-size: 24px;
    font-style: unset;
    flex-direction: column;
    font-weight: 700;
}
	#title_back .div-title .motor-search {
    width: 100%;
    margin-top: 20px;
}
	#table_price .table_pc {
    display: none;
}
	.table_mobile {
    display: table-row;
    font-weight: 700 !important;
}

	#table_price .color, #table_price .model_name {
    line-height: 16px !important;
	font-size: 12px;
    font-weight: 500;
    width: 33.3333%;
}
	#table_price .price span.amount {
    font-size: 12px;
}
	 #table_price .model_name {
    font-weight: 800;
}
	#table_price .title-table {
    line-height: 20px;
    font-size: 16px;
}
	td {
    text-align: unset;
}
		td.title_table_mobile {
    text-align: center
}
	.empty-list {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 32px;
}
}