/*
Theme Name: Flexcam
Theme URI: https://wordpress.org/themes/flexcam/
Author: Zain Digital
Author URI: https://zain.digital/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.static-content-page img.alignleft {
	margin: 25px 25px 25px 0 !important;
}
.static-content-page img.alignright {
	margin: 25px 0 25px 25px !important;
}

@media (max-width:599px) {
.static-content-page img.alignleft {
	margin: 20px 0 !important;
	display: block;
	float: none;
}
.static-content-page img.alignright {
	margin: 20px 0 !important;
	display: block;
	float: none;
}
}
.es_textbox_button.btn-join {
	width: auto;
}
.search .category-title-part {
	width: 100%;
}
.search .search-field {
	display: block;
	width: 100%;
	height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #1a1a1a;
	background-color: transparent;
	background-image: none;
	border: 2px solid rgb(151, 153, 155);
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	margin-bottom: 20px;
	margin-top: 20px;
}
.search .search-field:focus {
	border-color: #191919;
	outline: 0;
}
.flex-viewport {
	margin: 0 0 5px;
	background: #fff;
	zoom: 1;
	text-align: center;
}
.flex-control-nav img {
	background: #fff;
}
.flex-control-nav li {
	margin-right: 5px !important;
}
.woocommerce-cart .product-listing-part ul li {
	float: none;
	width: 100%;
	margin-bottom: 0px;
}
th.product-cart-td {
	padding: 18px 14px !important;
	background: rgb(186, 12, 47);
	border: 2px solid #fff !important;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
}
td.product-cart-td {
	padding: 18px 14px !important;
	background: #fff;
	border: 0 !important;
	font-size: 14px;
	font-weight: bold;
	text-align: center !important;
}
td.product-cart-td .remove {
	margin: 0 auto;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	border-radius: 0;
}
.btn-fill-black {
	color: #ffffff !important;
	background: rgb(186, 12, 47) !important;
	border-color: rgb(186, 12, 47) !important;
}
.btn-fill-black:hover {
	color: #ffffff !important;
	background: rgb(29, 79, 145) !important;
	border-color: rgb(29, 79, 145) !important;
}
.added-enquiries td .btn {
	min-width: 180px;
	min-height: 43px;
	font-size: 14px;
	font-weight: 700;
}
.added-enquiries td {
	text-align: right;
}
.register-login-form {
	border-top: solid 1px #ccc;
	padding-top: 37px;
	margin-top: 37px;
	min-height: 400px;
}
.register-login-form .register-login-block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: left;
	align-content: stretch;
}
.register-login-form .register-section {
	background-color: #f2f2f2;
	padding: 40px 50px;
	height: 100%;
}
.register-login-form h3 {
	color: #363636;
}
.register-login-form h3 {
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 16px;
	text-transform: uppercase;
}
.woocommerce form.login, .woocommerce form.register {
	border: 0px solid #f2f2f2 !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #f2f2f2;
	padding: 0px;
	margin: 0;
	text-align: left;
	border-radius: 5px;
}
.register-login-form form .form-group {
	margin-bottom: 8px;
}
.register-login-form form .form-control {
	border: solid 2px #fff;
	background-color: transparent;
	border-radius: 0;
	min-height: 44px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.terms-privacy p {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin-top: 11px;
}
.register-login-form .login-section {
	background-color: #ffffff;
	padding: 40px 50px;
	height: 100%;
}
.register-login-form h3 {
	color: #363636;
}
.terms-privacy p a {
	font-weight: 600;
	color: #fff;
}
.page-id-344 .woocommerce #customer_login {
	background: #f2f2f2;
	padding: 60px 50px 60px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	align-content: stretch;
	min-height: 500px;
}
.page-id-344 .woocommerce #customer_login .u-column1.col-1 {
	background: #ffffff;
	padding: 25px;
}
.page-id-344 .woocommerce #customer_login .u-column2.col-2 {
	background: #f2f2f2;
	padding: 25px;
}
.page-id-344 #customer_login h2 {
	color: #363636 !important;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 16px;
	text-transform: uppercase;
}
.page-id-344 .woocommerce-form-row {
	margin-bottom: 8px;
}
.page-id-344 #customer_login form .woocommerce-Input {
	border: solid 2px #e1e1e1;
	color: #363636;
	background-color: #fff;
	border-radius: 0;
	min-height: 44px;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
}
.page-id-344 #customer_login form .woocommerce-Input:focus {
	border-color: rgb(186, 12, 47);
}
.page-id-344 .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	display: block !important;
	margin-top: 14px;
}
.page-id-344 .woocommerce-Button.button {
	background: rgb(186, 12, 47) !important;
	color: #fff !important;
	padding: 10px 30px !important;
	text-transform: uppercase;
	border-radius: 0px;
}
.page-id-344 .woocommerce-Button.button:hover {
	background-color: rgb(29, 79, 145) !important;
}
#rememberme {
	position: relative;
	top: 4px;
}
.home #es_shortcode_msg {
	padding: 0;
}
.home .latest-product .owl-nav.disabled {
	display: block !important;
}
.berocket_aapf_widget-wrapper .berocket_aapf_widget {
	padding: 0;
	margin: 0;
}
/*.comingsoon p {
	font-size: 22px;
	font-weight: 600;
	padding: 50px 0 0;
}*/
.btn-2 span {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	line-height: 1.5;
}
.single-product .product-image-part .flex-control-thumbs li {
	width: 24.2% !important;
}
.single-product .product-image-part .flex-control-thumbs li:last-child {
	margin-right: 0 !important;
}
.chkout {
	text-align: right;
}
.woocommerce-info {
	border-top-color: rgb(186, 12, 47);
}
.woocommerce-billing-fields input {
	min-height: 44px;
	background-color: transparent;
	border-radius: 0;
	border: solid 2px #d7d7d7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: rgb(151, 153, 155);
	font-size: 15px;
	padding: 5px 10px;
}
.woocommerce-pagination .page-numbers.current {
	background: rgb(186, 12, 47) !important;
	color: #fff !important;
	border: 1px solid rgb(186, 12, 47) !important;
	padding: 9px 13px !important;
}
.woocommerce-pagination ul.page-numbers {
	border: 0 !important;
}
.woocommerce-pagination ul.page-numbers li {
	border: 0 !important;
}
.woocommerce-pagination li .page-numbers {
	border: 1px solid rgb(186, 12, 47) !important;
	padding: 9px 13px !important;
	background: #fff !important;
}
.woocommerce-pagination .prev.page-numbers {
	border: 1px solid rgb(186, 12, 47) !important;
	padding: 9px 13px !important;
	background: #fff !important;
}
.woocommerce-pagination {
	margin-top: 30px;
}
.product-btn-part .btn-2.btn-gradient-line:hover span {
	color: #fff !important;
}
.woocommerce-billing-fields__field-wrapper label {
	font-size: 16px;
}
.shop_table.woocommerce-checkout-review-order-table {
	display: none;
}
.wc_payment_methods.payment_methods.methods {
	display: none;
}
.form-row.place-order {
	background: #f2f2f2;
}
.wc-terms-and-conditions .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	font-size: 16px;
}
.checkout.woocommerce-checkout #place_order {
	background: rgb(186, 12, 47);
	padding: 13px 25px;
	border-radius: 0px;
	text-transform: uppercase;
}
.checkout.woocommerce-checkout #place_order:hover {
	background: rgb(29, 79, 145);
}
.checkout.woocommerce-checkout .form-row.place-order {
	padding-left: 0 !important;
}
.checkout.woocommerce-checkout .form-row.place-order {
	padding-right: 0 !important;
}
.woocommerce-error li {
	width: 100% !important;
	padding-left: 47px !important;
	display: block;
	padding-top: 14px;
	list-style-position: outside !important;
}
.page-id-408 .main-container-section {
	display: block;
	margin-top: 0;
}
div.wpcf7 .ajax-loader {
	display: block;
	position: absolute;
	right: 0;
	top: 50px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	display: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
	display: none !important;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Input {
	border: solid 2px #e1e1e1;
	color: #363636;
	background-color: transparent;
	border-radius: 0;
	min-height: 44px;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Input:focus {
	border-color: rgb(186, 12, 47);
}
.woocommerce-account .woocommerce-error {
	margin-bottom: 20px !important;
}
.woocommerce-account .woocommerce-error::before {
	top: 23px;
}
.woocommerce-account .static-content-page ul li::before {
	display: none;
}
/*.woocommerce-cart .woocommerce:first-child p.cart-empty {
	display: none !important;
}*/
.woocommerce-cart .return-to-shop {
	padding-top: 40px;
}
.woocommerce-checkout .form-row.form-row-wide.create-account.woocommerce-validated {
	display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #fff;
	border-radius: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
	display: block !important;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child {
	border: none;
}
.woocommerce-MyAccount-content p {
	padding-top: 0;
}
.woocommerce-MyAccount-content p a {
	color: #191919;
}
.woocommerce-MyAccount-content p a:hover {
	color: rgb(186, 12, 47);
}
.pswp__container {
	background: #fff;
}
.pswp__item {
	background: #fff !important;
}
.woocommerce-message .button1.wc-forward {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 0px;
	left: auto;
	color: #ffffff;
	background-color: rgb(186, 12, 47);
	border-collapse: rgb(186, 12, 47);
	border: 0;
	display: inline-block;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	float: right;
}
.woocommerce-message .button1.wc-forward:hover {
	background-color: rgb(29, 79, 145);
	border-collapse: rgb(29, 79, 145);
	color: #ffffff;
}
.button.loading {
	display: none;
}
.pswp__button.pswp__button--arrow--left, .pswp__button.pswp__button--arrow--right {
	opacity: 1 !important;
}
.home .banner-slider .owl-nav {
	position: absolute;
	right: 13%;
	bottom: 46px;
	z-index: 9999;
}
.home .owl-carousel.banner-slider.owl-loaded.owl-drag {
	position: relative;
}
.home #owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}
.home #bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #7fc242;
}
.home #progressBar {
	width: 100%;
	background: #EDEDED;
}
.home .banner-slider .owl-dots {
	position: absolute;
	bottom: 46px;
	z-index: 111;
}
.home .banner-slider .owl-dots .owl-dot span {
	border: 3px solid #fff;
	width: 22px;
	height: 22px;
	background: #fff;
}
.home .banner-slider .owl-dots .owl-dot.active span {
	background: #fff;
	background: rgb(186, 12, 47);
}
.home .banner-slider .owl-dots .owl-dot:hover span {
	background: #fff;
	background: rgb(186, 12, 47);
}
.subscribe-form-part .es_textbox #es_txt_email {
	background: #fff;
	border: none;
	height: 45px;
	border-radius: 0px;
	font-size: 15px;
	padding: 10px 100px 10px 20px;
	width: 100%;
}
.subscribe-form-part .es_lablebox {
	display: none;
}
.subscribe-form-part #es_txt_button {
	background: rgb(186, 12, 47);
	display: block;
	border: none;
	min-width: 90px;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 45px;
	border-radius: 0 0px 0px 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px;
}
.home .subscribe-testimonial-section .subscribe-section {
	padding: 33px;
}
.es_textbox_button {
	width: auto;
}
.woocommerce-checkout #order_comments {
	height: 90px !important;
}
/*headercart*/
.woocommerce.widget_shopping_cart.widget_shopping_cart_main.headercart {
	color: rgb(151, 153, 155);
	position: absolute;
	z-index: 999999;
	font-size: .875em;
	width: 280px !important;
	left: -234px !important;
	top: 30px !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	background: #fff;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 5px;
	display: none;
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}
.sticky .top-bar .add-quote-part .widget_shopping_cart {
	display: none !important;
}
.jmadded-to-cart .woocommerce.widget_shopping_cart.widget_shopping_cart_main.headercart {
	display: block;
}
.widget_shopping_cart_main.headercart::before {
	position: absolute;
	top: -13px !important;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #FFFFFF;
	content: '' !important;
	width: 0 !important;
	height: 0 !important;
	left: 230px !important;
	color: #fff;
}
.add-quote-part:hover .headercart {
	display: block !important;
}
.headercart .cart_list.product_list_widget {
	margin: 0 !important;
}
.headercart .mini_cart_item {
	display: inline-block;
	width: 100%;
	padding: 13px 0 !important;
	border-bottom: 1px solid #efefef;
}
.headercart .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	right: 2px;
	top: 25px;
	left: auto;
	font-size: 24px;
	font-weight: 400;
	padding-left: 8px;
	padding-right: 0;
}
.woocommerce.widget_shopping_cart.widget_shopping_cart_main.headercart .quantity {
	/* display: none; */
	border: none;
	display: block;
	background: rgb(186, 12, 47);
	color: #fff;
	position: absolute;
	left: 30px;
	z-index: 1;
	min-width: 20px;
	height: 20px;
	border-radius: 25px;
	text-align: center;
	line-height: 20px;
	top: 5px;
	font-size: 11px;
	padding: 0 4px;
}
.headercart .total strong {
	display: none !important;
}
.headercart .total .woocommerce-Price-amount.amount {
	display: none !important;
}
.headercart .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: -3px;
	width: 50px;
	margin-right: 5px;
}
.headercart .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	float: left;
}
.headercart .mini_cart_item a {
	color: #191919 !important;
	text-align: left;
	line-height: normal;
	padding-right: 20px;
}
.headercart .button.checkout.wc-forward {
	display: none !important;
}
.headercart .buttons {
	text-align: center !important;
	margin: 15px 0 auto;
}
.headercart .button.wc-forward {
	left: 0 !important;
	right: 0 !important;
	text-align: center !important;
	background: rgb(186, 12, 47);
	color: #fff;
	padding: 11px 18px;
	font-size: 14px;
	border-radius: 0px;
}
.headercart .button.wc-forward:hover {
	left: 0 !important;
	right: 0 !important;
	text-align: center !important;
	background: rgb(29, 79, 145);
	color: #fff;
	padding: 11px 18px;
	font-size: 14px;
	border-radius: 0px;
}
.headercart .countcart {
	float: none;
	font-size: 14px;
	font-weight: 700;
}
.headercart .woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
	border-top: 0;
	padding: 0;
}
.headercart .woocommerce a.remove:hover {
	color: rgb(151, 153, 155) !important;
	background: #fff;
}
.headercart .cart-contents {
	padding: 0 0 10px;
	display: inline-block;
	border-bottom: 1px solid #efefef;
	width: 100%;
	text-align: center;
}
.headercart .cart_list.product_list_widget {
	float: none;
	max-height: 310px;
	overflow-x: hidden;
	overflow-y: auto;
}
/*headercart end*/


/*contact*/
#agile-form {
	width: 100% !important;
	background: transparent !important;
	box-shadow: 0 0 0 0;
	max-width: 100% !important;
}
.agile-group.required-control {
	width: 50%;
	/* clear: both; */
	float: left;
	margin: 0;
}
.agile-group {
	margin: 0 !important;
}
#agile-form input[type=text], #agile-form input[type=email] {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	border-radius: 5px;
	background: transparent;
	color: rgb(151, 153, 155);
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 20px !important;
	height: 50px;
	width: 95%;
	margin-left: 10px;
	margin-right: 10px;
}
#agile-form textarea {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
	border-radius: 5px;
	background: transparent;
	color: rgb(151, 153, 155);
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px 20px !important;
	height: 50px;
	width: 95%;
	margin-left: 10px;
	margin-right: 10px;
}
#agile-form .g-recaptcha {
	margin-left: 10px;
}
#agile-form .agile-group.required-control {
	width: 50%;
	margin: 0;
}
#agile-form .agile-label {
	display: none !important;
}
#agile-form .agile-field {
	width: 100%;
}
 #agile-form input, #agile-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: rgb(151, 153, 155);
}
#agile-form input, #agile-form textarea::-moz-placeholder { /* Firefox 19+ */
 color: rgb(151, 153, 155);
}
#agile-form input, #agile-form textarea:-ms-input-placeholder { /* IE 10+ */
 color: rgb(151, 153, 155);
}
#agile-form input, #agile-form textarea:-moz-placeholder { /* Firefox 18- */
 color: rgb(151, 153, 155);
}
#agile-form .agile-form-description {
	display: none;
}
#agile-form button {
	width: 272px !important;
	margin-top: 6px;
	margin-left: 10px;
}
#agile-form .agile-field.agile-button-field {
	width: 100%;
}
#agile-form .mini_cart_item a:nth-child(2) {
	font-size: 12px !important;
}
/*contact end*/


.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a {
	text-decoration: underline;
}
.product-info-left .product-info h2 {
	font-size: 16px;
	color: #191919;
	font-weight: 600;
	margin: 0 0 5px;
	line-height: 22px;
}
.woocommerce-product-details__short-description.product-info ul {
	margin-top: 10px;
}
.pricetag .woocommerce-Price-amount.amount {
	color: rgb(186, 12, 47);
	font-size: 16px;
}
.pricetag {
	margin-top: 5px;
}
.woocommerce-EditAccountForm.edit-account input {
	min-height: 44px;
	background-color: transparent;
	border-radius: 0;
	border: solid 2px #d7d7d7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #191919;
	font-size: 15px;
	padding: 5px 10px;
}
.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
	margin-top: 20px;
	border: 0;
}
#post-344 .woocommerce-error {
	display: block !important;
}
.page-id-344 .woocommerce-Address-title.title {
	display: none;
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
	background: #d5d5d5;
	padding: 15px;
	min-height: 150px;
}
.mini_cart_item a:nth-child(2) {
	font-size: 13px;
}
.product-btn-part .added_to_cart::after {
	font-family: WooCommerce;
	content: '\e017';
	vertical-align: bottom;
	font-size: 14px;
	color: #FFF;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button3.loading::after, .woocommerce button.button3.loading::after, .woocommerce input.button3.loading::after {
	font-family: WooCommerce;
	content: '\e01c';
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 10px !important;
	right: 0;
	left: 0;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.single-product .product-detail-section .product-btn-part .added_to_cart::after {
	font-family: WooCommerce;
	content: '\e017';
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	right: 0;
	width: 18px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top: 10px;
}
.single-product .product-detail-section .added_to_cart.wc-forward {
	width: 200px;
	background: linear-gradient(to right, rgb(186, 12, 47) 0%, rgb(186, 12, 47) 100%);
	border-radius: 5px;
	vertical-align: middle;
	height: 44px;
	font-size: 0;
	position: relative;
}
.archive .alm-listing .alm-paging-content > li img, .alm-listing .alm-reveal > li img, .alm-listing > li img {
	position: inherit !important;
	left: 0;
	top: 0;
	border-radius: 0px !important;
	overflow: inherit !important;
}
.archive .alm-listing .alm-paging-content > li, .alm-listing .alm-reveal > li, .alm-listing > li {
	padding: 0 !important;
	overflow: inherit !important;
}
.archive .alm-btn-wrap .alm-load-more-btn {
	font-size: 15px;
	font-weight: 400 !important;
	width: auto !important;
	height: auto !important;
	line-height: 42px;
	background: #f2f2f2 !important;
	border-radius: 0px !important;
	margin: 11px 0px 0px 0px !important;
	border: 2px solid rgb(186, 12, 47) !important;
	color: rgb(186, 12, 47) !important;
	text-transform: uppercase !important;
	padding: 0 40px !important;
}
.archive .alm-btn-wrap .alm-load-more-btn i {
	display: none;
	vertical-align: middle;
	margin-top: -2px;
}
.archive .alm-btn-wrap .alm-load-more-btn:hover {
	background: rgb(29, 79, 145) !important;
	border: 2px solid rgb(29, 79, 145) !important;
	color: #fff !important;
	text-decoration: none;
}
.archive .alm-btn-wrap .alm-load-more-btn.loading::before {
	display: none !important;
}
.archive .alm-btn-wrap .alm-load-more-btn.loading i {
	display: inline-block;
}
.archive .alm-load-more-btn.more.done {
	display: none;
}
.archive .woocommerce-result-count {
	display: none;
}
.archive .woocommerce-ordering {
	display: none;
}
.archive .woocommerce-info {
	display: none;
}
.team-box-section {
	margin-bottom: 30px;
}
.woocommerce-pagination .page-numbers li {
	width: auto !important;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
	margin-bottom: 5px;
}
.single-product .product-image-part .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0 !important;
}
.woocommerce-account .woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
	display: none;
}
.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active {
	display: none !important;
}
.static-content-page ol {
	margin: 0 0 30px 15px !important;
}
.woocommerce table.my_account_orders {
	border-radius: 0;
}
.woocommerce table.my_account_orders thead {
	background: #fff;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding: 8px;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row {
	background: #f6f6f6;
}
.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row:nth-child(2n+1) {
	background: #fefefe;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #ffffff;
	border-radius: 0;
	background-color: rgb(186, 12, 47);
	padding: 10px 20px;
	min-width: 180px;
	min-height: 46px;
	line-height: 1.8;
	text-transform: uppercase;
	font-size: 15px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: rgb(29, 79, 145);
	color: #ffffff;
}
/* The Modal (background) */
.modal.subscribe-model {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.subscribe-model .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid rgb(151, 153, 155);
	width: 50%;
}
/* The Close Button */
.subscribe-model .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	top: -16px;
	position: relative;
	z-index: 3;
}
#myBtn {
	cursor: pointer;
}
.subscribe-model .close:hover, .subscribe-model .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#wpcf7-f1348-o1 .form-control {
	margin-bottom: 15px;
}
#wpcf7-f1348-o1 .btn-1 {
	margin-top: 15px;
}
.defaultul ul li {
	background: url(images/check-blue-icon.png) 0 6px no-repeat;
	font-size: 13px;
	line-height: 20px;
	color: #191919;
	padding-left: 20px;
	margin-bottom: 8px;
	width: 100% !important;
	float: none !important;
}
 @media only screen and (min-width:992px) {
.sroption {
	position: relative;
}
.sroption .search-part {
	min-width: 300px;
	position: absolute;
	top: 50px;
	z-index: 10;
	right: -9px;
	display: none;
}
.top-right-part .search-part::before {
	border-bottom: 11px solid rgb(29, 79, 145);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	position: absolute;
	right: 8px;
	top: -11px;
}
header.sticky .top-right-part .search-part::before {
	right: 18px;
}
.top-right-part .search-part input {
	background: rgb(29, 79, 145);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	width: 100%;
	border: none;
	padding: 16px 20px;
	font-size: 14px;
	font-style: italic;
	color: #ffff;
	box-sizing: border-box;
	height: auto;
	margin-top: 0;
}
.top-right-part .search-part input::-moz-placeholder {
 color: rgba(255,255,255,0.6);
}
.top-right-part .search-part input:-ms-input-placeholder {
 color: rgba(255,255,255,0.6);
}
.top-right-part .search-part input::-webkit-input-placeholder {
 color: rgba(255,255,255,0.6);
}
.top-right-part .search-part input::-ms-expand {
 color: rgba(255,255,255,0.6);
}
.top-right-part ul li.sroption {
	padding-right: 0;
}
header.sticky .top-right-part ul li.sroption {
	padding-right: 0px;
}
}
 @media only screen and (max-width:1200px) {
.single-product .product-image-part .flex-control-thumbs li {
	width: 24% !important;
}
}
@media only screen and (max-width:991px) {
.single-product .product-image-part .flex-control-thumbs li {
	width: 23.7% !important;
}
.subscribe-model .modal-content {
	width: 80%;
}
}
 @media only screen and (max-width:991px) {
.single-product .product-image-part .flex-control-thumbs li {
	width: 23% !important;
}
}
 @media only screen and (max-width:768px) {
.woocommerce-cart .product-listing-part .table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	min-height: .01%;
	overflow-x: auto;
}
.woocommerce-cart .product-listing-part table thead tr th:nth-child(1) {
	width: 190px;
	min-width: 190px;
	text-align: center !important;
}
.woocommerce-cart .product-listing-part table thead tr th:nth-child(2) {
	width: 380px;
	min-width: 380px;
}
.woocommerce-cart .product-listing-part table thead tr th:nth-child(3) {
	width: 146px;
	min-width: 146px;
}
.woocommerce-cart .product-listing-part table tbody tr td:nth-child(1) {
	width: 190px;
	min-width: 190px;
	text-align: center !important;
}
.woocommerce-cart .product-listing-part table tbody tr td:nth-child(2) {
	min-width: 374px;
	width: 374px;
	text-align: center !important;
}
.woocommerce-cart .product-listing-part table tbody tr td:nth-child(3) {
	min-width: 144px;
	width: 144px;
}
.woocommerce-cart .product-listing-part table tbody tr td {
	display: inline-block;
}
.woocommerce-cart .product-listing-part table thead {
	display: block;
}
.woocommerce-cart-form__cart-item.cart_item .product-cart-td:before {
	display: none;
}
}
.sb_instagram_header {
	display: none !important;
}
#sbi_load {
	display: none;
}
.wpb-is-item .wpb-is-item-link {
	padding: 0 !important;
}
.wpb-instragram-feed {
	margin-top: 0 !important;
}
.wpb-instragram-feed .owl-stage-outer .owl-item {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
	display: none !important;
}
 @media only screen and (max-width:767px) {
.page-id-344 .woocommerce #customer_login {
	display: block !important;
}
.visit-showrrom-title h2 {
	text-align: center;
}
}
 @media only screen and (max-width:600px) {
.product-btn-part .btn-2.btn-gradient-line {
	margin-top: 15px;
}
.page-id-344 .woocommerce #customer_login {
	padding: 20px 20px 20px;
}
#agile-form .agile-group.required-control {
	width: 100%;
}
#agile-form input[type="text"], #agile-form input[type="email"] {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#agile-form textarea {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#agile-form .g-recaptcha {
	margin-left: 0;
}
#agile-form button {
	width: 272px !important;
	margin-top: 6px;
	margin-left: 0;
}
}
 @media only screen and (max-width:480px) {
.single-product .product-image-part .flex-control-thumbs li {
	width: 23.6% !important;
}
.woocommerce-pagination li .page-numbers {
	padding: 8px 10px !important;
}
.woocommerce-pagination .page-numbers.current {
	padding: 8px 10px !important;
}
}
@media only screen and (max-width:400px) {
.indus-image .indus-image-con h3 {
	word-break: break-all;
}
.home .banner-slider .owl-nav {
	right: 10%;
}
}
 @media only screen and (max-width:320px) {
#agile-form .agile-field {
	width: 95% !important;
}

.category-title-part h1 {
	font-size: 24px;
}
.category-info-part {
	margin-top: 6px;
	line-height: 19px;
}
}

.jtrt-table { width:100%; }