/*
Theme Name: themebagan 
Theme URI: https://themebagan.com/
Author: themebagan
Author URI: https://themebagan.com/
Description: themebagan Is a WordPress Theme And HTML Template MarketPlace. Customers can buy their own and agency and business websites from this marketplace.
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready, style-variations, blog, portfolio, news
Text Domain: themebagan
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
:root {
	--br: #0c5bde;
	--p: #444548;
	--b: #000;
	--w: #fff;
	/* --r:#981010; */
	--r: #e31f31;
}

body,
html {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

body,
p {
	font-style: normal;
}

.btn:focus,
a:focus,
input,
textarea {
	outline: 0;
}

.witr_btn,
a.dtbtn {
	border-radius: 30px;
}

.blog-content,
.blog-page-title a,
.post_replay_inner {
	word-break: break-all;
}

.btn:focus,
.woocommerce div.product p.price,
a,
a:focus,
a:hover {
	text-decoration: none;
}

.fix,
.recent-post-text,
.single-blog-content,
.single-widget-item,
.team_single_pic,
.themebagan-blog-thumb,
.witr_counter_number_inn,
.witr_single_progress {
	overflow: hidden;
}

.clear_both,
.page-list-single {
	clear: both;
}

body {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	margin: 0;
	direction: ltr;
	unicode-bidi: embed;
	font-size: 16px;
	line-height: 1.6;
	color: var(--p);
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	font-family: Roboto, sans-serif;
	font-style: normal;
	line-height: 1.3;
	font-weight: 700;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
	margin-bottom: 5px;
	color: #1d1f2d;
}

/* top menu */
.topmenu ul {}

.topmenu ul li {
	display: inline-block;
}

.topmenu ul li a {
	font-size: 14px;
	font-weight: 500;
	margin-right: 25px;
	color: var(--w);
}

.mtopl {
	margin: 0;
	margin-left: 25px;
	margin-right: 0;
}

.topmenu ul li a:hover {
	color: var(--r);
}

/* m logo area */
.logo a {
	color: var(--w);
	display: block;
}

.logo_cart_area {
	padding: 25px 0 30px;
}

span.login {
	/* background: #280101; */
	/* padding: 9px 17px; */
	display: inline-block;
	border-radius: 10px;
	border: 2px solid var(--br);
	color: var(--br);
	margin-right: 8px;
	width: 55px;
	height: 52px;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
}

.mbtn span.login {
	background: var(--r);
	border-color: var(--r);
	color: var(--w);
	width: 75px;
}

a.cart-contents {
	width: 55px;
	height: 52px;
	text-align: center;
	line-height: 48px;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid var(--br);
	color: var(--br);
	margin-right: 18px;
	font-size: 20px;
}

a.clogin {
	padding-right: 10px;
}

/* product ssearch */
.ttheme_search button {
	width: 55px;
	height: 52px;
	text-align: center;
	line-height: 48px;
	margin-left: 10px;
	padding: 0;
}

/* banner product cat */
.em40_header_area_main {
	background: url(assets/images/home-bg.png);
	background-color: var(--w);
	background-position: top center;
	background-size: contain;
}

.banner_area {
	padding: 80px 0 90px;
}

.theme_inner_cat {
	padding-top: 50px;
}

.theme_icon {
	position: relative;
	width: 160px;
	height: 100px;
	display: inline-block;
	margin: 0 15px;
	text-align: center;
	color: #333;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: 0 36px 15px 0px #0000000d;
	/* border: 1px solid #f7f7f7; */
	background: #fff;
}

.theme_icon::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: var(--w);
	border-radius: 10px;
	transition: .3s;
}

.theme_icon:hover::before {
	width: 100%;
	border-radius: 10px;
}

a.thumb_item_cat {
	display: block;
	margin-top: 15px;
	color: var(--p);
	font-size: 14px;
	font-weight: 700;
}

.theme_icon:hover a {
	color: var(--br);
}

span.img {
	display: block;
}

.theme_icon img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}


.text-center,
.themebagan-single-icon-inner,
.twr_mini_cart p.woocommerce-mini-cart__total.total {
	text-align: center;
}

.text-left,
.woo_post_author {
	text-align: left;
}

.text-right,
.woocommerce .witr_cart_to_cross .wc-proceed-to-checkout {
	text-align: right;
}

a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn-primary:focus,
input:focus,
select:focus,
textarea:focus {
	box-shadow: none !important;
}

.tbd_item_info a:hover,
.tbd_product_title h2 a:hover,
.tbd_product_title h2:hover,
.tbd_product_title h3:hover,
.twr_mini_cart span.woocommerce-Price-amount.amount,
.witr_cat_content a,
.woocommerce div.product .stock,
.woocommerce table.witr_product_cart tbody tr td a.witr_cart_delete,
.woocommerce-MyAccount-content a,
.woocommerce-info::before,
.woocommerce-message::before,
a#cancel-comment-reply-link,
a:hover {
	color: #0c5bde;
}

#scrollUp i,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
	color: #fff;
}

.capitalize,
.ccase {
	text-transform: capitalize;
}

button:focus,
input:focus,
textarea:focus {
	border-color: transparent;
	outline-color: transparent;
}

hr {
	margin: 60px 0;
	padding: 0;
	border-top: 0;
}

label {
	cursor: pointer;
}

/*
::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}*/
::placeholder {
	font-size: 16px;
}

.blog-left-side .widget ul,
.footer-menu ul,
.woocommerce .twr_product_sidebar ul,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.defaultsearch,
.mini_shop_content,
.mini_shop_content a,
.mobile-slide-7 .mobile-thumb,
.show_border,
.single_image,
.single_line_option,
.tbd_product_thumb,
.tbd_single_image,
.witr_ds_content_aream,
.witr_section_title,
.wrapper {
	position: relative;
}

.entry-summary .single_summery_p_icon .yith-wcwl-add-to-wishlist,
.footer-middle .widget ul li span,
.team_o_icons ul li,
.themebagan-main-menu .logo a.main_sticky_main_l,
.themebagan-main-menu .prefix .logo a.main_sticky_l,
.woocommerce form .form-row,
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row {
	display: block;
}

.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary a.compare.button,
.footer-menu ul ul,
.themebagan-main-menu .logo a.main_sticky_l,
.themebagan-main-menu .prefix .logo a.main_sticky_main_l,
.widget .screen-reader-text,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.witr_cart_coupon {
	padding: 20px 0;
}

/* top menu css */
.themebagan-header-top {
	background: var(--br);
	background: linear-gradient(45deg, #0d6efd, #000000);
}

/* main menu */
.themebagan_nav_area {
	border-bottom: 1px solid #d7e0e9;
}

.tx_bs_together,
.tx_menu_together {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;

	align-items: center;

}

.themebagan_menu {
	border-top: 1px solid #d7e0e9;
	padding: 5px 0;
}

.themebagan_menu ul {
	text-align: right;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}

.themebagan_menu>ul>li {
	display: inline-block;
	position: relative;
}

.themebagan_menu>ul>li>a {
	display: block;
	margin: 0 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	font-family: "Outfit", sans-serif;
	padding: 7px 0;
}

.themebagan_menu>ul>li>a:hover {
	color: var(--br);
}

.themebagan_menu .menu-item-has-children>a:after {
	content: "\e64b";
	font-family: 'themify';
	opacity: 1;
	font-size: 10px;
	font-weight: 600;
	width: 13px;
	height: 13px;
	padding: 3px;
}

.themebagan_menu ul .sub-menu {
	position: absolute;
	left: 0;
	top: 130%;
	width: 240px;
	text-align: left;
	margin: 0;
	padding: 15px 5px 14px;
	z-index: 9999999;
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
	opacity: 0;
	visibility: hidden;
	background: #fff;
}

.themebagan_menu ul li:hover>.sub-menu {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	z-index: 9;
}

.themebagan_menu ul .sub-menu li {
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.themebagan_menu ul .sub-menu li:before {
	opacity: 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	position: absolute;
	top: 50%;
	content: "*";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.execllent_star,
.post_comment .post_comment,
.themebagan_menu ul .sub-menu li:hover {
	margin-left: 15px;
}

.themebagan_menu ul .sub-menu li a {
	display: block;
	margin: 0;
	letter-spacing: normal;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 7px 17px;
	visibility: inherit !important;
	color: #1d2128;
}

.themebagan_menu ul .sub-menu .sub-menu {
	left: 100%;
	top: 130%;
	opacity: 0;
	visibility: hidden;
}

.themebagan_menu ul .sub-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 0;
}


.logged-in .transprent-menu .themebagan_nav_area.prefix,
.logged-in .trp_nav_area,
.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}

.elementor-editor-active.logged-in .transprent-menu .themebagan_nav_area.prefix,
.elementor-editor-active.logged-in .trp_nav_area,
.elementor-editor-active.logged-in .trp_nav_area.hbg2,
.image_line_top {
	top: 0;
}

/* mini cart */


.mini_shop_content a span.count {
	position: absolute;
	right: -6px;
	top: -10px;
	border-radius: 100%;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	line-height: 26px;
}

.tex-colord {
	color: red;
	font-weight: 700;
}

.twr_mini_cart {
	position: absolute;
	right: 0;
	top: 130%;
	width: 314px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.mini_shop_content:hover .twr_mini_cart {
	opacity: 1;
	top: 167%;
	visibility: visible;
}

.twr_mini_cart .widget_shopping_cart {
	background: #fff;
	width: 314px;
	padding: 14px 10px 10px;
	box-shadow: 0 0 18px 0 #0a0a0a0d;
}

.twr_mini_cart .widget_shopping_cart ul.cart_list li,
.twr_mini_cart .widget_shopping_cart ul.product_list_widget li {
	border-bottom: 1px solid #eee;
	padding: 15px 10px 14px 25px;
}

.twr_mini_cart p.woocommerce-mini-cart__buttons.buttons {
	margin: auto;
	text-align: center;
}

.twr_mini_cart .woocommerce ul.cart_list li img,
.twr_mini_cart .woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0;
	margin-right: 12px;
	width: 48px;
}

.twr_mini_cart .woocommerce ul.cart_list li a,
.twr_mini_cart .woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	color: #222429;
}

.twr_mini_cart span.quantity,
.woocommerce .witr_cart_to_cross table.shop_table tbody tr td label,
.woocommerce .witr_cart_to_cross table.shop_table tbody tr td p {
	font-size: 14px;
	font-weight: 600;
}

.twr_mini_cart .woocommerce.widget_shopping_cart .cart_list li a.remove,
.twr_mini_cart .woocommerce.widget_shopping_cart .product_list_widget li a.remove {
	position: absolute;
	top: 48%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.twr_mini_cart .woocommerce a.remove:hover {
	color: red !important;
	background: 0 0;
}

.twr_mini_cart .woocommerce.widget_shopping_cart .total {
	border-top: 0 double #ebe9eb;
	padding: 12px 0 0;
}

.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a {
	background: var(--w);
	color: #222429;
	font-weight: 500;
	border: 1px solid #eaeaea;
}

.twr_mini_cart p.woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 20px 23px 25px;
}

/* end mini cart*/

.sheading {
	font-size: 3em;
	margin: auto;
	font-weight: 600;
}

span.hspan {
	display: block;
	font-size: 34px;
}

.witr_section_title_inner h2,
.witr_section_title_inner h3 {
	font-size: 26px;
	margin: auto;
	font-weight: 700;
}

.witr_section_title_inner p {
	margin-top: 20px;
}

.witr_section_title_inner.text-center p {
	margin-left: auto;
	margin-right: auto;
}


.woocommerce .witr_cart_to_cross a.checkout-button.alt:hover,
.woocommerce .witr_checkout_form button.button.alt:hover .woocommerce a.button:hover,
.woocommerce .witr_product_cart button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #000;
}


.apartment_area {
	position: relative;
	background-size: cover;
	padding: 60px 35px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}

.apartment_text h2 {
	margin-bottom: 40px;
	font-size: 38px;
}

.witr_apartment_form form select,
.witr_apartment_form input {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	outline: 0;
	margin-bottom: 23px;
}

.recent_post_open .recent-post-item,
.witr_apartment_form textarea {
	margin-bottom: 25px;
}

.witr_apartment_form input::-moz-placeholder {
	opacity: 1;
}

.witr_apartment_form input::-ms-input-placeholder {
	opacity: 1;
}

.witr_apartment_form input::-webkit-input-placeholder {
	opacity: 1;
}

.witr_apartment_form select::-webkit-input-placeholder,
.witr_apartment_form textarea::-webkit-input-placeholder {
	opacity: 1;
}

.witr_apartment_form .btn {
	border: 0;
	display: inline-block;
	font-weight: 600;
	padding: 15px 30px;
}

.checkbox_witr input {
	width: 20px;
	float: left;
	margin-right: 15px;
	margin-top: -8px;
}

.checkbox_witr span,
.woocommerce table.witr_product_cart tbody tr td {
	font-size: 15px;
}

.blog-left-side .content,
.footer-middle.wpfd,
.tbd_product_area,
.tx_sproduct_meta .product_meta {
	padding: 0;
}

.blog-left-side>aside:last-child {
	margin-bottom: 0 !important;
}

.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover,
.paginations .page-numbers,
.themebagan-blog-area .page-numbers,
.witr_shop_area .page-numbers {
	background: 0 0;
}

.defaultsearch input {
	border: 0;
	height: 54px;
	position: relative;
	width: 100%;
}

.defaultsearch button {
	border: 0;
	font-size: 18px;
	padding: 13px 20px;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: 0;
}

.defaultsearch input[type="text"] {
	padding-left: 15px;
}

.blog-left-side .widget h2 {
	line-height: 17px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	position: relative;
}

.blog-left-side .widget h2:after,
.blog-left-side .widget h2:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-top: 17px;
}

.blog-left-side h2.widget-title:before {
	width: 26%;
}

.blog-left-side .widget a {
	color: #454545;
}

.blog-left-side .widget ul li {
	margin: 0 0 5px;
	padding-left: 20px;
	position: relative;
}

.blog-left-side .widget ul li span {
	font-weight: 300;
}

.blog-left-side .widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-left-side>.widget>ul>li {
	margin: 0 0 10px;
	padding-bottom: 10px;
}

.blog-left-side .widget ul li:before {
	content: ">";
	font-size: 18px;
	left: 0;
	position: absolute;
}

.blog-left-side .widget select {
	width: 100%;
	height: 50px;
}

.tagcloud a {
	display: inline-block;
	font-size: 14px !important;
	margin: 0 8px 10px 0;
	padding: 7px 15px;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
}

#wp-calendar caption {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

#wp-calendar {
	font-size: 13px;
	overflow: auto;
	vertical-align: top;
	width: 100%;
	margin: 0;
}

table#wp-calendar td {
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
}

#wp-calendar td,
#wp-calendar th {
	padding: 8px;
}

table#wp-calendar th {
	font-size: 13px;
	font-weight: 700;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.witr_blog_both .calendar_wrap {
	overflow: scroll;
}

.textwidget img {
	margin-bottom: 15px;
}

.textwidget p {
	margin-bottom: 0.5rem;
}

.post-password-form input[type="submit"] {
	border: none;
	padding: 6px 25px;
	text-transform: lowercase;
}

.post-password-form input[type="password"] {
	height: 38px;
	padding-left: 5px;
}

.themebagan-blog-thumb a:before {
	position: absolute;
	height: 100%;
	right: 0;
	left: 0;
	content: "";
}

.themebagan-blog-area {
	padding: 90px 0 100px;
}

.tbd_shop_archive_area,
.witr_shop_area {
	padding: 100px 0;
}

.themebagan-single-blog {
	box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
	margin-bottom: 30px;
	overflow: hidden;
	text-align: left;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.em-blog-content-area {
	padding: 20px 15px 20px;
	overflow: hidden;
}

.themebagan-blog-thumb a {
	display: block;
	position: relative;
}

.themebagan-blog-thumb a:before {
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	z-index: 999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.themebagan-blog-thumb img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
}

.themebagan-blog-meta-left {
	padding: 0 0 9px;
}

.themebagan-blog-meta-left a,
.themebagan-blog-meta-left span {
	font-size: 16px;
	margin-right: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.themebagan-blog-meta-left i {
	font-size: 13px;
	margin-right: 5px;
}

.themebagan-blog-meta-right {
	float: right;
	padding: 0;
}

.themebagan-blog-meta-right a,
.themebagan-blog-meta-right span {
	font-size: 12px;
	margin-left: 5px;
}

.themebagan-blog-meta-right i,
.woocommerce div.product form.cart .button i {
	margin-right: 5px;
}

.readmore a {
	display: inline-block;
	padding: 7px 25px;
	margin-bottom: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.themebagan-single-blog-details,
.witr_cart_to_cross .cross-sells>h2 {
	margin-bottom: 40px;
}

.em-theme-main-page .themebagan-single-blog-details {
	padding: 30px 30px 10px;
}

.themebagan-single-blog-details-inner {
	padding: 38px 45px 15px;
	box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
	border-radius: 0 0 10px 10px;
}

.recent-portfolio-image img,
.team_single_pic img,
.textwidget select,
.themebagan-single-blog--thumb img,
.tx_product_list .tbd_product_thumb img,
.wpcf7 label {
	width: 100%;
}

.themebagan-single-blog-title h2 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 8px;
}

.themebagan-single-blog-details .themebagan-blog-meta {
	padding: 0;
	margin: 0;
}

.themebagan-single-blog-details .themebagan-blog-meta-left,
.themebagan-single-blog-details .themebagan-blog-meta-right {
	padding: 0 0 10px;
}

.themebagan-blog-social {
	margin-bottom: 25px;
	margin-top: 25px;
}

.themebagan-single-icon-inner a {
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 41px;
	margin: 0 9px 0 0;
	text-align: center;
	width: 40px;
	border-radius: 5px;
}

.single-blog-content ul {
	padding-bottom: 10px;
}

.single-blog-content h2 {
	margin-bottom: 10px;
}

.paginations {
	text-align: center;
	margin-top: 20px;
}

.page-numbers span.current,
.paginations a {
	display: inline-block;
	font-weight: 500;
	margin: auto 5px;
}

.tutor-pagination,
.tutor-pagination-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current,
a.page-numbers {
	border-radius: 5px;
	margin-right: 10px;
	padding: 15px 24px;
	font-size: 19px;
	line-height: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-flex;
}

a.page-numbers,
ul.page-numbers a.page-numbers {
	box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}

.post_comment {
	margin: 20px 0;
	padding: 0 15px;
}

.commment_title h3 {
	margin-bottom: 40px;
	position: relative;
}

.commment_title h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -9px;
	width: 40px;
	height: 2px;
}

.post_replay_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.comments-area .children,
.mgl-30 {
	margin-left: 30px;
}

.post_reply_thumb img {
	border-radius: 50%;
}

.post_replay {
	margin-top: 25px;
}

.post_reply {
	padding-left: 15px;
	width: 100%;
}

.post_reply div.st {
	font-size: 18px;
	font-weight: 400;
}

.reply_date {
	overflow: hidden;
	margin-bottom: 5px;
}

.reply_date span.span_left {
	float: left;
	font-size: 13px;
}

.reply_date span.span_right {
	float: right;
	font-size: 12px;
	font-weight: 400;
}

.comment-respond,
.comments {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
	padding: 38px 30px 45px !important;
}

.comments {
	padding: 38px 30px 25px;
}

.comment_field input.form-control {
	height: 42px;
}

.comment_field .textarea-field textarea {
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.comment_themebagan_btn {
	border: 0;
	display: inline-block;
	text-align: center;
	padding: 16px 30px;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

.blog-left-side .widtitle h2,
.em-theme-main-page .commment_title h3,
.yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.blog-left-side .widtitle h2,
.blog-left-side .widget h2 {
	color: var(--p);
	margin-top: 0;
}

span.feedback {
	position: absolute;
	bottom: 35px;
	right: 0;
	left: 0;
	font-size: 11px;
	color: #0c5bde;
}

.em-theme-main-page .empgc {
	margin-top: 40px;
}

.em-single-page-comment .commment_title.empgc>h3,
.em-theme-main-page .empgc.commment_title h3 {
	margin-bottom: 35px;
}

.logged-in-as {
	margin-bottom: 0;
	margin-top: 30px;
}

a.comment-edit-link {
	margin-bottom: 12px;
	display: inline-block;
}

.em-theme-main-page .comments-area {
	margin-top: 40px;
	clear: both;
}

.not-found-area {
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;
	padding: 0 0 16px;
}

.not-found {
	display: table;
	width: 100%;
	height: 500px;
	text-align: center;
	padding-bottom: 40px;
}

.not-found-inner {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
}

.not-found-inner h2 {
	display: inline-block;
	font-size: 160px;
	font-weight: 700;
	line-height: 1.2;
	/* padding: 15px 0; */
	background: -webkit-linear-gradient(var(--r), var(--br));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.not-found-inner a {
	font-size: 24px;
	margin-top: 40px;
	display: inline-block;
	text-decoration: underline;
}

.search-error .search input {
	padding: 20px 0;
	height: 54px;
}

.search-error .search input[type="text"] {
	padding-left: 10px;
}

.search-error .search button {
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-error>p {
	font-size: 14px;
	margin: 14px 0 19px;
}

.search-error>h3 {
	display: block;
	font-size: 30px;
}

.slick-next,
.slick-prev {
	font-size: 0;
	position: absolute;
	display: block;
	padding: 0;
	cursor: pointer;
	color: #fff;
	outline: 0;
	z-index: 9;
	opacity: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	width: 55px;
	height: 55px;
	line-height: 55px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: 0 solid #17161a;
}

.slick-prev {
	left: -15px;
}

.slick-next {
	right: -15px;
}

.witr_ds_content_area .slick-prev {
	left: 15px;
}

.witr_ds_content_area .slick-next {
	right: 15px;
}

.slick-next:before,
.slick-prev:before {
	color: #fff;
	font-size: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: "\e629";
	font-family: 'themify';
	line-height: inherit;
	opacity: 1;
}

.slick-next:before {
	content: "\e628";
	font-family: 'themify';
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background: #222429;
	border-color: transparent;
	outline: 0;
}


.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
	font-family: 'themify';
	content: "\e60e";
	margin-left: auto;
	font-weight: 400;
}

.woocommerce a.button.added::after {
	display: none;
}

.witr_oder_count {
	padding: 0 0 25px;
}

.nice-select .list {
	z-index: 99;
}

.woocommerce .woocommerce-result-count,
.woocommerce div.product .woocommerce-product-rating {
	margin: 10px 0 0;
}

/* product area */
.tbd_product {
	box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
}

.tbd_product_inner,
.twr_cablock_thumb {
	position: relative;
	overflow: hidden;
}

.tbd_product_thumb img {
	margin: auto;
}

a.thumbnail_link {
	position: relative;
	display: block;
}

a.thumbnail_link::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	opacity: 0;
	content: "";
	top: 0;
	transform: scale(0);
}

.tbd_product:hover a.thumbnail_link::before {
	opacity: 1;
	transform: scale(1);
}

.woo_demo_preview_m {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}

.tbd_price_opt,
.woo_demo_preview {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woo_count_area {
	display: flex;
}

.woo_demo_p a {
	border: 1px solid #0c5bde;
	padding: 8px 19px 10px;
	border-radius: 30px;
	color: #0c5bde;
	font-size: 14px;
}

.single_pcart .woo_demo_p a {
	padding: 8px 30px 10px;
	display: inline-block;

}

img.iconbadge {
	height: 30px;
	width: 30px;
	margin-left: 10px;
	display: inline-block;
}

.thb_product_car {
	text-align: center;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	opacity: 1;
}

.tbd_product .thb_product_car a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin: 0 3px;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	overflow: hidden;
	padding: 0;
	text-align: center;
	transition: 0.3s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
	color: #fff;
	background: #0c5bde;
}

.woocommerce span.onsale.onsingle_sale.tbd_sale_inner,
.woocommerce span.tbd_sale_inner {
	padding: 8px 12px;
	display: inline-block;
	border-radius: 2px;
	line-height: 1;
	min-width: auto;
	min-height: auto;
	color: #fff;
	top: 10px;
	text-transform: uppercase;
	background: #0c5bde;
}

.tbd_product .thb_product_car a:hover {
	background: #0c5bde;
	color: #fff;
}

a.added_to_cart.wc-forward {
	/* position: relative; */
    position: absolute;
	font-size: 0px;
}

.thb_product_car a.added_to_cart:before {
	content: "\e60e";
	font-family: 'themify';
	height: 38px;
	width: 38px;
	border-radius: 50px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s linear;
	font-size: 17px;
}

.tbd_product:hover .thb_product_car {
	bottom: 20px;
	opacity: 1;
}

.thb_product_car .compare.added,
.thb_product_car a.yith-wcqv-button {
	text-indent: -9999px;
}

.thb_product_car .compare.added:after,
.thb_product_car .compare:after,
.thb_product_car a.yith-wcqv-button:after {
	text-indent: 0;
	display: block;
	font-family: 'themify';
	width: 40px;
	line-height: 40px;
	height: 40px;
	position: absolute;
}

.thb_product_car .compare.added:after {
	content: "\f021";
}

a.compare.button {
	font-size: 0px;
}

.thb_product_car .compare:after {
	content: "\eec0";
	font-size: 19px;
}

.thb_product_car a.yith-wcqv-button:after {
	content: "\ef21";
	font-weight: 400;
}

.tbd_sale_price {
	text-align: center;
	transition: 0.5s;
}

.woocommerce span.tbd_sale_inner {
	font-size: 14px;
	right: 10px;
	left: auto;
}

.woocommerce span.onsale.onsingle_sale.tbd_sale_inner {
	font-size: 14px;
	right: auto;
	left: 10px;
}

.tbd_product_content {
	display: block;
	overflow: hidden;
	padding: 20px 20px 18px;
	background: #fff;
}

.tbd_product_type.tbd_fload_left {
	float: left;
	margin-right: 15px;
}

.tbd_product_type.tbd_fload_left a {
	font-size: 26px;
}

.tbd_product_title span a {
	font-size: 13px;
	color: #655d5d;
}

.tbd_product:hover .tbd_add_to_card {
	opacity: 1;
	bottom: 15px;
}

.woocommerce .products .star-rating,
.woocommerce .star-rating {
	padding: 10px 0 5px;
	float: none;
	color: #ffc107;
	font-size: 14px;
}

.woocommerce div.product p.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price,
.woocommerce div.product span.price ins {
	font-size: 15px;
	text-decoration: none;
	color: var(--br);
	font-weight: 700;
}

.woo_rating_star a {
	color: var(--p);
}

.tbd_product_not .woocommerce-info {
	margin: 30px 0;
	border: none;
	font-size: 20px;
}

.woocommerce div.product.slick-slide {
	padding-top: 10px;
}

.row.tx_product_list {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	margin-bottom: 30px !important;
}

.tx_product_list .tbd_product {
	margin-bottom: 0;
	box-shadow: none;
	text-align: left;
	padding-left: 0;
}

.thb_product_car.thb_product_carlist {
	position: inherit;
	justify-content: left;
	opacity: 1;
}

.list_rating .star-rating {
	margin-left: 0 !important;
}

.thb_product_car.thb_product_carlist a {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 3px;
}

.thb_product_car.thb_product_carlist a.added_to_cart:before {
	height: 50px;
	width: 50px;
}

.listdiv_center {
	padding: 15px 0;
}

ul.tx_product_tab.nav {
	justify-content: flex-end;
	margin-bottom: 2em;
}

.woocommerce .woocommerce-ordering {
	margin: 0 0 2em;
}

ul.tx_product_tab.nav li a {
	font-size: 22px;
	margin: 1px 0 0 10px;
	padding: 2px 9px;
	display: inline-block;
	border-radius: 5px;
	color: #333;
	border: 1px solid #e8e8e8;
}

.tbd_shop_archive_area.tbd_single_product_area {
	padding-bottom: 0;
}

.tbd_single_image a.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 999;
	font-size: 19px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
}

.woocommerce div.product .entry-summary .woocommerce-product-rating {
	margin: 10px 0;
}

.woocommerce div.product form.cart .button {
	padding: 12px 15px;
	line-height: 16px;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.2s;
	border: none;
	font-weight: 500;
	color: #fff;
	background: #0c5bde;
}

.woocommerce div.product form.cart.single_pcart {
	margin: 21px 0;
}

.woocommerce .quantity .qty {
	margin: 0 10px;
	height: 39px;
	width: 90px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	opacity: 1;
}

.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
	font-weight: 700;
	margin: 0;
	font-size: 14px;
	display: inline-block;
}

div.product .summary .stock.out-of-stock::before,
div.product .summary .stock::before {
	content: "\f058";
	font-family: fontawesome;
	font-size: 18px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
}

.entry-summary a.woocommerce-review-link {
	padding-left: 25px;
}

.woocommerce .entry-summary .woocommerce-product-rating .star-rating {
	margin: 13px 4px 0 0;
}

.single_summery_p_icon .thb_product_car {
	position: inherit;
	justify-content: flex-start;
	opacity: 1;
}

.single_summery_p_icon .thb_product_car a {
	box-shadow: 0 0 18px 0 #ddddddc4;
	box-shadow: 0 0 10px 0 rgb(148 146 245 / 20%);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.tbd_product.single_summery_p_icon {
	margin-bottom: 10px;
	box-shadow: none;
}

.entry-summary span.sku_wrapper {
	font-weight: 500;
}

.entry-summary span.posted_in,
.entry-summary span.tagged_as {
	display: block;
	font-weight: 700;
	margin-top: 7px;
}

.woocommerce div.product .entry-summary p.price {
	margin: 15px 0 10px;
}

.woocommerce div.product .product_title {
	margin-bottom: 4px;
	font-size: 24px;
}

#review_form_wrapper .comment-form label {
	font-size: 14px;
	margin-right: 10px;
	font-weight: 700;
}

.select2-container--default .select2-selection--single,
.woocommerce div.product form.cart .variations select {
	height: 40px;
}

h2.witr_related_title {
	padding: 20px 0 40px;
}

.witr_shop_template,
.woocommerce-tabs.wc-tabs-wrapper.tbd_tab_area {
	padding: 100px 0 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 1em;
	margin-right: 15px;
	border: 1px solid #ececec;
	margin-left: 2px;
	background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: none;
	display: inline-block;
	padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.5em 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 20px;
	padding-bottom: 20px;
}

.woocommerce table.shop_attributes th {
	font-weight: 700;
	font-size: 12px;
}

.woocommerce table.shop_attributes td p {
	font-size: 14px;
}

strong.woocommerce-review__author {
	font-size: 16px;
}

span.comment-reply-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.woocommerce .comment-form-comment label,
.woocommerce .comment-form-rating label {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 5px 5px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 16%;
	flex: 1 0 16%;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
}

h2.woocommerce-loop-category__title {
	display: block;
	padding: 25px 0;
	font-size: 22px;
	text-align: center;
}

.woocommerce table.witr_product_cart thead tr th {
	font-weight: 600;
	font-size: 15px;
}

.woocommerce table.witr_product_cart tbody tr td.product-thumbnail img {
	width: 100px;
	height: 100px;
}

.woocommerce table.witr_product_cart tbody tr td a {
	box-shadow: none;
	font-weight: 400;
	color: #555;
}

.woocommerce .witr_product_cart .coupon label {
	font-size: 18px;
	margin-right: 10px;
}

.woocommerce .witr_product_cart .coupon input {
	height: 42px;
	border-radius: 3px;
	padding-left: 10px;
}

.witr_cart_to_cross .cart_totals>h2,
.witr_cart_to_cross .cross-sells>h2 {
	font-size: 23px;
	font-weight: 600;
	margin-top: 40px;
}

.witr_cart_to_cross .cart_totals>h2 {
	padding: 13px 16px;
	background: #0c5bde;
}

.woocommerce .witr_cart_to_cross .cart_totals table {
	padding-top: 15px !important;
}

.woocommerce .witr_cart_to_cross table.shop_table tbody tr th {
	font-size: 14px;
	font-weight: 700;
	border: 0;
}

.woocommerce .witr_cart_to_cross table.shop_table tbody tr td {
	font-size: 14px;
	font-weight: 700;
	padding: 15px;
	border: 0;
}

.witr_cart_to_cross span#select2-calc_shipping_state-container {
	padding: 5px 20px 5px 10px;
}

.witr_checkout_form .witr_ck_blling h3,
.witr_checkout_form h3#order_review_heading,
h2.woocommerce-order-details__title {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.witr_checkout_form h3#order_review_heading {
	margin-bottom: 0;
}

.woocommerce .witr_checkout_form table.shop_table th {
	font-weight: 600;
	padding: 9px 12px;
	line-height: 1.5em;
	font-size: 18px;
}

.woocommerce-checkout.witr_checkout_form #payment {
	border-radius: 5px;
	background: #fbf9f9;
}

.woocommerce-checkout.witr_checkout_form .wc_payment_method label {
	font-size: 20px;
	font-weight: 700;
}

.woocommerce .witr_checkout_form table.shop_table {
	border-top: 0;
	padding-top: 12px;
}

.woocommerce form .form-row {
	width: 100% !important;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	width: 100% !important;
	padding: 8px;
}

.woocommerce #payment .form-row select,
.woocommerce .form-row select,
.woocommerce-page #payment .form-row select {
	width: 100%;
	height: 30px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 0.6180469716em;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 2px;
	box-sizing: border-box;
	font-weight: 400;
}

.woocommerce span.woocommerce-input-wrapper {
	display: contents;
}

.woocommerce .woocommerce-checkout .form-row label {
	line-height: 2;
	font-weight: 500;
	font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 3px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
}

@media only screen and (min-width: 769px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 22%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 75%;
	}
}

nav.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding-left: 0;
	max-width: 200px;
	font-size: 17px;
	line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
	cursor: default;
	color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after,
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
	content: "";
	height: 0;
	width: 0;
	float: right;
	margin-right: -34px;
	margin-top: -7px;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	max-width: unset;
}

.woocommerce-column__title {
	font-size: 18px;
	margin-bottom: 30px;
	padding: 12px 10px;
}

#customer_login h2 {
	font-size: 28px;
	font-weight: 500;
}

#customer_login label {
	cursor: pointer;
	font-size: 16px;
}

#customer_login form.login,
#customer_login form.register {
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
}

.sec_padding {
	padding: 79px 0 90px;
	margin-bottom: 90px;
}

.twr_product_sidebar>div {
	margin-bottom: 30px;
	border-radius: 4px 4px 0 0;
}

.twr_product_sidebar h2.widget-title {
	position: relative;
	padding: 10px 10px 15px;
	margin-bottom: 0;
}

.woocommerce .twr_product_sidebar ul li {
	border-top: 1px solid #eee;
	border-bottom: 0 !important;
	padding: 10px 5px 5px;
}

.woocommerce .twr_product_sidebar .product-categories li,
.woocommerce .twr_product_sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 10px 15px;
}

.woocommerce .twr_product_sidebar .tagcloud {
	padding: 15px 15px 10px;
}

.woocommerce .twr_product_sidebar .product-categories,
.woocommerce .twr_product_sidebar .product_list_widget,
.woocommerce .twr_product_sidebar .tagcloud,
.woocommerce .twr_product_sidebar .textwidget,
.woocommerce .twr_product_sidebar .widget ul.toggle-block,
.woocommerce .twr_product_sidebar .widget>.toggle-block,
.woocommerce .twr_product_sidebar .widget_pages>ul,
.woocommerce .twr_product_sidebar .widget_shopping_cart_content,
.woocommerce .widget_price_filter .toggle-block {
	border-top: none;
}

.woocommerce .twr_product_sidebar ul.product_list_widget li img {
	float: left;
	width: 35%;
	margin-right: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

.woocommerce .twr_product_sidebar ul.product_list_widget li a {
	line-height: 1.2;
	font-weight: 600;
	font-size: 15px;
}

.woocommerce .twr_product_sidebar span.woocommerce-Price-amount.amount {
	font-size: 13px;
	overflow: hidden;
	font-weight: 500;
}

.woocommerce .twr_product_sidebar .star-rating {
	overflow: hidden;
	position: relative;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	width: 6.4em;
	font-family: star;
	letter-spacing: 3px;
	margin: 4px 0 0;
}

.woocommerce .twr_product_sidebar .price_label {
	font-size: 16px;
	position: relative;
	overflow: hidden;
	color: #030925;
}

.woocommerce .twr_product_sidebar .search-field {
	padding-left: 10px;
	height: 54px;
	padding-bottom: 6px;
	width: 67%;
	border: none;
}

.woocommerce .twr_product_sidebar .widget_product_search button {
	text-align: center;
	padding: 6px 10px 10px;
	border-radius: 2px;
	transition: 0.5s;
	cursor: pointer;
	border: none;
}

.woocommerce .twr_product_sidebar .price_slider_wrapper {
	padding: 20px 15px 15px;
}

.woocommerce .witr_product_cart .coupon button,
.woocommerce button.button:disabled[disabled] {
	height: 43px;
}

.product_tl_nav {
	padding: 0 0 30px;
}

.product_tl_nav ul li {
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	margin: 0 5px 10px;
	padding: 10px 20px;
	position: relative;
	transition: 0.5s;
	border: 1px solid #f3eaea;
}

.product_tl_nav ul li.ema_product_item,
.product_tl_nav ul li:hover {
	color: var(--w);
	background: var(--br);
	border-color: var(--br);
}

.product_tl_nav ul li a:hover,
.product_tl_nav ul li:hover a {
	color: var(--w);
}

.twr_cablock_thumb img {
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

.witr_cat_block:hover img {
	-webkit-transform: scale(1.035) rotate(0.05deg);
	transform: scale(1.035) rotate(0.05deg);
}

.witr_cat_content {
	position: absolute;
	left: 15px;
	bottom: 10px;
}

.show_cart_cbtn {
	padding: 12px 30px;
	display: inline-block;
	background: #030925;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	margin-top: 20px;
}

.show_cart_cbtn:hover {
	background: #fb3b00;
	color: #fff;
}

#tx_sisidebar ul {
	list-style: none;
	margin: 0;
}

#tx_sisidebar .txscartbtn ul {
	list-style: disclosure-closed inside;
	margin: 0;
	margin-bottom: 30px;
}

.productsold {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tx_sisidebar_sarea {
	box-shadow: 0 0 15px 5px #f3f2f2;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.tx_sproduct_meta {
	box-shadow: 0 0 15px 5px #f3f2f2;
	padding: 20px;
}

.tx_sproduct_meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	white-space: nowrap;
	padding: 8px 0;
}

.tx_sproduct_meta li strong {
	-ms-flex-preferred-size: 54%;
	flex-basis: 54%;
	margin-left: 15px;
	white-space: normal;
}

.tx_sisidebar_item del span.woocommerce-Price-amount.amount {
	font-size: 25px;
}

.tx_sisidebar_item ins span.woocommerce-Price-amount.amount {
	font-size: 35px;
}

.tx_samation_price p {
	margin: 10px 0 20px;
	font-weight: 700;
}

.single_product_title.clearfix {
	padding: 24px 0;
}

.single_product_title.clearfix h2 {
	font-size: 23px;
}

.woocommerce div.product p.price {
	font-weight: 600;
	font-size: 31px;
	font-family: Barlow, sans-serif;
	color: #0c5bde;
}

.woocommerce div.product.newshado {
	box-shadow: 0 0 15px 5px #f3f2f257;
	padding: 10px 20px;
}

.wc-tab ul {
	padding-left: 35px;
}

.tbd_product_title h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.woo_post_author {
	font-size: 13px;
}

.woo_authorp {
	font-weight: 500;
	color: #595b6a;
}

.tbd_price_opt {
	margin: 15px 0 20px;
}

.tbd_price_opt.tmpl {
	margin-bottom: 32px;
}

.woo_demo_p a:hover {
	background: var(--br);
	border-color: var(--br);
	color: #fff;
}

.tbd_product_thumb,
.tbd_product_thumb img {
	border-radius: 10px 10px 0 0;
}

.tbd_product {
	margin-bottom: 30px;
	box-shadow: 3px 3px 5px 1px rgb(148 146 245 / 20%);
	border-radius: 0 0 10px 10px;
	padding-bottom: 10px;
	min-height: 453px;
	min-height: 408px;
}

.woo_rating_star {
	color: #ddd;
}

.woocommerce p.stars a {
	color: #ffc107;
}

.widget_product_search button,
.witr_cart_to_cross .cart_totals>h2,
.witr_checkout_form .witr_ck_blling h3,
.witr_checkout_form h3#order_review_heading,
.woocommerce .witr_cart_to_cross a.checkout-button.alt:hover,
.woocommerce .witr_checkout_form button.button.alt:hover .woocommerce a.button:hover,
.woocommerce .witr_product_cart button:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce input.button:hover,
.woocommerce-column__title,
h2.woocommerce-order-details__title {
	color: var(--w);
}

.content-widget .widget_price_filter .ui-slider .ui-slider-handle,
.content-widget .widget_price_filter .ui-slider .ui-slider-range,
.mini_shop_content a span.count,
.thb_product_car a.added_to_cart:hover:before,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout,
.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover,
.tx_golobal_color,
.widget_product_search button,
.witr_checkout_form .witr_ck_blling h3,
.witr_checkout_form h3#order_review_heading,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-column__title,
h2.woocommerce-order-details__title,
nav.woocommerce-MyAccount-navigation ul li.is-active {
	background: var(--br);
}

h2.woocommerce-loop-category__title,
mark.count {
	background: #fafcfe;
}

.woocommerce .witr_product_cart button.button.alt,
.woocommerce .witr_product_cart input.button.alt {
	font-weight: 500;
	background: #72a40d;
}

.woocommerce .witr_product_cart button.button.alt:hover,
.woocommerce .witr_product_cart input.button.alt:hover {
	background: var(--br);
}

.woocommerce .witr_cart_to_cross a.checkout-button.alt,
.woocommerce .witr_checkout_form button.button.alt,
.woocommerce .witr_product_cart button,
.woocommerce .witr_product_cart button.button:disabled,
.woocommerce .witr_product_cart button.button:disabled[disabled],
.woocommerce a.button.wc-backward,
.woocommerce button.button,
.woocommerce input.button {
	color: #fff;
	background: var(--br);
}

.woocommerce-account a.woocommerce-Button.button {
	padding: 14px 25px 18px;
}

.woocommerce .witr_product_cart .coupon button.button {
	padding: 9px 20px 12px;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
	background: rgba(0, 0, 0, 0.07);
}

nav.woocommerce-MyAccount-navigation ul li a {
	color: #272727;
}

ul.tx_product_tab.nav li a.active {
	border-color: #0c5bde;
	background: #0c5bde;
	color: #fff;
}

.tbd_single_image a.woocommerce-product-gallery__trigger {
	border: 1px solid #c3bcbc;
}

.search-field,
.woocommerce .quantity .qty,
.woocommerce .witr_product_cart .coupon input {
	border: 1px solid #ddd;
}

#review_form_wrapper .comment-form input,
.woocommerce #review_form #respond textarea {
	border: 1px solid #f6f6f6;
}

.woocommerce table.witr_product_cart tbody tr td,
.woocommerce table.witr_product_cart thead tr th {
	text-align: center;
	border: 1px solid #faf6f6;
}

.woocommerce-info,
.woocommerce-message {
	border-top-color: #0c5bde;
}

.woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total td,
.woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total th {
	border-top: 1px solid #ddd;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	color: #43454b;
	border: 1px solid #e4e4e4;
}

.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout,
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #0c5bde;
}

nav.woocommerce-MyAccount-navigation ul li {
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
	border-top: 20px solid transparent;
	border-left: 14px solid #0c5bde;
	border-bottom: 20px solid transparent;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
	border-top: 20px solid transparent;
	border-left: 14px solid rgba(0, 0, 0, 0.07);
	border-bottom: 20px solid transparent;
}

#customer_login form.login,
#customer_login form.register {
	border: 1px solid #f0f0f0;
}

.twr_product_sidebar>div {
	border: 1px solid #eee;
}

.twr_product_sidebar a {
	color: #030925;
}

.twr_product_sidebar h2.widget-title {
	background: #f2f2f2;
}


/* footer css */
.footer_area {
	background: #0b1c39;
}

.footer_middle {
	padding: 50px 0 30px;
}

.footer_widget a img {
	margin: 26px 0 26px;
}

.social-icons a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	margin-right: 10px;
	margin-bottom: 5px;
	background: var(--br);
	color: var(--w);
}

.social-icons a:hover {
	background-image: linear-gradient(90deg, #e45029 0, #f4957b 100%)
}

.widtitle {
	color: var(--w);
	font-size: 22px;
	margin: 30px 0 30px;
}

.twr_product_sidebar .widtitle {
	position: relative;
	padding: 10px 10px 15px;
	margin-bottom: 0;
	background: #f2f2f2;
	color: var(--b);
	margin: 0;
}


.footer_widget ul {
	list-style-type: disclosure-closed;
	list-style-position: inside;
	color: var(--br);
}

.footer_widget ul li {}

.footer_widget ul li a {
	color: var(--w);
	padding: 0 0 10px;
	display: inline-block;
}

.footer_widget ul li a:hover {
	color: var(--br);
}

hr.hwidth {
	width: 80%;
	margin: auto;
}

/* direct call area */
.text-cel {
	padding-top: 50px;
}

span.cel_phone {
	margin: 0 35px;

}

.text-cel,
.text-cel a {
	color: var(--w);
	font-style: italic;
	font-weight: 700;
}

.text-cel a {
	color: #F4957B;

}

/* footer copyright css */
.footer-bottom {
	padding-top: 15px;
}

.footer_widget p,
.copy-right-text p {
	color: var(--w);
}

.copy-right-text p {
	font-size: 15px;
}

/* single product css */
.mobile_shop_single {
	display: none !important;
}

.wc-block-cart__submit-button {
	background: #0d6efd;
	color: #fff;
}

/* slick slider css */
.slick-next,
.slick-prev {
	font-size: 0;
	position: absolute;
	display: block;
	padding: 0;
	cursor: pointer;
	color: var(--white);
	outline: 0;
	z-index: 9;
	opacity: 0;
	border-radius: 100px;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	width: 55px;
	height: 55px;
	line-height: 55px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: 0 solid var(--brhovercolor);
	background: var(--brhovercolor);
}

.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
	opacity: 1;
}

.slick-prev {
	left: 30px;
}

.slick-next {
	right: 30px;
}

.slick-next:before,
.slick-prev:before {
	color: var(--white);
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\e629";
	font-family: themify !important;
	line-height: inherit;
	opacity: 1;
}

.slick-next:before {
	content: "\e628";
	font-family: themify !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background: var(--brcolor);
	border-color: transparent;
	outline-color: transparent;
	outline: 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	color: var(--white);
}

/* slick dot css */
.slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -26px;
	display: inline-block;
	z-index: 11;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	font-size: 0;
	width: 18px;
	height: 18px;
	border: 0 solid var(--brcolor);
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50px;
	padding: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: 0;
	background: rgba(var(--brrgb), 0.36);
}

.slick-dots li.slick-active button {
	background: var(--brcolor);
}

.slick-slide:focus {
	border: none;
	outline: 0;
}

.slick-slide {
	border: none;
	outline: 0;
}

.woo_post_author img {
	display: inline !important;
}

/* bootstrap  row sick */
.row.slick-slider {
	margin-left: -15px;
	margin-right: -15px;
}

.row.slick-slider .col-md-12,
.row.slick-slider .col-lg-12 {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 1px;
}


/* selct product css */
.woocommerce .woocommerce-ordering select {
	height: 35px;
	border: 1px solid var(--br);
	padding-left: 10px;
}

.red {
	color: var(--r);
}

.woocommerce-Tabs-panel li {
	list-style: disc;
}

.em_crating i {
	font-size: 22px;
	color: var(--r);
}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.bypostauthor {}

.alignleft {}

.alignright {}

.aligncenter {}


/*** responsive css ---------------------------------------------------------------------------------------  ***/

@media (min-width: 1400px) {
	.containerssswww {
		max-width: 1280px;
	}
}

@media (min-width: 1201px) and (max-width: 1399px) {
	span.hspan {
		font-size: inherit;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	span.login {
		margin-right: 3px;
		width: 50px;
	}

	.sheading {
		font-size: 2em;
	}

	span.hspan {
		font-size: inherit;
	}

	.themebagan_menu>ul>li>a {
		margin: 7px 11px;
	}

}

/* -------------------------------------------------
 Mobile :768-991
---------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

	/* section title */
	.sheading {
		font-size: 27px;
	}

	/* home category */
	.theme_icon {
		margin: 0 5px;
	}

	.tbd_product_content {
		padding: 20px 2px 18px;
	}

	/* top menu */
	.topmenu ul li a {
		margin-right: 15px;
	}

	/* logo catr */
	/* single product css */
	.woocommerce div.product .product_title {
		font-size: 18px;
	}

	span.hspan {
		display: inherit;
		font-size: inherit;
	}


}


/* -------------------------------------------------
 Mobile :10-768
---------------------------------------------------*/
@media (min-width: 10px) and (max-width: 767px) {

	/* top menu */
	.topmenu {
		text-align: center;
	}

	.mtopl {
		text-align: center;
	}

	.topmenu ul li a {
		margin-right: 8px;
	}

	/* section title */
	.sheading {
		font-size: 23px;
	}

	.banner_area {
		padding: 50px 0 50px;
	}

	.theme_inner_cat {
		display: flow !important;
		text-align: center;
	}

	.theme_inner_cat {
		padding-top: 5px;
	}

	.theme_icon {
		margin: 10px 5px;
	}

	.witr_section_title_inner p {
		padding-top: 20px;
		margin-top: 0;
	}

	.tbd_product_content {
		padding: 20px 15px 18px;
	}

	/* top cart icon */
	.mmenur {
		margin-top: 35px;
	}

	/* shop single */
	.woocommerce div.product .product_title {
		font-size: 20px;
	}

	.mobile_shop_single {
		display: block !important;
		margin-bottom: 30px !important;
	}

	span.hspan {
		display: inherit;
		font-size: inherit;
	}


}

/* 465-767 */
@media (min-width: 465px) and (max-width: 767px) {
	.topmenu ul li a {
		margin-right: 40px;
	}
}

/* outside css */
.psearch input {
	width: 65%;
	height: 52px;
}

.mobile_menu_a {
	display: none !important;
}

/* -------------------------------------------------
 Mobile :10-839
---------------------------------------------------*/
@media (min-width: 10px) and (max-width: 991px) {
	.themebagan-main-menu {
		display: none !important;
	}

	.logo {
		display: none !important;
	}

	.mobile_menu_a .logo {
		display: block !important;
	}

	.psearch input {
		width: 80%;
	}

	/* mobile men css */
	.mobile_menu_a {
		display: block !important;
	}

	.mobile_menu_a {
		position: relative;
		background: #0d6efd;
		padding: 10px 0;
	}

	i.ti-menu.mmemu {
		font-size: 28px;
		color: #fff;
	}

	nav.mobile_menu {
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 99999;
		background: #ffffff;
		padding: 10px 10px 10px 30px;
		display: none;
	}

	.mobile_menu ul {
		list-style: disclosure-closed;
		color: #0c5bde;
	}

	.mobile_menu ul li {}

	.mobile_menu ul li a {
		color: #333;
		padding: 4px 0;
		display: block;
	}


}