	@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=pangram@400,500,600,700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
body {
  direction: ltr;
  font-family: "pangram", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #151c29;
  line-height: 30px;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #2d3b55 !important;
  }

  .tag {
    border: 1px solid #2d3b55;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
a {
  color: #12aac1;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "pangram", sans-serif;
  font-weight: 400;
  line-height: 36px;
  color: #2d3b55;
}

h1,
.h1 {
  font-size: 22px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 15px;
}

.more-btn {
  font-family: "Montserrat";
  border: 1px solid #12aac1;
  background-color: #12aac1;
  color: #fff;
  width: 200px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  font-size: 18px;
}
.more-btn a {
  color: #fff;

  height: 100%;
  width: 100%;
  display: block;
  padding: 10px 30px;
}
.more-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: black;
}
.btn2:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.4s linear;
}
.btn2:hover:before {
  width: 100%;
}
.btn2:hover a {
  color: white;
}
.btn2 span {
  height: 100%;
  width: 100%;
  display: block;
}

.more-btn2 {
  font-family: "Montserrat";
  border: 1px solid #12aac1;
  background-color: #fff;
  color: #cccccc;
  width: 200px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  font-size: 18px;
}
.more-btn2 a {
  color: #000000;
  height: 100%;
  width: 100%;
  display: block;
  padding: 10px 30px;
}
.more-btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #12aac1;
}

/*Header*/
.header-main.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
  background: #fff;
}
.header-logo img {
  width: 120px;
}
.sub-header {
  background: #26282b;
}
.sub-header .dropdown-toggle {
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 0 40px;
  color: #999;
}
.sub-header .language-selector {
  display: flex;
  justify-content: end;
}
.sub-header .bp-dropdown-menu {
  top: 100%;
  padding: 0 !important;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s linear;
  right: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: #fafafa;
  border-radius: 0;
  font-size: 13px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}
.sub-header .btn-group-sort:hover .bp-dropdown-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.sub-header .dropdown-item:focus,
.sub-header .dropdown-item:hover {
  color: #12aac1;
  background: transparent;
  text-decoration: none;
}
.sub-header .dropdown-item img {
  width: 16px;
  height: 11px;
  margin-right: 10px;
}
.sub-header .dropdown-item.active,
.sub-header .dropdown-item:active {
  color: #12aac1;
  background: transparent;
  text-decoration: none;
}
.header-main {
  padding: 10px 0;
  background: #fff;
}
.header-main .nav-item a {
  padding: 35px 14px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  position: relative;
  color: #2d3b55;
}
.header-main .navbar ul.navbar-nav > li {
  padding: 10px 25px;
}
.header-main #dv_search {
  border: 0;
  width: 100%;
  background: white;
  color: #414141;
  font-weight: 300;
  border-radius: 0;
  align-items: center;
}
.header-search {
  position: relative;
}
.header-main #frm_search_product {
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 100%;
  width: 320px;
  border-color: #e5e5e5;
  display: block !important;
  z-index: 9999;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity = 0);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.header-main #frm_search_product.open-content {
  opacity: 1;
  filter: alpha(opacity = 100);
  visibility: visible;
}
.header-search .bp-text-search {
  padding: 0 50px 0 15px;
  height: 50px;
  line-height: 50px;
  outline: 0;
  border: none;
  border-bottom: 2px solid #333;
}
.header-search .bp-text-search::placeholder {
  color: #dfdfdf;
}
.header-search .search-button {
  text-align: right;
  padding: 23px 0 23px;
  margin: 0 0 0 15px;
}
.header-search .search-button i {
  cursor: pointer;
  color: #12aac1;
}

.header-search #submit_seach {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #2d3b55;
}
.header-search .bp-text-search:focus {
  box-shadow: none;
  border-color: #12aac1;
}
.header-search #dv_search .input-group-btn:nth-child(3) {
  position: absolute;
  right: 0;
  z-index: 6;
}
.header-main #frm_search_product.open-content:hover i {
  color: #12aac1;
}

.header .col-megamenu img {
  margin-top: 10px;
  height: 140px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.header .col-megamenu:hover img {
  margin-left: 5px;
}
.header .btn .badge {
  top: 5px !important;
  right: -5px;
  padding: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background-color: #ff4a32 !important;
}
#cart_items_list {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
}
#cart_items_list .list-group-item {
  border: none;
  margin-bottom: 5px;
  padding: 0;
}
#cart_items_list .cart-item-image-checkout {
  width: 40px;
  height: auto;
}
#cart_items_list .col-2.text-left {
  padding: 0;
}
.bp_checkout_pd_name {
  line-height: unset;
}
#cart_items_list .col-10 {
  padding-right: 0;
}
#cart_items_list .bp_checkout_total_price:last-child {
  justify-content: end !important;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
}
#cart_items_list .bp_short_cart_checkout {
  padding: 0px 10px;
  background: #12aac1;
  color: #fff;
  margin-top: 15px;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
#cart_items_list .bp_short_cart_checkout:hover {
  background: #000000;
}
#cart_items_list .bp_checkout_total_price:nth-child(3) {
  margin-top: 15px;
}

#cart_items_list .bp_checkout_quantity,
#cart_items_list .bp_checkout_price {
  margin-top: 5px;
}
#cart_items_list .list-group {
  margin-bottom: 0 !important;
}
.header .bi.bp_cls_icon_cart_fill.bi-cart {
  color: #12aac1;
}

.bp_news_info {
  display: none;
}

.blog .bp_news_info {
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
  background: #fff;
  width: 15%;
}
.blog .bp_lb_user,
.blog .bp_lb_comment {
  display: none;
}
.blog .bp_block_item .row {
  margin: 0;
}
.blog .cls_img_hot_news {
  position: relative;
  padding: 0;
}
.blog .bp_icon_date {
  display: none;
}
.blog .bp_lb_date {
  padding: 0;
}
.blog .bp_block_item {
  margin-bottom: 20px;
}
.blog .bp-date-create {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.blog .cls_content_hot_news {
  padding: 0;
}
.blog .bp_news_sub p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .bp-news-button-action {
  display: none;
}
.blog .cls_img_hot_news img {
  height: 250px;
  object-fit: cover;
}
.blog .news_title {
  line-height: 30px;
  min-height: 60px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog > h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  margin: 10px 0 30px;
}

/*Product */
.product .bp_cls_shopping_form {
  display: none;
}
.product .bp_img_product {
  height: auto;
}
.product .bp-group-button-qv-wl {
  display: none;
}
.product .bp_lbl_product_more {
  display: none;
}
.product .cls_price_text {
  display: none;
}
.product .title-product h1 {
        text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 26px;
}
.product .bp_content_product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product .bp_product_more_item {
  order: -1;
  margin: 20px 0;
}
.product .bp_lbl_product_value {
  font-size: 14px;
  color: grey;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.product .product_title {
  color: #12aac1;
  font-size: 30px;
  font-weight: 300;
}
.product .cls_price_number,
.product .cls_unit_price {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: #2d3b55;
}
.product .bp_product_item .row {
  margin: 0;
}
.product .col {
  margin-bottom: 60px;
}
.product .bp-product-link-details {
  border-radius: 0;
  background: #fff;
  padding: 9px 30px;
  line-height: 40px;
  border: 1px #12aac1;
  outline-style: solid;
  outline-color: #12aac1;
  transition: all 0.4s;
  text-transform: uppercase;
  font-size: 18px;
  color: #2d3b55;
  font-family: "Montserrat";
  margin-top: 40px;
}
.product .bp-product-link-details:hover {
  background: #12aac1;
  color: #fff;
}
.product .bp-product-footer {
  display: none;
}
.product .bp_img_product img {
  border-radius: 0;
}
.product .bp-product-header {
  display: none;
}
.product .bp-category-title {
  display: none;
}

.owl-dots {
  display: none;
}

.footer {
  background: #151c29;

  padding: 75px 0 0;
}
.footer h2 {
  color: #12aac1;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0 0 30px;
  font-weight: 700;
}
.footer .bp_category_option li {
  padding: 10px 0;
}
.footer .bp_category_option li h3 {
  color: #aaa;
  transition: all 0.4s;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 17px;
  margin: 0;
}
.footer .bp_category_option li h3:hover {
  padding-left: 10px;
  color: #fff;
}
.footer .block_content img {
  margin-right: 20px;
}
.footer ul {
  padding: 0;
}
.footer .foot-phone,
.footer .foot-email {
  color: #aaa;
}
.footer .foot-phone {
  line-height: 44px;
}
.footer ul li i {
  font-size: 14px;
  width: 30px;
}
.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  line-height: 26px;
  color: #aaa;
}
.footer-bottom p span {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .header .megamenu .container {
    max-width: 70%;
  }
  .header .navbar-nav > .nav-item > a {
    position: relative;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  .header .navbar-nav > .nav-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #12aac1;
    transition: width 0.8s ease-in-out;
  }
  .header .navbar-nav > .nav-item.active > a::after {
    transition: unset;
  }
  .header .navbar-nav li:hover > a,
  .header .navbar-nav .nav-item.active > a {
    color: #12aac1;
  }

  .header .navbar-nav > .nav-item:hover a::after,
  .header .navbar-nav > .nav-item.active a::after {
    width: 100%;
  }
  .navbar ul.dropdown-menu li {
    padding: 10px 20px;
  }

  .header .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
  .header .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .navbar .megamenu {
    position: absolute;
  }
  .navbar .has-megamenu {
    position: relative !important;
  }
  #navbarsMenu {
    overflow-y: scroll;
    width: 250px !important;
  }
  .header-logo {
    text-align: center;
  }
  .navbar-toggler {
    border-radius: 0;
    border-color: #000;
  }
  .header-main .nav-item a {
    text-transform: capitalize;
    padding: 15px;
    font-weight: 400;
  }
  .header-main .navbar ul.navbar-nav > li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 5px;
  }
  .megamenu .row > .col-6 {
    width: 100%;
    padding: 0;
  }
  :not(.container-fluid) > .container .navbar .megamenu .container .row {
    border: none;
    padding: 0;
  }
  .megamenu .col-megamenu h6.bp_megamenu_h6 a.bp_megamenu_title {
    font-weight: 500;
    color: #888;
  }
  .header .col-megamenu img {
    height: auto;
  }
  .navbar .dropdown-toggle {
    cursor: pointer;
  }
  .header .col-megamenu:hover img {
    margin: 0;
    margin-top: 10px;
  }
  .offcanvas-header .btn-close {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer h2 {
    margin: 40px 0 10px;
  }
  .footer .bp_category_option li h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .product .product_title {
    font-size: 24px;
  }
  .product .bp_lbl_product_value {
    font-size: 12px;
  }
  .sub-header .language-selector {
    justify-content: space-between;
  }
  .sub-header .dropdown-toggle {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .product .bp_lbl_product_value {
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product .bp-product-link-details {
    font-size: 16px;
    padding: 5px 20px;
  }
  .product .bp_product_more_item {
    margin-bottom: 0;
  }
  .product .bp-product-link-details {
    margin-top: 20px;
  }
}
@media screen and (max-width: 456px) {
  .product .product_title {
    font-size: 18px;
  }
  .product .bp-product-link-details {
    font-size: 12px;
    padding: 5px 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 380px) {
  .product .product_title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product .bp_lbl_product_value {
    font-size: 7px;
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
