/*!
Theme Name: Tripday
Theme URI: http://tripday.vn
Author: tripday
Author URI: 
Description: tripday
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tripday
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
.primary-nav .nav-item .dropdown-toggle.nav-link{position: relative;}
.wp-caption .wp-caption-text{font-size: 15px;line-height: 22px;padding: 10px 4px 5px;}
.breadcrumb{font-size: 15px;}
body{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.compare-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.compare-list .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  border: 1px solid #f0f0f0;
  padding: 0 10px;
}

.compare-list .brand-store {
  width: 150px;
  border-left: 1px solid #f0f0f0;
  display: block;
  text-align: center;
  border: none;
}

.compare-list .brand-store a {
  color: #ffffff;
  background-color: #23b6f0;
  font-size: 14px;
  border: none;
  font-weight: 700;
  border-radius: 4px;
}

.compare-list .brand-store a:hover {
  background-color: #f44336;
  color: #fff !important;
}

.compare-list .product-title-name {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 17px;
}

.compare-list .shop {
  font-size: 14px;
}

.compare-list .shop span {
  font-size: 15px;
  font-weight: 700;
}

.compare-list .brand-price {
  width: 120px;
  text-align: center;
  padding: 0 15px;
  text-align: center;
  justify-content: center;
}

.compare-list .logo-brand {
  padding: 15px;
  width: 150px;
}

.compare-list .price-size {
  font-weight: 700;
  color: #f44336;
  font-size: 17px;
  border-bottom: 1px dotted #f0f0f0;
  margin-bottom: 5px;
}

.compare-list .vat {
  font-size: 14px;
}

.compare-list .expand-more {
  text-align: center;
  display: block;
  width: 100px;
  margin: 0 auto;
  font-weight: 700;
}

/** Box Aff */

.box-aff {
  border: 1px solid rgba(4, 21, 45, 0.25);
  padding: 15px;
  margin: 30px 0;
  background-color: #f1f7f7;
  position: relative;
  overflow: hidden;
}

.box-aff .number {
  position: absolute;
  z-index: 1;
  width: 100px;
  text-align: center;
  font-weight: 700;
  transform: rotate(-45deg);
  left: -25px;
  top: 8px;
  background-color: #23b6f0;
  color: #ffffff;
}

.box-aff .product-brand {
  font-size: 14px;
  color: #23b6f0;
  line-height: 1;
}

.box-aff .product-name {
  font-weight: 700 !important;
  font-size: 20px !important;
}

.box-aff .product-sku {
  font-size: 14px;
  font-weight: 700;
  color: rgba(4, 21, 45, 0.45);
}

.box-aff .product-price {
  font-size: 18px;
  font-weight: 700;
  color: #f44336;
}

.box-aff .product-excerpt {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: rgba(4, 21, 45, 0.55);
}

.list-button-action {
  display: flex;
  flex-direction: column;
}

.list-button-action .btn {
  margin-bottom: 15px;
  background-color: #009cd7;
  color: #fff;
  border: none;
}

.btn-aff {
  padding: 10px !important;
  border-bottom: 3px solid #2a90b9 !important;
  background-color: #23b6f0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

.btn-aff:hover, .btn-aff:focus {
  color: #ffffff !important;
}