/*
Theme Name:   CoopBiz-child
Description:  CoopBiz Theme
Template:     CoopBiz
Text Domain:  CoopBiz-child
*/

@import url("../CoopBiz/style.css");


/* MyBusyBee Codes
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
font-family: 'Poppins', sans-serif;
line-height: 1.5;
font-size: 15px;
color: #797b7c;
text-align: left;
	    font-weight: 300;
height: 100%;
	word-break: keep-all!important;
    -webkit-hyphens: none!important;
    -ms-hyphens: none!important;
    hyphens: none!important;
}

.fl { float: left; }
.fr { float: right; }
.clear { clear:both; visibility:hidden; height:0;}
div,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;}

h1,h2,h3,h4,h5,h6 {
font-family: 'Poppins', sans-serif;
color: #464646;
	font-weight: 700;
}

/*hidden*/
.site-main .widget-area {
    display:none;
}

*:focus {
outline: 0 !important;
outline: none !important;
}

.entry-content {
	word-break: keep-all!important;
    -webkit-hyphens: none!important;
    -ms-hyphens: none!important;
    hyphens: none!important;	
}


b, strong {
font-family: 'Poppins', sans-serif;
}

a, a:active,
a:hover, a:visited {
	color: #563A18;
} 

/* ---------- Alignment ---------- */

.align-center {
text-align: center;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

/* ---------- Container ---------- */

.one_half {
float: left;
margin-right: 4%;
width: 48%;
}

.one_third {
float: left;
margin-right: 4%;
width: 30.66%;
}

.one_fourth {
float: left;
margin-right: 4%;
width: 22%;
}

.home .one_fourth {
float: left;
margin-right: 2%;
width: 23%;
}

.one_fifth {
float: left;
width: 19.84%;
margin-right: 0.2%;
}

.one_sixth {
float: left;
width: 16.5%;
margin-right: 0.2%;
}

.two_third {
float: left;
margin-right: 4%;
width: 65.32%;
}

.three_fourth {
float: left;
width: 74%;
margin-right: 4%;
}

.home .three_fourth {
float: left;
width: 75%;
margin-right: 0;
}

.last {
margin-right: 0;
}

::-webkit-input-placeholder {
font-style: normal;
color: #666666;
}

:-moz-placeholder { 
font-style: normal;
color: #666666;
}

::-moz-placeholder { 
font-style: normal;
color: #666666;
}

:-ms-input-placeholder {  
font-style: normal;
color: #666666;
}

/* ---------- Codes ---------- */

.headerWrapper {
	width: 100%;
	background: #346667;
}

.headerCon {width: 1520px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    color: #fff;}

.headerfl {
    float: left;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -3px;
    padding-top: 14px;
    width: auto;
    margin-right: 50px;
}

.headerfr {
    float: right;
    width: calc(100% - 301px);
}

.headerfl a {
color: #800402;
}

.site {
    max-width: 100%;
    width: 100%;
    border: none;
}

#pst-container {
text-align: right;
    font-size: 12px;
    padding: 0;
	margin-bottom: 30px;
}

.top-menu {
	text-align: right;
    margin-bottom: 30px;
        float: right;
}

.menu-main-menu-container, .menu-top-menu-container {
    float: left;
}

.top-menu .fas {
	margin-right: 5px;
}

ul#menu-top-menu {
    margin: 0;
    padding: 0;
}

.menu-top-menu-container li {
display: inline-block;
    position: relative;
}

.menu-top-menu-container li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
    text-decoration: none;
    border-right: 1px solid #fff;
}



.menu-top-menu-container li:last-child a {
	border: none;
}

.menu-top-menu-container li:hover > a,
.menu-top-menu-container li a:hover,
.menu-top-menu-container li:focus > a,
.menu-top-menu-container li a:focus {
	background-color: transparent;
	color: #fff;
}

.menu-top-menu-container .sub-menu, .menu-top-menu-container .children {
    background-color: transparent;
    border: none;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
	    text-align: left;
}

.menu-top-menu-container .sub-menu ul,
.menu-top-menu-container .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.menu-top-menu-container ul.sub-menu li:first-child {
	    margin-top: 12px;
}

ul#menu-top-menu ul a,
#menu-top-menu ul ul a {
	color: #5b6677;
	margin: 0;
	width: 200px;
	padding: 15px;
	background: #fff;
	border-left: none;
	border-bottom: 1px solid #e2e8f0;
}

ul#menu-top-menu ul a:hover,
#menu-top-menu ul ul a:hover,
ul#menu-top-menu ul a:focus,
#menu-top-menu ul ul a:focus {
	background-color: #edf2f7;
}

ul#menu-top-menu li:hover > ul,
#menu-top-menu ul li:hover > ul,
ul#menu-top-menu .focus > ul,
#menu-top-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

#menu-top-menu .current_page_item > a,
#menu-top-menu .current-menu-ancestor > a,
#menu-top-menu .current_page_ancestor > a,
#menu-top-menu .current-menu-item > a {
	color: #fff;
	font-style: normal;
}

#menu-top-menu .sub-menu .current_page_item > a,
#menu-top-menu .sub-menu .current-menu-ancestor > a,
#menu-top-menu .sub-menu .current_page_ancestor > a,
#menu-top-menu .sub-menu .current-menu-item > a {
	color: #5b6677 !important;
	font-style: normal;
} 

.menuWrapper {
	width: 100%;
	background: #fff;
}

.menuCon {
	width: 1520px;
	margin: 0 auto;
}

ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li a {
font-size: 14px;
    padding: 0px 20px;
    text-transform: none;
    color: #fff;
    display: block;
    border-right: 1px solid #fff;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: transparent;
    color: #ffb4b4;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #ffb4b4;
    font-style: normal;
    background: transparent;
}

ul.nav-menu ul a, .nav-menu ul ul a {
    color: #5b6677;
}

.nav-menu .sub-menu, .nav-menu .children {
background-color: transparent;
    border: none;
left: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: transparent;
    color: #ffb4b4;
}

.top-sm a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin: 0 3px;
}

.top-sm {
    float: left;
    width: auto;
    font-size: 14px;
}

.content-area {
	width: 100%;
}

.home .site-content {
width: 1520px;
    margin: 0 auto;	
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.site-content {
width: 1520px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}



.home header {
	display: none;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
       max-width: 100%;

}

.entry-header {
    margin-bottom: 50px;
}

h1.entry-title {
    font-weight: 800;
    color: #7c0000;
    border-bottom: 5px solid;
}

.regBox {
	    background: #fff;
	    padding: 60px 40px;
	    border-radius: 20px;
	    /* box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%); */
	    /* display: inline-block; */
}

a.sitebtn {
	    background: #7c0000;
    color: #fff;
    padding: 10px 30px;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
	display: inline-block;
	font-weight: bold;
}

.reg-title {
	    color: #7c0000;
	    letter-spacing: -2px;
	    font-weight: 700;
	    font-size: 25px;
	    margin: 10px 0;
}

.image-slider {
    height: 395px;
    width: 100%;
    object-fit: cover;
    -moz-transition: -moz-transform .5s ease-in;
    -webkit-transition: -webkit-transform .5s ease-in;
    -o-transition: -o-transform .5s ease-in;
    background-size: cover !important;
    display: table;
    position: relative;
    overflow: hidden;
    background-position: center center!important;
    margin: 0 auto;
  /*  border-radius: 20px;
    border: 5px solid #fff; */
}

.banner-overlay {
  background-color: transparent;
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  color: #fff;
  z-index: 9;
  position: relative;
}

.banner-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #ffffffd9;
  color: #333333;
  padding: 10px;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

.mp-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  z-index: 9;
  position: relative;
}

.mp-content {
width: 250px;
    margin: 0 10%;
    text-align: center;
    border-radius: 8px;
    background: #DE0101;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 6px solid #800102;
        transition: .3s!important;
}

.banner-title {
  font-size: 40px;
  font-family: GothamBook;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.owl-nav {
  opacity: 0.3;
}

.owl-nav span {
  display: none;	
}

.owl-nav:hover {
  opacity: 0.5;
}

.owl-prev {
	position: absolute ;
	left: 0 ;
	top: 50% ;
	background: url(https://coopbiz.ph/wp-content/uploads/2021/12/arrowleft.png) !important;
	background-repeat: no-repeat !important;
	border-radius: 0 !important;
	width: 42px !important;
	height: 48px !important;
	z-index: 9;
}

.owl-next {
	position: absolute ;
	right: 0;
	top: 50% ;
	background: url(https://coopbiz.ph/wp-content/uploads/2021/12/arrowright.png) !important;
	background-repeat: no-repeat !important;
	border-radius: 0 !important;
	width: 42px !important;
	height: 48px !important;
	z-index: 9;
}


ul.marketplace {
margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}

ul.marketplace li {
width: 100%;
    float: none;
    margin-bottom: 1%;
}

ul.marketplace li:nth-child(2) {
width: 100%;
    float: none;
    margin-bottom: 1%;
}

.marketplaceBox  {
height: 295px;
    width: 100%;
    object-fit: cover;
    -moz-transition: -moz-transform .5s ease-in;
    -webkit-transition: -webkit-transform .5s ease-in;
    -o-transition: -o-transform .5s ease-in;
    background-size: cover !important;
    display: table;
    position: relative;
    overflow: hidden;
    background-position: center center!important;
    margin: 0 auto;
}

.footerWrapper {
width: 100%;
	background: #000;
}

.footerCon {
	width: 1520px;
	margin: 0 auto;
    padding: 60px 0 0 0;
	font-size: 14px;
}
.footerCon a {
	color: #fff;
}
.footerCon .title {
color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.footerCon ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footerCon .footerfl3 ul, .footerCon .footerfl4 ul {
    width: 99px;
}

ul.social-media li {
	margin-bottom: 10px;
}

.sm-icon {
    float: left;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #c10101;
    padding: 1px;
	margin-right: 10px;
	font-size: 17px;
}
.footerfl1 {
float: left;
	width: 15%;
	margin-right: 4%;	
}

.footerfl2 {
	float: left;
	width: 13%;
	margin-right: 2%;	
}

.footerfl2 ul li, .footerfl3 ul li {
	margin-bottom: 10px;
}

.footerfl3, .footerfl4 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.footerfl5 {
	float: left;
	width: 13%;
	margin-right: 2%;	
}

.footerfl6 {
	float: left;
	width: 17%;
}

.footerfl1 img {
width: 100%;
    padding: 50px 0;
}

.footerfl6 img {
	width: 46%;
	margin: 0 1%;
}

.copyright {
	text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    margin: 30px 0 0 0;
    padding: 30px 0;
}


ul.payment-methods li {
	display: inline-block;
	margin: 0 3px 3px 3px;
}

ul.logistics {
	text-align: center !important;
}

ul.logistics li {
	display: inline-block;
	margin: 0 3px 3px 3px;	
}

.large-title {
	font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
	color: #555;
}

.small-title {
	font-size: 20px;
    font-weight: 700;
    color: #555;
    margin: 10px 0;
}

.page-id-117 hr {
	    
	margin-bottom: 50px;
	margin-top: 50px;
}

hr {
	background: #eee;
	margin: 20px 0;
}

.home .hentry {
	padding: 20px 0;
}

.hentry {
    padding: 0;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0;
}

.page-id-154 .site-content .title {
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-id-154 .site-content .fas, .page-id-154 .site-content .fab {
	color: #555;
    margin-right: 5px;
    font-size: 20px;
	width: 20px;
}

ul.discover-posts {
	    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.discover-posts li {
    float: left;
    width: 29.3%;
    margin: 0 2% 30px 2%;	
}

ul.discover-posts li img {
height: 250px;
    width: 100%;
    object-fit: cover;
    -moz-transition: -moz-transform .5s ease-in;
    -webkit-transition: -webkit-transform .5s ease-in;
    -o-transition: -o-transform .5s ease-in;
    background-size: cover !important;
    background-position: center center!important;
    border-radius: 10px;
}

.post-date {
font-size: 12px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 10px;	
}

ul.discover-posts .title {
	font-weight: 700;
    margin-bottom: 5px;
}

ul.discover-posts .title a {
    color: #555;	
}

.short-desc {
	margin-bottom: 10px;
}


ul.discover-posts li a.sitebtn {
	    font-size: 13px;
    padding: 8px 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}

ul.payment-methods li img {
border-radius: 5px;	
}

table {
	font-size: 15px !important;
}

/* ---------- Woocommerce Archive and Single Product ---------- */


.wpgs-for.slick-initialized.slick-slider img {
    height: 400px !important;
    width: 100% !important;
    object-fit: contain !important;
    background-size: cover !important;
    background-position: center center !important;
    background: #f3f3f3 !important;
}

.wpgs-nav.slick-initialized.slick-slider img {
    display: block !important;
    width: 100% !important;
    height: 173px !important;
    box-shadow: none !important;
    object-fit: cover !important;
    background-size: 100% !important ;
    background-position: center center !important;
}

.wpgs-nav .slick-current {
	    border-color: #e2e2e2 !important;
}

.archive.woocommerce .by-vendor-name, .home .by-vendor-name{
	display: none !important;
}

.woocommerce ul.products li.product a img {
    height: 250px !important;
    object-fit: cover !important;
    margin: 0 !important;
    background-size: 100% !important;
    position: relative !important;
    object-position: top !important;
}

.woocommerce ul.products li.product .button, .home ul.products li.product .button {
	    display: none !important;
    text-align: center;
    background: #ff5210;
    color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 19.2%;
	overflow: hidden;
    position: relative;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1% 1% 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
margin-right: 0 !important;	
}

.woocommerce div.product form.cart .variations select {
    border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #cac9c9 !important;
    background: #fefefe !important;
    color: #686868 !important;
font-family: 'Poppins', sans-serif;
} 

.archive.woocommerce .star-rating, .archive.woocommerce .sold-items, .archive.woocommerce .no-review,
.home .star-rating, .home .sold-items, .home .no-review {
	float: left !important;
	    margin-left: 0 !important;
	        color: #939393;
    font-weight: 600;
}

.archive.woocommerce .star-rating, .home .star-rating {
    margin: 4px 10px 0 0 !important;
}

.archive.woocommerce .yith-wcwl-add-to-wishlist, .home .yith-wcwl-add-to-wishlist  {
    margin-top: 0;
    float: left !important;
    padding-left: 15px;
    font-size: 17px;
}



.archive.woocommerce .prod-summary, .home .prod-summary  {
    float: right;
    padding: 0 15px;
    margin-bottom: 5px;
    font-size: 11px;
	   
}

.archive.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .archive.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span, .archive.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .home .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span, .home .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
display: none;
}

.yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
    color: #cb2027;
}

/*.post-type-archive-product .yith-wcwl-add-button, .post-type-archive-product .yith-wcwl-wishlistexistsbrowse {
    float: left !important;
    padding-left: 15px;
	    font-size: 13px;
}*/

 .woocommerce ul.products li.product h2 {
display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 15px !important;
    margin: 0 !important;
    color: #000;
    font-size: 13px !important;
    height: 27px;
}

.priceCon {
    padding: 0 15px;
    position: relative;
    margin-bottom: 5px;
    min-height: 39px;
}

.price-fr {
    float: right;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.yith-wcwl-add-button>a i {
    margin-right: 5px !important;
}

.woocommerce ul.products li.product.sale .price del {
    display: block;
    font-size: 11px;
    position: absolute;
    top: 0;
}

.woocommerce ul.products li.product.sale .price ins {
    display: block;
    position: absolute;
    bottom: 0;
}

.woocommerce ul.products li.product.sale .woocommerce-Price-amount.amount {
        position: relative !important;
}

.woocommerce ul.products li.product .woocommerce-Price-amount.amount {
      display: block;
    position: absolute;
    bottom: 0;  
    left: 15px;
}


.woocommerce ul.products li.product.sale .price del bdi {
color: #7B7B7B !important; 
}

.icon-fr .fas,  .icon-fr a{
 	color: #fff;   
}

.woocommerce ul.products li.product .price {
    color: #7C0001;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0;
    float: left;
	}

.woocommerce ul.products li.product {
/*box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
    border-radius: .125rem;
    border: 1px solid transparent;*/
background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #dbdbdb !important;
}

.home .woocommerce ul.products li.product, .page-id-5174 .woocommerce ul.products li.product {
	background: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #e0b444 !important;
}


.single-product h1.entry-title {
    border-bottom: 5px solid !important;
font-size: 25px !important;
    margin-bottom: 10px !important;
}

.single-product .woocommerce-product-rating {
/*border-left: 1px solid !important;*/
    display: block !important;
    /*margin-left: 10px !important;
    padding-left: 10px !important; */
    margin-bottom: 0 !important;
}

.single-product div.product p.price {
margin-top: 24px !important;
    background: #f7f7f7 !important;
    PADDING: 15px 20PX !important;
    color: #7c0000 !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1;
}

.single-product table.variations td, .single-product table.variations th {
    padding: 0 0 15px 0 !important;
}



.single-product .share-title, .single-product .sharethis-inline-share-buttons, .single-product .yith-wcwl-add-button,  .single-product .yith-wcwl-wishlistexistsbrowse {
float: left;
}

.single-product .share-title {
margin-right: 10px;
    padding: 3px 0;
}

.single-product .sharethis-inline-share-buttons {
	
}

.single-product  .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    margin: 3px 0;
}

.single-product .shareBox {
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 20px;
	    height: 33px;
}

.single-product .sold-items {
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 20px;
	    height: 33px;
}

.related.products {
  display: none;
}

.woocommerce ul.products li.product .onsale {
margin: 0;
}

.woocommerce span.onsale {
font-size: 10px;
    border-radius: 0;
    background-color: #DA0101;
    line-height: 1;
    min-height: 5px;
    min-width: 5px;
    padding: 20px 7px;
    top: 0 !important;
    right: 10px !important;
    font-weight: normal;
}

.single-product.woocommerce span.onsale {
    margin: 0;
    top: 0 !important;
    width: 38px !important;
        left: 0 !important;
}

.page-id-10 .inline.vendor-register-label {
	display: none !important;
}


.archive.woocommerce .woocommerce-ordering select {
border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #cac9c9 !important;
    background: #fefefe !important;
    color: #686868 !important;
}

.page-title {
    max-width: 100%;
    padding: 0;
    width: 100%;
    font-weight: 800;
    color: #7c0000;
    border-bottom: 5px solid;
font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 48px;
    margin-bottom: 50px;
}

.woocommerce-Tabs-panel h2 {
font-size: 20px !important;
    margin-bottom: 20px !important;
}

.single-product .prod-label {
    font-weight: 700;
    display: inline-block;
		    padding-right: 1em;
    width: 100px;
        text-transform: capitalize;
}

.single-product.woocommerce div.product p.stock {
    color: #797b7c;
    font-size: 15px;
}

.single-product.woocommerce div.product form.cart .variations td.label {
	    padding-right: 1em;
    width: 150px;
}

div.qty {
    float: left;
    font-weight: 700;
    display: inline-block;
    width: 100px;
    padding-right: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.single-product .sku_wrapper {
	display: none;
}

.woocommerce div.product form.cart .button {
    margin-left: 0 !important;
}
/* ---------- Product Review ---------- */

h2.woocommerce-Reviews-title {
font-family: 'Poppins', sans-serif !important;
    color: #464646 !important;
    font-weight: 700 !important;
font-size: 18px !important;
    margin-bottom: 50px !important;
}

#review_form_wrapper {
    border-top: 1px solid #eee !important;
    padding-top: 20px !important;
}

.comment-reply-title {
font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-size: 18px !important;
    font-weight: 700 !important;
	    margin-bottom: 20px !important;
}

.comment-form-rating {
    margin-bottom: 20px !important;
}

.woocommerce #review_form #respond p.stars {
display: unset !important;
    margin-left: 10px !important;
}

.woocommerce #review_form #respond textarea {
border: 1px solid #e4e1e3 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    height: 150px !important;
}

.woocommerce .star-rating span {
color: #feb32b;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: middle !important;
} 

/* ---------- Cart Page ---------- */

.cartBox {
    display: block;
}

.woocommerce-cart .woocommerce-cart-form {
flex: none;
    margin-right: 2%;
    float: left;
    width: 68%;
}

.woocommerce-cart .cart-collaterals {
    flex: none;
    margin-left: 0;
    background: #f9f9f9 !important;
    border: 1px dashed #ddd;
    float: left;
    width: 30%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  padding: 0 20px 70px;
}

.coupon.under-proceed {
	margin-bottom: 2em;
}
.coupon.under-proceed button {
	margin-top: 0.5em;
	background: #2a2a2a;
}

div.coupon:not(.under-proceed) { 
display: none !important; 
}

.cart_totals h2 {
padding: 20px 12px 9px 12px;
    font-weight: 900;
    font-size: 15px !important;
    text-transform: uppercase;
}

.woocommerce-cart table.shop_table {
border: none !important;
	border-radius: 0 !important;
}

.woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table td {
    padding: 15px !important;
}

.woocommerce-cart table.shop_table th {
background: #f9f9f9 !important;
}

.cart_totals {
	color: 14px !important;
}

.cart_totals .checkout-button {
margin-bottom: 0 !important;
}

.cart_totals .wc-proceed-to-checkout {
	    padding: 1em 0 0 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 0 20px 20px 20px !important;
}

.woocommerce-cart table.shop_table td.actions {
    border-bottom: 1px solid #ddd !important;
    background: #f9f9f9 !important;
}

.cart_totals input {
border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #cac9c9 !important;
    background: #fefefe !important;
    color: #686868 !important;
	    font-size: 14px !important;
}

.coupon.under-proceed button {
    margin-top: 15px !important;
}

.coupon.under-proceed {
    margin-bottom: 15px !important;
}
.woocommerce-cart .site-content .button {
    font-size: 14px !important;
color: #fff !important;
    padding: 20px !important;
    border-radius: 0 !important;
	background-color: #7c0000 !important;
}

.woocommerce-cart .checkout-button {
}

.cart_totals .coupon.under-proceed input {
float: none;
width: 100% !important;
	    height: 54px;
    padding: 18px 10px !important;
    margin-bottom: 10px !important;
}

.cart_totals .coupon.under-proceed .button {
    width: 100% !important;
    margin-top: 0 !important;
}
/* ---------- CheckOut Page ---------- */

.woocommerce-checkout input.input-text, .woocommerce-checkout textarea, .woocommerce-account input.input-text, .woocommerce-account textarea {
    border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #cac9c9 !important;
    background: #fefefe !important;
    color: #686868 !important;
    font-size: 14px !important;
}

.woocommerce-checkout-review-order {
		/*background: #f9f9f9 !important;
	border: 1px dashed #ddd;*/
}

.woocommerce-checkout table.shop_table {
border-radius: 0 !important;
    padding: 20px;
    background: #f9f9f9 !important;
    border: none !important;

}

.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td  {
	padding: 15px;
}

.woocommerce-checkout h3 {
    font-size: 18px;
    background: #7c0000 !important;
    padding: 10px !important;
    color: #fff !important;
    text-align: center;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    background: #eee;
    padding: 20px;
}

.woocommerce-checkout .site-content .button, .woocommerce-account .site-content .button {
    font-size: 14px !important;
color: #fff !important;
    padding: 20px !important;
    border-radius: 0 !important;
	background-color: #7c0000 !important;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	border-radius: 0 !important
}

.woocommerce-checkout label, .woocommerce-account label {
    font-weight: bold !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f9f9f9 !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
border: 1em solid #ebebeb;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ebebeb !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.select2-container .select2-selection--single {
    height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
    right: 10px !important;
}

.select2-search--dropdow {
    padding: 10px !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px !important;
}

/* ---------- My Account ---------- */

.woocommerce table.my_account_orders .button, .woocommerce table.my_account_orders input.int-button-small {
padding: 10px 15px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 1px 1px 2px 1px;
    border-radius: 0 !important;
    background-color: #7c0000 !important;
    border: none;
    background: #7c0000 !important;
}

.woocommerce-account table.shop_table {
border-radius: 0 !important;
    padding: 0;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.ms-mark-as-received form {
    margin-bottom: 0;
}

a.woocommerce-button.button.cancel {
	display: none !important;
}


.woocommerce-account table.shop_table th {
    background: #f9f9f9 !important;	
}

.woocommerce-account table.shop_table th, .woocommerce-account table.shop_table td  {
	padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 15px 15px;
    border-bottom: 1px solid #950000;
    display: block;
    background: #7c0000;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
   font-family: fontAwesome;
	content: "\f3fd";
	margin-right: 15px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
   font-family: fontAwesome;
	content: "\f290";
	margin-right: 15px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
   font-family: fontAwesome;
	content: "\f019";
	margin-right: 15px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
   font-family: fontAwesome;
	content: "\e065";
	margin-right: 15px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
   font-family: fontAwesome;
	content: "\f406";
	margin-right: 15px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
   font-family: fontAwesome;
	content: "\f2f5";
	margin-right: 15px;
}

.woocommerce-MyAccount-content h2 {
font-size: 20px !important;
text-transform: capitalize !important;
margin-bottom: 10px !important;
color: #7c0000 !important;
}

.woocommerce-MyAccount-content address {
	    border-radius: 0 !important;
    padding: 15px !important;
    background: #f9f9f9 !important;
    border: none !important;
}

/* ---------- Woocommerce Message ---------- */

.woocommerce-message {
    border-top-color: #7c0000;
}

.woocommerce-message::before {
    color: #7c0000;
}

/* ---------- Wishlist ---------- */

.woocommerce-wishlist table.shop_table {
border-radius: 0 !important;
    padding: 0;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.woocommerce-wishlist table.shop_table th {
    background: #f9f9f9 !important;	
}

.woocommerce-wishlist table.shop_table th, .woocommerce-wishlist table.shop_table td  {
	padding: 15px;
}

.wishlist_table .product-add-to-cart a.button, .woocommerce-wishlist .add_to_cart_button {
    padding: 10px 15px !important;
    font-size: 12px !important;
    font-weight: normal !important;
	border-radius: 0 !important;
    background-color: #7c0000 !important;
	color: #fff !important;
	line-height: 1;
    height: 34px !important;
    width: 106px;
}

.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
	text-align: left !important;
}


/* ---------- Woocommerce Registration ---------- */

.page-id-191 .inline.vendor-register-label {
    display: none !important;
}

.woocommerce form.register label {
	font-weight: bold;
}

.woocommerce form.register input.input-text, .woocommerce form.register textarea {
border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #cac9c9 !important;
    background: #fefefe !important;
    color: #686868 !important;
    font-size: 14px !important;
}

.woocommerce form.register .button, .woocommerce form.register #yith-become-a-vendor-submit {
    font-size: 14px !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 0 !important;
    background-color: #7c0000 !important;
	background: #7c0000 !important;
	border: none !important;
	float: right;
}

/*.woocommerce form.register .form-row {
	text-align: right !important;
}*/

.woocommerce form.register label {
	font-weight: bold;
}

.woocommerce form.register, 
.woocommerce form.login, .woocommerce form.lost_reset_password, .grayBox {
background: #f9f9f9 !important;
    border: 1px dashed #ddd;
    border-radius: 0;
	    padding: 20px;
    margin: 15px 0 2em 0;
}

form.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
float: none !important;
width: 100% !important;
}

form.login .woocommerce-button, form.lost_reset_password .woocommerce-button.button {
float: right !important;
}

a.added_to_cart {
	display: none !important;
}

.store-header-wrapper img.store-image {
    height: 350px;
    width: 100%;
    object-fit: cover;
    background-size: cover !important;
    background-position: center center!important;
}


.categoryWrapper {
        width: 100%;
        object-fit: cover;
    background-size: 100% !important;
    background-position: center center;
}

.categoryBox {
      width: 1520px;
    margin: 0 auto;
    padding: 0 0;  
}

.categoryBox .title {
    background: #669999;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.categoryBox .title .fas {
	margin-right: 10px;
}

.categoryBox ul {
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.categoryBox ul li {
     display: inline-block;   
     padding: 20px 0;
}

.categoryBox ul li.shop-market {
    padding: 0 !important;
}

.categoryBox ul li.shop-market a {
    background: transparent;
    padding: 0;
    border: none;
    width: auto;
    margin: 0;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
        border: none !important;
    box-shadow: unset !important;
} 

.categoryBox ul li.shop-market img {
    height: 80px;
    margin-top: -25px;
}

.categoryBox ul li img {
        height: 20px;
}

.categoryBox ul li a {
    padding: 10px 15px;
    display: inline-block;
    background: #7c0000;
    color: #fff;
    border-radius: 7px;
        width: 150px;
    margin: 3px 5px;
    box-shadow: 0 0 0 5px #7E0000;
    border: 1px solid #FFF;
}

.categoryBox ul .fas {
	    float: right;
}

.searchandfilter ul {
    padding: 0 !important;
}

.searchandfilter ul li {
	padding: 0 !important;
}


.home-prod-search li.sf-field-taxonomy-yith_shop_vendor {
float: left;
	width: 30%;
	margin-right: 1%;
}


.home-prod-search li.sf-field-search {
float: left;
	width: 64%;
}

.home-prod-search li.sf-field-submit {
    float: left;
    width: 5%;
    margin-top: 0;
    clear: initial;
    padding: 0;
}

.home-prod-search input[type=submit] {
    border: none !important;
    display: block;
    height: 44px !important;
    width: 100%;
    padding: 0 !important;
    background-image: url(/wp-content/uploads/2021/12/search-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #434342 !important;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-size: 20px;
}

.searchandfilter label {
    display: block;
}

.home-prod-search li.sf-field-taxonomy-yith_shop_vendor select.sf-input-select {
min-width: 100%;
    padding: 10px;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    height: 44px;
    font-family: 'Poppins', sans-serif;
    color: #797b7c;
    font-size: 14px;
}

.home-prod-search li.sf-field-search input {
Width: 100%;
    padding: 10px;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    height: 44px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-id-275 .woocommerce ul.products li h2 {
    display: block !important;
    text-align: center;
    background:#7e0000;
    color: #fff !important;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 14px !important;
    margin-bottom: 0 !important;
    height: auto !important;
}

.woocommerce ul.products li mark {
    background: transparent !important;
    color: #fff !important;
}

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field select {
font-size: 14px;
    line-height: 1.4;
    min-width: 100%;
    padding: 15px;
    border: 1px solid #797b7c;
    border-radius: 10px;
    height: 51px;
font-family: 'Poppins', sans-serif;
    color: #797b7c;
}


.acf-field textarea {
font-size: 14px;
    line-height: 1.4;
    min-width: 100%;
    padding: 15px;
    border: 1px solid #797b7c;
    border-radius: 10px;
    height: auto;
font-family: 'Poppins', sans-serif;
    color: #797b7c;
}

.acf-field[data-width]+.acf-field[data-width] {
    border-left: none !important;
}

.acf-fields>.acf-field {
    border-top: none !important;
}

.acf-form-submit button, .acf-form-submit input[type="submit"], .acf-form-submit input[type="button"], .acf-form-submit input[type="reset"] {
    padding: 15px 24px;
    background: #434342;
    border: none;
    border-radius: 10px;
}

.page-id-419 .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
padding: 8px 15px;
}

.page-id-419 .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 16px;
}

.woocommerce-MyAccount-content p.order-again {
display: none;
}


.validationBox {
	background: #f9f9f9 !important;
    border: 1px dashed #ddd;
    border-radius: 0;
    padding: 20px;
    margin: 2em 0;
}

.validationBox .acf-field input[type="text"] {
    border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #cac9c9 !important;
    background: #fefefe !important;
    color: #686868 !important;
    font-size: 14px !important;
}

.validationBox .acf-form-submit input[type="submit"] {
    font-size: 14px !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 0 !important;
    background-color: #7c0000 !important;
    background: #7c0000 !important;
    border: none !important;
    float: right;
	    margin-top: 15px;
	}

.validationBox .acf-label {
	font-weight: bold;
}

.validation-title {
	    margin-bottom: 15px;
    font-weight: bold;
    color: #ad0000;
}


body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--anyuniquetext123 a:before{
		    font-family: fontAwesome;
    content: "\f2c2";
    margin-right: 15px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 30px !important;
}

.cli-style-v2 {
line-height: 1.5 !important;
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element, .cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    background: #a40001 !important;
    padding: 10px 20px !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.cli-style-v2 .cli-bar-message {
text-align: justify !important;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin: 0 !important;
    margin-right: 10px !important;
    font-size: 15px !important;
	margin-top: 15px !important;
}

.hidden {
	display: none;
}

.hidden1 {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content a.sitebtn {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 5px 15px 5px;
    font-size: 13px;
    font-weight: bold;
}

/* ---------- Vendor Registration Validation ---------- */

.validationBox input.input-text {
border-radius: 0 !important;
    padding: 10px !important;
    border: 1px solid #cac9c9 !important;
    background: #fefefe !important;
    color: #686868 !important;
    font-size: 14px !important;
    width: 100% !important;
}

.validationBox label {
font-weight: bold;
    line-height: 2;
}

.validationBox input.submit-btn {
    font-size: 14px !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 0 !important;
    background-color: #7c0000 !important;
    background: #7c0000 !important;
    border: none !important;
    float: right;
}

.bacsBox {
background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
}

.bacsBox h2 {
margin-bottom: 15px;
    color: #7c0000;
    font-size: 18px;
}

input[type="file"] {
min-width: 100%;
    padding: 15px;
    border: 1px solid #797b7c;
font-family: 'Poppins', sans-serif;
    color: #797b7c;
}

.woocommerce-error {
        background-color: #fde0e1 !important;
}

button.single_add_to_cart_button {
    background-color: #7c0000 !important;  
  border-radius: 0 !important;
}

.resp-menu {
	display: none;
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	background-color: #ededed;
	overflow: scroll;
	transition: 0.5s;
}

.overlay-content {position: relative;top: 0;width: 100%;text-align: left;margin-top: 0;color: #fff;padding: 0;right: 0;}

.overlay-content .nav-menu li {
    float: none;
	    display: block; 
}

.overlay-content .nav-menu li.gov-menu {
	display: none;
}

.overlay-content .nav-menu li a {padding: 15px 40px;text-decoration: none;font-size: 15px;color: #000;display: block;transition: 0.5s;border-bottom: 1px solid #ddd;text-transform: capitalize;border-right: none;height: auto;background: #ededed !important;}

.overlay-content .nav-menu li ul.sub-menu {
    height: auto;
    position: initial;
    width: 100%;
    z-index: initial;
}

.overlay-content .nav-menu li ul.sub-menu li a {
width: 100%;
    padding: 15px 40px 15px 60px;
    background: #ededed;
    color: #fff !important;
}

.overlay-content .nav-menu li a:hover, .overlay-content .nav-menu li a:focus, .overlay-content .nav-menu li ul.sub-menu li a:hover, .overlay-content .nav-menu li ul.sub-menu li a:focus {
	background: #7c0000 !important;
	background-color: #7c0000 !important;
	color: #fff !important;
}

.overlay-content .nav-menu  .current_page_item > a, .overlay-content .nav-menu  .current_page_ancestor > a, .overlay-content .nav-menu  .current-menu-item > a, .overlay-content .nav-menu .current-menu-ancestor > a {
	background: #7c0000 !important;
	background-color:#7c0000 !important;
	color: #fff !important;
}


.overlay .closebtn {
    position: relative;
    top: 0;
    right: 0;
    font-size: 25px;
    text-align: right;
    width: 90%;
    margin: 0 auto;
    color: #000;
    padding: 20px 0 0 0;
    display: block;
}

.overlay-content ul#primary-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bottom-nav {
	display: none;
}

a.signup-btn {
font-size: 14px !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 0 !important;
    background: #7c0000 !important;
    border: none !important;
    margin: 20px 0 0 0;
    display: inline-block;
    font-weight: 700;
}

.short-desc {
padding: 0 15px;
    font-size: 13px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 5px 0 !important;
    height: 42px !important;
}

.cli-tab-section:nth-child(2), .cli-tab-section:nth-child(3), .cli-tab-section:nth-child(4) {
display: none !important;
}

.page-id-1553 li.store-socials {
display: none !important;
}

.shortcodes.vendors-list li.vendor-item {
float: left !important;
    width: 31.33% !important;
    margin: 1% !important;
    text-align: center !important;
    background: #eee !important;
    border-radius: 5px !important;
    padding: 20px !important;
    min-height: 387px !important;
    font-size: 15px !important;
}

.shortcodes.vendors-list li.vendor-item h3 {
    font-size: 17px !important;
}

.shortcodes.vendors-list li.vendor-item h3 a {
color: #7c0000 !important;
}

.shortcodes.vendors-list .vendor-info-wrapper .store-image {
display: block !important;
    float: none !important;
    text-align: center !important;
    margin: 20px auto !important;
}

.shortcodes.vendors-list .vendor-info-wrapper .vendor-info {
display: block !important;
    float: none !important;
}

.slick-initialized .slick-slide {
	text-align: center !important;
	    background: #f7f7f7 !important;
}

.cart_totals .woocommerce-shipping-totals.shipping {
	display: none;
}

.myaccount_vendor_dashboard a {
display: inline-block;
    background: #7c0000;
    color: #fff;
    padding: 3px 10px;
}

.formMessage {
	background: #d2eaff;
    padding: 10px 20px;
    color: #7c0000;
    margin-bottom: 20px;
    border: 1px solid #7c0000;
}

.bottomspc {
	margin-bottom: 50px;
}

.home .woocommerce.columns-5 {
	    margin-top: 50px;
}


li .woocommerce-multi-currency .wmc-sub-currency {
    position: absolute !important;
    right: 0 !important;
}

.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-currency span {
    text-transform: capitalize !important;
}

.tax-yith_shop_vendor span.store-sales {
display: none !important;
}

li.product .short-desc {
display: none;
}

.featured-Box {
    background: #f8ddad;
    padding: 20px;
}

.best-selling-container {
    background: #7C0001;
    padding: 20px;
    margin-bottom: 20px;
}

.featured-Box  h2.featured-title {
    text-align: center;
color: #7e0000;
    border-bottom: 1px solid #7e0000;
    font-size: 25px;
    padding-bottom: 20px;
}

.best-selling-container h2.featured-title {
       text-align: center;
    color: #fff;
    border-bottom: 1px solid; 
    font-size: 25px;
    padding-bottom: 20px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 !important;
}

ul.marketplace li a {
    text-decoration: none;
}

ul.marketplace li a .mp-content:hover {background: #fff; color: #DE0101; border-bottom: 6px solid #dfdfdf;}

.home-prod-search form {
float: left;
    width: 80%;
    font-size: 14px;
}

.icon-fr {
        float: right;
    width: auto;
}
.icon-fr ul {
    padding: 0;
    margin: 0;
}

.icon-fr ul li {
    display: inline-block;
    margin: 0 3px;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
}

.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency {
color: #4E4E4E !important;
font-weight: 300!important;
    FONT-SIZE: 15px;
}

a.view-all-btn {
    display: block;
    padding: 10px 20px;
    line-height: 1;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: bold;
    background: #7c0001;
    color: #fff;
}

.best-selling-container a.view-all-btn {
    color: #7c0001;
        background: #fff;
}

.st-custom-button {
display: inline-block;
    color: #FFF;
    border: 1px solid;
    border-radius: 50%;
    padding: 8PX;
    font-size: 12px;
    margin-right: 0px;
    text-transform: uppercase;
    cursor: pointer;
    WIDTH: 30PX;
    HEIGHT: 30PX;
    BACKGROUND: #8c8c8c;
    LINE-HEIGHT: 1;
    TEXT-ALIGN: CENTER;
}

.st-custom-button .fab, .st-custom-button .fas {
    padding-right: 0;
}

.st-custom-button:hover {
color: #fff;
background: #363636;
}

.resp-menu-account {
    display: none !important;
}

.owl-best-selling li {
    background: #fff !important;
    border-radius: 5px !important;
    border: 1px solid #dbdbdb !important;
    list-style: none;
}

.owl-best-selling li img {
    height: 250px !important;
    object-fit: cover !important;
    margin: 0 !important;
    background-size: 100% !important;
    position: relative !important;
    object-position: top !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.owl-best-selling li h2 {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 15px !important;
    margin: 0 !important;
    color: #000;
    font-size: 13px !important;
    height: 27px;
}

.owl-best-selling li .price {
    color: #7C0001;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0;
    float: left;
}

.owl-best-selling li .short-desc, .owl-best-selling li .button, .owl-best-selling li .star-rating {
    display: none;
}

.owl-best-selling li.sale .price del bdi {
    color: #7B7B7B !important;
}

.owl-best-selling li.sale .price del {
    display: block;
    font-size: 11px;
    position: absolute;
    top: 0;
}

.owl-best-selling li .price {
    color: #7C0001;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0;
    float: left;
}

.owl-best-selling li.sale .price ins {
    display: block;
    position: absolute;
    bottom: 0;
    background: transparent !important;
}

.owl-best-selling li span.onsale {
    font-size: 10px;
    border-radius: 0;
    background-color: #DA0101;
    line-height: 1;
    min-height: 5px;
    min-width: 5px;
    padding: 20px 7px;
    top: 0 !important;
    right: 10px !important;
    font-weight: normal;
    color: #fff;
position: absolute;
    text-align: center;
    z-index: 9;
}

.owl-best-selling {
        margin-top: 50px;
}

.owl-best-selling li.sale .woocommerce-Price-amount.amount {
    position: relative !important;
}

.owl-best-selling li .woocommerce-Price-amount.amount {
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.non-resp-cat {
    display: block;
}

.resp-cat {
    display: none !important;
}

.page-id-189 td {
    padding: 5px 10px;
    border: 1px solid #ededed;
}

.page-id-189 th {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #ededed;
}
/* ---------- Responsive ---------- */

@media only screen and (max-width: 1700px) {
.footerCon, .home .site-content, .site-content, .menuCon, .headerCon, .categoryBox {
width: 85%;
}


}

@media only screen and (max-width: 1565px) {
/*.woocommerce ul.products li.product .price {
min-height: 45px;
}*/
}

@media only screen and (max-width: 1553px) {
.footerCon, .home .site-content, .site-content, .menuCon, .headerCon, .categoryBox {
width: 90%;
}


}

@media only screen and (max-width: 1467px) {
.home-prod-search form {
       width: 70%; 
}
}

@media only screen and (max-width: 1424px) {
.categoryBox ul li.shop-market img {
    height: 70px;
}
}

@media only screen and (max-width: 1360px) {
.nav-menu li a, .menu-top-menu-container li a {
    padding: 0 10px;
}

.menu-top-menu-container li:last-child a {
    padding-right: 0;
}
}

@media only screen and (max-width: 1331px) {
.categoryBox {
    width: 100% !important;
    padding: 0 10px;
}

.categoryBox ul li a {
    width: 150px;
}
}

@media only screen and (max-width: 1215px) {
  .footerCon, .home .site-content, .site-content, .menuCon, .headerCon, .categoryBox {
width: 95%;
}  
}


@media only screen and (max-width: 1200px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 23%;
    float: left;
    clear: none;
    margin: 0 1% 2% 1% !important;
}
	
	.marketplaceBox {
    height: 250px;
	}
	
	.footerfl1,  .footerfl4 {
    float: left;
    width: 30.66%;
    margin-right: 10%;
}
	

.footerfl1, .footerfl2, .footerfl3 {
margin-bottom: 30px;
}

.footerfl3,  .footerfl6 {
margin-right: 0;
		    float: left;
    width: 30.66%;
}
	
	.footerfl2,  .footerfl5 {
float: left;
    width: 24.66%;
    margin-right: 4%;
}

	.footerfl4 {
	    clear: both;
}
	
	.footerfl1 img {
    width: auto;
	}
	
	.footerfl6 img {
    width: 43%;
    margin: 0 5% 0 0;
}
	
	ul.logistics {
    text-align: left !important;
}
}


@media only screen and (max-width: 1199px) {
.categoryWrapper {
    object-fit: cover;
    background-position: center center !important;
        background-size: cover !important;
}
}

@media only screen and (max-width: 1160px) {
    .home-prod-search form {
    width: calc(100% - 227px);
}

.icon-fr {
    float: right;
    width: auto;
    margin-left: 20px;
}

.headerfl {
       float: none; 
           margin-right: 0;
    text-align: center;
        padding-top: 0;
}

.headerfr {
        float: none;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
}
}

@media only screen and (max-width: 1150px) {
.home .hentry .one_fourth {
    width: 30%;
}


.home .hentry .three_fourth {
    width: 68%;
}
	
		.home-prod-search li.sf-field-taxonomy-yith_shop_vendor {
    width: 35%;
}

.home-prod-search li.sf-field-search {
    width: 54%;
}

.home-prod-search li.sf-field-submit {
    width: 10%;
}
}

@media only screen and (max-width: 1123px) {
  .non-resp-cat {
    display: none !important;
}

.resp-cat {
    display: block !important;
}  

.categoryBox ul li.shop-market img {
    height: 80px;
    margin-top: 0;
}

.categoryBox ul li.shop-market {
    padding: 10px 10px !important;
}
}

@media only screen and (max-width: 1023px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 31.33%;
}
	
	.woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.woocommerce-cart .cart-collaterals {
    width: 100%;
}

.page-id-189 table {
    width: 1000px;
} 
	


}

@media only screen and (max-width: 999px) {
.woocommerce-account .woocommerce-MyAccount-navig {
    width: 100%;
    margin-bottom: 20px;
}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
	
	.chat-widget, .chat-chat-btn, .chat-header {
bottom: 0 !important;
    right: 0 !important;
}
	
	.home .hentry .one_fourth {
    width: 100%;
		margin: 0 0 30px 0;
}


.home .hentry .three_fourth {
    width: 100%;
}
	
	.categoryBox ul {
		height: auto;
	}
	
	.woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper {
margin-bottom: 30px;
}
	
	.top-menu {
    text-align: center;
    margin-bottom: 20px;
}

.headerfl {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
float: none;
}

.searchandfilter ul {
padding: 0;
}

.headerfr {
    width: 100%;
    border: none;
    padding: 0;
    margin: 20px 0 0 0;
}

#pst-container {
    display: none;
}
	
.resp-menu-logo {
    float: left;
    width: 100px;
}

.resp-menu-logo img {
width: 100%;
}

.resp-burger-menu {
float: right;
    color: #fff;
	padding: 4px 0;
}

.resp-menu {
    display: block;
    background: transparent;
padding: 0;
    border-bottom: none;
}

.top-sm {
    display: none;
}

	
	.menuWrapper {
		display: none;
	}
	
	ul.nav-menu, div.nav-menu > ul {
    display: block;
}
	
	.headerfl {
		display: none;
	}
	
	.top-menu {
		display: none;
	}
	
	.headerCon {
		padding: 20px 0;
	}
	.woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency {
color: #000;
}

.bottom-nav {
position: sticky;
    bottom: 0;
    z-index: 9;
    background: #f5f5f5;
	display: block;
}

ul#menu-top-menu {
text-align: center;
}

.menu-top-menu-container li a {
    color: #000;
    border-right: 1px solid #000;
	    padding: 5px 10px;
}
	
	.menu-top-menu-container li:hover > a, .menu-top-menu-container li a:hover, .menu-top-menu-container li:focus > a, .menu-top-menu-container li a:focus {
    background-color: transparent;
    color: #000;
}
	
	.one_half, .one_third, .two_third {
width: 100%;
margin: 0 0 30px 0;
}
	
	.shortcodes.vendors-list li.vendor-item {
		width: 100% !important;
		    min-height: auto !important;
	}

.last {
margin: 0;
}

    .home-prod-search form {
    width: 100%;
    margin-bottom: 20px;
}
.icon-fr {
    float: right;
    width: auto;
    margin-left: 0;
}


.resp-menu-account {
    display: block !important;
    float: left;
        padding: 5px 0;
}


.resp-menu-account ul {
    padding: 0;
    margin: 0;
}

.resp-menu-account ul li {
    display: inline-block;
    margin: 0 3px;
}

.resp-menu-account ul li a {
    color: #fff;
    border-right: 1px solid;
    padding-right: 10px;
}

.resp-menu-account ul li:last-child a {
    border: none;
        padding-right: 0;
}

.menu-main-menu-container, .menu-top-menu-container {
    float: none;
}

.page-id-189 table {
    font-size: 12px !important;
} 
	
}




@media only screen and (max-width: 800px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 46%;
    margin: 0 2% 2% 2% !important;
}

.footerfl1, .footerfl2, .footerfl3, .footerfl4, .footerfl5, .footerfl6 {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}
	
	.footerfl6 {
		margin-bottom: 0;
	}

.footerfl1 img {
    padding: 0;
}

.sm-icon {
float: none;
display: inline-block;
}
	
	.footerfl6 img {
		width: auto;
	}
	
	ul.marketplace li, ul.discover-posts li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

ul.marketplace li:nth-child(2) {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
}
	
		ul.logistics {
    text-align: center !important;
}

.footerCon .footerfl3 ul, .footerCon .footerfl4 ul {
    margin: 0 auto;
}

.footerfl6 img {
    margin: 0;
}

.categoryBox ul li {
    display: inline-block;
    padding: 0px 0;
}

.categoryWrapper1 .categoryBox {
        padding-top: 20px;
}
}

@media only screen and (max-width: 700px) {
.home-prod-search li.sf-field-taxonomy-yith_shop_vendor {
    width: 100%;
    margin-bottom: 10px;
}

.home-prod-search li.sf-field-search {
    width: 90%;
}

.home .hentry .one_fourth {
    margin: 0 0 15px 0;
}

.image-slider {
    height: 300px;
}

.banner-content {
    font-size: 20px;
	    margin-bottom: 0;
}

.woocommerce ul.products li.product .price {
    min-height: 23px;
}

.woocommerce ul.products li.product a img, .owl-best-selling li img {
    height: 200px !important;
}

.wpgs-nav.slick-initialized.slick-slider img {
height: auto !important;
object-fit: contain !important;
}

.wpgs-for.slick-initialized.slick-slider img {
    height: 300px !important;
}
	
	.bottomspc, ul.marketplace li, ul.marketplace li:nth-child(2) {
		margin-bottom: 15px;
	}
	
	
	ul.marketplace {
		margin-top: 15px;
	}
	
	.home .woocommerce.columns-5 {
		margin: 0;
	}
	
	.woocommerce ul.products li.product .button, .home ul.products li.product .button {
		font-size: 15px;
	}
	

.mp-content {
    font-size: 15px;
}
	
	.page-title {
    font-size: 30px;
    margin-bottom: 25px;
}

h2.featured-title {
    font-size: 20px !important;
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 550px) {
div.qty {
    width: auto;
}

button.single_add_to_cart_button {
    margin-left: 0 !important;
}
	
	.woocommerce ul.products li.product {
		border-radius: 5px !important;
	}
	
		.woocommerce ul.products li.product a img, .owl-best-selling li img {
    height: 150px !important;
    margin-top: 10px;
    transform: unset;
    margin-top: 10px;
}

.woocommerce ul.products li.product .price {
    min-height: 45px;
}

.short-desc {
display: none;
}
	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}

.archive.woocommerce .woocommerce-ordering select {
width: 100%;
}

.woocommerce ul.products li.product h2 {
/*    padding: 10px 10px !important; */
    height: 26px !important;
}

.woocommerce ul.products li.product .button, .home ul.products li.product .button {
border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
padding: 15px 5px;
    margin-top: 0;
    font-size: 13px;
}
	
	.site-content {
		padding: 20px;
	}
	
	.categoryBox ul li.shop-market img {
    height: 70px;
	}
}


@media only screen and (max-width: 500px) {
/*.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
    margin: 0 0 30px 0 !important;
}*/
	



}


@media only screen and (max-width: 420px) {
    
    .resp-menu-account, .icon-fr, .woocommerce-multi-currency.wmc-shortcode.layout10 .wmc-current-currency {
font-size: 14px !important;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    padding: 3px 10px !important;
}
/*		.chat-widget, .chat-chat-btn, .chat-header {
bottom: 72px !important;
    right: 0 !important;
}
*/

.home-prod-search li.sf-field-taxonomy-yith_shop_vendor select.sf-input-select {
    padding: 5px;
    line-height: 1;
    height: 33px;
}

.home-prod-search li.sf-field-search input {
    line-height: 1;
height: 33px;
padding: 8px;
}

.home-prod-search input[type=submit] {
    height: 33px !important;
    background-size: 16px;
}

.categoryBox {
    font-size: 14px;
}

.owl-banner img {
    object-fit: cover;
    height: 180px;
}

.priceCon {
    padding: 0 5px;
}

.price-fr {
    right: 5px;
font-size: 13px;
}

.woocommerce ul.products li.product .price, .owl-best-selling li .price, .archive.woocommerce .yith-wcwl-add-to-wishlist, .home .yith-wcwl-add-to-wishlist {
    font-size: 13px;
}

.woocommerce ul.products li.product h2, .owl-best-selling li h2 {
    padding: 10px 5px!important;
}

.archive.woocommerce .prod-summary, .home .prod-summary {
padding: 0 5px;
}

.featured-Box, .best-selling-container {
    padding: 10px;
}

.owl-best-selling {
    margin-top: 20px;
}

.best-selling-container h2.featured-title {
padding-bottom: 10px;
}

h2.featured-title, .featured-Box h2.featured-title  {
    margin-bottom: 20px;
padding-bottom: 10px;
}

a.view-all-btn {
font-size: 13px;
}

.mp-content {
    font-size: 13px;
    width: 175px;
}

body {
    font-size: 13px;
}

.footerCon {
padding: 20px 0 0 0;
    font-size: 12px;
}

.site-content {
    padding: 10px;
    margin: 10px 0;
}

.page-title {
    font-size: 25px;
}
}