@font-face {
  font-family: "Market Sans Bold";
  src: url(../fonts/MarketSans-Bold.otf);
}
@font-face {
  font-family: "Market Sans";
  src: url(../fonts/MarketSans-Regular.otf);
}
@font-face {
  font-family: 'Battambang';
  src: url(../fonts/Battambang-Regular.ttf);
}
@font-face {
  font-family: 'Koulen';
  src: url(../fonts/Koulen-Regular.ttf);
}
a {
  color :#000!important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  font-family: "Market Sans Bold";
}

p
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
p {
  font-family: "Market Sans";
  margin-top: 0;
  margin-bottom: 4px!important;
}
.address-location,.social-link,.adre {
font-family: 'Battambang';
font-size: 13px;
}
.card-title {
font-size: 13px;
font-family: 'Battambang';
font-weight: 400;
}
.social {
padding: 4px;
border-radius: 4px;
}
.footer {
padding-top: 30px;
padding-bottom: 20px;
}
textarea {
  resize: none;

  border: 1px solid #ced4da;
}
.footer-copyright {
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f1f1f1;
}
.form-control:focus {
  outline: none;
  border-color: #ced4da;
  box-shadow: none;
}

body {
  background-color: #fff;
  font-family: "Market Sans";
  line-height: 1.6;
  padding-bottom: 0 !important;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-blue {
  background-color: #0063D2;
  border-color: #0063D2;
  color: #fff;
  -webkit-appearance: none !important;
}

.font-bold {
  font-family: "Market Sans Bold";
  -webkit-text-stroke: 1px;
}

.text-blue {
  color: #0063D2 !important;
}

.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #939393;
}

.top-social-bar {
  background-color: #F5F5F5;
  padding: 8px 0 10px 0;
}
.top-social-bar .topbar-info-group {
  display: flex;
}

.top-social-bar .topbar-info-group .topbar-info {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: 0px;
}
.top-social-bar .topbar-info-group .topbar-info li {
  margin-right: 18px;
  border-right: 1px solid #ccc;
  padding-right: 18px;
  font-size: 13px;
  color: gray;
  font-weight: 400;
  font-family: 'Battambang';
  padding-top: 5px;
}
.top-social-bar .topbar-info-group .topbar-info li a {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  padding-top: 8px;
}
.top-social-bar .topbar-info-group .social-list {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0 5px 0 15px;
}
.top-social-bar .topbar-info-group .social-list .list-text {
  margin-right: 10px;
  color: #000000;
  font-size: 13px;
}
.top-social-bar .topbar-info-group .social-list li i {
  font-size: 13px;
  color: #000000;
  margin-right: 10px;
}
.top-social-bar .topbar-info-group .social-list li i:hover {
  color: #0063D2;
}
.top-social-bar .lang a {
  color: #000;
}
.top-social-bar .lang .dropdown-menu {
  min-width: auto;
}
.top-social-bar .lang .dropdown-item {
  padding-right: 0.8rem;
}

.top-header .logo-wraper {
  margin: 20px 0;
  max-height: 80px;
}
.top-header .logo-wraper img {
  width: 100%;
}
.top-header .search {
  margin: 20px 0;
  max-height: 80px;
  max-width: 450px;
  margin-left: auto;
}
.top-header .search form .form-control {
  font-size: 14px;
  border-radius: 0;
}
.top-header .search form .form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
  outline: none;
}
.top-header .search form i {
  color: #555555;
}
.top-header .search form .input-group-text {
  background-color: transparent;
  position: relative;
}
.top-header .search form .input-group-text::before {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #D7D7D7;
  position: absolute;
  left: 0;
}
.top-header .wish-item {
  display: flex;
}
.top-header .wish-item .wish-love {
  position: relative;
}
.top-header .wish-item .wish-love a {
  text-decoration: none;
}
.top-header .wish-item .wish-love a .item-count {
  font-size: 10px;
  color: #565656;
  font-weight: 500;
  position: absolute;
  top: -5px;
  right: -8px;
  width: 21px;
  height: 21px;
  line-height: 15px;
  border: 3px solid #FFF;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 100%;
}
.top-header .wish-item .wish-love a i {
  font-size: 28px;
  color: #555555;
}
.top-header .wish-item .wish-love a i:hover {
  color: #0063D2;
  text-decoration: unset;
}
.top-header .wish-item .minicard {
  position: relative;
}
.top-header .wish-item .minicard a .item-count {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: -5px;
  right: 2px;
  width: 21px;
  height: 21px;
  line-height: 15px;
  border: 3px solid #FFF;
  text-align: center;
  background-color: #0063D2;
  border-radius: 100%;
}
.top-header .wish-item .minicard a i {
  font-size: 28px;
  margin-left: 20px;
  margin-right: 10px;
  color: #555555;
}
.top-header .wish-item .minicard a i:hover {
  color: #0063D2;
}
.top-header .wish-item .icon-user i {
  font-size: 28px;
  margin-left: 20px;
  margin-right: 10px;
  color: #555555;
  font-family: Font Awesome\ 5 Pro;
}
.top-header .wish-item .icon-user .profile {
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin-left: 10px;
  width: 30px;
}
.scial {
   margin-top: -3px;
}
.top-header .wish-item .icon-user .dropdown-menu {
  margin-top: 1.3rem !important;
  padding: 0;
  border-radius: 0;
}
.top-header .wish-item .icon-user .dropdown-menu li {
  padding: 0.5rem 1rem;
  border-bottom: 1.5px dashed #EAEAEA;
}
.top-header .wish-item .icon-user .dropdown-menu li a {
  color: #555555;
}
.top-header .wish-item .icon-user .dropdown-menu li:last-child {
  border-bottom: none;
}
.top-header .wish-item .signin-text {
  position: relative;
}
.top-header .wish-item .signin-text a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
.top-header .wish-item .signin-text a:hover {
  color: #0063D2;
}
.top-header .wish-item .signin-text span {
  margin: 0 6px;
  color: #D7D7D7;
}
.top-header .wish-item .signin-text img {
  margin-left: 10px;
}
.top-header .wish-item .signin-text .badge {
  color: #FF1007;
  position: absolute;
  top: -5px;
  right: -12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-text-stroke: 1px;
}
.top-header .wish-item .signin-text .dropdown-menu {
  margin-top: 1.3rem !important;
}
.top-header .wish-item .signin-text .dropdown-menu li {
  border-bottom: 1.5px dashed #EAEAEA;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.top-header .wish-item .signin-text .dropdown-menu li .media-body {
  white-space: nowrap;
  font-size: 0.8rem;
}
.top-header .wish-item .signin-text .dropdown-menu li i {
  color: #0063D2;
}
.top-header .wish-item .signin-text .dropdown-menu .profile {
  margin-left: 0;
  width: 30px;
}
.top-header .wish-item .signin-text .dropdown-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #EAEAEA;
  position: absolute;
  right: 5px;
  top: -10px;
}
.top-header .wish-item .signin-text .view-more {
  color: #0063D2;
}

.navCate nav {
  background-color: #f1f1f1;
  border: 1px solid #cfcfcf;
  padding-left: 0;
}
.navCate nav .nav-cate li {
  border-right: 1px solid #d6d6d6;
  list-style: none;
}
.navCate nav .nav-cate li:last-child {
  border-right: none;
}
.navCate nav .nav-cate li .nav-link {
  font-family: "Market Sans";
  text-decoration: none;
  color: #666!important;
  font-size: 13px;
  padding: 14px 0;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}
.navCate nav .nav-cate li .nav-link .menu-icon {
  padding-right: 13px;
  width: 48px;
}
.logo-description {
  font-weight: 400;
  font-family:'Battambang'; 
  font-size: 13px; 
  color: #666;
}
.navCate nav .nav-cate li .active {
  color: #0bb56d !important;
  background-color: transparent;
  font-size: 13px;
  font-weight: bold;
}
.navCate nav .nav-cate li .nav-link:hover {
color: #0eb56e !important;
}
.navCate nav .nav-cate li:last-child {
  border-right: none;
}
.navCate .collapse .sub-menu {
  margin-top: 14px;
  border: 1px solid #E6E6E6;
  display: flex;
}
.navCate .collapse .sub-menu .btn {
  font-size: 14px;
  padding: 14px 31px;
  color: #555555;
}
.navCate .collapse .sub-menu .btn:hover {
  color: #0063D2;
  border: 1px solid #0063D2;
  border-radius: 0;
}
.navCate .collapse .sub-menu .active {
  color: #0063D2;
}

.list-sub-menu {
  margin-top: 15px;
  border: 1px solid #eaeaea;
  background-color: #F5F5F5;
}
.list-sub-menu .list-cate-menu {
  padding: 10px 34px;
  display: flex;
}
.list-sub-menu .list-cate-menu a {
  text-decoration: none;
}
.list-sub-menu .list-cate-menu a p {
  font-size: 13px;
  margin: 0;
  color: #555555;
}
.list-sub-menu .list-cate-menu i {
  font-size: 14px;
  padding: 3px 20px;
  color: #555555;
}

.content-block {
  margin: 20px 0;
}
.content-block .slide-show .slide-item {
  position: relative;
}
.content-block .slide-show .slide-item .slide-caption {
  position: absolute;
  right: 56%;
  bottom: 102px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.content-block .slide-show .slide-item .slide-caption p {
  font-size: 22px;
  color: #0063D2;
}
.content-block .slide-show .slide-item .slide-caption h5 {
  font-family: "Market Sans";
  line-height: 30px;
  color: #000;
}
.content-block .slide-show .slide-item .slide-caption .btn-custom {
  font-size: 14px;
  color: #0063D2;
  background-color: unset;
  border-color: #0063D2;
  margin-top: 6px;
}
.content-block .slide-show .slide-item .slide-caption .btn-custom:hover {
  border-color: #FFF;
  background-color: #82B735;
  color: #fff;
}
.content-block .slide-show .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 1rem;
  position: absolute;
  padding: 0;
  width: 100%;
  bottom: 10px;
}
.content-block .slide-show .slick-dots li button {
  border: none;
  -webkit-appearance: none;
  font-size: 0;
  background: none;
}
.content-block .slide-show .slick-dots li button:before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #EAEAEA;
  display: block;
}
.content-block .slide-show .slick-dots li.slick-active button::before {
  background-color: #0063D2;
}
.content-block .content-item {
  height: 100%;
}
.content-block .content-item .row {
  height: 100%;
}
.content-block .content-item .items {
  margin-bottom: 10px;
}
.content-block .content-item .items .img-size {
  width: 100%;
  height: 195px;
  object-fit: contain;
}

.content-header {
  margin-top: 50px;
}
.content-header .pro-title {
  padding: 4px 0;
  border-bottom: 1px solid #eaeaea;
}
.content-header .content-title {
  font-size: 18px;
  font-weight: 600;
  float: left;
  margin-top: -30px;
}
.content-header .nav-tabs {
  float: right;
  margin-top: -30px;
  border-bottom: 0 solid #000;
}
.content-header .nav-tabs .nav-item {
  margin-right: 40px;
  margin-bottom: -1px;
}
.content-header .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.content-header .nav-tabs .nav-item .nav-link {
  padding: 0 0 10px;
  line-height: 1;
  border: 0;
  font-size: 16px;
  color: #969696;
  position: relative;
}
.content-header .nav-tabs .nav-item .active {
  color: #495057;
  position: relative;
}
.content-header .nav-tabs .nav-item .active::before {
  content: "";
  display: block;
  background-color: #0063D2;
  position: absolute;
  bottom: -9.5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  width: 50px;
}
.content-header .nav-tabs .nav-item .active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #0063D2;
}

.see-more {
  color: #000;
}

.pc-brand .list-spec, .pc-brand .list-best {
  padding: 15px 10px 45px;
  margin-bottom: 40px;
}
.pc-brand .list-spec .card, .pc-brand .list-best .card {
  border: none;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pc-brand .list-spec .card .card-img, .pc-brand .list-best .card .card-img {
  border-radius: 0;
  position: relative;
}
.pc-brand .list-spec .card .card-img::before, .pc-brand .list-best .card .card-img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.pc-brand .list-spec .card .card-img .img-size, .pc-brand .list-best .card .card-img .img-size {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  object-fit: contain;
}
@media (max-width: 575px) {
  .pc-brand .list-spec .card .card-img .img-size, .pc-brand .list-best .card .card-img .img-size {
    height: 250px;
    width: 250px;
  }
}
.pc-brand .list-spec .card .card-body, .pc-brand .list-best .card .card-body {
  text-align: center;
  padding: 0.8rem 0;
  color: #000;
}
.pc-brand .list-spec .card .card-body .price, .pc-brand .list-best .card .card-body .price {
  color: #82B735;
  font-family: "Market Sans";
}
.pc-brand .list-spec .card .card-body .social-list, .pc-brand .list-best .card .card-body .social-list {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.pc-brand .list-spec .card .card-body .social-list .social-icon, .pc-brand .list-best .card .card-body .social-list .social-icon {
  padding: 5px 0;
}
.pc-brand .list-spec .card .card-body .social-list .social-icon .social-link, .pc-brand .list-best .card .card-body .social-list .social-icon .social-link {
  font-size: 12px;
  color: #555555;
}
.pc-brand .list-spec .card .card-body .social-list .social-icon .social-link i, .pc-brand .list-best .card .card-body .social-list .social-icon .social-link i {
  width: 25px;
  height: 25px;
  line-height: 2;
  border-radius: 50%;
}
.pc-brand .list-spec .card .card-body .social-list .social-icon .social-link:hover i, .pc-brand .list-best .card .card-body .social-list .social-icon .social-link:hover i {
  color: #fff;
  background-color: #82B735;
}
.pc-brand .list-spec .card .card-body .card-title, .pc-brand .list-best .card .card-body .card-title {
  line-height: 1.7;
  margin-top: 1rem;
  
}
.pc-brand .list-spec .card:hover, .pc-brand .list-best .card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pc-brand .list-spec .card:hover .hot-item, .pc-brand .list-best .card:hover .hot-item {
  opacity: 1;
}
.pc-brand .list-spec .hot-item, .pc-brand .list-best .hot-item {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 50px;
}
.pc-brand .carousel-indicators {
  bottom: -20px;
}
.pc-brand .carousel-indicators li {
  background: #EAEAEA;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.pc-brand .carousel-indicators li.active {
  background-color: #0063D2;
}

.brand-group {
  margin: 4rem 0;
}
.brand-group .nav-link {
  padding: 0 2rem;
}
.brand-group .brand-icon {
  height: 50px;
}

.list-product {
  margin-top: 10px;
}
.list-product .pro-title {
  padding: 4px 0;
  border-bottom: 1px solid #eaeaea;
}
.list-product .pro-title .title a {
  text-decoration: none;
}

.list-product .pro-title li {
  background-color: #82b734;
  border-radius: 5px;
  padding: 2px 10px;
}
.list-product .pro-title li a {
  color: #fff;
}

.list-product .pro-title .title a h4 {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0;
}
.list-product .pro-title .title a h4 .cate-icon {
  margin-right: 10px;
  width: 34px;
}
.list-product .pro-title .next a {
  text-decoration: none;
}
.list-product .pro-title .next a p {
  font-size: 13px;
  color: #707070;
  margin-top: 8px;
  margin-bottom: 0;
}
.list-product .pro-title .next a p span {
  color: #0063D2;
}
.list-product .pro-title .next a p:hover {
  color: #707070;
  font-weight: bold;
}
.list-product .products {
  margin-bottom: 20px;
}
.list-product .products .card {
  border: none;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list-product .products .card .card-img {
  border-radius: 0;
  position: relative;
}
.list-product .products .card .card-img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.list-product .products .card .card-img .img-size {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  object-fit: contain;
}
@media (max-width: 575px) {
  .list-product .products .card .card-img .img-size {
    height: 250px;
    width: 250px;
  }
}
.list-product .products .card .card-body {
  text-align: center;
  padding: 0.8rem 0;
  color: #000;
}
.list-product .products .card .card-body .price {
  color: #82B735;
  font-family: "Market Sans Bold";
}
.list-product .products .card .card-body .social-list {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.list-product .products .card .card-body .social-list .social-icon {
  padding: 5px 0;
}
.list-product .products .card .card-body .social-list .social-icon .social-link {
  font-size: 12px;
  color: #555555;
}
.list-product .products .card .card-body .social-list .social-icon .social-link i {
  width: 25px;
  height: 25px;
  line-height: 2;
  border-radius: 50%;
}
.list-product .products .card .card-body .social-list .social-icon .social-link:hover i {
  color: #fff;
  background-color: #82B735;
}
.list-product .products .card .card-body .card-title {
  line-height: 1.7;
  margin-top: 1rem;
}
.list-product .products .img-size {
  height: 200px !important;
  width: 200px !important;
}

.product-detail .slide-detail {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-detail .slide-detail::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-detail .slide-detail .img-main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 450px;
  height: 450px;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 575px) {
  .product-detail .slide-detail .img-main {
    width: 250px;
    height: 250px;
  }
}
.product-detail .slide-thumb .list-inline {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.product-detail .slide-thumb .list-inline-item {
  flex: 1;
  /*opacity: 0.3;*/
}
.product-detail .slide-thumb .list-inline-item.active {
  opacity: 1;
}
.product-detail .slide-thumb .list-inline-item img {
  width: 100%;
  object-fit: contain;
  height: 129px;
}
.product-detail .desciption .list-info {
  font-size: 14px;
}
.product-detail .desciption .list-info li:before {
  content: "*";
  color: #FF1007;
  margin-right: 10px;
}
.product-detail .desciption .price {
  color: #FF1007;
}
.product-detail .desciption .price strike {
  color: #939393;
  margin-left: 10px;
}
.product-detail .desciption .quantity {
  border: 1px solid #EAEAEA;
  display: inline-block;
}
@media (max-width: 575px) {
  .product-detail .desciption .quantity {
    /*display: flex;*/
  }
}
.product-detail .desciption .quantity i {
  font-size: 10px;
}
.product-detail .desciption .quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.product-detail .desciption .quantity input:focus {
  outline: none;
}
.product-detail .desciption .quantity button {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border-right: 1px solid #EAEAEA !important;
  border: none;
  padding: 0;
  border-radius: 0;
  line-height: 0;
}
.product-detail .desciption .quantity button:last-child {
  border-left: 1px solid #EAEAEA !important;
  border-right: none !important;
}
.product-detail .desciption .quantity input {
  width: 80px;
}
.product-detail .desciption .btn-card {
  border-radius: 0.25rem;
  font-size: 14px;
  padding: 0.6rem 2rem;
}
.product-detail .desciption .btn-group .btn-outline {
  border: 1px solid #EAEAEA;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: 0.5rem;
  color: #939393;
}
.product-detail .pro-info {
  margin: 2rem 0;
}
.product-detail .pro-info .card {
  border-radius: 10px;
  height: 100%;
}
.product-detail .pro-info .card .card-header {
  background-color: transparent;
}

.page-multi .multi-price .card {
  padding: 2rem;
  align-items: center;
  flex-direction: row;
}
.page-multi .multi-price .card .card-body {
  padding: 0;
}
.page-multi .multi-price .card .card-title {
  font-size: 13px;
}
.page-multi .multi-price .card .price {
  font-size: 15px;
  margin-bottom: 0;
}
.page-multi .comments .media {
  margin-bottom: 2rem;
}
.page-multi .comments .media .media-body {
  font-size: 14px;
}
.page-multi .comments .media .media-body h5 {
  font-size: 14px;
  color: #0063D2;
}
.page-multi .comments .media .media-body h5 span {
  color: #000;
  font-size: 70%;
}
.page-multi .comments .media .media-body .reply {
  font-size: 12px;
}
.page-multi .comments .media .media {
  margin-top: 1rem;
}
.page-multi .comments .user-profile {
  border-radius: 50%;
  width: 40px;
}
.page-multi .comments .form-control {
  border-radius: 0;
  font-size: 14px;
}
.page-multi .btn-group {
  display: flex;
}
.page-multi .btn-group .btn-card {
  margin-left: auto !important;
}

.related-pro {
  padding: 5rem 0;
  background-color: #f5f5f5;
}
.related-pro .title {
  font-family: "Market Sans";
  -webkit-text-stroke: 1px;
  margin-bottom: 2rem;
}
.related-pro .card {
  border: none;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.related-pro .card .card-img {
  border-radius: 0;
  position: relative;
}
.related-pro .card .card-img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.related-pro .card .card-img .img-size {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  object-fit: contain;
}
@media (max-width: 575px) {
  .related-pro .card .card-img .img-size {
    height: 250px;
    width: 250px;
  }
}
.related-pro .card .card-body {
  text-align: center;
  padding: 0.8rem 0;
  color: #000;
}
.related-pro .card .card-body .price {
  color: #82B735;
  font-family: "Market Sans Bold";
}
.related-pro .card .card-body .social-list {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.related-pro .card .card-body .social-list .social-icon {
  padding: 5px 0;
}
.related-pro .card .card-body .social-list .social-icon .social-link {
  font-size: 13px;
  color: #555555;
}
.related-pro .card .card-body .social-list .social-icon .social-link i {
  width: 25px;
  height: 25px;
  line-height: 2;
  border-radius: 50%;
}
.related-pro .card .card-body .social-list .social-icon .social-link:hover i {
  color: #fff;
  background-color: #82B735;
}
.related-pro .card .card-body .card-title {
  line-height: 1.7;
  margin-top: 1rem;
}
.related-pro .card {
  height: 100%;
  padding: 0 10px;
}
.related-pro .price {
  color: #FF1007 !important;
  font-family: "Market Sans Bold";
  -webkit-text-stroke: 1px;
}
.related-pro .price strike {
  color: #555555;
  margin-left: 10px;
}

.page-about .btn-send {
  padding: 0.6rem 3.5rem;
}
.page-about .fa {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
.page-about .hilight {
  font-family: "Market Sans Bold";
  color: #939393;
  font-size: 1.25rem;
}
.page-about a {
  color: #000;
}
.telegram-chat {
  position: fixed;
  bottom: 25px;
  right: 25px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 140px;
  right: 36px;
  z-index: 99;
  font-size: 18px;
  border: none;
  color: #000;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #0bb56d;
}
.content-body {
  margin-top: 1.5%;
}
.content-body .content-left .custom-control {
  margin-bottom: 1rem;
}
.content-body .content-left .custom-control .custom-control-label {
  font-size: 14px;
}
.content-body .content-left .custom-control .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0063D2 !important;
}
.content-body .content-left .price-title {
  font-size: 14px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #555555;
}
.content-body .content-left .filter-price .center {
  top: 18px;
  left: 84px;
  display: inline;
}
.content-body .content-left .filter-price .text-violet {
  padding: 8px 0;
  font-size: 14px;
  color: #555555;
}
.content-body .content-left .filter-price .multi-range {
  position: relative;
  height: 40px;
  margin: 20px 0 5px 0;
}
.content-body .content-left .filter-price .multi-range input[type=range]:nth-child(2) {
  background: none;
}
.content-body .content-left .filter-price input[type=range] {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: linear-gradient(#555555, #555555) no-repeat center;
  background-size: 100% 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}
.content-body .content-left .filter-price input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}
.content-body .content-left .filter-price input[type=range]::-webkit-slider-thumb:hover {
  background-color: #deddee;
}
.content-body .content-left .filter-price input[type=range]::-webkit-slider-thumb:active {
  background-color: #504d9b;
}

.content-body .content-left .pc-brand .brand-title {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #161616;
  background: #f1f1f1;
  padding: 12px 17px;
  text-align: center;
  font-family: 'Battambang';
  border: 1px solid #cccbcb;
}
.content-body .content-left .pc-brand .brand-lists li img {
  margin-bottom: 1rem;
  width: 150px;
}
.content-body .content-left .pc-brand .brand-lists li .brand_active {
  border: 2px solid #FF1007 !important;
}
.content-body .content-left .pc-brand .input-group .input-group-prepend .input-group-text {
  padding: 0;
  border: unset;
  background-color: unset;
}
.content-body .content-left .pc-brand .form-group {
  margin-bottom: 10px;
}
.content-body .content-left .pc-brand .form-group .form-check-label {
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
}

.content-body .content-right .col-*{
  height: 100%;
}
.text-category {
  padding-top: 10px;
}
.product-section {
  max-width: 100%;
}
.content-body .content-right .logo-brand {
  border-radius: 2px;
  background-color: #F5F5F5;
  padding-left: 10px;
  width: 98%;
  max-width: 98%;
}
.content-body .content-right .logo-brand a .image {
  width: 140px;
  padding-right: 8px;
}

.content-body .content-right .card {
  border: none;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.content-body .content-right .card .card-img {
  border-radius: 0;
  position: relative;
}
.product-title {
font-size: 16px;
color: #FF1007;
padding-top: 12px;
}
.content-body .content-right .card .card-img .img-size {
  padding: 10px 0 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 575px) {
  .content-body .content-right .card .card-img .img-size {
    height: 250px;
    width: 250px;
  }
}
.content-body .content-right .card .card-body {
  text-align: center;
  padding: 0.8rem 0;
  color: #000;
}
.content-body .content-right .card .card-body .price {
  color: #82B735;
  font-family: "Market Sans Bold";
}
.content-body .content-right .card .card-body .social-list {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.content-body .content-right .card .card-body .social-list .social-icon {
  padding: 5px 0;
}
.content-body .content-right .card .card-body .social-list .social-icon .social-link {
  font-size: 13px;
  color: #555555;
}
.content-body .content-right .card .card-body .social-list .social-icon .social-link i {
  width: 25px;
  height: 25px;
  line-height: 2;
  border-radius: 50%;
}
.content-body .content-right .card .card-body .social-list .social-icon .social-link:hover i {
  color: #fff;
  background-color: #82B735;
}
.content-body .content-right .card .card-body .card-title {
  line-height: 1.7;
  margin-top: 1rem;
}
.content-body .content-right .card {
  border: 1px solid #EAEAEA;
  height: 100%;
  padding: 0 10px;
}
.content-body .content-right .card-body {
  color: #0063D2 !important;
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
}
.content-body .content-right .card-body .card-title {
  font-size: 15px;
  font-family: "Market Sans Bold";
  line-height: 1.7;
  margin-top: 1rem;
}
.category {
  padding-left: 0;
  width: 99%;
}
.stock-new {
  background: #0BB56D;
  border-radius: 4px;
  font-size: 13px;
  width: 75px;
  font-weight: normal;
  font-family: 'Koulen';
  margin-bottom: -28px;
  padding: 5px 10px;
  color: #fff;
}
.content-body .content-right .card-body .description {
  font-size: 14px;
  color:black;
  padding-top: 8px;
  text-align: start !important;
  letter-spacing: 0.5px;
}
.content-body .content-right .card-body .price {
  color: #FF1007 !important;
}
.content-body .content-right strike {
  color: #939393;
  margin-left: 0.5rem;
}

.multi-price .card {
  padding: 0 10px !important;
}
.multi-price .card .media-body {
  padding-bottom: 1.5rem;
}
.multi-price .card .card-title {
  font-family: "Market Sans Bold";
}
.multi-price .card p {
  color: #555555;
  font-family: "Market Sans Bold";
  font-size: 13px;
  margin-bottom: 0;
}

.page-form button {
  background-color: #0063D2;
  border-color: #0063D2;
  font-size: 80% !important;
}
.page-form .font-bold {
  font-family: "Market Sans Bold";
  font-weight: 700;
}
.page-form .btn-facebook {
  background-color: #3B5999;
  border: 1px solid #3B5999;
}

.check-out .font-bold {
  font-family: "Market Sans Bold";
  font-weight: 700;
}
.check-out .card {
  border-radius: 10px;
  border: 1px solid #EAEAEA;
}
.check-out table {
  border-radius: 10px;
  font-size: 0.9rem;
  border: none;
}
.check-out table th {
  border-bottom: 0;
  border-top: none;
}
.check-out table th .font-bold {
  font-family: "Market Sans Bold";
  font-weight: 700;
}
.check-out table td:nth-child(2) {
  color: #FF1007;
}
.check-out table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.check-out table th, .check-out table td {
  padding: 0.75rem 1rem;
}
.check-out table tfoot th:nth-child(2) {
  color: #FF1007;
}

.tbl-cart::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.1px;
}
.tbl-cart::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.tbl-cart td, .tbl-cart th {
  padding: 1.5rem 0.75rem;
  vertical-align: middle;
}
.tbl-cart td img, .tbl-cart th img {
  width: 100px;
}
.tbl-cart td .quantity, .tbl-cart th .quantity {
  border: 1px solid #EAEAEA;
  display: inline-block;
}
@media (max-width: 575px) {
  .tbl-cart td .quantity, .tbl-cart th .quantity {
    display: flex;
  }
}
.tbl-cart td .quantity i, .tbl-cart th .quantity i {
  font-size: 10px;
}
.tbl-cart td .quantity input, .tbl-cart th .quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.tbl-cart td .quantity input:focus, .tbl-cart th .quantity input:focus {
  outline: none;
}
.tbl-cart td .quantity button, .tbl-cart th .quantity button {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border-right: 1px solid #EAEAEA !important;
  border: none;
  padding: 0;
  border-radius: 0;
  line-height: 0;
}
.tbl-cart td .quantity button:last-child, .tbl-cart th .quantity button:last-child {
  border-left: 1px solid #EAEAEA !important;
  border-right: none !important;
}
.tbl-cart td.price, .tbl-cart th.price {
  color: #FF1007;
}
.tbl-cart td .dismiss, .tbl-cart th .dismiss {
  color: #FF1007;
}
.tbl-cart td a, .tbl-cart th a {
  color: #0063D2;
}

.tbl-wishlist .btn-card {
  padding: 0.6rem 2rem;
}

.setting-page .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}
.setting-page .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.setting-page .list-group-item.active {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.125);
  color: #0063D2;
}
.setting-page .list-group-item:hover {
  z-index: 0;
}
.setting-page .pro-body {
  height: 100%;
  padding: 2rem;
  border: 1px solid #EAEAEA;
}
@media (max-width: 575px) {
  .setting-page .pro-body {
    padding: 1rem;
  }
}
.setting-page .pro-body .upload-img {
  width: 120px;
}
.setting-page .pro-body input {
  display: none;
  outline: none;
}
.setting-page .pro-body .upload-button {
  margin: 1rem 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.main-footer {
  margin-top: 4rem;
  padding: 30px 0;
  border-top: 1px solid #EAEAEA;
}
.main-footer .footer-logo {
  margin-bottom: 20px;
  width: 180px;
}
@media (min-width: 576px) {
  .main-footer .footer-logo img {
    width: 105px;
  }
}
@media (min-width: 768px) {
  .main-footer .footer-logo img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-logo img {
    width: 120px;
  }
}

@media (max-width: 575px) {
  .scrollToTop {
    right: 20px;
  }
}
.scrollToTop i {
  color: white;
  position: relative;
  bottom: -8px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.scrollToTop p {
  color: #fff;
  font-size: 13px;
  margin-top: 50px;
  font-weight: bold;
  transform: rotate(-90deg);
}

.smart-search {
  z-index: 100;
}
.cb {
  background-color: #424242;
}

.sub-n {
  background-color: #424242;
}

.sub-n .topbar-info li {
  color: #f5f5f5;
}

.sub-n .topbar-info li a {
  color: #f5f5f5 !important;
}

.sub-n .topbar-info a {
  color: #f5f5f5;
}

.sub-n .social-list li i {
  color: #f5f5f5 !important;
}

.sub-n .lang a {
  color: #f5f5f5 !important;
}

.cb-top-header {
  background-color: #C1BFBF;
}

.cb-top-header .form-control {
  border: 1px solid #000000;
  color: #555555;
  background-color: #C1BFBF;
}

.cb-top-header .input-group-text {
  border: 1px solid #000000 !important;
  border-left: unset !important;
}

.cb-top-header .input-group-text::before {
  background-color: #555555 !important;
}

.cb-top-header .wish-item i {
  color: #000000 !important;
}

.cb-top-header .wish-item .signin-text span {
  color: #555555;
}

.cb-navCate nav {
  margin: 10px 0px;
  background-color: #424242;
  border: 1px solid #fff;
}

.cb-navCate nav .navbar-toggler {
  border-color: #fff;
}

.cb-navCate nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.cb-navCate .nav-cate li {
  border-right: 1px solid #000000;
}

.cb-navCate .nav-cate li:last-child {
  border-right: none !important;
}

.cb-navCate .nav-cate li .nav-link {
  color: #f5f5f5 !important;
}

.subnavCate .bg-dark {
  background-color: #0000009c !important;
}

.subnavCate .navbar {
  padding: 0px;
}

.subnavCate .navbar .nav-link {
  padding: 15px 18px !important;
  border: 1px solid transparent;
  color: #fff;
}

.subnavCate .navbar .nav-link:hover {
  border: 1px solid white;
}

.subnavCate .navbar .active {
  border: 1px solid white;
}

.subnavCate .menu-icon {
  padding-right: 13px;
}

.cb-content-left .button {
  padding: 10px 0;
  background-color: #C1BFBF;
  color: #000000;
  border-color: #C1BFBF;
  border-radius: 0.25rem;
  outline: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.cb-content-left .button p {
  margin-bottom: 0px;
}

.cb-content-left .sort-by-price .price-title {
  color: #f5f5f5;
}

.cb-content-left .sort-by-price .text-violet {
  color: #f5f5f5 !important;
}

.cb-content-left hr {
  border-color: #EFEFEF;
}

.cb-content-left .pc-brand .custom-control .custom-control-label {
  color: #f5f5f5;
}

.cb-content-left .pc-brand .custom-control .custom-control-label:checked::before {
  background-color: #007bff;
  color: #fff;
}

.cb-content-left .pc-brand .brand-title {
  color: #f5f5f5 !important;
}

.cb-content-left .pc-brand .read-more button {
  cursor: pointer;
  border: unset;
  background-color: #424242;
  color: #007bff;
}

.cb-content-left .multi-range input[type=range]:nth-child(2) {
  background: none !important;
}

.cb-content-left input[type=range] {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#222222)) no-repeat center !important;
  background: linear-gradient(#222222, #222222) no-repeat center !important;
  background-size: 100% 3px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}

.cb-content-left input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: #fff !important;
  -webkit-box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}

.cb-content-left input[type=range]::-webkit-slider-thumb:hover {
  background-color: #fff;
}

.cb-content-left input[type=range]::-webkit-slider-thumb:active {
  background-color: #fff;
}

.cb-content-left .custom-control-label::before {
  background-color: #fff;
  border-color: #fff;
}

.cb-content-right .btn-more {
  color: #f5f5f5;
}

.cb-content-right .btn-more i {
  color: #FF1007;
}

.cb-content-right .logo-brand {
  background-color: #0000009c !important;
  border-bottom: 2px solid #EAEAEA;
}

.cb-content-right .logo-brand .cb-lg-b {
  color: #f5f5f5;
  padding-left: 1rem;
  font-family: "Market Sans Bold";
  font-weight: 700;
}

.cb-content-right .card {
  background-color: #222222;
  border: none !important;
  padding: 0px !important;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cb-content-right .card .card-img {
  border-radius: 0;
  position: relative;
}

.cb-content-right .card .card-img::before {
  content: '';
  display: block;
  padding-bottom: 80%;
}

.cb-content-right .card .card-img .img-size {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.cb-content-right .card .card-body {
  text-align: center;
  padding: .8rem 0;
  color: #000;
}

.cb-content-right .card .card-body .price {
  color: #82B735;
  font-family: "Market Sans Bold";
}

.cb-content-right .card .card-body .card-title {
  font-size: 13px;
  font-weight: bold;
  color: #D9D7D6 !important;
  line-height: 1.7;
  margin-top: 0px !important;
}

.cb-content-right .card .card-body .card-text {
  font-size: 11px;
  color: #D9D7D6 !important;
}

.cb-content-right .card .card-footer {
  border-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 10px !important;
}

.cb-content-right .card .card-footer .price {
  color: #f5f5f5 !important;
}

.cb-content-right .card .card-footer .footer-r span {
  color: #f5f5f5;
}

.cb-footer {
  background-color: #FFFFFF;
  clear: both;
}

.content-combuild-details .combuild-details-user {
  color: white;
}

.content-combuild-details .combuild-details-user .combuild-img {
  width: 57px;
  height: 57px;
  margin: 0px 15px;
  border-radius: 50%;
}

.content-combuild-details .slide-combuild-details .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px;
  background-color: #fff;
}

.content-combuild-details .slide-combuild-details .carousel-indicators li::before, .content-combuild-details .slide-combuild-details .carousel-indicators li::after {
  content: none;
}

.content-combuild-details .slide-combuild-details .carousel-indicators .active {
  background-color: #0063D2;
}

.content-combuild-details .slide-combuild-details .carousel-control-prev-icon {
  background: url(../img/icon-menu/prev-arrow.svg);
  background-repeat: no-repeat;
  background-color: #555555;
  padding: 13px 20px;
  background-position: center;
  border: 1px solid white;
  border-radius: 10px;
}

.content-combuild-details .slide-combuild-details .carousel-control-next-icon {
  background: url(../img/icon-menu/next-arrow.svg);
  background-repeat: no-repeat;
  background-color: #555555;
  padding: 13px 20px;
  background-position: center;
  border: 1px solid white;
  border-radius: 10px;
}

.content-combuild-details .benmark h5 {
  color: #FFFFFF;
  padding-bottom: 16px;
  margin-bottom: 0px;
}

.content-combuild-details .benmark .gb-left {
  margin-bottom: 19px;
}

.content-combuild-details .benmark table {
  font-family: "Market Sans";
  text-align: center;
  border: 1px solid #D9D9D9;
}

.content-combuild-details .benmark table thead {
  background-color: #D9D9D9;
}

.content-combuild-details .benmark table tbody th {
  font-weight: bold;
  background-color: #E6E6E6;
}

.content-combuild-details .benmark table tbody td {
  color: #555555;
  background-color: #E6E6E6;
}

.b-bot {
  margin-bottom: 1rem !important;
  border-bottom: 1px solid white;
}

.content-system-builder h5 {
  color: white;
}

.content-system-builder .system-builder {
  width: 100%;
  clear: both;
}

.content-system-builder .system-builder .estimate-text {
  padding: 15px;
  width: 70%;
  float: left;
  background-color: #C1BFBF;
}

.content-system-builder .system-builder .estimate-text i {
  padding-right: 10px;
}

.content-system-builder .system-builder .estimate-calculator {
  padding: 15px;
  text-align: center;
  float: right;
  width: 30%;
  background-color: #1D1D1D;
}

.content-system-builder .system-builder .estimate-calculator img {
  width: 16px;
  height: 24px;
}

.content-system-builder .system-builder .estimate-calculator span {
  color: #f5f5f5;
}

.content-system-builder .table thead tr th {
  color: #FFFFFF;
  border-top: unset;
}

@media (max-width: 975px) {
  .content-system-builder .table thead tr th {
    white-space: pre;
  }
}

.content-system-builder .table tbody {
  color: #FFFFFF;
}

.content-system-builder .table tbody tr th {
  vertical-align: middle;
  font-size: 15px;
}

@media (max-width: 975px) {
  .content-system-builder .table tbody tr th {
    white-space: pre;
  }
}

.content-system-builder .table tbody tr .wp-n {
  white-space: unset;
}

.content-system-builder .table tbody tr td {
  vertical-align: middle;
  font-size: 13px;
}

@media (max-width: 975px) {
  .content-system-builder .table tbody tr td {
    white-space: pre;
  }
}

.content-system-builder .table tbody tr .red {
  color: #FF1007;
  font-family: "Market Sans Bold";
  font-weight: 700;
}

.content-system-builder .table tbody .bg-g {
  background-color: #C1BFBF;
  color: #555555;
}

.content-system-builder .table tbody .bg-g td {
  border-top: unset;
}

.content-system-builder .table tbody .bg-g .c-g {
  color: #555555;
}

.content-system-builder .table tbody .bg-g .c-b {
  color: #000000;
}

.content-system-builder .table tbody .x {
  color: #FF1007;
}

.content-system-builder .table .btn-buy {
  background-color: #82B735;
  color: #f5f5f5;
}

.content-system-builder .table .btn-add-cate {
  background-color: #D9D9D9;
  color: #000000;
  width: 50%;
  text-align: left;
}

.content-system-builder .system-builder-info {
  position: relative;
  z-index: 1;
}
.content-system-builder .system-builder-info span {
  background-color: #424242;
  font-size: 20px;
  font-family: 'Koulen', Roboto;
  color: #f5f5f5;
  padding-right: 11px;
}

.content-system-builder .system-builder-info span::after {
  content: '';
  position: absolute;
  border: dashed 1px #f5f5f5;
  display: block;
  width: 100%;
  height: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.content-system-builder .system-builder-info i {
  padding-right: 8px;
}

.content-system-builder .system-builder-info-form {
  border-bottom: dashed 1px #f5f5f5;
}

.content-system-builder .system-builder-info-form label {
  color: #f5f5f5;
}

.content-system-builder .btn-save {
  background-color: #0063D2;
  color: #f5f5f5;
}

.content-system-builder .description p {
  color: #fff;
}

.content-system-builder .page-multi .comments .media-body {
  color: #f5f5f5 !important;
}

.content-system-builder .page-multi .comments .media-body h5 {
  color: #6BB1FF;
}

.content-system-builder .page-multi .comments .media-body span {
  color: #f5f5f5 !important;
}

.content-system-builder .page-multi .comments .media-body .text-blue {
  color: #6BB1FF !important;
}

.content-system-builder .pagination .page-item .page-link {
  background-color: #424242;
  color: white;
  border-color: #424242;
}

.content-system-builder .pagination .page-item .active {
  background-color: #0063D2;
  color: white;
}

.sb-choose-left form input {
  position: relative;
  width: 100% !important;
}

.sb-choose-left form button {
  position: absolute;
  right: 25px;
  content: '';
  border: unset;
  background-color: white;
  color: #555555;
}

.sb-choose-left .sort-by-price .price-title {
  color: #f5f5f5;
}

.sb-choose-left .sort-by-price .text-violet {
  color: #f5f5f5 !important;
}

.sb-choose-left hr {
  border-color: #EFEFEF;
}

.sb-choose-left .pc-brand .custom-control .custom-control-label {
  color: #f5f5f5;
}

.sb-choose-left .pc-brand .custom-control .custom-control-label:checked::before {
  background-color: #007bff;
  color: #fff;
}

.sb-choose-left .pc-brand .brand-title {
  color: #f5f5f5 !important;
}

.sb-choose-left .pc-brand .read-more button {
  cursor: pointer;
  border: unset;
  background-color: #424242;
  color: #007bff;
  font-family: "Market Sans Bold";
  font-weight: 700;
}

.sb-choose-left .custom-control-label::before {
  background-color: #fff;
}

.bg-content-right .card {
  background-color: #222222;
  border: 1px solid #000000 !important;
  padding: 0px !important;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bg-content-right .card .card-imgg {
  background-color: #C0BEBE;
  border: 1px solid #C0BEBE;
  width: 245px;
  height: 205px;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 5px;
}

.bg-content-right .card .card-imgg img {
  width: 100%;
  height: 100%;
}
.battambang {
  font-family: 'Battambang';
  font-size: 13px;
}

.bg-content-right .card .card-head {
  color: #f5f5f5;
  padding: 12px 10px !important;
}

.bg-content-right .card .card-head .build-g-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg-content-right .card .card-head .build-g-pr .price {
  color: #f5f5f5;
  font-family: "Market Sans Bold";
}

.bg-content-right .card .card-head .card-title {
  font-size: 16px;
  font-weight: bolder;
  color: #D9D7D6;
  line-height: 1.7;
  margin-top: 0px !important;
}

.bg-content-right .card .card-head .card-text {
  font-size: 13px;
  color: #D9D7D6 !important;
}

.bg-content-right .btn-more {
  color: #f5f5f5;
}

.bg-content-right .btn-more i {
  color: #FF1007;
}

.bg-content-right .logo-brand {
  background-color: #0000009c !important;
  border: 1px solid #C0BEBE;
  border-bottom: 2px solid #EAEAEA;
}

.bg-content-right .logo-brand .cb-lg-b {
  color: #f5f5f5;
  padding-left: 1rem;
}
.content-system-builder table  thead th.tc{
  font-size: 12px;
}
.content-system-builder th:nth-child(2){
  width: 25%;
}
.list-50{
  display: inline-block;
  width: 50%;
  padding-right: 5px;
}
.btn-more{
  cursor: pointer;
  color: #007bff;
}
[v-cloak] {
  display:none;
}
.link-address {
  display: block;
  padding: 10px;
  margin-top: 1em;
  text-align: left;
  border: 1px solid rgba(0,0,0,.1);
}
.p-fixed{
  top: 0;
  position: fixed;
  z-index: 100;
}