
/*************************/
.download_app {
	display: flex;
	justify-content: center;
  }
  
  .download_app > div {
	width: 200px;
	height: 50px;
  }
  
  .download_app > div a {
	position: relative;
	display: block;
  }
  
  .download_app > div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
  .our-features .cat-links a {
	background-color:unset;
  }
  .our-features h2,
  .our-features h1 {
  	font-size: 20px;
  }
.our-features p ,
.our-features li{
  	line-height: 31px;
    margin-bottom: 1.5em;
    font-size: 20px;
    font-weight: 400;
	text-align: left;
}
.our-features .entry-title{
	text-align: center;
}

aside.feature{
	font-size: 16px;
    font-weight: 600;
}

aside.feature .widget_search li.active,
aside.feature .widget_search li.active a{
	color: #bb9b59;
}
.pricing-plan .plan-name h5{
	text-align: center;
}

.pricing-plan .plan-features .list-bordered  li{
	font-size: 18px;
    color: #000;
    font-weight: 400;
}

.pricing-plan .plan-features .list-bordered  li .detail{
    color: #bb9b59;
}

.pricing-plan .plan-features .list-bordered li{
	text-align: center;
}

.plan-featured{
	box-shadow: 0 3px 7px 0px rgb(187 155 89);
}
.pricing-plan .plan-button{
	text-align: center;
}
.button{
	font-weight: 600 !important;
}

#toTop {
    bottom: 83px;
    left: 24px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control {
	padding: 2px 16px;
}
nav.side-bar li{
	font-weight: 600;
}

nav.side-bar li.is-active a{
	color: #bb9b59 !important;
}
nav.side-bar li:before{
	content: '';
}


.woocommerce-MyAccount-content .content-page{
	background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.35);
    padding: 20px;
}
.button-primary{
	background-color: #bb9b59;
    border: 2px solid #bb9b59;
    border-radius: 5em;
    color: #1f232b;
    cursor: pointer;
    font-size: 16px;
	padding: 15px 35px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 4px;
    min-width: 170px;
    text-align: center;
    text-transform: capitalize;
    white-space: pre-wrap;
}

.content-page form{
    box-shadow: unset !important;
    padding: 0px !important;
}
.avatar-text{
	font-size: 25px;
    font-weight: 600;
    background: #c3984e;
    padding: 19px;
    border-radius: 50%;
    color: #fff;
    margin: 0px 10px;
}
.textarea-noborder{
	border: 0px !important;
	background: transparent;
}
.message-ticket{
	font-size: 17px;
    font-weight: 400;
}
.form-auth{
    width: 50%;
    margin: auto;
    -webkit-box-shadow: 10px 10px 35px 0px rgba(49,33,20,1);
    -moz-box-shadow: 10px 10px 35px 0px rgba(49,33,20,1);
    box-shadow: 10px 10px 35px 0px rgba(49,33,20,1);
}
.lib-book .img-wrap{
	text-align: center;
}
.text-avatar{
	font-size: 14px;
    text-align: center;
    min-height: 200px;
	padding: 20px;
}
.text-avatar img{
	max-width:200px;
	min-width:100px;
}

.products .product:hover > a::after {
  background-color: unset !important;
}
.woocommerce-pagination ul.page-numbers span {
  background-color: #bb9b59 !important;
  border-color: #bb9b59 !important;
}
.woocommerce-pagination ul.page-numbers span, .woocommerce-pagination ul.page-numbers a{
	border: 2px solid #bb9b59 !important;
}
.woocommerce-pagination ul.page-numbers span:hover, .woocommerce-pagination ul.page-numbers a:hover {
  background-color: #bb9b59 !important;
}
.product.type-product .images{
	width: unset;
}
.title-file{
	font-size: 16px;
    font-weight: 500;
    line-height: 23px;
	text-align:center;
	margin: 6px 0px;
}
.page_title h1, .page_title h2 {
    line-height: 2 !important;
}
@media (min-width: 768px){
	.page_footer.footer-1 .widget_nav_menu ul li a {
		margin: 0 20px;
	}
}
.page_footer.footer-1.ds .widget_nav_menu ul li:after {
    content: unset;
}
#whatsapp-connect {
    font-size: 43px;
    background: green;
    color: #fff;
    padding: 7px 11px;
    border-radius: 50%;
    position: fixed;
    bottom: 23%;
    right: 5px;
    box-shadow: -5px -2px 32px 5px rgba(140,135,135,1);
    -webkit-box-shadow: -5px -2px 32px 5px rgba(140,135,135,1);
    -moz-box-shadow: -5px -2px 32px 5px rgba(140,135,135,1);
    z-index: 100000;
}