p {
  margin-bottom: 0px;
}

.footer-icons {
  position: relative;
  align-items: baseline;
}
.footer-icons img {
  position: absolute;
  margin-top: 3px !important;
}
.footer-icons img.margin-top-more {
  margin-top: 15px !important;
}

.ps-4-5 {
  padding-left: 6.5rem !important;
}
@media (max-width: 480px) {
  .ps-4-5 {
    padding-left: 17px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .ps-4-5 {
    padding-left: 1.5rem !important;
  }
}

@media (max-width: 480px) {
  .title-product-margin {
    margin-left: 10px;
  }
}

.ps-8-5 {
  padding-left: 4.5rem !important;
}
@media (max-width: 480px) {
  .ps-8-5 {
    padding-left: 17px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .ps-8-5 {
    padding-left: 1.5rem !important;
  }
}

.font-chnage {
  font-size: 12px !important;
}

.font-weight-change {
  font-weight: 600;
}

.padding-left-right {
  padding-left: 25px;
  padding-right: 25px;
}

.hover11 figure img {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.hover11 figure :hover img {
  opacity: 0.5;
}

.nav-item-blank {
  padding: 40px 20px;
  display: block;
}
@media (max-width: 991px) {
  .nav-item-blank {
    padding: 0;
  }
}

.fs-1 {
  font-size: 2rem !important;
}

@media (max-width: 767px) {
  .heading-size {
    font-size: 17px !important;
  }
}

.btn {
  border-radius: 0px !important;
  border: none !important;
}
.btn:hover {
  background-color: #315fce !important;
  border-radius: 4px !important;
  transition: 0.8s !important;
  border: none !important;
  color: white;
}

.rightsign2 {
  width: 13px !important;
  height: auto !important;
}

.rightsign {
  width: 17px !important;
  height: auto !important;
}

a {
  text-decoration: none;
}

.scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: -15px;
  visibility: hidden;
  opacity: 0;
  width: 44px;
  height: 44px;
  background: #243a76;
  border-radius: 4px;
  transition: 0.3s;
  z-index: 11;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  bottom: 15px;
}
@media (max-width: 767px) {
  .scroll-top {
    display: none;
  }
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

@media (min-width: 1600px) {
  .container-custom {
    max-width: 1600px;
  }
}
.logo {
  margin-left: 25px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .logo img {
    height: 60px;
  }
}

header .header-menu .navbar-nav .nav-item:hover .dropdown-menu-1 {
  display: block;
}
header .header-menu .navbar-nav .dropend-level-2:hover .dropdown-menu-2 {
  display: block;
}
@media (max-width: 767px) {
  header .navbar-brand img {
    max-width: 85px !important;
  }
}
header .fixed-top {
  background: #fff;
}
@media (min-width: 991px) {
  header .fixed-top .navbar-brand {
    display: block !important;
  }
}
header .navbar {
  -webkit-transition: all 0.5s;
  padding: 0px;
  transition: all 0.5s;
}
header .header-menu.fixed-top {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
}
@media (max-width: 767px) {
  header .header-menu.fixed-top .navbar-nav .nav-item .nav-link {
    padding: 6px 0;
  }
}
header .fixed-top .fa-gg {
  transform: rotate(360deg);
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
header .navbar-toggler {
  background: #243a76;
}
header .goog-te-combo {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
header .goog-te-gadget {
  font-size: 0;
  display: flex;
  align-items: center;
}
header .goog-te-gadget::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url(../images/g.webp) no-repeat;
}
header .skiptranslate span {
  display: none;
}
header .lang-select .form-select {
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  header .lang-select .form-select {
    background-color: #fff;
  }
}
header .lang-select .form-select:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  header .top-flex {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  header .top-left-text {
    text-align: center;
  }
}
header .top-banner {
  background: #f2f2f2;
  padding: 5px 0;
}
@media (max-width: 767px) {
  header .top-banner .ms-3 {
    margin-left: 0px !important;
  }
}
header .top-banner .top-left-text {
  font-size: 14px;
}
@media (max-width: 767px) {
  header .top-banner .top-left-text {
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .top-banner .top-left-text {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  header .top-banner .top-left-text span {
    display: none;
  }
}
header .top-banner .top-left-text span::before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
}
header .top-banner .MyDetail p {
  color: #2a2a2a;
  font-weight: 500;
  text-decoration: none;
}
header .right-icons {
  display: flex;
  align-items: center;
}
header .right-icons a {
  display: inline-block;
}
header .right-icons .cart {
  position: relative;
  width: 26px;
}
header .right-icons .cart span {
  background: #1976d2;
  border-radius: 100%;
  padding: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  right: -7px;
}
header .right-icons .user {
  position: relative;
  width: 30px;
  padding: 10px 0px;
}
header .right-icons .user:hover .sub {
  display: block;
}
header .right-icons .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
header .right-icons .sub {
  background: #fff;
  position: absolute;
  z-index: 99999;
  width: 230px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 3px;
  display: none;
  right: -20px;
  top: 100%;
}
header .right-icons .sub a {
  text-decoration: none;
  color: #000;
}
header .right-icons .sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .right-icons .sub .signIn-box {
  text-align: center;
  padding: 10px 0 0;
}
header .right-icons .sub .login-btn {
  background: #243a76;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 7px 40px;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
header .right-icons .sub .sub-options li p {
  text-transform: capitalize;
  color: #515151;
  margin: 12px auto 20px;
  display: block;
  font-size: 13px;
  line-height: 16px;
}
header .right-icons .sub .sub-options li p a {
  color: #f3601e;
}
header .right-icons .sub .account-menus a {
  display: block;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #efefef;
}
header .right-icons .sub .account-menus a:hover {
  background: #f1f1f1;
}
header .right-icons .search {
  color: #000;
}
header .right-icons .cart {
  margin: 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .right-icons .cart {
    margin: 0 15px;
  }
}
header .SrchAppend .form-group {
  width: 100%;
}
header .SrchAppend .navbar-right {
  width: 100%;
  margin: 10px 0;
}
header .SrchAppend .navbar-right form {
  width: 100%;
}
header .SrchAppend .form-control-submit,
header .SrchAppend .search-label {
  top: 1px;
  bottom: 1px;
  right: 1px;
  height: 58px;
  background-color: #f2f2f2;
}
header .menu {
  padding: 0;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
  header .menu {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .menu {
    padding: 0px;
  }
}
header .menu .container-custom {
  position: relative;
}
header .header-menu .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left !important;
}
@media (max-width: 991px) {
  header .header-menu .navbar-nav {
    margin-top: 15px;
  }
}
header .header-menu .navbar-nav .nav-item {
  display: inline-block;
  position: inherit;
}
header .header-menu .navbar-nav .nav-item a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 40px 0px;
}
header .header-menu .navbar-nav .nav-item a:hover,
header .header-menu .navbar-nav .nav-item a.active {
  color: #243a76;
}
header .header-menu .navbar-nav .nav-item a.nav-link-bg:hover {
  color: #091a4a;
  text-shadow: 0 0 #091a4a;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .header-menu .navbar-nav .nav-item a {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-menu .navbar-nav .nav-item a {
    font-size: 15px;
    padding: 40px 7px;
  }
}
@media (max-width: 991px) {
  header .header-menu .navbar-nav .nav-item a {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  header .header-menu .navbar-nav .nav-item a {
    font-size: 14px;
    padding: 6px 0;
  }
}
header .header-menu .navbar-nav .nav-item a.show {
  color: #1976d2;
}
header .header-menu .navbar-nav .nav-item .dropdown-item {
  white-space: normal;
  font-size: 14px;
  padding: 8px 20px;
  border-bottom: 1px solid #bebebe;
}
header .header-menu .navbar-nav .nav-item .dropdown-item:active,
header .header-menu .navbar-nav .nav-item .dropdown-item.active {
  color: #fff !important;
  background: #243a76;
}
header .header-menu .navbar-nav .nav-item .dropdown-item i {
  float: right;
  padding-top: 4px;
  padding-left: 15px;
}
header .header-menu .dropdown-menu {
  width: 100%;
  padding: 0px 0;
  z-index: 9999;
  left: 0;
  top: 100%;
}
header .header-menu .dropdown-menu.start-auto {
  left: auto;
}
header .header-menu .dropdown-menu.end-auto {
  right: auto;
}
@media (min-width: 991px) {
  header .header-menu .dropdown-menu.show {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-menu .dropdown-menu {
    padding: 0px 0;
  }
}
header .header-menu .dropdown-menu .inner-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .header-menu .dropdown-menu .inner-menu img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 230px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .header-menu .dropdown-menu .inner-menu img {
    max-height: 170px;
  }
}
header .header-menu .dropdown-menu .inner-menu.textMenu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 991px) {
  header .header-menu .dropdown-menu .inner-menu.textMenu {
    display: block;
    -moz-column-gap: normal;
    column-gap: normal;
  }
}
@media (max-width: 991px) {
  header .header-menu .dropdown-menu .inner-menu.textMenu li {
    width: auto;
    border: none;
  }
}
header .header-menu .dropdown-menu.dropdown-menu-1 li:last-child a {
  border-bottom: none;
}
header .header-menu .dropdown-menu.dropdown-menu-2 {
  top: 0;
  left: 100%;
  right: auto;
  margin-left: 0px;
  width: auto;
  min-width: 250px;
}
header .header-menu .dropdown-menu.dropdown-menu-2 li:last-child a {
  border-bottom: none;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, .8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .dropdown-menu {
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  margin-top: 0px !important;
}
header .dropdown-menu li:hover {
  background-color: #e9ecef;
}
header .call {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  margin-right: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .call {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .call {
    margin-right: 0px;
  }
}
header .call img {
  margin-right: 5px;
  width: 23px;
}

.category-banner {
  position: relative;
}
.category-banner .h-500 {
  height: 300px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-banner .h-500 {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .category-banner .h-500 {
    height: 200px;
  }
}
.category-banner .banner-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
  height: 100%;
}
.category-banner .category-img {
  background-color: #000;
  position: relative;
  height: 300px;
}
.category-banner .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.category-banner .banner-text .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.category-banner .banner-text .breadcrumb .breadcrumb-item {
  display: inline-block;
}
.category-banner .banner-text .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.category-banner .banner-text .breadcrumb .breadcrumb-item::before {
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-banner .banner-text h1 {
    font-size: 30px;
  }
}
@media (max-width: 1550px) {
  .category-banner .banner-text h1 {
    font-size: 30px;
  }
}

.category-main {
  margin-top: 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main {
    margin-top: 50px;
  }
}
@media (max-width: 1550px) {
  .category-main {
    margin-top: 50px;
  }
}
.category-main .sticky-top {
  height: 100%;
  top: 5px;
}
@media (max-width: 991px) {
  .category-main .sticky-top {
    position: inherit;
  }
}
.category-main .filters {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
.category-main .filters .f-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #243a76;
}
.category-main .filters .f-title:focus {
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .category-main .filters .f-title {
    font-size: 16px;
  }
}
.category-main .filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-main .filters ul li {
  margin-top: 10px;
  font-size: 16px;
  color: #767676;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .filters ul li {
    font-size: 13px;
    margin-top: 12px;
  }
}
@media (max-width: 1550px) {
  .category-main .filters ul li {
    font-size: 13px;
    margin-top: 12px;
  }
}
.category-main .filters ul li .form-check-input[type="checkbox"] {
  border-radius: 0px;
}
@media (max-width: 767px) {
  .category-main .filters ul li {
    margin-top: 10px;
    font-size: 14px;
  }
}
.category-main .filters ul li:first-child {
  margin-top: 20px;
}
.category-main .filters .form-check input:checked + label {
  color: #243a76;
}
.category-main .f-results {
  background: #243a76;
  padding: 12px;
  margin-bottom: 30px;
}
.category-main .f-results .left-result {
  color: #fff;
}
.category-main .f-results .form-select {
  background-color: #243a76;
  color: #fff;
  border-radius: 0;
  background-image: url(../images/vector.webp);
  background-repeat: no-repeat;
}
.category-main .category-list-tag {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.category-main .category-list-tag li {
  display: inline-block;
  margin: 6px 7px;
  background: #eee;
  padding: 5px 8px;
  position: relative;
  font-size: 10px;
  font-weight: 500;
}
.category-main .category-list-tag li:nth-child(1) {
  margin-left: 0px;
}
.category-main .category-list-tag li:last-child {
  margin-right: 0px;
}
.category-main .category-list-tag li .category-close {
  position: absolute;
  background: #243a76;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  right: -5px;
  top: -5px;
  font-size: 11px;
  cursor: pointer;
}
.category-main .category-box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.category-main .category-box img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-main .category-box .top-selling-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #ff7a00;
  padding: 0px 10px 0;
  line-height: 28px;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.category-main .category-box .tag-left {
  top: -43px;
  left: -70px;
  width: 220px;
  height: 65px;
  transform: rotate(311deg);
  padding: 40px;
  padding-bottom: 29px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .category-box .tag-left {
    font-size: 10px;
  }
}
.category-main .category-box .tag-right {
  left: inherit;
  right: 0;
  border-radius: 20px;
  margin-right: 10px;
  background: #243a76;
}
.category-main .category-box .tag-right img {
  left: inherit;
  right: -11px;
  transform: rotate(180deg);
}
.category-main .cateDetail {
  padding: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .cateDetail {
    padding: 15px;
  }
}
@media (max-width: 1550px) {
  .category-main .cateDetail {
    padding: 15px;
  }
}
.category-main .cateDetail .proName {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .cateDetail .proName {
    font-size: 14px;
  }
}
@media (max-width: 1550px) {
  .category-main .cateDetail .proName {
    font-size: 16px;
  }
}
.category-main .cateDetail .p-tag {
  color: #767676;
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .cateDetail .p-tag {
    font-size: 12px;
  }
}
.category-main .cateDetail .prices {
  margin: 10px 0 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .cateDetail .prices {
    margin: 5px 0 10px;
  }
}
@media (max-width: 1550px) {
  .category-main .cateDetail .prices {
    margin: 5px 0 10px;
  }
}
.category-main .cateDetail .cart-btn {
  background: #243a76;
  color: #fff;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .cateDetail .cart-btn {
    font-size: 11px;
    padding: 5px 10px;
  }
}
@media (max-width: 1550px) {
  .category-main .cateDetail .cart-btn {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.category-main .cateDetail .cart-btn:hover {
  opacity: 0.9;
}
.category-main .cateDetail .in-stock {
  color: #4c8800;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .cateDetail .in-stock {
    font-size: 13px;
  }
}
.category-main .cateDetail .in-stock i {
  display: inline-block;
}
.category-main .cateDetail .out-of-stock {
  color: #767676;
}
.category-main .cateDetail .price {
  font-size: 17px;
  font-weight: 600;
  color: #243a76;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .category-main .cateDetail .price {
    font-size: 18px;
  }
}
.category-main .category-page {
  display: flex;
  justify-content: flex-end;
}
.category-main .category-page .pagination .page-item {
  width: 40px;
  height: 40px;
  margin-left: 28px;
}
.category-main .category-page .pagination .page-item.active .page-link {
  background-color: #243a76;
  color: #fff;
}
.category-main .category-page .pagination .page-link {
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  color: #000;
  border-color: #000;
  font-weight: 600;
}

.footerMain {
  background: #111111;
  color: #fff;
  padding-top: 70px;
  margin-top: 70px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footerMain .logo {
    height: 60px;
  }
}
.footerMain .contact {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footerMain .contact {
    font-size: 13px;
  }
}
.footerMain .f-menu .f-title {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footerMain .f-menu .f-title {
    font-size: 15px;
  }
}
.footerMain .f-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerMain .f-menu ul li {
  margin-top: 20px;
}
.footerMain .f-menu ul a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footerMain .f-menu ul a {
    font-size: 14px;
  }
}
.footerMain .social-links {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: start;
}
.footerMain .social-links a {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  background: #243a76;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-decoration: none;
  margin-right: 10px;
}
.footerMain .social-links a.twitter {
  background: #1998d5;
}
.footerMain .social-links a.pinterest {
  background: #be202e;
}
.footerMain .social-links a.instagram {
  background: #db3500;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footerMain .social-links a {
    width: 30px;
    height: 30px;
  }
}
.footerMain .special-text {
  padding: 20px 0;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  margin-top: 10px;
}
.footerMain .special-text span {
  font-size: 18px;
  font-weight: 500;
}
.footerMain .special-text p {
  margin: 10px 0 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footerMain .special-text p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .footerMain .special-text {
    text-align: left !important;
  }
}
.footerMain .pay-right {
  display: none;
  text-align: right;
}
@media (max-width: 767px) {
  .footerMain .pay-right {
    text-align: left !important;
  }
}
.footerMain .copy {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footerMain .copy {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .footerMain {
    padding-top: 40px;
    margin-top: 40px;
  }
  .footerMain .logo-side .logo {
    width: 150px;
  }
  .footerMain .f-menu ul li {
    margin-top: 10px;
  }
  .footerMain .f-menu ul li:last-child {
    margin-bottom: 16px;
  }
  .footerMain .f-menu ul a {
    font-size: 15px;
  }
  .footerMain .special-text p {
    font-size: 14px;
  }
  .footerMain .pay-right {
    text-align: center;
  }
  .footerMain .copy {
    text-align: center;
    margin-bottom: 8px;
  }
}

.product-breadcrumb {
  background: #243a76;
  padding: 14px 0;
}
@media (max-width: 1550px) {
  .product-breadcrumb {
    padding: 10px 0;
  }
}
.product-breadcrumb .breadcrumb {
  margin: 0;
}
.product-breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
@media (max-width: 1550px) {
  .product-breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
.product-breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.product-banner {
  flex-wrap: wrap;
  justify-content: center;
}
.product-banner .banner-box {
  width: 50%;
  position: relative;
  border: 5px solid #fff;
  height: 335px;
  background-color: #000;
}
.product-banner .banner-box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-banner .banner-box {
    height: 280px;
  }
}
.product-banner .banner-box:only-child {
  max-width: 1600px;
}
.product-banner .pro-left {
  background-color: rgb(16, 27, 56);
  position: relative;
}
.product-banner .pro-left img {
  opacity: 0.5;
}
.product-banner .pro-left-text {
  position: absolute;
  bottom: 40px;
  background: rgba(36, 58, 118, 0.7411764706);
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.product-banner .pro-left-text span {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-banner .pro-left-text span {
    font-size: 15px;
  }
}
.product-banner .pro-left-text p {
  margin: 5px 0 0;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-banner .pro-left-text p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .product-banner .pro-left-text {
    width: 90%;
    bottom: 10px;
  }
  .product-banner .pro-left-text span {
    font-size: 15px;
  }
  .product-banner .pro-left-text p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-banner {
    flex-wrap: wrap;
  }
  .product-banner .banner-box {
    width: 100%;
  }
}

.product-detail {
  margin: 0px auto 40px;
}
.product-detail .sticky-top {
  height: 100%;
}
@media (max-width: 991px) {
  .product-detail .sticky-top {
    position: inherit;
  }
}

.product-details-main {
  overflow: hidden;
  padding: 70px 0px;
}
@media (max-width: 767px) {
  .product-details-main .input-group {
    width: 50% !important;
  }
}
.product-details-main .xzoom-thumbs {
  padding: 0px 30px;
}
.product-details-main .xzoom-thumbs .slick-arrow .slick-prev-icon::before {
  color: #000;
}
.product-details-main .xzoom-thumbs .slick-arrow .slick-next-icon::before {
  color: #000;
}
.product-details-main .xzoom-thumbs .slick-arrow.slick-prev {
  left: 0px;
}
.product-details-main .xzoom-thumbs .slick-arrow.slick-next {
  right: 0px;
}
.product-details-main .xzoom-thumbs img {
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  padding: 10px 5px;
}
.product-details-main .ProName {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.product-details-main .detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details-main .detail ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-details-main .detail ul li {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }
}
.product-details-main .detail ul li .btns-for {
  width: 75%;
}
@media (max-width: 767px) {
  .product-details-main .detail ul li .btns-for {
    width: 100%;
  }
}
.product-details-main .detail ul li .btns-for span,
.product-details-main .detail ul li .btns-for p {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 5px;
}
.product-details-main .detail ul li .btns-for span:first-child,
.product-details-main .detail ul li .btns-for p:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .product-details-main .detail ul li .btns-for span,
  .product-details-main .detail ul li .btns-for p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .product-details-main .detail ul li .btns-for span,
  .product-details-main .detail ul li .btns-for p {
    font-size: 12px;
  }
}
.product-details-main .detail ul li .btns-for.suitable-border-right span {
  padding: 0px 5px;
  margin-left: 0px;
  border-right: 1px solid #707070;
}
.product-details-main
  .detail
  ul
  li
  .btns-for.suitable-border-right
  span:first-child {
  padding-left: 0px;
}
.product-details-main
  .detail
  ul
  li
  .btns-for.suitable-border-right
  span:last-child {
  border-right: 0px;
}
.product-details-main .detail ul li .btns-for .bg-orange {
  background: #fc7e00;
  color: #fff;
}
.product-details-main .detail label {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 500;
  width: 25%;
}
@media (max-width: 767px) {
  .product-details-main .detail label {
    margin-right: 10px;
    font-size: 16px;
    width: 100%;
  }
}
.product-details-main .detail .form-label {
  font-size: 15px;
  font-weight: normal;
  margin: 0px !important;
}
.product-details-main .btn-submit {
  background: #243a76;
  color: #fff;
}
.product-details-main .btn-submit:hover {
  opacity: 0.9;
}
.product-details-main .simple-btn {
  cursor: inherit;
}
.product-details-main .price-product .prc {
  display: flex;
  align-items: center;
}
.product-details-main .price-product .prc strong {
  font-size: 22px;
  font-weight: 600;
  color: #243a76;
}
.product-details-main .price-product .prc .stock {
  color: #4c8800;
  margin-left: 20px;
  font-size: 18px;
}
.product-details-main .price-product .prc .stock b {
  font-weight: 500;
}
.product-details-main .price-product p {
  font-size: 14px;
}
.product-details-main .input-group {
  width: 25%;
  height: 50px;
  text-align: center;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 40px;
  margin-right: 15px;
}
.product-details-main .input-group .input-group-btn {
  background-color: #e5e5e5;
  border-radius: 40px;
}
.product-details-main .input-group .input-group-btn:hover {
  background-color: #243a76;
  border-radius: 40px;
}
.product-details-main .input-group .btn-number {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.product-details-main .input-group .btn-number:hover {
  background-color: transparent !important;
  border-radius: 0px !important;
}
.product-details-main .input-group input {
  text-align: center;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.product-details-main .btn-cart {
  background: #243a76;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  border-radius: 0;
  padding: 0 50px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-main .btn-cart svg {
  margin-right: 10px;
}
@media (max-width: 1599px) {
  .product-details-main .btn-cart {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .product-details-main .btn-cart {
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .product-details-main .Description {
    margin-bottom: 40px;
  }
}
.product-details-main .Description span {
  font-weight: 500;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-details-main .Description span {
    font-size: 16px;
  }
}
.product-details-main .Description p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .product-details-main .Description p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-details-main .Description p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-details-main {
    margin: 40px 0;
  }
  .product-details-main .btn-cart {
    margin: 20px 0 0;
    width: 100%;
  }
}

.Related-Products {
  overflow: hidden;
}
.Related-Products .heading {
  font-size: 40px;
  margin-bottom: 30px;
}
.Related-Products .heading span {
  font-weight: 700;
  color: #243a76;
}
@media (max-width: 767px) {
  .Related-Products .heading {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Related-Products .heading {
    font-size: 30px;
  }
}
.Related-Products .category-box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin: 0 10px;
  height: 100%;
}
.Related-Products .category-box img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.Related-Products .cateDetail {
  padding: 20px;
}
.Related-Products .cateDetail .proName {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Related-Products .cateDetail .proName {
    font-size: 15px;
  }
}
.Related-Products .cateDetail p {
  color: #4e4e4e;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Related-Products .cateDetail p {
    font-size: 14px;
  }
}
.Related-Products .cateDetail .cart-btn {
  background: #243a76;
  color: #fff;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Related-Products .cateDetail .cart-btn {
    font-size: 12px;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .Related-Products .cateDetail .cart-btn {
    padding: 8px 7px;
  }
}
.Related-Products .slick-dots {
  bottom: -50px;
}
.Related-Products .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 15px 5px;
}
@media (max-width: 767px) {
  .Related-Products .slick-dots li {
    width: 25px;
  }
}
.Related-Products .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
  border-radius: 100%;
  background: #eaeaea;
}
@media (max-width: 767px) {
  .Related-Products .slick-dots li button {
    background: #767676;
  }
}
.Related-Products .slick-dots li button .slick-dot-icon:before {
  display: none;
}
.Related-Products .slick-dots li.slick-active button .slick-dot-icon {
  display: none;
}
.Related-Products .slick-dots li.slick-active button {
  background: #3e66df;
}

.banner-img {
  position: relative;
}
.banner-img img {
  width: 100%;
}

.inner-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  color: #fff;
}
@media (max-width: 767px) {
  .inner-text {
    left: 15px;
  }
}
.inner-text h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .inner-text h1 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-text h1 {
    font-size: 25px;
  }
}
.inner-text span {
  color: #f6921e;
  font-size: 40px;
  display: block;
  margin: 10px 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-text span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .inner-text span {
    font-size: 15px;
    margin: 5px 0;
  }
}
.inner-text p {
  margin: 0;
  font-size: 27px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .inner-text p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .inner-text p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .inner-text {
    left: 10%;
  }
}

.top-slick-banner > .banner-img:not(:first-child) {
  display: none;
}

.banner .top-slick-banner {
  margin-bottom: 0px;
}
.banner .top-slick-banner > .slick-slide:not(:first-child) {
  display: none;
}

.top-slick-banner .slick-autoplay-toggle-button {
  display: none;
}
.top-slick-banner .slick-dots {
  bottom: 60px;
}
.top-slick-banner .slick-dots li {
  width: 50px;
  height: 5px;
}
@media (max-width: 767px) {
  .top-slick-banner .slick-dots li {
    width: 25px;
  }
}
.top-slick-banner .slick-dots li button {
  width: 100%;
  height: 5px;
  padding: 0px;
  background: #fff;
}
@media (max-width: 767px) {
  .top-slick-banner .slick-dots li button {
    background: #767676;
  }
}
.top-slick-banner .slick-dots li button .slick-dot-icon:before {
  display: none;
}
.top-slick-banner .slick-dots li.slick-active button .slick-dot-icon {
  display: none;
}
.top-slick-banner .slick-dots li.slick-active button {
  background: #1998d5;
}
@media (max-width: 991px) {
  .top-slick-banner .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-slick-banner .slick-dots {
    bottom: -10px;
  }
}
.top-slick-banner .slick-prev {
  left: 10%;
}
.top-slick-banner .slick-next {
  right: 10%;
}
.top-slick-banner .slick-next,
.top-slick-banner .slick-prev {
  width: 50px;
  height: 50px;
  background: rgba(217, 217, 217, 0.5019607843);
  z-index: 1;
  border-radius: 100%;
  color: #fff;
}
.top-slick-banner .slick-prev .slick-prev-icon:before {
  content: "\f104";
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.top-slick-banner .slick-next .slick-next-icon:before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.heading-home {
  font-size: 35px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.heading-home span {
  font-weight: 700;
  color: #243a76;
}
@media (max-width: 767px) {
  .heading-home {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .heading-home {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.applecation {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .applecation {
    padding: 40px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation {
    padding: 40px 0;
  }
}
.applecation .type-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.applecation .type-box figure {
  position: relative;
  background-color: #000;
  margin: 0px;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.applecation .type-box figure img {
  opacity: 0.7;
}
.applecation .type-box figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 767px) {
  .applecation .type-box figure figcaption {
    font-size: 21px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .type-box figure figcaption {
    font-size: 21px;
  }
}
@media (max-width: 1550px) {
  .applecation .type-box figure figcaption {
    font-size: 21px;
  }
}
@media (max-width: 1200px) {
  .applecation .type-box figure figcaption {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .applecation .type-box figure figcaption {
    font-size: 21px;
  }
}
.applecation .type-box:hover .hover-type {
  display: block;
}
.applecation .type-box:hover figure {
  background-color: rgba(255, 255, 255, 0.1098039216);
}
.applecation .type-box:hover figure img {
  opacity: 0.5;
}
.applecation .type-box:hover figure figcaption {
  display: block;
}
.applecation .hover-type {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #fff;
  padding: 30px;
  display: none;
  transform: translateY(-50%);
}
.applecation .hover-type h2 {
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .hover-type h2 {
    font-size: 22px;
  }
}
@media (max-width: 1550px) {
  .applecation .hover-type h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .applecation .hover-type h2 {
    font-size: 25px;
  }
}
.applecation .hover-type p {
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .hover-type p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .applecation .hover-type p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .applecation .hover-type p {
    font-size: 14px;
    margin: 10px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .hover-type p {
    font-size: 13px;
  }
}
@media (max-width: 1550px) {
  .applecation .hover-type p {
    font-size: 14px;
  }
}
@media (max-width: 1550px) {
  .applecation .hover-type {
    top: 40%;
  }
}
.applecation .b-group {
  position: absolute;
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .applecation .b-group {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .applecation .b-group {
    width: 165px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .b-group {
    width: 140px;
  }
}
@media (max-width: 1550px) {
  .applecation .b-group {
    width: 140px;
  }
}
.applecation .pluse-view {
  position: absolute;
  left: 120px;
}
@media (max-width: 767px) {
  .applecation .pluse-view {
    left: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .pluse-view {
    left: 80px;
  }
}
@media (max-width: 1550px) {
  .applecation .pluse-view {
    left: 80px;
  }
}
.applecation .pluse-view .bg,
.applecation .pluse-view .pluse {
  background: #f6921e;
}
.applecation .pluse-button:hover .bg {
  animation: pulsate 1.2s ease-out;
  animation-iteration-count: infinite;
}
.applecation .bg,
.applecation .pluse {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .applecation .bg,
  .applecation .pluse {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .bg,
  .applecation .pluse {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1550px) {
  .applecation .bg,
  .applecation .pluse {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .applecation .bg img,
  .applecation .pluse img {
    max-width: 20px;
  }
}
@media (max-width: 1550px) {
  .applecation .bg img,
  .applecation .pluse img {
    max-width: 20px;
  }
}
.applecation .bg {
  background: #1998d5;
}
.applecation .pluse {
  display: flex;
  justify-content: center;
  align-items: center;
  background: orange;
  cursor: pointer;
}
.applecation .pluse a {
  position: absolute;
  color: #fff;
  font-size: 17px;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.join-hands {
  background: url(../images/home/join-hands.webp) no-repeat;
  background-size: cover;
  height: 500px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .join-hands {
    height: 400px;
  }
}
.join-hands .hand-text {
  background: #fff;
  padding: 50px;
  color: #333;
}
@media (max-width: 767px) {
  .join-hands .hand-text {
    padding: 20px;
  }
}
.join-hands .hand-text h2 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .join-hands .hand-text h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .join-hands .hand-text h2 {
    font-size: 21px;
  }
}
.join-hands .hand-text span {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  display: block;
  margin: 30px 0 20px;
}
@media (max-width: 767px) {
  .join-hands .hand-text span {
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .join-hands .hand-text span {
    margin: 20px 0 10px;
    font-size: 15px;
  }
}
.join-hands .hand-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.join-hands .hand-text p a {
  text-decoration: none;
  color: #243a76;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .join-hands .hand-text p {
    font-size: 15px;
  }
}
.join-hands .hand-text .view-btn {
  background: #243a76;
  color: #fff;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .join-hands .hand-text .view-btn {
    padding: 7px 9px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .join-hands .hand-text .view-btn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .join-hands .hand-text {
    padding: 40px;
  }
}

.Advantages {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .Advantages {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Advantages {
    padding: 40px 0;
  }
}
.Advantages .stone-box {
  text-align: center;
}
.Advantages .stone-box span {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Advantages .stone-box span {
    font-size: 14px;
  }
}
@media (max-width: 1550px) {
  .Advantages .stone-box span {
    font-size: 15px;
  }
}
.Advantages .stone-box img {
  max-width: 45px;
  max-height: 45px;
  min-height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}
.Advantages .flip-card {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
  perspective: 1000px;
}
@media (max-width: 767px) {
  .Advantages .flip-card {
    max-width: 100%;
  }
}
.Advantages .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: auto;
}
.Advantages .flip-card-front {
  background-color: #fff;
  color: black;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  border: 1px solid #243a76;
  border-radius: 10px;
}
.Advantages .flip-card-back {
  padding: 10px;
  background-color: #243a76;
  color: white;
  font-size: 14px;
  transform: rotateY(180deg);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Advantages .flip-card-back p {
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Advantages .flip-card-back {
    font-size: 12px;
  }
}
@media (max-width: 1550px) {
  .Advantages .flip-card-back {
    font-size: 13px;
  }
}

.manufacture-stone {
  height: 256px;
  background: url(../images/home/manufacture-bg.webp) no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.manufacture-stone .manu-text {
  color: #fff;
  text-align: center;
}
.manufacture-stone h2 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .manufacture-stone h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .manufacture-stone h2 {
    font-size: 25px;
  }
}
.manufacture-stone .pan-btn {
  background-color: #243a76;
  color: #fff;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
  border-radius: 0;
  padding: 10px 30px;
}
.manufacture-stone .pan-btn:hover {
  opacity: 0.9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .manufacture-stone .pan-btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .manufacture-stone .pan-btn {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .manufacture-stone {
    height: auto;
    padding: 30px 0;
  }
}

.explore-range {
  padding: 70px 0 30px;
}
@media (max-width: 767px) {
  .explore-range {
    padding: 40px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .explore-range {
    padding: 40px 0 10px;
  }
}
.explore-range .view-btn {
  background: #243a76;
  color: #fff;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 15px;
  font-weight: 300;
}
.explore-range .view-btn:hover {
  opacity: 0.9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .explore-range .view-btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .explore-range .view-btn {
    font-size: 11px;
    width: 100px;
    padding: 7px;
    text-align: center;
  }
}
.explore-range .category-box {
  margin: 0px;
}

.testimonial-slider {
  background: url(../images/home/testimonial-bg.webp) no-repeat;
  background-size: cover;
  padding: 120px 0;
  color: #000;
}
@media (max-width: 767px) {
  .testimonial-slider {
    padding: 40px 0;
  }
}
.testimonial-slider .div {
  max-width: 1260px;
  margin: auto;
  background: #fff;
  position: relative;
}
.testimonial-slider .div::after {
  content: "";
  width: 370px;
  height: 550px;
  display: block;
  position: absolute;
  left: -50px;
  top: -38px;
  background: url(../images/home/Vector.webp) no-repeat;
}
@media (max-width: 991px) {
  .testimonial-slider .div::after {
    display: none;
  }
}
.testimonial-slider .main {
  max-width: 1260px;
  height: 457px;
  margin: auto;
  background: #fff;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  padding-right: 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-slider .main {
    padding: 30px 30px 100px;
    height: auto;
  }
}
.testimonial-slider .slider-for {
  width: 60%;
  margin: 0;
}
@media (max-width: 991px) {
  .testimonial-slider .slider-for {
    width: 100%;
  }
}
.testimonial-slider .slider-nav {
  width: 296px;
  text-align: left;
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-slider .slider-nav {
    display: none;
  }
}
.testimonial-slider .slider-nav::after {
  content: "";
  width: 234px;
  height: 388px;
  display: block;
  position: absolute;
  right: -35px;
  top: -28px;
  background: url(../images/home/sl-bg.webp) no-repeat;
}
.testimonial-slider .slider-nav .slick-list {
  z-index: 1;
}
.testimonial-slider .slider-nav .slick-list .testimonial-slider-image img {
  height: 330px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.testimonial-slider .testimonial-text p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .testimonial-slider .testimonial-text p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider .testimonial-text p {
    font-size: 14px;
    line-height: 25px;
  }
}
.testimonial-slider .test-info {
  margin-top: 25px;
  position: relative;
  padding-left: 80px;
}
.testimonial-slider .test-info small {
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider .test-info small {
    font-size: 13px;
  }
}
.testimonial-slider .test-info span {
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider .test-info span {
    font-size: 14px;
  }
}
.testimonial-slider .test-info::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #243a76;
}
.testimonial-slider .test-info:after {
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 25px;
  background-color: #243a76;
}
.testimonial-slider .slick-dots {
  bottom: 50%;
  width: 10px;
  right: -70px;
}
.testimonial-slider .slick-dots li {
  width: 10px;
  height: 10px;
  display: block;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .testimonial-slider .slick-dots li {
    width: 25px;
  }
}
.testimonial-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
  border-radius: 100%;
  background: #eaeaea;
}
@media (max-width: 767px) {
  .testimonial-slider .slick-dots li button {
    background: #767676;
  }
}
.testimonial-slider .slick-dots li button .slick-dot-icon:before {
  display: none;
}
.testimonial-slider .slick-dots li.slick-active button .slick-dot-icon {
  display: none;
}
.testimonial-slider .slick-dots li.slick-active button {
  background: #3e66df;
}
@media (max-width: 991px) {
  .testimonial-slider .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .slick-dots {
    bottom: -10px;
  }
}
.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1;
  border-radius: 100%;
  color: #fff;
  border: 1px solid #243a76;
  bottom: -50px;
  top: inherit !important;
  left: 0;
}
@media (max-width: 991px) {
  .testimonial-slider .slick-next,
  .testimonial-slider .slick-prev {
    left: inherit;
    right: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider .slick-next,
  .testimonial-slider .slick-prev {
    bottom: -90px;
  }
}
.testimonial-slider .slick-next {
  left: 60px;
  background-color: #243a76;
}
@media (max-width: 991px) {
  .testimonial-slider .slick-next {
    left: inherit;
    right: 0;
  }
}
.testimonial-slider .slick-prev .slick-prev-icon,
.testimonial-slider .slick-next .slick-next-icon {
  line-height: 0px;
  opacity: 100%;
}
.testimonial-slider .slick-prev .slick-prev-icon:before {
  content: "\f104";
  color: #243a76;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.testimonial-slider .slick-next .slick-next-icon:before {
  content: "\f105";
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.get-in-touch {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .get-in-touch {
    padding: 40px 0 0;
  }
}
.get-in-touch h2 {
  font-size: 26px;
  font-weight: 600;
  color: #243a76;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .get-in-touch h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .get-in-touch h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.get-in-touch ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.get-in-touch ul li {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 27px;
}
.get-in-touch ul li::before {
  content: "";
  position: absolute;
  width: 9.88px;
  height: 9.88px;
  left: 0;
  top: 10px;
  display: block;
  background: #243a76;
  transform: rotate(-45deg);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .get-in-touch ul li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.get-in-touch .rightform {
  -webkit-box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.14);
  padding: 10px;
  box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.14);
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .get-in-touch .rightform {
    padding: 30px;
  }
}
.get-in-touch .rightform .form-title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #243a76;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .get-in-touch .rightform .form-title {
    font-size: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .get-in-touch .rightform .form-title {
    font-size: 25px;
  }
}
.get-in-touch .rightform .form-control {
  padding: 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .get-in-touch .rightform .form-control {
    padding: 10px;
  }
}
.get-in-touch .rightform .form-control:focus {
  box-shadow: none;
}
.get-in-touch .rightform .form-label {
  font-size: 18px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .get-in-touch .rightform .form-label {
    font-size: 16px;
  }
}
.get-in-touch .rightform .btn-sand {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  padding: 12px 20px;
  background: #243a76;
  width: 200px;
  text-decoration: none;
  text-align: center;
  margin: auto;
  display: block;
  border: none;
}
.get-in-touch .rightform .btn-sand:hover {
  opacity: 0.9;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .get-in-touch .rightform .btn-sand {
    font-size: 14px;
  }
}

.Related-slider {
  margin: 0 -10px;
}
.Related-slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  height: 40px;
  width: 40px;
  z-index: 9;
}
.Related-slider .slick-arrow.slick-next {
  right: -10px;
}
.Related-slider .slick-arrow.slick-prev {
  left: -10px;
}
.Related-slider .slick-arrow .slick-prev-icon::before {
  color: #000;
}
.Related-slider .slick-arrow .slick-next-icon::before {
  color: #000;
}

.aboutus {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .aboutus .p-0 {
    padding: 20px !important;
  }
}
.aboutus h2 {
  font-size: 22px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .aboutus h2 {
    font-size: 18px;
  }
}
.aboutus .about-left {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.breadcrumb-cart {
  background: #243a76;
  padding: 10px 0;
}
.breadcrumb-cart .breadcrumb {
  margin: 0;
}
.breadcrumb-cart .breadcrumb li {
  color: #fff;
}
.breadcrumb-cart .breadcrumb li::before {
  color: #fff;
}
.breadcrumb-cart .breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

.shoppig-cart {
  padding: 70px 0;
}
.shoppig-cart .left-cart {
  border: 1px solid #e1e1e1;
}
.shoppig-cart .left-cart .title {
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.shoppig-cart .cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0px;
}
.shoppig-cart .cart-items {
  padding: 10px;
}
.shoppig-cart .cart-items .pro-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 110px;
}
.shoppig-cart .cart-items + .cart-items {
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
.shoppig-cart .product-count {
  width: 140px;
  border: 1px solid #ced4da;
  background: #ced4da;
}
.shoppig-cart .product-count .form-control {
  border: 0;
  padding: 0;
  text-align: center;
  width: 40px;
}
.shoppig-cart .input-group .btn:focus {
  box-shadow: none;
}
.shoppig-cart .product-del {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  .shoppig-cart .product-del {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .shoppig-cart .pro-details {
    padding: 10px 0 15px;
  }
}
.shoppig-cart .pro-details .proName a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shoppig-cart .pro-details .price {
  font-size: 17px;
  font-weight: 500;
  margin: 10px 0;
}
.shoppig-cart .pro-details .types {
  font-size: 14px;
}
@media (max-width: 767px) {
  .shoppig-cart .pricecart {
    margin: 0 20px;
  }
}
.shoppig-cart .cart-delete {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}
.shoppig-cart .continue-btn {
  background: #243a76;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 35px;
}
.shoppig-cart .check-btn {
  width: 100%;
  display: block;
  background-color: #243a76;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0;
}
.shoppig-cart .check-btn:focus {
  box-shadow: none;
}

.right-cart {
  border: 1px solid #e1e1e1;
}

.prc-box {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.prc-box li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.promo-code {
  margin: 15px;
  border: 1px solid #e1e1e1;
  display: flex;
}
.promo-code .form-control {
  border: none;
  padding: 10px;
}
.promo-code .form-control:focus {
  box-shadow: none;
}
.promo-code .btn {
  border-radius: 0px;
  padding: 8px 30px;
  background: #243a76;
  color: #fff;
}
.promo-code .btn:focus {
  box-shadow: none;
}

.contact-us-main {
  padding: 70px 0;
}
.contact-us-main .title h4 {
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 0px !important;
  font-size: 30px;
  color: rgb(255, 255, 255);
  padding: 20px;
  font-family: Poppins, sans-serif;
  text-align: center;
  background-color: rgb(36, 58, 118) !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-us-main {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-us-main {
    padding: 40px 0 0;
  }
}
.contact-us-main .form-section {
  background: #f5f5f5;
  padding: 50px;
}
@media (max-width: 767px) {
  .contact-us-main .form-section {
    padding: 20px;
  }
}
.contact-us-main .form-control {
  padding: 12px;
}
.contact-us-main .form-control:focus {
  box-shadow: none;
}
.contact-us-main textarea {
  height: 100px;
}
.contact-us-main .btn-submit {
  padding: 12px 30px;
  background: #243a76;
  color: #fff;
  border: none;
}
.contact-us-main .btn-submit:hover {
  opacity: 0.9;
}
.contact-us-main .contact-right {
  border: 1px solid #e1e1e1;
  padding: 50px;
}
@media (max-width: 767px) {
  .contact-us-main .contact-right {
    padding: 30px;
  }
}
.contact-us-main .contact-right .title {
  font-size: 18px;
  font-weight: 500;
}
.contact-us-main .contact-box {
  margin-bottom: 40px;
}
.contact-us-main .contact-box .title {
  margin-bottom: 25px;
}
.contact-us-main .contact-box p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.contact-us-main .contact-box i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-us-main .contact-box i img {
  width: 20px;
}
.contact-us-main .social-links {
  display: flex;
  margin-top: 20px;
}
.contact-us-main .social-links a {
  width: 40px;
  height: 40px;
  background: #243a76;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
}
.contact-us-main .social-links a.twitter {
  background: #1998d5;
}
.contact-us-main .social-links a.pinterest {
  background: #be202e;
}
.contact-us-main .social-links a.instagram {
  background: #db3500;
}

.top-filters {
  padding: 70px 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-filters {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .top-filters {
    padding: 40px 0 60px;
  }
}
.top-filters .left-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.top-filters .left-title p {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-filters .left-title p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-filters .left-title {
    font-size: 30px;
  }
}
.top-filters .gallery-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-filters .gallery-filter li a {
  min-height: 162px;
  margin: 0 10px;
  text-align: center;
  display: block;
  background: #f5f5f5;
  color: #333;
  padding: 5px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top-filters .gallery-filter li a {
    min-height: 170px;
  }
}
.top-filters .gallery-filter li a .item-name {
  margin-top: 13px;
  font-size: 15px;
}
.top-filters .gallery-filter li a img {
  width: 100%;
  display: block;
  height: 100px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-filters .gallery-filter li a {
    width: 130px;
  }
}
.top-filters .gallery-filter li a i {
  position: relative;
  display: block;
  margin: 0 auto 15px;
}
.top-filters .gallery-filter li a i .img-white {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-filters .gallery-filter li a i {
    width: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .top-filters .gallery-filter li a {
    font-size: 14px;
  }
}
.top-filters .gallery-filter li:hover a,
.top-filters .gallery-filter li.active a {
  background: #243a76;
  color: #fff;
}
.top-filters .gallery-filter .slick-dots {
  bottom: -50px;
}
.top-filters .gallery-filter .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 15px 5px;
}
@media (max-width: 767px) {
  .top-filters .gallery-filter .slick-dots li {
    width: 25px;
  }
}
.top-filters .gallery-filter .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
  border-radius: 100%;
  background: #eaeaea;
}
@media (max-width: 767px) {
  .top-filters .gallery-filter .slick-dots li button {
    background: #767676;
  }
}
.top-filters .gallery-filter .slick-dots li button .slick-dot-icon:before {
  display: none;
}
.top-filters
  .gallery-filter
  .slick-dots
  li.slick-active
  button
  .slick-dot-icon {
  display: none;
}
.top-filters .gallery-filter .slick-dots li.slick-active button {
  background: #3e66df;
}

.filter-results {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .filter-results {
    margin: 0;
  }
}
.filter-results .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .filter-results .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .filter-results .item {
    width: 100%;
  }
}
.filter-results .item figure {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin: 0;
}
.filter-results .item figure iframe {
  border-radius: 10px;
}
.filter-results .item figure img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .filter-results .item figure img {
    height: 250px;
  }
}
.filter-results .item figure figcaption {
  transition: 0.3s;
  position: absolute;
  bottom: -100%;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  height: 40px;
}
.filter-results .item figure figcaption span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.filter-results .item:hover figure figcaption {
  bottom: 0;
}

.checkoutmain h1 {
  font-weight: 700;
}
.checkoutmain .sticky-top {
  top: 100px;
  height: 100%;
}
@media (max-width: 991px) {
  .checkoutmain .sticky-top {
    position: inherit;
  }
}
.checkoutmain .btn-blue {
  background: #243a76;
  color: #fff;
  padding: 10px 30px;
}
.checkoutmain .btn-blue.grey {
  background: #6c757d;
}
@media (max-width: 767px) {
  .checkoutmain .py-5 {
    padding: 30px 0 20px !important;
  }
}
@media (max-width: 767px) {
  .checkoutmain .lead {
    font-size: 13px;
  }
}
.checkoutmain .check-inner {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 767px) {
  .checkoutmain .check-inner {
    padding: 15px;
  }
}
.checkoutmain label {
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .checkoutmain label {
    font-size: 13px;
  }
}
.checkoutmain .form-control {
  padding: 10px;
}
.checkoutmain .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .checkoutmain .form-control::-moz-placeholder {
    font-size: 13px;
  }
  .checkoutmain .form-control::placeholder {
    font-size: 13px;
  }
}
.checkoutmain .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background: none;
  border: none;
}
.checkoutmain .promo .btn {
  padding: 10px;
  background: #243a76;
}
.checkoutmain .badge-secondary {
  color: #fff;
  background-color: #243a76;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .checkoutmain .needs-validation .btn {
    padding: 10px 30px;
    font-size: 15px;
  }
}
.checkoutmain .address-steps {
  margin-bottom: 40px;
}
.checkoutmain .address-steps ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.checkoutmain .address-steps ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 30%;
  text-align: center;
  background: #f5f5f5;
  border-radius: 5px;
}
.checkoutmain .address-steps ul li a {
  color: #000;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .checkoutmain .address-steps ul li a {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .checkoutmain .address-steps ul li a {
    padding: 10px;
    font-size: 13px;
  }
}
.checkoutmain .address-steps ul li a.active {
  background-color: #243a76;
  color: #fff;
}
.checkoutmain .address-steps ul li span {
  display: block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 auto 10px;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .checkoutmain .address-steps ul li span {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .checkoutmain h2 {
    font-size: 30px;
  }
  .checkoutmain .lead {
    font-size: 14px;
  }
  .checkoutmain .list-group h6 {
    font-size: 13px;
  }
  .checkoutmain .list-group .text-muted {
    font-size: 12px;
  }
}
.checkoutmain .RightCart {
  background: #f5f5f5;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .checkoutmain .RightCart {
    padding: 20px 0;
  }
}
.checkoutmain .RightCart h4 {
  padding: 0 1.25rem 20px;
}
.checkoutmain .RightCart .btn-Proceed {
  background: #243a76;
  color: #fff;
  padding: 14px;
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
  display: none;
}

.navbar-right {
  position: relative;
  height: 60px;
  width: 60px;
}

.navbar-right form {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .navbar-right form {
    width: 280px;
  }
}
.navbar-right form.width {
  width: 350px;
}

.form-group {
  position: relative;
  width: 0%;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  transition: width 1s;
  backface-visibility: hidden;
  margin-left: auto;
}

.form-group input.form-control {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
}

.form-control-submit,
.search-label {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  background: white;
}

.form-control-submit {
  background: #fff; /*stupid IE*/
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.search-label {
  z-index: 90;
}

.form-group.sb-search-open,
.no-js .sb-search-open {
  width: 100%;
}

.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
  background: #f2f2f2;
  color: #fff;
  z-index: 11;
}

.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
  z-index: 90;
}

.visualizerRoom {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .visualizerRoom {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visualizerRoom {
    padding: 40px 0 0;
  }
}
@media (max-width: 1550px) {
  .visualizerRoom {
    padding: 50px 0 0;
  }
}
.visualizerRoom .sticky-top {
  top: 5px;
}
.visualizerRoom .leftInterior {
  border: 10px solid #fff;
}
.visualizerRoom .leftInterior figure {
  margin: 0;
}
.visualizerRoom .title {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .visualizerRoom .title {
    font-size: 25px;
  }
}
.visualizerRoom .title p {
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visualizerRoom .title p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visualizerRoom .title {
    font-size: 30px;
  }
}
.visualizerRoom .room-tab {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .visualizerRoom .room-tab {
    margin-top: 0px;
  }
}
.visualizerRoom .room-tab .nav-tabs {
  border: none;
}
@media (max-width: 767px) {
  .visualizerRoom .room-tab .nav-tabs {
    overflow: auto;
    white-space: nowrap;
    display: block;
  }
}
.visualizerRoom .room-tab .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: #f5f5f5;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .visualizerRoom .room-tab .nav-link {
    display: inline-block;
    font-size: 16px;
  }
}
.visualizerRoom .room-tab .nav-link:hover {
  background: #e9ecef;
}
.visualizerRoom .room-tab .nav-link.active {
  background: #243a76;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visualizerRoom .room-tab .nav-link {
    font-size: 11px;
    font-weight: 400;
  }
}
.visualizerRoom .right-opt {
  background: #fff;
  padding: 7px;
}
.visualizerRoom .right-opt h2 {
  font-size: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visualizerRoom .right-opt h2 {
    font-size: 20px;
  }
}
.visualizerRoom .right-opt h6 {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.visualizerRoom .color-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.visualizerRoom .color-options li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .visualizerRoom .color-options li {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .visualizerRoom .color-options li {
    width: 50%;
  }
}
@media (max-width: 574px) {
  .visualizerRoom .color-options li {
    width: 100%;
  }
}
.visualizerRoom .color-options li figure {
  margin-bottom: 5px;
}
.visualizerRoom .color-options li figure img {
  max-width: 100%;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.visualizerRoom .color-options li span {
  font-size: 13px;
  font-weight: 400;
}

div.gyan {
  background-image: url(../images/color-options/black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.our-story p {
  text-align: justify;
}
.our-story h2 {
  margin-bottom: 20px;
}
.our-story b {
  display: block;
  margin-bottom: 10px;
}

.bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.bullets li {
  position: relative;
  padding-left: 15px;
}
.bullets li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/play.webp) no-repeat;
  top: 5px;
  background-size: contain;
  position: absolute;
  left: 0;
}

.Strength {
  padding: 70px 0 0;
}
.Strength .heading-inner {
  margin-bottom: 40px;
}
.Strength .strength-box {
  background: #ffffff;
  height: calc(100% - 20px);
  padding: 20px 30px;
  border: 1px solid #253973;
  border-radius: 10px;
  margin-bottom: 20px;
}
.Strength .strength-box span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Strength .strength-box span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .Strength .strength-box p {
    font-size: 14px;
  }
}
.Strength .strength-box img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.Installation {
  padding: 70px 0 0;
}
.Installation .heading-inner {
  margin-bottom: 40px;
}
.Installation .heading-inner p {
  text-align: left;
}
.Installation .heading-inner h2 {
  margin-bottom: 20px;
}
.Installation .accordion {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.Installation .accordion .accordion-button {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.Installation .accordion .accordion-button:focus,
.Installation .accordion .accordion-button:hover,
.Installation .accordion .accordion-button:not(.collapsed) {
  background: #e9ecef;
  box-shadow: none;
}
.Installation .accordion .accordion-button::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/play.webp) no-repeat;
  top: 22px;
  background-size: contain;
  position: absolute;
  left: 18px;
  opacity: 0.7;
}
.Installation .Installation-form {
  padding: 70px 0 0;
}
.Installation .Installation-form .form {
  padding: 40px;
  margin: auto;
  background: #f5f5f5;
}
@media (max-width: 991px) {
  .Installation .Installation-form .form {
    padding: 24px;
  }
}
.Installation .Installation-form .form form button {
  padding: 10px;
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.Installation .Installation-form .form-label {
  font-size: 13px;
}
.Installation .Installation-form .form-control {
  padding: 10px;
}
.Installation .Installation-form .form-control:focus {
  box-shadow: none;
}
.Installation .Installation-form .btn {
  background: #243a76;
  color: #fff;
}
.Installation .Installation-form h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.certification-section {
  padding: 70px 0;
}

.certificate-img {
  margin: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
}
.certificate-img:hover {
  box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 2px 2px 18px 1px rgba(0, 0, 0, 0.14);
}

.ExabitionTrade {
  padding: 70px 0;
}
.ExabitionTrade figure img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ExabitionTrade figure img {
    height: 220px;
  }
}

.privacy h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.privacy .text-pera {
  margin-bottom: 30px;
}
.privacy .text-pera span {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .privacy .text-pera span {
    font-size: 18px;
  }
}
.privacy .text-pera p {
  font-size: 15px;
  line-height: normal;
  text-align: justify;
}
.privacy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 10px;
}
.privacy ul li {
  margin-bottom: 5px;
  font-size: 14px;
}
.privacy b {
  margin-bottom: 10px;
  display: inline-block;
}
.privacy .tick li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 5px;
}
.privacy .tick li::marker {
  display: none;
}
.privacy .bullets li {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
}
.privacy .bullets li::marker {
  display: none;
}

.vodiapicker {
  display: none;
}

#a {
  padding: 0;
  margin: 0;
}

#a img,
.btn-select img {
  width: 30px;
}

#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

#a li:hover {
  background-color: #f4f3f3;
}

#a li img {
  margin: 5px;
}

#a li span,
.btn-select li span {
  margin-left: 15px;
}

.b {
  display: none;
  min-width: 140px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  background: #fff;
  z-index: 99;
}

.open {
  display: show !important;
}

.btn-select {
  margin-top: 10px;
  height: 34px;
  border-radius: 5px;
  border: none;
  position: relative;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  padding-right: 40px;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:focus {
  outline: none;
}

.LoginBackground {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
}
.LoginBackground::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg-login.webp) no-repeat;
  background-size: cover;
  position: fixed;
}

.login-page-bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
.login-page-bg .Login-Page {
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
  z-index: 9;
  padding: 50px;
}
@media (min-width: 768px) and (max-width: 958px) {
  .login-page-bg .Login-Page {
    padding: 0px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .login-page-bg .Login-Page {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .login-page-bg .Login-Page {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
.login-page-bg .Login-Page .nav {
  justify-content: space-between;
}
.login-page-bg .Login-Page .nav-item {
  width: 48%;
}
.login-page-bg .Login-Page .nav-pills .nav-link {
  width: 100%;
  background: #dddddd;
  padding: 12px;
  color: #111111;
}
.login-page-bg .Login-Page .nav-pills .nav-link.active {
  background: #243a76;
  color: #fff;
}
.login-page-bg .Login-Page .form-outline {
  position: relative;
  width: 100%;
}
.login-page-bg .Login-Page .form-outline .form-control {
  min-height: auto;
  padding: 10px;
  border: 0;
  background: transparent;
  transition: all 0.2s linear;
  border: 1px solid #dbdbdb;
}
.login-page-bg .Login-Page .form-control ~ .form-label {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 14px;
  padding: 0 2px;
  pointer-events: none;
  background: white;
  transition: transform 100ms ease;
  transform: translateY(-20px);
}
.login-page-bg .Login-Page .form-outline .form-control:focus ~ .form-label {
  color: #243a76;
  background: #fff;
  padding: 0 5px;
}
.login-page-bg .Login-Page .form-control:focus {
  box-shadow: none;
}
.login-page-bg .Login-Page .forgot {
  font-size: 15px;
  color: #db3500;
}
.login-page-bg .Login-Page .btn-sign {
  background: #243a76;
  color: #fff;
  padding: 10px 30px;
  width: 178px;
}
.login-page-bg .Login-Page .Remember,
.login-page-bg .Login-Page .agree-text {
  font-size: 15px;
  cursor: pointer;
}
.login-page-bg .Login-Page .btn-logins {
  text-align: right;
}
.login-page-bg .Login-Page .memberNot {
  font-size: 15px;
}
.login-page-bg .Login-Page .memberNot a {
  color: #db3500;
}
.login-page-bg .Login-Page a {
  color: #db3500;
  text-decoration: none;
}

.empty-cart {
  text-align: center;
}
.empty-cart h4 {
  font-size: 35px;
}
@media (max-width: 767px) {
  .empty-cart h4 {
    font-size: 25px;
  }
}
.empty-cart p {
  margin: 0;
}
.empty-cart img {
  width: 200px;
  margin: 0 auto 20px;
}

.myAccount {
  padding: 70px 0 0;
}
@media (max-width: 767px) {
  .myAccount {
    padding: 40px 0 0;
  }
}
.myAccount .btn-edit {
  background: #243a76;
  color: #fff;
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .myAccount .btn-edit {
    display: block;
  }
}
.myAccount .form-control {
  padding: 10px;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
}
.myAccount .form-control:focus {
  box-shadow: none;
  border-color: rgba(221, 221, 221, 0.8666666667);
}
.myAccount .form-label {
  font-size: 13px;
}
.myAccount .RightBorder {
  padding: 30px;
}
@media (max-width: 767px) {
  .myAccount .RightBorder {
    padding: 15px;
  }
}
.myAccount .RightBorder .title {
  padding: 0 0 15px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
}
.myAccount .RightBorder .passwordChange {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.myAccount .RightBorder .passwordChange .form-control {
  background: #f5f5f5;
}
.myAccount .RightBorder .AddNewBtn {
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 14px;
  position: relative;
  font-size: 15px;
  margin: 0;
  background: #243a76;
  color: #fff;
}
.myAccount .RightBorder .AddNewBtn svg {
  margin-right: 5px;
}
.myAccount .RightBorder .AddNewBtn::after {
  display: block;
  margin-left: 0.255em;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  right: 25px;
  top: 20px;
}
.myAccount .RightBorder .ToggleAddress {
  display: none;
  padding: 30px;
  border: 1px solid #ddd;
  border-top: 0;
}
.myAccount .main-inner {
  padding: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .myAccount .main-inner {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .myAccount .main-inner .sm-Box {
    justify-content: space-between;
  }
  .myAccount .main-inner .sm-Box .box {
    margin: 0px !important;
    width: 49%;
  }
  .myAccount .main-inner .sm-Box .box img {
    width: 26px;
    height: 26px;
  }
  .myAccount .main-inner .sm-Box .box .tag {
    line-height: normal;
  }
}
.myAccount .main-inner .h5,
.myAccount .main-inner .text-uppercase {
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .myAccount .main-inner .h5,
  .myAccount .main-inner .text-uppercase {
    font-size: 14px;
  }
}
.myAccount .main-inner .h5 + div {
  font-size: 0.9rem;
}
.myAccount .main-inner .box {
  padding: 10px;
  border-radius: 6px;
  width: 170px;
  height: 90px;
}
.myAccount .main-inner .box img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.myAccount .main-inner .box .tag {
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
}
.myAccount .main-inner .box .number {
  font-size: 1.5rem;
  font-weight: 600;
}
.myAccount .blue-label {
  background: #0067b8;
  padding: 0 5px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
}
@media (max-width: 1599px) {
  .myAccount .blue-label {
    font-size: 12px;
  }
}
.myAccount .order {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .myAccount .order {
    padding: 10px;
  }
}
.myAccount .order .order-summary {
  height: 100%;
}
.myAccount .order .fs-8 {
  font-size: 0.85rem;
  margin-top: 5px;
}
.myAccount .order .status {
  font-weight: 600;
}
.myAccount .order .btn.btn-primary {
  background-color: #243a76;
  color: #ffffff;
  border: 1px solid #243a76;
  padding: 5px 10px;
  font-size: 13px;
}
.myAccount .order .progressbar-track {
  margin-top: 20px;
  position: relative;
}
.myAccount .order .progressbar-track .progressbar {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  padding-left: 0rem;
  position: relative;
  z-index: 1;
}
.myAccount .order .progressbar-track .progressbar li {
  position: relative;
}
.myAccount .order .progressbar-track .progressbar li .order-status-check {
  position: absolute;
  top: 0px;
  right: -3px;
  width: 15px;
  height: 15px;
  border: 1px solid #0067b8;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background: #0067b8;
  color: #fff;
  line-height: 12px;
  font-size: 8px;
}
.myAccount .IconBar {
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  margin: auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dddddd;
  position: relative;
}
@media (max-width: 767px) {
  .myAccount .IconBar {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .myAccount .order .progressbar-track .progressbar small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .myAccount .order .progressbar-track .progressbar small {
    font-size: 11px;
  }
}
.myAccount .tracker {
  position: absolute;
  border-top: 1px solid #bbb;
  width: 95%;
  top: 25px;
}
.myAccount .bg-purple {
  background-color: #f5f5f5;
}
.myAccount .bg-light {
  background-color: #f0ecec !important;
}
.myAccount .green {
  color: rgba(55, 94, 55, 0.9490196078) !important;
}

.bg-Account {
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
}
.bg-Account .h4 {
  color: #111111;
  background: #f5f5f5;
  padding: 30px;
  margin: 0;
}
.bg-Account ul {
  padding: 0px;
}
.bg-Account ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 14px 30px;
  border-top: 1px solid rgba(221, 221, 221, 0.8666666667);
}
.bg-Account ul li:hover {
  background: #e9ecef;
}
.bg-Account ul li.active {
  background: #243a76;
  color: #fff !important;
}
@media (max-width: 1599px) {
  .bg-Account ul li {
    padding: 10px 15px;
  }
}
.bg-Account ul li::marker {
  display: none;
}
.bg-Account ul li a {
  display: block;
  color: #111111;
}
.bg-Account ul li a.active {
  color: #fff !important;
}
.bg-Account ul li .link {
  font-size: 17px;
  font-weight: 500;
}
.bg-Account ul li .link-desc {
  font-size: 15px;
  font-weight: 300;
}

.empty-Address-main {
  height: 100%;
}

.empty-Address {
  text-align: center;
  padding: 15px;
}
.empty-Address h4 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .empty-Address h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .empty-Address h4 {
    font-size: 28px;
  }
}
.empty-Address p {
  margin: 0;
}
.empty-Address img {
  width: 180px;
  margin: 0 auto 20px;
}
.empty-Address .address-btn {
  margin-top: 20px;
  background: #243a76;
  color: #fff;
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .empty-Address .address-btn {
    display: block;
  }
}

.MyAddress .btn-Cancel {
  background: #434343;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .MyAddress .btn-Cancel {
    margin: 10px 0 0 0;
  }
}
.MyAddress .countryDrop {
  font-size: 14px;
  position: relative;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  padding-right: 40px;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.DetailFlex {
  background: #f5f5f5;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1599px) {
  .DetailFlex {
    padding: 10px 15px;
  }
}
.DetailFlex p {
  margin: 0;
  font-weight: 500;
}
.DetailFlex img {
  margin-right: 20px;
}

.sticky-Left {
  position: sticky;
  height: 100%;
  top: 10px;
}
@media (max-width: 1200px) {
  .sticky-Left {
    position: inherit;
  }
}

.AddressList {
  margin: 15px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.AddressList li {
  padding: 10px 50px;
  border: 1px solid #d7d7d7;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.AddressList li i {
  width: 22px;
  height: 22px;
  border: 1px solid #c1c1c1;
  border-radius: 100%;
  position: absolute;
  left: 15px;
  top: 13px;
}
.AddressList li i::before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 100%;
  background-clip: padding-box;
  background: #bbbbbb;
  content: "";
}
.AddressList li label {
  display: block;
  color: #fc7e00;
  font-size: 18px;
  margin-bottom: 5px;
}
.AddressList li span {
  font-weight: 500;
}
.AddressList li p {
  margin: 3px 0;
  font-size: 13px;
}
.AddressList li .editDelete {
  position: absolute;
  right: 25px;
  top: 25px;
}
.AddressList li .editDelete a {
  display: block;
  margin: 10px 0;
}

/* START LOADER CSS */
.fullpage-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) skew(-30deg);
  }
  100% {
    transform: translateX(200%) skew(-30deg);
  }
}
.fullpage-loader--invisible {
  opacity: 0;
}

.fullpage-loader__logo {
  width: 120px;
}
@media (max-width: 767px) {
  .fullpage-loader__logo {
    width: 80px;
  }
}

/*product-details*/
/**=====================
     Product Page CSS Start
==========================**/
.n-tabs-panel {
  margin-top: 30px;
}

.n-products-details {
  text-align: left;
}
.n-products-details strong {
  font-size: 17px;
  font-weight: 600;
  color: #243a76;
}
.n-products-details .p-tag {
  color: #767676;
  display: block;
  font-size: 12px;
}
.n-products-details .p-tag:last-child {
  color: #767676;
  display: inline;
  font-size: 12px;
}

.n-products-details-flex {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .n-products-details-flex .out-of-stock {
    font-size: 14px;
  }
}
.n-products-details-flex .product-info span {
  color: #4c8800;
  font-size: 15px;
  font-weight: 500;
}
.main-content {
  padding: 20px;
}

@media (max-width: 1197px) {
  .visualizerRoom .room-tab .nav-link {
    font-size: 12px;
  }
  .visualizerRoom .color-options li span {
    font-size: 12px;
  }
  .visualizerRoom .right-opt h2 {
    font-size: 20px;
  }
  .visualizerRoom .right-opt h6 {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .visualizerRoom .title {
    font-size: 30px;
  }
  .visualizerRoom .title p {
    font-size: 14px;
  }
}
.media {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media img {
  width: 100%;
  height: 300px;
}

.layer {
  left: 25px;
  opacity: 0;
  top: 15px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 90%;
  background: #fff;
  color: #151e3f;
  transition: all 0.9s ease;
}
.layer p {
  transition: all 0.9s ease;
  transform: scale(0.1);
}

.media:hover .layer {
  opacity: 0.8;
  width: 90%;
  transition: all 0.5s ease;
}
.media:hover .layer p {
  transform: scale(1);
  transition: all 0.9s ease;
}

@media (max-width: 600px) {
  .wrapper {
    display: block;
  }
  .wrapper > * {
    margin: 10px;
  }
}
.filters-n {
  overflow: auto;
  overflow-x: hidden;
  max-height: 268px;
}

.order-n {
  padding: 25px;
}
.order-n .order-n-left {
  text-align: left;
  border-right: 1px solid #dee2e6;
}
.order-n .order-n-left .customer-info p {
  text-align: left;
}

.order-n-right .billing-box {
  position: relative;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 50%,
    #f5f5f5 50%,
    #f5f5f5 100%
  );
  box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 25px;
  margin-bottom: 25px;
}
.order-n-right .billing-box:after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: rgba(36, 58, 118, 0.3098039216);
  right: 0;
  top: 0%;
  position: absolute;
}
.order-n-right .billing-box:before {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: rgba(36, 58, 118, 0.3098039216);
  left: 0;
  bottom: 0%;
  position: absolute;
}

.order-title {
  margin-bottom: 20px;
}

.category-box {
  position: relative;
  overflow: hidden;
}
.category-box .top-selling-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #ff7a00;
  padding: 0px 10px 0;
  line-height: 28px;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.category-box .tag-left {
  top: -43px;
  left: -70px;
  width: 220px;
  height: 65px;
  transform: rotate(311deg);
  padding: 40px;
  padding-bottom: 29px;
}
.category-box .tag-right {
  left: inherit;
  right: 0;
  border-radius: 20px;
  margin-right: 10px;
  background: #243a76;
}

.pluse-button {
  text-align: center;
}

.bg {
  left: 34%;
}

.pluse {
  left: 34%;
}

.new-icons-n {
  font-size: 25px;
}

.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  height: 50px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}

.search-product {
  padding: 50px 0px;
  padding-bottom: 0;
}
.search-product .search-pro-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-product .search-pro-panel .pro-name {
  color: #243a76;
  font-size: 30px;
  font-weight: 600;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .search-product .search-pro-panel .pro-name {
    font-size: 25px;
  }
}
.search-product .search-pro-panel .cross-pro {
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #ffffff;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
}
.search-product .search-pro-panel .cross-pro img {
  width: 100%;
}
.search-product .products-lists-n {
  background: #f5f5f5;
  margin: 20px 0px;
  padding: 20px 10px;
}
.search-product .products-lists-n .category-box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
}
.search-product .products-lists-n .category-box .cateDetail {
  padding: 20px;
}
.search-product
  .products-lists-n
  .category-box
  .cateDetail
  .n-products-details {
  padding: 15px 0px;
  text-align: right;
}
.search-product .products-lists-n .category-box .cateDetail .proName {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search-product .products-lists-n .category-box .cateDetail .price {
  font-size: 22px;
  font-weight: 600;
  color: #243a76;
}
.search-product .products-lists-n .category-box .cateDetail .p-tag {
  color: #767676;
  display: block;
  font-size: 16px;
}
.search-product .products-lists-n .category-box .cart-btn {
  background: #243a76;
  color: #fff;
  border-radius: 0;
  padding: 8px 15px;
  font-size: 14px;
}
.search-product .products-lists-n .category-box .cart-btn:hover {
  opacity: 0.9;
}
.search-product .products-lists-n .category-box .in-stock {
  color: #4c8800;
  font-size: 15px;
  font-weight: 500;
}
.search-product .products-lists-n .product-notification {
  text-align: center;
}
.search-product .products-lists-n .product-notification .notification-pro h4 {
  font-size: 22px;
}

/*order page*/
.tbl-order-status thead tr th {
  font-size: 14px;
  font-weight: 600;
}
.tbl-order-status tbody tr td {
  font-size: 14px;
} /*# sourceMappingURL=style.css.map */

.color-options {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x;
  scroll-behavior: smooth;
}
