img {
	aspect-ratio: attr(width) / attr(height);
}
input[type="number"] {
	padding-right: 0;
	border-right: 10px solid #f4f5f8;
}
input:read-only {
	background: #fafafa;
}
select:focus {
	border-color: #ef1414;
}
.text_field {
	border: 0;
}
tr p {
	margin-bottom: 0;
}
.donate-frame iframe {
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
	box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
	height: 574px;
	width: 100%;
	overflow: hidden;
}
.br_0 {
	border-right: 0 !important;
}
.statement_info_card .icon,
.statement_info_card .info,
.user_area .user_single .user__short_desc .user_avatar,
.user_area .user_single .user__short_desc .user_info,
.v_middle {
	margin: 0 -2px;
}
.author-card .author-infos .author-btn .btn:hover {
	background: #d20707;
}
.shortcode_wrapper {
	margin-top: 40px;
}
.menu--style1 .mainmenu__menu ul li a {
	color: #000;
}
.affliate_rule_module .card--category ul li a:hover,
.affliate_rule_module .card--forum_categories ul li a:hover,
.affliate_rule_module .card--top_discussion .card-content li a:hover,
.affliate_rule_module .faq--card .card-content li a:hover,
.faq--sidebar .card--category ul li a:hover,
.faq--sidebar .card--forum_categories ul li a:hover,
.faq--sidebar .card--top_discussion .card-content li a:hover,
.faq--sidebar .faq--card .card-content li a:hover,
.menu--style1 .searc-wrap .search-wrap__btn,
.product--sidebar .card--category ul li a:hover,
.sidebar--blog .card--category ul li a:hover,
.sidebar--blog .card--forum_categories ul li a:hover,
.sidebar--blog .card--tags .tags li a,
.sidebar--blog .card--top_discussion .card-content li a:hover,
.sidebar--blog .sidebar--post .card-title ul li a.active,
.sidebar--single-product .card-pricing.item-preview .price h1,
.sidebar--single-product .sidebar-card.card-pricing .price h1,
.support--sidebar .card--category ul li a:hover,
.support--sidebar .card--forum_categories ul li a:hover,
.support--sidebar .card--top_discussion .card-content li a:hover,
a {
	color: #ef1414;
}
.sidebar--single-product .card-pricing.item-preview .price,
.sidebar--single-product .sidebar-card.card-pricing .price {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidebar--single-product .card-title {
	margin: -30px -30px 0;
}
.sidebar--single-product .card--metadata ul.data > li {
	padding: 22px 0;
}
.affliate_rule_module .login_promot,
.btn,
.faq--sidebar .login_promot,
.sidebar--blog .login_promot,
.sidebar--single-product .card--pricing2.item-preview .price,
.sidebar--single-product .sidebar-card.card--pricing2 .price,
.support--sidebar .login_promot {
	background: #ef1414;
}
.author-card.item-preview,
.author-card.sidebar-card {
	padding: 15px;
}
.author-card .author-infos .author-badges {
	padding: 0 30px 20px;
}
.author-card .author-infos .author-badges ul li {
	margin: 0 0 10px;
}
.author-card
	.author-infos
	.single_blog_content
	.share_tags
	.share
	.social_share,
.author-card .author-infos .social,
.single_blog_content
	.share_tags
	.share
	.author-card
	.author-infos
	.social_share {
	margin-bottom: initial;
}
.banner:before {
	content: "";
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#d20707),
		to(#ef1414)
	);
	background: -webkit-linear-gradient(right, #d20707, #ef1414);
	background: -o-linear-gradient(right, #d20707, #ef1414);
	background: linear-gradient(to left, #d20707, #ef1414);
}
.btn {
	border: 0;
}
.btn--light,
.btn-light,
.btn.btn--white {
	color: #fff;
}
.btn--light:hover,
.btn-light:hover,
.btn.btn--white:hover,
.product .prod_btn a:hover,
.product-desc .product_title:hover h4,
.product-desc ul.titlebtm > li a:hover,
.product-purchase .price_love > span {
	color: #ef1414;
}
.btn--bordered,
.btn--bordered:active,
.btn--bordered:focus,
.btn--bordered:hover {
	border: 1px solid #ef1414;
	color: #ef1414;
	background: initial;
}
.search-btn {
	background: 0 0;
	color: initial;
	min-width: none;
	border: initial;
}
.search-btn .lnr {
	font-weight: 900;
}
.btn--secondary,
.btn--secondary:hover,
.btn-secondary,
.btn-secondary:hover,
.btn.btn--color1,
.btn.btn--color1:hover {
	background: #d20707;
}
.btn--secondary.btn--bordered,
.btn--secondary:hover.btn--bordered,
.btn-secondary.btn--bordered,
.btn-secondary:hover.btn--bordered,
.btn.btn--color1.btn--bordered,
.btn.btn--color1:hover.btn--bordered {
	border: 1px solid #d20707;
	color: #d20707;
}
.products {
	padding: initial;
}
.product {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	/*padding-bottom: 40px;*/
}
.product:hover {
	margin-top: -15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.product .product__thumbnail {
	height: 140px;
	background: #fff;
	border-radius: 4px 4px 0 0;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.product .product__thumbnail img {
	width: auto;
	height: auto;
	max-width: 91%;
	max-height: 90%;
	border-radius: 10px;
}
.product .product__thumbnail:before {
	background-color: #d20707;
	background: #ef1414;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#d20707),
		to(#ef1414)
	);
	background-image: -webkit-linear-gradient(left, #d20707, #ef1414);
	background-image: -o-linear-gradient(left, #d20707, #ef1414);
	background-image: linear-gradient(to right, #d20707, #ef1414);
}
.product:hover .product__thumbnail:before {
	opacity: 0;
}
.product-desc {
	padding: 20px;
}
.product-desc .product_title {
	margin-bottom: initial;
	display: initial;
}
.product-desc .product_title h4 {
	font-size: 15px;
}
.product--card-small .product-purchase a,
.product-desc ul li.product_cat a,
.product-meta .love-comments p span.lnr,
.product-purchase .price_love p span,
.table tbody > tr > td.earning.subtract {
	color: #d20707;
}
.product--card-small ul.titlebtm > li .sell span,
.product-purchase .sell p span,
.table tbody > tr > td.detail a,
.table tbody > tr > td.earning {
	color: #ef1414;
}
.product--card .product-desc {
	height: auto;
	background: #fff;
	padding: 15px;
	border-top: 1px solid #dedede;
	position: absolute;
	border-radius: 0 0 4px 4px;
	bottom: 0;
	width: 100%;
}
.single_blog_content .share_tags .share .social_share span.fa-twitch,
.social--color--filled span.fa-twitch {
	background: #4b367c;
}
.single_blog_content .share_tags .share .social_share span.fa-steam,
.social--color--filled span.fa-steam {
	background: #000;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
	background: #ef1414 !important;
	color: #fff !important;
}
.pagination-area .next.page-numbers:hover,
.pagination-area .prev.page-numbers:hover,
.pagination-area.pagination-area2 .page-numbers.next:hover,
.pagination-area.pagination-area2 .page-numbers.prev:hover {
	background: #d20707;
}
.accordion .accordion__single .panel-title a.active,
.accordion .accordion__single .single_acco_title a.active,
.accordion .panel-default .panel-title a.active,
.accordion .panel-default .single_acco_title a.active,
.pagination-area.pagination-area2 .page-numbers:hover,
.panel-group .accordion__single .panel-title a.active,
.panel-group .accordion__single .single_acco_title a.active,
.panel-group .panel-default .panel-title a.active,
.panel-group .panel-default .single_acco_title a.active,
.table tbody > tr > td.action a:hover,
.table.withdraw__table .pending > span {
	background: #ef1414;
}
.breadcrumb-area {
	padding: 25px 0 !important;
	padding-bottom: initial;
}
.breadcrumb-area .breadcrumb ul li a {
	line-height: initial;
}
.breadcrumb-area .page-title {
	color: #3a3a3a;
	font-size: 21px;
}
.breadcrumb ul li:after {
	color: #ccc;
}
.breadcrumb ul li a {
	color: #cacaca;
}
.breadcrumb ul li.active a {
	color: #505050;
}
.modal .modal_close {
	background: #d20707;
}
.table thead > tr > th {
	padding: 20px 0 20px 20px;
	border-top: none;
}
.table thead > tr > th:last-child {
	padding: 15px 20px;
}
.table tbody > tr > td {
	padding: 10px 0 10px 20px;
}
.table.withdraw__table .paid > span,
.timeline .happening:hover .happening--period p {
	color: #ef1414;
}
.progress_wrapper .progress .progress-bar,
.single_blog_content
	.share_tags
	.share
	.single_team_member
	figure
	.social_share,
.single_team_member
	figure
	.single_blog_content
	.share_tags
	.share
	.social_share,
.single_team_member figure .social {
	background-color: #d20707;
	background: #ef1414;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#d20707),
		to(#ef1414)
	);
	background-image: -webkit-linear-gradient(left, #d20707, #ef1414);
	background-image: -o-linear-gradient(left, #d20707, #ef1414);
	background-image: linear-gradient(to right, #d20707, #ef1414);
}
.timeline:after,
.timeline:before {
	background: #d20707;
}
.single_blog_content
	.share_tags
	.share
	.single_team_member
	figure
	.social_share
	ul
	li
	a
	span.fa-twitter,
.single_team_member
	figure
	.single_blog_content
	.share_tags
	.share
	.social_share
	ul
	li
	a
	span.fa-twitter,
.single_team_member figure .social ul li a span.fa-twitch {
	color: #6441a4;
}
.single_blog_content
	.share_tags
	.share
	.single_team_member
	figure
	.social_share
	ul
	li
	a
	span.fa-google-plus,
.single_team_member
	figure
	.single_blog_content
	.share_tags
	.share
	.social_share
	ul
	li
	a
	span.fa-google-plus,
.single_team_member figure .social ul li a span.fa-youtube {
	color: red;
}
.single_blog_content
	.share_tags
	.share
	.single_team_member
	figure
	.social_share
	ul
	li
	a:hover
	span,
.single_team_member
	figure
	.single_blog_content
	.share_tags
	.share
	.social_share
	ul
	li
	a:hover
	span,
.single_team_member figure .social ul li a:hover span {
	border: 0;
	background-color: #8a3ab9;
	color: #fff;
}
.single_blog_content
	.share_tags
	.share
	.single_team_member
	figure
	.social_share
	ul
	li
	a:hover
	span.fa-twitter,
.single_team_member
	figure
	.single_blog_content
	.share_tags
	.share
	.social_share
	ul
	li
	a:hover
	span.fa-twitter,
.single_team_member figure .social ul li a:hover span.fa-twitch {
	background: #6441a4;
}
.single_blog_content
	.share_tags
	.share
	.single_team_member
	figure
	.social_share
	ul
	li
	a:hover
	span.fa-google-plus,
.single_team_member
	figure
	.single_blog_content
	.share_tags
	.share
	.social_share
	ul
	li
	a:hover
	span.fa-google-plus,
.single_team_member figure .social ul li a:hover span.fa-youtube {
	background: red;
}
.dropdown.dropdown--cart .cart_area .cart_product .product__info .info .cat a,
.dropdown.dropdown--cart
	.cart_area
	.cart_product
	.product__info
	.info
	.title:hover {
	color: #d20707;
}
.dropdown.dropdown--author ul li a:hover,
.pricing.blue .pricing--btn,
.pricing.blue:before,
.timeline .happening:hover .happening--period:before,
.timeline:after {
	background: #ef1414;
}
.dropdown {
	border-top: 1px solid #ef1414;
}
.dropdown:before {
	border-bottom: 10px solid #ef1414;
}
.dropdown.messaging--dropdown
	.notifications_module
	.notification
	.notification__info
	.info
	.time,
.dropdown.notification--dropdown
	.notifications_module
	.notification
	.notification__info
	.info
	.time {
	right: 20px;
	top: 20px;
	position: absolute;
}
.alert.alert-default,
.alert.alert-default .close,
.custom_dropdown li a:hover,
.dropdown li a:hover,
.dropdown.dropdown--cart .cart_area .cart_product .product__action p,
.dropdown.dropdown--cart .cart_area .cart_product .product__action span,
.dropdown.messaging--dropdown .message .message_data .name_time .name span,
.dropdown.messaging--dropdown .message.recent .time,
.dropdown.messaging--dropdown li a:hover,
.megamnu_module .menu_items .menu_column li a:hover,
div#ui-datepicker-div tbody tr td a:hover {
	color: #ef1414;
}
.dropdown.dropdown--cart .cart_area .cart_action .go_cart {
	background: #d20707;
}
.badge,
.dropdown.dropdown--cart .cart_area .cart_action .go_checkout,
.dropdown.dropdown--menu ul li a:hover,
div#ui-datepicker-div .ui-datepicker-header {
	background: #ef1414;
}
.megamnu_module .menu_items .menu_column li a {
	-webkit-transition: #ef1414;
	-o-transition: #ef1414;
	transition: #ef1414;
}
.custom_dropdown {
	border-top: 1px solid #ef1414;
}
.filter__menu .filter__menu_icon .filter_dropdown li a:hover,
.or:before,
.pcolor,
.section-title h1 .highlighted {
	color: #ef1414;
}
.price-ranges span,
.scolor {
	color: #d20707;
}
.bg_image_holder {
	background-image: url(../images/donate.jpg);
	opacity: 1;
}
.dashboard_contents .dashboard_title_area .date_area .btn:hover,
.pcolorbg,
.product-title-area .date_area .btn:hover,
.shortcode_module_title .date_area .btn:hover {
	background: #ef1414;
}
.scolorbg {
	background: #d20707;
}
.section--padding {
	padding-top: 40px !important;
	padding-bottom: 40px;
}
.section-title {
	text-align: center;
	padding-bottom: 0;
}
.product-title-area h2 {
	font-size: 25px;
}
.dashboard_contents .dashboard_title_area,
.product-title-area,
.shortcode_module_title {
	margin-bottom: 30px;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dashboard_contents .dashboard_title_area .product__slider-nav,
.product-title-area .product__slider-nav,
.range-slider.ui-slider .ui-slider-range,
.shortcode_module_title .product__slider-nav,
.tags--round ul > li a:hover {
	background: #d20707;
}
.dashboard_contents .dashboard_title_area .product__slider-nav span,
.feature,
.product-title-area .product__slider-nav span,
.shortcode_module_title .product__slider-nav span {
	cursor: pointer;
}
.custom-checkbox2 .form-group p.label span.circle:before,
.custom-checkbox2 label span.circle:before,
.custom-radio .form-group p.label span.circle:before,
.custom-radio label span.circle:before,
.custom_checkbox .form-group p.label .shadow_checkbox:before,
.custom_checkbox label .shadow_checkbox:before,
.form-group .custom-checkbox2 p.label span.circle:before,
.form-group .custom-radio p.label span.circle:before,
.form-group .custom_checkbox p.label .shadow_checkbox:before,
.range-slider.ui-slider .ui-slider-handle,
ul.nav-tabs li a:before {
	background: #ef1414;
}
.custom-checkbox2 .form-group p.label span.circle,
.custom-checkbox2 label span.circle,
.custom-radio .form-group p.label span.circle,
.custom-radio label span.circle,
.form-group .custom-checkbox2 p.label span.circle,
.form-group .custom-radio p.label span.circle {
	border: 4px solid #a9a9a9;
}
.custom-radio .form-group p.label span.circle:before,
.custom-radio label span.circle:before,
.form-group .custom-radio p.label span.circle:before {
	border: 4px solid #ef1414;
}
.comment-form-area .comment-form textarea,
.comment-reply-form textarea,
.input-group .input-group-addon,
.select-wrap.select-wrap2 select,
.visit_data .v_refer .nav.nav-tabs li,
ul.nav-tabs li a,
ul.nav-tabs.nav--tabs2 li {
	border: 0;
}
.feature {
	padding: 0;
	border-radius: 5px;
}
.feature img {
	width: 100%;
	border-radius: 5px;
}
.feature:hover {
	margin-top: -15px;
}
.feature2,
.feature:hover {
	-webkit-box-shadow: 0 2px 50px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 50px rgba(0, 0, 0, 0.16);
}
ul.nav-tabs li a:hover {
	border: 0;
	color: #ef1414;
}
.card_style1 .card_style1__info .date_place li span,
.card_style1 .card_style1__info figcaption a:hover h3,
.card_style2 .card_style2__location_type p span,
.card_style2 a,
.content_block1 .content_area .content_area--title .highlight,
.content_block2 .content_area .content_area--title .highlight,
.content_block2 .content_area2 .content_area--title .highlight,
.content_block2 .content_area2 .content_area2--title .highlight,
.single_feature .feature__icon span,
ul.nav-tabs li a.active {
	color: #ef1414;
}
.author-area.not_logged_in .join {
	padding: 20px 0;
}
.author-area__seller-btn,
.author__notification_area ul li .notification_count.purch {
	background: #ef1414;
}
.author-area__seller-btn:hover,
.item-preview .prev-nav span:hover,
.more-product a:hover,
.search_box .search-btn:hover {
	background: #d20707;
}
.autor__info {
	margin-left: initial;
	vertical-align: middle;
}
.autor__info .ammount,
.hero-area .hero__btn-area .btn:hover,
.hero-area.hero--2 .hero__btn-area .btn:hover,
.mainmenu__menu .navbar-nav > li:hover > a,
.news .news-title:hover h4 {
	color: #ef1414;
}
.author__notification_area {
	margin-right: 15px;
}
.author__notification_area ul li {
	padding: 28px 10px;
}
.author-author__info {
	padding: 14px 0;
}
.mainmenu__menu {
	border: 0;
	text-align: center;
	position: relative;
	margin: 0 0 -45px;
}
.mainmenu__menu .navbar-collapse {
	width: 100%;
	margin: 0 auto;
	flex-grow: unset;
	float: none;
	height: auto;
	top: -10px;
	padding: 0 40px;
	justify-content: center;
}
.mainmenu__menu .navbar-nav > li {
	padding: initial;
	margin-right: 30px;
}
.mainmenu__menu .navbar-nav > li > a,
.price-badges div:hover,
.title_area h6 {
	font-weight: 700;
}
.searc-wrap .search-wrap__btn {
	background: #ef1414;
}
.hero-area {
	height: initial;
}
.featured-product-slider .featured__preview-img:before,
.hero-area.hero--1:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#d20707),
		to(#ef1414)
	);
	background: -webkit-linear-gradient(right, #d20707, #ef1414);
	background: -o-linear-gradient(right, #d20707, #ef1414);
	background: linear-gradient(to left, #d20707, #ef1414);
}
.hero-area .hero__btn-area .btn:first-child {
	margin-right: 26px;
}
.hero-area + section {
	padding-top: initial;
}
.hero-area.hero--2 .hero__content__title h1 {
	color: #ef1414;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#d20707),
		to(#ef1414)
	);
	background: -webkit-linear-gradient(right, #d20707, #ef1414);
	background: -o-linear-gradient(right, #d20707, #ef1414);
	background: linear-gradient(to left, #d20707, #ef1414);
}
.go_top,
.hero-area.hero--2 .hero__btn-area .btn,
.sorting ul li a:hover {
	background: #ef1414;
}
.go_top {
	right: -webkit-calc((100% - 1140px)/2);
	right: calc((100% - 1500px) / 2);
	bottom: 20px;
}
.search-area {
	display: none;
}
.search_box {
	padding: 15px;
	border-radius: 50px;
	z-index: 3;
}
.search_box .text_field {
	line-height: 50px;
	height: 50px;
	border-radius: 32px;
	border: 1px solid #ef1514;
	z-index: 999;
	width: 100% !important;
}
.search_box .search-btn {
	position: absolute;
	border-radius: 999px;
	margin: 0;
	padding: 2px 12px;
	color: #fff;
	background: #000;
	right: 19px;
}
.search_box::before,
.search_box:after {
	position: initial;
	border-radius: 48px;
	height: 0;
	width: 0;
}
.home1 .products,
.products {
	background: initial;
}
.dashboard_contents .featured-products .dashboard_title_area span.lnr:active,
.featured-products .dashboard_contents .dashboard_title_area span.lnr:active,
.featured-products .product-title-area span.lnr:active,
.featured-products .shortcode_module_title span.lnr:active {
	background: #dc2323;
}
.featured-product-slider .featured__preview-img .prod_btn a:hover {
	background: #fff;
	color: #ef1414;
}
.featured-product-slider .featured__product-description {
	padding: 41px 50px 0;
}
.featured-product-slider
	.featured__product-description
	.product-purchase
	.price_love
	> span,
.followers-feed .product__slider-nav {
	background: #ef1414;
}
.followers-feed .product__slider-nav span.lnr:active:active {
	background: #e20a0a;
}
.proposal--left {
	background: #ef1414 no-repeat bottom;
}
.proposal--right {
	background: #d20707 no-repeat bottom;
}
.testimonial {
	border-left: 2px solid #ef1414;
}
.promotion-content .promotion__title span,
.testimonial-slider .slick-arrow,
.thread .thread-list .single-thread .media-body a.reply-link:hover,
.thread.thread_review .thread-list .review_tag {
	color: #d20707;
}
.news .news__meta {
	text-align: center;
}
.call-to-action:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#d20707),
		to(#ef1414)
	);
	background: -webkit-linear-gradient(right, #d20707, #ef1414);
	background: -o-linear-gradient(right, #d20707, #ef1414);
	background: linear-gradient(to left, #d20707, #ef1414);
}
.mini-footer {
	padding: 25px 0;
}
.dashboard_menu_area .dashboard_menu li a:hover,
.dashboard_menu_area .dashboard_menu li.active a,
.filter-bar .filter--text a:hover,
.footer-area.footer--light .mini-footer p a,
.mini-footer p a:hover,
.news .news__meta .date span.lnr,
.promotion-content .promotion__subtitle,
.sidebar_author .message-card .message-form p a,
.special__feature-title .highlight,
.step_num,
.support .support__form .usr-msg p a,
.thread .thread-list .single-thread .media-body a.reply-link,
.thread.thread_review
	.thread-list
	.single-thread
	.media-body
	.media-heading
	.rev_item {
	color: #ef1414;
}
.breadcrumb-area:before,
.search-area2:before {
	background: #fff !important;
	opacity: 1;
}
.item-preview .item-action a:hover,
.thread .thread-list .single-thread .media-body .comment-tag.buyer,
.user_area .user_single .user__status.user--follow .btn {
	background: #d20707;
}
.credit_modules .modules__content .amounts ul li p.selected,
.item-preview .prev-nav span,
.shortcode_modules .modules__content .amounts ul li p.selected,
.sidebar_author .author-menu ul li a.active,
.sidebar_author .author-menu ul li a:hover,
.thread .thread-list .single-thread .media-body .comment-tag.author,
.upload_modules .modules__content .amounts ul li p.selected,
.user_area .user_single .user__status.user--follow .btn:hover,
.withdraw_module .modules__content .amounts ul li p.selected {
	background: #ef1414;
}
.dashboard_menu_area {
	background: #fff;
}
.dashboard-edit .product .prod_option .options ul li a:hover,
.dashboard_module .loading a:hover,
.product_archive.added_to__cart .short_desc a:hover h4,
.product_que .cross,
.rating_modal .modal-header p a,
.recent_sells .single_sell .ammount p,
.single_item_visitor .dashboard__content .item_info .info h4,
.single_product .license p,
.single_product .product__price_download .item_action .remove_from_cart span,
.statistics_data .single_stat_data p span {
	color: #ef1414;
}
.information_module .information__set .information_wrapper {
	padding: 30px;
}
.profile_images .upload_btn .btn {
	background: #d20707;
}
.profile_images .upload_btn .btn:hover {
	background: #ef1414;
	color: #fff;
}
.product_archive {
	margin-bottom: 50px;
	-webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
	box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
}
.product_archive .title_area {
	padding: 20px;
}
.single_product {
	padding: 15px;
}
.single_product .product__description .short_desc {
	width: auto !important;
	padding-left: 0;
}
.single_product .product__additional_info ul li a:hover {
	color: #d20707;
}
.single_product .product__price_download {
	display: initial;
}
.single_product .product__price_download .item_price span {
	padding: 0 11px;
	color: #ef1414;
	margin-right: 0;
}
.rating_modal .modal-header p {
	display: inline-block;
	margin-left: 14px;
}
.credit_modules .modules__content .payment_method li,
.shortcode_modules .modules__content .payment_method li,
.upload_modules .modules__content .payment_method li,
.withdraw_module .modules__content .payment_method li {
	margin-right: 12px;
	margin-bottom: 20px;
}
.credit_modules .modules__content .payment_method li:last-child {
	margin-right: 0;
}
.print_btn,
.withdraw_module .button_wrapper .cancel_btn {
	background: #d20707;
}
.dashboard-edit .product .prod_option .setting-icon {
	background: #000;
}
.testimonial_video .video_play button,
.trumbowyg-box,
.trumbowyg-editor {
	border: 0;
}
.notifications_module .notification .notification__icons .noti_icon.loved,
.notifications_module .notification .notification__info .info p a,
.progress_wrapper .p_cross,
.upload_cross,
.withdraw_module .modules__content .subtitle a {
	color: #ef1414;
}
.notifications_module .notification {
	padding: 20px 40px;
}
.messaging_sidebar .messaging__contents .messages .message.active:before,
.notifications_module .notification .line,
.notifications_module .notification .line:after,
.notifications_module .notification .line:before,
.recent_message .dashboard__content .messages .message.active:before,
.recent_message .messaging__contents .messages .message.active:before,
.thread_sort_area .sort_options ul li.active a,
.thread_sort_area .sort_options ul li:hover a {
	background: #ef1414;
}
.notifications_module .notification .notification__info .info,
.notifications_module .notification .notification__info .info_avatar {
	display: initial;
}
.login_assist p a:hover,
.notifications_module .notification .notification__icons .noti_icon.commented,
.notifications_module .notification .notification__icons span.lnr-cross:hover {
	color: #d20707;
}
.chat_area .chat_area--conversation .body .attachments .attachment_head a,
.chat_area .chat_area--title .message_toolbar a:hover span,
.chat_area .chat_area--title h3 span,
.chat_area .message_composer .attached p,
.chat_area .message_composer .btns .form-group p.label,
.chat_area .message_composer .btns .form-group p.label span,
.chat_area .message_composer .btns label,
.chat_area .message_composer .btns label span,
.form-group .chat_area .message_composer .btns p.label,
.form-group .chat_area .message_composer .btns p.label span,
.form-group .recent_message .dashboard__content .message_composer .btns p.label,
.form-group
	.recent_message
	.dashboard__content
	.message_composer
	.btns
	p.label
	span,
.login_assist p a,
.messaging_sidebar .messaging__contents .messages .message_data .name span,
.messaging_sidebar .messaging__contents .messages .message_data .time,
.messaging_sidebar .messaging__header .messaging_menu,
.order_summary ul li.item a,
.recent_message
	.dashboard__content
	.chat_area--conversation
	.body
	.attachments
	.attachment_head
	a,
.recent_message
	.dashboard__content
	.chat_area--title
	.message_toolbar
	a:hover
	span,
.recent_message .dashboard__content .chat_area--title h3 span,
.recent_message .dashboard__content .message_composer .attached p,
.recent_message .dashboard__content .message_composer .btns .form-group p.label,
.recent_message
	.dashboard__content
	.message_composer
	.btns
	.form-group
	p.label
	span,
.recent_message .dashboard__content .message_composer .btns label,
.recent_message .dashboard__content .message_composer .btns label span,
.recent_message .dashboard__content .messages .message_data .name span,
.recent_message .dashboard__content .messages .message_data .time,
.recent_message .messaging__contents .messages .message_data .name span,
.recent_message .messaging__contents .messages .message_data .time,
.recent_message .messaging__header .messaging_menu {
	color: #ef1414;
}
.messaging_sidebar .messaging__contents .message_search input,
.recent_message .dashboard__content .message_search input,
.recent_message .messaging__contents .message_search input {
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.chat_area .message_composer.composing .cancel_btn,
.recent_message .dashboard__content .message_composer.composing .cancel_btn {
	background: #d20707;
}
.content_block3 .area_content a:hover,
.forum_detail_area .forum--replays .forum_single_reply .name_vote h4 span,
.forum_detail_area .vote,
.how_it_works_module .area_content a:hover,
.single_speaker .speaker_social ul li span,
.support_thread_list
	.support_thread--single
	.support_thread_info
	.support_title
	span.pinned {
	background: #ef1414;
}
.support_thread_list .support_thread--single .support_thread_info .support_tag {
	color: #d20707;
}
.forum_detail_area .forum--issue .suppot_query_tag .support_tag,
.single_speaker .speaker_social ul li a:hover span {
	background: #d20707;
}
.about_hero:before {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#d20707),
		to(#ef1414)
	);
	background: -webkit-linear-gradient(right, #d20707, #ef1414);
	background: -o-linear-gradient(right, #d20707, #ef1414);
	background: linear-gradient(to left, #d20707, #ef1414);
}
.single_blog_content blockquote {
	border-left: 3px solid #ef1414;
}
.affiliate_area .generated .link,
.affliate_rule_module .affiliate_title span.lnr-checkmark-circle,
.author_info .author__info ul a:hover,
.blog--card .blog__meta .date_time span,
.contact_tile .tiles__icon,
.content_block5 .content_block5_content h1 span,
.cv_upload .up_icon,
.event_module .list_item li:before,
.faq-title span,
.featured_event .countdown li,
.featured_event .date_place li span,
.job_detail_module .job__content .informations li .info_title span,
.job_detail_module.information .job__title,
.job_hero_area h1 .highlight,
.single_blog .blog__title:hover h4,
.single_blog_content .share_tags .tags ul li a,
.support_thread_list
	.support_thread--single
	.support_thread_info
	.support_title:hover {
	color: #ef1414;
}
.job_hero_area {
	padding: 40px 0;
	padding-bottom: initial;
}
.event_detail_breadcrumb .single_blog_content .share_tags .share .social_share,
.event_detail_breadcrumb .social,
.single_blog_content .share_tags .share .event_detail_breadcrumb .social_share {
	left: 30%;
	-webkit-transform: translate(-20%, 50%);
	-ms-transform: translate(-20%, 50%);
	transform: translate(-20%, 50%);
}
.sponsores li img {
	border-radius: 3px;
}
.google_map .location_address .addres_module p span {
	color: #ef1414;
	margin-right: 12px;
}
.badges.author-rank {
	padding: 120px 0 50px;
}
.badges.community-badges {
	padding: 100px 0 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.featured-product-slider
		.featured__single-slider
		.featured__product-description {
		padding: 30px 30px 0;
	}
	.testimonial {
		padding: 25px;
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
	.search_box .search-btn {
		margin-left: initial;
	}
	.hero-area {
		height: initial;
	}
	.hero-area .search_box {
		padding: initial;
	}
	.hero-area .search_box .search__select,
	.hero-area .search_box .text_field {
		border-left: initial;
		margin-bottom: initial;
	}
	.user_area .user_single .user__short_desc {
		border: 0;
	}
	.know_us .know_us_content p {
		margin-bottom: 20px;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.container {
		max-width: 100%;
	}
	.sticky-header,
	.sticky-header .search_box {
		box-shadow: none !important;
	}
	.hero-area {
		height: initial;
	}
	.hero-area .search_box .search-btn {
		margin-left: initial;
	}
	.hero-area .search-area {
		position: initial;
	}
	.featured-products .featured__product-description {
		padding: 25px 25px 0;
	}
	.testimonial-slider .slick-arrow {
		background: #ef1414;
	}
	.credit_modules .modules__content .payment_method li,
	.shortcode_modules .modules__content .payment_method li,
	.upload_modules .modules__content .payment_method li,
	.withdraw_module .modules__content .payment_method li {
		width: 40%;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1400px;
	}
}
@media (min-width: 768px) and (max-width: 1600px) {
	.container {
		max-width: 100%;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.mainmenu__menu .navbar-nav > li {
		padding: initial;
		margin-right: 15px;
	}
}
@media (max-width: 991px) {
	.mainmenu__menu .navbar-nav > li {
		margin-right: 10px;
	}
}
@media (max-width: 768px) {
	.sticky-header .search_box {
		padding: 8px !important;
	}
	.breadcrumb-area {
		padding-top: 50px !important;
	}
	.dashboard_contents {
		padding: 30px 0;
	}
	.credit_modules .modules__content .subtitle,
	.shortcode_modules .modules__content .subtitle,
	.upload_modules .modules__content .subtitle,
	.withdraw_module .modules__content .subtitle {
		font-size: 16px;
	}
	.single-product-desc .tab-content-wrapper {
		padding: 0 !important;
	}
	.single-product-desc .tab-content-wrapper * {
		font-size: 15px !important;
	}
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.sticky-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	box-shadow: 0 2px 50px rgba(0, 0, 0, 0.16);
}
.sticky-header .search_box {
	box-shadow: none;
	padding: 15px;
	position: relative;
	top: 30px;
	display: block;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
	height: auto !important;
	display: flex;
}
.sticky-header .search_box .search-btn {
	right: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}
.swiper-pagination-bullet-active {
	background: #555353;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.more {
	text-align: right;
	padding: 20px 20px 0 0;
}
.products-title {
	margin-top: 20px;
}
.comments {
	margin-bottom: 54px;
}
p.letter {
	padding: 0 !important;
	margin: 0 !important;
	width: 35px;
	border-radius: 5000px !important;
	line-height: 35px !important;
}
#activehead > h4 > a {
	background: #a9eaa4;
}
.error_signs {
	display: none;
	color: red !important;
}
.input-group-append .btn {
	padding: 0 30px;
}
.author_avatar img {
	/* height:100% */
}
.sidebar--single-product {
	position: sticky;
	top: 100px;
}
.btn.disabled,
.btn:disabled {
	opacity: 0.4;
}
#nprogress {
	pointer-events: none;
	position: absolute;
	top: 0;
	height: 10px;
	z-index: 9999999;
}
#nprogress .bar {
	background: #f70019;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #f10015, 0 0 5px #f70019;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0, -4px);
	-ms-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px);
}
#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-top-color: #f8001a;
	border-left-color: #f70019;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}
.payment_method .custom-radio p {
	margin: 0;
}
.payment_method .custom-radio .circle {
	margin-top: 0 !important;
}
#list-all,
.letter {
	cursor: pointer;
}
.biography {
	background: #fff;
	padding: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
	box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
}
#sr,
#sr:before {
	position: absolute;
}
#sr:before {
	content: "\ec22";
	font-family: "Linearicons";
	font-size: 100px;
	color: #ff00001a;
	right: 100px;
	top: 40px;
	z-index: 9999;
}
#sr {
	width: 100%;
	border-top: 1px solid #e8000d;
	display: none;
	padding: 50px 15px 30px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.16);
}
#sr h3 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
}
#sr h3 a {
	color: #000;
}
#sr h3 a:hover {
	color: #3e3e3e;
}
.logo img {
	/* max-width: 90%; */
}
.footer-area .info-footer,
.logo img,
.mini-footer {
	filter: blur(0);
}
#sr,
.menu--style1 .mainmenu,
.menu--style1 .mainmenu__menu {
	background: #fff;
}
.followers-feed.section--padding > div > div:nth-child(1) > div > div {
	margin-bottom: 0;
}
#PaymentFormArea,
.dashboard_menu_area {
	border-top: 1px solid #ececec;
}
.messaging_sidebar .messaging__contents .messages .message_data,
.recent_message .dashboard__content .messages .message_data,
.recent_message .messaging__contents .messages .message_data {
	display: inline-block;
	width: 100%;
	cursor: initial;
	padding-left: 0;
	vertical-align: middle;
}
.chat_area .message_composer.composing,
.recent_message .dashboard__content .message_composer.composing {
	padding-top: 120px;
}
.chat_area .chat_area--conversation .body,
.recent_message .dashboard__content .chat_area--conversation .body {
	padding-left: 15px;
	margin-top: 20px;
}
.filter-bar.filter-bar2 {
	padding: 0 30px;
	display: flex;
}
.price-badges div {
	text-align: center;
	background: #f4f5f8;
	height: 44px;
	line-height: 44px;
	margin: 0 5px 0 0;
	padding: 0 !important;
	color: #747b86;
	font-size: 16px;
	cursor: pointer;
	border-radius: 2px;
}
.seperator::after {
	content: ",";
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 30px;
	color: #adb6c3;
}
#PaymentFormArea {
	padding: 30px;
	margin: 50px -30px;
}
.custom-radio.custom_radio--big span.circle {
	height: 22px;
	width: 22px;
	border-width: 3px;
	margin: 0 auto;
}
.custom-radio.custom_radio--big span.circle:before {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	border-width: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.credit_modules .modules__content .custom_radio--big label img {
	width: 100px;
	height: auto;
	margin: 10px auto;
	border: 0;
}
.swiper-button-prev {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+);
}
.swiper-button-next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
}
.alert .alert_icon {
	margin-right: 0;
}
.footer-menu {
	padding-left: 0;
	vertical-align: top;
	width: 32%;
}
.odd {
	background: #f8f8f8;
}
.single_product .product__description .short_desc h4,
.table-responsive .product__description .short_desc h5 {
	font-size: 16px;
}
.item-info .tab-content-wrapper {
	padding: 0 10px;
}
.item-info .tab-content-wrapper * {
	font-size: 17px !important;
	font-family: "Quicksand", sans-serif !important;
}
.whatsapp {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: url(/whatsapp.png);
	width: 80px;
	height: 80px;
	z-index: 9999;
	background-size: cover;
}
.footer-big {
	color: #ababab;
	padding-top: 0 !important;
	padding-bottom: 30px !important;
}
.footer-boxes {
	background: #2d3338;
	margin-bottom: 50px;
}
.footer-boxes .desc {
	margin-top: -15px;
	margin-bottom: 20px;
	border-top: 1px dashed #545454;
	padding-top: 30px;
}
.footer-box {
	color: #fff;
	font-size: 100px;
	text-align: center;
	line-height: 1.4;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.footer-area ul li a,
footer-box:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
footer-box:hover {
	background: #262b2f;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
	box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
}
.footer-box .title {
	font-size: 20px;
	font-weight: 700;
	color: #ababab;
}
.footer-box i {
	margin-left: 5px;
	margin-top: 0;
	color: #ababab;
}
.ribbon_badge .ribbon-banner,
.social--color--filled ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.footer-area ul li a {
	color: #ababab;
	line-height: 25px;
}
.social--color--filled ul li a {
	color: #fff;
}
.social--color--filled ul li {
	margin-left: 0 !important;
	display: block;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 1rem;
}
.single_blog_content .share_tags .share .social_share,
.social {
	display: initial;
}
.btn-gray {
	border-color: #ababab;
}
.btn-gray,
.text--gray {
	color: #ababab;
}
.footer-widget-title {
	line-height: 30px;
	margin-bottom: 5px;
	font-size: 18px;
}
.info__logo {
	margin-bottom: 0;
}
.info-contact {
	margin-top: 10px;
}
.footer-area,
.footer-area ul li a,
.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li,
.info-contact li {
	font-size: 12px;
}
.footer-area a:hover {
	color: #fff !important;
}
.sidebar--single-product .author-card .author-infos .author_avatar {
	width: auto;
	height: auto;
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
}
.author-card .social--color--filled ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.rb,
.ribbon_badge {
	display: block;
	width: 320px;
	text-align: center;
}
.rb {
	margin: 0 auto 30px;
}
.ribbon_badge {
	color: #fff;
	height: 90px;
	margin-left: 30px;
	clear: both;
	position: relative;
}
.ribbon_badge .ribbon-banner {
	background-color: #ef1414;
	z-index: 2;
	position: absolute;
	width: 350px;
	height: 70px;
	left: -30px;
	top: 0;
	font-family: "Oswald", sans-serif;
	font-size: 38px;
	text-transform: uppercase;
}
.ribbon_badge .ribbon-banner:after,
.ribbon_badge .ribbon-banner:before {
	content: "";
	position: absolute;
	top: 70px;
	width: 0;
	height: 0;
	border-top: 15px solid #930a0a;
}
.ribbon_badge .ribbon-banner:before {
	left: 0;
	border-right: 0 solid transparent;
	border-left: 30px solid transparent;
}
.ribbon_badge .ribbon-banner:after {
	right: 0;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;
}
.ribbon_badge .ribbon {
	position: absolute;
	height: 60px;
	width: 45px;
	background-color: #cc0e0e;
	top: 30px;
	left: -45px;
}
.ribbon_badge .ribbon:after,
.ribbon_badge .ribbon:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	left: -30px;
	border-right: solid 30px #cc0e0e;
}
.ribbon_badge .ribbon:before {
	border-bottom: solid 30px transparent;
}
.ribbon_badge .ribbon:after {
	top: 30px;
	border-top: solid 30px transparent;
}
.ribbon_badge .right {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 290px;
}
.bullhorn {
	font-size: 160px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(-20deg);
	position: absolute;
	top: 80px;
	left: 80px;
}
@media (max-width: 1300px) {
	.bullhorn {
		display: none;
	}
}
.modal {
	z-index: 99999;
}
.modal-backdrop {
	z-index: 99998;
}
.favorite-button,
.mobile_content .menu_icon {
	cursor: pointer;
	position: absolute;
	background: 0 0;
}
.favorite-button {
	right: 15px;
	border: 0;
	font-size: 20px;
}
.favorite-button i {
	font-weight: 700;
}
.messaging__contents .message .line {
	width: 13px;
	left: 0;
	height: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ef1414;
	position: absolute;
	display: inline-block;
}
.messaging__contents .message .line:after,
.messaging__contents .message .line:before {
	width: 18px;
	height: 2px;
	content: "";
	position: absolute;
	background: #ef1414;
	top: 7px;
}
.messaging__contents .message .line:before {
	top: -7px;
}
.messaging_sidebar .messaging__contents .messages .message,
.recent_message .dashboard__content .messages .message,
.recent_message .messaging__contents .messages .message {
	position: relative;
}
.messaging__contents.notification__icons .noti_icon.purchased {
	color: #ff6a6d;
	background: rgba(255, 106, 109, 0.1);
}
.messaging__contents .notification__icons .noti_icon {
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	top: 31px;
	right: 50px;
	color: #ff6a6d;
	background: rgba(255, 106, 109, 0.1);
}
.copyright-text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.footer-area .row > div {
	margin-bottom: 1rem;
}
.navbar-toggler {
	position: absolute;
	top: -60px;
}
.mobile_content .menu_icon {
	line-height: 40px;
	top: -84px;
	right: 1rem;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
	font-size: 1.25rem;
	padding: 0 1rem;
	display: none;
}
.dropdowns .dropdown_module_header a,
.dropdowns li a span,
.mobile_content span {
	float: right;
}
.mobile_content .offcanvas-menu {
	position: fixed;
	height: 100%;
	width: 240px;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 989999;
	overflow-y: scroll;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
	padding-bottom: 25px;
}
.mobile_content .offcanvas-menu.closed {
	right: -100%;
}
.mobile_content .offcanvas-menu span.lnr-cross {
	float: left;
	top: 10px;
	position: absolute;
	left: 13px;
}
.mobile_content .author-author__info {
	background-color: #eff1f5;
	float: none;
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}
.mobile_content .author-author__info .autor__info {
	text-align: left;
	margin-left: 10px;
}
.mobile_content .author__notification_area {
	margin: 0;
	text-align: center;
	display: block;
}
.mobile_content .author__notification_area ul li {
	padding: 27px 12px 14px;
	margin: 0 3px;
}
.mobile_content .dropdown--author {
	visibility: visible;
	position: relative;
	opacity: 1;
	min-width: auto;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.mobile_content .dropdown--author:before {
	display: none;
}
.mobile_content .dropdown--author ul li a {
	line-height: 35px;
}
.mobile_content .author-area__seller-btn {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.mobile_content .menu_icon {
		display: block;
	}
}
.dropdowns,
.dropdowns.dropdown--author ul li a {
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.dropdowns {
	position: absolute;
	min-width: 271px;
	background: #fff;
	padding: 19px 30px;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	border-top: 1px solid #ee2615;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 5px 40px rgba(82, 85, 90, 0.2);
	box-shadow: 0 5px 40px rgba(82, 85, 90, 0.2);
}
.dropdowns.active {
	opacity: 1;
	visibility: visible;
}
.dropdowns li a {
	font-size: 15px;
	line-height: 32px;
	display: block;
	color: #747b86;
	padding: 0;
}
.dropdowns li a:hover {
	color: #ee2615;
	background: 0 0;
}
.dropdowns:before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ee2615;
	bottom: 100%;
}
.dropdowns.notification--dropdown {
	width: 370px;
	padding: 0;
	left: -15px;
}
.dropdowns.notification--dropdown:before {
	bottom: 100%;
	left: 30px;
}
.dropdowns.notification--dropdown .notifications_module .notification {
	padding: 20px 25px 15px;
}
.dropdowns.notification--dropdown
	.notifications_module
	.notification
	.notification__info
	.info_avatar {
	margin-right: 12px;
	width: 40px;
	vertical-align: top;
	height: 40px;
}
.dropdowns.notification--dropdown
	.notifications_module
	.notification
	.notification__info
	.info {
	width: calc(100% - 57px);
}
.dropdowns.notification--dropdown
	.notifications_module
	.notification
	.notification__info
	.info
	.time {
	margin-top: 0;
}
.dropdowns.notification--dropdown
	.notifications_module
	.notification
	.notification__info
	.info
	p
	a {
	display: block;
}
.dropdowns.notification--dropdown
	.notifications_module
	.notification
	.notification__icons
	.noti_icon {
	margin-right: 0;
	line-height: 30px;
	width: 30px;
	font-size: 15px;
}
.dropdowns.messaging--dropdown {
	padding: 0;
	width: 370px;
	right: -15px;
}
.dropdowns.messaging--dropdown li a {
	color: #54667a;
}
.dropdowns.messaging--dropdown li a span {
	float: none;
}
.dropdowns.messaging--dropdown li a:hover {
	color: #ee2615;
}
.dropdowns.messaging--dropdown:before {
	right: 30px;
	bottom: 100%;
}
.dropdowns.messaging--dropdown .message {
	padding: 20px;
	border-bottom: 1px solid #ececec;
	display: block;
}
.dropdowns.messaging--dropdown .message .message__actions_avatar,
.dropdowns.messaging--dropdown .message .message_data {
	display: inline-block;
	vertical-align: middle;
}
.dropdowns.messaging--dropdown .message .message__actions_avatar .avatar {
	height: 40px;
	width: 40px;
}
.dropdowns.messaging--dropdown .message .message__actions_avatar .avatar img {
	width: 100%;
}
.dropdowns.messaging--dropdown .message .message_data .name_time {
	margin-left: 13px;
}
.dropdowns .dropdown_module_header h4,
.dropdowns.messaging--dropdown .message .message_data .name_time .name {
	float: left;
}
.dropdowns.messaging--dropdown .message .message_data .name_time .name p {
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 500;
	color: #333;
}
.dropdowns.messaging--dropdown .message .message_data .name_time .name span {
	display: inline;
	vertical-align: top;
	font-size: 15px;
	color: #ee2615;
	margin-left: 5px;
}
.dropdowns.messaging--dropdown .message .message_data .name_time .time {
	float: right;
	font-size: 14px;
}
.dropdowns.messaging--dropdown .message .message_data .name_time p {
	clear: both;
	display: block;
}
.dropdowns.messaging--dropdown .message.recent .time {
	color: #ee2615;
}
.dropdowns.messaging_dropdown li a span {
	float: none;
	margin-right: 10px;
}
.dropdowns.dropdown--author {
	padding: 20px;
	right: 0;
}
.dropdowns.dropdown--author:before,
.dropdowns.dropdown--cart:before {
	right: 30px;
}
.dropdowns.dropdown--author ul li a {
	color: #54667a;
	display: block;
	font-size: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 10px;
	line-height: 34px;
}
.dropdowns.dropdown--author ul li a:hover,
.dropdowns.dropdown--menu ul li a:hover {
	background: #ee2615;
	color: #fff;
}
.dropdowns.dropdown--author ul li a span {
	float: none;
	margin-right: 15px;
}
.dropdowns.dropdown--cart {
	width: 400px;
	padding: 0;
	right: -15px;
}
.dropdowns.dropdown--cart .cart_area .cart_product {
	padding: 25px;
	border-bottom: 1px solid #ececec;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__info {
	width: calc(100% - 52px);
	display: inline-block;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__info .thumbn {
	display: inline-block;
	height: 70px;
	width: 80px;
	vertical-align: middle;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__info .info {
	width: calc(100% - 87px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__info .info .title {
	font-weight: 500;
	line-height: 22px;
	color: #000;
	margin-bottom: 9px;
	display: inline-block;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__info .info .cat a,
.dropdowns.dropdown--cart
	.cart_area
	.cart_product
	.product__info
	.info
	.title:hover {
	color: #7347c1;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__action {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.dropdowns.dropdown--cart
	.cart_area
	.cart_product
	.product__action
	a:hover
	span {
	color: #fff;
	background: #ff6a6d;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__action span {
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	color: #ee2615;
	background: rgba(6, 116, 236, 0.1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.dropdowns.dropdown--cart .cart_area .cart_product .product__action p {
	background: rgba(6, 116, 236, 0.1);
	color: #ee2615;
	line-height: 30px;
	padding: 0 10px;
	margin-bottom: 0;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	margin-top: 10px;
	font-weight: 500;
}
.dropdowns.dropdown--cart .cart_area .total {
	text-align: right;
	padding: 20px 25px;
}
.dropdowns.dropdown--cart .cart_area .total p {
	font-weight: 500;
	color: #000;
	font-size: 18px;
}
.dropdowns.dropdown--cart .cart_area .total p span {
	margin-right: 30px;
}
.dropdowns.dropdown--cart .cart_area .cart_action a {
	width: 50%;
	float: left;
	display: block;
	text-align: center;
	padding: 23px 25px;
	color: #fff;
}
.dropdowns.dropdown--cart .cart_area .cart_action .go_cart {
	background: #7347c1;
}
.dropdowns.dropdown--cart .cart_area .cart_action .go_checkout {
	background: #ee2615;
}
.dropdowns .message:hover,
.dropdowns .notification:hover {
	background: rgba(6, 116, 236, 0.05);
}
.dropdowns .dropdown_module_header {
	overflow: hidden;
	padding: 20px 25px;
	border-bottom: 1px solid #ececec;
}
.dropdowns.dropdown--menu {
	padding: 20px;
}
.dropdowns.dropdown--menu:before {
	display: none;
}
.dropdowns.dropdown--menu ul li {
	padding: 0;
	margin: 0;
	display: block;
}
.dropdowns.dropdown--menu ul li a {
	padding: 0 10px;
	text-transform: capitalize;
	font-weight: 400;
	color: #54667a;
	line-height: 44px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.dropdowns.dropdown-menu {
	display: inline-block;
}
.open > .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.has_megamenu {
	position: static !important;
}
.has_megamenu:hover .dropdown_megamenu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.has_megamenu .dropdown_megamenu {
	background: #fff;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	left: 0;
	position: absolute;
	width: 1110px;
	visibility: hidden;
	opacity: 0;
	top: calc(100% + 20px);
	padding: 20px;
	z-index: 222;
	-webkit-box-shadow: 0 5px 40px rgba(82, 85, 90, 0.2);
	box-shadow: 0 5px 40px rgba(82, 85, 90, 0.2);
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #ee2615;
}
.has_megamenu .dropdown_megamenu.contained {
	width: auto;
}
.badge {
	position: absolute;
	top: 5px;
	left: 90%;
	background: #ee2615;
	font-size: 10px;
	color: #fff;
}
.wallets,
.wallets li {
	background: #fff;
	border-radius: 4px;
}
.wallets {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-top: -60px;
}
.wallets li {
	display: block;
	width: -webkit-fill-available;
}
.wallets li:hover {
	margin-top: -5px;
	transition: all 0.2s ease-in-out;
}
.wallets li:first-child a {
	border-radius: 4px 0 0 4px;
}
.wallets li:last-child a {
	border-radius: 0 4px 4px 0;
}
.wallets li a img {
	max-width: 35px;
	height: 35px;
}
.wallets li:hover > a {
	border-radius: 4px 4px 0 0;
	padding-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.wallets li a {
	padding: 5px 10px;
	box-shadow: -2px -2px 4px rgb(108 111 115/10%);
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #000;
}
.wallets li a .right {
	margin-left: 5px;
}
.wallets li a .right .title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	margin-top: 2px;
}
.wallets li a .right .description {
	font-size: 10px;
	margin-top: 2px;
}
@media (max-width: 992px) {
	.wallets {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.wallets li {
		flex: 33%;
	}
	.wallets li a {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 586px) {
	.wallets li {
		flex: 50%;
	}
	.swiper-container {
		margin: 0 10px !important;
		border-radius: 4px;
		overflow: hidden !important;
	}
	#main_content > section.home.features.section--padding {
		padding: 10px 5px 0 !important;
	}
	#main_content > section.home.features.section--padding .row > div {
		margin-bottom: 10px !important;
		padding: 0 5px;
	}
	#main_content > section.followers-feed.section--padding {
		padding: 10px 0 0 !important;
	}
	.productss {
		margin: 0 -10px;
	}
	.productss > div {
		padding: 0 5px;
	}
	.product {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.product .product__thumbnail {
		height: 80px;
	}
	#main_content > section.home.features.section--padding,
	.footer-boxes,
	.product--card .product-desc {
		display: none;
	}
	.footer-big {
		padding-top: 20px !important;
	}
}
.pull-right {
	text-align: right;
	justify-content: flex-end;
}
.product_archive .row input[type="checkbox"] {
	position: absolute;
}
.product_archive:nth-child(1) .single_product .row {
	margin: 0 20px;
}

.top-menu-area .logo {
	width: 50%;
}
