.comments__actions button span {
	display: block;
}
.details__text{
	height: auto; 
}
.select2-container--default .select2-selection--single {
	line-height: 40px;
	width: 100%;
    height: 44px;
    border-radius: 6px;
    border: 1px solid rgba(167,130,233,0.06);
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    background: url(../img/arrow2.svg) no-repeat center right 20px rgba(167,130,233,0.03);
    background-size: 12px auto;
    letter-spacing: 0.4px;
	
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 40px;
}
.select2-dropdown {
	background-color: #1b222e;
	color: #fff;
}
.select2-selection__arrow{
	display:none;
}

[disabled] .noUi-connect {
	background: #a782e9;
}
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target{
	cursor: context-menu;
}
#scrll_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  font-size:40px;
  color: #a782e9;
  cursor: pointer;
  padding: 10px;
  border-radius: 20%;
  margin-right:5px;
  background-color: rgba(184,179,173, 0.3);
}

#scrll_top:hover {
  color: #b6a1d4;
}
/* Load img */
.lds-facebook {
  display: inline-block;
  position: relative;
  height: 80px;
  margin-left: 40%;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

/*index and details page style*/
.list_item_text{
	font-size: 14px;
	font-weight: 300;
	color: #dbdada;
	line-height: 22px;
	padding-top:10px;
	height:90px;
}
.form_category_list_inline{
	display: inline;
}
.text_align_center{
	text-align: center;
}
.margin_auto{
	margin:auto;
}
.width_100{
	width:100%;
}

@media screen and (min-width: 500px) { 
	.media_platform_whatsapp { 
		display: none 
	} 
}
.developer_name_val{
	padding-right:5px;
}
.div_details_rate{
	padding-top:10px;
}
.media_platform_span{
	font-size: 26px;
}
.media_platform_a_whatsapp{
	color:#01e675;
}
.media_platform_a_facebook{
	color:#507BBE;
}
.media_platform_a_twitter{
	color:#64CCEF;
}
.media_platform_a_phone{
	color: Dodgerblue;
}
.fa-angle-double-up{
	size:7px;
}
.browse_bottom_div{
	width:50%;
	margin:50px auto;
}
.cursor_context_menu{
	cursor: context-menu;
}
.load_more_data_btn{
	margin: 20px auto;
}
/* header-nav (navigation menu) */
@media (min-width: 1310px){
	.header__form {
		width: 50%;
	}
	.header__input {
		/*width: 432px;*/
	}
	.header__form:before {
		left: 0;
	}
}
.header__select{
	width: 100%;
}

/* details.php */
.card__preorder_keyword{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #f26c2a;
	border-radius: 6px;
	min-height: 24px;
	padding: 0 13px;
	margin: 3px 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	z-index: 2;
}
@media (min-width: 992px){
	.details__cart {
		min-height: 340px;
		height: auto;
	}
}
.details__keywords{
	display: flex;
	flex-wrap: wrap;
	margin:40px 0;
}
.card__description{
	text-align:justify;
	font-size: 14px;
	font-weight: 300;
	color: #dbdada;
	line-height: 22px;
	padding-bottom: 10px;
	height: 90px;
	margin: 0 10px;
}
/* categories page */
.faq__list_categories li {
	margin-bottom: 10px;
	line-height: 20px;
}
.faq__title_categories {
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.faq__title_categories a {
	color: #fff;
}
.faq__title_categories a:hover {
  color: #a782e9;
}
.faq__title_categories span {
	color: #dbdada;
	font-size: 14px;
}
/* Developer page */
.developer-description{
	background-color: rgba(27,34,46,0.5);
	border: 1px solid rgba(167,130,233,0.06);
	padding: 20px;
	border-radius: 6px;
	margin-top: 30px;
}
.section--first--developer{
	padding-bottom: 15px;
}
.title-developer-description{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

/* header-nav langueges */ 
@media (min-width: 1310px){
	.header__actions-new {
		width: 80px;
	}
}

/* All pages */
.footer{
	border-style:none;
}

/* Categories page */
.border-bottom-cat{
	border-bottom: 1px solid rgba(167,130,233,0.06);
}

.faq__title {
	border-style:none;
}
.faq__list_categories{
	padding-top:10px;
}
/* Home page */
.home-description {
	background-color: rgba(27,34,46,0.5);
	border: 1px solid rgba(167,130,233,0.06);
	padding: 20px;
	border-radius: 6px;
	margin-top: 25px;
}
.title-home-description {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 20px;
	font-family: montserrat,sans-serif;
}

.home-description span{
	color: #a782e9;
}
.card__title .rate_votes{
	font-size: 14px;
	font-weight: 300;
	color: rgb(243, 156, 18);
	line-height: 22px;
	padding-top: 10px;
}

.section--bg:before{
	background: linear-gradient(to bottom, rgba(27,34,46,0.6) 0%, #1b222e 60%);
}
.table-home-description td{
	padding: 3px 5px;
}
.table-home-description{
	border: none;
}

@media only screen and (max-width: 600px) {
	.table-home-description tr,td {
		display: block;
	}
}

#desktop_logo{
	width: 200px;
}
#mobile_logo{
	width: 80px;
}
.header__content_nav{
	height: 80px;
}
.header__lang{
	margin-top: 20px;
}
.header__nav{
	padding-top:20px;
}