.buy-together-box {
    background: #EDEDED;
    border-radius: 20px;
    padding: 20px;
    margin-top: 97px;
}
.buy-together-title {
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.buy-together-products {
    display: flex;
    gap: 16px;
}

.buy-together-item {
    display: flex;
    align-items: center;
    gap: 12px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.buy-together-item img {
    width: 60px;
    height: auto;
    border-radius: 3px;
	border: 2px solid #666666;
}

.bt-name {
    font-size: 12px;
    color: #000;
}

.bt-price {
    font-weight: bold;
	font-size: 12px;
	color: #000;
}

.buy-together-summary {
    align-items: center;
    margin-top: 10px;
}

.bt-add-product{
	padding-top: 36px;
	padding-bottom: 36px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bt-add-product .bt-item {
  border-right: 1px solid #ccc;
  margin-bottom: 60px;
}
.bt-add-product .bt-item:nth-child(4n) {
  border-right: 0px;
}
.bt-js-add-product-btn{
	background: #fff;
    border: 1px solid #000;
    padding: 10px 30px 10px 30px;
    border-radius: 25px;
    font-size: 14px;
	cursor: pointer;
}
.bt-js-add-product-btn:hover {
    background: #000;
    color: #FFF;
}
.buy-together-item img.product-summary-img {
	width: 40px;
}
.bt-products-summary-title{
	font-size: 16px;
	color: #000;
	margin-top: 25px;
	font-weight: 600;
}
.bt-qty{
	font-size: 12px;
	color: 000;
}
.bt-products-summary {
    border-bottom: 1px solid #CCCCCC;
}
.bt-sum-title {
	font-size: 12px;
	color: #000;
}
.bt-sum-price {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.bt-add-to-cart {
	margin-top: 15px;
	background: #000000 0% 0% no-repeat padding-box;
	border-radius: 25px;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 31px;
	cursor: pointer;
	border: none;
}
.bt-add-to-cart:hover{
	background: #ffbe00;
	color: #000;
}
#btProductModal .modal-dialog.modal-lg {
    max-width: 676px;
}
#btProductModal .modal-content {
    height: 600px;
	padding-top: 10px;
}
/*#btProductModal .bt-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    opacity: 0.7;
	   cursor: pointer;
}*/
#btProductModal .bt-modal-close {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 22px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0px;
}

#btProductModal .bt-modal-close::before,
#btProductModal .bt-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  transform-origin: center;
}

#btProductModal .bt-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#btProductModal .bt-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#btProductModal .bt-modal-close:hover {
    opacity: 1;
}
#btProductModal .modal-title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	font-family: 'Montserrat';
}
#btProductModal .js-bt-search {
	height: 46px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #666666;
	border-radius: 25px;
	opacity: 1;
	padding: 15px;
}
#btProductModal .js-bt-search-wrapper {
    position: relative;
}
#btProductModal .js-bt-search-icon {
    position: absolute;
    top: 11px;
    right: 15px;
	cursor: pointer;
}

#btProductModal .modal-body {
	padding-top: 0px;
	height: 450px;
  padding: 0px;
}
#btProductModal .modal-header {
  padding-left: 0px;
  padding-right: 0px;
}
#btProductModal .bt-result-item img{
	width: 50px;
}
.js-bt-results {
    margin-top: 20px;
    max-height: 100%;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
}
.bt-result-item {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #00000012;
	display: flex;
	
	padding: 10px;
	cursor: pointer;
}

.js-bt-results .bt-result-item img {
    padding-right: 10px;
	width: 50px;
	height: 50px;
}
.js-bt-results .bt-result-item .bt-name{
	text-align: left;
	font: normal normal normal 14px/16px Montserrat;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}
.js-bt-results .bt-result-item .bt-price{
	text-align: left;
	font: normal normal 600 14px/16px Montserrat;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-top: 2px;
}
.js-bt-products .tvproduct-wrapper {
    padding: 0px;
}

.tvproduct-wrapper .tvproduct-image a.bt-remove-product-btn{
	position: absolute;
    top: 5px;
    right: 8px;
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    border-radius: 50%;
}
.tvproduct-wrapper .tvproduct-image a.bt-remove-product-btn svg{
	width: 18px;
    height: 21px;
    position: absolute;
    top: 6px;
    right: 8px;
}
.js-bt-products .tvproduct-name.product-title a h6{
	font-size: 12px;
  color: #000;
}
.js-bt-products .tv-product-price.tvproduct-name-price-wrapper {
    font-size: 12px;
    font-weight: bold;
}
.js-bt-products img.tvproduct-defult-img.tv-img-responsive {
    border: 2px solid #666666;
}
.js-bt-products .product-description .tvproduct-name.product-title {
	min-height: 40px !important;
	padding: 0px;
	margin: 0px;
  -webkit-line-clamp: 2;
}
.js-bt-products .family-products-compact {
    padding: 0px !important;
    margin: 10px 0px !important;
}
.bt-quantity .custom-quantity-wrapper {
	 height: 40px;
    width: 120px;
    display: block;
}
.bt-quantity .custom-quantity-wrapper .qty-btn.minus {
    position: absolute;
    font-size: 36px;
    top: -6px;
    left: 10px;
	z-index: 1;
}
.bt-quantity .custom-quantity-wrapper .qty-btn.plus {
    position: absolute;
    font-size: 30px;
    top: 0px;
    right: 20px;
    background: transparent;
}
.bt-quantity .custom-quantity-wrapper input.quantity_custom {
    width: 120px;
    height: 40px;
}
.js-bt-results::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

/* Track (nền) */
.js-bt-results::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 10px;
}

/* Thumb (thanh kéo) */
.js-bt-results::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
  border: 0px solid #d9d9d9;
}

/* Hover */
.js-bt-results::-webkit-scrollbar-thumb:hover {
  background-color: #d9d9d9;
}

#btProductModal .js-bt-results.row div.col-md-6 {
	padding: 5px;
}