.b-f-20 {
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 414px) {
  .b-f-20 {
    font-size: 17px;
    font-weight: 800;
  }
}

@media (max-width: 940px) {
  .title h2.sm-f-14 {
    font-size: 14px;
  }
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.header-bg {
  /*background-image: linear-gradient(to bottom, #1976f2, #416a94);*/
  background: url("../images/header.png") right center;
  background-size: cover;
}
.light-bg {
  background-color: var(--light-100);
}
a.hcolor:hover {
  color: #efe4d1;
}
.thumb-info-wrapper img {
  max-height: 920px;
}

.custom-contain li a {
  color: #090909;
  padding-right: 10px;
}
.custom-contain li a:hover {
  color: #acacac;
}
.blog-box .blog-box-image,
.product-box-5 .product-image {
  border: 1px solid #d9d9d9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-box-5 .category-image {
  width: 120px;
}
.product-box-5 .category-name {
  font-size: 11px;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #fff9d8;
}

.home-detail .font-color {
  text-shadow: -2px -2px 0 #efe4d1, 2px -2px 0 #efe4d1, -2px 2px 0 #efe4d1,
    2px 2px 0 #efe4d1;
}
.title-product {
  width: 140px;
  text-align: center;
  margin-top: 7px;
  position: relative;
  z-index: 0;
}
.title-product::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
.title-product svg {
  background-color: #fff;
  width: 45px;
  z-index: 1;
  fill: #29527c;
}
.title-product svg.bg-gray {
  background-color: #d6d6d6;
}
.descript img {
  width: 100%;
  height: auto;
  object-fit: conatin;
}
.slider-image {
  border: 1px solid #d9d9d9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
}
.shape-gray {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

/* form-message */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .custom-form {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .custom-form:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .custom-form-feedback {
  color: #a94442;
}

@media screen and (max-width: 700px) {
  .header-logo img {
    width: 200px;
  }
}

/*header show search and hiden search in diffrent screen */
@media (max-width: 911px) {
  header .offcanvas-collapse .offcanvas-body .navbar-nav .hsearch {
    display: none;
  }
}

@media (min-width: 912px) and (max-width: 1198px) {
  header .offcanvas-collapse .offcanvas-body .navbar-nav .showsearch {
    display: inline;
  }
}

header .offcanvas-collapse .offcanvas-body .navbar-nav .showsearch {
  display: none;
}

/* product sidebar*/
.shop-section
  .left-box
  .shop-left-sidebar
  .custom-nav-tab
  .nav-item
  .nav-link.active {
  color: #fff;
  background: linear-gradient(
    90.56deg,
    #2b72d3 8.46%,
    rgb(78, 137, 255) 62.97%
  );
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
}

.shop-section
  .left-box
  .shop-left-sidebar
  .custom-nav-tab
  .nav-item
  .nav-link
  a.hover {
  background: #4b88bc;
}

.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  border-radius: unset;
  position: relative;
  text-align: left;
  padding-top: 15px;
}

.shop-section
  .left-box
  .shop-left-sidebar
  .custom-nav-tab
  .nav-item
  a.nav-link:hover {
  background: linear-gradient(
    90.56deg,
    #2b72d3 8.46%,
    rgb(78, 137, 255) 62.97%
  );
}
/*product-category mobile*/
.pcmenu {
  display: inline;
}
.pcmenu ul li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.pcmenu ul li.category {
  background-color: #e6e2e2;
  padding: 2px;
  border-radius: 5px;
}

/*category button */

.btn-category {
  appearance: button;
  background-color: #1899d6;
  border: solid transparent;
  border-radius: 13px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: din-round, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: left;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.btn-category:after {
  background-clip: padding-box;
  background: linear-gradient(
    90.56deg,
    #2b72d3 8.46%,
    rgb(78, 137, 255) 62.97%
  );
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.btn-category:main,
.btn-category:focus {
  user-select: auto;
}

.btn-category:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.btn-category:disabled {
  cursor: auto;
}

.btn-category:active {
  border-width: 4px 0 0;
  background: none;
}

@media (max-width: 900px) {
  .btn-category {
    font-size: 0.65rem;
  }
}

.btn-custom {
  background: #2b72d3;
  color: #fff;
}
.btn-group .btn-custom ul.dropdown-menu li {
  display: none;
  width: 100%;
}
