@charset "UTF-8";
/*

File: style.scss

Table of Index 

  --Basic
  --functions
  --utilities
  --bootstrap extended
  --Header
  --Navigation
  --cart offcanvas
  --search-modal
  --dropdown animation
  --slider
  --deals swiper
  --tabular product
  --product image
  --product card
  --wishlist
  --shop instagram
  --breadcrumb
  --product img
  --product details
  --authentication
  --my account
  --tabular-product-details
  --shop page
  --colors
  --blog
  --back to top button
  --footer

*/
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545 ;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f ;
}

/*Basic*/
body {
  font: 14px / 1.8 'Microsoft Yahei', Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a {
  text-decoration: none;
}

.text-para {
  color: #4e5562;
}

::-moz-placeholder {
  color: #000 !important;
  font-size: 14px;
  opacity: 0.4 !important;
}

::placeholder {
  color: #000 !important;
  font-size: 14px;
  opacity: 0.4 !important;
}

/*functions*/
/*utilities*/
.dropdown-toggle-nocaret:after {
  display: none;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.depth-10 {
  z-index: 10;
}

.w-220 {
  width: 220px;
}

.w-300 {
  width: 300px;
}

.h-250 {
  height: 250px !important;
}

.wh-60 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-ribben {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 16px;
  background-color: #fd152c;
}

/* bootstrap extended*/
.form-check-input:focus {
  border-color: #4e4e4e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0);
}

.form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-select:focus,
.form-control:focus {
  border-color: #212529;
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0);
}

.dropdown-menu {
  border: 0;
  box-shadow: var(--bs-box-shadow);
}
.dropdown-menu .dropdown-item:focus {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}

.btn-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.0);
}

/*Header*/
.top-header {
  position: relative;
  height: auto;
  z-index: 10;
  background-color: #5b5b5b;
}
.top-header .top-strip {
  position: sticky;
  height: auto;
}

.top-header .top-text {
    color: #eee;
	font-size: 12px;
}

.top-header .top-text span {
    color: #ffe404;
    font-weight: bolder;
    font-size: larger
}

.top-header .top-links a {
    color: #eee
}

.top-header .top-strip .nav-link {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.top-header .top-strip .nav-link:hover {
  background-color: var(--bs-light-text-emphasis);
}
.top-header .top-strip .strip-social-links .nav-link {
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header .top-strip .btn-language {
  font-size: 12px;
}

/*Navigation*/
.navbar {
  background-color: #ffffff;
  /*min-height: 100px;*/
}
.navbar .logo-img {
  width: 233px;
}
.navbar .logo-img2 {
  width: 130px;
}
.navbar .navbar-nav .dropdown-menu {
  box-shadow: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-link {
  color: var(--bs-body-color);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0.375em 16px;
  border-radius: 0rem;
  border-bottom: 1px solid #e2e3e5;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    border: 0px solid #e2e3e5;
    padding: 1.357em 20px;
  }
}
.navbar .navbar-nav .nav-item{
/*  */
}
.navbar .navbar-nav .nav-item .parent-menu-name{
  font-weight: bold;
  margin-bottom: 0;
  line-height: 24px;
}
.navbar .navbar-nav .nav-item .parent-menu-name-en{
  display: block;
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .active{
  color: #fff;
  background-color: #0069b0;
}
.navbar .navbar-nav .nav-link:hover{
  color: #fff;
  background-color: #0069b0;
}
.navbar .navbar-nav .mega-menu {
  background-color: #ffffff;
}
.navbar .navbar-nav .mega-menu .mega-menu-title {
  font-size: 18px;
}
.navbar .navbar-nav .mega-menu .mega-menu-link {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar .navbar-nav .mega-menu .list-group-item {
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
    margin: 0;
    padding: 0.5rem;
    --bs-dropdown-min-width: 12rem;
    display: none;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0.375rem;
    padding: 0.375rem 0.5rem;
  }
  .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown-menu {
    display: none;
  }
  .navbar .navbar-nav .nav-item:hover .dropdown-menu .dropdown:hover .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
  }
  .navbar .navbar-nav .mega-menu {
    position: absolute;
    background-color: #f9f9f9;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
  }
  .navbar .navbar-nav .mega-menu .mega-menu-title {
    font-size: 18px;
  }
  .navbar .navbar-nav .mega-menu .mega-menu-link {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.navbar .nav-search .nav-search-control {
  background-color: var(--bs-light);
  border: 2px solid var(--bs-light) !important;
}
.navbar .nav-search .nav-search-control:focus {
  background-color: var(--bs-body-bg);
  border: 2px solid var(--bs-dark) !important;
}
.navbar .right-links .nav-link {
  color: var(--bs-body-color);
  font-size: 17px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.navbar .right-links .nav-link:hover {
  background-color: var(--bs-secondary-bg-subtle);
}
.navbar .right-links .nav-link .notify-badge {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: 0;
  border-radius: 50%;
  background-color: #ec1313;
}
.navbar .btn-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-body-color);
  font-size: 17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  background-color: #fff;
}
.navbar .btn-menu-close:hover {
  background-color: var(--bs-secondary-bg-subtle);
}

/*cart offcanvas*/
.offcanvas-cart {
  width: 500px !important;
}

/*search-modal*/
.search-modal .form-control-search::-moz-placeholder {
  color: #000;
  font-size: 16px;
  opacity: 0.5;
}
.search-modal .form-control-search::placeholder {
  color: #000;
  font-size: 16px;
  opacity: 0.5;
}

/* dropdown animation */
@keyframes animdropdown {
  from {
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* slider */
.swiper-button-next,
.swiper-button-prev {
  color: var(--bs-body-color);
}

.swiper-pagination-bullet-active {
  color: var(--bs-body-color);
  background: var(--bs-body-color, var(--bs-body-color));
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
}

.swiper-wrapper .sub-title {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .swiper-wrapper .sub-title {
    font-size: 20px;
  }
}
.swiper-wrapper .large-title {
  font-size: 22px;
  font-weight: 500;
}
.swiper-wrapper .large-title span{
  font-size: 32px;
  display: block;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .swiper-wrapper .large-title {
    font-size: 50px;
  }
}

.slide-icon {
  color: #ffffff;
  font-size: 16px;
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0069b082;
  cursor: pointer;
}


/*deals swiper*/
.dealsSwiper .swiper-nav {
  top: 30%;
  z-index: 10;
}

.main-slider .swiper-nav {
  top: 50%;
  z-index: 10;
}

.category-swiper-nav {
  position: relative;
  margin-top: 3rem;
  top: 55%;
  z-index: 1;
}
@media (min-width: 992px) {
  .category-swiper-nav {
    margin-top: 0rem;
    position: absolute;
  }
}
.category-swiper-nav .categories-slider-icon-left {
  margin-left: -12px;
}
.category-swiper-nav .categories-slider-icon-right {
  margin-right: -12px;
}

/*categories*/
.categories-catalog .cat-title {
  color: var(--bs-body-color);
  font-size: 20px;
}
.categories-catalog .cat-number {
  color: var(--bs-light-text-emphasis);
  font-size: 16px;
}

.circular-category-img {
  width: 300px;
  height: 300px;
}

/* tabular product */
.tabular-product .nav-pills {
  width: max-content;
  width: -moz-max-content;
  background-color: #ffffff;
}
.tabular-product .nav-pills .nav-link {
  color: var(--bs-body-color);
}
.tabular-product .nav-pills .active {
  color: var(--bs-white);
  background-color: var(--bs-dark);
}

/*product image*/
.product-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-price, .product-card-list .product-price .prev-price, .product-price .product-card-list .prev-price .prev-price, .product-price .prev-price {
  color: var(--bs-black);
  font-size: 16px;
  font-weight: 500;
}
.product-price .prev-price, .product-card-list .product-price .prev-price .prev-price, .product-price .product-card-list .prev-price .prev-price .prev-price {
  color: #bcbcbc;
}

/*product card*/
.product-card {
  background-color: #fff;
}
.product-card .product-name {
  color: var(--bs-body-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-card .product-actions {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
}
.product-card .product-actions .btn-action {
  font-size: 20px;
  color: var(--bs-white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-dark);
}
.product-card .product-cart {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
}
.product-card:hover .product-actions {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.product-card:hover .product-cart {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.product-card-list .product-name {
  color: var(--bs-body-color);
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-card-list .product-short-desc {
  font-size: 16px;
}
.product-card-list .product-price, .product-card-list .product-price .prev-price, .product-price .product-card-list .prev-price {
  color: var(--bs-black);
  font-size: 18px;
  font-weight: 500;
}
.product-card-list .product-price .prev-price, .product-price .product-card-list .prev-price .prev-price {
  font-size: 16px;
  color: #bcbcbc;
}
.product-card-list .product-actions {
  z-index: 5;
}
.product-card-list .product-actions .btn-action {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*
* ----------------------------------------------------------------------------------------
* 06. START HOME SERVICE TAB STYLE
* ----------------------------------------------------------------------------------------
*/
.service-tab .booking-form {
  background: #0069b0;
  padding: 0 0 30px 0;
}
.booking-form .booking-title {
  padding: 20px 0 20px 40px;
}
.booking-form .booking-title .h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 0;
}
.booking-form .booking-title span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.protab-section .pro-title span > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #dfa974;
}
.service-tab .nav-pills .service-tab-nav-link.nav-link {
  position: relative;
  padding: 15px;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link.active {
  background-color: #fff;
  border-left: 5px solid #e07f21;
}
.service-tab .nav-pills .service-tab-nav-link.nav-link.active h3 {
  color:#1c66af;
}
.service-tab .nav-pills .service-tab-nav-link.nav-link h3 {
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 20px;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 1px solid #fff;
}
.service-tab .nav-pills .service-tab-nav-link.nav-link:last-child{
  border-bottom: none;
}
.service-tab .nav-pills .service-tab-nav-link.nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link:hover,
.service-tab .nav-pills .service-tab-nav-link.nav-link:focus,
.service-tab .nav-pills .service-tab-nav-link.nav-link:active {
  color: #1c66af;
  border-left: 5px solid #e07f21;
}

.service-tab .nav-pills .service-tab-nav-link.nav-link:hover::before,
.service-tab .nav-pills .service-tab-nav-link.nav-link:focus::before,
.service-tab .nav-pills .service-tab-nav-link.nav-link:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.ser-tab-wel-tex {
  font-size: 24px;
  color: #c8a165;
  margin: 0;
  margin-bottom: 25px;
}

.ser-tab-con-sec {
  display: inline-block;
  position: relative;
  width: 100%;
}

.ser-tab-con-btn {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 30%;
}

.ser-tab-con-btn .icon {
  margin-right: 15px;
  float: left;
  background: #333;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ser-tab-con-btn .dec-text {
  float: left;
  width: 89%;
  color: #333;
  font-weight: 500;
}

.ser-tab-con-btn:hover .icon {
  background-color: #c8a165;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END HOME SERVICE TAB STYLE
* ----------------------------------------------------------------------------------------
*/


/*----------------------------------------*/
/*  About css
/*----------------------------------------*/
.pt-about-area{
  background: #f4f4f4;
}
.pt-section-subtitle {
  color: #F25C00;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pt-about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-about-thumb-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .pt-about-thumb-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.pt-about-thumb-col {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 575px) {
  .pt-about-thumb-col {
    flex-direction: row;
    gap: 20px;
  }
}
.pt-about-experience {
  display: flex;
  position: relative;
  background-color: #F3F5FA;
  text-align: center;
  align-items: center;
  gap: 15px;
  min-height: 225px;
}
@media (max-width: 575px) {
  .pt-about-experience {
    flex-direction: column;
    justify-content: center;
  }
}
.pt-about-experience::after {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pt-about-experience-title {
  font-size: 70px;
  color: #F25C00;
  word-spacing: -24px;
}
.pt-about-experience-title small{
  font-size: 24px;
  color: #F25C00;
  display: inline;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-about-experience-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-about-experience-title {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .pt-about-experience-title {
    font-size: 42px;
  }
}
.pt-about-experience-subtitle {
  text-align: start;
  font-size: 20px;
  font-weight: 600;
}
.pt-about-content {
  margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-about-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-about-content {
    margin-left: 0;
  }
}
.pt-about-list {
  margin-bottom: 35px;
}
.pt-about-list ul {
  list-style-type: none;
}
.pt-about-list ul li {
  font-weight: 500;
  color: #1D1D1D;
  margin-left: 35px;
  position: relative;
}
.pt-about-list ul li::before {
  position: absolute;
  content: "";
  left: -35px;
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #F25C00;
  transform: rotate(45deg);
}
.pt-about-list ul li:not(:last-child) {
  margin-bottom: 16px;
}


/*
 * 我们优势
 */
.section_advtage .section_title{
  background: #f4f4f4 url("/assets/images/about/about-3.jpg");
  color: #fff;
}
.section_advtage .services-box h3{
  color: #0069b0;
  line-height: 1;
  margin: 24px 0;
}
.section_advtage .services-box h3 span{
  display: block;
  padding-top: 18px;
  color: #000;
  font-size: 22px;
}
.section_advtage .services-box p{
  font-size: 16px;
  margin: 0;
}

.categories-slider-wrapper{
  background: #f4f4f4;
}

/*shop instagram*/
.shop-instagram .instagram-block {
  transition: all 0.2s;
}
.shop-instagram .instagram-block:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.shop-instagram .instagram-block:hover .instagram-logo {
  visibility: visible;
}
.shop-instagram .instagram-logo {
  color: #000;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  visibility: hidden;
}

/*breadcrumb*/
.section-breadcrumb .breadcrumb-link {
  color: var(--bs-body-color);
}
.section-breadcrumb .breadcrumb-active {
  color: #b0b0b0;
}
.section-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.bg-img-page-header{
  background: url(../images/page-header/page-header-1.jpg);
  background-position: top center;
  height: 278px;
  background-repeat: no-repeat;
}


/*product img*/
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-images-swiper-thumbnail .swiper-slide-thumb-active {
  border: 1px solid #0e1115;
  border-radius: 0.5rem;
}

/*product details*/
.product-profile h1{
  font-size: 24px;
}
.product-profile h2{
  font-size: 16px;
}
.btn-product-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--bs-light);
}

.btn-product-size {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid var(--bs-border-color);
  background-color: var(--bs-white);
}

.product-quantity {
  width: 12rem;
}

.product-share-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
}

.btn-filter-mobile {
  position: fixed;
  left: -37px;
  top: 50%;
  z-index: 10;
  transform: rotate(90deg);
}

.img-thumb-container img:hover {
  cursor: zoom-in;
}

.product-cart-buttons button{
  background-color: #0069b0;
  color: #fff;
}
.product-cart-buttons button:hover{
  background-color: #007ed3;
  color: #fff;
}
/* authentication */
.separator {
  display: flex;
  align-items: center;
}
.separator .line {
  height: 1px;
  flex: 1;
  background-color: #dee2e6;
}
.separator p {
  padding: 0 1rem;
  color: #919191;
  font-size: 14px;
}

/* my account */
.my-account-menu .active {
  background-color: #212529;
}

.account-menu-list-item {
  color: #262626;
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.2s all;
}
.account-menu-list-item:hover {
  background-color: #fff;
}

/*tabular-product-details*/
.tabular-product-details .nav-pills {
  width: 100%;
  width: -moz-max-content;
  background-color: #ffffff;
}
.tabular-product-details .nav-pills .nav-link {
  color: var(--bs-body-color);
  border-top: 1px solid ;
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 0;
  border-color: #e0e0e0;
}
.tabular-product-details .nav-pills .active {
  color: var(--bs-white);
  background-color: #0069b0;
  border: 2px solid #0069b0;
}
.tabular-product-details .customer-reviews-list .customer-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e3e4e5;
}


.tabular-product-details h1,
.post-content h1 {
  font-size: calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
  .tabular-product-details h1,
  .post-content h1 {
    font-size: 1.5rem
  }
}
.tabular-product-details h2,
.post-content h2 {
  font-size: calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
  .tabular-product-details h2,
  .post-content h2{
    font-size: 1.3rem
  }
}
.tabular-product-details h3,
.post-content h3{
  font-size: calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
  .tabular-product-details h3,
  .post-content h3 {
    font-size: 1.2rem
  }
}
.tabular-product-details h4,
.post-content h4 {
  font-size: calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
  .tabular-product-details h4,
  .post-content h4 {
    font-size: 1.1rem
  }
}
.tabular-product-details h5,
.tabular-product-details h6,
.post-content h5,
.post-content h6 {
  font-size: 1rem
}


/* shop page */
.category-number {
  color: #7e7e7e;
}

.page-pagination .pagination {
  --bs-pagination-color: #212529;
  --bs-pagination-active-bg: #212529;
  --bs-pagination-hover-color: #212529;
  --bs-pagination-focus-color: #212529;
  --bs-pagination-active-border-color: #212529;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}

/*colors*/
.bg-indigo {
  background-color: var(--bs-indigo) !important;
}

.bg-black {
  background-color: var(--bs-black) !important;
}

.bg-orange {
  background-color: var(--bs-orange) !important;
}

.bg-pink {
  background-color: var(--bs-pink) !important;
}

.bg-red {
  background-color: var(--bs-red) !important;
}

.bg-green {
  background-color: var(--bs-green) !important;
}

.bg-yellow {
  background-color: var(--bs-yellow) !important;
}

/*blog*/
.post-title, .grid-posts-title, .recent-post-title, .post-categories-list-item {
  color: #212529;
  font-size: 28px;
  transition: 0.3s all;
  width: -moz-fit-content;
  width: fit-content;
}
.post-title:hover, .grid-posts-title:hover, .recent-post-title:hover, .post-categories-list-item:hover {
  text-decoration: underline;
}

.blog-img {
  width: 100%;
  height: 500px;
}
.blog-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-post .post-content .table-1{
  border: 1px solid #dee2e6;
}


.recent-posts-img {
  width: 130px;
  height: 80px;
}
.recent-posts-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-posts-img {
  width: 100%;
  height: 260px;
}
.grid-posts-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-post-title, .post-categories-list-item {
  font-size: 16px;
}

.grid-posts-title {
  font-size: 20px;
}

/*back to top button*/
.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: fixed;
  border-radius: 50%;
  bottom: 24px;
  right: 24px;
  background-color: var(--bs-body-color);
  z-index: 5;
}
.back-to-top:hover {
  color: #fff;
  background-color: var(--bs-body-color);
  transition: all 0.5s;
}

/*footer*/
.footer-widgets{
  background-color: #313131;
  color: #fcf9f9;
}
.footer-widgets .social-link a {
  font-size: 20px;
  color: #fcf9f9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widgets .footer-link, .footer-widgets .news-letter-caption {
  color: #fcf9f9;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */