@font-face {   
	font-family: "ElegantIcons";   
	font-style: normal;  
	font-weight: normal;   
	src: local("ElegantIcons"), url("../fonts/ElegantIcons.woff") format("woff"); 
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");


/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');*/
/*----------
[ Body ]
-------------*/
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	line-height:20px;
	color:#686868;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
}

.search_btn{
	background-color: #57247b;
    border-radius: 40px;
    border: none;
    height: 40px;
    color: #fff;
    width: 100%;
}
/*.search_btn i{
	color: white;
}*/
.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important; 
    outline: none !important; 
    outline-offset: none !important;
	box-shadow:none !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: none !important;
}
.owl-wrapper-outer{
	background:none !important;
	box-shadow:none !important;
	border:none !important;
	border-radius:0px !important;
}
.owl-carousel, .owl-controls{
	background:none !important;
	margin:0 !important;
}
.paddleft{
	padding-left:0px;
}
.padd0{
	padding:0px;
}
.paddright{
	padding-right:0;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}

/**
	Account verification Note
*/
.email_verifiy_note{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	border-width: 2px;
	border-radius: 6px;
	border-style: solid;
	border-color: tomato;
	color: black;
}

.link_type{
	background: none!important;
	border: none;
	padding: 0!important;
	/*optional*/
	font-family: arial, sans-serif;
	/*input has OS specific font-family*/
	color: #069;
	text-decoration: underline;
	cursor: pointer;
}

/*--------------------
[ top / top ]
---------------------*/
.top{
	padding: 20px 5px !important;
}
.top .icon{
	margin:0;
}
.top .icon li{
	line-height:14px;
}
.top .icon li{
	padding:0 29px 0 0;
	text-transform: capitalize;
}
.top .icon li a img{
	border-radius: 50%;
	width: 40px;
    height: 40px;
    object-fit: cover;
}
.top .icon li a{
	color:#333E44;
	font-size:14px;
	font-weight:600;
}
.top .icon li:hover a{
	color:#57247b;
}
.top .icon li a i{
	margin-right:10px;
	color:#57247b;
}
.top .icon li:last-child {
	padding:0 0px 0 0;
}
#language .btn{
   background: transparent;
   padding:0px 0px 1px 0px;
   border:none;
}
#language .text{
	color: #333E44;
	float:left;
	margin-right:11px;
	font-size:14px;
	font-weight:600;
}
#language .text .la-language{
	margin-right:10px;
	color:#57247b;
}
#language .la-caret-down{
	float:right;
	color:#333E44;
	padding-top:1px;
}
#language .dropdown-menu li a img{
	margin-right:10px;
}
#language .dropdown-menu{
	list-style:none;
}
#language .dropdown-menu li a{
	padding:6px 12px;
}
#language .dropdown-menu li a{
	color:#000;
}
.topnav{
	float:right;
}
.topnav ul{
	margin:0;
}
.topnav ul li:first-child{
	padding: 0 0 0 0px;
}
.topnav ul li{
	padding: 0 0 0 29px;
	line-height:16px;
}
.topnav ul li a {
	 /*display: none; */
	color: #333E44;
	text-decoration: none;
	font-size: 14px;
	text-align:center;
}
.topnav ul li a.icons {
    float: right;
    display: block;
}
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icons {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive ul li a {
    display: block;
	text-align:left;
}
.topnav.responsive ul li .dropdown-menu li{
	padding:0;
}
.topnav.responsive ul li .dropdown-menu li a {
    padding: 8px 20px;
    color: #333E44;
}

.neft-form{
	display: block;
}
.neft-form a{
	float: right;
	cursor: pointer;
	font-size: 14px;
}

.hWorks{
	font-weight: 600;
  	font-size: 18px;
}
.hWorks i{
	float: right;
	font-size: 22px;
	cursor: pointer;
	color: red;
}

.ifsc{
	font-weight: 600;
  font-size: 16px;
}
.ifsc i{
	float: right;
	font-size: 22px;
	cursor: pointer;
	color: red;
}

.ifsc-a{
	display: flex;
}
.ifsc-a button{
	width: 100%;
	background: #57247b;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 5px;
	padding: 8px;
	font-size: 15px;
}
.ifsc-a button:last-of-type{
	margin-left: 10px;
	color: #57247b;
	background: none;
	border: 1px solid;
}

/* .neft-form-a{
	padding: 0 0 0 20px;
} */
.neft-form-a h2{
	margin: 0 -15px 15px -15px;
	font-size: 18px;
	font-weight: 600;
	background: #F5F5F5;
	color: #303E47;
	padding: 15px;
}

/*--------------------
[ header / header ]
---------------------*/
header{
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding:14px 0;
}
/*header #logo {
	margin:4px 0;
}
*/header .category .form-group{
	margin:0;
}
header .category .bootstrap-select{
	height:39px;
	box-shadow:none;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100% !important;
}
header .category .bootstrap-select .btn-default{
	border:2px solid #57247b;
	border-radius:40px;
	height:39px;
	padding-right: 26px;
	color:#B2B2B2;
	font-size: 13px;
}
header .category .open > .dropdown-toggle.btn-default:hover, header .category .btn-default:hover {
    color: #B2B2B2;
    background-color: #fff;
    border-color: #57247b;
	box-shadow:none;
}
header .category .dropdown-menu{
	/*background:#F5F5F5;*/
	box-shadow:none;
	border: 1px solid #F2F2F2 !important;
	margin-top:14px;
	padding:0;
	overflow:initial !important;
}
header .category .dropdown-menu:after {
    border-bottom: 10px solid #F5F5F5;
    border-top:  4px transparent dashed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top:-14px;
	right:15px;
    text-align: center;
    display: block;
    content: "";
}
header .category .dropdown-menu li{
	border-bottom:1px solid #E5E5E5;
}
header .category .dropdown-menu li a{
	padding:8px 20px;
	color:#686868;
}
header .btn-primary{
	border: 0;
	background: #57247b;
	border-radius: 40px;
	color: #fff;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	width: 100%;
}

.btn-launchBolt{
	border: 0;
	background: #57247b;
	border-radius: 40px;
	color: #fff;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	width: 100%;
}
header .btn-primary:hover, header .btn-primary:active:hover, header .btn-primary:focus, header .btn-primary.focus{
	background:#57247b;
	outline: -webkit-focus-ring-color auto 0px;
}
header .btn-primary i{
	margin-right:8px;
}
.search {
    position: relative;
}
.search .form-group{
	margin:0;
}
.search .form-control {
    border: 2px solid #57247b;
	border-radius:40px;
	height:39px;
	font-size:13px !important;
}
.search .btn {
    position: absolute;
    background:#57247b;
    top: 0;
    right: 0px;
	border-radius:0 40px 40px 0;
	padding: 9px 12px 5px;
}
.search .btn i {
    color: #fff;
    font-size: 18px;
	font-weight:500;
} 
/*--------------------------------- 
[ Slideshow / .slideshow ]
----------------------------------- */
.slideshow{
	border-bottom:1px solid #E5E5E5;
}
.slideshow img{
	width:100%;
}
/*--------------------------------- 
[ browse / .browse ]
----------------------------------- */
.browse h2{
	font-size:24px;
	font-weight:600;
	color:#313E46;
	margin:78px 0 0;
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:29px;
}
.browse hr{
	margin:-4px auto 50px;
	width:200px;
	border-bottom:4px solid #57247b;
}
.browse ul{
	margin:0;
	display: flex;
}
.browse ul li{
	width: 100% !important;
	height: 150px;
	border: 1px solid #E5E5E5;
	margin: 0 5px 5px 0;
	border-radius: 10px;
	box-shadow: 0 1px 2px 0 #E5E5E5;
	text-align: center;
}
.browse ul li a{
	display: flex;
    flex-direction: column;
    height: 100%;
    place-content: center;
    align-items: center;
    width: 100% !important;
}
/*.browse ul li:nth-child(6), .browse ul li:last-child{
	margin:0 0 6px 0;
}*/
.browse ul li:hover{
	border-color:#57247b;
	border-bottom:2px solid #57247b;
}
.browse ul li img{
	margin:0 auto;
}
.browse ul li p{
	font-size: 15px;
	font-weight: 600;
	/*color: #313F48;*/
	color: #686868;
	margin: 0;
	margin-top: 10px;
}


.hot-listing h2{
	font-size:24px;
	font-weight:600;
	color:#313E46;
	margin:78px 0 0;
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:29px;
}
.hot-listing hr{
	margin:-4px auto 50px;
	width:200px;
	border-bottom:4px solid #57247b;
}
.hot-listing-a section{
	border: 1px solid #E5E5E5;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #E5E5E5;
    margin-bottom: 10px;
}
.hot-listing-a section h4{
	font-weight: 600;
    color: #313E46;
    margin: 0;
    padding: 10px;
    font-size: 16px;
}
.hot-listing-a section ul{
	margin: 0;
    padding: 10px;
    display: flex;
}
.hot-listing-a section ul li{
	display: inline-block;
	width: 100%;
	color: #313E46;
	font-size: 15px;
	font-weight: 600;
	min-height: fit-content;
}
.hot-listing-a section ul span{
	display: block;
    color: #999;
    margin-top: 5px;
}
.hot-listing-a section ul button{
	color: #57247b;
    border: 1px solid;
    background: #fff;
    border-radius: 5px;
    outline: none;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}
.hot-listing-a ul li:last-of-type{
	height: 100%;
    display: flex;
    place-content: flex-end;
    margin-top: 5px;
}
.hot-listing-a aside{
	background: #F5F5F5;
    height: 150px;
    width: 100%;
    display: flex;
    place-content: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.hot-listing-a aside img{
	height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.hot-listing-a button{
	color: #57247b;
    display: block;
    margin: 15px auto 0 auto;
    border: 2px solid #57247b; 
    width: 200px;
    font-size: 16px;
    background: #fff;
    padding: 10px;
    border-radius: 25px;
    outline: none;
}
.hot-listing-a button:hover{
	color: #fff;
	background-color: #57247b;
}

.lPolicy h1{
	margin: 0;
    font-size: 16px;
    color: #313E47;
    font-weight: 600;
    padding: 16px 18px;
    border-top: 1px solid #ddd;
}
.lPolicy ul{
	margin: 0;
    padding: 0 16px 0 16px;
    list-style-position: inside;
}
.lPolicy ul li{
	font-size: 14px;
    font-weight: 400;
    color: #686868;
    line-height: 24px;
    padding: 0 15px 15px 0;
}

.lPolicy ol{
	margin: 0;
    padding: 0 16px 0 16px;
    list-style-position: inside;
}
.lPolicy ol li{
	font-size: 14px;
    font-weight: 400;
    color: #686868;
    line-height: 24px;
    padding: 0 15px 15px 0;
}

.otpForm{
	text-align: center;
    padding: 0px 10px 10px 10px;
    margin-top: -10px;
}
.otpForm button{
	background: #57247b;
    color: #fff;
    border: none;
    outline: none;
    width: 100px;
    padding: 8px;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 15px;
}
.otpForm p button{
	color: #337ab7;
	background-color: transparent;
    margin-left: 5px;
    cursor: pointer;
}

.banner{
	margin: 0px 0 30px;
}

.bottom_navigation{
	display: none;
}
/*--------------------------------- 
[ footer / footer ]
----------------------------------- */
footer{
	border-top:1px solid #E5E5E5;
	padding:20px 0 0;
}
footer .matter{
	width: 41%;
}
footer .info{
	/*width: 24%;
	margin-right:18px;*/
}
footer h5{
	font-size:18px;
	font-weight:700;
	color:#303E47;
	margin: 0px 0 15px;
}
footer img{
	margin:0 0 25px;
}
footer p{
	font-size:14px;
	font-weight:400;
	color: #686868;
	margin: 0 0 10px 0;
	/*width: 90%;*/
    /*word-break: break-all;*/
	line-height:24px;
}
footer ul{
	margin:0 !important;
}
footer .links li:first-child, footer .links li:nth-child(3), footer .links li:nth-child(5), footer .links li:nth-child(7), footer .links li:nth-child(9){
	width:38%;
}
footer .links li:nth-child(2), footer .links li:nth-child(4), footer .links li:nth-child(6), footer .links li:nth-child(8), footer .links li:last-child{
	width:60%;
}
footer .links li{
	padding:0 0 5px;
	line-height:12px;
}
footer .links li:last-child{
	padding:0;
}
footer .links li a{
	font-size:14px;
	font-weight:400;
	color:#686868;
	line-height:24px;
}
footer .social li {
    padding: 12px 14px;
    line-height: 14px;
    margin-right: 10px;
	border:1px solid #343D46;
	border-radius:50%;
	width:48px;
	height:48px;
	text-align:center;
	vertical-align: middle;
	margin-bottom: 10px;
}
footer .social li:last-child {
    margin-right: 0px;
}
footer .social li:hover {
    background: #57247b;
	border:1px solid #57247b; 
	color: #fff;
}
footer .social li a {
    color: #343D46;
    font-size: 20px;
    vertical-align: middle;
}
footer .social li:hover a{
	color: #fff;
}
footer .powered{
	margin: 30px 0 20px;
}
footer .powered p{
	font-size:14px;
	font-weight:400;
	color:#57247b;
	margin:0;
	width:100%;
	margin-bottom: 15px !important;
}
footer .powered p span{
	color:#353D40;
}

.map-field{
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}
.map-field img{
	object-fit: cover;
    height: 150px;
    border-radius: 10px;
}
.map-field h2{
	margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.map-field h2 span{
	display: block;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    margin-top: 10px;
}

.map-field-a{
	display: flex;
    border: 1px solid #ddd;
    border-radius: 25px;
    background: #fff;
    margin-bottom: 15px;
    padding: 2px;
}
.map-field-a label{
	width: 100%;
	margin: 0;
}
.map-field-a label span{
	display: block;
    padding: 8px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
.map-field-a label input[type="radio"]{
	display: none;
}
.map-field-a label input[type="radio"]:checked + span {
  	background: #57247b;
  	color: #fff;
}


#bid_form{
	margin-top: 30px;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
#bid_form section{
	display: flex;
	place-content: center;
}
#bid_form section b{
	color: #000;
    display: flex;
    width: 25px;
    font-size: 22px;
    align-items: center;
}
#bid_form section span{
	padding: 0 5px 0 5px;
    font-size: 13px;
    text-align: center;
    width: 150px;
}
#bid_form input{
	width: 120px;
    border: none;
    border-bottom: 1px solid #ccc;
    /*border-radius: 0;*/
    box-shadow: none;
    font-weight: 600;
    text-align: center;
    color: #000;
}
#bid_form ul{
	padding: 0;
    margin: 30px 0 0 0;
}
#bid_form ul li{
	list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}
#bid_form ul li b{
	color: #000;
    font-size: 16px;
    margin-left: 15px;
}
#bid_form ul li b span{
	font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    display: block;
}
#bid_form ul a{
	color: #57247b;
    display: block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: underline;
}
.bid_form{
	margin-top: 15px;
}
/*.bid_form button{
	font-size: 15px;
    width: 100px;
    height: 40px;
    border: none;
    outline: none;
}
.bid_form button:last-of-type{
	float: right;
    background: #57247b;
    color: #fff;
}
.bid_form button:first-of-type{
	color: #57247b;
    border: 1px solid;
    background: #fff;
}
*/
.checked_button{
	background-color: #57247b;
    color: #fff;
    border-radius: 25px;
    border: none;
    padding: 5px;
    width: 100%;
    font-size: 16px;
}


.netbanking label{
	border: 1px solid #E5E5E5;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
}

.upi-form{
	background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
}
.upi-form h3{
	margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.upi-form span{
	display: block;
    margin: 10px 0 15px 0;
}
.upi-form section{
	display: flex;
    height: 100px;
    align-items: center;
    flex-direction: column;
    place-content: center;
}
.upi-form section button{
	color: #57247b;
    background: #fff;
    width: 100%;
    border: 1px solid;
    border-radius: 25px;
    padding: 8px;
    font-weight: 600;
    outline: none;
}

.upi-form-a{
	text-align: center;
    margin-top: 25px;
    background: #ddd;
    height: 1px;
}
.upi-form-a b{
	position: relative;
    bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    font-weight: 600;
}

.upi-form-b{
	padding: 0 0 0 15px;
    margin: 30px 0 0 0;
}
.upi-form-b li{
    margin-top: 15px;
}
.upi-form-b li b{
	color: #000;
    font-weight: 600;
    margin: 0 5px 0 5px;
}

.upi-input{
	width: 130px;
    margin: 10px 0 0 5px;
}

/*--------------------------------- 
[ header2 / .header2 ]
----------------------------------- */
.header2 .top .icon li a i, .header2 #language .text .la-language, .header2 .top .icon li:hover a  {
    color: #1DA1F3;
}
.header2 header .category .bootstrap-select .btn-default, .header2 .search .form-control {
    border: 2px solid #1DA1F3;
}
.header2 .search .btn{
    background: #1DA1F3;
}
.header2 .browse ul li:hover 
{
	border-color:#1DA1F3;
	border-bottom:6px solid #1DA1F3;
}
.header2 .search .btn i, .header2 footer .social li:hover a {
    color: #fff;
}
.header2 header .category .open > .dropdown-toggle.btn-default:hover, .header2 header .category .btn-default:hover {
    border-color: #1DA1F3;
}
.header2 .browse hr {
    border-bottom: 4px solid #1DA1F3;
}
.header2 footer .social li:hover {
    background: #1DA1F3;
    border: 2px solid #1DA1F3;
}
/*--------------------------------- 
[ header3 / .header3 ]
----------------------------------- */
.header3 .top .icon li a i, .header3 #language .text .la-language, .header3 .top .icon li:hover a  {
    color: #FB8A2E;
}
.header3 header .category .bootstrap-select .btn-default, .header3 .search .form-control {
    border: 2px solid #FB8A2E;
}
.header3 .search .btn{
    background: #FB8A2E;
}
.header3 .browse ul li:hover {
	border-color:#FB8A2E;
	border-bottom:6px solid #FB8A2E;
}
.header3 .search .btn i, .header3 footer .social li:hover a {
    color: #fff;
}
.header3 header .category .open > .dropdown-toggle.btn-default:hover, .header3 header .category .btn-default:hover {
    border-color: #FB8A2E;
}
.header3 .browse hr {
    border-bottom: 4px solid #FB8A2E;
}
.header3 footer .social li:hover {
    background: #FB8A2E;
    border: 2px solid #FB8A2E;
}
/*--------------------------------- 
[ bread-crumb / .bread-crumb ]
----------------------------------- */
.topimage img{
	position:absolute;
	z-index:-1;
}
.bread-crumb{
	z-index:2;
}
.bread-crumb .matter{
	padding:16px 0;
	min-height:54px;
	border-bottom:1px solid #E5E5E5;
}
.bread-crumb .matter h2{
	color:#333D47;
	font-size:20px;
	font-weight:600;
	margin:0;
}
.bread-crumb .matter ul{
	margin:0;
}
.bread-crumb .matter li{
	padding:0px;
}
.bread-crumb .matter li:after {
	content: '/';
	padding: 0 2px 0 5px;
	color:#000;
}
.bread-crumb .matter li:last-child:after {
	content: '';
}
.bread-crumb .matter  li a{
	color:#686868;
	font-size:14px;
}
/*------------------- 
[ sort / .sort ]
---------------------*/
.sort{
	margin-top:50px;
	margin-bottom:50px;
}
.sort .search .btn {
    right: 0;
}
.sort .btn-group .btn-default {
    border:1px solid #334049;
	padding:10px;
	width: 40px;
	height: 40px;
}
.sort .pull-right .btn-default:hover, .sort .pull-right .btn-default:active:focus, .sort .pull-right .btn-default:focus, .sort .pull-right .btn-default:active, .sort .pull-right .btn-default.active, .sort .pull-right .open > .dropdown-toggle.btn-default  {
    border:1px solid #ffff !important;
	background:#57247b !important;
	color: white;
}
.sort .btn + .btn {
	margin-left:15px;
}
.sort .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .sort .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.sort .form-group{
	margin:0;
}
.sort .input-group-addon{
	background:transparent;
	border:0;
	padding:0px 15px 0 0;
	font-size:16px !important;
	color:#2F4048;
	font-weight:400;
}
.sort .bootstrap-select{
	height:39px;
	box-shadow:none !important;
}
.sort .bootstrap-select .btn-default{
	border-radius:40px;
	height:39px;
	box-shadow:none !important;
	border: 1px solid #aba9a9;
    padding: 8px 28px 8px 16px;
    color: #232323 !important;
    width: 100%;
}
.sort .price{
	display:inline-flex;
}
.sort .price .form-control{
	width:48%;
	border-radius:40px;
	height:39px;
	border:1px solid #aba9a9;
	color: #232323 !important;
}
.sort .price i{
	color:#999CA1;
	padding: 13px 8px;
}
.maincategory{
	margin:0 0 80px;
}
.maincategory1{
	margin:0 0 80px;
}
#column-left .list-group{
	/*background:#F5F5F5;
	border-radius:4px;
	min-height:620px;*/
}
#column-left .list-group h2{
	font-size:20px;
	font-weight:600;
	color:#323F48;
	margin:0;
	/*padding:25px 24px 12px;
	line-height: 14px;*/
}
#column-left .list-group .ads{
	font-size: 16px;
    color: #57247b;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}
#column-left .list-group ul{
	margin: 10px 0 0 20px;
}
/*#column-left .list-group li:first-child{
	background: #E5E5E5;
    border-radius: 10px;
    font-weight: bold;
}*/
.subcat_li{
	  padding: 8px 15px 8px 15px !important;
	  margin: 5px 0 5px 0 !important;
	  cursor: pointer !important;
}
.subcat_li:hover{
	background: #E5E5E5;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}
#column-left .list-group li:first-child .btn-default{
	font-size: 15px;
    font-weight: 600;
    /*border-radius: 25px;*/
    outline: none;
}
#column-left .list-group .dropdown-menu li:first-child{
	padding:0;
	border:0;
}
#column-left .list-group .bootstrap-select > .dropdown-toggle {
    padding-right: 30px;
}
#column-left .list-group .list-group-item {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #E5E5E5 !important;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #303D46;
    /*text-transform: uppercase;*/
    border-radius: 0;
}
#column-left .list-group .list-group-item:hover{
	padding-left: 10px;
	border-radius: 10px;
	transition: 0.5s;
}
/*#column-left .list-group .list-group-item:hover {
    background-color: #ccc;
}
*/#column-left .list-group li:last-child .list-group-item {
    border-bottom: 0px solid #E5E5E5 !important;
}
#column-left .list-group .list-group-item img{
    margin-right:12px;
    width: 24px;
    height: 24px;
}

/*.item-condition-tag {
  position: relative;
  display: inline-block;
  padding: 20px 26px;
  background: #FF7700;
  text-align: center;
  color: #fff;
  text-decoration: none;
}*/
.item-condition-tag {
  /*width: 200px; height: 300px;*/
  position: relative;
/*  border: 1px solid #BBB;
  background: #EEE;*/
}

/**ribbon green*/
.ribbon {
  position: absolute;
  /*left: -5px; 
  top: -5px;
*/  left: -18px; 
  top: -18px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}


/**ribbon blue*/

.ribbon_blue {
	position: absolute;
	/*left: -5px; 
	top: -5px;*/
	left: -18px; 
  	top: -18px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
  }
  .ribbon_blue span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #0073b1;
	background: linear-gradient(#0073b1 0%, #0073b1 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
  }
  .ribbon_blue span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #0073b1;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #0073b1;
  }
  .ribbon_blue span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #0073b1;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #0073b1;
  }

  /**ribbon yellow*/

.ribbon_yellow {
	position: absolute;
	/*left: -5px; 
	top: -5px;*/
	left: -18px; 
  	top: -18px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
  }
  .ribbon_yellow span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #FBD700;
	background: linear-gradient(#FBD700 0%, #FBD700 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
  }
  .ribbon_yellow span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #FBD700;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #FBD700;
  }
  .ribbon_yellow span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #FBD700;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #FBD700;
  }

   /**ribbon orange*/

.ribbon_orange {
	position: absolute;
	/*left: -5px; 
	top: -5px;
*/	left: -18px; 
  	top: -18px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
  }
  .ribbon_orange span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #b15000;
	background: linear-gradient(#b15000 0%, #b15000 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
  }
  .ribbon_orange span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #b15000;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #b15000;
  }
  .ribbon_orange span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #b15000;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #b15000;
  }

   /**ribbon red*/

.ribbon_red {
	position: absolute;
	/*left: -5px; 
	top: -5px;*/
	left: -18px; 
  	top: -18px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
  }
  .ribbon_red span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #b11b00;
	background: linear-gradient(#b11b00 0%, #b11b00 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
  }
  .ribbon_red span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #b11b00;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #b11b00;
  }
  .ribbon_red span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #b11b00;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #b11b00;
  }

  /**ribbon gray*/

.ribbon_gray {
	position: absolute;
	/*left: -5px; 
	top: -5px;*/
	left: -18px; 
  	top: -18px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
  }
  .ribbon_gray span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #232323;
	background: linear-gradient(#232323 0%, #232323 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
  }
  .ribbon_gray span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #232323;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #232323;
  }
  .ribbon_gray span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #232323;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #232323;
  }


.topbar{
	/*border:1px solid #E5E5E5;
	border-radius:4px;
*/}
.topbar .topsearch{
	/*background:#F6F4F5;
	margin:14px;
	min-height:53px;	*/
	border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    min-height: 80px;
    border-radius: 8px;
    padding: 12px;
}
.topbar .topsearch .search{
	margin:10px 0;
}

.topbar .topsearch .citysearch .form-control{
	margin: 10px 0 10px 10px;
	border: 2px solid #57247b;
	border-radius:40px 0 0 40px;
	height:33px;
	font-size:13px !important;
}

.topbar .topsearch .conditionsearch .form-control{
	margin: 10px 0;
	border: 2px solid #57247b;
	border-radius: 0 0 0 0;
	height:33px;
	font-size:13px !important;
}

.topbar .topsearch .city_cond_search_btn .btn{
	margin: 10px 0;
	border: 2px solid #57247b;
	background:#57247b;
	height:33px;
	border-radius:0 40px 40px 0;
}

.topbar .topsearch .city_cond_search_btn .btn i {
    color: #fff;
    font-size: 18px;
	font-weight:500;
} 

.topbar .topsearch .search .btn {
    left: 0;
}
.topbar .topsearch .search .form-control {
    height:33px;
}
.topbar .topsearch p{
	font-size:14px;
	font-weight:600;
	color:#313E47;
	margin:10px 0;
}
.topbar .topsearch p i{
	font-size:24px;
	font-weight:500;
}
.topbar .topsearch img{
	float:left;
	margin-right:18px;
}
.topbar .topsearch h2{
	font-size:18px;
	margin:6px 0 0;
	color:#313E47;
}
.topbar .topsearch a{
	font-size:14px;
	font-weight:600;
	color:#6754C8;
}
.topbar .icon{
	padding:30px 0 50px;
}
.topbar .icon i{
	font-size:60px;
	font-weight:500;
	color:#313E46;
}
.topbar .mar{
	/*margin:0 10px;*/
}
.topbar .cols{
	/*padding:0 10px;*/
}
.topbar .mar-t{
	margin-top:8px;
}

.price-box{
	margin: 0 0 15px 0;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 0;
}
.price-box h2{
	margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #313E47;
}
.price-box li{
	list-style: none;
    font-weight: 600;
    color: #313E47;
    padding: 10px;
}
.price-box li b{
	float: right;
    font-size: 18px;
    font-weight: 600;
}
.price-box li:last-of-type{
	border-top: 1px solid #ddd;
    /*margin-top: 15px;*/
}

.about-page{
	padding: 0 0 0 15px;
    margin: 0;
}
.about-page li{
	font-size: 14px;
    font-weight: 400;
    color: #828282;
    margin-bottom: 15px;
}
/*
.about-page-a{
	width: 100%;
	height: 250px;
}
.about-page-a img{
	width: 100%;
	height: 100%;
}*/

.item_condition{
	display: flex;
}
.item_condition i{
	font-size: 20px;
    cursor: pointer;
    margin: 10px 0 0 5px;
}

.item_condition-a h4{
	font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.item_condition-a p{
	font-size: 12px;
    margin: 0;
}
.item_condition-a{
	border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.item_condition-a:last-of-type{
	border: none;
	padding: 0;
	margin: 0;
}

.thumbnail-images{
	display: flex;
	margin: 0;
	padding: 0;
}
.thumbnail-images li{
	width: 100%;
    height: 100px;
    border-radius: 4px;
    padding: 2px;
    position: relative;
    bottom: 115px;
    margin-bottom: -115px;
    list-style: none;
    margin-right: 5px;
}
.thumbnail-images li:last-of-type{
	margin-right: 0;
}
.thumbnail-images li img{
	width: 100%;
    height: 100%;
    border-radius: 4px;
}


.fix-text{
	line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.product-thumb {
	/*margin-bottom:20px;
	position:relative;*/
	position: relative;
    height: 100%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
}
.product-thumb img{
	border-radius:8px 8px 0 0;
	width: 100%;
	cursor: pointer;
}
.product-thumb .caption{
	/*border:1px solid #E5E5E5;
	border-top:0;
	padding: 15px 15px 15px;
	border-radius: 0 0px 8px 8px;*/
}
.product-thumb .caption h2{
	margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-thumb .caption h4{
	/*font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 22px;
    min-height: 50px;
    cursor: pointer;
    color: #000;*/
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #57247b;
    font-weight: 600;
    cursor: pointer;
}
.product-thumb .caption h4 a{
	color:#2E3F47;
}
.product-thumb .caption .des{
	font-size:14px;
	margin:0 0 5px;
	color:#686868;
}
.product-thumb .caption ul{
	margin:0;
	display: inline-flex;
    width: 100%;
}
.product-thumb .caption ul li{
	font-size: 13px;
    /*margin-bottom: 5px;*/
    color: #686868;
}
.product-thumb .caption ul li:nth-child(2){
	margin-left: 10px;
}
.product-thumb .caption ul li i{
	margin-right:5px;
	font-size: 14px;
	vertical-align: middle;
}
.product-thumb .caption p i{
	margin-right:6px;
	font-size: 14px;
	vertical-align: middle;
}
.product-thumb .caption hr{
	margin:10px 0;
}
.product-thumb .button-group{
	/*position: relative;
    right: 15px;
    bottom: 25px;
    text-align: right;
    margin-bottom: -25px;*/
    position: absolute;
    right: 15px;
} 
.product-thumb .button-group button:first-child{
	/*font-size:14px;*/
	/*font-weight:400;
	border-radius:40px;
	padding:11px 18px;*/
}
.product-thumb .button-group button{
	font-size:16px;
	font-weight:500;
	color:#313E47;
	padding:9px 10px; 
	background: #FFFFFF;
	border:1px solid #313E47;
	line-height: 12px;
	border-radius:50%;
	text-align:center;
	outline: none;
}
.product-thumb .button-group #fav_item{
	font-size:18px;
	font-weight:500;
	padding:9px 10px; 
	background:#57247b;
	border:1px solid #57247b;
	color: #fff;
	line-height: 12px;
	border-radius:50%;
	text-align:center;
}

.fav{
	display: flex;
    place-content: center;
    height: 30vh;
    align-items: center;
}
.fav #fav_item{
	font-size: 18px;
    color: #57247b;
    line-height: 12px;
    border-radius: 50%;
    text-align: center;
    border: none;
    height: 40px;
    width: 40px;
}

.clear-and-toggle{
	display: flex;
    place-content: flex-end;
    align-items: center;
}
.clear-and-toggle button{
	border: 1px solid #57247b;
    background: #fff;
    border-radius: 25px;
    width: 70px;
    height: 33px;
    font-size: 13px;
    color: #57247b;
    margin: 0 3px 0 3px;
}
.clear-and-toggle button i{
	font-size: 14px;
    margin-right: 3px;
}
.clear-and-toggle button:focus{
	background-color: #57247b;
	color: #fff;
}

.product-thumb .button-group button + button{
	margin-left:10px;
}
.product-thumb .button-group button:hover{
	background:#57247b;
	border:1px solid #57247b;
	color: #fff;
}
.product-list .product-thumb .image {
    float: left;
}
.product-list .product-thumb .image img{
	/*border-radius: 8px 0px 0 8px;
	width: 265px;*/
}
.product-list .product-thumb .caption {
    /*border-top: 1px solid #e5e5e5;
    margin-left: 263px;
	min-height:194px;
	padding: 10px 20px 10px;
	border-radius: 0 8px 8px 0px;
	border-left:0;*/
	margin-left: 263px;
    padding: 0px 20px 0px;
    min-height: 220px;
}
.product-list .product-thumb .caption ul {
    display:inline-flex;
}
.product-list .product-thumb .caption ul li{
    padding:0 15px 0 0;
}
.product-list .product-thumb .button-group {
    position: absolute;
    margin: 20px auto 0 auto;
    left: auto;
    right: 27px;
    top: 0;
}


/*--------------------------------- 
[ contactus / .contactus ]
----------------------------------- */
.contactus{
	margin:50px 0 80px;
}
.contactus iframe{
	width:100%;
	height:400px;
	border:0;
	margin-bottom:50px;
}
.contactus form{
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	border-radius:8px;
	padding: 10px 10px;
}
.contactus form h5{
	font-size:24px;
	font-weight:600;
	color:#313E46;
	margin:0;
	border-bottom:1px solid #E5E5E5;
	padding: 0 0 10px;
}
.contactus form hr{
	/* margin:-2px 0 50px; */
	border-top:4px solid #57247b;
	width:200px;
}
.contactus .form-group{
	margin:0 -15px 20px;
}
.contactus .form-control{
	height:39px;
	padding:5px 15px;
	font-size:13px !important; 
	font-weight:400;
	border-radius:40px;
	/*color:#B2B2B2;*/
}
.contactus textarea.form-control{
	height:120px !important;
	padding:10px 15px;
	border-radius:20px;
}
.contactus .btn-primary{
	width:114px;
	height:44px;
	background:#57247b;
	border:1px solid #57247b;
	border-radius:40px;
	margin:10px 0 0;
	font-weight:16px;
	font-weight:600;
}
.contactus .address{
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	border-radius:8px;
}
.contactus .mar-b{
	margin-bottom:30px;
}
.contactus .address h3{
	font-size:18px;
	font-weight:600;
	color:#343E47;
	border-bottom:1px solid #E5E5E5;
	margin:0;
	padding:23px 19px;
}
.contactus .address p{
	font-size:14px;
	color:#686868;
	margin:0;
	padding:19px;
}
.contactus .address ul{
	margin:19px;
}
.contactus .address ul li{
	padding:0 0 18px;
	width:100%;
	display:inline-flex;
}
.contactus .address  ul li:last-child{
	padding:0 0 0px;
}
.contactus .address ul li  span{
	font-weight:600;
	color:#313E47;
	width:26%;
}
.contactus .address ul li p{
	font-size:14px;
	font-weight:400;
	color:#676767;
	margin:0;
	padding:0;
	width:74%;
}
/*.contactus .address  ul li p a{ 
	color:#676767;
}*/
/*------------
[ faq / .faq ]
-------------- */
.commontop{
	 margin:50px 0 50px 0; 
}
.faq{
	border:1px solid #E5E5E5;
	border-radius:4px;	
	background:#fff;
}
.faq h5{
	font-size:24px;
	font-weight:600;
	color:#303E47;
	margin:0;
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	padding:29px 0;
}
.faq hr {
    margin:-2px auto 70px;
    border-top: 4px solid #57247b;
	width:200px;
}
.faq .panel-group {
    margin:0px 19px 29px;
}
.faq .panel {
    border: 1px solid #ddd;
    box-shadow:none !important;
	border-radius:4px;
}
.faq .panel-default > .panel-heading {
    background-color: #F5F5F5;
}
.faq .panel-title  a{
	text-decoration:none;
}
.faq .panel-title {
    margin: 0;
    font-size: 18px;
    color: #313E47;
	font-weight:600;
}
.faq .panel-title .fa{
	float:right;
}
.faq .panel-group .panel + .panel {
    margin-top: 20px;
}
.faq  .panel-body{
	background:#f5f5f5;
}
.faq  .panel-body p{
	font-size:14px;
	font-weight:400;
	color:#686868;
	line-height:24px;
}
/*------------
[ terms / .terms ]
-------------- */
.terms{
	border:1px solid #E5E5E5;
	border-radius:4px;	
	background:#fff;
}
.terms h5{
	font-size:24px;
	font-weight:600;
	color:#303E47;
	margin:0;
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	padding:29px 0;
}
.terms hr {
    margin:-2px auto 70px;
    border-top: 4px solid #57247b;
	width:200px;
}
.terms .mainbox {
    margin:0px 19px 29px;
}
.terms .box {
    border: 1px solid #E5E5E5;
    border-radius:8px;
	background-color: #F5F5F5;
}
.terms .box h4 {
    margin: 0;
    font-size: 18px;
    color: #313E47;
	font-weight:600;
	padding:16px 18px;
}
.terms .box + .box {
    margin-top: 20px;
}
.terms  .box p{
	border-top:1px solid #E5E5E5;
	font-size:14px;
	font-weight:400;
	color:#686868;
	line-height:24px;
	padding:20px 20px;
}

.termsUse{
	padding: 0 20px 20px 20px;
    margin: 0;
    font-size:14px;
	font-weight:400;
	color:#686868;
	line-height:24px;
}
.termsUse aside{
	margin-bottom: 20px;
}
.termsUse li{
	color: #999;
    padding: 0 0 10px 20px;
    list-style-position: inside;
}
.termsUse h3{
	font-size: 16px;
    color: #313E47;
    font-weight: 600;
    margin: 15px 0 15px 0;
}
.termsUse b{
	color: #313E47;
}

.terms-con{
	margin: 0 -15px 0 -15px;
	display: table;
	text-decoration: underline;
	cursor: pointer;
	color: #337ab7;
}

.ads_buttonAc button{
	background: #FFFFFF;
    border-radius: 40px;
    text-align: center;
    outline: none;
    border: none;
    padding: 5px 10px 5px 10px;
    color: #57247b;
    width: 90px;
    box-shadow: 0 1px 2px 0;
}
/* .ads_buttonAc button:last-of-type{
	float: right;
} */
/*.ads_buttonAc{
	position: relative;
    bottom: 30px;
    margin-bottom: -30px;
}*/
/*.ads_buttonAc button:first-child{
	font-size: 14px;
    font-weight: 400;
    border-radius: 40px;
    padding: 11px 18px;
}*/

.action-button{
	text-align: center;
    display: flex;
}
.action-button button{
    border: 2px solid;
    padding: 8px 15px 8px 15px;
    outline: none;
    color: #57247b;
    background: #fff;
    font-weight: 600;
    border-radius: 25px;
    border-color: #57247b;
    margin: 0 2px 0 2px;
    width: 100%;
}
.action-button .edt_sbt{
    background: #57247b;
    color: #fff;
}

.user-profile{
	border-radius: 0;
    left: 40px;
    margin-top: 15px;
    padding: 0;
}
.user-profile a{
	display: block;
    color: initial;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.user-profile a i{
	margin-right: 10px;
    color: #57247b;
}
.user-profile a:last-of-type{
	border: none;
}
.user-profile:before, .user-profile:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
}
.user-profile:before {
  left: 19px;
  border: 11px solid transparent;
  border-bottom-color: #ccc;
}
.user-profile:after {
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.details-button button{
	background: #57247b;
    border-radius: 40px;
    outline: none;
    border: none;
    padding: 10px;
    width: 100px;
    font-size: 16px;
    display: table;
    margin: 0 auto;
}

/* payment page css */

.payment ul{
	padding: 0;
	margin-bottom: 0;
	background: #F5F5F5;
	height: 100%;
	position: relative;
}
.payment ul li{
	list-style: none;
	font-size: 15px;
	font-weight: 600;
	padding: 15px 10px 15px 10px;
	cursor: pointer;
	border-bottom: 1px solid #E5E5E5;
}
.payment ul li:last-of-type{
	border: none;
}
.payment ul li i{
	font-size: 20px;
	vertical-align: middle;
}

.row-eq{
    display: flex;
}
@media (max-width: 768px) {
    .row-eq{
        display: block;
    }
	.payment-a {
	    padding: 15px 10px 15px 10px !important;
	}
	.dashboard .profile ul{
    	/*top: 0px !important;*/
    	overflow-x: auto;
	}
	.dashboard .profile h4{
		text-align: left;
	}
	.dashboard .profile .des{
		text-align: left;
	}
}


.checkedTab{
	background: #fff;
}

.payment-a{
	padding: 15px 15px 15px 0;
}
.payment-a label{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #777;
	display: block;
	min-height: 20px;
}
.payment-a aside{
	font-style: italic;
	font-size: 14px;
	color: #000;
}
.payment-a p{
	margin: 0;
	color: #999;
	font-size: 13px;
}

.payment-b{
	margin-top: 30px;
}
.payment-b button{
	background: #57247b;
	color: #fff;
	outline: none;
	border: none;
	width: 100%;
	border-radius: 25px;
	padding: 10px;
	font-size: 15px;
}
.payment-b h1{
	font-weight: bold;
	font-size: 24px;
	margin: 0;
}
.payment-b h1 span{
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	color: #999;
	margin-bottom: 5px;
	font-weight: 400;
}

.category-img{
	height: 194px;
    text-align: center;
    width: 260px;
    max-width: 100%;
}
.category-img img{
	/*width: 100%;*/
	/*height: 100%;
	object-fit: cover;*/
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/* end payment page */

/*------------
[ blog / .blog ]
-------------- */
.blog .left .search, .blog .left .category, .blog .left .subcribe, .blog .left .tag{
	margin:0 0 30px;
}
.blog .left .search .btn {
    right: 0;
}
.blog .left .category, .blog .left .subcribe, .blog .left .tag{
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	border-radius:8px;
}
.blog .left .category h1, .blog .left .subcribe h1, .blog .left .tag h1 {
    font-size:18px;
	font-weight:600;
	margin:0;
	padding:20px 19px;
	border-bottom:1px solid #E5E5E5;
	color:#303E4B;
	line-height: 18px;
}
.blog .left .category ul{
	margin:0;
}
.blog .left .category ul li{
	border-bottom:1px solid #E5E5E5;
	font-size:14px;
	font-weight:400;
	color:#676767;
	padding:20px 19px;
	line-height:16px;
}
.blog .left .category ul li a{
	color:#676767;
}
.blog .left .category ul li:last-child{
	border-bottom:0px solid #E5E5E5;
}
.blog .left .category ul li img{
	float:left;
	margin-right:12px;
}
.blog .left .subcribe .form-group{
	margin:0;
}
.blog .left .subcribe form{
	padding:20px 19px;
}
.blog .left .subcribe .form-control{
	border-radius:19.5px;
	margin-bottom:20px;
	font-size:13px;
	height:39px;
}
.blog .left .subcribe .btn{
	border-radius:40px;
	background:#313E47;
	color:#fff;
	border:0;
	padding:16px 0;
	width:100%;
	font-size:16px;
	font-weight:600;
	line-height:14px;
}
.blog .left .tag ul{
	padding:20px 19px;
}
.blog .left .tag ul li{
	padding:10px 12px;
	background:#fff;
	border:1px solid #DCDCDC;
	font-size:14px;
	border-radius:20px;
	margin:0 2px 10px 0;
	line-height:14px;
}
.blog .left .tag ul li:nth-child(3), .blog .left .tag ul li:nth-child(6){
	margin:0 0px 10px 0;
}
.blog .left .tag ul li:nth-child(7), .blog .left .tag ul li:last-child{
	margin:0 2px 0px 0;
}
.blog .left .tag ul li a{
	color:#686868;
}
.blog .box {
	margin-bottom:30px;
}
.blog .box .image{
	position:relative;
}
.blog .box .image img{
	border-radius:8px 8px 0 0;
}
.blog .box .image .icon{
	position:absolute;
	bottom:-35px;
	left:20px;
}
.blog .box .image .icon ul{
	margin:0;
}
.blog .box .image .icon ul li{
	text-align:center;
	width:70px;
	height:70px;
	vertical-align:middle;
	padding:10px 18px; 
	background:#57247b;
}
.blog .box .image .icon ul li a{
	color:#314047;
	font-size:18px;
	font-weight:600;
}
.blog .box .box-caption{
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius: 0 0 8px 8px;
}
.blog .box .box-caption .icons{
	margin:0 0 0 120px;
	line-height: 14px;
}
.blog .box .box-caption .icons li{
	padding:14px 21px 6px 0;
}
.blog .box .box-caption .icons li:last-child, .blog .box .box-caption .icons li:nth-child(3){
	float:right;	
}
.blog .box .box-caption .icons li a{
	font-size:14px;
	color:#696969;
}
.blog .box .box-caption .icons li a i{
	margin-right:9px;
}
.blog .box .box-caption h2{
	font-weight:600;
	font-size:20px;
	color:#333E44;
	margin:29px 19px 21px ;
	line-height:24px;
}
.blog .box .box-caption p{
	font-weight:400;
	font-size:14px;
	color:#686868;
	line-height:24px;
	margin:0 19px 30px;
}
.blog .box .box-caption .btn{
	font-weight:600;
	font-size:16px;
	color:#fff;
	background:#313E47;
	border-radius:40px;
	padding:14px 25px;
	line-height:14px;
	margin:0 19px 19px;
}
.blog .box .box-caption .btn:hover{
	background:#FCD800;
	color:#313D49;
}
.blog .box .box-caption .special{
	background:#fff;
	border:1px solid #DCDCDC;
	border-top:4px solid #57247b;
	font-size: 18px;
	font-weight: 600;
	font-style:italic;
	padding:20px 19px;
	color:#696969;
}
.blog .box .box-caption .tags{
	margin:0 19px 30px;
	line-height: 14px;
	background:#fff;
	border:1px solid #DCDCDC;
	padding:19px;
}
.blog .box .box-caption .tags li{
	font-size:14px;
	font-weight:600;
	color:#2D3E46;
	padding:0 1px;
}
.blog .box .box-caption .tags li a{
	color:#2D3E46;
}
.blog .box .box-caption .comment, .blog .box .box-caption .leave{
	padding:30px 19px;
	border-top:1px solid #E5E5E5;
}
.blog .box .box-caption .comment h3{
	font-size:20px;
	font-weight:600;
	color:#313E47;
	margin:0 0 50px;
}
.blog .box .box-caption .comment h3 span a{
	color:#FBD700;
}
.blog .box .box-caption .comment ul{
	margin:0;
}
.blog .box .box-caption .comment ul li {
    padding: 0 0 19px;
}
.blog .box .box-caption .comment ul li:nth-child(2) {
    margin-left:89px;
}
.blog .box .box-caption .comment ul li img {
    float: left;
}
.blog .box .box-caption .comment .profile {
    margin-left: 89px;
	background:#fff;
	border-radius:40px;
	padding:21px;
	box-shadow: 0px 1px 3px 0 hsla(0, 0%, 0%, 0.1);
	position:relative;
}
.blog .box .box-caption .comment .profile:after {
    border-bottom: 10px transparent dashed;
    border-top: 10px solid transparent;
	border-right: 10px solid #fff;
	border-left: 10px solid transparent;
	position: absolute;
	text-align: center;
	display: block;
	content: "";
	left: -18px;
	top: 16%;
}
.blog .box .box-caption .comment .profile h4{
    font-size: 18px;
    font-weight:600;
	color:#313E44;
	margin:0 0 10px;
}
.blog .box .box-caption .comment .profile h4 span a {
    color:#313E44;
	font-size:16px;
	text-decoration:underline;
}
.blog .box .box-caption .comment .profile h4 span a:hover{
	color:#FFD800;
}
.blog .box .box-caption .comment .profile h6{
    font-size: 13px;
    font-weight:400;
	color:#676767;
	margin:0 0 15px;
}
.blog .box .box-caption .comment .profile p {
    color: #686868;
    font-size: 14px;
    line-height: 24px;
	font-weight:400;
	margin:0;
}
.blog .box .box-caption .leave h1 {
    color:#303E49;
    font-size:20px;
    font-weight:600;
	margin:0px 0 50px;
}
.blog .box .box-caption .leave .form-group{
	margin:0 -15px 20px;
}
.blog .box .box-caption .leave input, .blog .box .box-caption .leave textarea{
	height:39px;
	border-radius:19.5px;
	font-size:13px;
}
.blog .box .box-caption .leave textarea{
	height:120px;
	border-radius:19.5px;
}
.blog .box .box-caption .leave button{
	font-size:16px;
	font-weight:600;
	color:#fff;
	border-radius:40px;
	padding:16px 41px;
	line-height: 16px;
	background: #313E47;
	border:none;
	margin:0 0 49px;
}
/*-------------------------- 
[ pagination / .pagination ]
---------------------------- */ 
.pagination {
    margin: 20px 0 0 0;
}
.pagination > li > a{
    margin-right:10px;
	padding: 10px 12px;
    color: #323F48;
    background-color: #fff;
	border:1px solid #424C55;
    border-radius: 100%;
	font-size:16px;
	font-weight:600;
}
.pagination > li.active > a, .pagination > li > a:hover, .pagination > .active > a:hover{
	background:#57247b;
	color:#323F48;
	border: 1px solid #57247b;
}
.pagination > li:first-child > a, .pagination > li:last-child > a{
	border-radius:40px;
	background:#313E47;
	border:1px solid #313E47;
	color:#fff;
	padding:10px 23px;
}
.pagination > li:first-child > a{
	border-radius:40px;
	background:#313E47;
	color:#fff;
}
/*-------------------------- 
[ login / .login ]
---------------------------- */
.login{
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	border-radius:8px;
}
.login .col-sm-6{
	padding:50px 76px;
}
.login .bor{
	border-right:1px solid #E5E5E5;
}
.login img{
	margin-bottom:49px;
}
.login .donot{
	font-size:16px;
	color:#686868;
}
.login .donot a{
	color:#5642BD;
}
.login p{
	font-size:16px;
	line-height:24px;
	color:#686868;
	margin:0;
}
.login .or{
	text-align:center;
	margin:50px 0;
}
.login .or span{
	background:#F5F5F5;
	padding:0 8px;
	color:#696969;
	font-size:14px;
}
.login .or hr{
	margin:-8px 0 0px;
}
.login h2{
	font-size:20px;
	font-weight:600;
	margin:0 0 30px;
	color:#303E47;
}
.login ul{
	margin:0;
	text-align:center;
}
.login ul li{
	margin:0 0 30px;
	padding:10px 0;
	font-size:16px;
	font-weight:600;
	border-radius:40px;
}
.login ul li a{
	color:#fff;
}
.login ul li i{
	margin-right:15px;
}
.login ul li:first-child{
	background: #3B5999;
}
.login ul li:nth-child(2){
	background: #1DA1F3;
}
.login ul li:last-child{
	background: #DE4B39;
}
.login h1{
	font-size:20px;
	font-weight:600;
	margin:0 0 30px;
	color:#303E47;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:10px;
}
.login .form-group{
	margin-bottom:20px;
}
.login .form-group .la{
	position:absolute;
	left:auto;
	padding:11px 10px 11px 21px;
	color:#B2B2B2;
	font-size:14px;
}
.login .form-control{
	height:39px;
	border-radius:40px;
	padding-left:40px;
	color:#333;
	font-size:13px;
}
.login .links a, .login .links{
	color:#686868;
	font-size:14px;
	/*font-weight:600;*/
}
.login .links label{
	margin: 0;
    cursor: pointer;
    font-weight: 400;
}
.login .links a{
	text-decoration: underline;
	color: #57247b;
}
.login .links label input{
	margin: 0 5px 0 0;
    vertical-align: middle;
}
.login .btn-primary{
	background: #57247b;
    color: #fff;
    width: 200px;
    height: 40px;
    border-radius: 25px;
    margin: 20px auto 10px auto;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.field_icon{
	float: right;
    position: relative;
    bottom: 27px;
    right: 15px;
    cursor: pointer;
}

.sellBtn{
	display: none;
}
/*-------------------------- 
[ about / .about ]
---------------------------- */
.aboutus .commontop{
	margin:50px 0 60px;	
}
.aboutus .box{
	margin-bottom:20px;
}
.about h1, .team h1{
	font-size:24px; 
	font-weight:600;
	color:#313E46;
	border-bottom:1px solid #E5E5E5;
	text-align:center;
	padding:0 0 35px;
	margin:0;
}
.about hr, .team hr{
	width:200px;
	border-top:4px solid #57247b;
	margin:-2px auto 50px;
}
.about h2{
	font-size:24px; 
	font-weight:600;
	color:#313E46;
	margin:0 0 20px;
}
.about p{
	font-size:14px; 
	font-weight:400;
	color:#828282;
	margin:0 0 30px;
	line-height:24px;
}
.team {
	margin:30px 0 0;
}
.team .box img{
	border-radius:8px 8px 0 0;
}
.team .box .caption {
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	border-radius:0 0 8px 8px;
	border-top:0;
	text-align:center;
	padding:20px 0;
}
.team .box .caption h4{
	font-size:18px;
	font-weight:600;
	color:#323F47;
	margin:0 0 10px;
	line-height:14px;
}
.team .box .caption p{
	font-size:14px;
	font-weight:600;
	color:#686868;
	margin:0;
	line-height:14px;
}
.team .box .caption a{
    background: #fff;
    color: #0073b1;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 30px;
    margin: 15px auto 0 auto;
    border-radius: 50%;
    border: 1px solid;
}
.abouticon{
	background:#F5F5F5;
	padding:50px 0;
}
.abouticon .box{
	text-align:center;
}
.abouticon .box img{
	margin: 0 auto;
}
.abouticon .box h4{
	font-size:34px;
	font-weight:600;
	color:#5743C0;
	margin:30px 0 18px;
	line-height:20px;
}
.abouticon .box p{
	font-size:24px;
	font-weight:600;
	color:#3F4850;
	margin:0;
}
.banner0{
	margin:80px 0; 
}
/*-------------------------- 
[ priceplan / ..priceplan ]
---------------------------- */
.priceplan h5{
	font-size:24px;
	font-weight:600;
	border-bottom:1px solid #E5E5E5;
	padding:0 0 30px;
	margin:0;
	text-align:center;
}
.priceplan hr{
	border-top:4px solid #57247b;
	width:200px;
	margin:-2px auto 100px;
}
.priceplan ul{
	margin:0;
}
.priceplan ul li{
	border:1px solid #E5E5E5;
	padding:0;
	width:275px;
	margin:0 10px 20px 0;	
}
.priceplan ul li:hover{
	border:1px solid #F5CF00;
}
.priceplan ul li:last-child{
	margin-right:0;
}
.priceplan ul li .heading{
	padding:24px 29px;
	font-size:24px;
	font-weight:600;
}
.priceplan ul li .heading p{
	color:#B2B2B2;
	margin:0;
}
.priceplan ul li .heading span{
	color:#313E47;
}
.priceplan ul li .matter{
	background:#F5F5F5;
	position:relative;
	padding:3px 17px;
	margin-bottom:20px;
}
.priceplan ul li .special{
	position:absolute;
	background:#313E47;
	border-radius:50%;
	font-size:24px;
	font-weight:600;
	color:#fff;
	padding:15px;
	top:-10px;
	width:70px;
	height:70px;
}
.priceplan ul li:hover .special{
	background:#FDD800;
	color:#313E47;
	box-shadow: 0px 2px 4px 0 hsla(0, 0%, 0%, 0.2);
}
.priceplan ul li .matter p{
	margin:0 0 0 82px;
	font-size:20px;
	font-weight:600;
	color:#303E47;
	line-height:22px;
}
.priceplan ul li .matter span{
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin:0 0 0 82px;
}
.priceplan ul li .text{
	margin:0 19px;
	font-size:14px;
	font-weight:600;
	color:#686868;
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	padding:20px 0 10px;
}
.priceplan ul li .text i{
	margin-right:11px;
	color:#FED703;
	font-weight:700;
}
.priceplan ul li .bor{
	border:0;
}
.priceplan ul li button{
	font-size:16px;
	font-weight:600;
	border:0;
	background:#313E47;
	border-radius:40px;
	color:#fff;
	margin:34px 0 29px;
	padding:15px 27px;
	line-height:16px;
}
.priceplan ul li:hover button{
	background:#F5CF00;
	color:#314047;
}
/*-------------------------- 
[ ad-single / .ad-single ]
---------------------------- */
#ad-single {
	margin:0 0 45px !important; 
}
#ad-single h2{
	font-size: 18px;
    font-weight: 600;
    color: #313E47;
    margin: 0 0 -10px 0;
    position: relative;
    bottom: 25px;
    background: #fff;
    display: table;
    padding: 0 10px 0 10px;
}
#ad-single span{
	font-size:14px;
	font-weight:400;
	color:#686868;
}
#ad-single .icons{
	margin:0 0 29px;
}
#ad-single .icons li{
	font-size:14px;
	font-weight:600;
	color:#686868;
	padding:0 30px 0 0;
}
#ad-single .icons li i{
	margin-right:6px;
}
/*#ad-single img{
	border-radius: 4px;
    width: 100%;
    height: 100%;
}*/
#ad-single .thumb{
	margin:10px 0 30px;
	display: flex;
	overflow-x: auto;
}
/*#ad-single .thumb li{
	width: 100px;
    background: #F5F5F5;
    height: 70px;
}
*/
.play-button-vd{
	background: rgb(0 0 0 / 60%);
    border-radius: 5px;
}

.dot{
    background: #F5F5F5;
    width: 100px;
    height: 70px;
    text-align: center;
    cursor: pointer;
}
.dot img{
	width: 100px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
#ad-single p{
	font-size:14px;
	/*font-weight:600;*/
	color:#686868;
	/*margin:0 0 50px;*/
	line-height:24px;
}
#ad-single .owl-buttons div {
    opacity: 1;
}
#ad-single .owl-controls .owl-buttons div {
    position: absolute;
    top: auto;
	bottom:-45px;
	font-size: 16px;
	font-weight:600;
   	color:#303E49;
	border:1px solid #303E49;
	border-radius:40px;
	padding:10px 32px;
	background:transparent;
}
#ad-single .owl-controls .owl-buttons div:hover {
    border:1px solid #57247b;
	background:#57247b;
}
#ad-single .owl-buttons .owl-prev {
    left: 0;
}
#ad-single .owl-buttons .owl-next {
    right: 0;
}

.des-box{
	border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
}

.view-order{
	width: 100%;
}
.view-order tr td{
	padding: 15px 0 15px 0;
	width: 1%;
}
.view-order tr{
	border-bottom: 1px solid #ddd;
}
.view-order tr:last-of-type{
	border-bottom: none;
}
.view-order tr td b{
	white-space: nowrap;
}
/* .rightside{
	margin-top:84px;
} */
/*.rightside .price, .rightside .profile, .rightside .phone, .rightside .safety{
	background:#F5F5F5;
	margin:0 0 20px;
	border-radius:4px;
}
*/.rightside .price{
	border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    background: #F5F5F5;
}
.price h2{
	margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 24px;
}
.price h2 span{
	float: right;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 25px;
    color: #57247b;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    width: 85px;
    text-align: center;
    margin-top: -5px;
}
.price p{
	font-size: 13px;
    margin-top: 10px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
}
.price p span{
	float: right;
    font-size: 12px;
}
.price h4{
	margin: 15px 0 0 0;
    font-size: 14px;
    color: #333;
}

.price h3{
	margin-top: 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    /*text-decoration: underline;*/
    border-top: 1px dashed #fff;
    padding-top: 10px;
}
.price h3 a{
	color: #57247b; 
}
.price h3 a i{
	background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 5px;
    box-shadow: 0 1px 2px 0 #999;
}
.price h3 span{
	float: right;
    font-size: 12px;
    margin-top: 10px;
}
/*.rightside .price span{
	display: block;
	font-size: 16px;
	margin-top: 15px;
	color: #999;
}*/
/*.rightside .price a{
	display: block;
	color: #999;
	font-size: 12px;
	margin-top: 30px;
}*/

.ads_product{
	position: relative;
    height: 100%;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ads_product-a{
	height: 200px;
    width: 100%;
}
.ads_product-a img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ads_product-b ul{
	margin: 0px 0 15px 0;
    padding: 10px 0 10px 0;
    display: flex;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
}
.ads_product-b ul li{
	display: inline-block;
    width: 100%;
    white-space: nowrap;
}
.ads_product-b ul li:last-of-type{
	text-align: right;
}
.ads_product-b ul li i{
	font-size: 16px;
	vertical-align: middle;
    margin-right: 5px;
}
.ads_product-b h2{
	margin: 15px 0 15px 0;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.ads_product-b h2 span{
	float: right;
    font-weight: 400;
    font-size: 16px;
    color: #777;
}
.ads_product-b h4{
	margin: 0 0 30px 0;
    font-size: 18px;
    color: #57247b;
    font-weight: 600;
}
.ads_product-b h4 a{
	color: #57247b;
}
.ads_product-b p{
	margin: 0;
    font-size: 16px;
    line-height: 25px;
}

.payment-confirm{
    background: #fff;
    box-shadow: 0 1px 2px 0 #999;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #eee;
}
.payment-confirm ul{
	padding: 0;
	margin: 0;
}
.payment-confirm ul li{
	display: table-cell;
}
.payment-confirm ul li h2{
	margin: 0;
    color: green;
    font-size: 24px;
}
.payment-confirm ul li i{
	font-size: 30px;
    color: green;
    margin-right: 30px;
    vertical-align: middle;
}
.payment-confirm ul li h4{
	color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
}
.payment-confirm ul li p{
	margin: 5px 0 0 0;
}
.payment-confirm ul li b{
	display: block;
    color: #000;
    font-size: 15px;
    margin-top: 5px;
}
.payment-confirm ul li span{
	color: #999;
    display: block;
}
.payment-confirm ul li img{
	vertical-align: text-top;
    margin-right: 30px;
}
.payment-confirm ul:nth-child(2){
	border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

.payment-confirm1{
	background-color: #eee;
	margin: 20px -19px -19px -19px;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}
.payment-confirm1 table{
	width: 100%;
}
.payment-confirm1 thead tr td{
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}
.payment-confirm1 tbody tr td{
	color: #000;
    font-weight: 600;
    padding-top: 5px;
}
.payment-confirm1 aside button{
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    margin-top: 30px;
}
.payment-confirm1 aside button:nth-child(1){
	background-color: red;
}
.payment-confirm1 aside button:nth-child(2){
	background-color: green;
	float: right;
}



.rightside .profile{
	padding:20px 0;
	position:relative;
}
.rightside .profile img{
	margin:0 auto;
}
.rightside .profile h4{
	font-size:18px;
	font-weight:600;
	color:#303E47;
	margin:10px 0 5px;
}
.rightside .profile p{
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin:0 0 5px;
}
.rightside .profile span{
	font-size:14px;
	font-weight:400;
	color:#686868;
}
.rightside .profile .circle{
	position:absolute;
	background:#D73437;
	border:1px solid #fff;
	width:18px;
	height:18px;
	border-radius:50%;
	top: 10%;
	right: 38%;
}


.bank-details{
	padding: 0;
    margin: 0 0 15px 0;
    background: #F5F5F5;
    border-radius: 4px;
}
.bank-details h2{
	margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #313E47;
}
.bank-details li{
	list-style: none;
    padding: 10px 10px 10px 10px;
}
.bank-details li a{
	color: #777;
    margin-left: 10px;
}
.bank-details li b{
	font-weight: 600;
	color: #313E47;
}

.item-details{
	padding: 15px;
    /*background: #F5F5F5;*/
    /*border-radius: 10px;*/
    margin-top: 30px;
    /*border: 1px solid #ddd;*/
    font-size: 15px;
}
.item-details p{
	margin: 0;
}

.item-details li{
	padding: 10px 10px 10px 0px;
	list-style-type: none;
}

.item-details li i{
	font-size: 18px;
	margin-right: 10px;
}

.item-details p a{
	cursor: pointer;
    color: #57247b;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: underline;
}

/*.rightside ul{
	margin:0 0 20px;
}
.rightside ul li{
	padding:19px 45px;
	background:#F5F5F5;
}
.rightside ul li:hover{
	background:#FED700;
}
.rightside ul li a{
	border:1px solid #3D3E02;
	border-radius:50%;
	padding:10px;
	color:#334048;
}
.rightside ul li a i{
	font-size:18px;
}
.rightside ul li:first-child{
	border-radius:4px 0 0 4px;
}
.rightside ul li + li{
	margin-left:-3px;
	border-radius:0 4px 4px 0;
}*/
.rightside .phone{
	padding:10px 15px;
	font-size:24px;
	color:#314047;
}
.rightside .phone i{
	margin-right:10px;
	background:#57247b;
	border-radius:50%;
	padding:10px;
}
.rightside .safety{
	padding:15px 15px 20px;
}
.rightside .safety h3{
	font-size:18px;
	font-weight:600;
	color:#303E49;
	text-align:center;
	margin:0 0 20px;
}
.rightside .safety p{
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin:0 0 6px;
}
.rightside .safety a{
	font-size:15px;
	font-weight:600;
	color:#5744C2;
}
.banner10{
	margin:0 0 80px;
}
/*-------------------------- 
[ add / .add ]
---------------------------- */
.add{
	border:1px solid #E5E5E5; 
	border-radius:4px;
}
.addtop{
	border-bottom:1px solid #E5E5E5;
	/*padding:14px;*/
}
.addtop h3{
	background:#F5F5F5;
	color:#303E47;
	padding:18px 21px;
	font-size:24px;
	font-weight:400;
	margin:0;
	line-height:16px;
}
.add .addform{
	margin: 30px 0 30px 0;
}
.add .addform .form-group{
	margin:0 -15px 15px;
}
.add .addform label{
	font-size:15px;
	font-weight:600;
	margin-bottom:10px;
	line-height:20px;
	color: #303E47;
}
.add .addform span{
	font-size:13px;
	font-weight:400;
	color:#686868;
	line-height: 22px;
}
.add .addform .form-control{
	height:39px;
	border:1px solid #E5E5E5;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075) !important;
}
.add .addform .bootstrap-select{
	border:0;
}
.add .addform .bootstrap-select .btn-default {
    border-color: #E5E5E5 !important;
}
.add .addform textarea{
	height:143px !important;
}
.add .addform .nav-tabs {
	border:none;
	margin:0;
	display: flex;
}
.add .addform .nav-tabs > li {
	float: none;
    display: inline-block;
    padding: 0 5px 5px 0;
    width: 115.3333px !important;
}
/*.add .addform .nav-tabs > li:last-child, .add .addform .nav-tabs > li:nth-child(6) {
	padding:0 0 5px 0;
}*/
.add .addform .nav-tabs > li > a{
	border:1px solid #E5E5E5;
	border-radius:0px;
	margin:0 !important;
	/*padding: 26px 22px;*/
	/*width: 97px !important;*/
	height:90px;
	border-radius: 4px;
	text-align: center;
	font-size: 13px;
}
.add .addform .nav-tabs > li > a img{
	margin:0 auto;
	width:36px;
	height:36px;
}
.add .addform .nav-tabs > li.active > a, .add .addform .nav-tabs > li.active > a:hover, .add .addform .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover{
	border: 3px solid #57247b;
} 
.tab_checked{
	border-bottom: 3px solid #57247b;
}
.add .addform .btn-primary{
	border: 0;
    border-radius: 40px;
    background: #57247b;
    color: #fff;
    margin: 20px 0 0;
    width: 130px;
    height: 44px;
    font-size: 16px;
    outline: none;
}

.category_active{
	border: 1px solid #57247b;
	border-radius: 4px;
}

.prettycheckbox > a {
    border-radius: 50% !important;
    height: 20px !important;
    width: 20px !important;
    padding: 3px !important;
}
.prettycheckbox > a.checked {
    background:#FBD700 !important;
}
.add .addform .checked{
	display:flex;
}
.add .addform .check{
	margin-right:29px;
	color:#686868 !important;
	font-size:14px;
	font-weight:600;
}
.add .addform .square{
	position:relative;
}
.add .addform .square span{
	position: absolute;
	background: #F5F5F5;
	top: 28px;
	right: 16px;
	color: #B7B7B7;
	font-size: 16px;
	padding: 8px 10px 7px;
	border-left: 1px solid #e5e5e5;
}
.add .photo ul{
	margin:0;
}
.add .photo ul li{
	background:#F5F5F5;
	border:1px solid #E5E5E5;
	border-radius:4px;
	width:135px;
	height:120px;
	text-align:center;
	padding:40px;
}
.add .photo ul li i{
	background: #57247b;
    color: #fff;
	border-radius:50%;
	padding:9px;
	font-size:18px;
	z-index: 99;
}
.add .photo ul li + li{
	margin-left:10px;
}

.photo{
	display: flex;
}
.photo label{
	/*background: #F5F5F5;*/
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    margin: 0 5px 0 0 !important;
    height: 100px;
    display: flex;
    place-content: center;
    align-items: center;
    cursor: pointer;
}
.photo label:last-of-type{
	margin-right: 0 !important;
}
.photo label i{
	color: #57247b;
    font-size: 36px;
    z-index: 99;
}
.photo label input[type="file"]{
	display: none;
}


.place_request{
	background: #F5F5F5;
    margin-top: 30px;
    margin-right: 15px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.place_request p{
	margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
}
.place_request button{
	color: #57247b;
    background: #fff;
    border: 1px solid;
    font-size: 16px;
    padding: 10px;
    border-radius: 25px;
    width: 100%;
    outline: none;
}
.place_request button:hover{
	color: #fff;
    background: #57247b;
    border-color: #57247b;
} 

.place_request-a{
	border: none;
	text-align: center;
    padding-top: 0;
}
.place_request-a button{
	background: #57247b;
    color: #fff;
    width: 100px;
    outline: none;
    padding: 5px;
    border: 1px solid #57247b;
    border-radius: 25px;
    margin: 0 3px 0 3px;
} 
.place_request-a button:nth-child(1){
	background: #fff;
    color: #57247b;
}

/*-------------------------- 
[ dashboard / .dashboard ]
---------------------------- */
.dashboard{
	 border:1px solid #E5E5E5; 
	border-radius:4px;
}
.dashboard .profile{
	background:#F5F5F5;
	border-bottom:1px solid #E5E5E5;
	min-height: 205px;
}
.dashboard .profile img{
	/*margin:25px auto;*/
}
.dashboard .profile h4{
	margin: 0;
    font-size: 24px;
    color: #333D46;
    /*padding: 20px 10px 10px 20px;*/
    font-weight: 600;
    text-transform: capitalize;
}
.dashboard .profile .common{
	/*margin-bottom: 30px;*/
    /*padding: 0 10px 0 20px;*/
    margin-top: 10px;
}
.profile-field{
	position: relative;
    top: 30px;
}
.dashboard .profile .des{
	margin:0;
	font-size: 16px;
	color: #686868;
	font-weight: 400;
	float:left;
}
.dashboard .profile .des i{
	font-size: 20px;
}
.dashboard .profile .des1{
	margin:0 30px 0 0;
	font-size: 18px;
	color: #686868;
	font-weight: 400;
	float:right;
}
.dashboard .profile #sticky ul{
	margin: 0px 0 0 0;
    background: #fff;
    position: relative;
    top: 32px;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.dashboard .profile ul li{	
	width: 100%;
}
.dashboard .profile ul li a{
	padding:15px;
	background:#fff;
	text-align:center;	
	width: 100%;
	display: block;
}
.dashboard .profile ul li a:hover, .dashboard .profile ul li a.active{
	/*background:#57247b;*/
	border-bottom: 3px solid #57247b !important;
}
.dashboard .profile ul li img{
	margin:0 auto;	
	/*height:20px;*/
}
.dashboard .profile ul li p{
	margin:0;
	font-size:16px;
	font-weight:600;
}
.dashboard .profile ul li a p{
	color:#333D46;
}
.dashboard .inner{
	padding:50px 20px 40px;
	border-bottom:1px solid #E5E5E5;
}
.dashboard .inner p{
	margin:0 0 10px;
	font-size: 14px;
	color: #686868;
	font-weight: 400;
}
.dashboard .inner p a{
	font-size: 14px;
	color: #5742C1;
	font-weight: 600;
	text-decoration:underline;
}
.dashboard .icons{
	margin:50px 24px;
}
.dashboard .icons li{
	padding:29px 29px 19px;
	border:1px solid #E5E5E5;
	border-radius:4px;
	text-align:center;
	width:195px;
}
.dashboard .icons li .img{
	border-radius:50%;
	padding:25px;
	margin: 0 auto 24px;
	width:90px;
	height:90px;
}
.dashboard .icons li:first-child .img{
	background:#53B9C5;
}
.dashboard .icons li:nth-child(2) .img{
	background:#F4721E;
}
.dashboard .icons li:nth-child(3) .img{
	background:#F05458;
}
.dashboard .icons li:nth-child(4) .img{
	background:#757790;
}
.dashboard .icons li:last-child .img{
	background:#B99479;
}
.dashboard .icons li p{
	margin:0;
	font-size:18px;
	font-weight:600;
}
.dashboard .icons li p a{
	color:#303E47;
}
.dashboard .icons li + li {
	margin-left:25px;
}
.dashboard .inner-ads, .dashboard .inner-search, .dashboard .inner-fav{
	margin: 20px 0px;
}
.dashboard .inner-ads .links, .dashboard .inner-search .links{
	margin-bottom:32px;
	height:38px;
}
.dashboard .inner-ads .links ul, .dashboard .inner-search .links ul{
	margin:0;
}
.dashboard .inner-ads .links ul li, .dashboard .inner-search .links ul li{
	background:#F5F5F5;
	border-radius:4px;
	border:1px solid #E5E5E5;
	padding:11px 20px;
	line-height:12px;
}
.dashboard .inner-ads .links ul li + li{
	margin-left:10px;
}
.dashboard .inner-ads .links ul li:hover, .dashboard .inner-search .links ul li:hover{
	background:#57247b;
}
.dashboard .inner-ads .links ul li a, .dashboard .inner-search .links ul li a {
	color:#313D49;
	font-size:14px;
}
/*.dashboard .inner-ads .product-thumb .button-group button:last-child{
	border:0;
	padding:9px 0;
}*/
/*.dashboard .inner-ads .product-thumb .button-group button:last-child:hover{
	background:transparent;
}*/
.dashboard .inner-search .box{
	border:1px solid #E5E5E5;
	border-radius:4px;
	padding:19px;
	height:130px;
	margin-bottom:20px;
} 
.dashboard .inner-search .box .image{
	border:1px solid #E5E5E5;
	border-radius:50%;
	float:left;
	width:90px;
	height:90px;
	padding:24px 0;
	margin-right:30px;
} 
.dashboard .inner-search .box .image img{
	margin:0 auto;
} 
.dashboard .inner-search .box h4{
	font-size:18px;
	font-weight:600;
	color:#333D46;
}
.dashboard .inner-search .box h4 i{
	font-size:14px;
	font-weight:500;
}
.dashboard .inner-search .box ul{
	margin:0 0 5px;
}
.dashboard .inner-search .box ul li{
	padding:0 20px 0 0;
	font-size:14px;
	color:#686868;
}
.dashboard .inner-search .box ul li i{
	font-weight:500;
}
.dashboard .inner-search .box p{
	margin:0;
	font-size:14px;
	color:#686868;
}
.dashboard .inner-search .box .pull-right{
	display:inline-grid;
}
.dashboard .inner-search .box button{
	background: #57247b;
	border:0;
	border-radius:40px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	padding:12px 20px;
	line-height:16px;
	outline: none;
}
.dashboard .inner-search .box button + button{
	margin-top:10px;
}
.dashboard .inner-search .box button:hover{
	/*background:#57247b;
	color:#323F48;*/
}
.dashboard .inner-search .icon {
    padding: 30px 0 0;
}
.dashboard .inner-search .icon i, .dashboard .inner-fav .icon i {
    font-size: 60px;
    font-weight: 500;
    color: #313E46;
}
.dashboard .inner-fav .icon{
	margin:50px 0;
}
.dashboard .inner-setting{
	margin:50px 20px 30px;
}
.dashboard .inner-setting .panel-group {
    margin:0;
}
.dashboard .inner-setting .panel {
    box-shadow:none !important;
}
.dashboard .inner-setting .panel-default > .panel-heading {
    padding:29px 19px;
}
.dashboard .inner-setting .panel-title {
    margin: 0;
    font-size: 24px;
    color: #313E47;
	font-weight:600;
	line-height: 16px;
}
.dashboard .inner-setting .panel-title .fa{
	float:right;
	font-size:20px;
	font-weight:500;
}
.dashboard .inner-setting .panel-group .panel + .panel {
    margin-top: 20px;
}
.dashboard .inner-setting .panel-body{
	background:#f5f5f5;
	padding:20px;
}
.dashboard .inner-setting .panel-body .form-group{
	margin:0 -15px 20px;
}
.dashboard .inner-setting .panel-body .form-control, .dashboard .inner-setting .panel-body .bootstrap-select .btn-default{
	font-size:13px;
	height:39px;
	border-radius:40px;
	color:#B2B2B2;
	padding:10px 20px;
}
.dashboard .inner-setting .panel-body .bootstrap-select{
	padding:0;
}
.dashboard .inner-setting .panel-body .bootstrap-select .btn-default{
	padding-right: 30px;
}
.dashboard .inner-setting .panel-body .btn-primary{
	border:0;
	background:#57247b;
	border-radius:40px;
	color:#fff;
	padding:16px 40px;
	font-size:16px;
	font-weight:600;
	line-height:16px;
	margin-top:10px;
}
.dashboard .inner-setting .panel-body .btn-primary:hover{
	background:#57247b;
	color:#313E46;
}
.dashboard .inner-setting .panel-body .prettycheckbox > a {
    border-radius: 50% !important;
    height: 14px !important;
    width: 14px !important;
    padding: 3px !important;
	background: transparent !important;
	top: 3px !important;
	border:1px solid #313E47 !important;
}
.dashboard .inner-setting .panel-body .prettycheckbox > a.checked {
    background:#FBD700 !important;
}
.dashboard .inner-setting .panel-body .check{
	margin:0 14px 20px 0;
	color:#313E47 !important;
	font-size:18px;
	font-weight:600;
}
.dashboard .inner-setting .panel-body .check p{
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin:0 0 0 25px;
}
.dashboard .inner-message{
	margin:30px 19px 19px;
}
.dashboard .inner-message .left, .dashboard .inner-message .msg-box{
	background:#F5F5F5;
	border:1px solid #E5E5E5;	
	border-radius:4px;
	padding:23px 14px 18px;
}
.dashboard .inner-message .left h2, .dashboard .inner-message .msg-box h2{
	border-bottom:1px solid #E5E5E5;	
	padding:0 0 20px;
	margin:0 0 25px;
	font-size:18px;
	font-weight:600;
	color:#313E47;
}
.dashboard .inner-message .msg-box h2{
	color:#16325A;
}
.dashboard .inner-message .left .nav{
	margin:0;
}
.dashboard .inner-message .left .nav li{
	padding:0 0 30px;
}
.dashboard .inner-message .left .nav li .image{
	float:left;
	margin-right:12px;
	position:relative;
}
.dashboard .inner-message .left .nav li .onhover{
	position:absolute;
	font-size:12px;
	font-weight:700;
	background:#333D46;
	color:#fff;
	padding:4px 8px;
	border-radius:50%;
	top:-5px;
	right:-4px;
}
.dashboard .inner-message .left .nav li h5{
	font-size:18px;
	font-weight:600;
	color:#33495E;
	margin:0 0 5px;
}
.dashboard .inner-message .left .nav li h5 i{
	font-size:10px;
	font-weight:400;
}
.dashboard .inner-message .left .nav li h5 .color{
	color:#E84546;
}
.dashboard .inner-message .left .nav li h5 span{
	float:right;
}
.dashboard .inner-message .left .nav li p{
	font-size:12px;
	font-weight:400;
	color:#686868;
	margin:0;
}
.dashboard .inner-message .left .nav li p span{
	float:right;
	color:#B3B3B3;
}
.dashboard .inner-message .msg-box h2 i{
	font-size:10px;
	font-weight:400;
	margin-left:12px;
	color:#E84546;
}
.dashboard .inner-message .msg-box .comments{
	min-height:580px;
}
.dashboard .inner-message .msg-box .comment{
	margin-bottom:15px;
	position:relative;
	float:left;
}
.dashboard .inner-message .msg-box .comment img{
	float:left;
	margin-right:20px;
}
.dashboard .inner-message .msg-box .comment .comment-title{
	background:#fff;
	border-radius:40px;
	font-size:14px;
	font-weight:400;
	color:#686868;
	margin-left:60px;
	padding:10px 15px;
	box-shadow: 0px 1px 3px 0 hsla(0, 0%, 0%, 0.1);
}
.dashboard .inner-message .msg-box .comment .comment-title:after {
    border-bottom:10px solid transparent;
    border-top:   10px solid transparent;
    border-right: 10px solid #fff;
    border-left: 5px transparent dashed;
    position: absolute;
    top:11px;
	left:49px;
    text-align: center;
    display: block;
    content: "";
}
.dashboard .inner-message .msg-box .comment1{
	margin-bottom:15px;
	position:relative;
	float:right;
}
.dashboard .inner-message .msg-box .comment1 img{
	margin-left:20px;
	float:right;
}
.dashboard .inner-message .msg-box .comment1 .comment-title{
	background:#313E47;
	border-radius:40px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	margin-right:60px;
	padding:10px 15px;
	box-shadow: 0px 1px 3px 0 hsla(0, 0%, 0%, 0.1);
}
.dashboard .inner-message .msg-box .comment1 .comment-title:after {
    border-bottom:10px solid transparent;
    border-top:   10px solid transparent;
    border-right: 5px transparent dashed;
    border-left: 10px solid #313E47;
    position: absolute;
    top:11px;
	right:49px;
    text-align: center;
    display: block;
    content: "";
}
.dashboard .inner-message .msg-box .input-group input{
	border:0;
	height:60px;
}
.dashboard .inner-message .msg-box .input-group .btn-img, .dashboard .inner-message .msg-box .input-group #sendMessage{
	position:absolute;
	font-size:24px;
	font-weight:500;
	border:0;
	z-index:2;
	padding:13px;
	background:transparent;
}
.dashboard .inner-message .msg-box .input-group .btn-img{
	right:48px;
	color:#B2B2B2;
}
.dashboard .inner-message .msg-box .input-group #sendMessage{
	right:0;
}
.dashboard .inner-message .msg-box .input-group #sendMessage i{
	background:#313E47;
	color:#fff;
	border-radius:50%;
	padding:5px 6px;
}

.product-large-image{
	background: #F5F5F5;
    padding: 15px;
    border-radius: 4px;
    height: 385px;
    display: flex;
    place-content: center;
    align-items: center;
}
.product-large-image img{
	height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.global-serach-field .form-control{
	padding: 0;
}

.action_buttons button{
	color: #57247b;
    border: 1px solid;
    background: #fff;
    height: 43px;
    border-radius: 25px;
    font-weight: 600;
    min-width: 125px;
    margin-right: 5px;
    margin-top: 15px;
    outline: none;
}

.button-for-ads{
	text-align: center;
    margin-top: 30px;
    padding-right: 15px;
}
.button-for-ads button{
	border: 1px solid;
    /*min-width: 120px;*/
    padding: 8px 15px 8px 15px;
    position: relative;
    margin-left: 5px;
    color: #57247b;
    border-color: #57247b;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    outline: none;
}
/*.button-for-ads #share-profile-btn{
	background-color: #57247b;
	color: #fff;
}*/
.button-for-ads button i{
	margin-right: 5px;
}

.m_cards{
	text-align: center;
    text-decoration: underline;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer;
}
.m_cards a{
    color: #57247b;
}
/*.m_cards span{
	position: relative;
    top: 10px;
    background: #F5F5F5;
    padding: 0 10px 0 10px;
    cursor: pointer;
    font-size: 16px;
}*/
/*.m_cards b{
	width: 8px;
    height: 8px;
    background: #57247b;
    display: block;
    position: absolute;
    margin-top: 17px;
    border-radius: 50%;
}
.m_cards b:last-of-type{
	    right: 30px;
    margin-top: -4px;
}*/

.track_menu{
	position: absolute;
    background: #ddd;
    margin: -84px 0 0px 0;
    box-shadow: 0 1px 2px 0;
    border-radius: 10px;
}
.track_menu a{
	padding: 10px 15px 10px 15px;
    display: block;
    border-bottom: 1px solid #ccc;
}
.track_menu a:last-of-type{
	border: none;
}

.ulp{
	pointer-events: none;
    cursor: not-allowed;
    background: #eee;
}
.validity_block{
	margin-top: 25px;
	/*background: #F5F5F5;
    padding: 15px;
    min-height: 100px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #999;
    display: flex;
    flex-direction: column;
    place-content: center;*/
}
.validity_block label{
	display: block;
    cursor: pointer;
    margin-bottom: 0 !important;
    font-size: 13px !important;
}
.validity_block section input{
	margin-left: 10px;
	width: 65px;
	height: 25px !important;
}
/*.validity_block section input:nth-child(2){
	margin-left: 10px;
}
*/
.seller-p{
	padding: 15px;
    margin: 50px 0 30px 0;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 #999;
}

.seller-p img{
	width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #eee;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding: 5px;
}
.seller-p h2{
    color: #57247b;
	font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}
.seller-p h4{
	margin: 15px 0 5px 0;
    font-size: 15px;
    font-weight: bold;
}
.seller-p p{
	margin-left: 20px;
}
.seller-p_a{
	display: flex;
    height: 100px;
    place-content: center;
    align-items: center;
    flex-direction: column;
}
.seller-p_a b{
	display: block;
    width: 45px;
    border: 1px solid;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #57247b;
    font-size: 20px;
}
.seller-p_a span{
	display: block;
    font-weight: bold;
    margin-top: 5px;
}
.seller-p_b{
	margin-bottom: 15px;
}
.seller-p_b h2{
	margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.seller-p_b select{
    font-weight: bold;
    height: 40px;
    border-radius: 40px;
}

.wAre{
	background: #E5E5E5;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 20px 0;
    text-align: justify;
    min-height: 430px;
    border-radius: 20px;
}
.wAre h4{
	color: #313E46;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.wAre-a{
	display: flex;
    place-content: center;
    margin-bottom: 50px;
}
.wAre-a li{
	display: table-cell;
    min-width: 180px;
    /*font-weight: bold;*/
    font-size: 28px;
    height: 80px;
    /*padding-top: 10px;*/
}
.wAre-a li:nth-child(2){
	display: flex;
    align-items: flex-end;
}
.wAre-a li:nth-child(4){
	display: flex;
    align-items: flex-end;
}

.selected_subcat{
	padding: 8px 15px 8px 15px !important;
    list-style: none;
    background: #E5E5E5;
    border-radius: 10px;
    font-weight: bold;
}


.hotitem-show{
	display: block;
}

.hotitem-hidden{
	display: none;
}

.update_bids{
	text-align: center;
	margin-top: 15px;
}
.update_bids button{
	border: 1px solid #57247b;
    color: #57247b;
    background: #fff;
    border-radius: 10px;
    width: 100px;
    padding: 5px;
    margin: 0 10px 0 10px;
}


/* css added by sajid on 23/12/2020 */

.payment_page_banner{
	height: fit-content;
    /*position: fixed;
    left: 0;
    right: 0;*/
    /*padding-top: 100px;*/
    background-size: cover;
    background-position: center;
}
.payment_page_a .form-control{
	border-radius: 0;
    height: 40px;
}
.payment_page_a{
	background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0 20px 0;
}
.payment_page_a h1{
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 0;
    color: #57247b;
    text-transform: capitalize;
}
.payment_page_a h1 span{
	display: block;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 10px 0;
    color: #999;
}
.payment_page_a label{
	display: block;
    /*color: #000;
    margin-top: 15px;*/
}
.payment_page_a button{
	background: #57247b;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 15px;
    height: 40px;
}
.payment_page_a .col-md-8 i{
	position: absolute;
    margin: 14px 0 0 12px;
}
.payment_page_a .col-md-8 input{
	padding-left: 35px;
}

.payment_page_b{
	background: #fff;
    padding: 20px;
    margin: 20px 0 0 0;
    border-radius: 10px;
}
.payment_page_b h2{
	font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #57247b;
    line-height: 30px;
}
.payment_page_b p{
	margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.payment_page_b a{
	color: #337ab7;
    margin-top: 15px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
}

.payment_page_c{
	background: #F5F5F5;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 25px;
}
.payment_page_c b{
	color: #000;
}
.payment_page_c i{
	color: #57247b;
    margin-right: 10px;
    font-size: 18px;
}

.form-row{
	box-shadow: 0px 1px 2px 0 #999;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.form-row label span{
	width: 140px;
    display: inline-flex;
    border-right: 1px solid #eee;
}

.back_to_home{
	background: #57247b;
    color: #fff;
    padding: 10px;
    border: 1px solid #57247b;
    border-radius: 25px;
	width: 200px;
    margin-left: 5px;
    outline: none;
}



#bidDialog .modal-header{
	background: #57247b;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
#bidDialog .modal-header h1{
	margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}
#bidDialog .modal-header button{
	color: #fff;
    margin-top: -30px;
    opacity: 1;
    outline: none;
}
#bidDialog .modal-body{
	padding: 0;
}
#bidDialog table{
	margin: 0;
}
#bidDialog table thead th{
	padding: 10px 10px 10px 15px;
	font-size: 15px;
	text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    border: none;
}
#bidDialog table tr td{
	font-size: 16px;
	padding: 10px 15px 10px 15px;
}


.rating_star_icon i{
	font-size: 18px;
	cursor: pointer;
	margin-right: 3px;
	color: yellowgreen;
}

.select2-container .select2-choice .select2-arrow{
	/* top: 0px !important; */
	/* right: 0 !important; */
}
.select2-container .select2-choice {
    height: 34px !important;
    margin: -7px -13px 0 -13px !important;
    padding: 0px 0 0 12px !important;
    line-height: 30px !important;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4 !important;
}

.share_field{
	position: absolute;
    background: #fff;
    z-index: 9;
    padding: 15px;
    box-shadow: 0 1px 3px 0 #57247b;
    left: 30px;
    right: 30px;
    margin-top: 10px;
    border-radius: 25px;
}
.share_field aside{
	text-align: center;
}
.share_field aside button{
	background: #57247b;
    color: #fff;
    padding: 5px;
    border: 1px solid #57247b;
    border-radius: 25px;
    width: 100px;
    margin-left: 5px;
    outline: none;
}
.share_field #closeButton{
	position: absolute;
    right: 0;
    margin: -5px 15px 0 0;
    cursor: pointer;
    color: red;
    font-size: 20px;
}

.video_section{
	/*border: 1px dashed #ccc;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
*/    display: flex;
}
.video_section label input[type="file"] {
    display: none;
}
.video_section label{
	cursor: pointer;
    border: 2px solid #E5E5E5;
    width: 110px;
    height: 100px;
    border-radius: 4px;
    display: flex;
    place-content: center;
    align-items: center;
    margin-right: 5px;
    position: relative;
    z-index: 99;
}
.video_section label i{
	color: #57247b;
    font-size: 36px;
}
.video_section label p{
	margin: 10px 0 0 0;
    font-weight: bold;
}

.video_section-a{
	padding: 20px;
}
.video_section-a h1{
	margin: 0 0 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.video_section-a ul{
	padding: 0;
    margin: 0;
}
.video_section-a ul li{
	display: table-cell;
	vertical-align: top;
    padding-right: 10px;
}
.video_section-a h5{
	background: #eee;
    margin: 0 0 15px 0;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
}
.video_section-a section{
	margin-bottom: 5px;
}

.video_section-b video{
	position: relative;
    bottom: 125px;
    border-radius: 4px;
    margin-bottom: -83px;
}

#video{
	z-index: 99;
    position: relative;
}

/*.alert{
	margin-bottom: 0 !important;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}*/

.test_prp{
	margin: 0 0 0 0;
	padding: 0 0;
}

@media only screen and (min-width: 768px){
	.payment_page_b{
		min-height: 658px;
	}
}

@media only screen and (max-width: 768px){
	.form-row label{
		display: block !important;
	}
	.form-row label span{
		margin-bottom: 5px;
	}
}


