/*-------------------------- Add your custom Css here -----------------*/
/* ==================== */
/* GENERAL STYLES */
/* ==================== */

a, a:focus {
  text-decoration: none !important;
  outline: none !important;
}

@media (max-width: 500px) {
  .product_list p.woocommerce-result-count,
  .product_list form.woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
}

/* ==================== */
/* HEADER STYLES */
/* ==================== */
header.entry-header.ast-no-thumbnail.ast-header-without-markup {
  display: none;
}

#main-footer {
  display: none;
}

img#logo {
  border-radius: 5px;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    transition: .5s;
    display: block;
}

/* ==================== */
/* SEARCH BAR STYLES */
/* ==================== */
/* .dgwt-wcas-search-wrapp {
  margin-top: 5px;
  background: transparent !important;
}

.dgwt-wcas-sf-wrapp input[type="search"] {
  border-radius: 10px !important;
  border: 1px solid #ccc !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  height: 38px !important;
  background-color: #ffffff !important;
  color: #000000;
}

.dgwt-wcas-search-icon svg {
  fill: #000000 !important;
} */

/* ==================== */
/* HOME PAGE STYLES */
/* ==================== */
.page-id-4676 div#main-content > .container {
  width: 100% !important;
  max-width: 100%;
  padding-top: 0;
}
/* 
.page-id-4676 h1.entry-title.main_title {
  display: none;
} */

/* =========================== */
/*  Homepage 20 Product Slider */
/* =========================== */
/* Prevent flash of big full-width slides before Swiper loads */
/* .latest-products-slider .swiper {
    visibility: hidden;
}
.latest-products-slider .swiper.swiper-initialized {
    visibility: visible;
} */


/* homepage 20 product Slider End*/
/* ==================== */
/* CATEGORY GRID STYLES */
/* ==================== */
.catagory_wrap {
  flex-wrap: wrap;
}

.catagory_wrap .slngle_catagory {
  width: 275px;
}

.slngle_catagory h3 {
    margin-bottom: 10px;
    padding: 0 5px;
}

.slngle_catagory a {
  text-decoration: none !important;
	display: block;
}

.slngle_catagory a:focus {
	color: #660505;
}




.catagory_wrap .slngle_catagory img {
  height: 150px;
  object-fit: cover;
	width: 100%;
}


.catagory_wrap .slngle_catagory:hover a {
  color: #fff !important;
}

@media screen and (max-width: 1195px) {
  .catagory_wrap .slngle_catagory {
    width: calc(20% - 15px);
  }
  
  .catagory_wrap .slngle_catagory img {
    height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .catagory_wrap .slngle_catagory {
    width: calc(50% - 15px);
  }
}

/* ==================== */
/* Single Catagory page */
/* ==================== */
.product_list ul.products {
		gap: 0;
}

.product_list ul li {
  margin: 10px !important;
  height: 100%;
  border: 1px solid #ddd;
  min-height: 360px;
  border-radius: 5px;
  transition: .4s;
	width: 22.5% !important;
}

.product_list ul li:hover {
  box-shadow: 0px 7px 20px #2e2d7142;
}

.product_list ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product_list ul.products span.price,
.product_list ul.products .star-rating,
.product_list ul.products h2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.product_list ul.products .star-rating {
  margin-left: 10px !important;
}

.product_list ul .et_overlay {
  background: #2e2d718f !important;
}

.product_list nav.woocommerce-pagination ul li a {
    padding-right: 16px;
}

.woocommerce-result-count {
    margin-top: 6px;
    font-size: 14px;
}

.woocommerce-ordering select {
    border: 1px solid #ddd !important;
    font-size: 14px;
    border-radius: 4px !important;
}


.jet-woo-product-price {
  margin-bottom: 5px;
}


.product_list .ast-woo-product-category,
.product_list .products .product .star-rating,
.product_list .astra-shop-summary-wrap .add_to_cart_button {
    display: none !important;
}

.product_list h2.woocommerce-loop-product__title {
    font-size: 15px !important;
    color: #2E2D71;
    font-weight: 500;
}

nav.woocommerce-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1240px) {
  .product_list ul.products {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .product_list ul li {
    width: calc(50% - 20px) !important;
    height: auto !important;
    min-height: auto;
  }
}

/* ==================== */
/* PRODUCT BADGES */
/* ==================== */
.origin-badge.handmade,
.origin-badge.our-pick {
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  display: inline-block;
  line-height: 1.3;
}

.origin-badge.handmade {
  background-color: #1a8f35;
}

.origin-badge.our-pick {
  background-color: #d4ae4b;
}

/* ==================== */
/* CONTACT FORM STYLES */
/* ==================== */
.home_form .sib_signup_box_inside_1 input {
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  transition: .3s;
}

.home_form input.sib-default-btn {
  background: #2e2d71;
  color: #fff;
  cursor: pointer;
}

.home_form input.sib-default-btn:hover {
  background: #000;
}

/* ==================== */
/* HIDDEN ELEMENTS */
/* ==================== */
.seven_day_for_handmade {
  display: none;
}


/* single catagory page */

/* Shop page */
.woocommerce-shop .page-title,
.woocommerce-shop .woocommerce-breadcrumb {
    text-align: center;
}

.woocommerce-shop .page-title {
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce-shop ul.products li {
    border: 1px solid #ddd;
    padding: 15px !important;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 25px !important;
}

.woocommerce-shop ul.products li:hover {
	 box-shadow: 0px 7px 20px #2e2d7142
}

.ast-on-card-button.product_type_simple {
    display: none;
}

.related.products .review-rating {
    display: none;
}

.woocommerce-js div.product .woocommerce-tabs {
    padding-top: 0 !important;
}



