/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.hidden {
	display: none;
}
.user__login {
	margin: auto 0;
}

.title {
	margin: 0;
}

.log_reg_form.sidebar_area,
h4.title {
	text-align: left;
}

.about__hometext {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.thumb .float-end {
	width: 50%;
}

span.menu-title {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: auto;
}

.pb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.m-bottom {
    margin-bottom: 30px;
}

.form-group {
    margin: 20px 0;
}

label.radio-inline {
    margin-right: 10px;
}

.seek__content-title {
    padding-top: 30px;
}

.seek__title {
	font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}

.shop_item .thumb_info ul li:hover .wishlist__btn {
	background-color: transparent;
} 

.sort__price {
	outline: none;
	scroll-behavior: smooth;
	display: none;
}

.sort__price:focus, .sort__price:active, .sort__price:visited {
	border: none; 
	padding: 0; 
	margin: auto;
	outline: none;
	border-radius: 0px;
}

.sort__price::before {
	border: none; 
}

.sort__price option {
	padding: 10px 5px;
	border-radius: 0px;
}

.sort__price::-ms-expend {
	display: none;
}

.custom-select-wrapper {
        position: relative;
        display: inline-block;
        user-select: none;
    }
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 0.3s;
	padding: 0 84px 0 22px;
}


    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; 
		height: 10px;
        top: 50%; 
		right: 35px;
        margin-top: -3px;
        border-bottom: 1px solid #5f5f5f;
        border-right: 1px solid #5f5f5f;
        transform: rotate(45deg) translateY(-50%);
        transition: all 0.4s ease-in-out;
        transform-origin: 50% 0;
    }
    .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
    }
.custom-options {
	position: absolute;
	display: block;
	top: 100%; 
	left: 0;
	margin: 15px 0;
	border: 1px solid #dddddd47;
	border-radius: 4px;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.4s ease-in-out;
	margin-left: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}
    .custom-select.opened .custom-options {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateY(0);
    }
    .custom-options:before {
        position: absolute;
        display: block;
        content: '';
        bottom: 100%; right: 25px;
        width: 7px; height: 7px;
        margin-bottom: -4px;
		border-top: 1px solid #dddddd47;
		border-left: 1px solid #dddddd47;
        background: #fff;
        transform: rotate(45deg);
        transition: all 0.4s ease-in-out;
    }
    .option-hover:before {
        background: #f9f9f9;
    }
.custom-option {
    position: relative;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #dddddd47;
    font-size: 14px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
	background: #f2f0f0;
}

.newday {
	font-size: 10px;
}

.shop_item .thumb.other ,
.shop_item .thumb.seek__product {
    overflow: hidden;
    padding-top: 56.25%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.shop_item .thumb.other img,
.shop_item .thumb.seek__product img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input.btn.btn-primary,
input.btn.btn-thm {
    font-size: 1.1rem;
    padding: 15px 30px;
    outline: none;
    border-color: transparent;
}

ul.list_details li {
    padding-left: 10px;
}

ul.list_details {
    display: flex;
    flex-wrap: wrap;
}