.mt-50{
    margin-top: 50px;
}
/* ====================================== */
.header_view_more{
    padding:6px 0;
}
.header_view_more a {
    font-size: 14px;
    font-family: 'gothic-bold';
    color: #3f3f3f;
}
.header-title_header {
    margin-bottom: 35px;
}
.header-title_header img {
    margin-right: 15px;
    height: 30px;
    width: 30px;
}
.header-title_header h3 {
    font-size: 19px;
    font-family: 'gothic-bold';
    margin: 0;
    margin-top: 7px;
}
/* =================================== */
/* ========card=========================== */
.theme_card_content{
	margin: 0 auto;
    position: relative;
}
.theme_card_content_box {
	border: 1px solid #CCCCCC;
    margin: 0 auto;
	width: 225px;
	border-radius: 8px;
}
.theme_card_content_box_top {
    padding: 20px;
	text-align: center;
	width: 225px;
    height: 177px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.theme_card_content_box_top img {
	display:unset;
	max-height: 140px;
	max-width: 220px;
}
.theme_card_content_box_buttom_content_title h4 {
    font-size: 14px;
    font-family: 'gothic-bold';
    height:2.1rem;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme_card_content_box_buttom_content {
    padding: 8px 15px 15px 15px;
}

.xt-product-details-xircle {
	background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
    border-radius: 5px;
    color: white;
    font-size: 12px;
    padding: 8px 10px;
    width: max-content;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.x-eligible-value{
    background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}
.empty-xt-product-details-xircle{
    border-radius: 6px;
    color: white;
    font-size: 12px;
    padding: 5px;
    width: max-content;
    width:100%;
}

.theme_card_content_box_buttom_content_description p {
    font-size: 12px;
    font-weight: 400;
    height: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme_card_content_box_buttom_content_price h2 {
    font-size: 20px;
    font-family: 'gothic-bold';
    color: var(--primari-color);
}
.theme_card_content_box_buttom_content_price b {
    font-size: 20px;
    font-family: 'gothic-bold';
    color: var(--primari-color);
    line-height: 2em;
}
.theme_card_content_box_buttom_content_title_cart {
    text-align: center;
    margin-top: 15px;
}
.theme_card_content_box_buttom_content_title_cart button {
	background: var(--primari-color);
    color: #fff;
    width:100%;
    font-size: 12px;
    font-family: 'gothic-bold';
}
.feature-prd-title{
    height:2.2rem;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.theme_card_content_box_buttom_content_title_cart:hover button {
    color: #fff;
}
.theme_card_content_box_buttom {
    border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}
.theme_card_content_box_buttom_content_description {
    margin-top: 10px;
}
.product-riban {
    display: inline-block;
    position: absolute;
    top: 10px;
}

.product-riban p {
    font-size: 10px;
    padding: 4px 10px;
    margin: 0;
    background: #FE7602;
    color: #fff;
}
.theme_card_content_box_buttom_content_title_cart:hover button.out-stock-btn {
    color:#dc3545 !important;
}
/* ========card=========================== */
.product_cart {
    border: 1px solid #CECECE;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
}

/* ======= Landing Page lick loading issue fixed ========= */
.hero_slider-area .hero-slider-data-block {
    display: none !important;
}
.hero_slider-area.slick-initialized .hero-slider-data-block {
    display: block !important;
}
.slider-area .slider-area_content_box{
    display: none !important;
}
.slider-area.slick-initialized .slider-area_content_box{
    display: block !important;
}
.featured_Barands_slider .featured_Barands_content_box{
    display: none !important;
}
.featured_Barands_slider.slick-initialized .featured_Barands_content_box{
    display: block !important;
}
.by_directly_from_ximple_slider .theme_card_content{
    display: none !important;
}
.by_directly_from_ximple_slider.slick-initialized .theme_card_content{
    display: block !important;
}

.consumer-sub-header-text{
    display: flex;
    align-items: center;
}

.consumer-pages-main .custom-footer{
    margin-top:20px;
}

.btn-close{
    filter: none;
}

.alert-dismissible .btn-close{
    padding: 1.1rem 1rem !important;
}

.error-msg-text {
    color: red;
    font-size: 11px;
}

.upload-file-holder{
    padding: 0px !important;
}