@charset "utf-8";
/* CSS Document */

#showdeal .top-bar{
	position: relative;
	padding-top: 0;
}
#inner-topbar {
	position: fixed;
	background: rgba(9, 38, 133, 1);
	width: 100%;
	z-index: 2000
}
#topbar-details {
	padding-top: 60px;
}
.mid-bar {
	width: 85%;

	margin: 0px auto;
	position: static;
}
	.freead {
    color: #fff;
    font-weight: 700;
    width: 200px;
    border: 3px solid;
    border-radius: 30px;
    line-height: 40px;
}
#showdeal #cat-menubar {
	
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center;
}
.q-con{
	margin-right:10px;
	font-size: 40px;
	color: #1508b0;
}
#glide{

}
#bread a {
	margin-right: 15px;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	border-right: 1px solid #3f1ca0;
	/* height: 50px; */
	display: inline-block;
	padding: 10px;
}
#bread a:hover {
	color:white;
}
#bread {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	/* padding: 5px; */
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 2px;
	font-size: 13px;
}
#bread .iconx{
	font-size: 30px;
	margin-left: 15px;
}
#glide img {
	/* width: 100%; */
	margin: 0 auto;
	display: block;
}
.selling-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.mobilecss #thumbs-wrap-modal {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mobilecss .glide-img {
height: auto;
	width: 100%;
}
.glide-img{
	height: 700px;
}
.show-right-bar {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
#footer{
	margin-top: 0;
}
#deal-modal-label2{
	color: white;
font-weight: 800;

line-height: 40px;
text-transform: capitalize;

font-size:35px;}
#cat-menubar h3{
	padding-left:10px;
	}
#showdeal .droppy{
	left:65px;
	}
#deal-info {
	background: white;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  display: grid;
}
#showdeal .swiper-slide img{
	display:block;
	margin:0px auto;
	width:85%;
	height:auto;}
#showdeal .image-list img{
	height:auto;}
.modal-body{
	max-height:none;
	height:auto;}
.modal-info{
	
	
	}
.modal-info .minfo2{
	position:relative;
	min-height:300px !important;
	
	}
.minfo{
	border: none;
	padding: 0;
	}
#p-details{

	border-bottom: 1px solid rgb(225,225,225);
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#p-details li{
	line-height: 22px;
	color: grey;
}

.minfo li span:first-child {

}
.share-wrap .minfo > a {
	color: #fff;
	
}
.minfo a span:nth-child(2) {
	font-weight: 700;
	color: white;
	font-size: 18px;
}
#modal-price {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0px;
    color: 
    black;
}

#thumbs-wrap-modal {
	text-align: center;
	margin-top: 20px;
}
.thumbs-click {
	height: 120px;
	width: 100px;
	margin-right: 0;
	margin-bottom: 15px;
}
.mobilecss .ex-selling.selling {
    line-height: 40px;
}
.mobilecss .show-right-bar {
	padding: 35px;
	background: #ebebeb;
	margin-bottom: 0;
}

.mobilecss .mid-bar {
	width: 100%;

}
.modal-footer {
	padding: 35px;
	text-align: left;
	background: #f04141;
	
}
.modal-footer h3 {
	font-weight: 700;
	color: white;
}
.modal-footer p {
	color: white;
	font-size: 15px;
	text-align: left;
	
}
.modal-footer-wrap {
	width: 60%;
	margin: 0 auto;
}
.mobilecss .modal-footer-wrap {
	width: 100%;
	
}
.left-minfo li span:first-child, .advertby {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: grey;
	font-weight: 400;
	margin-bottom: 5px;
}
.left-minfo li span:nth-child(2) {
	font-weight: 700;
	color: #000;
	font-size: 18px;
}
.sharebtn {
	text-align: left;
	color: white;
	margin-bottom: 15px;
}
#mobile-user-wrap {
	text-align: center;
	margin-top: 25px;
	/* border-top: 1px solid grey; */
	padding: 0;
	padding-top: 25px;

}
#mobile-user-wrap .propic2 {
	width: 150px;
	height: 150px;
	margin-bottom: 25px;
	border-radius: 70px;
}

/* Responsive overrides for showdeal mobile layout */
@media (max-width: 900px) {
    /* Correct fixed topbar position */
    #inner-topbar {
        position: relative !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    #topbar-details {
        padding-top: 15px !important;
    }

    #deal-modal-label2 {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    #bread {
        border: none !important;
        padding: 5px 0 !important;
        display: block !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    
    #bread a {
        padding: 4px !important;
        margin-right: 4px !important;
        border: none !important;
    }
    
    #bread .iconx {
        font-size: 16px !important;
        margin-left: 4px !important;
    }

    #thumbs-wrap-modal {
        display: flex !important;
        justify-content: center !important;
        gap: 10px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .thumbs-click {
        height: 70px !important;
        width: 70px !important;
        margin: 0 !important;
        background-size: cover !important;
        background-position: center !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        display: inline-block !important;
    }

    .glide-img {
        height: auto !important;
        max-height: 400px !important;
        width: 100% !important;
        object-fit: contain !important;
        background: #f8f9fa !important;
    }

    .mid-bar {
        width: 100% !important;
    }

    .show-right-bar {
        padding: 20px !important;
        background: #ebebeb !important;
        margin-bottom: 0 !important;
        border-radius: 8px !important;
    }

    .modal-footer-wrap {
        width: 100% !important;
    }

    /* Style the contact buttons as premium modern buttons on mobile */
    .share-wrap .minfo > a {
        display: block !important;
        margin-bottom: 12px !important;
        padding: 16px !important;
        border-radius: 8px !important;
        text-decoration: none !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        border: none !important;
        transition: all 0.2s ease !important;
    }
    
    /* Call Button */
    .share-wrap .minfo > a[href^="tel:"] {
        background: #092685 !important;
    }
    .share-wrap .minfo > a[href^="tel:"] span:first-child {
        color: rgba(255, 255, 255, 0.7) !important;
    }
    .share-wrap .minfo > a[href^="tel:"] span:nth-child(2) {
        color: #fff !important;
    }

    /* WhatsApp Button */
    .share-wrap .minfo > a[href*="whatsapp.com"] {
        background: #25D366 !important;
    }
    .share-wrap .minfo > a[href*="whatsapp.com"] span:first-child {
        color: rgba(255, 255, 255, 0.9) !important;
    }
    .share-wrap .minfo > a[href*="whatsapp.com"] span:nth-child(2) {
        color: #fff !important;
    }

    /* View Shop Button */
    .share-wrap .minfo > a:not([href^="tel:"]):not([href*="whatsapp.com"]) {
        background: #ffb400 !important;
    }
    .share-wrap .minfo > a:not([href^="tel:"]):not([href*="whatsapp.com"]) span:first-child {
        color: rgba(0, 0, 0, 0.6) !important;
        font-weight: 600 !important;
    }
    .share-wrap .minfo > a:not([href^="tel:"]):not([href*="whatsapp.com"]) span:nth-child(2) {
        color: #000 !important;
    }
}


