.sec-product {
	padding: 25px 0;
}

.title-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.title-page h2 {
    font-size: 24px;
}

.sort-by {
	display: flex;
	align-items: center;
}

.title-page select {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    margin-left: 10px;
    width: 100%;
}

.product-item__title {
	font-size: 17px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
	height: 44px;
	text-align: center;
}

.product-item__title a:hover {
	color: var(--color-4);
}

.product-item__des {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 59px;
	margin-bottom: 10px;
	text-align: center;
}

.btn-see-more {
	background-color: var(--color-4);
	color: var(--color-2);
	font-weight: 700;
	padding: 8px 30px;
	border-radius: 30px;
	font-size: 14px;
	display: inline-block;
}

.btn-see-more:hover {
	background-color: var(--color-3);
	color: var(--color-1);
}

.product-item {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.product-item__content {
	padding: 10px;
}

.product-related .slick-slide {
	margin: 10px;
}

.product-related .slick-list {
	margin: 0 -10px;
}

.sec-relate-product .c-ttl__01 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	color: var(--color-4);
	position: relative;
}

.sec-relate-product .c-ttl__01:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: -4px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #203a92 47.87%, rgba(217, 217, 217, 0) 101%);
    width: 20%;
    height: 1px;
}

.sec-relate-product {
	padding: 20px 0;
	background: #f9f9f9;
	margin-top: 20px;
}

.details-tabs .tab-btn {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d4d459;
	color: var(--color-4);
}

.product-details {
	margin-top: 30px;
}

.product-info__title {
	font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.quantity-selector .btn-link {
	background-color: var(--color-4);
    color: var(--color-2);
    border-radius: 30px;
    font-size: 18px;
    display: inline-block;
    margin-top: 25px;
}

.quantity-selector .btn-link:hover {
	background-color: var(--color-3);
	color: var(--color-1);
}

.box-detail-sgc {
	padding-top: 30px;
}

.product-image__for {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  	margin-bottom: 15px;
}

.product-image__nav .slick-slide {
	margin: 0 5px;
}

.product-image__nav .slick-list {
	margin: 0 -5px;
}

.details-product .policy {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(182deg, #05305c 0%, #264787 52%, #0a5074 82%);
}

.details-product .policy .title {
    text-transform: uppercase;
    margin-bottom: 9px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.details-product .policy ul li {
    margin-bottom: 5px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    color: #fff;
	display: grid;
	grid-template-columns: 50px auto;
}

.details-product .policy ul li img {
	width: 40px;
}

.media-sitebar {
	padding-top: 20px;
	border-top: 0px solid #cdcdcd;
}

.media-sitebar ul {
	justify-content: center;
}

.media-sitebar ul {
	padding-bottom: 15px;
	display: flex;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 15px;
	align-items: center;
	border-top: 1px solid #cdcdcd;
}

.media-sitebar ul li a svg {
	width: 20px;
	height: 20px;
}

.media-sitebar ul li {
	list-style: none;
}

.media-sitebar ul li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: #ed1c23ff;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	fill: #fff;
}

.media-sitebar ul .facebook a {
	background: #0866ff;
	margin-left: 10px;
}

.media-sitebar ul .zalo a {
	background: #0866ff;
}

.media-sitebar ul .instagram a {
	background: #fff;
}

.media-sitebar ul .tweet a {
	background: #009ded;
}

.media-sitebar ul .instagram a {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.media-sitebar ul .pinterest a {
	background: #e70024;
}

.media-sitebar ul .whatsapp a {
	background: #0dc144;
}

.cate-mobile {
  display: none;
}

@media (max-width: 768px) {
	.title-page {
		display: block;
	}

	.title-page h2 {
		margin-bottom: 15px;
      	display: none;
	}

	.box-detail-sgc .product-layout {
		grid-template-columns: repeat(1, 1fr)
	}

	.product-info__title {
		font-size: 24px;
	}

	.details-tabs .tab-btn {
		font-size: 21px;
	}

	.sec-relate-product .c-ttl__01 {
		font-size: 22px;
	}

	.sec-relate-product .c-ttl__01:before {
		width: 60%;
	}

	.product-info {
		margin: 25px 0;
	}
  
  	.cate-mobile {
      display: block;
      margin-bottom: 15px;
    }
  
    .cate-mobile ul {
		white-space: nowrap;
      	overflow-x: auto;
    }
  	.cate-mobile ul li {
      list-style: none;
      display: inline-block;
      padding: 5px 15px;
      font-size: 16px;
      border: 1px solid var(--color-4);
      border-radius: 5px;
      margin: 0 5px;
    }
  
}