body {
  font-size: 14px;
  font-family: "Roboto", "Roboto Condensed", "sans-serif", "Arial";
  position: relative;
  overflow-x: hidden;
  color: #003360;
  background-color: #fff;
}

a {
  color: #003360;
  text-decoration: none;
}
a:hover, a.active {
  color: #00f;
}

header {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
header .shoppingcart-count {
  position: absolute;
  right: -8px;
  top: -5px;
  background-color: #d26e4b;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.head-logo img {
  max-width: 100%;
  max-height: 30px;
}

footer .foot-social a {
  color: #878787;
  font-size: 24px;
  float: left;
  width: 100%;
}
footer .foot-menu .nav .nav-item {
  font-size: 14px;
}
footer .foot-menu .nav .nav-item a i {
  font-size: 10px;
  margin-right: 10px;
}

.border-bottom {
  border-bottom-color: #ececec !important;
}

.owl-nav button {
  position: absolute;
  left: 5%;
  top: 50%;
  border: 1px solid #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.owl-nav button.owl-next {
  left: initial;
  right: 5%;
}
.owl-nav button:hover {
  background: #fff !important;
  color: #333 !important;
}

.owl-dots {
  bottom: 15px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-dots button {
  border: 2px solid #fff !important;
  width: 10px;
  height: 10px;
  padding: 0 !important;
  border-radius: 100%;
  margin: 0 5px;
}
.owl-dots button.active {
  background: #fff !important;
}

#banner-main img {
  max-height: 60vh;
  object-fit: cover;
}

.section-title b {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: 0.1;
  background-color: currentColor;
}
.section-title span {
  margin: 0 15px;
  font-weight: 600;
}

.buy-now {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 8%;
}
.buy-now a {
  color: #fff;
  border: 2px solid #fff;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600;
  padding: 2px 5px;
}
.buy-now a:hover {
  background-color: #fff;
  color: #666 !important;
}
.buy-now.review a {
  border: none;
  font-weight: 300;
  font-size: 16px;
}
.buy-now.review a:hover {
  background-color: inherit;
  color: #fff !important;
}

.category .card.text-black {
  height: 400px;
  padding-bottom: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.category .card.text-black img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.category.product-lists .card.text-black {
  height: 220px;
}

.img-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}
.img-zoom:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}

.out-of-stock-label {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: 0.9;
}

.pagination a {
  border-radius: 100%;
  border: 2px solid;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px !important;
}

.view-more {
  color: #003360;
  border: 2px solid #003360;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.view-more:hover {
  background: #003360;
  color: #fff !important;
}

.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 2em;
  width: 100%;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-left .is-divider {
  margin: 1em 0 2em;
}

.h1, h1 {
  font-size: 1.7em;
  line-height: 1.3;
}

.h3, h3 {
  font-size: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
  font-weight: 500;
}

pre, blockquote, form, figure, p, dl, ul, ol {
  margin-bottom: 1.3em;
  padding: 0;
}

.news-detail {
  font-size: 16px;
}
.news-detail ul li {
  margin-left: 1.3em;
  margin-bottom: 0.6em;
}

.product-detail .content {
  font-size: 16px;
}
.product-detail .content ul li {
  margin-left: 1.3em;
  margin-bottom: 0.6em;
}
.product-detail .content table {
  width: 100%;
}

#searchbox .modal-fullscreen .modal-content {
  background-color: #003360;
  opacity: 0.6;
}
#searchbox .btn-close {
  right: 15px;
  position: absolute;
  top: 15px;
  color: #fff;
  --bs-btn-close-color: #fff;
  z-index: 999;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
#searchbox .btn-close:hover {
  filter: invert(1) grayscale(3%) brightness(1000%);
}
#searchbox form {
  width: 600px;
  max-width: 95%;
}
#searchbox form button {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  top: 8px;
}
#searchbox input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  vertical-align: middle;
  -o-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  box-shadow: none;
  appearance: none;
  color: #fff;
  border-radius: 99px;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.09);
  font-size: 1.5em;
  margin: 0 auto;
  width: 100%;
}
#searchbox input::placeholder {
  color: #fff;
}

/*left right modal*/
.modal.left_modal, .modal.right_modal {
  position: fixed;
  z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  max-width: 85%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media (min-width: 576px) {
  .left_modal .modal-dialog {
    max-width: 100%;
  }
  .right_modal .modal-dialog {
    max-width: 100%;
  }
}
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  /*overflow-y: auto;
  overflow-x: hidden;*/
  height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
}

.modal-backdrop {
  display: none;
}

/*Left*/
.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
  left: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

.modal-header.left_modal, .modal-header.right_modal {
  padding: 10px 15px;
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.modal_outer .modal-body {
  /*height:90%;*/
  overflow-y: auto;
  overflow-x: hidden;
  height: 91vh;
}

#shoppingcart .pro-inf h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product-categories {
  list-style-type: none;
}
.product-categories a {
  color: #046bcc;
}
.product-categories a:hover {
  border-radius: 8px;
  font-weight: 600;
}
.product-categories a.active {
  font-weight: 600;
}
.product-categories ul {
  padding-left: 15px;
}

.float-left {
  float: left;
}

.text-justify {
  text-align: justify;
}

.font-weight-bold {
  font-weight: 600;
}

img, svg {
  max-width: 100%;
}

table tr td {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  padding: 8px;
  vertical-align: top;
}
table tr td:first-child {
  background-color: #f7f7f7;
}
table tr:hover {
  background-color: #f7f7f7;
}

.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.collection .box-text-inner h3, .collection .box-text-inner a {
  font-weight: 700;
}
.collection .box-text-inner h3 {
  font-size: 1.6em;
}
.collection .box-text-inner a {
  font-size: 14px;
}
.collection .box-text-inner a:before {
  content: "";
  height: 2px;
  background-color: currentcolor;
  opacity: 0.3;
  position: absolute;
  bottom: -5px;
  left: 20%;
  width: 60%;
  transition: 0.3s;
}
.collection .box-text-inner a:hover:before {
  left: 0%;
  width: 100%;
  opacity: 1;
}
.collection .card.text-black {
  padding-bottom: 50%;
  height: 340px;
}

.product-category .navbar select {
  width: 240px;
  height: 30px;
  font-size: 12px;
  padding: 0 15px;
}

.select_attributes ul li {
  width: 33px;
  height: 33px;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #a8a8a8;
  padding: 2px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.select_attributes ul li:hover {
  border: 3px solid #cbcbcb;
}
.select_attributes ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.select_attributes ul li.active:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 241, 241, 0.5098039216);
}

.in-stock {
  color: #7a9c59;
  font-weight: 600;
}

.change-quantity {
  width: 130px;
}
.change-quantity input {
  max-width: 40px;
}
.change-quantity button {
  border-color: #dee2e6;
}

.product-detail .category .pr-img {
  max-height: 740px;
}

@media (max-width: 575px) {
  .row {
    margin: 0 -5px;
  }
  .row .col {
    padding: 0 5px;
  }
  .container {
    padding: 0 5px;
  }
  #banner-main img {
    max-height: 240px;
  }
  .hot-reviews .category {
    padding: 0 5px;
  }
  #menu_mobile .btn-close {
    top: 15px;
    right: 15px;
    z-index: 999;
  }
  .menu_mobile i {
    font-size: 20px;
  }
  .head_mobile .spc {
    padding-right: 10px;
  }
  .collection .card.text-black {
    height: 220px;
  }
  .product-detail .category .pr-img {
    max-height: 220px;
  }
}

/*# sourceMappingURL=styles.css.map */
