/*
Theme Name:     M Shopping
Description:    
Author:         Mind Spark Technologies
Template:       m-shopping-parent

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/***custom css starts here ***/
.search .page-content {
padding-left: 105px;
}

.search .container {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.error404 .container {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.search header.page-header {
    text-align: center;
}
li.woocommerce-order-overview__email.email {
    word-break: break-all;
}
.site-footer{
	    padding-bottom: 0px;
	    background-color: #2b2d42 !important;
	    padding-top: 0px;
}
.page-header{
	background-color:#eee;
}
p.woocommerce-customer-details--phone {
    margin-bottom: 0px;
}
.nav-previous:before {
    content: "\00AB";
    position: absolute;
    left: 62px;
}
.nav-next:after {
    content: '\00BB';
    position: absolute;
    right: 58px;
}
.woocommerce-pagination .page-numbers{
	margin-bottom:13px;
}
p.site-title {
    display: none;
}
.site-branding img{
	max-width: 171px !important;
}
.header-navigation.header-floating.floating .site-branding img{
	max-width: 115px;
}
.footer-widget__item {
    color: #acb1b3;
}
.footer-widget h3.widget-title{
    color: #edf2f4;
}
.footer-widget .widget ul li a {
    color: #acb1b3 !important;
}
.site-info a {
    color: #edf2f4;
}
.footer-widget {
    margin-top: 53px;
}
a:hover {
    color: #e74133 !important;
}
.header-navigation.header-floating {
    background-color: #fff;
}
.site-info{
	color: #edf2f4;
}
label.woof_checkbox_label {
    font-size: 12px;
}
.page-id-341.woocommerce-page.woocommerce-account .woocommerce{
	max-width: 1080px;
	margin-top:10px;
}
nav.woocommerce-MyAccount-navigation {
    width: 32%;
    float: left;
}
.header-navigation.header-floating.floating{
	border-bottom: 1px solid #eee;
}
li.nav-link-account {
    text-transform: capitalize;
}
.page-id-479.woocommerce .content-area {
    float: none ;
}
.woocommerce a.button{
	border-radius: 0 !important;
}
.has-hero .site-header{
position :unset;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    font-size: 14px;
    background-color: #e74133;
    color: #fff;
}
.woocommerce-MyAccount-content {
    width: 65%;
    float: right;
}
nav.woocommerce-MyAccount-navigation li {
    padding: 10px 6px;
    border: 1px solid #eee;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
li.woocommerce-MyAccount-navigation-link a:after {
    content: '\00BB';
    float: right;
}
.category-item__img:after{
	position: absolute; 
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
}
.category-item__img{
	/*opacity: 0.6;*/
}
li.woof_term_31, li.woof_term_32.woof_childs_list_li, li.woof_term_15 {
    display: none;
}
input#reg_email {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
}

/**********media queries***/
@media only screen and (max-width: 730px){
	a.edit{
		float:none !important;
	}
	.woocommerce.products .product-button, .woocommerce .products .product-button{
	display: none;
	}
	.woocommerce.products .product-price, .woocommerce .products .product-price{
	display: contents;
	}
	.woocommerce-checkout #payment .wc_payment_methods li label{
		display: inline-grid;
	}
	.widget .widget-title{
		margin-bottom: 28px;
	}
	form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"],input[type="tel"]{
		padding:0px; 
		width:100%;
}
	textarea{
		    padding: 8px !important;
	}
	.woocommerce-orders-table table,.woocommerce-orders-table thead,.woocommerce-orders-table tbody,.woocommerce-orders-table th,.woocommerce-orders-table td,.woocommerce-orders-table tr {
		display: block;
	}
.woocommerce-orders-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
}
.woocommerce-orders-table tr { border: 1px solid #ccc; }
.woocommerce-orders-table td {
		border: none;
		border-bottom: 1px solid #000000;
		position: relative;
		padding-left: 50%!important;
	    padding-bottom: 10px;
        padding-top: 10px;
}
.woocommerce-orders-table td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		font-weight: 600;
		color: #000000;
}
.woocommerce-orders-table td:nth-of-type(1):before { content: "Order:"; }
.woocommerce-orders-table td:nth-of-type(2):before { content: "Date:"; }
.woocommerce-orders-table td:nth-of-type(3):before { content: "Status:"; }
.woocommerce-orders-table td:nth-of-type(4):before { content: "Total:"; }
.woocommerce-orders-table td:nth-of-type(5):before { content: "Actions:"; }
.woocommerce-orders-table tbody tr {
	background-color: #ffffff;
	margin-bottom: 10px;
}
}
@media (max-width:981px){
/* 	th.product-thumbnail {
    display: none;
} */
	.page-id-341 .entry-content {
    	margin-bottom: 58px;
	}
}
@media (min-width:480px) and (max-width:767px) {
	#pl-262 #panel-262-1-0-0{
		margin-left: 18px;
	}
	div#pgc-262-1-1 {
    margin-left: 18px;
}
}
@media (max-width:767px){
	body.archive.woocommerce .content-area {
    float: left !important;
}
	section.related.products h2.woocommerce-loop-product__title {
    font-size: 13px !important;
}
	div#customer_login {
    margin-top: -57px;
}
	.woocommerce .products .product-price{
		font-size: 13px;
	}
	#SEO-PACK tr td{
		width: 100%;
		display: block;
		float: none;
	}
	#SEO-PACK1 tr td{
		width: 100%;
		display: block;
		float: none;
	}
	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    display: block;
    overflow-x: auto;
}
	.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity {
    padding-left: 26px;
}
	.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity {
    padding-left: 26px;
}
	
/* 	th.product-thumbnail {
		display: none;
	} */
	.woocommerce-cart table.cart td {
		display: table-cell;
		vertical-align: middle;
		padding: 40px 16px;
	}
	.woocommerce-cart .woocommerce-cart-form__contents thead th {
  		  padding: 0 20px 40px;
	}
}

	
@media (max-width:680px){
	.page-id-443 .site-content{
			padding-left: 25px;
			padding-right: 25px;
	}
.woocommerce-cart table.cart td.actions .coupon {
    float: none;
    display: inherit;
    padding-bottom: 17px;
}
}
 .woocommerce.products .product h2 a{
		color: #000 !important;
	}
h2.woocommerce-loop-product__title {
    color: #000 !important;
}
@media (max-width:768px){
/* 	th.product-thumbnail {
    display: none;
} */
	table#SEO-PACK1{
		width:100% !important;
	}
	.search .page-content {
    padding-left: 20px !important;
    /* margin: 0px auto; */
    width: 100%;
    padding-right: 20px;
}
	.home .woocommerce.products .product h2{
		margin-top: -19px;
		margin-bottom: 0px;
	}
	.woocommerce.products .product-price-button, .woocommerce .products .product-price-button{
		    padding-bottom: 25px;
	}
	
	.woocommerce .primary-sidebar .widget .widget-title{
	margin-bottom: 31px;
}
	td.product-subtotal {
    border-bottom: none !important;
}
	aside#secondary {
    margin-top: 56px;
}
	div#customer_login .u-column2.col-2 {
    /* margin-top: 17px !important; */
    padding-top: 40px !important;
}
	.search .site-content {
    padding-left: 0px;
    padding-right: 0px;
}
	.single-product .site-content {
    padding-left: 0px;
    padding-right: 0px;
}
	.site-content {
    padding-left: 15px;
    padding-right: 15px;
}
	.single .entry-title {
    font-size: 24px !important;
}
	.woocommerce.products .product, .woocommerce .products .product{
		margin-bottom: 0px !important;
	}
	.single .entry-content{
		padding-left:10px;
		padding-right:10px;
	}
	nav.navigation.post-navigation {
    display: none;
}
/* 	.footer-widget .col-sm-6{
		width:unset !important;
	} */
	section.related.products {
    margin-left: 2px;
    margin-right: 2px;
}
	span.copy {
    display: block;
}
	.featured-box-section .featured-box-item {
			width: 100% !important;
			padding: 0 15px;
	}
	.woocommerce-MyAccount-content {
    width: auto;
    float: none;
}
	nav.woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}
/* 	.woocommerce-MyAccount-content { (edited)
    padding: 37px;
} */
	.page-id-341.woocommerce-page.woocommerce-account .woocommerce{
		padding: 0px 20px;
	}
	section#woocommerce_product_categories-2 {
    padding: 0px;
}
/* 	.site-content{
		padding: 0px 20px;
	} */
	.woocommerce-page.woocommerce-account .woocommerce{
		padding: 0px 20px;
	}
	button.button {
    float: left !important;
 }
	.woocommerce-cart table.cart td.actions .coupon input[type=text]{
		width: 47%;
	}
}
span.author.vcard {
    display: none;
}
span.byline {
    display: none !important;
}
.page-id-262 .title-heading {
    text-align: left;
}
.select-wrapper select{
	    /*border: 1px solid #d6d6d6;*/
	    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
/*     -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset; */
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.select-wrapper {position:relative}
.select-wrapper:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.select-wrapper:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}


ul.custom-ul li{
	list-style: disc !important;
    overflow: visible;
}
ul.custom-ul {
    padding: 24px;
}
.site-header {
    border-bottom: 1px solid #eee;
}

.woocommerce-ordering:after {
    content: '';
    position: absolute;
    bottom: 19px;
    right: 10px;
    width: 0;
    height: 0;
	border: 6px solid transparent;
    border-top-color: #9596a0;
    border-bottom: 0;
    margin-left: -9px;
    margin-bottom: -9px;
    pointer-events: none;
}

.woocommerce-ordering:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.orderby{ width:300px; }
.shop-filter-toolbar .product-ordering {
    font-size: 16px;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f70000;
}
.woocommerce-account .page-header h1{
	display:block;
    text-transform: capitalize;
}
/****/
@media (max-width:680px){
	.woocommerce-cart table.cart td.actions .coupon:before{
	top:38%;
}
	ul.woocommerce-error strong {
    color: red !important;
	word-break: break-all;
}
}
ul.woocommerce-error strong {
    color: red !important;
}

.list-categories-section .category-item__text {
    position: absolute;
    left: 75px;
    bottom: 75px;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.50);
	z-index: 99;
}

.category-item__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg,#21c8f6,rgba(99, 123, 255, 0.50));
	background-color: #21c8f6;
    opacity: 0.7;
    z-index: 0;
	transition: .3s;
}

.category-item__inner:hover:after{
	background: transparent;
	transition: .3s;
}

.list-categories-section .category-item__title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
	margin-top: 0;
}

.category-item__link a{
	background: #e74133;
    padding: 3px 10px;
    color: #ffffff;
    border-radius: 3px;
}

.category-item__link a:hover{
	color: #ffffff!important;
}

.categories-section{
	cursor: url(../../uploads/cursor.png), auto;
}
.woocommerce.single-product .related.products > h2{
	margin-bottom: 23px; 
}
.woocommerce div.product .woocommerce-tabs{
	margin-bottom: 0px; 
}
.woocommerce.single-product .product-detail, .woocommerce .single-product .product-detail{
	padding-bottom: 0px; 
}
/*********media queries**/
@media screen and (max-width: 992px){
.list-categories-section .category-item__text {
    left: 0px!important;
    bottom: 20px!important;
    width: 94%;
    margin: 10px 3% !important;
}
}
.page-header {
    background-color: #eee;
    background: url(https://mshopping.mindsparktechnologies.com/wp-content/uploads/banner-inner.png);
}
.page-header h1 {
    color: #fff;
}
.woocommerce-breadcrumb a, .breadcrumbs a {
    color: #fff;
}
.woocommerce-breadcrumb, .breadcrumbs {
    color: #fff;
}
.woocommerce-checkout #payment .form-row.place-order .button{
	width: auto !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 500;
    height: unset !important; 
    margin: 0px auto;
}
@media (max-width:420px){
	 #pg-231-2 .woocommerce.products .product, .woocommerce .products .product{
		position: unset !important;
		left: unset !important;
		top: unset !important;
	}
}
.nav-link-right{
	    margin-left: 0px
}
a.woocommerce-button.button.view {
    margin-bottom: 7px;
}
.search .blog-layout-grid {
    margin-left: 20px;
	margin-right: 20px;
}
time.entry-date.published {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0 0 6px;
}
@media (max-width: 992px){
.nav-link-right .nav-link-account {
    display: inline-flex !important;
    margin-right: 10px;
}
}
.nav-link-right .nav-link-account .suffix{
	   display: inline-block !important;
}
.woocommerce-account .entry-content{
	margin-top: 39px;
}
.search nav.navigation.posts-navigation {
    margin-left: 40px;
    margin-right: 40px;
}
.search .nav-next:after{
	content:none;
}
.entry-content h3{
	margin: 6px 0px;
}
a.edit:hover {
    color: #fff !important;
}
a.edit {
    background-color: #e74133;
    padding: 0px 24px;
    color: #fff;
    float: right;
    border-radius: 6px;
}
nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
    margin-left: 0px;
}
@media  (min-width:768px){
	.woocommerce-wishlist .woocommerce table.wishlist_table .product-add-to-cart .button{
	height: 38px;
    line-height: 37px;
	width: 55%;
}
	.woocommerce-MyAccount-content {
		border: 1px solid #eee;
		padding: 10px;
		box-shadow: 0px 2px 1px 0px #f1eaea;
		border-top: 4px solid #000000;
    }
}
@media (max-width:380px){
	.site-branding img {
    max-width: 101px;
}
	.nav-link-right .nav-link-account .prefix {
    display: none;
}
}
.single .site-content{
	padding-top:0px;
}
.ion-ios-locked-outline:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
.ion-ios-loop:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
.ion-ios-location-outline:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
.ion-ios-people-outline:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
a.woocommerce-button.button.pay {
    margin-right: 5px;
}
a.woocommerce-button.button.view{
	    margin-right: 5px;
}
.grecaptcha-badge {
    display: none !important;
}
#pg-262-0> .panel-row-style{
	background: url(https://mshopping.mindsparktechnologies.com/wp-content/uploads/banner-inner.png);
}
#pg-262-0> .panel-row-style h1 {
    color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals h2{
	margin-bottom: 25px;
}
nav.navigation.posts-navigation {
    display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 3px 10px;
}

address {
margin: 0 0 1.5em;
border: 1px solid #eee;
padding: 20px;
box-shadow: 0px 2px 1px 0px #b7b0b0;
border-top: 4px solid #000;
}
select.orderby {
    width: 200px;
    font-size: 13px;
	background: #373B44; 
	background: -webkit-linear-gradient(to right, #4286f4, #373B44);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #4286f4, #373B44); 
}
select.orderby option{
	background: #373B44;
}
.page-header{
	margin-bottom: 13px;
}
.woocommerce-cart table.cart td.actions .button[name=update_cart]{
	color: #fff;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
    background-color: #000000;
    color: #fff;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    border: 1px solid #eee;
}
.woocommerce-cart .woocommerce-cart-form__contents thead th{
	padding: 18px 32px 17px !important;
}
/*
Theme Name:     M Shopping
Description:    
Author:         Mind Spark Technologies
Template:       m-shopping-parent

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/***custom css starts here ***/
.search .page-content {
padding-left: 105px;
}

.search .container {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.error404 .container {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.search header.page-header {
    text-align: center;
}
li.woocommerce-order-overview__email.email {
    word-break: break-all;
}
.site-footer{
	    padding-bottom: 0px;
	    background-color: #2b2d42 !important;
	    padding-top: 0px;
}
.page-header{
	background-color:#eee;
}
p.woocommerce-customer-details--phone {
    margin-bottom: 0px;
}
.nav-previous:before {
    content: "\00AB";
    position: absolute;
    left: 62px;
}
.nav-next:after {
    content: '\00BB';
    position: absolute;
    right: 58px;
}
.woocommerce-pagination .page-numbers{
	margin-bottom:13px;
}
p.site-title {
    display: none;
}
.site-branding img{
	max-width: 113px;
}
.header-navigation.header-floating.floating .site-branding img{
	max-width: 115px;
}
.footer-widget__item {
    color: #acb1b3 ;
}
.footer-widget h3.widget-title{
    color: #edf2f4;
}
.footer-widget .widget ul li a {
    color: #acb1b3 !important;
}
.site-info a {
    color: #edf2f4;
}
.footer-widget {
    margin-top: 53px;
}
a:hover {
    color: #e74133 !important;
}
.header-navigation.header-floating {
    background-color: #fff;
}
.site-info{
	color: #edf2f4;
}
label.woof_checkbox_label {
    font-size: 12px;
}
.page-id-341.woocommerce-page.woocommerce-account .woocommerce{
	max-width: 1080px;
	margin-top:10px;
}
nav.woocommerce-MyAccount-navigation {
    width: 32%;
    float: left;
}
.header-navigation.header-floating.floating{
	border-bottom: 1px solid #eee;
}
li.nav-link-account {
    text-transform: capitalize;
}
.page-id-479.woocommerce .content-area {
    float: none ;
}
.woocommerce a.button{
	border-radius: 0 !important;
}
.has-hero .site-header{
position :unset;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
    font-size: 14px;
    background-color: #e74133;
    color: #fff;
}
.woocommerce-MyAccount-content {
    width: 65%;
    float: right;
}
nav.woocommerce-MyAccount-navigation li {
    padding: 10px 6px;
    border: 1px solid #eee;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
li.woocommerce-MyAccount-navigation-link a:after {
    content: '\00BB';
    float: right;
}
.category-item__img:after{
	position: absolute; 
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
}
.category-item__img{
	/*opacity: 0.6;*/
}
li.woof_term_31, li.woof_term_32.woof_childs_list_li, li.woof_term_15 {
    display: none;
}
input#reg_email {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
}

/**********media queries***/
@media only screen and (max-width: 730px){
	a.edit{
		float:none !important;
	}
	.woocommerce.products .product-button, .woocommerce .products .product-button{
	display: none;
	}
	.woocommerce.products .product-price, .woocommerce .products .product-price{
	display: contents;
	}
	.woocommerce-checkout #payment .wc_payment_methods li label{
		display: inline-grid;
	}
	.widget .widget-title{
		margin-bottom: 5px;
	}
	form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"]{
		padding:0px; 
		width:100%;
}
	textarea{
		    padding: 8px !important;
	}
	.woocommerce-orders-table table,.woocommerce-orders-table thead,.woocommerce-orders-table tbody,.woocommerce-orders-table th,.woocommerce-orders-table td,.woocommerce-orders-table tr {
		display: block;
	}
.woocommerce-orders-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
}
.woocommerce-orders-table tr { border: 1px solid #ccc; }
.woocommerce-orders-table td {
		border: none;
		border-bottom: 1px solid #000000;
		position: relative;
		padding-left: 50%!important;
	    padding-bottom: 10px;
        padding-top: 10px;
}
.woocommerce-orders-table td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		font-weight: 600;
		color: #000000;
}
.woocommerce-orders-table td:nth-of-type(1):before { content: "Order:"; }
.woocommerce-orders-table td:nth-of-type(2):before { content: "Date:"; }
.woocommerce-orders-table td:nth-of-type(3):before { content: "Status:"; }
.woocommerce-orders-table td:nth-of-type(4):before { content: "Total:"; }
.woocommerce-orders-table td:nth-of-type(5):before { content: "Actions:"; }
.woocommerce-orders-table tbody tr {
	background-color: #ffffff;
	margin-bottom: 10px;
}
}
@media (max-width:767px){
	div.woof_info_popup{
		left:23%;
	}
}
@media (max-width:981px){
/* 	th.product-thumbnail {
    display: none;
} */
	.page-id-341 .entry-content {
    	margin-bottom: 58px;
	}
}
@media (min-width:480px) and (max-width:767px) {
	#pl-262 #panel-262-1-0-0{
		margin-left: 18px;
	}
	div#pgc-262-1-1 {
    margin-left: 18px;
}
}
@media (max-width:767px){
	
	.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity {
    padding-left: 26px;
}
	.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity {
    padding-left: 26px;
}
	
/* 	th.product-thumbnail {
		display: none;
	} */
	.woocommerce-cart table.cart td {
		display: table-cell;
		vertical-align: middle;
		padding: 15px 16px;
	}
	.woocommerce-cart .woocommerce-cart-form__contents thead th {
  		  padding: 0 20px 40px;
	}
}

	
@media (max-width:680px){
	.page-id-443 .site-content{
			padding-left: 25px;
			padding-right: 25px;
	}
.woocommerce-cart table.cart td.actions .coupon {
    float: none;
    display: inherit;
    padding-bottom: 17px;
}
}
@media (max-width:768px){
	.single-product .site-content {
    padding-left: 0px;
    padding-right: 0px;
}
	.site-content {
    padding-left: 15px;
    padding-right: 15px;
}
	.single .entry-title {
    font-size: 24px !important;
}
	.woocommerce.products .product, .woocommerce .products .product{
		margin-bottom: 0px !important;
	}
	.single .entry-content{
		padding-left:10px;
		padding-right:10px;
	}
	nav.navigation.post-navigation {
    display: none;
}
/* 	.footer-widget .col-sm-6{
		width:unset !important;
	} */
	section.related.products {
    margin-left: 2px;
    margin-right: 2px;
}
	span.copy {
    display: block;
}
	.featured-box-section .featured-box-item {
			width: 100% !important;
			padding: 0 15px;
	}
	.woocommerce-MyAccount-content {
    width: auto;
    float: none;
}
	nav.woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}
/* 	.woocommerce-MyAccount-content { (edited)
    padding: 37px;
} */
	.page-id-341.woocommerce-page.woocommerce-account .woocommerce{
		padding: 0px 20px;
	}
	section#woocommerce_product_categories-2 {
    padding: 0px;
}
/* 	.site-content{
		padding: 0px 20px;
	} */
	.woocommerce-page.woocommerce-account .woocommerce{
		padding: 0px 20px;
	}
	button.button {
    float: left !important;
 }
	.woocommerce-cart table.cart td.actions .coupon input[type=text]{
		width: 47%;
	}
}
span.author.vcard {
    display: none;
}
span.byline {
    display: none !important;
}
.page-id-262 .title-heading {
    text-align: left;
}
.select-wrapper select{
	    /*border: 1px solid #d6d6d6;*/
	    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
/*     -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset; */
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.select-wrapper {position:relative}
.select-wrapper:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.select-wrapper:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}


ul.custom-ul li{
	list-style: disc !important;
    overflow: visible;
}
ul.custom-ul {
    padding: 24px;
}
.site-header {
    border-bottom: 1px solid #eee;
}

.woocommerce-ordering:after {
    content: '';
    position: absolute;
    bottom: 19px;
    right: 10px;
    width: 0;
    height: 0;
	border: 6px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -9px;
    margin-bottom: -9px;
    pointer-events: none;
}

.woocommerce-ordering:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.orderby{ width:300px; }
.shop-filter-toolbar .product-ordering {
    font-size: 16px;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f70000;
}
.woocommerce-account .page-header h1{
	display:block;
    text-transform: capitalize;
}
/****/
@media (max-width:680px){
	.woocommerce-cart table.cart td.actions .coupon:before{
	top:38%;
}
}
ul.woocommerce-error strong {
    color: red !important;
}

.list-categories-section .category-item__text {
    position: absolute;
    left: 75px;
    bottom: 75px;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.50);
	z-index: 99;
}

.category-item__inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg,#21c8f6,rgba(99, 123, 255, 0.50));
	background-color: #21c8f6;
    opacity: 0.7;
    z-index: 0;
	transition: .3s;
}

.category-item__inner:hover:after{
	background: transparent;
	transition: .3s;
}

.list-categories-section .category-item__title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
	margin-top: 0;
}

.category-item__link a{
	background: #e74133;
    padding: 3px 10px;
    color: #ffffff;
    border-radius: 3px;
}

.category-item__link a:hover{
	color: #ffffff!important;
}

.categories-section{
	cursor: url(../../uploads/cursor.png), auto;
}
.woocommerce.single-product .related.products > h2{
	margin-bottom: 23px; 
}
.woocommerce div.product .woocommerce-tabs{
	margin-bottom: 0px; 
}
.woocommerce.single-product .product-detail, .woocommerce .single-product .product-detail{
	padding-bottom: 0px; 
}
/*********media queries**/
@media screen and (max-width: 992px){
.list-categories-section .category-item__text {
    left: 0px!important;
    bottom: 20px!important;
    width: 94%;
    margin: 10px 3% !important;
}
}
.page-header {
    background-color: #eee;
    background: url(https://mshopping.mindsparktechnologies.com/wp-content/uploads/banner-inner.png);
}
.page-header h1 {
    color: #fff;
}
.woocommerce-breadcrumb a, .breadcrumbs a {
    color: #fff;
}
.woocommerce-breadcrumb, .breadcrumbs {
    color: #fff;
}
.woocommerce-checkout #payment .form-row.place-order .button{
	width: auto !important;
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 500;
    height: unset !important; 
    margin: 0px auto;
}
@media (max-width:420px){
	 #pg-231-2 .woocommerce.products .product, .woocommerce .products .product{
		position: unset !important;
		left: unset !important;
		top: unset !important;
	}
}
.nav-link-right{
	    margin-left: 0px
}
a.woocommerce-button.button.view {
    margin-bottom: 7px;
}
.search .blog-layout-grid {
    margin-left: 20px;
	margin-right: 20px;
}
time.entry-date.published {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0 0 6px;
}
@media (max-width: 992px){
.nav-link-right .nav-link-account {
    display: inline-flex !important;
    margin-right: 10px;
}
}
.nav-link-right .nav-link-account .suffix{
	   display: inline-block !important;
}
.woocommerce-account .entry-content{
	margin-top: 39px;
}
.search nav.navigation.posts-navigation {
    margin-left: 40px;
    margin-right: 40px;
}
.search .nav-next:after{
	content:none;
}
.entry-content h3{
	margin: 6px 0px;
}
a.edit:hover {
    color: #fff !important;
}
a.edit {
    background-color: #e74133;
    padding: 2px 22px;
    color: #fff;
    float: right;
    border-radius: 2px;
}
nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
    margin-left: 0px;
}
@media  (min-width:768px){
	
	.col-sm-6 {
    margin-bottom: 18px;
}
	.woocommerce-MyAccount-content {
		border: 1px solid #eee;
		padding: 10px;
		box-shadow: 0px 2px 1px 0px #f1eaea;
		border-top: 4px solid #000000;
    }
}
@media (max-width:380px){
	.site-branding img {
    max-width: 101px;
}
	.nav-link-right .nav-link-account .prefix {
    display: none;
}
}
.single .site-content{
	padding-top:0px;
}
.ion-ios-locked-outline:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
.ion-ios-loop:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
.ion-ios-location-outline:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
.ion-ios-people-outline:before {
    color: #000000 !important;
    font-weight: 900 !important;
}
a.woocommerce-button.button.pay {
    margin-right: 5px;
}
a.woocommerce-button.button.view{
	    margin-right: 5px;
}
.grecaptcha-badge {
    display: none !important;
}
#pg-262-0> .panel-row-style{
	background: url(https://mshopping.mindsparktechnologies.com/wp-content/uploads/banner-inner.png);
}
#pg-262-0> .panel-row-style h1 {
    color: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals h2{
	margin-bottom: 25px;
}
nav.navigation.posts-navigation {
    display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 3px 10px;
}
.order_details{
   /* border: 1px solid #eee; */
   /* padding: 20px; */
   /* box-shadow: 0px 2px 1px 0px #f1eaea; */
   /* border-top: 4px solid #000000; */
 }
address {
margin: 0 0 1.5em;
border: 1px solid #eee;
padding: 20px;
box-shadow: 0px 2px 1px 0px #f1eaea;
border-top: 2px solid #000;
}
select.orderby {
    width: 200px;
    font-size: 13px;
	background: #373B44;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #4286f4, #373B44);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.page-header{
	margin-bottom: 13px;
}
.woocommerce-cart table.cart td.actions .button[name=update_cart]{
	color: #fff;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
    background-color: #000000;
    color: #fff;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    border: 1px solid #eee;
}
.woocommerce-cart .woocommerce-cart-form__contents thead th{
	padding: 18px 32px 17px !important;
}
@media (max-width:920px){
	.nav-next:after,.nav-previous:before{
		content: none;
	}
}
ul.woocommerce-error li {
    color: red;
    /* list-style: none; */
    /* border: 1px solid #eee; */
    font-size: 17px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin:0px;
}
.woocommerce.single-product .product-detail-summary, .woocommerce .single-product .product-detail-summary{
	margin-top: -8px;
}
.woocommerce.single-product .cart, .woocommerce .single-product .cart{
	margin-top: 0em;
}
.wishlist-title h2{
	    margin: 0px !important;
}
table.shop_table.cart.wishlist_table thead tr th {
    background: #000;
    color: #fff !important;
}
.woocommerce-wishlist .woocommerce table.wishlist_table thead th, .woocommerce-wishlist .woocommerce table.wishlist_table tbody td{
	text-align: left;
}
.woocommerce table.wishlist_table{
	border: 1px solid #d4cccc;
    box-shadow: 0px 0px 2px 1px #eadede;
}
.yith-wcwl-share ul, .yith-wcwl-share li{
	height: 27px;
}
ul.woocommerce-error {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}
h2.woocommerce-order-details__title {
    margin: 0px;
}
h2.woocommerce-column__title {
    margin: 0px;
}
.woocommerce-ordering:before{
	background: none;
}
.select-wrapper select{
/* 	background: #000000; */
	color:#fff;
}
.required{
	border-bottom:none !important;
}
body.archive.post-type-archive.post-type-archive-product.logged-in.admin-bar.wp-custom-logo.woocommerce.woocommerce-page.woocommerce-js.hfeed.customize-support .page-header {
    margin-bottom: 57px;
}
.woocommerce.single-product .product_meta, .woocommerce .single-product .product_meta{
	padding-top: 12px;
}
body.archive .page-header {
    margin-bottom: 57px;
}
.site-footer .widget .widget-title{
	font-size: 20px;
	margin-bottom: 24px;
}
.footer-widget .widget ul li{
	    list-style: disc !important;
	    overflow: visible;
	    border-bottom: 1px solid #363544;
}
.footer-widget .widget ul{
	padding: 0 16px;
	
}
i.fa.fa-map-marker {
    margin-right: 23px;
    font-size: 20px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	border: 1px solid #777272;
	margin-right: 15px;
}
.location{
	display: inline-flex;
	position: relative;
	top: -10px;
}
i.fa.fa-mobile {
    margin-right: 23px;
    font-size: 25px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	border: 1px solid #777272;
	margin-right: 15px;
}
i.fa.fa-envelope-o {
    margin-right: 20px;
    font-size: 20px;
	line-height: 27px;
	height: 30px;
	width: 30px;
	text-align: center;
	border: 1px solid #777272;
	margin-right: 15px;
	font-size: 16px;
}
body.woocommerce-page.woocommerce-order-received.woocommerce-js h2.woocommerce-column__title {
    margin: 29px 3px 14px 0px;
}
body.woocommerce-page.woocommerce-order-received.woocommerce-js h2.woocommerce-order-details__title {
    margin: 0px;
    margin: 29px 3px 14px 0px;
}
.widget_recent_entries a:before {
    color: #acb1b3 !important;
    content: "\f03e" !important;
    font-family: FontAwesome !important;
	margin-right: 11px;
}
.widget_recent_entries li{
	 list-style: none !important;
	    overflow: hidden !important;
}
.widget_recent_entries ul{
	padding: 0 !important;
}
.widget_recent_entries ul li a{
display: inline-flex;
}
.footer-widget h3.widget-title:after {
    content: "";
    display: block;
    border-bottom: 3px solid #e74133;
    width: 30%;
    position: relative;
    bottom: -7px;
}
.primary-sidebar h3.widget-title:after {
    content: "";
    display: block;
    border-bottom: 6px solid #e74133;
    width: 18%;
    position: relative;
    bottom: -7px;
}
.widget ul li a{
	color: #000;
}
.widget_price_filter .price_slider_amount .button{
	font-size: 14px;
    padding: 0px 39px;
    height: 38px;
    line-height: 36px;
}
li.cat-item.cat-item-15 {
    display: none;
}
.primary-sidebar .widget ul li a:before{
	color: #000000 !important;
    content: "\f02b" !important;
    font-family: FontAwesome !important;
    margin-right: 11px;
}
.blog .site-content {
    padding-bottom: 0px;
}
.quickview-gallery .slick-track img {
    padding: 30px;
}
.slick-prev:before, .slick-next:before{
	color: #a09393;
}
.woocommerce .cart-mini-wrapper p.buttons a, .woocommerce .cart-mini-wrapper p.buttons a, .cart-mini-wrapper p.buttons a{
	border: 1px solid #fff;
}
a.button.checkout.wc-forward {
    color: #fff !important;
}
.footer-widget .widget ul li a:hover {
    color: #e74133 !important;
}
.best-seller-section .best-seller-categories li.active a {
    color: #e74133;
    font-weight: 500;
}
@media (min-width:1024px){
	.type-post figure.entry-thumbnail {
	text-align:center;
}
.single .type-post .entry-thumbnail img{
	width:60% !important;
	margin:0px  auto;
}
}
#SEO-PACK tr td {
    padding: 11px 32px 10px 10px!important;
	position:relative;
}
#SEO-PACK1 tr td {
    padding: 11px 32px 10px 10px!important;
	position:relative;
}
table#SEO-PACK {
    background: #fff;  /* fallback for old browsers */
/* 	background: -webkit-linear-gradient(to right, #4286f4, #373B44);  
	background: linear-gradient(to right, #4286f4, #373B44);  */
    width: 100%;
    border-color: #fff;
    color: #373B44;
	
}
table#SEO-PACK1 {
    background: #fff;  /* fallback for old browsers */
/* 	background: -webkit-linear-gradient(to right, #4286f4, #373B44);  
	background: linear-gradient(to right, #4286f4, #373B44);  */
    width: 67%;
    border-color: #373B44;
    color: #373B44;
	
}
#SEO-PACK tr td:after {
/*     color: #edf2f4 !important; */
    content: "\f053" !important;
    font-family: FontAwesome !important;
    margin-right: 11px;
    position: absolute;
	right:0px;
}
#SEO-PACK1 tr td:after {
/*     color: #edf2f4 !important; */
    content: "\f053" !important;
    font-family: FontAwesome !important;
    margin-right: 11px;
    position: absolute;
	right:0px;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    height: 38px;
    line-height: 10px;
    padding: 13px 27px !important;
    margin-top: 15px;
}
button.woocommerce-Button.button {
    height: 38px;
    line-height: 10px;
    padding: 13px 27px !important;
    /* margin-top: 15px; */
}
.woocommerce-message {
    margin-bottom: 30px;
    background: #DFF2BF;
    padding: 10px;
    color: #4F8A10;
}
.product-button a {
    background-color: black;
    padding: 10px 10px;
    color: #fff;
	line-height: 10px !important;
}
.product-button a:hover{
	 color: #fff !important;
}
.latest-blog-section .title-heading{
	margin-bottom: 10px;
}
.widget_product_categories .cat-item.current-cat a{
	color: #e74133;
    font-weight: 500;
}
.select-wrapper:before,.woocommerce-ordering:before,.select-wrapper:after{
	content:none;
}
.woocommerce .cart-mini-wrapper__inner, .woocommerce .cart-mini-wrapper__inner, .cart-mini-wrapper__inner{
	border: 1px solid #e6e1e1;
}
td.wishlist-empty {
    font-size: 14px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 0px;
}
a.product-quickview {
    text-transform: capitalize;
}
.yith-wcwl-share{
	margin-left: 12px;
}
.woocommerce-MyAccount-content a.woocommerce-Button {
    margin-right: 14px;
}
.cart .quantity input[type="number"]{
	padding-left: 31px;
    padding-right: 34px;
}
@media (min-width:991px) and (max-width:1200px){
	.woocommerce-cart .woocommerce .woocommerce-cart-form{
		width: 100%;
    padding-right: 0px;
	}
/* 	.woocommerce-cart .woocommerce .cart-collaterals{
		
	} */
}
.single-product .cart input[type=number]::-webkit-inner-spin-button, 
.single-product .cart input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
.woocommerce-cart table.cart .woocommerce-cart-form__cart-item td.product-quantity .qty{
	text-align: left;
}
/*   .woocommerce-cart .cart input[type=number]::-webkit-inner-spin-button, 
.woocommerce-cart .cart input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance:inherit; 
   margin: 0;  
}  */
.woocommerce .cart-mini-wrapper, .woocommerce .cart-mini-wrapper, .cart-mini-wrapper{
	
    max-height:450px;
    overflow-y:scroll;
	top: 88%;
}
#SEO-PACK1 tr td:first-child:after{
	content:none !important;
}
#splite_popup_box span.wpcf7-not-valid-tip{
	background: transparent !important;
	color: #ff0033 !important;
	position: relative !important;
	text-align:left !important;
	top:-5px !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: red !important;
    background-color: #fff !important;
    font-size: 14px !important;
}
.main-navigation ul li a:hover, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a, .main-navigation ul li.current-menu-ancestor > a{
	color: #e74133;
/*     font-weight: 500; */
}
a.splite_sideEnquiry{
	font-weight:500 !important;
}
.pswp__caption__center{
	text-align: center;
	font-size: 17px;
	text-transform: capitalize;
}
