body,
html {
	overflow-x: hidden;
}
:focus-visible {
	outline: 0;
}
a:focus {
	outline: 0;
	outline-offset: 0;
}
.btn:active, 
.btn.active{
    background: #8953C3;
    background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%);
}
.header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 250;
	background: #fff;
	color: #793c8d;
	display: inline-block;
	align-items: center;
	padding: 0;
	box-sizing: border-box;
	box-shadow: 0px -1px 7px #ccc;
}
header .container {
  max-width:78rem;
	display:flex;
	align-items:center;
}
footer .container {
  max-width: 92.55rem;
}
form.searchandfilter ul input[type="text"] {
    width: 100%;
    padding:0.5rem 1rem 0.4rem 1rem;
    border: 0.15rem solid #8953C3;
    background: transparent;
    border-right: 0;
}
form.searchandfilter ul input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style:italic;
}
form.searchandfilter ul input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  font-style:italic;
}
form.searchandfilter ul input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  font-style:italic;
}
form.searchandfilter ul input[type="text"]:-moz-placeholder { /* Firefox 18- */
  font-style:italic;
}
form.searchandfilter ul select {
    background: #fff;
    width: 100%;
    padding: 0.5rem 0.5rem;
    border: 0.15rem solid #8953C3;
	border-left-width: 0.1rem;
	font-weight: 500;
    color: #000;
	border-radius: 0.4rem 0 0 0.4rem; 
}
form.searchandfilter ul li {
    list-style: none;
    width: 100%;
    padding: 0;
}
form.searchandfilter ul li:first-child { 
	background: #fff;
	padding: 0;
	width: 15.5rem;
    
}
form.searchandfilter ul li:nth-child(2) {
	width: 100%;
	background: #fff; 
}
form.searchandfilter ul li:nth-child(3) {
	width: auto;
}
form.searchandfilter {
    width: 100%;
    padding: 0;
    margin: 0;
}
form.searchandfilter ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* background: #8953C3; */
    /* background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%); */
    padding: 0;
    margin: 0.55rem auto;
    width: 96%;
    border-radius: 0.5rem;
}
form.searchandfilter ul li:nth-child(3) input[type="submit"] {
	position: relative;
    margin: 0;
    padding: 0.3rem 1rem 0.5rem 1rem;
    text-transform: capitalize;
    font-size: 1.1rem;
    border-radius: 0 0.4rem 0.4rem 0;
    border: 0.1rem solid #8550bf;
    border-right-color: #b12da7;
    width: 7.5rem;
}
form.searchandfilter ul li:nth-child(3) input[type="submit"]:before {
    content: 'Search';
}
.action-lists {
	padding: 0;
	margin:0;
}
.action-lists li {
list-style: none;
    margin: 0 1rem;
    text-align: center;
}
.action-lists li p {
	display: block;
	width: 100%;
	font-size: 0.75rem;
	color: #000;
	margin-bottom: 0;
	margin-top: 0.35rem;
}
.mr-top {
	margin-top: 0.55rem;
}
.head-btm-menu li {
	list-style: none;
	margin: 0 1rem;
}
.head-btm-menu li.btn:active {
	background: #8953C3;
    background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%);
}
.head-btm-menu li:first-child {
	margin-left: 0;
}
.head-btm-menu.flex {
    justify-content: flex-start;
    height: 100%;
    margin-top: 0.5rem;
padding: 0 10.5rem;
    border-top: 0.1rem solid #E0E0E0;
    border-bottom: 0.1rem solid #E0E0E0;
}
.head-btm-menu li.btn {
	padding: 1rem 1.3rem;
}
.head-btm-menu li.btn .mu-icon {
	padding-right: 0.3rem;
}
.head-btm-menu li.btn a {
	color: #fff;
	font-size: 0.9rem;
}

section {
	padding: 1.55rem 0;
}
.home .logo {
	width: 10rem;
	margin-right: 0.15rem;
	padding-top: 0.45rem;
	margin-bottom: 0;
}
.logo img {
	width: 10rem;
}
.mmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 0;
	float: left;
}
.fullmenu .mmenu ul {
	margin-left:1rem;
}
.mmenu ul {
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
}
.mmenu li {
	padding: 0rem;
	list-style: none;
	float: left;
	margin: 0;
}

.mmenu li a {
	display: block;
	font-size: 1rem;
	font-weight: 300;
	text-transform: none;
	color: #793c8d;
	padding-bottom: 1rem;
}
#menu-menu > li > a{
	padding: 1.8rem 0.35rem;
	background: #fff;
	color: #793c8d;
}
#menu-menu > li.menu-item-has-children > a{
	background-image: url(https://ssbites.com/wp-content/uploads/2021/05/menu-drop.png);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: 91.1%;
	padding-right: 2rem;
}
#menu-menu > li > a:hover{
	background: #793c8d;
	color: #fff;
}
#menu-menu > li.nohs > a:hover {
	background: transparent;
}
.double-br {
	border-left:0.1rem solid #ccc;
	border-right: 0.1rem solid #ccc;
}
#menu-menu > li.menu-item-has-children > a:hover{background-image: url(https://ssbites.com/wp-content/uploads/2021/05/menu-drop-white.png);background-repeat: no-repeat;background-size: 1rem;background-position: 91.1%;padding-right: 2rem;}
.mome {
	display: none;
	float: revert;
	width: 2.2rem;
	margin: 1rem;
	position: absolute;
	right: 1rem;
	top: 0.85rem;
}
.mome img {
	width: 100%;
}
.fullmenu {
	position: fixed;
	top: 0;
	transition: right 0.3s;
	background: #ccf492;
	width: 21rem;
	height: 100vh;
	text-align: left;
	right: -25rem;
	z-index: 999;
}
.menu-open .fullmenu {
	right: 0;
}
.fullmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.fullmenu li {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.fullmenu li a {
	color: #000;
	font-size: 1.8rem;
	margin: 0.6rem 0;
	display: block;
	transition: color 0.5s;
	cursor: pointer;
}
.fullmenu li a:hover,
.fullmenu li.current_page_item > a {
	color: #fff;
}
.clos {
	width: 2rem;
	display: block;
	margin: 1rem;
}
.slick-dots {
	bottom: 6rem;
	z-index: 10;
	width: 50%;
	position: relative;
}
.slick-dots li {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0 0.3rem;
}
.slick-dots li button {
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '.';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #793c8d;
}
.slick-dots li button:before {
	font-size: 7.1rem;
	color: #fff;
	opacity: 1;
}
.head-btm-menu li.dropdown .sub-menu {
	display:none;
}
.head-btm-menu li.dropdown:hover .sub-menu {
	display:block;
}
.head-btm-menu li.dropdown .sub-menu {
    position: absolute;
    top: 3.9rem;
    left: 0;
    width: 17rem;
    padding: 0;
    margin: 0;
    float: left;
    background: #fff;
	border: 0.1rem solid #e9e9e9;
    box-shadow: 0 0 0.4rem #dbdbdb;
    border-radius: 0.4rem;
}
.head-btm-menu li.dropdown .sub-menu li {
	display: block;
    float: left;
    padding: 0.6rem 1rem;
    margin: 0;
    width: 100%;
    text-align: left;
}
.head-btm-menu li.dropdown .sub-menu li:hover {
	background:#f1e1f7;
}
.head-btm-menu li.dropdown .sub-menu li a {
	display:block;
	color:#000;
	text-transform: capitalize;
	font-size:1rem;
}

/* home page */
.home-leftside {
	background: #ccf492;
	width: 100%;
	padding: 5rem 3rem;
	text-align:center;
	height: 31rem;
	margin-bottom: 1rem;
	overflow: visible;
}
.home-rightside {
	margin-bottom: 1rem;
}
.banner-logo {
	margin-bottom:2rem;
}
.banner-logo img{
	width:40%;
	margin: 0 auto;
}
.banner-honme {
	margin-top: 2rem;
	padding-bottom: 0;
}
.cul-pd {
	padding: 0;
}
.home-rightside img {
	width: 100%;
	height: 31rem;
	object-fit: cover;
}
.banner-text h2 {
	color: #668040;
	font-weight: 400;
}
.banner-text .cnt {
	width:80%;
	margin: 0 auto;
}
.banner-text .cnt p {
	color: #000;
	font-size: 1.8rem;
}

/* shop-by-categories */
.shop-by-categories ul {
	padding: 0;
	margin: 0;
	margin-top: 2rem;
}
h3 {
	color: #000;
}
.shop-by-categories ul li {
	list-style: none;
	color: #333;
	display: inline-block;
	border-right: 0.1rem solid #ccc;
	padding: 0;
}
.shop-by-categories ul li:last-child {
	border-right: 0;
}
.shop-icon img {
	width: 5rem;
	height: 5rem;
	object-fit: contain;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.shop-icon .on-hover {
	display:none;
}
.shop-icon:hover .non-hover {
	display:none;
}
.shop-icon:hover .on-hover {
	display:block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.shop-icon {
	background: #fff;
	padding: 1rem;
	width: 100%;
	height: 10rem;
	text-align: center;
}
.shop-icon p {
	margin-bottom: 0.15rem;
	color: #58595b;
	font-size: 0.95rem;
	width: 80%;
	margin: 0 auto;
	line-height: 1.25;
	font-weight: 500;
}
.shop-icon:hover {
	background: #85bd41;
	color: #fff;
	text-align: center;
}
.shop-icon:hover p {
	color: #fff;
}
.shop-by-categories ul li {
	margin-bottom: 2rem;
}
a.link-txt {
	color: #ccc;
	font-size: 1rem;
	font-weight: normal;
	cursor: pointer;
}
.intro-txt.with-link h3 {
	display: inline-block;
	margin-right: 0.35rem;
}
.grid-slide .bottom-cnt h4 {
	color: #793c8d;
	font-size: 1.55rem;
	line-height: 1.35rem;
	margin-bottom: 0.15rem;
}
.grid-slide .bottom-cnt p, .grid-slide2 .bottom-cnt p, .grid-slide3 .bottom-cnt p {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #000;
	margin-bottom: 1rem;
}
.pos-cnt {
	position: relative;
}
.pos-cnt img {
	width: 100%;
}
.pos-cnt .cnt {
	position: absolute;
	width: 100%;
	top: 2rem;
	padding: 1rem 3rem;
}
.more-you-need .pos-cnt.left-sec img {
	height: 30rem;
	object-fit: cover;
}
.more-you-need .pos-cnt.right-sec img {
	height: 14rem;
	object-fit: cover;
}
.more-you-need .pos-cnt.right-sec:first-child img {
	margin-bottom:2rem;
}
.pos-cnt h2 {
	color: #fff;
}
.pos-cnt .cnt p {
	font-size: 1.55rem;
	line-height: 1.15;
	width: 65%;
}
/* footer */
footer {
    padding-top: 1.4rem;
}
.btm-footer {
	border-top: 0.2rem solid #cdd2d9;
}
.btm-footer p {
	padding: 1.3rem 0;
	color: #6e6e6e;
	font-size: 1rem;
	font-weight: 500;
}
footer img.logo {
	margin-bottom:1.1rem;
}
.ft-grid-01 p {
	margin-bottom: 0.5rem;
}
.ft-grid-05 p {
	line-height: 1.8;
	margin-bottom: 0;
}
.ft-grid-05 address {
	margin-bottom: 0.5rem;
}
.ft-grid-02,
.ft-grid-03,
.ft-grid-04 {
	width:13.5%;
}
.ft-grid-05 {
	width:34.5%
}
.social-icons {
    margin: 0 2rem;
    padding-bottom: 1rem;
}
.social-icons li img {
    width: 2.3rem;
    height: 2.3rem;
}
.social-icons ul li {
    margin: 0 0.8rem;
}
footer ul li {
	list-style: none;
	margin-bottom: 0.25rem;
}
footer ul li a {
	font-weight: 300;
	cursor: pointer;
	line-height: 1.55;
	font-size: 1.05rem;
}
footer ul li a:hover{
	color: #333;
}
.copy-right-wrap {
	border-top: 0.1rem solid #ccc;
}
.copy-right {
	text-align: left;
	padding: 1rem 0;
	width:70rem;
	margin:0 auto;
}
.footerinner.container {
	max-width:70rem;
	margin:0 auto;
	padding:1rem 0;
}
.footer-formwraps {
	display: inline-flex;
}
.footer-formwraps input.wpcf7-email{
	width: 18rem;
	background: #000;
	color: #fff;
	padding: 0.55rem 1rem;
	height: 3rem;
	border-color: transparent;
	box-shadow: none;
}
.footer-formwraps .wpcf7-submit {
	background: #fff;
	color: #000;
	font-weight: normal;
	border-radius: 0;
	height: 3rem;
}
.footer-formwraps .wpcf7-submit:hover {
	color:#fff;
	border-color: #fff;
}
.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 1rem;
}
.social a {
	margin-left: 0.75rem;
}
.social a:first-child {
	margin-left: 0rem;
}

/* shop page */
.woocommerce span.onsale {
	display: none;
}
.shop-head {
	display: none;
}
.shop-page {
	margin-top: 5rem;
}
section#wpcategorieswidget-2 {
	padding-top: 0;
}
.shop-page #wpcategorieswidget-2 .wpcategorieswidget-2 .product_cat ul {
	padding-left: 1rem;
}
li.product_cat .widget-title,
.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
	font-size: 1.35rem;
	text-transform: capitalize;
	color: #333;
	font-weight: 600;
	margin: 0;
	margin-bottom: 1rem;
	padding-bottom: 0.2rem;
	line-height: 1.35;
	border-bottom: 0.1rem solid #ccc;
}
.left-side-bar .widget_wpcategorieswidget ul li {
	border: 0;
	font-size: 1rem;
	line-height: 1.35;
	margin-bottom: 0.55rem;
}
.left-side-bar .widget_wpcategorieswidget ul li a {
	color: #9b9696;
}
.left-side-bar .widget_wpcategorieswidget ul li a:hover {
	color: #333;
}
.shop-page li.product_cat ul li a:before {
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0;
	border: 0.01rem solid #ccc;
	position: absolute;
	left: -1rem;
	top: 0.25rem;
}
.shop-page li.product_cat ul li.current-cat a:before {
	content: '';
	background-image: url(https://ssbites.com/wp-content/uploads/2021/05/outline-white.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #793c8d;
	border-color: #793c8d;
}
.widget_wpcategorieswidget ul li a {
	color: #ccc;
	font-size: 1rem;
	font-weight: 400;
}
.widget_wpcategorieswidget ul li a:hover {
	color: #333;
}
.widget_wpcategorieswidget ul li {
	font-size: 1rem;
	line-height: 1.35;
	margin-bottom: 0.55rem;
	margin-left:2rem;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #080808;
	margin-right: 0.5rem;
	font-weight: 300;
	position: relative;
	background: url(https://cdn-icons-png.flaticon.com/512/130/130884.png) no-repeat right !important;
    background-size: 0.8rem !important;
    background-position-y: 5px !important;
    padding-right: 1.4rem !important;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1rem;
	color: #793c8d;
	font-weight: 300;
	margin-bottom:1.5rem;
}
.single-product nav.woocommerce-breadcrumb {
	height: 2rem;
}
.woocommerce-breadcrumb a:first-child {
	padding-right:0
} 

.woocommerce .woocommerce-ordering {
	margin: 0;
}
.woocommerce .woocommerce-result-count {
	color: #333;
    margin: 0;
    font-size: 1rem;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 0.7rem 0.7rem;
	margin-bottom: 1rem ;
}
.woocommerce .woocommerce-ordering {
	margin: 0;
	margin-top: -1rem;
}
.woocommerce .woocommerce-ordering select {
	border: 0;
	color: #793c8d;
	font-size: 1rem;
}
.shop-page .productcard_text a h2 {
	color: #793c8d;
	font-size: 1.25rem;
	margin: 1rem 0;
}
.shop-page .productcard_image img.attachment-woocommerce_thumbnail {
	width: 100%;
	height: 20rem;
	object-fit: cover;
	object-position: center;
}
.shop-page  .woocommerce ul.products li {
	min-height: 30rem;
}
.shop-page .star-rating {
	display: none !important;
}
.productcard_text {
	min-height: 9rem;
	display: inline-block;
	position: relative;
}
.productcard ins span.woocommerce-Price-amount.amount {
	color: #85bd41;
	margin-left: 0;
	font-weight: 600;
}
.productcard span.price span {
	font-size: 1rem;
}
.productcard span.price {
	display: inline-block;
}
.productcard span.woocommerce-Price-amount.amount {
	margin-right: 1rem;
	color: #ccc;
}
.productcard .price del {
	color: #ccc;
}
.productcard a.btn.trans {
	background: transparent;
	font-size: 0.75rem;
	padding: 0.35rem 1rem;
	margin-bottom: 0;
	color: #793c8d; 

}
.shop-page .productcard .productcard_text p {
	margin-left: 0;
}
.shop-page li.productcard.col-md-4 {
	padding: 0 0.55rem 0 0;
}
/* product detail page */
.single-product .woocommerce-tabs.wc-tabs-wrapper {

}
.single-cnt-wrap {
	margin-top: 3rem;
}
.single-cnt-wrap .type-product div.product {
	margin-top: 1rem;
}
.single-cnt-wrap  .type-product .product_title {
	font-size: 2rem;
	color: #793c8d;
}
.single-cnt-wrap  .woocommerce-product-rating {display: none;}
.single-cnt-wrap .type-product form.cart .button {
	background: transparent;
	border: 0.12rem solid #793c8d;
	color: #793c8d;
	font-size: 1rem;
	font-weight: 600;
	height: 2rem;
	border-radius: 0.2rem;
	line-height: 1;
	padding: 0 1rem;
}
.single-cnt-wrap .type-product .quantity .qty {
	width: 4rem;
	text-align: center;
	background: transparent;
	border: 0.12rem solid #793c8d;
	color: #793c8d;
	font-size: 1rem;
	font-weight: 600;
	height: 2rem;
	border-radius: 0.2rem;
	line-height: 1;
	padding: 0 1rem;
}
.woocommerce-product-details__short-description p {
	color: #9e9e9e;
	font-size:0.95rem;
	line-height:1.35;
}
.single-product h4 {
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
	height: 10rem;
	object-fit: cover;
	object-position: center;
	margin-top: 1rem;
	width: 95%;
	border: 0.1rem solid #ccc;
	padding: 0.4rem;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2):hover img {
	border-color: #793c8d;
}
.related.products {
	display: none !important;
}
.product_meta span.posted_in {
	color: #ccc;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #793c8d;
}
.woocommerce-checkout {
	background: #f5f5f5;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	color: #793c8d;
	font-size: 1rem;
	font-weight: 500;
}
.archive .list-unstyled {
	display:none;
}
.logged-in .banner-honme {
	margin-top: 1rem;
}
 
.product-grid-loop .intro {
	padding-left:0.3rem;
	padding-right:0.3rem;
}
.product-grid-loop .intro {
	padding-right: 1.071rem;
	padding-left: 0.771rem;
	clear: both;
}
.product-grid-loop .grid-slide-no {
	padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.intro h2 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	padding-left: 0;
}
.grid-image img {
	height: 15rem;
	object-fit: contain;
	width: 100%;
	padding-top: 0.6rem;
}
.grid-box-btm-txt {
	margin: 0 0.7%;
	border:0.1rem solid #ccc;
	background: #fff;
	min-height: 18rem;
	margin-bottom: 1.4rem;
	border-radius: 0.4rem;
	width: 18.5%;
}
.grid-image h5{ 
     text-align: left;
    margin-top: 0.7rem;
    font-size: 0.9rem;
}
.grid-slide-no {
	display: flex; 
    flex-wrap: wrap;
	/* gap: 1%; */
}
.bottom-cnt {
	text-align: left;
	margin: 0.6rem 0;
	margin-bottom: 0;
}
.grid-box-btm-txt a {
	font-size: 1.05rem;
	color: #000;
	font-weight: 500;
}
.grid-box-btm-txt a:hover {
	color: #8953C3;
}
.grid-slide .slick-list.draggable {
	padding: 0 15% 0 0;
}
.deal-wrapleft {
	border:0.1rem solid #ccc;
	background: #fff;
	min-height: 20rem;
	padding: 1.5rem;
}
.deal-wrapleft h2 {
	font-size:1.7rem;
}
.deal-wrapleft .coupon-code {
	margin: 0.8rem 0;
    border: 0.25rem dotted #8953C3;
    text-align: center;
    padding: 0.6rem;
}
.deals-of-the-day-wrap {
	padding-top: 2.5rem;
}
.deals-of-the-day-wrap .grid-slide-no {
    padding-right: 0;
    padding-left: 0;
}
.deals-of-the-day-wrap .grid-box-btm-txt {
    margin: 0 0;
    margin-bottom: 0;
    border-radius: 0;
	border-left: 0;
	width: 20%;
}
.deals-of-the-day-wrap .grid-image img {
    height: 12.5rem;
}
.deals-of-the-day-wrap .deal-col-3 {
	padding-right:0;
}
.deals-of-the-day-wrap .deal-col-9 {
	padding-left:0;
}
.deals-of-the-day-wrap .deal-col-9 section {
	padding:0;
	width:100%;
}
.deals-of-the-day-wrap .br_product_day {
	margin: 0 0;
    border: 0.1rem solid #ccc;
    background: #fff;
    min-height: 20rem;
    border-radius: 0;
    width: 20%;
	border-left: 0; 
	padding:0.8rem
}
.deals-of-the-day-wrap .br_product_day_2 .br_product_day {
    width: 20%!important;
}
.deals-of-the-day-wrap .br_product_day_2 .br_product_day:nth-child(1n+1) {
    clear: inherit !important;
}
.deals-of-the-day-wrap .br_product_day .price del,
.deals-of-the-day-wrap .br_product_day .price ins {
	display:none;
}
.deals-of-the-day-wrap .br_product_day .price {
	text-align:center;
}
.deals-of-the-day-wrap .br_product_day .saved-sale {
	background: #f6ebfa;
    color: #8953C3;
    margin: 0 auto;
    padding: 0.3rem 0.8rem;
    border-radius: 1.4rem;
    font-size: 1rem !important;
}
.deals-of-the-day-wrap .br_product_day img {
	height: 11rem;
	object-fit: cover;
	width: 100%;
}
.deals-of-the-day-wrap .br_product_day h2 {
	font-size: 1.05rem;
    color: #000;
    font-weight: 500; 
	margin-top:0.6rem;
	min-height: 4rem;
}
.container.in-container {
	max-width: 90rem;
}
.container.in-container .intro-txt.with-link {
	position: relative;
	left: -1rem;
}
.vadam.banner-cat img.vadam-bg {
	width: 100%;
}
.vadam.banner-cat .vadam-cnt {
	position: relative;
}
.vadam.banner-cat .center-cnt {
	position: absolute;
	width: 12rem;
	height: 12rem;
	top: 25%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	border: 0.1rem solid #fff;
	border-radius: 100%;
	padding: 1rem;
}
.vadam.banner-cat .center-cnt p {
	margin-bottom:0;
	z-index: 10;
	color: #333;
	font-weight: 400;
}
.vadam.banner-cat .center-cnt p.count {
	font-size:1.5rem;
	font-weight:bold;
	color: #793c8d;
}
.circle-whitebg {
	background: #fff;
	width: 11rem;
	height: 11rem;
	border-radius: 100%;
	left: -0.6rem;
	top: -0.6rem;
	right: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 2rem;
}
.txt-red {
	color: #b7746f;
}
.vadam.banner-cat .btm-bnt {
	position:relative;
}
.vadam.banner-cat.right-align .btm-bnt a {
	float: right;
	right: 2rem;
	left: auto;
}
.vadam.banner-cat .btm-bnt a {
	background: #fff;
	color: #793c8d;
	position: absolute;
	bottom: 2rem;
	left: 3rem;
}
.vadam.banner-cat .btm-bnt a:hover {
	background: #793c8d;
	color: #fff;
}
.sins-btm-slide li {
	min-height: 8rem !important;
	max-height: 8rem !important;
	margin-left: 1rem;
	overflow:hidden;
	width:8rem !important;
	cursor:pointer;
}
.sins-btm-slide li:hover img, 
.sins-btm-slide li.slick-current img {
	border-color: #793c8d;
}
.sins-btm-slide li:first-child {
	margin-left: 0;
}
.sins-btm-slide li img {
	width: 8rem !important;
	height: 8rem !important;
	object-fit: cover;
	border:0.1rem solid #ccc;
	padding:0.3rem;
}
.sins-top-slide img {
	height: 30rem !important;
	object-fit: cover;
	margin-bottom: 1rem;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	border: 0.1rem solid #ccc !important;
	padding: 2rem;
}
.inner-content-sec {
	color: #939598;
	margin: 1rem 0;
}
p.side-topic-label {
	color: #231f20;
}
.about-prodcut p {
	font-size: 1rem;
	font-weight: 400;
}
.single-product .product_meta {
	display: none;
}
p.green-text {
	color: #85bd41;
	font-weight: 500;
	margin-bottom: 0.1rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #793c8d;
}
.inner-content-sec .woocommerce-tabs ul.tabs li {
	border: 0 !important;
}
.inner-content-sec .woocommerce-tabs ul.tabs::before,
.inner-content-sec .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}
.inner-content-sec .woocommerce-tabs ul.tabs li,
.inner-content-sec .woocommerce-tabs ul.tabs{
	padding:0 !important;
	margin: 0 !important;
}
.inner-content-sec .woocommerce-tabs ul.tabs  {
	border-bottom: 0.1rem solid #ccc !important;
}
.inner-content-sec #reviews #comments h2,
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce .star-rating,
strong.woocommerce-review__author,
span.woocommerce-review__dash {
	display: none;
}
.woocommerce #reviews #comments ol.commentlist {
	margin-top: 1rem;
	margin-left: 0;
	padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	border-bottom: 0.1rem solid #ccc
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0;
	margin-bottom: 0.1rem;
	font-size: 1rem;
}
time.woocommerce-review__published-date {
	float: right;
	color: #85bd41;
}
.woocommerce #review_form #respond textarea {
	border-color: #00aeef;
}
p.comment-form-comment label {
	color: #793c8d;
}
.comment-form-rating label {
	display: none;
}
.comment-form-rating .stars {
	float: right;
}
.woocommerce #review_form #respond .form-submit input {
	left: auto;
	background: #793c8d;
	color: #fff;
	padding: 0.75rem 2rem;
	border-radius: 3rem;
}
li#tab-title-description {
	display: none;
}
div#tab-description {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background: transparent;
	color: #793c8d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
}
/* shop menu */
.dtk-menu #menu-item-16 .sub-level-1  {
	display:none;
	width: 100%;
	margin:0;
	padding:1rem
}
.dtk-menu #menu-item-16 .sub-level-1:hover{
	background: #f1f2f2;
	color:#793c8d;
}
.dtk-menu #menu-item-16 .sub-level-1:hover a{
	color: #793c8d;
}
#menu-item-16 > .sub-menu {
	position: absolute;
	display: none;
	top: 4rem;
	left: 0;
	width: 19rem;
	background: #fff;
	padding: 0;
	z-index: 999;
}
.dtk-menu .sub-level-1 ul {
	display:none;
}
.dtk-menu li:hover a .sub-menu .sub-level-1, {
	display: block;
	background:#f1f2f2;
}
#menu-item-16:hover .sub-menu .sub-level-1,
#menu-item-16 > .sub-menu {
	display: block;
	height:auto;
}
#menu-item-16 > .sub-menu li a {
	padding-bottom:0
}
.dtk-menu #menu-item-16 .sub-level-1:hover .sub-menu{
	display:block;
	position:absolute;
	top:0;
	width:100%;
	left:19rem;
	height: auto;
	background:#f1f2f2;
	color:#85bd41;
}
.dtk-menu #menu-item-16 .sub-level-1:hover .sub-menu a {
	color:#85bd41;
}
.dtk-menu #menu-item-16 .sub-level-1 .sub-menu li {
	float:none;
	display:block;
	margin:0;
	padding: 1rem;
}
.search-form input {
	width: 22rem;
	border-radius: 0.45rem;
	height: 2.35rem;
}
header .search-heads form.search-form input {
	background: transparent;
	border: 0;
	border: 0.15rem solid #ccf492;
	padding-left: 0;
	color: #333;
	font-weight: 300;
	padding: 0.5rem;
	padding-left: 2rem;
}
header button.search-submit {
	background: transparent;
	position: absolute;
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	background-image: url(https://ssbites.com/wp-content/uploads/2021/05/search.svg);
	background-repeat: no-repeat;
	background-size: 1rem;
	background-position: center;
	top: 0.75rem;
	color: transparent;
	left: auto;
	margin-bottom: 0;
	padding: 0.6rem;
	right: 0.55rem;
	border: 0;
}
.search-heads {
	display: inline-block;
	position: relative;
	top: 1.4rem;
	margin-left: 2rem;
}
.search-heads form {
	position: relative;
}
.woocommerce .widget_price_filter .price_slider_amount input {
	z-index: 100;
	color: #333;
	position: relative;
	display: inline-block !important;
	width: 45%;
	float: left;
	margin: 1rem 0.35rem;
	padding: 0.15rem 1rem;
	background: transparent;
	box-shadow: none;
	border: 0.1rem solid #ccc;
}
.woocommerce .widget_price_filter .price_slider_amount input#min_price {
	margin-left: 0;
}
.left-side-bar .price_label {
	display: none;
}
section#woocommerce_price_filter-2 h2 {
	font-size: 1.35rem;
	text-transform: capitalize;
	color: #333;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #793c8d;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #793c8d;
}
p.saved-sale {
	margin-bottom: 0rem !important;
	font-size: 0.75rem !important;
	float: right;
	margin-top: 0.15rem;
	color: #333;
}
.pin_div {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.delivery-info-wrap{
	display:none!important;
}
.saved-sale {
	margin-left: 0.3rem;
	font-size: 0.8rem !important;
	font-weight: normal;
	color: #333;
}
.woocommerce form .form-row{
	float:left;
}
.pin_div, .avlpin{
	background:none;
	border:none;
	margin-bottom: 22px;
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
}
#my_custom_checkout_field2 #pincode_field_idp #pincode_field_id.input-text {
	border-radius: 0;
	display: inline-block;
	padding: 0;
	width: 140px;
	margin-right: 5px;
	font-size: 13px;
	font-family: "Source Sans Pro",Helvetica,sans-serif;
	color: #999;
	border: none;
	border-bottom: 1px solid #666666;
}
#my_custom_checkout_field2 #pincode_field_idp .button, #change_pin.button {
	background: none repeat scroll 0 0 #ffffff;
	border: none;
	color: #43b4ff;
	padding: 0;
	margin-top: 0.5rem;
	height: 17px;
	font-weight: bold;
}
#change_pin.button{
	margin-top: 0;
}
.error_pin{
	color: #000;
	float: left;
}

.social-icon{
	float: right;
	margin-top: 1.75rem;
	margin-left: 0.8rem;
}
.social-icon a{
	width: 1rem;
	margin: 0 0.1rem;
}
.social-icon a img{
	width: 1.4rem;
}
.price ins{
	float: left;
	margin-right: 11px;
	font-size: 1.8rem;
	text-decoration-color: transparent;
}
.productcard_text .price ins, .productcard .price ins{
	font-size:inherit;
}
.price del{
	font-size: 0.9rem;
	color: #000;
	margin-top: 0.8rem;
}
.woocommerce-breadcrumb a:first-child{
	background: url(https://ssbites.com/wp-content/uploads/2021/05/bread-crum.png);
	background-repeat: no-repeat;
	background-size: 0.4rem;
	background-position: right;
	padding-right: 0.9rem;
}
.right-slide-icon,
.left-slide-icon {
	width: 2rem;
	float: right;
	position: relative;
	cursor: pointer;
}
.left-slide-icon{
	float: left;
}
.right-slide-icon img,
.left-slide-icon img {
	position: absolute;
	top: 9rem;
	z-index: 10;
	right: 2rem;
	background: transparent;
	border-radius: 100%;
	width: 2rem;
	height: 2rem;
}
.left-slide-icon img {
	right: auto;
	left: 2rem;
	transform:rotate(180deg);
}
.shop-catslide-icon-wrap .right-slide-icon img, 
.shop-catslide-icon-wrap .left-slide-icon img {
	top: 5rem;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #85bd41!important;
	font-size: 1.25em;
}
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: transparent;
	padding: 1.55rem;
}
.shop-page .fa {
	color: #333;
}
.woocommerce-account.woocommerce-page .left-side-bar {
	display: none;
}
.woocommerce-account.woocommerce-page {
	background: #f5f5f5;
	color: #333;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	border: 0;
}
#customer_login a {
	font-size: 1rem;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin-right: 3rem;
	font-size: 1rem;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
	opacity: 0;
}
#customer_login p {
	color: #333;
	width: 100%;
}
.woocommerce-privacy-policy-text {
	display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	position: relative;
	z-index: 10;
	color: #333;
}
.shop-page {
	margin-top: 7rem;
}
.single-cnt-wrap {
	margin-top: 5rem;
}
.woocommerce-checkout .sec-left {
	display: none;
}

.woocommerce-checkout .sec-left {
	display: none;
}
.woocommerce-checkout .col-lg-9.col-md-12.col-sm-12 {
	width:100%;
}
.woocommerce-MyAccount-content p {
	font-size: 1.2rem;
}
.woocommerce a.button{
	padding: 0.8em 1.2em;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: transparent;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, span.select2-selection.select2-selection--single {
	width: 20rem;
	padding: 0.5rem;
	border: 0.1rem solid #ccc;
	line-height: 1;
	border-radius: 0.5rem;
	height: 3rem;
	margin: 0.25rem 0;
	max-width: 100%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-color: #ccf492;
	border-width: 0.2rem;
}	
span.select2-selection.select2-selection--single{
	padding: 0.8rem 0;
}
.woocommerce-billing-fields h3,
#ship-to-different-address span {
	color: #793c8d;
	font-weight:normal;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background: #d2b7db;
	color:#fff;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background:#dbc4e3;
	color:#333;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display:none;
}
.woocommerce-form-login p {
	color: #333;
}
.woocommerce-account .shop-page .sec-left {
	display: none;
}
.woocommerce-account .shop-page .col-lg-9.col-md-12.col-sm-12 {
	width:100%;
	border:0.1rem solid #000;
	margin:2rem 0;
}
.woocommerce-account .shop-page .inner-page-title h1 {
	text-align: center !important;
	border-bottom: 0.15rem solid #ccc;
	width: 20rem;
	margin: 0 auto;
	padding: 0.55rem 0;
	margin-bottom: 2rem;
}
div#customer_login h2 {
	text-align: center;
	border-bottom: 0.15rem solid #ccc;
	width: 12rem;
	margin: 0 auto;
	padding: 0.25rem 0;
}
.woocommerce-account .shop-page {
	margin-top: 6rem;
}
.woocommerce ul#shipping_method li label {
	position: relative;
	margin-left: 2rem;
}
.woocommerce-order-received .inner-pagecontainer p, .woocommerce-order-received .inner-pagecontainer a, .woocommerce-order-received .inner-pagecontainer li, .woocommerce-order-received .inner-pagecontainer address{
	color: #333;
}
.woocommerce-order-received .inner-pagecontainer address {
	border: 0.1rem solid #333;
	box-shadow: none;
	padding: 1rem;
	min-height: 15rem;
}
.woocommerce ul.order_details {
	border: 0.18rem solid #ccf492;
	padding: 2rem;
	border-radius: 0.5rem;
}
.woocommerce ul.order_details li {
	border-color: #ccf492;
}
.woocommerce-thankyou-order-received {
	color: #77b41e !important;
	font-weight: bold;
}
.woocommerce-order-received .inner-pagecontainer address p {
	margin:1rem 0;
	font-size:1rem;
}
.woocommerce-MyAccount-navigation {
	border: 0.1rem solid #fff;
	margin:2rem 0;
}
.woocommerce-MyAccount-navigation ul {
	padding:0;
	margin:0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style:none;
	font-size:1.35rem;
	border-bottom: 0.1rem solid #fff;
	padding:0.55rem;
	background: #ccf492;
	font-weight: normal !important;
}
.woocommerce-MyAccount-navigation ul li a {
	font-weight:normal;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border:0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1 !important;
}
.select2-container--default,
.select2-container--default option {
	color: #333;
}
.woocommerce-checkout {
	color: #333;
}
body.error404 .content {
	padding: 5rem;
	height: 20rem;
	margin: 3rem 0rem;
}
span.lang-select-wraps {
	display: inline-block;
	float: right;
	margin-top: 1.75rem;
	margin-left: 0.8rem;
}
span.lang-select-wraps ul {
	display: inline-block;
	margin-left:0.5rem;
}
span.lang-select-wraps ul li{
	display: inline-block;
	float: left;
	margin-left:0.5rem;
}
.switcher-list li.active a,
.switcher-list li a {
	font-size: 1rem;
	font-weight:normal !important;
	color:#793c8d;
}
.switcher-list li.active a, .switcher-list li.active>span {
    color: #000;
}
form#commentform label {
	font-size: 1rem;
	font-weight: normal;
	margin-right: 1rem;
}
.woocommerce form .form-row .input-checkbox {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -0.1rem;
}
.woocommerce-checkout a.remove {
	display: inline-block !important;
	font-size: 1.55rem !important;
	position: relative !important;
	top: 0.2rem !important;
	height: 1rem !important;
	width: 1rem !important;
	margin-left: 1rem !important;
	background: transparent !important;
}
form .create-account .form-row {
	float: none !important;
	display: block;
	width: 100%;
	clear: both;
}
.woocommerce-account.woocommerce-page form .form-row label {
	line-height: 1.45;
}
.woocommerce-account.woocommerce-page .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block;
	margin-bottom: 0;
}
.mobile {
	display: none;
}
.page-template-default .inner-pagecontainer p {
	color: #333;
	font-size: 0.95rem;
	line-height: 1.35;
}
.page-template-page-contact-us .innerpage p,
.page-template-page-contact-us .innerpage label {
	color: #333;
	font-size: 1rem;
	line-height: 1.35;
}
.page-template-page-contact-us {
	background-color: #f5f5f5;
}
.page-template-page-contact-us section.innerpage {
	margin-top: 4rem;
}
.wpcf7 form .wpcf7-response-output {
	color: #000;
}
/* video-model popup styles starts*/

.videoModal .modal-dialog {
    width: 100%;
    max-width: 36em;
    margin: 10rem auto;
    }
.modal-header {
    min-height: 100%;
    padding: 1rem;
    border-bottom: 0;
    height: 100%;
    text-align: center;
    margin-top: 2rem;
}
.modal-header h2 {
	font-size:1.55rem;
}
.modal-header p {
 font-size: 1.25rem;
 width:90%;
 margin:0 auto;
 margin-bottom: 0.15rem;
 color: #333;
}
.modal-body {
    padding: 1rem 3rem;
}
.modal-body input.wpcf7-form-control {
    height: 3rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: none;
    text-shadow: none;
    background: transparent;
    border: 0.1rem solid #333;
    width: 100%;
	color: #333;
}
    .videoModal .modal-content {
    position: relative;
    background-color: #fff;
    border: 0.2rem solid #0084bf;
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: none;
   }
   .videoModal button.close {
    position: absolute;
    right: -1em;
    top: -1em;
    background: #000;
    width: 2em;
    height: 2em;
    z-index: 1000;
    color: #fff;
    border-radius: 100%;
    float: right;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1;
    text-shadow: none;
    opacity: 1;
   }  
   .videoModal .modal-body form{
        width: 100%;
        height: 100%;
    }
   .videoModal button.close:hover{
       padding: 0;
       border: 0;
   }
.videoModal input.wpcf7-form-control.wpcf7-submit {
	padding: 0.35rem 3rem;
	height: 100%;
	width: 12rem;
	color: #333;
}
/* video-model popup styles ends*/


section#woocommerce_price_filter-3 {
    display: none !important;
}

.footer-quote {
	background: linear-gradient(94.99deg, #7922CA 18.33%, #7D28CD 25.62%, #7E32C5 34.19%, #B784FF 73.63%, #7A29FE 89.49%);
	padding: 2.5rem 1.5rem;
	width: 100%;
	color: #fff;
	display: flex;
	align-items: initial;
	justify-content: flex-start;
	border-radius: 0.6rem;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.footer-quote .form-control {
    padding:0.5rem;
}
.footer-quote textarea.form-control {
    height: 6rem;
	line-height: 1.5;
}
.footer-quote .cnt-right {
	background-color: #fff;
}
.footer-quote h3,
.footer-quote a,
.footer-quote p {
	color: #fff;
}
.footer-quote h3 {
  width: 54%;
	margin-top:0;
}
.footer-quote p {
  width: 65%;
}
.footer-quote .cnt-right p {
	color: #000;
}
.footer-quote .cnt-right {
	padding: 1.55rem;
	border-radius: 0.25rem;
}
footer ul {
	padding:0;
	margin: 0;
}
footer ul li {
	margin-bottom: 0.45rem;
}
footer ul li a {
 color: #8B96A5;
}
.footer-quote .cnt-right form p {
	width: 100%;
}
.quote-fm-wrap form input[type="submit"] {
    text-transform: capitalize;
    width: 12rem;
    font-size: 1.15rem;
    border-radius: 0.55rem;
    text-align: center;
    float: right;
}
body.archive.post-type-archive .content-area,
body.archive.tax-product_cat .content-area {
    padding:2rem 11.6rem;
}
body.post-type-archive-product .site-main ul li .add_to_cart_button {
    display: none !important;
}
.woocommerce-page ul.products li.product {
    background: #fff;
    padding: 1rem;
    border: 0.1rem solid #ccc;
    min-height: auto;
    min-width:17rem;
}
.single-product .content-area {
    padding: 2rem 4rem;
}
.woo-variation-gallery-slider-wrapper {
    width: 50% !important;
    height: 20rem !important;
}
.action-lists li p {
    font-weight: 600;
}
.action-lists li img {
	width: 1.35rem;
}

.woo-variation-gallery-product {
	/*border:0.1rem solid #ccc;
	padding:0.6rem;
	border-radius:0.5rem;
	background:#fff;*/
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom:0;
	padding:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 solid #d3ced2;
    border-radius:0;
    margin: 0 -5px;
    padding: 0 0.8em;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::before {
    border-bottom: 0.2rem solid #ccc;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
   margin:0;
	padding: 0.2rem 1.5rem;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
    border-bottom:0.2rem solid #0d6efd;
    color: #0d6efd;
	background:transparent;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    color: #333;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
    color: #0d6efd;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before {
	display:none;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
	background:#fff;
	border:0.1rem solid #ccc;
	border-radius:0.5rem;
}
.woocommerce-Reviews {
	padding: 1.5rem;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
	display:none;
}
.woocommerce-Reviews #comments p {
	font-style: italic;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .panel {
    margin: 0 0 0;
    padding: 0;
	box-shadow: inherit;
	border: 0 solid transparent;
    border-radius: 0;
	background: transparent;
}
.subscribe-newsletter {
	background: #eff2f4;
    padding: 2.5rem 0;
    float: left;
    width: 100%;
}
.subscribe-newsletter h2 {
	margin-bottom: 0.2rem;
    font-size: 1.5rem;
}
.subcribe-wrap p {
	display: flex;
    justify-content: center;
	padding-left: 5rem;
	margin-bottom: 0;
}
.subcribe-wrap .form-control {
	border: 0.1rem solid #dbdbdb;
    border-radius: 0.5rem;
	font-size: 1.1rem;
	height: 2.8rem;
    padding: 0.5rem 0.6rem;
}
.subcribe-wrap form input[type="email"] {
	max-width: 20rem;
}
.subcribe-wrap form input[type="submit"] {
	background: #ff9017;
    color: #fff;
    text-transform: capitalize;
    margin-left: 0.6rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
	padding: 0.25rem 1.5rem;
	height: 2.8rem;
}
.subcribe-wrap form input[type="submit"]:hover {
	color:#000;
}
.subcribe-wrap form .wpcf7-not-valid-tip {
    color: red;
}
.subcribe-wrap .wpcf7 form.invalid .wpcf7-response-output, 
.subcribe-wrap .wpcf7 form.unaccepted .wpcf7-response-output, 
.subcribe-wrap .wpcf7 form.payment-required .wpcf7-response-output {
    margin-bottom: 0;
    margin: 1rem auto 0 auto;
    display: table;
    width: auto;
}
.shop-page-cus-wrap {
	padding-top:0;
}
.shoppage-catsidebar section {
	padding:0;
}
ul.wc-block-product-categories-list {
	padding:0;
	margin:0;
	list-style:none;
}

ul.wc-block-product-categories-list li {
	padding: 0.5rem 0; 
}
ul.wc-block-product-categories-list > li{
  padding-bottom: 0;	
}
ul.wc-block-product-categories-list li:hover {
	background: none;
	border-radius:0;
	/* padding-left: 0.5rem;
    padding-right: 0.5rem; */
}
ul.wc-block-product-categories-list li a{
	display:inline-block;
    color: #282828;
}
ul.wc-block-product-categories-list li a:hover{
	color: #793c8d;
}
ul.wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
	color:#282828;
	margin-left:0.2rem;
} 
header.woocommerce-products-header {
	display:none;
}
.shop-page-cus-wrap .cs-leftside {
	width: 17.9%;
    background: #fff;
    border: 1px solid #d3d3d3;
    margin-right: 1rem;
    border-radius: 0.5rem;
}
.shop-page-cus-wrap .cs-rightside {
	width:80%;
	padding-left:0; 
}
.shop-page-cus-wrap .cs-rightside ul.products li.product {
    width: 31.3%;
    margin-right: 2%;
    margin-bottom: 1.5rem;
    padding: 0;
    float: left;
    padding-bottom: 1rem;
    height: 19.3rem;
    min-height: auto;
	    clear: initial;
}
.shop-page-cus-wrap .cs-rightside ul.products li img {
	height: 15rem !important;
    object-fit: contain;
    width: 100%;
	/* border-bottom: 0.1rem solid #e1e1e1; */
    padding: 1rem;
}
.shop-page-cus-wrap .cs-rightside ul.products li h2 {
	display:inline-block;
}
.shop-page-cus-wrap .cs-rightside ul.products li h2,
.shop-page-cus-wrap .cs-rightside ul.products li .price {
	padding-left:1rem !important;
	padding-right:1rem !important;
}
.shop-page-cus-wrap .cs-rightside ul.products li a.btn {
	width: auto;
    border-radius: 0.4rem;
    padding: 0.45rem 0.6rem;
    text-transform: capitalize;
    font-size: 1.1rem;
	float:right;
	margin-right: 1rem;
    margin-top: 0.8rem;
}
.shop-page-cus-wrap .cs-rightside ul.products li a.add_to_cart_button {
	margin-left: 1rem;
    margin-top: 0.7rem;
	font-weight: 500;
    padding: 0.8em 0.8em;
	font-size: 1rem;
    text-transform: capitalize;
    margin-right: 0.5rem;
}
.shop-page-cus-wrap .cs-rightside ul.products li a.add_to_cart_button:hover {
	background-color: #f5f0f5;
}
.shop-page-cus-wrap .woocommerce ul.products li.product .price ins {
    font-weight: 600;
	color:red;
}

.woo-variation-gallery-product {
	background:#fff;
	padding:1rem;
	border:0.1rem solid #ccc;
	border-radius:0.5rem;
	float: left;
	width: 100%;
	margin-bottom: 4rem!important;
}
.wvg-gallery-thumbnail-image {
	margin: 1rem 0.5rem 0 0 !important;
    width: 6rem !important;
    border: 0.1rem solid #ccc;
    border-radius: 0.3rem;
    background: #fff;
	padding: 0.2rem;
}
.wvg-gallery-thumbnail-image.current-thumbnail {
	border-color:#8550bf;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    height: 21rem;
    object-fit: contain;
}
.woo-variation-product-gallery {
    max-width: 35% !important;
}
.woocommerce div.product div.summary {
    float: left;
    width: 54%;
}
.woocommerce div.product div.summary h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.woocommerce div.product form.cart div.quantity input,
.woocommerce .product-quantity div.quantity input {
	border-radius: 0.3rem;
    border: 0.1rem solid #793c8d;
    height: 2.4rem;
}
.woocommerce .product-quantity div.quantity input {
    height: 2.1rem;
}
.woocommerce div.product form.cart div.quantity {
    color: #000;
	margin-right: 0.6rem;
}
table.shop_table td, 
table.shop_table th {
    border: 1px solid #c4b7c9;
}
.woocommerce table.shop_table {
    border: 0.1rem solid #c4b7c9;
    background: #c1a9c9;
}
table.shop_table button[type="submit"],
.woocommerce .cart-collaterals a.checkout-button,
.woocommerce button.button.alt {
	background: #8953C3;
    background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%);
    border-radius: 0.5rem;
    padding: 0.25rem 1.5rem;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    border: 0;
	text-transform:capitalize;
	height: 2.5rem;
}
.woocommerce .cart-collaterals a.checkout-button {
	padding: 1.2rem 1.5rem;
	height: auto;
}
table.shop_table button[type="submit"]:hover,
.woocommerce .cart-collaterals a.checkout-button:hover,
.woocommerce button.button.alt:hover {
	background: #8953C3;
    background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%);
	color:#000;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 0.1rem solid #ccc;
    padding: 0.45rem 0.7rem;
    margin-right: 0.8rem;
	border-radius:0.5rem;
}
.woocommerce-page table.cart td.actions .input-text {
   width: 8.5rem;
    text-align: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem;
    top: 3px;
    right: 2px;
}
.woocommerce-cart-form table.shop_table,
.woocommerce-checkout table.shop_table,
.cart_totals table.shop_table {
    border: 0.1rem solid #ccc;
    background: #fff;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-checkout table.shop_table td {
    border-top: 0 solid rgba(0,0,0,.1);
    padding: 1rem 1.2rem;
}
.cart_totals table.shop_table td {
    border-top: 0 solid rgba(0,0,0,.1);
}
.woocommerce-cart-form table.shop_table td {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
.woocommerce-checkout table.shop_table tfoot th {
	background-color: transparent;
	color: #000;
    font-weight: 400;
	border: 0;
}
.woocommerce-checkout table.shop_table tfoot td {
	border: 0;
}
.woocommerce-checkout table.shop_table tfoot tr:first-child td,
.woocommerce-checkout table.shop_table tfoot tr:first-child th {
	border-top:0.1rem solid #ccc;
}
.woocommerce-checkout table.shop_table tfoot tr td,
.woocommerce-checkout table.shop_table tfoot tr th {
	padding-top:0.3rem;
	padding-bottom:0.3rem;
	font-weight: 400;
}
.woocommerce-checkout table.shop_table tfoot ul#shipping_method li {
    margin-bottom: 0;
}
.woocommerce-checkout table.shop_table ul#shipping_method li label {
    margin-left: 0;
}
.woocommerce-checkout table.shop_table a.remove {
   font-size: 1.2rem !important;
}
.woocommerce a.remove:hover {
    color: #ff8080!important;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th,
.woocommerce-checkout table.shop_table td, 
.woocommerce-checkout table.shop_table th,
.cart_totals table.shop_table tr td,
.cart_totals table.shop_table tr th{
    border: 0 solid #c4b7c9;
}
.woocommerce-cart-form table.shop_table td {
	border-bottom: 0.1rem solid #c4b7c9;
}
.woocommerce-cart-form table.shop_table tr:nth-child(even),
.woocommerce-checkout table.shop_table tr:nth-child(even),
.cart_totals table.shop_table tr:nth-child(even){
    background-color: transparent;
}
.woocommerce-cart-form table.shop_table tr:hover,
.woocommerce-checkout table.shop_table tr:hover,
.cart_totals table.shop_table tr:hover {
    background-color: transparent;
}
.woocommerce-checkout table.shop_table {
    width: 35%;
}
.woocommerce-cart-form table.shop_table tr:last-child td {
	border-bottom: 0 solid #c4b7c9;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 0 solid #c4b7c9;
	font-weight: 400;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td, 
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
	border-top: 0.1rem solid #c4b7c9;
	font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
	width: 100%;
}
.woocommerce .cart_totals ul#shipping_method li label {
    margin-left: 0;
}
.cart_totals table.shop_table th {
    background-color: transparent;
    color: initial;
}
.woocommerce-cart-form table.shop_table a.remove {
    background: transparent;
    width: auto;
    border-radius: 0.4rem;
    font-weight: 500;
    padding: 0.5rem 0.6rem;
    font-size: 1rem;
    height: auto;
    display: inline-block;
    border: 0.1rem solid #ccc;
}
.woocommerce-cart-form table.shop_table a.remove::before {
    content:"Remove";
	margin-right: 0.2rem;
}
.left-side-bar section#block-11 {
	padding-bottom:0;
}
.left-side-bar section#block-11 h2 {
	margin-bottom:0;
}
.shop-page .inner-page-title h1 {
	text-align:left;
}
.woocommerce-cart .shop-page .sec-left {
	display:none;
}
.woocommerce-cart .shop-page .shop-sec-right {
	width:100%;
}
.woocommerce-cart .woocommerce-cart-form {
	width:75%;
	display:inline-block;
}
.woocommerce-cart .cart-collaterals {
    width: 25%;
	float:right;
	padding-left: 1.5rem;
}
.woocommerce-cart .cart-collaterals h2 {
	display:none;
}
.woocommerce-cart .woocommerce-cart-form .shop_table thead {
	display:none;
}
.shop-page-cus-wrap .cs-rightside ul.products li.product span.price {
    display: none;
}
.single-pro-wrap {
    background: #fff;
    border: 0.1rem solid #ccc;
    padding: 1rem;
    border-radius: 0.55rem;
    float: left;
    width: 100%;
}
.us-grid-br {
    background: #fff;
    border: 0.15rem solid #ccc;
    border-radius: 0.25rem;
    margin: 2rem auto;
    float: left;
    width: 100%;
}
body .single-pro-wrap .in-cnt .rtwpvg-single-image-container img {
	width: auto !important;
}
body .single-pro-wrap .in-cnt .rtwpvg-thumbnail-image {
    border: 0.1rem solid #ccc;
    padding: 1rem;
    background: #fff;
    border-radius: 0.55rem;
    margin: 0.55rem 0.55rem !important;
}
body .single-pro-wrap .in-cnt .rtwpvg-thumbnail-image.current-thumbnail,
body .single-pro-wrap .in-cnt span.variable-item-span.variable-item-span-button:hover {
border-color: #793c8d !important;
}
body .single-pro-wrap .in-cnt table.variations .label {
    background: transparent !important;
    color: #000;
    width: 100%;
    text-align: left;
    margin: 0.35rem 0;
}
body .single-pro-wrap .in-cnt table.variations tr:hover {
    background-color: transparent !important;
}
span.woocommerce-Price-amount.amount {
    color: #000 !important;
    font-weight: normal !important;
}
body .single-pro-wrap .in-cnt div.product form.cart {
   
}
.woocommerce-message {
    border-top-color: #793c8d;
    background: transparent;
}
.woocommerce a.button {
    padding: 0.8rem 1.2rem;
    background: #8953C3;
    background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%);
    color: #fff;
    font-weight: normal;
}
.woocommerce-message::before {
    color: #8953C3;
}
.woocommerce a.button:hover {
    background: #8953C3;
    background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%);
    color: #000;
}

/* media */
@media(max-width: 991px) {
	.fullmenu {
		background: #793c8d;
	}
	.fullmenu li a {
		color: #fff;
	}
	.desktop {
		display: none !important;
	}
	.mobile {
		display: block;
	}
	.social-icon.only-mobslide {
		display: block;
		float: left;
        margin-top: -0.25rem;
	}	
.social-icon a img {
    margin-top: 2rem;
}
	.fullmenu .mmenu ul li {
		margin-bottom: 0.15rem;
		padding-bottom: 0;
	}
.fullmenu .mmenu ul li a {
    margin-bottom: 0.35rem !important;
    padding-bottom: 0 !important;
}
#menu-menu-1 li a {
    margin-top: 0;
}
.fullmenu .mmenu ul li.menu-item-16 ul {
    display: none;
   transition: all 0.4s ease 0s;
}	
.fullmenu .mmenu ul li.menu-item-16.dpshow ul {
	display: block;
}
.fullmenu .mmenu ul li.menu-item-16 a {
    position: relative;
}
.fullmenu .mmenu ul li.menu-item-16 > a:before {
    content: '';
    color: #000;
    background-image: url(https://ssbites.com/wp-content/uploads/2021/08/menu-drop.png);
    background-size: 1.25rem;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    left: -0.05rem;
    top: 0.10rem;
    width: 9rem;
    height: 1.45rem;
}
.fullmenu .mmenu ul li.menu-item-16.dpshow ul li ul {
    display: none;
}
.fullmenu .mmenu ul li.menu-item-16.dpshow ul li {
    opacity: 0.8;
}
.woocommerce-cart .woocommerce-cart-form {
	width:70%;
}
.woocommerce-cart .cart-collaterals {
    width: 30%;
}
	
}

@media(max-width: 767px) {
	.shop-catslide-icon-wrap .right-slide-icon img, .shop-catslide-icon-wrap .left-slide-icon img {
		display: none;
	}
	.slick-dots {
		position: absolute;
	}

	span.lang-select-wraps {
		float: left;
		margin-left: 0;
	}
	.switcher-list li.active a, .switcher-list li.active>span {
		color: #fff;
	}
	span.lang-select-wraps ul li {
		font-size: 1.3rem;
	}
	.switcher-list li.active a, .switcher-list li a {
		color: #333;
	}
	.woocommerce-account button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
		margin-bottom: 3rem;
	}
	.woocommerce-account .shop-page {
		margin-top: 4rem;
		padding: 2rem;
	}
	.mome {
		top: 0.10rem;
	}
	.woocommerce .woocommerce-ordering {
		margin-top: 1rem;
	}
	.shop-catslide-icon-wrap .right-slide-icon {
		right: -1rem;
	}
	.shop-catslide-icon-wrap .left-slide-icon {
		left: -1rem;		
	}
	header {
		overflow-x: hidden;
	}
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea, 
	span.select2-selection.select2-selection--single {
		width: 100%;	
	}
	input[type="checkbox"], input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
		margin-left: 0;
		display: block;
	}	
	.banner-honme {
		margin-top: 1rem;
	}
	.videoModal .modal-dialog {
    max-width: 25em;
}
.social-icon a {
    margin: 0 0.55rem;
    height: 1rem;
    object-fit: contain;
}
#menu-menu-1 li a { 
    font-weight: normal;
    width: 100%;
    margin-bottom: 1rem;
}
.woocommerce-checkout table.shop_table {
    width: 100%;
}

.woocommerce-cart .woocommerce-cart-form {
	width:100%;
}
.woocommerce-cart .cart-collaterals {
    width: 100%;
	padding-left:0;
	margin-top:0.5rem;
}

}


li.product .btn, li.product .button, .stock, .woocommerce-tabs{
    display: none!important;
}
.woocommerce-ordering{
	display: none;
}

.vce-featured-full-slider  .owl-item.active img, .vce-featured:hover a img
 {-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
 }


 .rtwpvg-images {
    max-width: 46%;
    width: 100%;
    float: left;
}


.rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image, .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image{
	
	opacity:1
}
.woo-variation-swatches .variable-items-wrapper .variable-item{
flex:0 0 calc(25% - 10px);
}

.frs-left{
	    float: left;
    margin-top: 0.3rem;
}
.frs-left p{
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    margin-right: 1rem;
} 

 
 .woo-variation-swatches .variable-items-wrapper .variable-item { 
    background: #fff!important;
    color: #8953C3!important;
    font-size: 1.1rem!important;
    border: none!important;
}
 .woo-variation-swatches .variable-items-wrapper .variable-item.selected{  
	   background: #e8d3ff!important;
}
.cusstock{
	    color: #478b00;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: -1rem;
    margin-bottom: 4px;
} 

.sngpl-left{
	    float: left;
    width: 50%;
}
.sngpl-right{
    float: left;
    margin-left: 5%;
    width: 16rem;
    border: 1px solid #8953C3;
    padding: 1.5rem;
    border-radius: 0.6rem;
}

.woocommerce-variation-price{
	    width: 100%;
    margin-bottom: 1.3rem;
}
.sngpl-right .quantity{
	    width: 100%;
    margin-bottom: 1rem;
}
.sngpl-right .quantity input{
  width: 12.631em!important;
    margin-bottom: 1rem;
} 

.woocommerce div.product form.cart .button{ 
    float: left;
    width: 12.8rem;
}
.woocommerce div.product form.cart .button.wpcbn-btn-single{ 
	margin-bottom:1rem;
}


.wc-variation-selection-needed{
	background:#fff;
}
.single_add_to_cart_button:first-child{
	    background: #8953C3;
    background: linear-gradient(90deg, #8953C3 0%, #DF35C9 100%);
	margin-bottom:1rem;
} 

.atts span{ 
    font-weight: bold;
}

 
#main .up-sells .stock {
    display: none!important;
}
#main .up-sells .trans {
    display: none!important;
} 
#main .up-sells{
	float:left;
	width:100%;
}

#main .up-sells li {
    background: #fff;
    padding: 1rem;
    border: 0.1rem solid #ccc;
    min-height: 19rem;
    width: 15%;
    margin: 0 0.5rem;
}

.cs-gicon { 
    padding: 0.7rem;
}
.cs-gicon img{ 
padding: 0!important;
}

.home .product-grid-loop .grid-image a{
    pointer-events: none;
}


.home .product-grid-loop .container > div:nth-child(2) a{
  pointer-events: inherit;
} 


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before{
display:none;
}

.wvs-has-image-tooltip:hover:after, .wvs-has-image-tooltip:hover:before, [data-wvstooltip]:hover:after, [data-wvstooltip]:hover:before{
display:none;
}




body.archive .cs-rightside .products a{
      pointer-events: none;    
}
body.archive .cs-rightside .products > li:nth-child(1) a{
  pointer-events: inherit;
}



label[for="shipping_method_0_flat_rate4"] {
	font-size: 0;
}
label[for="shipping_method_0_flat_rate4"] span{
	font-size: 17px;
}
label[for="billing_gst"] .optional, label[for="billing_company"] .optional, label[for="shipping_company"] .optional{
	display: none;
} 

