.header {
  position: sticky;
  top: 0;
  z-index: 999999;
  width: 100%;
  /*background-color: rgb(0 0 0 / 45%);*/
  box-shadow: 0 5px 15px rgba(0 0 0 /8%);
}

.header_top {
  display: block;
  color: #fff;
  background-color: #1E3A8A;
}

.header_top .welcome_text p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}

.header_middel {
  padding: 5px 0px;
  background-color: #fff;
}

.logo a {
  text-align: left;
  display: inline-block;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.logo img {
  width: 104px;
}

.search_bar form {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  transition: all .1s ease-in-out;
}

.search_bar form button {
  right: -7px;
  top: -6px;
  background: transparent;
}

.search_bar:hover {
  position: absolute;
}

.search_bar:hover form {
  width: 250px;
  border-radius: 25px;
  height: 45px;
}

.search_bar:hover form input {
  font-size: 12px;
}

.main_menu nav>ul>li>a {
  padding: 0px 13px !important;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cart_link {
  margin-left: 0px;
  position: relative;
}

.cart_link>a {
  font-size: 15px;
  font-weight: 400;
}

.search_bar form input {
  padding: 10px !important;
  font-size: 0px;
}

.main_menu nav>ul>li:first-child a {
  padding-left: inherit;
}

.main_menu nav>ul>li.active>a {
  color: #1E3A8A;
  font-weight: 700;
  /*border-bottom: 1px solid #1E3A8A;*/
}

.main_menu nav>ul>li:hover>a {
  color: #1E3A8A;
  transform: scale(1.1);
  /*border-bottom: 1px solid #1E3A8A;*/
}

.middel_links ul li {
  padding-right: 1px;
  color: #000;
}

.middel_links ul li a {
  color: #000;
  font-size: 16px;
}

.cart_link>a {
  color: #000;
  border: 1px solid #fff;
}

.header_middel.sticky {
  background: #002969 !important;
}

.single_slider {
  width: 100%;
  height: 642px;
  display: block;
  align-content: center;
}

.single_slider .slider_content.content_one {
  margin-left: 5%;
  width: 100%;
  text-align: left;
}

.single_slider .slider_content.content_one img {
  width: 350px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  animation: opactity .4s infinite ease-in-out;
}

.slider_style .slider_content p {
  font-size: 41px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 58px;
  width: 55%;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}

.slider_style .slider_content a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 14px;
  padding: 9px 25px;
  background: #1E3A8A;
}

.slider_area.owl-carousel .owl-nav div {
  font-size: 25px;
  background: #fff;
  padding: 10px;
}

.slider_area {
  margin-bottom: 0;
}

.welcome_about_section {
  margin: 0;
  padding: 50px 0;
}

.welcome_about_inner p strong {
  font-size: 40px;
  line-height: 50px;
}

.banner_section {
  width: 100%;
  padding: 40px 0px;
  background: #fafcff;
}

.showcase-panel {
  padding: 25px 0px !important;
}

.showcase-panel .custom-style {
  margin: 0px;
}

.showcase-panel a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.showcase-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  object-position: top;
  transition: all 0.5s ease-in-out !important;
}

.custom-style::before {
  display: none;
}

.section_title h2 {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-weight: 700;
}

.banner_seven .banner_content h1 {
  font-size: 34px;
  margin-bottom: 19px;
}

.banner_section_two .banner_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: unset;
  text-align: left;
  align-content: center;
  padding: 25px;
  /*top: 50%;*/
  /*transform: translatey(-50%);*/
  /*left: 20px !important;*/
  /*right: 20px;*/
  /*text-align: left;*/
}

.banner_section_two .banner_content .under {
  margin-top: 24px;
}

.product_section {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}

.product_thumb {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.product_thumb ul {
  position: absolute;
  top: 10px;
  right: -100px;
  transition: all 0.4s ease-in-out;
}

.product_thumb:hover ul {
  right: 10px;
}

.product_thumb ul a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #1E3A8A;
  text-align: center;
  align-content: center;
  font-size: 16px;
  margin-bottom: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}

.product_thumb ul a:hover {
  color: #1E3A8A;
  background-color: #fff;
}

.product_thumb a.primary_img,
.product_thumb a.secondary_img {
  display: block;
  width: 100%;
  height: 100%;
}

.product_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_content {
  padding: 13px 8px 0px;
}

.product_content .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_content h3 {
  margin-bottom: 9px;
  max-width: 18ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_content h3 a {
  font-size: 15px;
}

.product_content .share-btn i {
  color: #333;
  font-size: 17px;
}

.product_content span {
  font-size: 16px;
  color: #1E3A8A;
}

.shop_toolbar {
  border: none;
}

.pagination ul li.current {
  color: #fff;
  background-color: #1E3A8A;
}

.pagination ul li a {
  color: #fff;
}

.quick_button a:hover {
  color: #fff;
  background: #002969;
}

.product_carousel .owl-nav div {
  opacity: 0.7;
  visibility: visible;
  top: 40%;
}

.owl-nav div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #60605E !important;
  background-color: #fff !important;
  font-size: 18px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.owl-nav div:hover {
  color: #60605E;
}

.product_carousel .owl-nav div.owl-prev {
  left: 16px;
}

.product_carousel .owl-nav div.owl-next {
  right: 16px;
}

.testimonial-panel {
  padding: 40px 0px;
}

.testimonial-panel .testimonials-content {
  text-align: center;
}

.testimonial-panel img {
  width: 120px !important;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-panel .text-muted {
  margin-bottom: 10px;
}

.testimonial-panel .testi-desc {
  font-size: 16px;
  line-height: 26px;
}

.blog_section {
  width: 100%;
  display: inline-block;
  padding: 40px 0px;
}

.blog_section .blog_thumb {
  width: 100%;
  height: 250px;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

.blog_section .blog_thumb a {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.blog_section .blog_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blog_section .blog_content {
  padding: 12px 15px;
  border: 1px solid #80808030;
  border-top: 0px;
  border-radius: 0px 0px 15px 15px;
}

.blog_content h3 {
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.blog_content .post_desc p {
  font-size: 15px;
  display: -webkit-box;
  height: 131px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.blog_wrapper {
  padding-bottom: 0px;
  border: 0px;
}

.blog_section .section_title {
  margin-bottom: 28px;
}

.blog-banner {
  margin-top: 0px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  align-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0px 110px;
}

.blog-banner::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.blog-banner h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 36px;
}

.blogdetails-panel {
  padding: 40px 0px;
}

.blogdetails-panel h1 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 43px;
  padding: 0px !important;
}

.blogdetails-panel span,
.blogdetails-panel p,
.blogdetails-panel div {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

.blogdetails-panel br {
  display: none;
}

.inner-category-box {
  display: block;
  width: 100%;
  height: 550px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 4px;
}

.inner-category-box figure {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.inner-category-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.5s ease-in-out;
}

.inner-category-box h2 {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  margin-top: -55px;
  margin-bottom: 0px;
  border-radius: 0px 0px 15px 15px;
  padding: 10px;
  line-height: normal;
}

.inner-category-box:hover img {
  transform: scale(1.1);
}

.modal {
  z-index: 9999999999;
}

.modal-header {
  padding: 12px;
}

.modal-header h3 {
  font-size: 16px;
  margin: 0px;
}

.modal .btn-close {
  background-size: 13px;
}

.modal figure {
  width: 100%;
  height: 100%;
  align-content: center;
}

.modal figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal .modal-body p {
  font-size: 15px;
  line-height: 24px;
}

.modal #color_size_div {
  margin-top: 15px;
}

.modal label {
  font-size: 16px;
}

.banner_slider_section {
  margin: 0 !important;
}

.instagram_area {
  padding: 30px 45px;
}

.slideshow-container {
  position: relative;
  background: #fbfbfb;
  margin-bottom: 0px;
}

.instagram_home_block {
  padding-bottom: 50px;
}

.footer_widgets {
  padding: 40px 0px 0px;
}

.footer_top {
  padding-bottom: 27px;
}

.footer_bottom {
  padding: 12px 0;
}

.footer_contact ul li a:hover {
  background: #002969;
  border-color: #002969;
}

.widgets_container h3 {
  font-size: 19px;
  margin-bottom: 14px;
}

.footer_widgets .footer_contact i {
  padding: 0px;
  color: #1E3A8A;
  background-color: transparent;
  font-size: 17px;
  margin-right: 1px;
}

.footer_widgets .footer_contact li {
  margin-bottom: 14px;
}

.footer_widgets .footer_contact a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.footer_widgets .social-links {
  margin-top: 23px;
}

.footer_widgets .social-links li {
  display: inline-block;
  margin-right: 6px;
}

.footer_widgets .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #1E3A8A;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_menu ul li {
  margin-bottom: 10px;
}

.footer_menu ul li a {
  font-size: 15px;
  line-height: normal;
}

.footer_widgets .flag-img {
  width: auto;
  height: 52px;
  object-fit: contain;
  margin-top: 10px;
}

.newleter-content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

.newleter-content form button {
  background-color: #1E3A8A;
}

.copyright_area p {
  font-size: 15px;
  font-weight: 500;
}

.footer_widgets .footer_custom_links img {
  height: 28px;
  object-fit: contain;
}

.footer_widgets .ftr-title {
  pointer-events: none;
}

.footer_widgets div.collapse {
  display: block;
}

.section_title p {
  font-size: 16px;
  font-weight: 500;
}

.main_menu nav>ul>li ul.sub_menu {
  padding: 5px 12px;
  border-top: 2px solid #1E3A8A;
}

.main_menu nav>ul>li>ul>li>a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 0px;
  margin-bottom: 0px;
}

.main_menu nav ul li ul li.active a,
.main_menu nav ul li ul li a:hover {
  color: #002969;
}

.top_right>ul>li>a:hover {
  color: #fff8f9 !important;
  font-weight: 600;
}

.breadcrumbs_area {
  background: #80808014;
  padding: 16px 0px 15px;
}

/*******************************about-page desing********************/
.top-body-space {
  width: 100%;
  display: none;
}

.view__work a {
  height: auto;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 24px;
  margin-top: 25px;
}

.about_section {
  padding: 40px 0px;
}

.about_section .about_content {
  height: 100%;
  align-content: center;
}

.about_section .about_content h1 {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 16px;
}

.about_section .about_content p {
  font-size: 16px;
  margin-bottom: 0px;
}

.view__work a {
  border: 0px;
  color: #fff;
  background-color: #1E3A8A;
  margin-top: 29px;
}

.about_section .about_thumb {
  width: 100%;
  height: 400px;
  border-radius: 15px;
}

.about_section .about_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.about_section .spacing {
  margin-top: 22px;
}

.counterup_section {
  padding: 0px;
  margin: 30px 0px;
}

.single_counterup {
  align-items: center;
  justify-content: flex-start;
  background: #002969;
  padding: 25px;
  margin-bottom: 0px;
  border-radius: 5px;
}

.counter_info h2 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 9px;
}

.counter_info p {
  font-size: 15px;
  color: #fff;
}

.single_counterup .counter_img {
  margin-right: unset;
}

.single_counterup img {
  height: 45px;
  object-fit: contain;
  margin-right: 20px;
  filter: invert(1);
}

.media-panel .media-box {
  width: 100%;
  height: 550px;
  border-radius: 15px;
}

.media-panel iframe,
.media-panel video,
.media-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.information-panel {
  padding: 30px 0px 0px;
}

.gallery-section {
  padding: 40px 0px;
}

.banner_container {
  display: block;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 100px;
  align-content: center;
  border-radius: 15px;
}

.banner_container .banner_text {
  padding: 0px;
}

.banner_text h1 {
  font-size: 42px;
  line-height: 61px;
}

.breadcrumb_content ul li {
  font-size: 16px;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_content span.old_price {
  color: #585858;
  font-size: 16px;
  font-weight: 400;
}

.product_content .price_offer {
  color: green;
  font-size: 17px;
  margin-left: 10px;
}

.faq_content_area {
  padding-bottom: 20px;
}

.contact_message p {
  margin-bottom: 10px;
}

.contact_message textarea {
  height: 110px;
}

.faq_panel {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  background: #f2f5f9;
}

.faq_content_wrapper h4 {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

.accordion_area {
  padding-bottom: 0px;
}

.banner_video {
  width: 100%;
}

.banner_thumb {
  height: 280px;
  overflow: hidden;
  margin: 15px 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner_thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.product-details-tab {
  position: relative;
}

.single-zoom {
  position: relative;
  margin: 0 auto;
  height: 500px;
  /*border: 1px solid #ecec;*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 15px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  cursor: crosshair;
}

.single-zoom-result {
  position: absolute;
  top: 0%;
  right: -100%;
  display: inline-block;
  height: 500px;
  width: 100%;
  border: 2px solid #8080807d;
  background: #fff;
  z-index: 9;
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.3);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.single-zoom:hover .single-zoom-result {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  border-radius: inherit;
}

.single-zoom-thumb {
  margin-top: 10px;
}

.single-zoom img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.single-zoom-thumb ul li a {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
}

.single-zoom-thumb ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zoom-bounding {
  display: none;
  background: transparent;
  width: 86px;
  height: 65px;
  border-radius: 0;
  position: absolute;
  border: 1px solid #000;
}

/*====================================================*/

.promo-panel,
.feeds-panel {
  padding: 40px 0px;
}

.promo-panel .promo {
  width: 100%;
  height: 650px;
  border-radius: 15px;
}

.promo-panel a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}

.promo-panel a::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
}

.promo-panel img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.promo-panel .promo-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}

.promo-panel h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-style: italic;
}

.promo-panel span {
  display: inline-block;
  color: #fff;
  font-size: 78px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
}

.feeds-panel a {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.feeds-panel a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.feeds-panel a:hover img {
  transform: scale(1.1);
}

.shipping-panel,
.terms-panel,
.policy-panel,
.return-policy-panel {
  padding: 40px 0px;
}

.similar-content-box {
  width: 100%;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
}

.similar-content-box h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 33px;
}

.similar-content-box h5 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 26px 0px 16px;
}

.similar-content-box h6 {
  color: #999;
  font-size: 17px;
  text-transform: capitalize;
  margin: 24px 0px 13px;
}

.similar-content-box p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}

.similar-content-box ul {
  list-style: disc;
  padding-left: 20px;
}

.similar-content-box li {
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}

.similar-content-box li:last-child {
  margin-bottom: 0px;
}

.similar-content-box li::marker {
  color: #1E3A8A;
}

.similar-content-box strong {
  font-weight: bold;
}

.similar-content-box a {
  color: #1E3A8A;
}

.checkout-panel,
.contactus-panel {
  padding: 40px 0px;
  margin: 0px;
}

.bg-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.bg-wrapper .form-box {
  width: 100%;
  height: 100%;
  padding: 25px;
  border-radius: 15px 0px 0px 15px;
}

.bg-wrapper .left-box {
  width: 100%;
  height: 100%;
  border-radius: 0px 15px 15px 0px;
  padding: 25px;
  color: #fff;
  background-color: #1E3A8A;
}

.contact_message h3 {
  font-size: 26px;
  margin-bottom: 30px;
}

.contact_message .input-box {
  margin-bottom: 22px;
}

.contact_message label {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.contact_message input,
.contact_message select,
.contact_message textarea {
  width: 100%;
  height: auto;
  color: #000;
  font-size: 15px;
  border-radius: 7px;
  padding: 7px 15px;
  margin: 0px;
}

.contact_mesaage span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0px;
}

.contact_message .submit-btn-box {
  margin-top: 24px;
}

.contact_message .submit-btn {
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #1E3A8A;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 25px;
  line-height: normal;
}

.checkout-panel .left-box h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 26px;
  text-align: center;
}

.checkout-panel .left-box .text-danger {
  color: #38f00d !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.checkout-panel .left-box a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.checkout-panel .cart__table{
    margin:10px 0px;
}

.checkout-panel .left-box td {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding:12px 0px;
}

.checkout-panel .left-box td.text-right {
  text-align: right;
}

.cart__table table tbody tr:last-child td:last-child {
  color: #38f00d;
}


.checkout-panel .cart_button{
    text-align:center;
    margin-top:30px;
}

.checkout-panel .cart_button a {
  display:block;
  color: #1E3A8A;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 25px;
  line-height: normal;
}

.contact-info h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-info p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 27px;
}

.contact-info li {
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.contact-info li:last-child {
  margin-bottom: 0px;
}

.contact-info li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #1E3A8A;
  background-color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.contact-info li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.contactus-panel .left-box {
  padding: 38px;
}

.faq-panel {
  padding: 40px 0px;
  background-color: #fafcff;
}

.faq-panel .accordion-item {
  margin-bottom: 18px;
  border: 0px;
  border-radius: 4px;
}

.faq-panel .accordion-item:last-child {
  margin-bottom: 0px;
}

.faq-panel .accordion-button {
  color: #fff;
  background-color: #1E3A8A;
  font-size: 17px;
  text-transform: capitalize;
  padding: 14px;
  border: 0px;
  line-height: normal;
}

.faq-panel .accordion-button:focus {
  box-shadow: none;
}

.faq-panel .accordion-body {
  border: 1px solid #97979742;
}

.faq-panel p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

.faq-panel .accordion-button::after {
  filter: brightness(0) invert(1)
}

.shop-panel {
  padding: 40px 0px;
}

.shop-panel .sidebar_widget {
  width: 100%;
  /*height:100%;*/
  padding: 25px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: sticky;
  top: 125px;
  left: 0px;
}

.shop-panel .widget_list h2 {
  font-size: 19px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 14px;
}

.shop-panel .widget_list.widget_filter form {
  padding: 10px 0px;
}

.shop-panel .btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}

.shop-panel .widget_list {
  margin-bottom: 25px;
}

.shop-panel .widget_list:last-child {
  margin-bottom: 0px !important;
}

.widget_list.widget_filter form input {
  font-size: 13px;
  float: none;
  width: 100%;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #002969;
}

.shop-panel .widget_list.widget_filter form button {
  height: auto;
  color: #fff;
  background-color: #002969;
  font-size: 13px;
  padding: 6px 22px;
  line-height: normal;
}

.shop-panel .single_product {
  display: block;
  margin-bottom: 27px;
}

.shop-panel .product_thumb {
  height: 320px;
}

.shop-panel .widget_list>ul>li {
  padding: 8px 0px;
}

.widget_list>ul>li>a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget_list>ul>li>a span {
  float: none;
}

.shop-panel .shop_inner_area {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.shop-panel .shop_inner_area {
  border: 0px;
}

.custom-space {
  padding: 25px 0px !important;
}

.custom-space .banner-thumb {
  width: 100%;
  height: 280px;
  border-radius: 15px;
  margin: 0px;
}

.custom-space .banner-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.custom-space .banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.filter-header {
  display: none;
}

.filter-header .filter-toggle {
  pointer-events: none;
}

.products-filter.collapse {
  display: block;
}

.single_product {
  margin-bottom: 0px;
}

.product-info-panel,
.products-details-panel {
  padding: 40px 0px;
  margin: 0px;
}

.products-details-panel h1 {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 38px;
  margin-bottom: 10px;
}

.products-details-panel .product_ratting {
  margin-bottom: 13px;
}

.product_ratting ul li a {
  color: gold;
  font-size: 14px;
}

.product_ratting ul li.review a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0px;
  margin-left: 5px;
}

.products-details-panel .product_price .current_price {
  margin-right: 5px;
}

.products-details-panel .info {
  margin-top: 5px;
}

.products-details-panel .info span {
  color: #1E3A8A;
  font-size: 15px;
  font-weight: 600;
}

.products-details-panel .product_desc p {
  color: #000;
  font-size: 15px !important;
  text-align: left !important;
  line-height: 28px !important;
  margin-bottom: 10px !important;
}

.products-details-panel .product_desc p:last-child {
  margin-bottom: 0px !important;
}

.product_variant.color,
.product_variant.size {
  margin-bottom: 23px;
}

.products-details-panel .product_variant.size:last-child {
  margin-bottom: 0px;
}

.product_variant.color h3,
.product_variant.size h3 {
  font-size: 16px;
  width: 23px;
}

.product_variant.quantity label {
  font-size: 16px;
}

.product_variant.quantity input {
  width: 56px;
}

.product_variant.quantity button {
  background-color: #1E3A8A;
  font-weight: 600;
  align-content: center;
  line-height: normal;
}

.products-details-panel .product_variant.quantity {
  margin-bottom: 18px;
}

.products-details-panel .product_d_action a {
  color: #1E3A8A;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.products-details-panel .priduct_social {
  display: flex;
  align-items: center;
}

.products-details-panel .priduct_social h3 {
  float: none;
  margin-right: 8px;
}

.products-details-panel .priduct_social ul {
  float: none;
  margin: 0px;
  line-height: normal;
}

.products-details-panel .priduct_social ul li a {
  color: #1E3A8A;
  margin-right: 5px;
}

.single-zoom-thumb ul li a {
  height: 90px;
  border-radius: 15px;
}

.single-zoom-thumb ul li a img {
  border-radius: 15px;
}

.product_info_button ul li a.active {
  background-color: #1E3A8A;
}

.product_info_button ul li a:hover {
  background-color: #1E3A8A;
}

.product-info-panel .product_d_inner {
  border: 0px;
  border-radius: 15px;
  padding: 22px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product-info-panel .product_d_table {
  padding-bottom: 0px;
}

.product-info-panel table {
  margin-bottom: 0px;
  border-radius: 15px
}

.product-info-panel table tbody tr td {
  padding: 10px;
  font-size: 15px;
  width: auto;
}

.product-info-panel table tbody tr td:first-child,
.product-info-panel table,
.product-info-panel table tbody tr {
  border-color: inherit;
}

.product-info-panel .tab-content {
  padding: 0px;
  margin-top: 20px;
}

.product-info-panel table tbody tr td:first-child {
  width: auto;
}

.product-info-panel .product_info_inner {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 18px;
  display: block;
}

.product-info-panel .reviewer-meta {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.product-info-panel .product_ratting strong {
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 10px;
  line-height: normal;
}

.product-info-panel .product_ratting p {
  color: #3333337a;
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  line-height: normal;
}

.product-info-panel .product_demo {
  margin: 0px;
}

.product-info-panel .product_demo p {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}

.product-info-panel .product_demo p:last-child {
  margin-bottom: 0px;
}

.product-info-panel .product_review_form {
  margin-top: 35px;
}

.product-info-panel .product_review_form h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.product-info-panel .product_review_form p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 21px;
}

.product_review_form textarea {
  height: auto;
  resize: auto;
}

.product_review_form .input-box {
  margin-bottom: 22px;
}

.product_review_form label {
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 11px;
  line-height: normal;
}

.product_review_form input,
.product_review_form textarea,
.product_review_form select {
  width: 100%;
  height: auto;
  color: #000;
  background-color: transparent;
  font-size: 15px;
  border-radius: 7px;
  padding: 7px 15px;
  margin: 0px;
}

.product_review_form .submit-btn-box {
  margin-top: 15px;
}

.product_review_form button {
  width: 100%;
  margin: 0px;
  padding: 12px 12px;
  font-size: 16px;
  background-color: #1E3A8A;
}

.footer_widgets .footer_contact a:hover {
  background-color: transparent;
}

.footer_widgets .social-links a {
  transition: all 0.5s ease-in-out;
}

.footer_widgets .social-links a:hover {
  transform: scale(1.1);
}

/*Header Styling Start Here*/
.header {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header .header_top {
  text-align: center;
}

.header-middle {
  background-color: #fff;
}

.header .navbar {
  padding: 0px;
}

.header .navbar-brand {
  margin: 0px;
}

.header .company-logo {
  height: 80px;
  object-fit: contain;
}

.header .nav-item{
   margin: 0px 14px !important;
}

.header .nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding:0px !important;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

.header .link-wrap{
   display: flex;
   align-items: baseline;
}


.header .dropdown-toggle::after {
  display: none;
}

.header li.active {
  color: #1E3A8A !important;
}

.header .nav-link:hover {
  color: #1E3A8A;
}

.header .down-arrow {
  font-size: 12px;
  margin-left: 3px;
  transition: all 0.4s ease-in-out;
}

.header .dropdown-menu {
  /*display:block;*/
  right: unset;
  padding: 0px;
  border: none;
  border-top: 3px solid #1E3A8A;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header .dropdown-menu li {
  border-bottom: 1px solid #ededed;
}

.header .dropdown-menu li:last-child {
  border: none;
}

.header .dropdown-menu a {
  display: block;
  color: #000;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 20px;
  transition: all 0.4s ease-in-out;
}

.header .dropdown-menu a:hover {
  color: #1E3A8A;
  transform: translateX(2px);
}

.header .custom-menu {
  left:unset;
  right:-21px;
}

.header .nav-header {
  padding: 12px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}

.nav-header .xmark-icon {
  width: 23px;
  height: 23px;
  color: #fff;
  background-color: #1E3A8A;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.nav-header .xmark-icon:hover {
  transform: rotate(-90deg);
}

.header .utility-list {
  display: flex;
  align-items: center;
}

.header .search-box {
  display: none;
}

.header .cart_link>a {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header .utility-list form {
  display: flex;
  align-items: center;
}

.header .utility-list button {
  border: none;
  outline: none;
  background-color: transparent;
}

.header .utility-list i {
  color: #000;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

.header .utility-list>li {
  margin: 0px 11px;
}

.header .notify {
  color: #fff;
  background-color: #1E3A8A;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.mini_cart{
    display:block !important;
    width:345px;
    height:100vh !important;
    background-color:#fff;
    padding:20px 15px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
     position:fixed;
    top:0%;
    right:-100%;
    z-index:999999999999 !important;
    transition:all 0.4s ease-in-out;
    margin:0px;
}

.cart_link:hover .mini_cart {
  right:0%;
}


.mini_cart h6{
    font-size:15px;
    font-weight:500;
    margin-bottom:11px;
}

.mini_cart a{
    color:#fff;
    background-color:#002969;
    font-size:14px;
    font-weight:500;
    padding:9px 17px;
    line-height:normal;
    border:none;
}

.mini_cart .cart__table{
    padding:21px 0px;
    margin-top:0px !important;
}

.mini_cart  .cart__table td{
    padding:10px 0px;
    font-size:15px;
    color:#000;
    font-weight:600;
    vertical-align:middle;
}

.mini_cart .cart__table table tbody tr:last-child td:last-child{
    font-size:19px;
}

.mini_cart table{
    margin-bottom:0px;
}

.mini_cart .cart_button a{
    font-size:15px;
    padding:12px;
}

.mini_cart .cart_item {
    padding:12px 15px;
    margin-bottom:20px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:15px;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
}
.mini_cart .cart_img {
  width:30%;
  height:100%;
  align-content:center;
  margin-right:15px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius:10px;
}

.mini_cart .cart_img a{
    display:block;
    width:100%;
    height:100%;
    background-color:transparent;
    padding:0px;
}

.mini_cart .cart_img img{
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius:inherit;
}

.mini_cart .cart_info {
  width:70%;
}

.mini_cart .cart_info a{
       color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 1;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    padding: 0px;
}

.mini_cart .cart_info span{
        display: inline-block;
    color: #1E3A8A;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.mini_cart .cart_remove{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 25px;
    height: 20px;
    border-bottom-right-radius: 16px;
    background-color: #1E3A8A;
}

.mini_cart .cart_remove a{
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    align-content:center;
    padding:0px;
    line-height:0px;
    border-radius:inherit;
}

.mini_cart .cart_remove a i{
     color:#fff !important;
     font-size:13px;
}


/*Header Styling End Here*/



/*===========================================================*/
/*mobile card fixed Css*/
.mobile-card-bar {
  display: none;
  position: relative;
  top: -250px;
  /*width: 360px;*/
  /*height: 740px;*/
  background: white;
}

.mobile-card-bar .mobile-nav {
  background: #424242;
  height: 56px;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: none;
}

.mobile-card-bar .mobile-nav a {
  text-decoration: none;
  padding: 8px 0;
  text-align: center;
}

.mobile-card-bar .nav-item .fa {
  font-size: 20px;
  color: #fff;
}

.mobile-card-bar .nav-item p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #FAFAFA;
}

@keyframes opactity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*=====Media Queries Start Here=====*/
@media (min-width:1000px) {
  .header .dropdown:hover>.dropdown-menu {
    display: block;
  }
}


@media (max-width:1200px) {
  .single_slider {
    min-height: 407px;
  }

  /*=======================*/
  .logo img {
    width: 93px;
  }

  .main_menu nav>ul>li>a {
    font-size: 14px;
    padding: 0px 10px;
  }

  .slider_style .slider_content p {
    font-size: 29px;
    line-height: 43px;
  }

  .slider_style .slider_content a {
    margin-top: 7px;
  }

  .single_slider .slider_content.content_one img {
    width: 260px;
  }

  .section_title h2 {
    font-size: 29px;
    margin-bottom: 10px;
  }

  .section_title p {
    font-size: 15px;
  }

  .inner-category-box {
    height: 350px;
  }

  .product_section {
    padding: 30px 0px;
  }

  .product_thumb {
    height: 300px;
  }

  .product_content {
    padding: 13px 8px 0px;
  }

  .product_content h3 {
    max-width: 20ch;
  }

  .product_content span,
  .product_content span.old_price {
    font-size: 15px;
  }

  .promo-panel,
  .banner_section,
  .feeds-panel {
    padding: 30px 0px;
  }

  .promo-panel .promo {
    height: 400px;
  }

  .promo-panel h3 {
    font-size: 40px;
  }

  .promo-panel span {
    font-size: 48px;
  }

  .showcase-panel .custom-style {
    height: 250px;
  }

  .feeds-panel a {
    height: 200px;
  }

  .footer_widgets {
    padding: 30px 0px 0px;
  }

  .widgets_container h3 {
    font-size: 18px;
  }

  .footer_menu ul li a {
    font-size: 14px;
  }

  .footer_widgets .footer_contact a {
    font-size: 14px;
  }

  .newleter-content p {
    font-size: 14px;
    line-height: 23px;
  }

  .copyright_area p {
    font-size: 14px;
  }

  #scrollUp {
    width: 39px;
    height: 39px;
    line-height: normal;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    bottom: 68px;
  }

  .about_section {
    padding: 30px 0px;
  }

  .about_section .about_content h1 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .about_section .about_content div {
    font-size: 15px;
  }

  .view__work a {
    margin-top: 23px;
    font-size: 13px;
    padding: 12px 21px;
  }

  .about_section .about_thumb {
    height: 380px;
  }

  .about_section .about_content p {
    font-size: 15px;
    line-height: 27px;
  }

  .counterup_section {
    margin: 24px 0px 0px;
  }

  .single_counterup {
    margin-bottom: 24px;
  }

  .media-panel {
    padding: 10px 0px 2px !important;
  }

  .media-panel .media-box {
    height: 400px;
  }

  .information-panel .inner-content p,
  .information-panel .inner-content div {
    font-size: 15px;
  }

  .gallery-section {
    padding: 30px 0px;
  }

  .gallery-section .banner_container {
    height: 400px;
    padding: 0px 50px;

  }

  .gallery-section .banner_text h1 {
    font-size: 35px;
    line-height: 57px;
  }

  .blog_section {
    padding: 30px 0px;
  }

  .blog_content .post_desc p {
    height: 109px;
  }

  .blogdetails-panel {
    padding: 30px 0px;
  }

  .blog-banner {
    height: 240px;
  }


  .blog-banner h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .blogdetails-panel h1 {
    font-size: 31px;
    margin-bottom: 15px;
    line-height: 43px;
  }

  .blogdetails-panel span,
  .blogdetails-panel p,
  .blogdetails-panel div {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .shipping-panel,
  .terms-panel,
  .policy-panel,
  .return-policy-panel {
    padding: 30px 0px;
  }

  .similar-content-box h2 {
    font-size: 28px;
    margin-bottom: 31px;
  }

  .similar-content-box h5 {
    font-size: 19px;
    margin: 23px 0px 14px;
  }

  .similar-content-box h6 {
    font-size: 16px;
  }

  .similar-content-box p {
    font-size: 15px;
  }

  .similar-content-box li {
    font-size: 15px;
  }

  .checkout-panel,
  .contactus-panel {
    padding: 30px 0px;
  }

  .contact_message h3 {
    font-size: 23px;
    margin-bottom: 27px
  }

  .contact_message label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .contact_message .input-box {
    margin-bottom: 21px;
  }

  .contact_message .submit-btn {
    font-size: 14px;
  }

  .contact_message .submit-btn-box {
    margin-top: 21px;
  }

  .checkout-panel .left-box h3 {
    font-size: 23px;
    margin-bottom: 19px;
  }

  .checkout-panel .cart_button a {
    font-size: 14px;
  }

  .contactus-panel .left-box {
    padding: 30px;
  }

  .contact-info h3 {
    font-size: 23px;
  }

  .contact-info p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .contact-info li a {
    width: 83%;
  }

  .faq-panel {
    padding: 30px 0px;
  }

  .faq-panel .accordion-button {
    font-size: 16px;
  }

  .faq-panel .accordion-body {
    font-size: 15px;
    padding: 15px;
  }

  .shop-panel {
    padding: 30px 0px;
  }

  .custom-space {
    padding: 15px 0px !important;
  }

  .shop-panel .widget_list h2 {
    font-size: 18px;
  }

  .product-info-panel,
  .products-details-panel {
    padding: 30px 0px;
  }

  .products-details-panel h1 {
    font-size: 19px;
    line-height: 33px;
  }

  .product_ratting ul li a {
    font-size: 13px;
  }

  .product_ratting ul li.review a {
    font-size: 14px;

  }

  .products-details-panel .product_desc p {
    font-size: 14px !important;
    line-height: 27px !important;
  }

  .product_variant.color label,
  .product_variant.size label {
    padding: 5px 10px;
    font-size: 14px;
  }

  .products-details-panel .product_ratting {
    margin-bottom: 11px;
  }

  .single-zoom-result {
    width: 74%;
    height: 350px;
    right: -89%;
    top: 9%;
  }

  .product_info_button ul li a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .product_info_content p {
    font-size: 15px;
  }

  .showDropdownMenu {
    display: block;
  }

  .header .company-logo {
    height: 70px;
  }

  .header .nav-link {
    font-size: 15px;
    padding: 0px 12px;
  }

  .header .utility-list i {
    font-size: 15px;
  }

  .header .utility-list>li {
    margin: 0px 9px;
  }

  /*========================*/
}

@media (max-width:992px) {
  .header {
    position: sticky;
    top: 0;
    background-color: rgb(0 41 105);
  }

  .slider_style .slider_content p {
    font-size: 30px;
    line-height: 30px;
  }

  .single_slider .slider_content.content_one {
    margin-left: 10%;
    width: 100%;
  }

  .single_slider .slider_content.content_one img {
    width: 250px;
    right: 2%;
    top: 14%;
  }

  .canvas_open {
    position: fixed;
    z-index: 9999;
  }

  .canvas_open a {
    font-size: 40px;
    color: #fff !important;
    border: none;
  }

  .offcanvas_menu_wrapper {
    width: 50%;
    position: fixed;
    z-index: 999;
    margin-left: -50%;
  }

  .search_bar form {
    width: 100% !important;
    height: auto !important;
  }

  .search_bar form button {
    right: 15px;
    top: auto;
    width: auto;
  }

  .search_bar form .select_option {
    height: auto;
    margin-bottom: 10px;
  }

  .cart_link {
    margin-left: 0;
    width: 100%;
  }

  .search_bar {
    margin-left: 0;
    margin-bottom: 10px;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }

  .welcome_text ul li {
    font-size: 14px;
  }

  .offcanvas_menu_wrapper .top_right>ul>li>a {
    font-size: 14px;
  }

  .offcanvas_main_menu li a {
    font-size: 16px;
  }

  /*===========================*/
  .single_slider {
    height: 600px;
  }

  .single_slider .slider_content.content_one {
    text-align: center;
    margin: 0px;
  }

  .slider_style .slider_content p {
    width: 100%;
    font-size: 30px;
    line-height: 43px;
    padding: 0px 69px;
  }

  .single_slider .slider_content.content_one img {
    display: none;
  }

  .section_title {
    margin-bottom: 25px;
  }

  .section_title h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }

  .section_title p {
    font-size: 14px;
  }

  .inner-category-box {
    height: 260px;
  }

  .inner-category-box h2 {
    font-size: 14px;
    margin-top: -49px;
    padding: 8px;
  }

  .promo-panel .promo {
    height: 300px;
  }

  .promo-panel h3 {
    font-size: 35px;
  }

  .promo-panel span {
    font-size: 39px;
  }

  .product_thumb {
    height: 280px;
  }

  .product_content h3 {
    margin-bottom: 7px;
    max-width: 17ch;
  }

  .product_content h3 a {
    font-size: 14px;
  }

  .product_content span,
  .product_content span.old_price {
    font-size: 14px;
  }

  .footer_widgets .footer_contact i {
    font-size: 16px;
  }

  .footer_widgets .social-links li {
    margin-right: 3px;
  }

  .footer_widgets .social-links a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .footer_widgets .flag-img {
    height: 47px;
  }

  .widgets_container h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .newleter-content form input {
    height: 41px;
  }

  .footer_top {
    padding-bottom: 10px;
  }

  .footer_widgets .footer_custom_links img {
    height: 27px;
  }

  .header_top {
    display: none;
  }

  .about_section .about_content {
    height: auto;
    align-content: unset;
    margin-bottom: 0px;
  }

  .about_section .about_thumb {
    height: 340px;
    margin-top: 33px;
  }

  .counter_info h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .counter_info p {
    line-height: normal;
  }

  .media-panel {
    padding: 0px !important;
  }

  .media-panel .media-box {
    height: 350px;
  }

  .information-panel .inner-content div {
    margin-bottom: 10px;
  }

  .information-panel .inner-content div:last-child {
    margin-bottom: 0px;
  }

  .gallery-section .banner_container {
    height: 350px;
  }

  .gallery-section .banner_text h1 {
    font-size: 33px;
    line-height: 48px;
  }

  .blog_section .section_title {
    margin-bottom: 25px;
  }

  .blog_section .blog_thumb {
    height: 220px;
  }

  .blog_section .blog_content {
    padding: 12px;
  }

  .blog_content h3 {
    font-size: 15px;
    line-height: 24px;
    height: 43px;
    margin-bottom: 13px;
  }

  .blog_content .post_desc p {
    font-size: 14px;
    height: 153px;
  }

  .blog-banner {
    height: 220px;
  }

  .blog-banner h2 {
    font-size: 25px;
    line-height: 38px;
  }

  .blogdetails-panel h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .similar-content-box {
    padding: 20px;
  }

  .similar-content-box h2 {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .similar-content-box h6 {
    font-size: 15px;
    margin: 23px 0px 13px;
  }

  .similar-content-box h5 {
    font-size: 18px;
    margin: 22px 0px 12px;
  }

  .bg-wrapper .left-box {
    border-radius: 15px 15px 0px 0px;
    padding: 20px;
  }

  .bg-wrapper .form-box {
    padding: 35px 20px;
    border-radius: 0px 0px 15px 15px;
  }

  .contact_message h3 {
    text-align: center;
  }

  .contact-info li {
    margin-bottom: 15px;
  }

  .faq-panel .accordion-button {
    font-size: 15px;
  }

  .shop_reverse .shop_inner_area>.row {
    flex-direction: unset;
  }

  /*filter*/
  .shop-panel .sidebar_widget {
    position: static;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
  }

  .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
  }

  .filter-header .filter-toggle {
    display: inline-block;
    pointer-events: painted;
    cursor: pointer;
    color: #fff;
    background-color: #002969;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 17px;
    border-radius: 4px;
    margin: 0px;
  }

  .filter-header i {
    color: #fff;
    font-size: 15px;
    margin-left: 2px;
  }

  .filter-header h2 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
  }

  .products-filter {
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 6px 0px 24px;
    padding: 25px;
  }

  .products-filter.collapse {
    display: none;
  }

  .products-filter.collapse.show {
    display: block;
  }

  .shop_toolbar.t_bottom {
    margin-bottom: 0px;
    padding: 0px;
  }

  .custom-space .banner-thumb {
    height: 220px;
  }

  .shop-panel .product_thumb {
    height: 288px;
  }

  .single-zoom-result {
    right: 160px;
    width: 50%;
  }

  .single-zoom {
    height: 350px;
  }

  .products-details-panel .product-details-tab {
    margin-bottom: 24px;
  }

  .product_variant.quantity input {
    height: 40px;
  }

  .product_variant.quantity button {
    height: 45px;
    width: 100%;
  }

  .product-info-panel .product_d_inner {
    padding: 20px;
  }

  .product-info-panel table tbody tr td {
    font-size: 14px;
  }

  .product-info-panel .product_ratting strong {
    font-size: 15px;
  }

  .product-info-panel .product_review_form {
    margin-top: 30px;
  }

  .product-info-panel .product_review_form h2 {
    font-size: 20px;
  }

  .product_review_form .submit-btn-box {
    margin-top: 12px;
  }

  .product_review_form button {
    font-size: 14px;
  }

  .header .navbar-collapse {
    width: 40%;
    height: 100vh;
    background-color: #fff;
    overflow-x: auto;
    scrollbar-width: thin;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 9999999999;
    transition: all 0.5s linear;
  }

  .header .nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .nav-header .company-logo {
    height: 51px;
  }

  .header .navbar-toggler {
    color: #1E3A8A;
    font-size: 24px;
    border: none;
    outline: none;
    padding: 0px;
    order: 1;
    margin-left:15px;
  }

  .header .navbar-toggler:focus {
    box-shadow: none;
  }

  .header .utility-list {
    margin-left: auto;
  }

  .header .navshow {
    left: 0%;
  }

  .header .nav-item {
    border-bottom: 1px solid #ededed;
  }

  .header .nav-item:last-child {
    border-bottom: 0px;
  }
  
  .header .link-wrap{
      justify-content:space-between;
      align-items: center;
  }

  .header .nav-link {
    font-weight: 500;
    padding: 12px 17px !important;
  }
  
  .header .down-arrow{
      font-size:15px;
  }

  .header .dropdown-menu {
    border-top: 3px solid #1E3A8A;
  }
  
  .cart_area{
      display:inline-block;
      margin:0px;
  }

  /*========================*/
}

@media (max-width:768px) {
  .single-zoom-result {
    position: absolute;
  }

  .welcome_about_section {
    padding: 30px 0;
  }

  .banner_section {
    padding: 30px 15px;
  }

  .banner_section_two .banner_thumb {
    margin-bottom: 0px;
  }

  .product_section {
    padding: 25px 0px;
  }

  .product_area .product_thumb {
    height: 250px;
  }

  .single_product {
    margin-bottom: 15px;
  }

  .banner_area iframe {
    height: 259px;
  }

  .instagram_area {
    padding: 0px 15px;
  }

  .instagram_home_block {
    padding-bottom: 25px;
  }

  .mySlides {
    padding: 30px 35px;
    line-height: 30px;
  }

  q {
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
  }

  footer {
    padding: 25px 0 !important;
  }

  .offcanvas_menu_wrapper {
    width: 85%;
    margin-left: -85%;
  }

  .view__work a {
    margin-top: 0px;
  }

  .mobile-card-bar {
    display: block;
  }

  .footer_top {
    padding-bottom: 0px;
  }

  .footer_bottom {
    padding: 15px 0 50px 0px;
  }

  .mobile-card-bar .mobile-nav {
    display: flex;
  }

  /*========================*/
  .single_slider {
    height: 557px;
  }

  .slider_style .slider_content p {
    font-size: 21px;
    line-height: 30px;
    padding: 0px 15px;
  }

  .slider_style .slider_content a {
    font-size: 14px;
    padding: 8px 22px;
    margin-top: 10px;
  }

  .mobile-card-bar .mobile-nav {
    background-color: #1E3A8A;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
  }

  .mobile-card-bar .mobile-nav a {
    padding: 0px;
  }

  .mobile-card-bar .nav-item i {
    font-size: 16px !important;
  }

  .mobile-card-bar .nav-item p {
    text-transform: capitalize;
    font-size: 14px;
  }

  .promo-panel,
  .banner_section,
  .feeds-panel {
    padding: 25px 0px;
  }

  .section_title h2 {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 9px;
  }

  .section_title p {
    font-size: 13px;
    line-height: 17px;
  }

  .inner-category-box {
    height: 180px;
  }

  .inner-category-box h2 {
    font-size: 12px;
    padding: 6px 0px;
    margin-top: -43px;
  }

  .promo-panel .promo {
    height: 250px;
    margin-bottom: 15px;
  }

  .promo-panel h3 {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .promo-panel span {
    font-size: 35px;
  }

  .product_area .product_thumb {
    height: 250px;
  }

  .product_content h3 {
    max-width: 20ch;
  }

  .product_content h3 a {
    font-size: 15px;
  }

  .showcase-panel {
    padding: 15px 0px !important;
  }

  .showcase-panel .custom-style {
    height: 155px;
  }

  .feeds-panel a {
    height: 150px;
  }

  .footer_widgets .ftr-title {
    pointer-events: painted;
    cursor: pointer;
  }

  .footer_widgets .ftr-title {
    pointer-events: painted;
    padding: 10px;
    color: #000;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 0px;
  }

  .footer_widgets .ftr-title::after {
    content: "+";
    background-image: none;
    position: absolute;
    right: 25px;
    transform: rotatex(0deg);
    font-size: 15px;
  }

  .footer_widgets .ftr-title:not(.collapsed)::after {
    content: "-";
  }

  .footer_widgets div.collapse {
    display: none;
  }

  .footer_widgets div.collapse.collapse.show {
    display: block;
  }

  .footer_widgets .footer_contact,
  .footer_widgets .footer_menu {
    margin-top: 12px;
  }

  .widgets_container {
    margin-bottom: 15px;
  }

  .widgets_container.contact_us {
    margin-bottom: 15px;
  }

  .footer_widgets .newsletter {
    margin-top: 14px;
  }

  .copyright_area p {
    margin-bottom: 18px;
  }

  .breadcrumbs_area {
    text-align: center;
    padding: 14px 0px;
  }

  .breadcrumb_content ul li {
    font-size: 15px;
  }

  .about_section {
    padding: 25px 0px;
  }

  .about_section .about_content h1 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 13px;
  }

  .view__work {
    margin-top: 24px;
  }

  .view__work a {
    font-size: 12px;
    margin-top: 0px;
  }

  .about_section .about_thumb {
    height: 200px;
  }

  .single_counterup {
    margin-bottom: 16px;
  }

  .counterup_section {
    margin-bottom: 12px;
  }

  .media-panel .media-box {
    height: 250px;
  }

  .information-panel {
    padding: 35px 0px 0px;
  }

  .gallery-section {
    padding: 25px 0px;
  }

  .gallery-section .banner_container {
    height: 250px;
    padding: 0px;
  }

  .gallery-section .banner_text h1 br {
    display: none;
  }

  .gallery-section .banner_text h1 {
    font-size: 22px;
    line-height: 36px;
  }

  .blog_section {
    padding: 25px 0px;
  }

  .blog_section .blog_thumb {
    height: 200px;
  }

  .blogdetails-panel {
    padding: 25px 0px 10px;
  }

  .blog-banner {
    height: 160px;
    padding: 0px 28px;
  }

  .blog-banner h2 {
    font-size: 18px;
    line-height: 29px;
  }

  .blogdetails-panel h1 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .shipping-panel,
  .terms-panel,
  .policy-panel,
  .return-policy-panel {
    padding: 25px 0px;
  }

  .similar-content-box {
    padding: 0px;
    box-shadow: none;
  }

  .similar-content-box h2 {
    font-size: 23px;
    margin-bottom: 24px;
  }

  .similar-content-box h5 {
    font-size: 17px;
    margin: 21px 0px 12px;
  }

  .checkout-panel,
  .contactus-panel {
    padding: 25px 0px;
  }

  .bg-wrapper {
    box-shadow: none;
    border-radius: 0px;
  }

  .bg-wrapper .left-box {
    border-radius: 15px;
    margin-bottom: 38px;
  }

  .checkout-panel .left-box h3 {
    font-size: 22px;
    margin-bottom: 17px;
  }

  .checkout-panel .cart_button a {
    padding: 10px 25px;
  }

  .bg-wrapper .form-box {
    padding: 0px;
    border-radius: 0px;
  }

  .contact_message h3 {
    font-size: 22px;
  }

  .contact_message .input-box {
    margin-bottom: 18px;
  }

  .contact-info p {
    display: none;
  }

  .contact-info h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .contact-info li i {
    width: 37px;
    height: 37px;
    font-size: 14px;
  }

  .contact-info li a {
    font-size: 14px;
    width: 77%;
  }

  .faq-panel {
    padding: 25px 0px;
  }

  .faq-panel .accordion-button {
    font-size: 14px;
    padding: 12px;
    line-height: 22px;
  }

  .faq-panel .accordion-body {
    font-size: 14px;
  }

  .accordion-button::after {
    background-size: 19px;
  }

  .faq-panel .accordion-item {
    margin-bottom: 16px;
  }

  .shop-panel {
    padding: 25px 0px;
  }

  .filter-header {
    margin-bottom: 25px;
  }

  .filter-header h2 {
    font-size: 20px;
  }

  .filter-header i {
    font-size: 13px;
  }

  .shop-panel .product_thumb {
    margin-bottom: 0px;
  }

  .shop-panel .single_product {
    margin-bottom: 24px;
  }

  .shop_toolbar.t_bottom {
    margin-top: 7px;
  }

  .custom-space .banner-thumb {
    height: 180px;
  }

  .products-filter {
    padding: 20px;
  }

  .shop-panel .widget_list h2 {
    font-size: 17px;
  }

  .shop-panel .widget_list {
    margin-bottom: 20px;
  }

  .shop-panel .widget_list>ul>li {
    padding: 6px 0px;
  }

  .product-info-panel,
  .products-details-panel {
    padding: 25px 0px;
  }

  .single-zoom {
    height: 300px;
  }

  .products-details-panel h1 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .products-details-panel .product_ratting {
    margin-bottom: 8px;
  }

  .products-details-panel .product_desc p {
    font-size: 13px !important;
    line-height: 26px !important;
  }

  .product_d_right .product_price {
    margin-bottom: 4px;
  }

  .product_variant.color,
  .product_variant.size {
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .product_variant.color label,
  .product_variant.size label {
    padding: 4px 9px;
    font-size: 12px;
    margin: 0px !important;
    margin-right: 7px !important;
  }

  .product-info-panel .product_d_inner {
    padding: 0px;
    box-shadow: none;
  }

  .product_info_button ul li a {
    width: 100%;
    text-align: center;
  }

  .product-info-panel .tab-content {
    margin-top: 16px;
  }

  .product-info-panel table tbody tr td {
    padding: 7px;
    font-size: 13px;
  }

  .product_info_content p {
    font-size: 14px;
  }

  .product-info-panel .reviewer-meta {
    margin-bottom: 12px;
  }

  .product-info-panel .product_demo p {
    font-size: 14px;
  }

  .product-info-panel .product_review_form {
    margin-top: 26px;
  }

  .product-info-panel .product_review_form h2 {
    font-size: 18px;
  }

  .product-info-panel .product_review_form p {
    font-size: 14px;
  }

  .product_review_form .input-box {
    margin-bottom: 20px;
  }

  .product_review_form .submit-btn-box {
    margin-top: 10px
  }

  .single-zoom-result {
    width: 60%;
    height: 205px;
    right: 64px;
    top: 13%;
  }
  
  .header .company-logo{
      height:56px;
  }
  
  .header .notify{
      width:17px;
      height:17px;
      font-size:11px;
  }
  
  .header .navbar-toggler{
      font-size:22px;
  }
  
  .header .navbar-collapse{
      width:100%;
  }
  
  .header .utility-list form{
      display:none;
  }

  
  .header .cart_link>a{
      background-color:transparent;
  }
  
  .mini_cart{
      width:80%;
  }
  
  .mini_cart h6{
      font-size:14px;
  }
  
  .mini_cart a{
      font-size:12px;
  }
  
  .mini_cart .cart__table{
      padding:19px 0px;
  }
  .mini_cart .cart__table td{
      font-size:14px;
  }
  
  .mini_cart .cart_button a{
      font-size:14px;
  }
  /*========================*/
}


.banner_link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.slider_area .single_slider {
    cursor: pointer;
}