table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}
 .page-main{
     padding-top: 0px;
 }
strong {
  font-weight: bold;
}
.sidebar .filter-holder ul li .opener-cate {
    font-family: open\ sans\ condensed,sans-serif!important;
    font-size: 14px;
}
 .loading-modal {
            display:    none;
            position:   fixed;
            z-index:    1000;
            top:        0;
            left:       0;
            height:     100%;
            width:      100%;
            background: rgba( 255, 255, 255, .8 )
                        url("../../storage/app/public/pride-loading-gif_new.gif")
                        50% 50%
                        no-repeat;
        }


.list_add_to_cart {
    background-color: #f1f1f1;
    color: #000;
    font-size: 12px; font-weight:bold;
}

.list_add_to_cart:hover {
    background-color: #291d88; color: #fff !important;
}

.sprice-tag{
    background: #f31818 !important;
}


/* modal start */

.add_to_cart_list_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.add_to_cart_list_modal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.add_to_cart_list_modal_close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.add_to_cart_list_modal_close:hover,
.add_to_cart_list_modal_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.add_to_cart_list_modal_header {
  padding: 2px 16px;
  background-color: white;
  color: black;
}

.add_to_cart_list_modal_body {padding: 2px 16px;}

.add_to_cart_list_modal_footer {
  padding: 2px 16px;
  background-color: white;
  color: black;
}

/* modal end */

/*popup*/

.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999999999999 !important;
  font-family: "Open Sans", sans-serif;
}
.custom-social-proof .custom-notification {
  width: 360px;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.custom-social-proof .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
  height: 165px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: gray;
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
  border-radius: 0 6px 6px 0;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px;
  line-height: 16px;
}

.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
  opacity: 0;
}
.custom-social-proof .custom-notification .custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-social-proof .custom-notification .custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
}
.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 1;
}
@keyframes blink {
  50% {
    color: transparent;
  }
}
.loader__dot {
  animation: 1s blink infinite;
  color:#291d88;
  font-size: 50px;
}
.loader__dot:nth-child(2) {
  animation-delay: 250ms;
}
.loader__dot:nth-child(3) {
  animation-delay: 500ms;
}
.product-image-wrapper img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.product-image-wrapper img.lazyload {
  opacity: 0;
}

.product-image-wrapper img.loaded {
  opacity: 1;
}