/* ============================================================================

Theme Name: Me Impex 2026
Theme URI: www.dynamicxperts.com
Description: A premium wordpress template.
Version: 2.0
Author: Saad ali Tariq
Author URI: mailto:dynamicexperts@gmail.com

============================================================================= */


 .ht-top-header {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}


.category-description {
    
   text-align: center;
    
}

@media (max-width: 1390px) {

.ht-header-area .ht-main-header.header-3 .ht-menu-wrapper{
     padding: 0px 5px !important;
}
  .ht-header-area .ht-main-header .ht-menu-main ul li {
    margin-right: 8px;
  }

}


@media (max-width: 1199px) {
    
    
    
  /* .ht-top-header {
    display: none;
  } */
}
 .ht-top-header .left p {
  color: var(--ht-black);
}
 .ht-top-header .right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
}
 .ht-top-header .right li {
  color: var(--ht-black);
}
 .ht-top-header .right li i {
  margin-right: 5px;
}
 .ht-top-header .right li a {
  color: var(--ht-black);
}

@media (max-width: 575px) {
  .ht-top-header .right {
    gap: 9px !important; 
  }
  .ht-top-header .right li {
    font-size: 12px !important; 
  }
}

@media (min-width: 992px) {
  .ht-header-area .ht-main-header.header-3 .ht-menu-main {
    margin-right: 0 !important;
  }
}

.ht-offcanvas-menu a.dropdown-toggle::after {
  display: none !important;
}

.ht-offcanvas-menu ul li > a.dropdown-toggle {
  padding-right: 40px;
}

.ht-offcanvas-info .ht-offcanvas-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
}

.ht-offcanvas-info .ht-offcanvas-info-item i {
  color: var(--ht-theme-color);
  margin-top: 3px;
}

.ht-offcanvas-info .ht-offcanvas-info-item a {
  display: inline-block;
  word-break: break-word;
}

@media (min-width: 992px) {
  .ht-header-area .ht-main-header .ht-menu-main ul li > .sub-menu {
    overflow: visible;
  }

  .ht-header-area .ht-main-header .ht-menu-main ul li > .sub-menu li {
    position: relative;
  }

  .ht-header-area .ht-main-header .ht-menu-main ul li > .sub-menu li > .sub-menu {
    top: 0;
    left: calc(100% + 8px);
    transform: translateX(20px);
  }

  .ht-header-area .ht-main-header .ht-menu-main ul li > .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .ht-header-area .ht-main-header .ht-menu-wrapper {
    justify-content: flex-start;
  }

  .ht-header-area .ht-main-header .ht-menu-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }

  .ht-header-area .ht-main-header .ht-menu-right {
    margin-left: auto;
    justify-content: flex-end;
  }

  .ht-header-area .ht-main-header.header-3 .ht-menu-main {
    position: static;
    transform: none;
    margin-right: 0 !important;
  }
}

.ht-blog-details-wrapper .blog-single-post .content ul,
.ht-blog-details-wrapper .blog-single-post .content ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.ht-blog-details-wrapper .blog-single-post .content ul {
  list-style: disc;
  list-style-position: outside;
}

.ht-blog-details-wrapper .blog-single-post .content ol {
  list-style: decimal;
  list-style-position: outside;
}

.ht-blog-details-wrapper .blog-single-post .content li {
  margin: 6px 0;
}

.ht-blog-details-wrapper .blog-single-post .content ul ul,
.ht-blog-details-wrapper .blog-single-post .content ol ol,
.ht-blog-details-wrapper .blog-single-post .content ul ol,
.ht-blog-details-wrapper .blog-single-post .content ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
}

.ht-breadcrumb-area .ht-breadcrumb-list {
  gap: 0;
  font-size: 16px;
}

.ht-breadcrumb-area .ht-breadcrumb-list li,
.ht-breadcrumb-area .ht-breadcrumb-list li a,
.ht-breadcrumb-area .ht-breadcrumb-list li span,
.ht-breadcrumb-area .ht-breadcrumb-list span,
.ht-breadcrumb-area .ht-breadcrumb-list a {
  font-size: inherit;
  font-weight: 500;
  line-height: 1.2;
}

.ht-breadcrumb-area .ht-breadcrumb-list li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: var(--ht-theme-color-1);
}

.ht-breadcrumb-area .ht-breadcrumb-list .separator {
  display: none;
}

.ht-breadcrumb-area .ht-breadcrumb-list a {
  color: var(--ht-white);
}

.ht-breadcrumb-area .ht-breadcrumb-list a:hover {
  color: #666666 !important;
}

.ht-breadcrumb-area .ht-breadcrumb-list .current-item,
.ht-breadcrumb-area .ht-breadcrumb-list .current-item a,
.ht-breadcrumb-area .ht-breadcrumb-list .breadcrumb_last,
.ht-breadcrumb-area .ht-breadcrumb-list .breadcrumb_last a {
  color: var(--ht-theme-color-3) !important;
}

@media (max-width: 500px) {
  .ht-breadcrumb-area .ht-breadcrumb-list {
    font-size: 14px;
  }
}



.home-cat {
  transform: scale(1);
  border-radius: 20px 20px 0 0;
  transition: all 0.4s ease-in-out;
}

.home-cat:hover {
  transform: scale(1.1);
}

.home-category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.home-category-card .home-cat {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}

.home-category-card:hover .home-cat {
  transform: scale(1.05);
}

.home-category-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
}

.home-category-title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.1;
  max-width: 18ch;
}

.home-category-cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  background: #fff;
  color: #111;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home-category-card::before,
.home-category-card::after,
.home-category-overlay::before,
.home-category-overlay::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
  pointer-events: none;
}

.home-category-card::before {
  top: 18px;
  left: 18px;
  border-width: 4px 0 0 4px;
}

.home-category-card::after {
  top: 18px;
  right: 18px;
  border-width: 4px 4px 0 0;
}

.home-category-overlay::before {
  bottom: 18px;
  left: 18px;
  border-width: 0 0 4px 4px;
}

.home-category-overlay::after {
  bottom: 18px;
  right: 18px;
  border-width: 0 4px 4px 0;
}

@media (max-width: 991px) {
  .home-category-overlay {
    padding: 24px;
  }
  .home-category-title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .home-category-overlay {
    padding: 18px;
  }
  .home-category-title {
    font-size: 22px;
  }
  .home-category-card::before,
  .home-category-card::after,
  .home-category-overlay::before,
  .home-category-overlay::after {
    width: 28px;
    height: 28px;
  }

  .home-category-card::before {
    top: 14px;
    left: 14px;
    border-width: 3px 0 0 3px;
  }

  .home-category-card::after {
    top: 14px;
    right: 14px;
    border-width: 3px 3px 0 0;
  }

  .home-category-overlay::before {
    bottom: 14px;
    left: 14px;
    border-width: 0 0 3px 3px;
  }

  .home-category-overlay::after {
    bottom: 14px;
    right: 14px;
    border-width: 0 3px 3px 0;
  }
}



.gallery_re{margin:0px 0px 10px 0px; padding:0px; float:left; width:100%;}
.gallery_re ul{margin:0px 0px 0px 2px; padding:0px;}
.gallery_re ul li{margin:0px; margin:0px 8px 0px 0px; width:95px; height:95px; list-style:none; float:left;}
.gallery_re ul li img{ height:100%; width:100%;}
.border{border:1px solid #E2E2E2; border-radius: 10px;}
.gallery_re ul li:last-child{ margin:0px;}

.border:hover{border:1px solid #da251d; }

.gallery{ float:left; width:100%;}
.gallery img { width:100%; height:auto; border:1px solid #E2E2E2; border-radius: 15px;  margin-bottom:10px;}



.large_right_side{ width:100%;}
.deatial{ text-align:left;  }
.deatial h1{ font-size:17px; color:#fff; background-color:#111111; line-height:30px; font-weight:normal;  margin-bottom:5px; padding:5px 0px 5px 10px;}
.deatial h2{  font:500 16px 'Open Sans', sans-serif; color:#363636; background:#f1f1f1; border-bottom:1px dashed #989898; padding: 10px 0px;}
.deatial h2 span{ color:#111; font-weight:bold;}
.deatial p{ text-align:justify; color:#454545; font-size:12px; line-height:22px; }


.deatial .cart a{ padding:15px 10px 15px 30px; text-align:center; color:#FFFFFF; font-size:14px; background:url(images/cart.png) no-repeat 38% 18px #393f4f; display:block; margin:20px 0px;}
.deatial .cart a:hover{ background:url(images/cart.png) no-repeat 38% -38px #fc0000;}



.wp-pagenavi a, .wp-pagenavi span{ color:#000; border: 1px solid var(--theme-color)!important; border-radius: 10px; padding: 5px 10px; }
.wp-pagenavi span.current{ color:var(--theme-color); border:solid 1px #000000 !important;}

.brdcrumb .home{ font:bold 14px arial; color: black;}
.brdcrumb .home:hover{ color: #BE0702; }

.brdcrumb  .category , .taxonomy {font:bold 14px arial; color: #BE0702;}
.brdcrumb  .category:hover , .taxonomy:hover{ color: #E2E2E2; }
/*=========  Checkout-content ========*/
.qty-input{ width: 100%;
margin-bottom: 5px;
height: 40px;
line-height: 40px;
margin-top:10px;
border: 1px solid #E2E2E2;
border-radius: 0px;
background: #fff;
box-shadow: none;
outline: none;
padding: 0 20px;
font-size: 14px;
color: #111111;}
.product-details-box a.add-to-cart, .add-to-cart {

clear: both;
margin-top:5px;
padding: 10px 40px 10px 40px;
background: #111111;
font-weight: bold;
font-family: 'Raleway', sans-serif;
font-size: 18px;
margin-top: 20px;
border: 0;
color: #fff;
text-transform: uppercase;
outline: none;
}

.product-details-box a.add-to-cart i, .add-to-cart i {
padding-left: 33px;
color: #373838;
font-size: 1.25em;
vertical-align: middle;
}
.product-details-box a.add-to-cart:before, .add-to-cart:before  {
/*content: '';
width:1px;
height:28px;
background: #c20904;
position: absolute;
right: 39px;
top: 3px;*/
}
.product-details-box a.add-to-cart:after, .add-to-cart:after {
/*content: '';
width:1px;
height:28px;
background: #c20904;
position: absolute;
right: 40px;
top: 3px;*/
}
.product-details-box a.add-to-cart:hover, .add-to-cart:hover,  .product-details-box a.add-to-cart:hover i, .add-to-cart:hover i,  .product-details-page-content .shop-page-content .meta a:hover {
color:#fff;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.paoc-credit-wrp{ display: none;}


.borderProcess{
    border: 1px solid #eeeeee;
    padding: 10px;
    border-radius: 15px;
    min-height: 195px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {

  margin-right: 5px;
}

