@charset "utf-8";

p {
	line-height: 24px;
}

.content {
	padding: 40px 0 23px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b3b3b;
}

/*start brand page css*/



.brands_filter li {
	display: inline-block;
	float: left;
	margin-bottom: 3px;
}

.filter_row .brand_filter_btn {
	text-decoration: none;
	font-size: 13px;
	background-color: #e8e8e8;
	color: #777;
	padding: 9px 15.1px;
	display: block;
	border: 1px solid #bbbbbb;
	border-left: none;
	text-transform: uppercase;
	cursor: pointer;
}

.brands_filter {
	display: flex;
	flex-wrap: wrap;
}

.filter_row .all_brands {
	border-left: 1px solid #ccc;
	display: inline-block;
}

.filter_section {
	margin-bottom: 12px;
	margin-top: 40px;
}

.filter_row .brand_filter_btn:first-child {
	border-left: 1px solid #bbbbbb;
}

.filter_row .brand_filter_btn:hover,
.filter_row .brand_filter_btn.active {
	background-color: #bb0a0a;
	color: #fff;
	border-color: #bb0a0a;
}

.filter_row li:nth-child(1)>a {
	border-left: 1px solid #ccc;
}

.content h1 {
	font-size: 28px;
	color: #3b3b3b !important;
	text-transform: capitalize;
}

.brands_wraper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 23px;
}

.brands_wraper .brands_box {
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 25px;
	border: 1px solid #bbbbbb;
	transition: transform .3s;
}

.brands_wraper .brand_title {
	color: #fff;
	background-color: #3b3b3b;
	padding: 5px 7px;
	text-transform: capitalize;
	margin-top: 0;
	transition: transform .3s;
	height: 35px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands_wraper .brand_img {
	padding: 21px;
}

.brands_wraper .brand_img span.big_letter {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	display: block;
	height: 124px;
	line-height: 120px;
}

.brands_wraper .brand_img img {
	height: 120px;
}

.brands_wraper .brand_img img {
	object-fit: contain;
}
.brands_wraper .brand_img .brand_img_inner{
	height: 124px;
	text-align: center;
}

/*contact page css*/



label {
	font-size: 15px;
	display: block;
	padding-bottom: 4px;
	text-transform: capitalize;
}

.Contact_form7 input,
.Contact_form7 textarea {
	padding: 10px;
	border: 1px solid #bbbbbb;
	color: #3b3b3b;
	height: 38px;
	width: 100%;
	outline: none;
	margin-bottom: 24px;
}

.Contact_form7 input[type="checkbox"] {
	padding: 0px;
	height: auto;
	margin-bottom: 0px;
}

.Contact_form7 textarea {
	height: 124px;
}

.contact_form .wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contact_form .half_div:nth-child(even) {
	margin-left: 3%;
}

.contact_form .math_captcha {
	float: left;
}

.contact_form .half_div {
	width: 48%;
}

.contact_btn {
	color: #fff !important;
	background-color: #6d6e70;
	border: 1px solid #6d6e70 !important;
	font-weight: 400;
	font-size: 15px;
	cursor: pointer;
	outline: none;
	transition: all .3s;
	padding: 10px 20px !important;
	font-family: 'Open Sans', sans-serif;
	width: auto !important;
	height: auto !important;
}

.contact_btn:hover {
	color: #6d6e70 !important;
	background-color: transparent;
}

.contact_button {
	text-align: right;
	margin-top: 20px;
	float: right;
}

/* single page css*/

.single-product .single_add_to_cart_button.button.loading, .woocommerce button.single_add_to_cart_button.button.loading {
	padding-right: 25px !important;
}


.woocommerce .content-area button,
.woocommerce .content-area .button,
.woocommerce .content-area .submit,
.woocommerce-page .button,
.tinv-wishlist table.tinvwl-table-manage-list tbody button.button {
	color: #fff !important;
	display: inline-block !important;
	padding: 10px 15px 11px !important;
	background-color: #3b3b3b !important;
	border: 1px solid #3b3b3b !important;
	font-size: 14px !important;
	text-align: center;
	transition: all .3s;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif !important;
	border-radius: 0 !important;
	width: auto;
	font-weight: 600 !important;
	margin-bottom: 5px !important;
}

.woocommerce .content-area button:hover,
.woocommerce .content-area .button:hover,
.woocommerce .content-area .submit:hover,
.woocommerce-page .button:hover,
.tinv-wishlist table.tinvwl-table-manage-list tbody button.button:hover {
	background-color: transparent !important;
	color: #3b3b3b !important;
}

.woocommerce .quantity .qty {
	margin-right: 7px;
	margin-bottom: 0;
	padding: 0 !important;
	height: 36px;
	border: 1px solid #bbbbbb;
}

.single-product .tinv-wraper.tinv-wishlist {
	font-size: 100%;
	float: left;
	height: 36px;
	color: #6d6e70;
	width: 41px;
	border: 1px solid #bbbbbb;
	margin-right: 11px;
	/*transform: translate(3px, 52px);*/
	position: absolute;
}

.single-product.woocommerce div.product form.cart div.quantity {
	margin: 0 4px 0px 56px;
}

.single-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	top: 44%;
	left: 56%;
}

.woocommerce div.product .product_title {
	color: #3b3b3b;
}

.single-product span.sku_wrapper {
	font-weight: bold;
	color: #465157;
	margin-right: 14px;
	float: left;
}

.single-product span.posted_in {
	/*display: none;*/
}

.addtoany_list {
	margin-top: 12px !important;
	display: block;
	z-index: 9999;
	position: relative;
}

.single-product .custom_price_fix span.msrp_price {
	font-size: 15px;
	color: red;
}

.single-product .entry-summary .our_price {
	display: block;
	font-weight: 600;
	color: #0087cb;
	margin-bottom: 12px;
	margin-top: 7px;
	font-size: 18px;
}

.single-product.woocommerce div.product p.stock.in-stock {
	display: block;
	font-size: 1.1em;
	color: green;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: -4px;
}

.single-product.woocommerce div.product span.price del,
.custom_price_fix del .woocommerce-Price-amount {
	font-size: 15px;
	text-decoration: line-through;
	font-weight: 700;
}

.single-product .entry-summary .our_price .amount {
	font-size: 28px;
	font-weight: bold;
}

.single-product .price.custom_price_fix {
	margin-top: 30px;
}

.single-product h2,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #3b3b3b !important;
	font-size: 15px;
}

.woocommerce .star-rating::before {
	color: #3b3b3b !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: #E8E8E8 !important;
	color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-color: #bbbbbb !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #bbbbbb !important;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #bbbbbb !important;
	color: #000 !important;

}

.single-product div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #bbbbbb;
	background-color: #e8e8e8;
	border-radius: 0;
	padding: 2px 27px;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #fff !important;
}

.woocommerce table.shop_attributes {
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border-bottom: 1px solid #bbbbbb;
}

.woocommerce table.shop_attributes th {
	font-weight: 600;
	text-align: left;
	border-right: 1px solid #bbbbbb;
	font-size: 13px;
}

.woocommerce table.shop_attributes td {
	padding: 0 8px;
	font-size: 13px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: #e8e8e8;
}

.single-product .woocommerce-Reviews form#commentform {
	background-color: #e8e8e8;
	padding: 22px 30px 25px;
	margin-top: 8px;
	display: block;
	height: 100% !important;
	border-radius: 0px;
}

.single-product .comment-respond .comment-reply-title {
	font-size: 19px;
	text-transform: capitalize;
	margin-top: 8px;
	display: block;
}

.single-product .comment-form label {
	float: none;
	width: auto;
	margin-bottom: 3px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
}

p.woocommerce-noreviews {
	margin: 0;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 1px solid #bbbbbb;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 73px;
}

.single-product .comment-respond .comment-reply-title {
	color: #3b3b3b;
	font-weight: 600;
}

a.woocommerce-review-link {
	font-weight: 600;
}

.single-product .tinv-wraper.tinv-wishlist:hover {
	background-color: #3b3b3b;
}

.single-product .tinv-wraper.tinv-wishlist:hover .tinvwl_add_to_wishlist_button:before {
	color: #fff;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond [type="email"],
.woocommerce #review_form #respond [type="text"] {
	margin-bottom: 9px;
	border: 1px solid #bbbbbb;
	padding: 8px 8px;
	color: #465157;
	width: 100%;
}

textarea:focus,
input:focus {
	outline: none;
}

/*start cart page css*/



.woocommerce table.shop_table td {
	border-right: none;
	border-color: #bbbbbb;
}

.woocommerce table.shop_table {
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

.woocommerce table.shop_table tbody .cart_item {
	background-color: #e8e8e8;
}

.woocommerce table.shop_table tbody .cart_item:nth-child(even) {
	background-color: #fff;
}

.woocommerce table.shop_table dl.variation {
	display: none;
}

.woocommerce table.shop_table td.product-name a,
.tinv-wishlist table.tinvwl-table-manage-list td.product-name a {
	font-weight: bold;
	font-size: 14px;
}

.woocommerce table.shop_table td.product-name a:hover {
	text-decoration: underline;
}

.woocommerce table.shop_table dd.variation-ReturnRefund p {
	margin-top: 0;
}

.woocommerce table.shop_table dl.variation,
.woocommerce table.shop_table dd.variation-ReturnRefund p {
	font-size: 12px;
	line-height: 21px;
}

.woocommerce table.shop_table td.product-remove {
	width: 55px;
}

.woocommerce table.shop_table td.product-thumbnail {
	width: 104px;
}

.woocommerce table.shop_table td.product-thumbnail img,
.tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail img {
	width: 100%;
	padding: 4px;
	border: 1px solid #e8e8e8;
	display: block;
	height: 83px;
	object-fit: contain;
	background-color: #fff;
}

.woocommerce table.shop_table td.product-thumbnail a {
	display: block;
}

.woocommerce table.shop_table td.product-price .amount,
.woocommerce table.shop_table td.product-subtotal .amount {
	font-weight: bold;
	font-size: 15px;
}

.woocommerce table.shop_table .quantity .qty {
	border: 1px solid #e8e8e8;
}

.woocommerce table.shop_table th {
	font-size: 15px;
}

.woocommerce table.shop_table td .product-sku {
	color: #465157;
}

.woocommerce ul#shipping_method li label {
	font-size: 13px;
	margin-top: 6px;
}

.woocommerce ul#shipping_method li {
	display: flex;
	line-height: 19px;
	margin-bottom: 5px;
}

.woocommerce-cart input#coupon_code {
	width: 118px;
	text-transform: capitalize;
	border: 1px solid #bbbbbb;
	padding: 7px 6px !important;
}

.woocommerce-cart .cart .button,
.tinv-wishlist table.tinvwl-table-manage-list tfoot button.button {
	text-transform: capitalize;
	padding: 9px 22px !important;
	background-color: #e8e8e8 !important;
	border: none !important;
	color: #515151 !important;
	font-family: 'Open Sans', sans-serif !important;
}

.woocommerce-cart .cart .button:hover,
.tinv-wishlist table.tinvwl-table-manage-list tfoot button.button:hover {
	background-color: #3b3b3b !important;
	color: #fff !important
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #bbbbbb;
}

.content .woocommerce .amount {
	font-weight: bold;
	font-size: 15px;
}

.content .woocommerce h2 {
	text-transform: capitalize;
	font-size: 23px;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin-top: 0;
	text-transform: capitalize;
	font-size: 23px;
}

.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
	margin-bottom: 17px;
}

.woocommerce-cart p.woocommerce-shipping-destination {
	margin-top: 0;
	font-size: 13px;
}

.woocommerce .cart-collaterals .cart_totals {
	width: 55%;
}

a.checkout-button.button.alt.wc-forward {
	width: 100%;
	padding: 14px 0 !important;
}

.woocommerce-cart a.shipping-calculator-button {
	text-transform: capitalize;
	font-weight: bold;
}

.woocommerce-cart form.woocommerce-shipping-calculator .form-row span.istaric {
	position: absolute;
	top: -3px;
	font-size: 19px;
	color: #bb0a0a;
	font-weight: bold;
	left: 0;
	z-index: 9;
}

.woocommerce-cart form.woocommerce-shipping-calculator .form-row {
	position: relative;
}

.woocommerce-cart table.shop_table td .shipping-calculator-form input.input-text {
	border: 1px solid #bbbbbb;
	color: #333;
	font-size: 14px;
	padding: 0 9px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	height: 34px;
	padding: 0 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #465157;
	line-height: 32px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #bbbbbb;
	border-radius: 0;
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.woocommerce-cart .shipping-calculator-form .selection span.select2-selection__rendered {
	color: #465157;
	line-height: 32px;
	font-weight: 600;
}

.ups-delivery-time {
	display: none;
}

/*start checkout page css*/



.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #bbbbbb;
	padding: 6px 11px;
	color: #465157;
}

.woocommerce-info::before {
	top: 1.2em;
}

.woocommerce-checkout h3,
.woocommerce-checkout #checkout-radio-signature_confirmation h4,
.woocommerce-checkout #checkout-radio-package_insurance h4 {
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 0;
	color: #3b3b3b;
}

.woocommerce form .form-row label {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
}

.woocommerce-checkout #customer_details .col-2 {
	margin-top: 8px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #bbbbbb !important;
}

.woocommerce-checkout h3#order_review_heading {
	margin-top: 33px;
}

.woocommerce-checkout .checkout_product_image img {
	padding: 6px;
	background-color: #fff;
	display: block;
	border: 1px solid #e8e8e8;
	object-fit: contain;
	height: 92px;
}

.woocommerce-checkout .checkout_product_image {
	float: left;
	width: 88px;
	margin-right: 5%;
}

.woocommerce-checkout .checkout_product_title {
	float: left;
}

.woocommerce-checkout #checkout-radio-signature_confirmation .input-radio,
.woocommerce-checkout #checkout-radio-package_insurance .input-radio {
	float: left;
	margin: 3px 9px 0 0px;
}

.woocommerce-checkout #checkout-radio-signature_confirmation,
.woocommerce-checkout #checkout-radio-package_insurance {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #e8e8e8;
	margin-bottom: 22px;
	padding: 20px 12px 0;
	border-radius: 5px;
}

.checkout div#checkout-radio-signature_confirmation p#signature_confirmation_field,
.checkout div#checkout-radio-package_insurance p#package_insurance_field {
	width: 63%;
	margin: 0 0 10px;
	padding-left: 10px;
}

.woocommerce-checkout #checkout-radio-signature_confirmation h4,
.woocommerce-checkout #checkout-radio-package_insurance h4 {
	margin-bottom: 14px;
	width: 35%;
	font-size: 16px;
}

.woocommerce-checkout #payment .form-row.place-order,
.woocommerce-checkout #payment .form-row {
	position: relative;
}

.woocommerce-checkout #payment #place_order {
	position: absolute;
	right: 14px;
	bottom: 14px;
}

.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice p {
	margin: 0;
	color: red;
	font-size: 17px;
	line-height: 19px;
	text-align: center;
	font-weight: 600;
}

.woocommerce-checkout span.woocommerce-terms-and-conditions-checkbox-text a {
	text-decoration: underline;
}

.woocommerce-checkout span.woocommerce-terms-and-conditions-checkbox-text a:hover {
	opacity: 0.8;
}

.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice {
	float: right;
	width: 100%;
	color: red;
	font-size: 17px;
	line-height: 19px;
	text-align: center;
	font-weight: 600;
	max-width: 360px;
	margin-right: 190px;
}

.woocommerce-checkout div#payment {
	margin-top: 25px;
}

.woocommerce-checkout li.wc_payment_method.payment_method_authnet>label {
	font-weight: 600;
}

.woocommerce-checkout #wc-authnet-cc-form p.form-row {
	width: 33.3%;
}

.woocommerce-checkout fieldset#wc-authnet-cc-form input {
	width: 100% !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	color: #465157;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-color: #bbbbbb !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .pleace_order_notice {
	font-size: 13px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
	margin-bottom: 0;
}

.woocommerce-checkout #payment p.form-row.validate-required {
	margin-bottom: 0 !important;
}

.woocommerce-checkout .pleace_order_notice p {
	margin-top: 0;
}

.woocommerce-checkout fieldset#wc-authnet-cc-form {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-checkout .payment_box.payment_method_authnet>p {
	font-weight: 600;
}

.woocommerce-checkout textarea#order_comments {
	height: 106px;
}

.woocommerce form .form-row {
	margin: 0 0 10px !important;
}

.woocommerce-checkout p#wf_dhl_insurance_field,
.woocommerce-checkout p#wf_dhl_delivery_signature_field {
	margin-bottom: 0 !important;
}

.woocommerce form .form-row select {
	height: 34px;
	border-radius: 0 !important;
	border: 1px solid #bbb;
	padding-left: 8px;
	color: #465157;
}

/*start account page css*/



.woocommerce-MyAccount-navigation ul {
	border: 1px solid #bbbbbb;
}

.woocommerce-MyAccount-navigation ul a {
	display: block;
	padding: 9px 13px;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
	text-transform: capitalize;
	font-size: 14px;
}

.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #3b3b3b;
	color: #fff;
}

.woocommerce-account p {
	margin-top: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child>a {
	border-bottom: 0;
}

.woocommerce-orders table.shop_table td.woocommerce-orders-table__cell {
	border-right: 1px solid #bbbbbb;
	font-size: 13px;
}

.woocommerce-orders table.shop_table th.woocommerce-orders-table__header {
	border-right: 1px solid #bbbbbb;
}

.woocommerce-orders .woocommerce-orders-table__cell-order-number a {
	font-weight: bold;
	font-size: 14px;
}

.woocommerce-orders .woocommerce-orders-table__cell-order-number a:hover {
	text-decoration: underline;
}

.woocommerce-orders .woocommerce-orders-table__cell-order-actions .button {
	margin-right: 2px !important;
	font-size: 12px !important;
	padding: 7px 11px !important;
	text-transform: capitalize;
	margin-bottom: 1px !important;
}

.woocommerce-orders td.woocommerce-orders-table__cell-order-actions {
	width: 141px;
}

.woocommerce-account .addresses .title h3 {
	float: left;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 0;
}

header.woocommerce-Address-title.title {
	background-color: #e8e8e8;
	padding: 4px 10px 7px;
	text-transform: capitalize;
}

.woocommerce-account .addresses .title .edit:hover {
	text-decoration: underline;
}

.woocommerce-account .addresses .title .edit {
	font-weight: 600;
	font-size: 13px;
	margin-top: 2px;
}

.woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
	margin-right: 4%;
}

.woocommerce-edit-address .woocommerce-Address address {
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	padding: 8px 11px;
}

.woocommerce-edit-address .woocommerce-Addresses {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-edit-address .woocommerce-Address {
	border: 1px solid #bbbbbb;
}

.single-product .additionInformation {
	float: right;
	width: 29%;
}

.single-product #main>.product {
	float: left;
	width: 69%;
	margin-right: 2%;
}

.single-product .additionInformation h3 {
	margin-top: 0;
	font-size: 20px;
}

.woocommerce-view-order ol.woocommerce-OrderUpdates.commentlist.notes {
	padding: 0 0px 0 18px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #bbbbbb;
}

.woocommerce-view-order table.shop_table th,
.woocommerce-view-order table.shop_table td {
	font-size: 15px;
	border-right: 1px solid #bbbbbb;
}

.woocommerce-view-order table.shop_table thead tr {
	background-color: #e8e8e8;
}

.woocommerce-view-order table.shop_table tr:nth-child(even) {
	background-color: #e8e8e8;
}

.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
	border: 1px solid #bbbbbb;
}

.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-view-order .woocommerce-customer-details h2.woocommerce-column__title {
	background-color: #e8e8e8;
	padding: 4px 10px 7px;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 0;
}

.woocommerce-view-order .woocommerce-column.woocommerce-column--2 {
	margin-left: 4%;
}

.woocommerce-view-order .woocommerce-customer-details address {
	border: none !important;
	font-size: 15px;
	line-height: 24px;
	padding: 8px 13px !important;
}

.woocommerce form .form-row em {
	font-size: 12px;
}

.woocommerce-edit-account fieldset>legend {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}

.woocommerce-edit-account fieldset {
	border: 1px solid #bbbbbb;
	margin-top: 28px;
	margin-bottom: 26px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	/*top: 0.4em;*/
}

.tinv-wishlist table.tinvwl-table-manage-list {
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

.tinv-wishlist table.tinvwl-table-manage-list tr {
	border-bottom: 1px solid #bbbbbb;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-remove button {
	color: red;
	cursor: pointer;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-remove button:hover {
	background-color: red;
	color: #fff;
}

.tinv-wishlist table.tinvwl-table-manage-list span.msrp_price,
.tinv-wishlist table.tinvwl-table-manage-list span.msrp_price .amount {
	color: red;
	font-size: 12px;
}

.tinv-wishlist table.tinvwl-table-manage-list .our_price {
	color: #0087cb;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-stock p.stock.in-stock {
	margin-top: 0;
}

.tinv-wishlist table.tinvwl-table-manage-list thead tr {
	text-align: left;
}

.tinv-wishlist table.tinvwl-table-manage-list tbody tr:nth-child(odd) {
	background-color: #e8e8e8;
}

.tinv-wishlist table.tinvwl-table-manage-list .product-thumbnail {
	min-width: 110px;
	max-width: 100%;
	width: 110px;
}

.tinv-wishlist table.tinvwl-table-manage-list tbody button.button {
	padding: 8px 5px 9px !important;
	width: 100% !important;
	font-size: 13px !important;
}

.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-left.look_in {
	width: 24%;
}

.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-right {
	float: right;
	width: 42%;
}

.tinv-wishlist table.tinvwl-table-manage-list tfoot select#tinvwl_product_actions {
	border: 1px solid #bbbbbb;
	color: #465157;
	width: 118px;
	text-transform: capitalize;
	height: 32px;
}

.single-product .left_sidebar {
	display: none;
}

ul.offersFilter {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 25px 0 10px;
	margin: 57px 0 0;
	display: flex;
	flex-wrap: wrap;
}

ul.offersFilter li {
	color: #fff;
	background-color: #f4f4f4;
	border: solid 1px #f4f4f4;
	font-weight: 400;
	line-height: 29px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 13px;
	padding: 0;
	text-transform: capitalize;
	transition: none;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin: 0 .5% 15px 0;
	text-decoration: none;
	transition: none;
	border-radius: 0 !important;
	width: 24.6%;
	line-height: 25px;
	font-size: 17px;
	font-weight: 700;
}

ul.offersFilter li a {
	margin: 0 auto;
	color: #777;
	padding: 10px 13px;
	line-height: 25px;
	font-size: 17px;
	font-weight: 700;
}

ul.offersFilter li:hover,
ul.offersFilter li.active {
	background-color: #6d6e70;
	border: solid 1px #6d6e70;
}

ul.offersFilter li:nth-child(4n+4) {
	margin-right: 0;
}

ul.offersFilter li:hover a,
ul.offersFilter li.active a {
	color: #fff;
}

.wpcf7 .contact_button .ajax-loader {
	position: absolute;
}

.blog_boxes hr {
	margin: 25px 0;
	background-color: #555;
	height: 2px;
	border: none;
}

.blog_boxes .blog_img {
	float: left;
	width: 31%;
}

.blog_boxes .blog_img img {
	height: auto !important;
	width: 100% !important;
	display: block;
}

.blog_boxes .blog_content {
	float: left;
	width: 64%;
	margin-left: 34px;
}

.blog_boxes .blog_content h2 a,
.blog_boxes .dc_content.catShow a {
	color: #3b3b3b;
}

.blog_boxes .icon {
	float: left;
	margin-right: 2px;
	line-height: 24px;
}

.blog_boxes .blog_content h2 {
	margin: 0;
}

.blog_boxes .dc_content.catShow a {
	font-weight: 600;
	line-height: 26px;
}

.single-post p img {
	display: block;
}

.offersView #spinner {
	position: absolute;
	text-align: center;
	background: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
	color: #bb0a0a;
	z-index: 9999;
	padding-top: 20%;
}

.single-product .thumbnails.slider .caroufredsel_wrapper,
.single-product .thumbnails.slider ul.yith_magnifier_gallery {
	height: 126px !important;
}

.yith_magnifier_gallery li {
	position: relative;
	float: left;
	display: block;
}

.single-product .yith_magnifier_gallery li {
	margin-right: 10px;
	width: auto !important;
}

.single-product.woocommerce div.product div.images img {
	display: block;
	width: auto !important;
}

.single-product.woocommerce div.product div.images img {
	padding: 3px;
}

.offersView {
	position: relative;
}

.single-product .yith_magnifier_gallery li a {
	border: 1px solid #ccc;
}

.woocommerce ul.products li.product .onsale {
	min-height: 1.236em;
	min-width: 47px;
	padding: 2px 8px 3px;
	font-size: 12PX;
	font-weight: 600;
	position: absolute;
	text-align: center;
	line-height: 16px;
	top: 6px !important;
	left: auto !important;
	margin: 0 !important;
	background-color: #bb0a0a;
	color: #fff;
	z-index: 99;
	right: 6px !important;
	border-radius: 0;
}

/* .term-description.jrm-truncate {



    overflow: hidden;



}*/


.payment_method_sezzlepay img {
	width: 100px;
}




span.jrm-toggle {
	color: #fff;
	display: inline-block;
	padding: 9px 27px 11px;
	background-color: #3b3b3b;
	border: 1px solid #3b3b3b;
	font-size: 14px;
	text-align: center;
	transition: all .3s;
	text-transform: capitalize;
	max-width: 132px;
	width: 100%;
	margin: 14px auto 0 !important;
	display: block;
	cursor: pointer;
}

span.jrm-toggle:hover {
	background-color: transparent;
	color: #3b3b3b;
}

.woocommerce-checkout #order_review .gift_notification {
	float: left;
}

.woocommerce-checkout #order_review .gift_notification a,
.woocommerce-checkout #order_review .gift_notification {
	font-size: 12px;
}

.woocommerce-checkout #order_review .gift_notification p {
	margin: 0;
}

table.shop_table.woocommerce-checkout-review-order-table tr th:nth-child(1) {
	width: 63%;
}

div.pp_overlay {
	z-index: 99999 !important;
}

div.pp_pic_holder {
	z-index: 9999999 !important;
}

.woocommerce-view-order table.display_meta th,
.woocommerce-view-order table.display_meta td {
	padding: 0 !important;
	border: none;
}

.woocommerce-view-order table.display_meta th {
	padding-right: 3px !important;
}

.woocommerce-view-order table.display_meta td,
.woocommerce-view-order .order_details ul.wc-item-meta li p {
	font-size: 14px;
}

.woocommerce-view-order .woocommerce-order-details p.order-again {
	float: left;
}

.woocommerce-view-order .woocommerce-order-details a.warranty-button.button {
	float: right;
}

.woocommerce-view-order .woocommerce-order-details p.order-again {
	margin-bottom: 23px;
}

.woocommerce-view-order table.display_meta th,
.woocommerce-view-order .order_details ul.wc-item-meta li strong {
	font-size: 14px;
}

.woocommerce-view-order td.woocommerce-table__product-total.product-total {
	width: 280px;
}


.woocommerce-view-order section.woocommerce-customer-details {
	width: 100%;
	float: left;
}


.woocommerce-page form table.warranty-table ul.wc-item-meta strong {
	display: inline-block;
	padding-top: 2px;
	margin-right: 6px;
}

.woocommerce-page form table.warranty-table th {
	text-align: left;
}

.woocommerce-page form table.warranty-table ul.wc-item-meta li p {
	margin: 0;
}

.woocommerce-page form table.warranty-table ul.wc-item-meta li {
	display: flex;
}

.woocommerce-page form table.warranty-table .amount {
	font-weight: bold;
}

.woocommerce-page form table.warranty-table {
	margin-bottom: 24px;
	border-right: 1px solid #bbbbbb;
}

.woocommerce-page #wcContent>form table.warranty-table td,
.woocommerce-page #wcContent table.warranty-table td {
	border-top: 0;
	border-right: 0 !important;
	border-color: #bbbbbb;
	padding: 9px 12px;
}

.woocommerce-page #wcContent>form table.warranty-table th,
.woocommerce-page #wcContent table.warranty-table th {
	border-right: 0;
	font-size: 15px;
	background-color: #e8e8e8;
	border-color: #bbbbbb;
	padding: 9px 12px;
}

.woocommerce div.product form.cart {
	margin-top: 1em;
}


.woocommerce-page #warranty_form .item-variations {
	margin: 0 !important;
	padding: 0 6px 0 !important;
	font-size: 11px !important;
}

.woocommerce-page #warranty_form div.wfb-field-div label {
	height: 100%;
	padding: 7px 0 0 !important;
	margin-bottom: 0 !important;
}

.woocommerce-page #warranty_form select.wfb-field,
.woocommerce-page #warranty_form input[type="text"] {
	height: 34px;
	border: 1px solid #bbbbbb;
	padding: 6px 11px;
	color: #465157;
	font-size: 13px;
}

.woocommerce-page #warranty_form select.wfb-field,
.woocommerce-page #warranty_form input[type="text"],
.woocommerce-page #warranty_form textarea {
	width: 65%;

}

.woocommerce-page #warranty_form input.tracking_code {
	margin-top: 10px;
}

.woocommerce-page #warranty_form label {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	line-height: normal;
}

.woocommerce-page #warranty_form textarea {
	border: 1px solid #bbbbbb;
	padding: 6px 11px;
	color: #465157;
}

.woocommerce-page form#warranty_form>p {
	width: 100%;
	text-align: right;
}

.woocommerce-page #warranty_form hr {
	display: none;
}

.woocommerce-page form#warranty_form {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-page form#warranty_form .wfb-field-div-textarea label {
	padding-top: 0 !important;
}

.woocommerce-page #warranty_form .wfb-field-div.wfb-field-div-select:nth-child(1)>label {
	padding-top: 0 !important;
}



.single-product .woocommerce-product-attributes .showMore {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 20px;
	text-decoration: none;
	cursor: pointer;

}

.single-product .additionInformation .showMore:after {

	content: 'Show More';
}

.single-product .additionInformation .showLess:after {
	content: 'Show Less';
}

.single-product .additionInformation .showMore {
	background-color: #6d6e70;
	border: 1px solid #6d6e70;
	padding: 9px 26px 10px;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	max-width: 140px;
	cursor: pointer;
}

.single-product .additionInformation .showMore:hover {
	color: #6d6e70;
	background-color: #fff;
}

.single-product .additionInformation .showMore {
	text-align: center;
}

.contact_form .intl-tel-input.allow-dropdown.separate-dial-code,
.woocommerce-checkout .intl-tel-input.allow-dropdown.separate-dial-code {
	width: 100%;
	display: block;
}

.wpcf7-form-control-wrap.phone {
	margin-bottom: 24px;
	display: block;
}


.xoo-wsc-modal .xoo-wsc-product dl.variation {
	display: none;
}



.single-product .outofstock .tinv-wraper.tinv-wishlist {
	position: relative;
	transform: inherit;
}

.single-product .outofstock .custom_price_fix span.msrp_price {

	margin-top: 75px;
	display: block;
}

.woocommerce-cart .rightpress_product_price_breakdown_row {
	display: flex;
}

.xoo-wsc-price .rightpress_product_price_breakdown_row {
	display: flex;
}

.xoo-wsc-price span {
	display: initial;
}

.rightpress_product_price_breakdown_price.rightpress_product_price_breakdown_cart_price {
	margin-right: 4px;
}

.xoo-wsc-content .xoo-wsc-sum-col .gift_notification p {
	line-height: normal;
}

.xoo-wsc-content .xoo-wsc-sum-col .gift_notification p strong {
	font-size: 13px;
}

.xoo-wsc-content .xoo-wsc-sum-col .gift_notification p a {
	font-size: 14px;
}


.woocommerce-orders table.shop_table #fme_oc_cancel_order_btn,
.woocommerce-orders table.shop_table button.fme_reOrder_btn {
	cursor: pointer;
}

.woocommerce-orders table.shop_table #fme_oc_cancel_order_btn,
.woocommerce-orders table.shop_table .btn-decision,
.woocommerce-orders table.shop_table button.fme_reOrder_btn,
.payezzy_submit {
	background-color: #3b3b3b !important;
	color: #fff !important;
	border: 1px solid #3b3b3b !important;
	margin-right: 2px !important;
	font-size: 12px !important;
	padding: 4px 11px 5px !important;
	text-transform: capitalize;
	margin-bottom: 1px !important;
	text-align: center;
	/* width: 100%; */
	font-weight: 600 !important;
	/* max-width: 74px; */
	font-family: 'Open Sans', sans-serif;
}


.woocommerce-orders table.shop_table #fme_oc_cancel_order_btn:hover,
.woocommerce-orders table.shop_table button.fme_reOrder_btn:hover,
.payezzy_submit:hover {
	background-color: transparent !important;
	color: #3b3b3b !important;
}

#fme_oc_confirm_modal {

	z-index: 9999999;
}

#fme_oc_confirm_modal .modal-body h4 {
	margin: 0 0px 3px;
}

#fme_oc_confirm_modal table.cancellation_reason_table {
	width: 100%;
}

#fme_oc_confirm_modal td input[type='radio'] {
	top: 1px;
	position: relative;
}

.modal-header {
	border-bottom: 1px solid #bbbbbb;
}

.modal-footer {
	border-top: 1px solid #bbbbbb;
}

#fme_oc_confirm_modal #fme_oc_reasonss {
	padding: 6px 11px;
	color: #465157;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	border-radius: 0;
	height: 34px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

#fme_oc_confirm_modal .cancellation_reason_table td.fme_oc_reasons_rbuttons {
	margin-bottom: 9px;
	padding-bottom: 8px !important;
}

#fme_oc_confirm_modal .fme_oc_full_select_items_items>div {
	margin-bottom: 5px;
}

#fme_oc_confirm_modal .fme_oc_full_select_items_items>div>input {
	width: 20% !important;
	align-items: center;
	color: #465157;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	padding: 3px 5px;
}

#fme_oc_confirm_modal #fme_oc_confirm_modal_title.modal-title {
	margin-top: 0;
}

#fme_oc_confirm_modal .modal-header button.close {
	margin-top: 6px;
	color: #465157;
	opacity: 1;
}

#fme_oc_confirm_modal textarea#fme_oc_reasonss_textarea {
	width: 100%;
	padding: 6px 17px;
	color: #465157;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	border-radius: 0;
	margin-bottom: 15px;
	height: 60px;
}

#fme_oc_confirm_modal .btn-danger {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #3b3b3b;
}

#fme_oc_confirm_modal .btn-danger:hover {
	background-color: #616161;
	border: 1px solid #616161 !important;
}

#fme_oc_confirm_modal button.btn.btn-light:hover {
	background-color: #dfdfdf;
}


.woocommerce-orders table.shop_table .btn-decision {
	background-color: rgba(59, 59, 59, 0.7) !important;
	color: #ececec !important;
	border: none !important;

}

.woocommerce-orders table.shop_table .btn-decision.pending {
	background-color: #FF6804 !important;
}

.woocommerce-orders table.shop_table .btn-decision.declined {
	background-color: #BA0909 !important;
}

@media screen and (max-width:1150px) {
	.filter_row .brand_filter_btn {
		font-size: 14px;
		border: 1px solid #bbbbbb !important;
		margin-bottom: 6px;
		margin-right: 6px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list td.product-name {
		width: 249px;
	}

	.woocommerce-cart .woocommerce table.shop_table td.product-price {
		width: 160px;
	}

	.woocommerce .woocommerce-orders-table.shop_table th {
		line-height: normal;
	}


}

@media screen and (max-width:1050px) {

	.brands_wraper .brand_img img,
	.brands_wraper .brand_img span.big_letter {
		height: 100px;
		line-height: 100px;
	}

	.brands_wraper .brand_img span.big_letter, .brands_wraper .brand_img .brand_img_inner {
		height: 104px;
	}

	.brands_wraper .brand_img {
		padding: 16px;
	}

	.blog_boxes .blog_content p {
		font-size: 13px;
	}
}

@media screen and (max-width:1024px) {
	.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-right {
		float: right;
		width: 42%;
		text-align: right;
	}

	.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-left.look_in {
		width: 24%;
		float: left;
	}

	.tinv-wishlist tfoot .tinvwl-to-right>* {
		margin-top: 0;
	}
}

@media screen and (max-width:950px) {
	.brands_wraper .brands_box {
		width: 23.5%;
	}

	.brands_wraper .brands_box:nth-child(5n + 5) {
		margin-right: 2%;
	}

	.brands_wraper .brands_box:nth-child(4n + 4) {
		margin-right: 0;
	}

	.woocommerce.single-product .content-area button,
	.woocommerce.single-product .content-area .button {
		padding: 9px 17px 11px !important;
	}

	.single-product .additionInformation h3 {
		font-size: 18px;
	}

	.woocommerce div.product .product_title {
		font-size: 22px;
	}

	.blog_boxes .blog_content p {
		font-size: 13px;
		margin: 11px 0;
	}
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
	.tinv-wishlist table.tinvwl-table-manage-list td.product-name a {
		font-size: 13px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list td.product-name {
		width: 181px;
		padding-right: 0;
	}

	.tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail img {
		height: 64px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list .product-thumbnail {
		min-width: 60px;
		max-width: 100%;
		width: 87px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list span.msrp_price,
	.tinv-wishlist table.tinvwl-table-manage-list span.msrp_price .amount {
		font-size: 11px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list td.product-price {
		width: 136px;
		padding-right: 0;
	}

	.tinv-wishlist table tbody td,
	.tinv-wishlist table th {
		font-size: 11px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-left.look_in {
		width: 37%;
	}

	.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-right {
		width: 51%;
	}

	.tinv-wishlist table.tinvwl-table-manage-list th.product-stock {
		text-align: center;
	}
}

@media screen and (max-width:900px) {
	.single-product #main>.product {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.single-product .additionInformation {
		float: none;
		width: 100%;
		margin-top: 52px;
	}

	.woocommerce-view-order table.shop_table th,
	.woocommerce-view-order table.shop_table td,
	.woocommerce-view-order .amount,
	.woocommerce-view-order table.shop_table td.product-name a {
		font-size: 13px !important;
	}

	.woocommerce-view-order .woocommerce-customer-details address,
	.woocommerce-edit-address .woocommerce-Address address {
		font-size: 13px;
		line-height: 22px;
	}

	.woocommerce-orders .woocommerce-orders-table__cell-order-number a {
		font-size: 12px;
	}

	.woocommerce-orders table.shop_table th.woocommerce-orders-table__header {
		font-size: 13px;
	}

	.woocommerce-orders td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total .amount {
		font-size: 14px;
	}

	.woocommerce-orders .woocommerce-orders-table__cell-order-actions .button {
		font-size: 11px !important;
		padding: 7px 9px !important;
	}

	.woocommerce-orders td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
		width: 126px;
	}

	.woocommerce-orders table.shop_table td.woocommerce-orders-table__cell {
		font-size: 11px;
	}

	ul.offersFilter li a {
		line-height: 23px;
		font-size: 15px;
	}

	.contact_form .math_captcha .g-recaptcha>div>div {
		transform: scale(0.77);
		-webkit-transform: scale(0.72);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.contact_form .math_captcha {
		width: 100%;
		max-width: 230px;
	}

	.contact_button {
		text-align: right;
		margin-top: 8px;
	}

	.woocommerce-view-order table.shop_table table.display_meta th,
	.woocommerce-view-order .order_details ul.wc-item-meta li strong {
		font-size: 13px !important;
	}

	.woocommerce-view-order table.shop_table table.display_meta td,
	.woocommerce-view-order .order_details ul.wc-item-meta li p {
		font-size: 12px !important;
	}

	.woocommerce-view-order .order_details ul.wc-item-meta li strong {
		padding-top: 1px;
	}

	.woocommerce-view-order td.woocommerce-table__product-total.product-total {
		width: 167px;
	}
}

@media screen and (max-width:768px) {
	.woocommerce-cart .woocommerce table.shop_table td.product-price {
		width: 100%;
	}

	.woocommerce-cart .rightpress_product_price_breakdown_row {
		justify-content: right;
	}

	.xoo-wsc-price .rightpress_product_price_breakdown_row {
		justify-content: left !important;
	}

	.woocommerce-orders table.shop_table td.woocommerce-orders-table__cell {
		font-size: 14px;
		border-right: 0;
	}

	.woocommerce-orders td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total .amount {
		font-size: 15px;
	}

	.woocommerce-orders .woocommerce-orders-table__cell-order-actions .button {
		font-size: 12px !important;
		padding: 7px 14px 8px !important;
	}

	.woocommerce-orders .woocommerce-orders-table__cell-order-number a {
		font-size: 15px;
	}

	.woocommerce-orders .woocommerce-orders-table tr:nth-child(odd) {
		background-color: #e8e8e8;
	}

	.woocommerce-orders td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
		width: auto;
	}

	.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-right,
	.tinv-wishlist table.tinvwl-table-manage-list .tinvwl-to-left.look_in {
		float: none;
		width: auto;
	}

	.woocommerce-edit-address .content {
		padding: 30px 0 41px;
	}

	.woocommerce-edit-account .content {
		padding: 40px 0 23px;
	}

	.woocommerce-view-order .woocommerce-column.woocommerce-column--2 {
		margin-left: 0;
		margin-top: 20px;
	}

	.woocommerce-view-order .woocommerce-customer-details {
		margin-bottom: 0 !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 38px;
	}

	.woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.woocommerce .cart-collaterals .cart_totals {
		width: 100%;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}

	.woocommerce table.shop_table td.product-remove {
		border: none;
	}

	.woocommerce table.shop_table td.product-thumbnail img {
		width: 80px;
		display: block;
		margin: 0 auto;
	}

	.woocommerce table.shop_table td.product-thumbnail {
		width: 104px;
		display: block;
		width: 100%;
	}

	.woocommerce table.shop_table td.product-thumbnail:before {
		display: none;
	}

	.woocommerce-cart .cart .button {
		margin-bottom: 5px;
	}

	.woocommerce-cart .shipping-calculator-form .selection span.select2-selection__rendered {
		text-align: left;
	}

	.woocommerce ul#shipping_method li {
		display: block;
	}

	.woocommerce-cart p.woocommerce-shipping-destination {
		font-size: 12px;
	}

	.woocommerce table.shop_table .quantity .qty {
		margin-right: 0;
	}

	.woocommerce-cart .content {
		padding: 30px 0 21px !important;
	}

	.woocommerce-checkout ul#shipping_method li {
		display: flex;
	}

	.woocommerce-checkout .checkout_product_title {
		width: 59%;
	}

	.woocommerce-checkout .signature_confirmation_notice,
	.woocommerce-checkout .package_insurance_notice {
		font-size: 13px !important;
	}

	.woocommerce-checkout .signature_confirmation_notice strong:nth-child(1),
	.woocommerce-checkout .package_insurance_notice strong:nth-child(1),
	.woocommerce-checkout ._payment_notice strong:nth-child(1) {
		font-size: 14px !important;
	}

	.woocommerce-checkout ._payment_notice {
		font-size: 13px !important;
	}

	.content .woocommerce .amount {
		font-size: 14px;
	}

	.woocommerce table.shop_table td.product-name a {
		font-size: 13px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list td.product-name a {
		font-size: 17px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list span.msrp_price,
	.tinv-wishlist table.tinvwl-table-manage-list span.msrp_price .amount {
		font-size: 15px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list .amount {
		font-size: 20px;
	}

	.tinv-wishlist table.tinvwl-table-manage-list .our_price {
		font-size: 16px;
	}

	.page-id-152693 .content {
		padding: 30px 0 41px;
	}

	.woocommerce-orders .content {
		padding: 30px 0 21px;
	}

	.woocommerce-orders table.shop_table #fme_oc_cancel_order_btn,
	.woocommerce-orders table.shop_table .btn-decision {

		width: auto;
	}
}

@media screen and (max-width:767px) {

	.brands_wraper .brand_img img,
	.brands_wraper .brand_img span.big_letter {
		height: 90px;
		line-height: 90px;
	}

	.brands_wraper .brand_img span.big_letter, .brands_wraper .brand_img .brand_img_inner {
		height: 94px;
	}

	.content {
		padding: 30px 0 61px;
	}

	.contact_form .half_div {
		width: 100%;
	}

	.contact_form .half_div:nth-child(even) {
		margin-left: 0;
	}

	ul.offersFilter li {
		width: 48.5%;
		margin-right: 3%;
	}

	ul.offersFilter li:nth-child(2n),
	ul.offersFilter li:nth-child(4n+4) {
		margin-right: 0;
	}

	.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice {
		max-width: 320px;
	}

	.woocommerce-checkout #payment #place_order {
		right: 14px;
		bottom: 0px;
		float: right;
		width: 24%;
	}

	.page-template-default .content {
		padding: 30px 0 15px;
	}

	.blog_boxes .blog_img {
		float: none;
		width: 61%;
	}

	.blog_boxes .blog_content {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.page-template-blog .content {
		padding: 30px 0 31px;
	}

	table.shop_table.woocommerce-checkout-review-order-table tr th:nth-child(1) {
		width: 55%;
	}


	.woocommerce-page #wcContent>form table.warranty-table td {
		font-size: 12px;
	}

	.woocommerce-page form table.warranty-table ul.wc-item-meta li p {
		font-size: 12px;
	}
}

@media screen and (max-width:650px) {
	.single-product .tinv-wraper.tinv-wishlist {

		/*transform: translate(3px, 50px);*/
	}

	.woocommerce-checkout #payment #place_order {
		width: 29%;
	}

	.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice {
		font-size: 15px;
		line-height: 19px;
		max-width: 289px;
	}

	.brands_wraper .brands_box {
		width: 31%;
	}

	.brands_wraper .brands_box:nth-child(4n + 4) {
		margin-right: 2%;
	}

	.brands_wraper .brands_box {
		width: 31.3%;
	}

	.woocommerce div.product .product_title {
		font-size: 24px;
	}

	.single-product .entry-summary .our_price .amount {
		font-size: 25px;
	}

	p {
		font-size: 13px;
	}

	.single-product .comment-respond .comment-reply-title {
		font-size: 16px;
	}

	.single-product .woocommerce-Reviews form#commentform {
		padding: 19px 16px 21px;
	}

	.woocommerce table.shop_attributes th,
	.woocommerce table.shop_attributes td p {
		font-size: 12px;
	}

	.woocommerce table.shop_attributes td {
		padding: 0 13px;
	}

	woocommerce-checkout .checkout_product_image img {
		margin-bottom: 10px;
	}

	.woocommerce-checkout .checkout_product_image {
		float: none;
		margin-right: 0;
	}

	.woocommerce-checkout .checkout_product_title {
		float: none;
		width: 100%;
		display: inline;
	}

	.woocommerce-checkout ul#shipping_method li label {
		font-size: 12px;
	}

	.woocommerce-checkout table.shop_table th {
		font-size: 13px;
	}

	.woocommerce-checkout h3,
	.woocommerce-checkout #checkout-radio-signature_confirmation h4,
	.woocommerce-checkout #checkout-radio-package_insurance h4 {
		font-size: 20px;
	}

	.woocommerce-checkout #wc-authnet-cc-form p.form-row {
		width: 100%;
	}

	.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice p {
		font-size: 15px;
		line-height: 19px;
	}


	.woocommerce-page form#warranty_form {
		display: block;
	}

	.woocommerce-page #warranty_form select.wfb-field,
	.woocommerce-page #warranty_form input[type="text"],
	.woocommerce-page #warranty_form textarea {
		width: 100%;
	}

	.woocommerce-page #warranty_form div.wfb-field-div label {
		height: 100%;
		padding: 7px 0 0 !important;
		margin-bottom: 10px !important;
		width: 100%;
	}

	.woocommerce-page #warranty_form div.wfb-field-div {
		margin: 19px 0;
	}

}

@media screen and (max-width:550px) {
	.blog_boxes h2 {
		font-size: 19px;
		line-height: 29px;
	}

	.blog_boxes .blog_img {
		width: 100%;
	}

	.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice {
		font-size: 15px;
		line-height: 19px;
		max-width: 249px;
		margin-right: 150px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		font-size: 11px;
	}

	.brands_wraper .brands_box {
		width: 48%;
		margin-right: 2% !important;
	}

	.brands_wraper .brands_box:nth-child(even) {
		margin-right: 0 !important;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
	}

	.woocommerce form .form-row label {
		font-size: 13px;
	}

	.woocommerce-checkout p#wf_dhl_insurance_field label,
	.woocommerce-checkout p#wf_dhl_delivery_signature_field label {
		font-size: 12px;
	}

	ul.offersFilter li {
		/*width: 100%;
	margin-right: 0;*/
	}

	.woocommerce-checkout #payment #place_order {
		width: 33%;
	}

	.woocommerce-view-order small.shipped_via {
		display: block;
	}
}

@media screen and (max-width:450px) {
	.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice {
		float: none;
		width: 100%;
		font-size: 15px;
		line-height: 21px;
		right: 0;
		max-width: 100%;
		transform: translate(0px, 0px);
		text-align: left;
	}

	.brands_wraper .brands_box {
		width: 100%;
		margin-right: 0% !important;
		margin-bottom: 16px;
	}

	.brands_wraper .brand_img img,
	.brands_wraper .brand_img span.big_letter {
		height: 140px;
		width: 180px;
		margin: 0 auto;
		line-height: 140px;
	}

	.brands_wraper .brand_img span.big_letter, .brands_wraper .brand_img .brand_img_inner {
		height: 144px;
	}

	.woocommerce table.shop_table td.product-name a {
		font-size: 13px;
	}

	.woocommerce table.shop_table td .product-sku {
		font-size: 11px;
	}

	.woocommerce table.shop_table td {
		font-size: 13px;
	}

	.woocommerce-cart .cart .button {
		padding: 9px 10px !important;
		font-size: 13px !important;
	}

	.woocommerce table.shop_table td.product-price .amount,
	.woocommerce table.shop_table td.product-subtotal .amount {
		font-size: 14px;
	}

	.woocommerce-checkout #payment .form-row.place-order .pleace_order_notice p {
		font-size: 15px;
		line-height: 21px;
		text-align: left;
	}

	.woocommerce-checkout #payment #place_order {
		position: relative;
		right: 0;
		bottom: 0px;
		float: none;
		width: 100%;
		margin-top: 17px;
	}

	#fme_oc_confirm_modal .modal-body h4 {
		margin: 0 0px 3px;
		font-size: 13px;
	}

	#fme_oc_confirm_modal .fme_oc_full_select_items_items .fme_oc_full_order_div b {
		font-size: 13px;
	}

	#fme_oc_confirm_modal .fme_oc_full_select_items_items>div>div {

		width: 78%;
		justify-content: left;
	}

	#fme_oc_confirm_modal .cancellation_reason_table td.fme_oc_reasons_rbuttons {

		font-size: 13px;
	}

	#fme_oc_confirm_modal .modal-body h4 {
		font-size: 14px !important;
	}

	#fme_oc_confirm_modal #fme_oc_order_number {
		font-size: 17px;
	}

	#fme_oc_confirm_modal #fme_oc_confirm_modal_title.modal-title {

		font-size: 18px !important;
		margin-top: 0;
	}
}

@media screen and (max-width:400px) {
	.contact_form .math_captcha .g-recaptcha>div>div {
		transform: scale(0.96);
		-webkit-transform: scale(0.96);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.contact_form .math_captcha {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.contact_button {
		margin-top: 18px;
		float: none;
		width: 100%;
	}

	contact_form .math_captcha {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.contact_btn {
		width: 100% !important;
	}

	.woocommerce-view-order .woocommerce-order-details p.order-again>a,
	.woocommerce-view-order .woocommerce-order-details a.warranty-button.button {
		font-size: 13px !important;
	}


}

.woocommerce table.my_account_orders .button.request_warranty {
	margin-top: 1px;
}

.brands_wraper .sortingInner {
	width: 100%;
}


.woocommerce-perpage select {
	color: #777;
	border: 1px solid #aaa;
	padding: 5px;
}

@media screen and (min-width:449px) {
	.woocommerce-perpage {
		float: left;
		margin: 2px 0 0 10px;
	}
}

@media screen and (max-width:450px) {
	.woocommerce-perpage {
		margin: 15px 0;
	}
}

@media screen and (min-width: 990px) {
	.addtoany_list {
		margin-top: -13px !important;
		float: right;
	}

}