/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}

a{
	text-decoration: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#designer-content{
	background-color: #393939;
}

p{
	line-height: 1.2;
}

a{
    /* font-family: 'Montserrat'; */
}

#designer-content .row-designer-content{
	justify-content: center;
	padding-bottom: 60px;
}

.container-fluid{
	padding: 0 35px !important;
}

#designer-background img{
	width: 100%;
}

#designer-content .designer-information{
	height: 725px;
	background-color: #242424;
	transform: translateY(-19%);
	width: 327px;
	text-align: center;
	margin-right: 50px;
	position: sticky;
    top: 140px;
}

#designer-content .designer-information .box-information{
	margin-top: 52px;
	margin-left: 17px;
	margin-right: 17px;
	
}

#designer-content .designer-information .box-information .designer-avatar{
	width: 150px;
	height: 150px;
	margin: auto;
	margin-bottom: 20px;
}

#designer-content .designer-information .box-information .designer-avatar img{
	width: 100%;
	border-radius: 90px;
	height: 100%;
	object-fit: cover;

}

#designer-content .designer-information .box-information .designer-name p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-right: 7px;

}

#designer-content .designer-information .box-information .designer-name{
	margin-bottom: 8px;
}

#designer-content .designer-information .box-information .designer-button-group a{
	display: block;
	color: #393939;
    background-color: #FED354;
    border: none;
    border-radius: 15px;
    width: 165px;
    height: 34px;
    transition: all 0.5s ease;
    font-weight: bold;
	font-size: 20px;
	cursor: pointer;

}

#designer-content .designer-information .box-information .designer-button-group .button-share-link{
	width: 75px !important
}

#designer-content .designer-information .box-information .designer-button-group button a{
	color: #242424;
}

#designer-content .designer-information .box-information .designer-button-group a:hover{
	background-color: #FFCA00;
	transition: all 0.5s ease;
}


#designer-content .designer-information .box-information .designer-button-group{
	font-weight: 700;
	margin-bottom: 26px;
	display: flex;
	justify-content: space-between;

}

#designer-content .designer-information .box-information .designer-bio p{
	color: #fff;
	text-align: left;
}


#designer-content .box-product #nav-portfolio .img-certification{
	max-height: 400px;
	/* width: 100%; */
}

#designer-content .box-product #nav-portfolio{
	text-align: center;
}

#designer-content .box-product .nav-tabs{
	border-bottom: none ;
	margin-bottom: 23px;
}

#designer-content .box-product .nav-tabs .nav-link{
	color: #CA9408;
	font-weight: bold;
	border-radius: 15px;
	margin-right: 10px;
	font-size: 17px;
}

#designer-content .box-product .nav-tabs .nav-link:hover{
	background-color: #f3ecec;
	border: 1px solid #9A9997;
}

#designer-content .box-product .nav-tabs .nav-link.active{
	background-color: #fff;
	border: 1px solid #9A9997;
}



#designer-content .designer-product{
	margin-top: 20px;
}

#designer-content .box-product .product-item .product-img{
	height: 195px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;

}

#designer-content .box-product .product-item .product-img img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	object-fit: cover;
}

#designer-content .box-product .product-item .product-img img:hover{
	scale: 1.2;
	transition: all 0.5s ease;
}

#designer-content .box-product .product-item .product-price{
	color:#FED354;
	display: flex;
}

#designer-content .box-product .product-item .product-price p{
	font-size: 16px;
	margin-right: 10px;

}

#designer-content .box-product .product-item .product-price p del{
	font-size: 13px;
	color: #BFBFB1
}

#designer-content .box-product .product-item .day-storage{
	/* font-size: 17px !important; */
}

#nav-storage .product-price{
	justify-content: space-between;
}


#designer-content .box-product .product-item .product-sold{
	color: #BFBFBF
}

#designer-content .box-product .product-item{
	margin-bottom: 30px;
}

#designer-content .box-product .product-item .product-sold{
	margin-bottom: 10px;
}

#designer-content .box-product .product-item .product-title{
	/* margin-bottom: 10px; */
}


#designer-content .box-product .product-item .product-title p{
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

#designer-content .box-product .product-item a{
	text-decoration: none;
}


#designer-content .designer-contact .designer-social{
	color: #ffffff;
	text-align: left;
	margin-bottom: 20px;
}

#designer-content .designer-contact .designer-social{
	text-align: left;
}

#designer-content .box-information .designer-statistical .designer-statistical-item .number-statistical p{
	color:#FFCA00;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0;
}

#designer-content .box-information .designer-statistical .designer-statistical-item .name-statistical p{
	color:#fff;
	font-size: 18px;
}

#designer-content .box-information .designer-statistical{
	display: grid;
    grid-template-columns: auto auto;
}

.box-product .top-box-product {
	display: flex;
    justify-content: space-between;
	margin-bottom:20px ;
	align-items: center;
}

.box-product .top-box-product input{
	border-radius: 26px;
	width: 266px;
	border: none;
	padding: 0 12px;
	height: 35px;
	
}

.pagination .page-item .page-link{
	background-color: #242424;
}

.pagination .page-item:active .page-link{
	background-color: #242424 !important;
}

.page-item.active .page-link{
	background-color: #fcd703e9 !important;
	color: #000 !important;
	font-size: 19px !important;

}

.page-item .page-link{
	background-color: #000 !important;
	color: #fcd703e9 !important;
	font-size: 19px !important;
	border: none;
}



/* Trang chi tiết mẫu thiết kế */



#product-details{
	background-color: #393939;
	padding-top: 50px;
	padding-bottom: 60px;
}


#product-line{
	width: 100%;
	height: 40px;
	background-color: #242424;
}

#product-details .product-img-item img{
	max-width: 100%;
	height: 400px;
    object-fit: cover;
    background-position: top;
    object-position: center top;
}

#product-details .product-img-item{
	margin-right: 15px;
	text-align: center;
}


#product-details .product-information p{
	color: #fff
}

#product-details .product-information h1{
	background: linear-gradient(to right, #edd67c, #fcd703e9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.2;
}

#product-details .product-information span{
	color: #fff;
	font-size:16px;
	font-weight: normal;
}

#product-details .product-information p{
	font-size: 16px;
	color: #FFCA00;
	font-weight: bold;
}

#product-details .product-information .modal-footer a{
	background-color: #FFCA00;
	color: #000;
	border: none;
}

#product-details .product-information button{
	background: #FFCA00;
	width: 240px;
	height: 43px;
	border-radius: 50px;
	color: #1f1e1e;
	font-size: 17px;	
	border: none;
	transition: all 0.5s ease;
	margin-right: 10px;
}

#product-details .product-information .product-button a{
	/* background: #ef9300; */
	border: none
}

#product-details .product-information .product-button a:hover{
	/* background: #d38405; */
}

#product-details .product-information .product-button-chatbot button{
	width: 500px;
}

#product-details .product-information button a{
	color: #1f1e1e 
}

#product-details .product-information button:hover{
	background: #efd158;
	transition: all 0.5s ease;
}

#product-other .product-other-title h2{
	color: #FFCA00;
    font-weight: bold;
    font-size: 28px;
}


#product-other .product-item .product-img{
	height: 195px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;

}

#product-other .product-item .product-img img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}

#product-other .product-item .product-img img:hover{
	scale: 1.2;
	transition: all 0.5s ease;
}

#product-other .product-item .product-price{
	color:#FED354;
	display: flex;

}

#product-other .product-item .product-price p{
	font-size: 18px;
	margin-right: 10px;
}

#product-other .product-item .product-price p del{
	font-size: 18px !important;
}


#product-other .product-item .product-sold{
	color: #BFBFBF
}

#product-other .product-item{
	margin-bottom: 30px;
	margin: 15px
}

#product-other .product-item .product-sold{
	margin-bottom: 10px;
}

#product-other .product-item .product-title{
	/* margin-bottom: 10px; */
}


#product-other .product-item .product-title p{
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

#product-other .product-item a{
	text-decoration: none;
}

#product-other{
	background-color: #393939;
	padding-top: 60px;
	padding-bottom: 60px;
}

.product-other-slide{
	position: relative;
}

.slick-prev{
	left: 0
}

.slick-next{
	right: 0
}

.arrow-slide{
	position: absolute;
    z-index: 10;
    top: 26%;
    font-size: 23px;
    padding: 6px 16px;
	border:none;
	background-color: #ffe16f;
	color: #393939;
	border-radius: 50px;
}

/* Chi tiết kho */
.name-storage{
	background: linear-gradient(to right, #ffe078, #e3d0cc, #f8fd0f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
}


/* footer */
.downloadapp-footer-item img {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}

/* Chi tiết kho */
.name-storage{
	background: linear-gradient(to right, #FFC500, #e3d0cc, #a4a718);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* footer */

#section-footer{
	padding: 30px 0;
	background-color: #292B36;
}

.logo-footer{
	text-align: center;
}

.downloadapp-footer-item img{
	width: 158px;
	height: auto;
}

.downloadapp-footer-item{
	text-align: center;
}


.downloadapp-footer-title p{
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}

.logo-footer img{
	width: 92px;
	height: auto;	
	text-align: center;
}

.footer-bottom-container{
	display: flex;
	justify-content: space-between;
	padding-top: 17px;
}

#section-footer-bottom{
	background-color: #1e2129;
}

#section-footer-bottom .footer-bottom-copyright{
	color: #85827a;
	padding-bottom: 15px;
}

.footer-bottom-link a{
	color: #fff !important;
	margin-right: 13px;
}

.footer-right p{
	color: #fff;
	text-transform: uppercase;
	border-bottom:2px solid #fff ;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.footer-right li{
	color: #fff;
	margin-bottom: 20px;
}

.footer-right{
	display: flex;
	justify-content: center;
}

.menu-footer{
	/* width: 100%; */
}

/* header */

.section-header{
	background-color: #1B1A17 !important;
}

.navbar-header{
	justify-content: space-between;
}

.navbar-header img{
	width: 83px;
	height: auto;
}

.navbar-header{
	text-align: center;
}

.navbar-header .header-search .form-control{
	width: 25%;
}

.navbar-header .header-search form{
	justify-content: end;
}

.navbar-header .download-button-header{
	margin: auto;
    text-align: center;
    background-color: #fcb900;
    margin-right: 15px;
    font-size: 13px;
    padding:15px 20px;
	color: #fff;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
	border-radius: 5px;
	transition: all 0.5s ease;
}

.navbar-header .download-button-header:hover{
	background-color: #ef9300;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
	transition: all 0.5s ease;

}

.section-header .navbar{
	background-color: #1B1A17 !important;
}

.section-header .navbar .header-menu li a{
	color: #b8b2b2;
	font-weight: bold;
	font-size: 85%

}

.section-header .navbar .header-menu li a:hover{
	color: #fff;

}

.header-search button{
	background-color: #1B1A17;
	color: #ef9300;
}



.header-menu-mobile{
	display: none;
}



/* Sua header mobile*/

.header-menu-mobile{
	padding: 0 7px !important;
}

.menu-mobile{
	position: absolute;
    top: 46px;
    z-index: 9;
    background-color: #1B1A17 ;
	padding: 8px 11px;
    left: 0;
    right: 0; 
	color: #ef9300;
	opacity: 0.9;

}

.header-menu-mobile .button-header{
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
}

.menu-mobile .nav-item .nav-link{
	color: #fff !important;
}

.menu-mobile .nav-item{
	border-bottom: 1px solid transparent;
}

.header-menu-mobile{
	display: none !important;
}

.text-create-img{
	background-color: #393939;
}

.text-create-img a{
	width: 138px;
	font-weight: bold;
}



@media (max-width:1177px){
	#designer-content .designer-information{
		position: relative;
		margin:0;
		top: 0;
		transform: translateY(0);
		height: 632px;
	}

	#product-details .product-information .product-button-chatbot button{
		width: 240px;
	}
}

@media (max-width:768px) {

	.logo-header img{
		width: 60px;
	}

	#designer-content .designer-information{
		position: relative;
		margin:0;
		top: 0;
		transform: translateY(0);
		height: 632px;
	}

	.box-product .top-box-product{
		display: block;
	}

	#designer-content .designer-product .top-box-product .designer-search{
		margin-top: 10px;
	}

	.header-menu-mobile{
		display: flex !important;
	}

	.product-button{
		text-align: center;
	}
	.footer-bottom-container{
		flex-direction: column;
	}
	#product-details .product-img-item{
		margin-right: 0;
	}

	#designer-content .box-product #nav-portfolio .img-certification{
		/* max-height: 400px; */
		width: 100%;
	}

	#product-details .product-information{
		margin-top: 10px;
	}
	
	.button-buy{
		margin-right: 0 !important
	}

	#product-details .product-img-item img{
		height: auto;
	}

	.product-button .modal-body{
		text-align: left;
	}
}

/* bo sung */
.product-information .product-name-user{
	color: #ef9300;
	font-weight: normal !important;
}

.designer-name{
	display: flex;
	justify-content: center;
}

.designer-name img{
	width: 20px;
	height: 20px;
}

.button-buy{
	border-radius: 15px;
	padding: 7px 45px;
	background-color: #ef9300;
	color: #242424;
	font-weight: bold;
	cursor: pointer;
	line-height: 51px;
	text-align: center;
	transition: all 0.5s ease;
	margin-right: 5px;
}

.button-buy:hover{
	color: #242424;
	background-color: #dcad1f !important;
	transition: all 0.5s ease;
}

.search-input{
	text-align: center;
}

.downloadapp-footer-item p{
	margin-bottom: 40px;
	color: #FFCA00;
}