@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

a{
	text-decoration:none;
	color:#000	
}

:root {
  --primary: #1E60AA;
  --secondary: #FF4917;
  --light: #EDF1FC;
  --dark: #17224D;
}

.btn-primary {
	background:#113065;
	border:1px solid #113065;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 76px;
  z-index: 99;
}


.roboto-condensed-font {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

/*** Button ***/
.btn {
  font-weight: 600;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.top-bar {
  padding: 0 4rem;
}

.nav-bar {
  position: relative;
  padding: 0 4.75rem;
  transition: .5s;
  z-index: 700 !important;
	background:#113065;
}

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 800;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 20px;
  padding: 0px 0;
  color:#fff;
  font-size: 15px;
  /* letter-spacing: 1px; */
  font-weight: 300;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #e25400;
}

.navbar h5{
	color: #fff;
  font-size: 18px;
  text-align: center;
}

.navbar-toggler{
  color: #fff;
  border: 1px solid;

}

.navbar .dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #deebf8;
}

.navbar .dropdown-item{
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .nav-bar {
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link  {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


/*** Header ***/
.header-carousel .container,
.header-carousel .page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #FFFFFF;
}
.header-carousel img{
	height:420px;
}

.header-carousel h1{
  font-size: 60px;
  color: #fff;
  font-weight: 700;
}

.header-carousel p{
  color: #fff;
}

.header-carousel .btn-primary{
	background:#113065;
	border:1px solid #113065;
}

.header-carousel .btn-secondary{
	background:#e25400;
	border:1px solid #e25400;
}

.header-carousel .container::before,
.header-carousel .container::after,
.header-carousel .page-header .container::before,
.header-carousel .page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #FFFFFF;
}

.header-carousel .container::after,
.header-carousel .page-header .container::after {
  top: 100%;
  margin-top: -15px;
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 250px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
  height: 250px;
  }

  .header-carousel .owl-carousel-item h5,
  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  font-size: 22px;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

/*--------------------------------------------------------------
# heading Section
--------------------------------------------------------------*/
.product-header {
  margin-top: -2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.view-all-btn {
  font-size: 15px;
  font-weight: 500;
  color: #0d6efd;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  background: none;
  padding: 0;
}

.view-all-btn:hover {
  color: #0a58ca;
  text-decoration: none;
}

.view-all-btn i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.view-all-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 767.98px) {
  .product-header {
    margin-top: 1rem;
  }

  .category-title {
    font-size: 1.25rem;
  }

  .view-all-btn {
    font-size: 0; /* Hide text spacing */
  }

  .view-all-btn i {
    font-size: 1.4rem;
  }
}




/*** Booking ***/
.conts {
  position: static;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/s_3.png) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4em 0 4em 0;
  margin-top:-32px;
}

.conts .conts-sheet{
  color: #000;
  background: #fbffffdb;
  padding: 25px 40px;
  margin: 25px 0px;
}
.conts .conts-sheet .amzon{
	color:#3a3a3a;
}

.conts .conts-sheet h5{
	font-size: 24px;
  color: #113065;
}

.conts-details{
	background: #edf0f0;
  text-align: center;
}

.conts-details .form-control { 
	background-color: #e25400;
	color:#fff;
}

.conts-details input::placeholder {
  color: #fff; 
}

.conts-details textarea::placeholder {
  color: #fff;
}
.conts-details h1{
	color: #113065;
	font-weight:700;
}

.bootstrap-datetimepicker-widget.bottom {
  top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
  border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #113065 !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}
.testimonial-carousel img {
    background: #11306538;
}
.testimonial-carousel p{
    color: #e25400;
	font-size: 15px;
}
.testimonial-carousel h5{
    color: #113065;
    font-weight: 600;
}
.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: #113065 transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: #113065;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer{
	background: #113065;
    color: #ffffff;
}
.footer a{
	text-decoration:none;
	color:#fff;
 }
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .footer-text{
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-text a {
    color: var(--light);
	text-decoration:none;
}
.social-icons a{
	border-radius: 50%;
    margin: 0px 5px;
}
	
/*--------------------------------------------------------------
# Product Sellers Section
--------------------------------------------------------------*/
.product-sellers .card{
	background:none;
	border:none;
}

.product-sellers .card-img-det{
	background-color: #f6f9fc;
  object-fit: contain;
}

.product-sellers .card-img-top{
  width: 100%;
  height: 250px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-sellers .product-card {
  position: relative;
  height: 100%;
  background-color: #fff !important;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-sellers .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.165);
}

.product-sellers .product-card:hover .default-image {
  opacity: 0;
}

.product-sellers .product-card:hover .hover-image {
  opacity: 1;
}

.product-sellers .product-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: #f6f9fc;
}

.product-sellers .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-sellers .product-image .default-image {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.product-sellers .product-image .hover-image {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.product-sellers .product-info {
  text-align:center;
  padding:1.25rem;
}

.product-sellers .product-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-sellers .product-title a {
  color: #113065;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-sellers .product-title a:hover {
  color: #e25400;
}

.product-sellers .product-price {
  margin-bottom: 0.5rem;
  align-items: center;
}

.product-sellers .product-price .current-price {
	font-size: 15px;
    font-weight: 600;
    color: #7f7f7f;
    text-align: center;
}

.product-sellers .btn-add-to-cart {
  width: 100%;
  padding: 0.6rem;
  background-color: #113065;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.product-sellers .btn-add-to-cart:hover {
  background-color: color-mix(in srgb, #e25400, #000 10%);
}

.product-sellers .btn-add-to-cart i {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .product-sellers .product-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .product-sellers .product-card {
    max-width: 320px;
    margin: 0 auto;
  }
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header .top-bar {
  background-color: color-mix(in srgb, #113065, transparent 90%);
  font-size: 14px;
}

.header .top-bar .top-bar-item {
  color: #000;
}

.header .top-bar .top-bar-item a {
  color: #113065d4;
  text-decoration: none;
}

.header .top-bar .top-bar-item a:hover {
  text-decoration: underline;
}

.header .top-bar .announcement-slider {
  color: #113065;
  font-weight: 500;
  height: 24px;
  overflow: hidden;
}

.header .top-bar .announcement-slider .swiper-wrapper {
  height: auto !important;
}

.header .top-bar .announcement-slider .swiper-slide {
  text-align: center;
  height: 24px;
  line-height: 24px;
}

.header .main-header {
  border-bottom: 1px solid color-mix(in srgb, #113065, transparent 90%);
  position: sticky;
  z-index: 9999;
}

.header .main-header .logo {
  line-height: 1;
}

.header .main-header .logo img {
  max-height: 56px;
  margin-right: 8px;
}


.header .main-header .desktop-search-form {
  min-width: 400px;
}

@media (max-width: 1200px) {
  .header .main-header .desktop-search-form {
    display: none;
  }
}

.header .main-header .header-actions .cart-button .btn {
  padding: 0.875rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #113065;
  color: #fff;
}

.header .main-header .header-actions .cart-button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0a46ac, color-mix(in srgb, #0a46ac, transparent 30%));
  z-index: -1;
  transition: transform 0.6s ease;
  transform: translateX(-100%);
}

.header .main-header .header-actions .cart-button .btn:hover {
  box-shadow: 0 0.3rem 1rem rgb(17 48 101 / 41%);
}

.header .main-header .header-actions .cart-button .btn:hover::before {
  transform: translateX(0);
}

.header .main-header .header-actions .cart-button .btn:hover i {
  transform: translateX(0.25rem);
}

.header .main-header .header-actions .cart-button .btn i {
  transition: transform 0.3s ease;
}

.header .search-form {
  margin: 0;
}

.header .search-form .input-group {
  border: 1px solid color-mix(in srgb, #141212, transparent 70%);
  border-radius: 50px;
  overflow: hidden;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.header .search-form .input-group:focus-within {
  border-color: #113065;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.header .search-form .input-group .form-control {
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  background-color: transparent;
  color: #79797c;
}

.header .search-form .input-group .form-control::placeholder {
  color: color-mix(in srgb, #113065, transparent 50%);
  font-size: 14px;
}

.header .search-form .input-group .form-control:focus {
  box-shadow: none;
}

.header .search-form .input-group .btn {
  background-color: #113065;
  color: #fff;
  padding: 0 25px;
  border: none;
  transition: all 0.3s ease;
  border-radius: 50px !important;
  margin: 3px;
}

.header .search-form .input-group .btn:hover {
  background-color: color-mix(in srgb, #113065, transparent 20%);
}

.header .search-form .input-group .btn i {
  font-size: 16px;
}

.header #mobileSearch {
  background-color: color-mix(in srgb, #113065, transparent 96%);
  z-index: 1000;
}

.header #mobileSearch .search-form {
  padding: 10px 0;
}
.header .top-bar .btn-social{
    padding: 1px;
    margin: 0px 8px;
    color: #113065;

}
.header .main-header .header-actions .header-action-btn {
    position: relative;
    background: none;
    border: none;
    padding: 0.5rem;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

/*** Page Header ***/
.page-header {
    background: linear-gradient(rgb(181 181 181 / 70%), rgb(37 37 37 / 70%)), url(../img/s_2.png) center center no-repeat;
    background-size: cover;
}

.page-header-sec{
	background:#fff;
}
.page-header-sec h1{
	font-weight:700;
}
.page-header-sec nav a{
	color:#113065;
}
.page-header-sec nav{
	color:#666666;
}


/*** About ***/
.about h1{
	font-weight: 700;
    color: #113065;
	font-size: 46px;
}
.about h1 span{
	color: #e25400;
}
.about .about-p{
    font-size: 20px;
    color: #113065bd;
    font-weight: 600;
    padding: 0px 2px 5px;
}
.about p{
	color:#666666;
	text-align:justify;
}
.about p a{
    background: #113065;
    padding: 10px 30px;
    color: #fff;
}
.about p a:hover{
	background:#e25400;
	box-shadow: 0 10px 25px rgb(0 0 0 / 26%);;
}
.about .about-img {
    position: relative;
    padding-right: 45px;
}

.about .about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    right: 0;
    border: 10px solid #113065;
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}

.conts-sheet{
	padding:40px 20px;
}
.conts-sheet h5{
	font-size: 26px;
    color: #e25400;
    font-weight: 600;
}
.conts-sheet img{
	height:300px;
	transition: .5s;
	border-radius:50%;
}
.conts-sheet img:hover{
	height:290px;
	opacity: 0.7;
    transition: opacity 0.5s ease;
}

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	text-align:center;
}
.gallery .gallery-item img {
	width:200px;
	height:200px;
}
.gallery .gallery-item img {
    min-height: 300px;
	text-align:center;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgb(0 0 0 / 5%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
   opacity: 1;
   margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgb(17 48 101 / 63%);

}
.glightbox-clean .gslide-title {
	text-align:center;
    color: #113065;
	font-weight:600;
    margin: 0px;
}
.gallery .video-text{
    background: #eaeff6db;
    padding: 5px;
    font-weight: 500;}
/*** Gallery End ***/

.all_product .item {
  padding: 20px;
  box-shadow: 0px 0px 15px rgb(17 48 101 / 14%);
  border-radius: 25px;
  background-color: #fff;
  height: 300px;
  margin-bottom:50px;

}
.all_product .item:hover{
	box-shadow: 0px 0px 15px rgb(245 130 56);
}
.all_product .item .image {
  width: 90px;
  height: 90px;
  display: inline-block;
  line-height: 90px;
  text-align: center;
  margin-top:-50px;
  background-color: #f3f5f7;
  margin-bottom:15px;
  border-radius: 50%;
  transition: all .3s;
}
.all_product .item .image img{
	height: 60px;
}

.all_product .item:hover .image {
  background-color: #e25400;
}
.all_product p{
    padding-top: 4px;
    color: #646362;
}
.all_product h4 a{
    color: #113065;
    font-weight: 600;
}
.all_product .read-more{
    background: #113065;
    color: #ffffff;
    padding: 5px 15px;
}
.all_product .read-more:hover{
	background-color: #e25400;
}


/*--------------------------------------------------------------
# product-item
--------------------------------------------------------------*/
.all_prod_sec .pro-container {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.all_prod_sec .pro-title {
  color: #113065;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}


.all_prod_sec .product-categories-pro .category-tree {
  margin-top: 1rem;
}
.all_prod_sec .category-tree .category-item{
	    /*border-bottom: 1px solid #5c5c5c;*/
		margin-bottom: 10px;
}
.all_prod_sec .category-tree .category-item .category-link{
    color: #5c5c5c;
    padding: 5px;
	font-size: 15px;

}
.all_prod_sec .category-tree .category-item .category-link:hover{
    color: #e25400;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Category Header Section
--------------------------------------------------------------*/
.grid_list{
	background-color: #fff;
    border-radius: 12px;
    padding:15px;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 7%);
	margin-bottom:20px;
}
.view-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #fff;
  /* border: 1px solid color-mix(in srgb, #000), transparent 85%); */
  color: #000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.view-grid:hover {
  background-color: #e25400;
  border-color: #e25400;
  color: #fff;
}

.all_prod_sec .category-header {
  padding-bottom: 0;
}

.all_prod_sec .category-header .filter-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
}

.all_prod_sec .category-header .filter-container .filter-item {
  margin-bottom: 0.75rem;
}

.all_prod_sec .category-header .filter-container .filter-item .form-label {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color:#113065;
  letter-spacing: 0.01em;
}

.all_prod_sec .category-header .filter-container .filter-item.search-form .input-group {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.all_prod_sec .category-header .filter-container .filter-item.search-form .input-group .form-control {
  border-right: none;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  height: 44px;
  color: #212529;
  background-color: #fff;
  border-color: color-mix(in srgb, #212529, transparent 85%);
  border-radius: 8px 0 0 8px;
}

.all_prod_sec .category-header .filter-container .filter-item.search-form .input-group .form-control:focus {
  border-color: #113065;
  box-shadow: none;
}

.all_prod_sec .category-header .filter-container .filter-item.search-form .input-group .form-control::placeholder {
  color: color-mix(in srgb, #212529, transparent 60%);
  font-size: 0.9rem;
}

.all_prod_sec .category-header .filter-container .filter-item.search-form .input-group .search-btn {
  background-color:#113065;
  color:#fff;
  border: none;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.all_prod_sec .category-header .filter-container .filter-item.search-form .input-group .search-btn:hover {
  background-color: color-mix(in srgb, #113065, #fff 15%);
}


.all_prod_sec .category-header .filter-container .filter-item .view-options {
  display: flex;
  gap: 0.5rem;
}

.all_prod_sec .category-header .filter-container .filter-item .view-options .view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #fff;
  /* border: 1px solid color-mix(in srgb, #000), transparent 85%); */
  color: #000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.all_prod_sec .category-header .filter-container .filter-item .view-options .view-btn:hover {
  background-color: #e25400;
  border-color: #e25400;
  color: #fff;
}

.all_prod_sec .category-header .filter-container .filter-item .view-options .view-btn.active {
  background-color: #113065;
  border-color: #113065;
  color: #fff;
  box-shadow: 0 2px 8px color-mix(in srgb, #113065, transparent 60%);
}

.all_prod_sec .category-header .filter-container .filter-item .view-options .view-btn i {
  font-size: 1.1rem;
}


@media (max-width: 767.98px) {
  .category-header .filter-container {
    padding: 1rem;
  }

}



/*--------------------------------------------------------------
# Category Pagination Section
--------------------------------------------------------------*/
.all_prod_sec .category-pagination {
  padding-top: 0;
}

.all_prod_sec .category-pagination nav {
  position: relative;
}

.all_prod_sec .category-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.all_prod_sec .category-pagination li {
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.all_prod_sec .category-pagination li.ellipsis {
  color: color-mix(in srgb, #000, transparent 40%);
  padding: 8px 16px;
  user-select: none;
}

.all_prod_sec .category-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 16px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 4px color-mix(in srgb, #000, transparent 90%);
}

.all_prod_sec .category-pagination li a.active {
  background-color: #113065;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px color-mix(in srgb, #113065, transparent 70%);
}

.all_prod_sec .category-pagination li a:hover:not(.active) {
  background-color: color-mix(in srgb, #113065, transparent 90%);
  transform: translateY(-1px);
  box-shadow: 0 3px 6px color-mix(in srgb, #000, transparent 85%);
}

.all_prod_sec .category-pagination li a i {
  font-size: 14px;
}

.all_prod_sec .category-pagination li a span {
  margin: 0 4px;
}

@media (max-width: 575px) {
  .all_prod_sec .category-pagination ul {
    gap: 4px;
  }

  .all_prod_sec .category-pagination li a {
    min-width: 36px;
    height: 36px;
    padding: 8px 12px;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Cart Section
--------------------------------------------------------------*/
.cart .cart-items {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgb(17 48 101 / 15%);
  padding: 2rem 0px;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cart .cart-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg, #113065,
 color-mix(in srgb, #113065, transparent 50%));
  border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-items .cart-header {
  border-bottom: 1px solid color-mix(in srgb, #000, transparent 90%);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.cart .cart-items form .form-control {
    background-color: #f6f7f9;
    border: 1px solid #113065;
}

.cart .cart-items .cart-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #113065;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-left: 10px;
}

.cart .cart-items .cart-item {
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  border: 1px solid color-mix(in srgb, #000, transparent 92%);
  background-color: color-mix(in srgb, #fff, transparent 50%);
}

.cart .cart-items .cart-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border-color: color-mix(in srgb, #113065, transparent 70%);
}

.cart .cart-items .cart-item .product-info .product-image {
  width: 5.5rem;
  height: 5.5rem;
  min-width: 5.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-right: 1.25rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  border: 1px solid color-mix(in srgb, #000, transparent 92%);
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-image:hover img {
  transform: scale(1.05);
}

@media (max-width: 767.98px) {
  .cart .cart-items .cart-item .product-info .product-image {
    width: 4.5rem;
    height: 4.5rem;
    min-width: 4.5rem;
  }
}

.cart .cart-items .cart-item .product-info .product-details {
  flex: 1;
}

.cart .cart-items .cart-item .product-info .product-details .product-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: #113065;
  transition: color 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .product-title:hover {
  color: #113065;
}

.cart .cart-items .cart-item .product-info .product-details .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: color-mix(in srgb, #212529, transparent 30%);
}

.cart .cart-items .cart-item .product-info .product-details .product-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border-radius: 0.375rem;
  border: 1px solid color-mix(in srgb, #212529, transparent 90%);
}

.cart .cart-items .cart-item .product-info .product-details .remove-item {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8125rem;
  color: color-mix(in srgb, #212529, transparent 30%);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #dc3545;
  transition: width 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover {
  color: #dc3545;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover::after {
  width: 100%;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-item .product-info .product-details .remove-item:hover i {
  transform: translateX(-2px);
}

.cart .cart-items .cart-item .price-tag .current-price {
  font-weight: 600;
  color: #113065;
  font-size: 1.05rem;
}

.cart .cart-items .cart-item .quantity-selector {
  display: inline-flex;
  align-items: center;
  border-radius: 2rem;
  overflow: hidden;
  background: color-mix(in srgb, #fff, transparent 50%);
  border: 1px solid color-mix(in srgb, #000, transparent 85%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.cart .cart-items .cart-item .quantity-selector:hover {
  border-color: color-mix(in srgb, #113065, transparent 70%);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn {
  background: none;
  border: none;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, #113065, transparent 90%);
  transform: scale(0);
  border-radius: 50%;
  transition: transform 0.3s ease;
  z-index: -1;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover {
  color: var(--accent-color);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover::before {
  transform: scale(1);
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:active {
  transform: scale(0.95);
}

.cart .cart-items .cart-item .quantity-selector .quantity-input {
  width: 2.5rem;
  text-align: center;
  border: none;
  font-size: 0.9375rem;
  color: #113065;
  font-weight: 600;
  padding: 0.25rem 0;
  background-color: transparent;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input:focus {
  outline: none;
}

.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-inner-spin-button,
.cart .cart-items .cart-item .quantity-selector .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart .cart-items .cart-item .item-total {
  font-weight: 700;
  color: #113065;
  font-size: 1.125rem;
}

.cart .cart-items .cart-item .item-total span {
  position: relative;
  display: inline-block;
}

.cart .cart-items .cart-item .item-total span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #113065, transparent);
  border-radius: 1px;
}

@media (max-width: 767.98px) {
  .cart .cart-items .cart-item {
    padding: 1.25rem;
    margin-bottom: 1rem;
  }
}

.cart .cart-items .cart-actions {
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid color-mix(in srgb, #000, transparent 90%);
}

.cart .cart-items .cart-actions .coupon-form .input-group {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.03);
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control {
  border-right: none;
  color: #000;
  background-color: #fff;
  font-size: 0.875rem;
  border-color: color-mix(in srgb, #000, transparent 80%);
  padding-left: 1.25rem;
  border-radius: 2rem 0 0 2rem;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control:focus {
  border-color:#113065;
  box-shadow: none;
}

.cart .cart-items .cart-actions .coupon-form .input-group .form-control::placeholder {
  color: color-mix(in srgb,#000, transparent 60%);
}

.cart .cart-items .cart-actions .coupon-form .input-group .btn {
  border-radius: 0 2rem 2rem 0;
  font-size: 0.875rem;
  padding-right: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cart .cart-items .cart-actions .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.3s ease;
  border-radius: 2rem;
}

.cart .cart-items .cart-actions .btn i {
  transition: transform 0.3s ease;
}

.cart .cart-items .cart-actions .btn:hover i {
  transform: rotate(15deg);
}

.cart .cart-summary {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgb(17 48 101 / 15%);
  padding: 2rem;
  position: sticky;
  top: 6.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cart .cart-summary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(90deg,
 color-mix(in srgb, #113065, transparent 50%), #113065);
  border-radius: 0.25rem 0.25rem 0 0;
}

.cart .cart-summary .summary-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid color-mix(in srgb, #000, transparent 90%);
  position: relative;
}

.cart .cart-summary .summary-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: #113065;
  border-radius: 1px;
}

.cart .cart-summary .summary-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  position: relative;
}

.cart .cart-summary .summary-item.discount {
  color: #28a745;
}

.cart .cart-summary .summary-item.discount .summary-value {
  background-color: rgba(40, 167, 69, 0.1);
}

.cart .cart-summary .summary-item .summary-label {
  color: color-mix(in srgb, #000, transparent 20%);
}

.cart .cart-summary .summary-item .summary-value {
  font-weight: 600;
  color:#113065;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  background-color: color-mix(in srgb, #fff, transparent 50%);
  transition: transform 0.3s ease;
}

.cart .cart-summary .summary-item .summary-value:hover {
  transform: translateX(-3px);
}

.cart .cart-summary .summary-item .shipping-options {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check {
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}

.cart .cart-summary .summary-item .shipping-options .form-check:last-child {
  margin-bottom: 0;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  margin-left: -2rem;
  background-color: #fff;
  border: 1px solid color-mix(in srgb, #000, transparent 70%);
  transition: all 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:checked {
  background-color: #113065;
  border-color: #113065;
  box-shadow: 0 0 0 0.15rem color-mix(in srgb, #113065, transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem color-mix(in srgb, #113065, transparent 85%);
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label {
  font-size: 0.875rem;
  color: #000;
  transition: color 0.3s ease;
}

.cart .cart-summary .summary-item .shipping-options .form-check .form-check-label:hover {
  color: #113065;
}

.cart .cart-summary .summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.75rem 0;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, color-mix(in srgb, #113065, transparent 95%), color-mix(in srgb, #fff, transparent 95%));
  border: 1px solid color-mix(in srgb,#000, transparent 92%);
}

.cart .cart-summary .summary-total .summary-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #113065;
}

.cart .cart-summary .summary-total .summary-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #113065;
  position: relative;
}

.cart .cart-summary .summary-total .summary-value::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #113065, transparent);
  border-radius: 1px;
}

.cart .cart-summary .checkout-button {
  margin-bottom: 1rem;
}

.cart .cart-summary .checkout-button .btn {
  padding: 0.875rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cart .cart-summary .checkout-button .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #113065, color-mix(in srgb, #113065, transparent 30%));
  z-index: -1;
  transition: transform 0.6s ease;
  transform: translateX(-100%);
}

.cart .cart-summary .checkout-button .btn:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .cart-summary .checkout-button .btn:hover::before {
  transform: translateX(0);
}

.cart .cart-summary .checkout-button .btn:hover i {
  transform: translateX(0.25rem);
}

.cart .cart-summary .checkout-button .btn i {
  transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping {
  margin-bottom: 1.5rem;
}

.cart .cart-summary .continue-shopping .btn-link {
  color: #113065;
  text-decoration: none;
  font-size: 0.9375rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  transition: all 0.3s ease;
  border-radius: 2rem;
  background-color: color-mix(in srgb, #113065, transparent 95%);
}

.cart .cart-summary .continue-shopping .btn-link i {
  transition: transform 0.3s ease;
}

.cart .cart-summary .continue-shopping .btn-link:hover {
  background-color: color-mix(in srgb, #113065, transparent 90%);
  color: color-mix(in srgb, #113065, transparent 25%);
}

.cart .cart-summary .continue-shopping .btn-link:hover i {
  transform: translateX(-0.25rem);
}
.cart .btn-accent {
  color:#fff;
  background-color: #113065;
  border-color: #113065;
}

.cart .btn-accent:hover,
.cart .btn-accent:focus,
.cart .btn-accent:active {
  color:#fff;
  background-color: color-mix(in srgb, #113065, #000 15%);
  border-color: color-mix(in srgb, #113065, #000 15%);
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-accent:active {
  transform: translateY(0);
}

.cart .btn-outline-accent {
  color: #113065;
  border-color: #113065;
  background-color: transparent;
}

.cart .btn-outline-accent:hover,
.cart .btn-outline-accent:focus,
.cart .btn-outline-accent:active {
  color: #fff;
  background-color: #113065;
  border-color: #113065;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-outline-accent:active {
  transform: translateY(0);
}

.cart .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent;
}

.cart .btn-outline-danger:hover,
.cart .btn-outline-danger:focus,
.cart .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.cart .btn-outline-danger:active {
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .cart .cart-summary {
    position: static;
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {

  .cart .cart-items,
  .cart .cart-summary {
    padding: 1.5rem;
  }
}



/*--------------------------------------------------------------
# Product Details Section
--------------------------------------------------------------*/
.product-details .product-images {
  position: relative;
  margin-bottom: 2rem;
}

.product-details .product-images .main-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.product-details .product-images .main-image-container .image-zoom-container {
  position: relative;
  width: 100%;
}

.product-details .product-images .main-image-container .image-zoom-container .main-image {
  width: 100%;
  height: 500px;
  object-fit: contain;
  cursor: crosshair;
}

.product-details .product-images .drift-zoom-pane {
  background: #fff;
  border: 1px solid color-mix(in srgb, #000, transparent 80%);
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-details .product-images .drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
}

.product-details .product-images .drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
}

.product-details .product-images .drift-zoom-pane-loader {
  display: none;
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

.product-details .product-images .product-thumbnails {
  margin-top: 1rem;
}

.product-details .product-images .product-thumbnails .swiper-wrapper {
  height: auto !important;
}

.product-details .product-images .product-thumbnails .thumbnail-item {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.product-details .product-images .product-thumbnails .thumbnail-item:hover {
  opacity: 0.9;
}

.product-details .product-images .product-thumbnails .thumbnail-item.active {
  border-color: #113065;
  opacity: 1;
}

.product-details .product-images .product-thumbnails .thumbnail-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-details .product-images .product-thumbnails .swiper-button-next,
.product-details .product-images .product-thumbnails .swiper-button-prev {
  color: #113065;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-details .product-images .product-thumbnails .swiper-button-next::after,
.product-details .product-images .product-thumbnails .swiper-button-prev::after {
  font-size: 14px;
}

.product-details .product-info {
  padding: 0 0.5rem;
}

@media (min-width: 992px) {
  .product-details .product-info {
    padding: 0 1rem;
  }
}

.product-details .product-info .product-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
  color: #113065;
}

@media (min-width: 768px) {
  .product-details .product-info .product-title {
    font-size: 2rem;
  }
}

.product-details .product-info .product-description {
  color: color-mix(in srgb, #363636, transparent 20%);
  line-height: 1.6;
}
.product-details .product-info .product-price{
	border-bottom:1px solid #dfdede;
	border-top:1px solid #dfdede;
}
.product-details .product-info .product-price h4{
    font-size: 36px;
    font-weight: 700;
    color: #0b3b8f;
}
.product-details .product-info .product-price p{
	color:#FF0000;
	font-size:16px;
}
.product-details .product-info .product-social h5{
    padding-right: 20px;
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 600;
}
.product-details .product-info .product-social a{
	color: #5c5c5c;
    padding: 10px;
    font-size: 18px;
}
.product-details .product-info .product-social a:hover{
	color:#ff0000;
}
.product-details .product-info .product-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.product-details .product-info .product-actions .btn i {
  margin-right: 0.5rem;
}

.product-details .product-info .product-actions .add-to-cart-btn {
  flex: 1;
  background-color: #113065;
  border-color: #113065;
  color: #fff;
}

.product-details .product-info .product-actions .add-to-cart-btn:hover {
  background-color: color-mix(in srgb, #113065, #000 20%);
  border-color: color-mix(in srgb, #113065, #000 20%);
}


@media (max-width: 575px) {
  .product-details .product-info .product-actions {
    flex-direction: column;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Category Cards Section
--------------------------------------------------------------*/
.category-cards .category-slider {
  position: relative;
  padding: 1rem 0;
}

.category-cards .category-slider .container {
  position: relative;
}

.category-cards .category-slider .swiper-wrapper {
  height: auto !important;
}

.category-cards .category-slider .swiper-button-next,
.category-cards .category-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #113065;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.category-cards .category-slider .swiper-button-next::after,
.category-cards .category-slider .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
}

.category-cards .category-slider .swiper-button-next:hover,
.category-cards .category-slider .swiper-button-prev:hover {
  background-color: #113065;
  color: #fff;
}

.category-cards .category-slider .swiper-button-prev {
  left: 0;
}

.category-cards .category-slider .swiper-button-next {
  right: 0;
}

.category-cards .category-card {
  background-color: color-mix(in srgb, #2e2d2d, transparent 95%);
  border-radius: 0.5rem;
  padding: 1rem;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-cards .category-card:hover {
  transform: translateY(-5px);
}

.category-cards .category-card:hover .category-title {
  color: #113065;
}

.category-cards .category-card:hover .category-image img {
  filter: brightness(1.08);
  transform: rotate(4deg) scale(1.06);
}

.category-cards .category-card .category-image {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.category-cards .category-card .category-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.category-cards .category-card .category-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #113065;
  transition: 0.3s;
}

@media (max-width: 991.98px) {
  .category-cards .category-slider .swiper-button-prev {
    left: -15px;
  }

  .category-cards .category-slider .swiper-button-next {
    right: -15px;
  }

  .category-cards .category-card {
    padding: 0.75rem;
  }

  .category-cards .category-card .category-image {
    height: 100px;
    margin-bottom: 0.75rem;
  }

  .category-cards .category-card .category-title {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 767.98px) {

  .category-cards .category-slider .swiper-button-prev,
  .category-cards .category-slider .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .category-cards .category-slider .swiper-button-prev::after,
  .category-cards .category-slider .swiper-button-next::after {
    font-size: 0.85rem;
  }

  .category-cards .category-card .category-image {
    height: 90px;
  }
}

@media (max-width: 575.98px) {
  .category-cards .category-slider .swiper-button-prev {
    left: -10px;
  }

  .category-cards .category-slider .swiper-button-next {
    right: -10px;
  }

  .category-cards .category-card {
    padding: 0.5rem;
  }

  .category-cards .category-card .category-image {
    height: 80px;
    margin-bottom: 0.5rem;
  }
}
/*--------------------------------------------------------------
# Contact 2 Section
--------------------------------------------------------------*/
.contact-2 .info-item {
  background-color: #fff;
  padding: 20px 0 30px 0;
  box-shadow: 0px 0px 20px rgb(222 223 223);
}

.contact-2 .info-item i {
  font-size: 20px;
  color: #113065;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, #113065, transparent 40%);
}

.contact-2 .info-item h3 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact-2 .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.gallery iframe{
  width: 100%;
  height: 300px;
}

.pagination .page-item.active .page-link {
  background-color: #003366;
  border-color: #003366;
  color: #fff;
}

.pagination .page-link {
  color: #003366;
}

.pagination .page-item.disabled .page-link {
  color: #aaa;
}
/*******************************/
.addrate_form h1{
	font-size:22px;
	color:#CC3300;
	font-weight:600;
}
.addrate_form h4{
	font-size:16px;
	color:#333333;
	font-weight:600;
}
.addrate_form p{
	font-size:14px;
	color:#000;
	font-weight:600;
}
input {
  box-sizing: border-box;
  font-size: 13px;
  vertical-align: top;
}

.wrapper {
    text-align: center;
    position: relative;
    /* height: 80px; */
    font-size: 0;
    /* top: 56%; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 30px;
}
.search { 
    padding: 0 21px;
    font-size: 18px;
    width: 65%;
    max-width: 87%;
    height: 38px;
    border: 1px solid #b3b3b3;
    border-radius: 20px 0 0 20px;
}

.submit {
  cursor: pointer;
    border: none;
    background: #06053a;
    background-size: 17px 16px;
    border-radius: 0 20px 20px 0;
    /*padding: 15px 25px;*/
    display: inline-block;
    width: 16%;
    height: 38px;
	color:#FFFFFF;
}
.subcategory_list {
    position: absolute;
    width: 100%;
    z-index: 999 !important;
    top: 100%;
    background: #FFFFFF;
    right: 3px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 60%);
    overflow: hidden;
    display: none;
}
.subcategory_list{
		position:absolute;
		width: 100%;
		z-index: 999 !important;
		top: 100%;
		background:#FFFFFF;	
		right: 3px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
		overflow:hidden;
		display:none;
	}
	.subcategory_list ul{
		display:block;
	}
	.subcategory_list ul li{
		border-bottom: 1px solid #ccc;
		float: left;
		line-height: normal;
		width: 100%;
		
	}
	.subcategory_list ul li:nth-child(odd) {
		background-color: #f7f7f7;
	}
	.subcategory_list ul li a {
		float: left;
		width: 100%;
		color: #4b4b4b;
		font-size: 14px;
		text-decoration: none;
		padding: 8px 10px;
		text-align:left;
	}
/*********************************/
