/* Common CSS */

.p24-s-mr-20
{
    margin-right: 20px; 
}
.p24-s-mb-20
{
    margin-bottom: 20px; 
}
.p24-s-img-common
{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.p24-s-cursor-pointer
{
    cursor: pointer;
}
.p24-s-border-radius-7
{
    border-radius: 7px !important;
}

/* End of Common CSS */


/* check in start */

.grid-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* Creates 7 equal-width columns */
    gap: 10px; /* Adjust the gap between columns as needed */
    width: 60%;
    margin-top:30px !important;
    margin: auto; 
    z-index: 1;
    position: relative;
    
}

.grid-item {
     border: 1px solid #000;
    background-color: #ddd; 
    /* border: 1px solid #e56f6f;
    background: #e9cbcb; */
    padding: 10px 5px;
    overflow:hidden;
    color: #000;
    border-radius: 5px;
}

   
.grid-item.active {
    border: 2px solid purple;
    background: #e5b8e5;
}

#p24-s-modal-checkin-1
{
  padding: 0 !important;
}
#p24-s-modal-checkin-1 .modal-content {
    border-radius: 10px;
    border: none;
  }
  
  #p24-s-modal-checkin-1 .modal-header {
    background: #fff;
    border: none;
   
    justify-content: flex-start;
  }
  
  #p24-s-modal-checkin-1 .modal-header .close {
    padding-right: 1rem !important;
    margin: 0;
    padding: 0;
    float: unset;
  }


/* check in end */

.p24-s-dropdown {
    position: relative;
   
  }
  
  .p24-s-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: -15px;
    top: 54px;
    padding: 20px
  }
  
.p24-s-profile-img-outer {
    margin: 0;
    width: 35px;
    padding: 0 !important;
    padding-top: 4px !important;
  }
  
  .p24-s-dropdown-content::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 300px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  right: 0;
  }
  .p24-s-primary-btn {
  background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
  background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
  background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
  background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
  }
  
.card-outer-pro {
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
  
  .p24-s-dropdown:hover .p24-s-dropdown-content {
    display: block;
  }

.p24-s-pagination .pagination a {
    width: 40px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background: #fff;
}
.p24-s-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    border-color: #522564;
    line-height: 20px;
}
.p24-s-pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: unset;
}
.p24-s-pagination .pagination {
    margin-top: 10px;
    border-left: none;
    border-radius: 0px;
}
.breadcrumb-banner {
    padding: 55px 0 65px 0 !important;
}
.footer-text {
     padding-top: 0px !important; 
}
.section_gap {
    padding: 40px 0 30px 0 !important;
}
.quick-link-li
{
    color: #6e6e6e;
}
.quick-link-li:hover
{
    color: #522564 !important;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.footer-social a:hover i {
    color: #522564 !important;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.list-text-new
{
    color: #522564 !important;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.filter-bar {
    padding: 0px 20px 10px 20px;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
}

.sidebar-categories .head {
    line-height: 60px;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.p24-s-modal-content
{
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.p24-s-modal-img {
    width: 150px;
    margin: auto;
    margin-top: 10px !important;
}
.p24-s-modal-header-outer
{
    margin-top: 50px;
}
.p24-s-modal-h3
{
    font-size: 20px;
}
.p24-s-modal-p
{
    font-size: 16px;
}

.p24-s-logo
{
	width: 8rem;
}

.form-control:focus {
    border-color: #993a9c !important;
    box-shadow: unset !important;
}
.split-li {
    display: grid;
    grid-template-columns: 75px 1fr; /* Two equal-width columns */
    gap: 10px; /* Gap between columns */
  }


.sidebar-categories .main-nav-list .tag {
    font-size: 14px;
    display: block;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
}
.p24-s-excel-btn {
    color: #777777;
    height: 42px;
    width:160px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: #fff !important;
    padding: 0 25px !important;
    border-radius: 0px;
    border: 1px solid #eee;
}
.sorting .nice-select {
   width:160px;
}

.gradient-bg, .primary-btn, .add-bag .add-btn, .single-product .product-details .prd-bottom .social-info span:after, .grid-btn:hover, .list-btn:hover, .grid-btn.active, .list-btn.active, .pagination a.active, .pagination a:hover, .s_Product_carousel .owl-dots div.active, .s_product_text .card_area .icon_btn:after, .product_description_area .nav.nav-tabs li a.active, .blog-pagination .page-item.active .page-link, .single-footer-widget .click-btn {
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
}
.gradient-bg-reverse, #search_input_box {
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
}
.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
	color: #522564 !important;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.sidebar-categories .main-nav-list a:hover {
    color: #522564 !important;
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.p24-s-forgot
{
    background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; 
}

element.style {
  
}
.modal.show .modal-dialog {
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.exclusive-deal-area .p24-s-exclusive-left {
    padding: 150px 0 !important;
}
.p24-s-banner-img{
		width: 24rem;
		margin: auto;
		margin-top: 160px;
}
.p24-s-banner-content
{
    margin-top: 175px;
    margin-bottom: 50px;
}
.p24-s-banner-outer
{
	height: auto !important;
}

.p24-s-qr-img-outer {
    width: 13rem;
    border: solid 3px #000;
    border-radius: 20px;
    padding: 15px 10px 2px 10px;
    margin: auto;
}
.p24-s-qr-img-outer canvas
{
    height: 100% !important;
    width: 100% !important;
}

.banner-area .banner-content .p24-s-banner-p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.p24-s-banner-h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.p24-s-store-img-outer {
    width: 150px;
}
.p24-s-img-fluid {
    border-radius: 5px;
}
.p24-s-add-bag
{
    margin-bottom:20px !important;
}


@media (min-width: 576px)
{
.modal-dialog {
    max-width: 450px !important;
   
}
.p24-s-excel-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top:10px;
}

}



@media (max-width: 767px)
{
    .modal-dialog
    {
        width:100% !important;
    }
.organic-breadcrumb {
    background: none;
	background: -webkit-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -moz-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: -o-linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
    background: linear-gradient(90deg, #522564 0%, #993a9c 100%) !important;
}
.p24-s-banner-content
{
    margin-top: 115px;
    margin-bottom: 50px;
}
}

@media (max-width: 576px)
{

.p24-s-excel-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
}
.grid-container {
    gap: 5px;
    width: 90%;
}
.grid-item {
    padding: 10px 1px;
}
/* .sorting {
    margin-left: auto;
    margin-right: auto;
} */
}

@media (max-width: 330px)
{
.grid-container {
    gap: 2px;
    width: 95%;
}
}
