/* Show it is fixed to the top */
body,
html,
input,
select {
    -webkit-tap-highlight-color: transparent;
    font-family: 'Open Sans', sans-serif;
}
body {
  
  padding-top: 9.5rem;
}
.h1, h1 {
    font-size: 2.2rem;
}
.footer-copyright{
	color: #707070;
}
.text-grey{
	color: #333333 !important;
}
.text-grey-2{
	color: #666666 !important;
}
.text-14{
	font-size: 0.85rem;
}
.link-grey{
	color: #333333;
}
.link-grey:hover{
	color: #333333!important;
}
.bg-grey{
	background: #F5F5F5;
}
.form-control {
    line-height: 1.7;
	padding: 0.5rem 0.75rem;
}
.form-select{
	padding: 0.5rem 0.75rem;
	color: #000000;
}
.tipClick{
    font-size: 13px;	
}
.footer-link-title{
	border-bottom: #ccc 1px solid;
	padding-bottom:6px!important;
	margin-bottom:5px!important;
	color: #FF00AD;
	padding:0 0 5px;
	margin: 0;
	font-weight: 600;
}
.footer-link a{
	font-size: 0.85rem;
	text-decoration: none;
	color: #333333;
}
.font-600{
	font-weight: 700;
}
.font-500{
	font-weight: 600;
}
.main-title{
	color: #FF00AD;
	font-weight: 700;
font-size: 24px;
}
.btn-primary{
	background: #FF00AD;
	border:0px;
	font-weight: 600;
}
.btn-primary:hover{
	background: #FD0F72!important;
	border:0px;
	font-weight: 600;
}
.btn-secondery{
	background: #FF00AD;
	border:0px;
	color: #fff;
	font-weight: 600;
	padding: 0.6rem 1rem;
}
.btn-secondery:hover{
	background: #FF00AD!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-secondery:active{
	background: #FF00AD!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-blue{
	background: #1877F2;
	border:0px;
	color: #fff;
	font-weight: 600;
	padding: 0.6rem 1rem;
}
.btn-blue:hover{
	background: #1877F2!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-blue:active{
	background: #1877F2!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-light{
	background: #eeeeee;
	border:0px;
	color: #000;
}
.btn-light:hover{
	border:0px;
	color: #000;
}
.btn-light:active{
	border:0px;
	color: #000;
}
.btn-dark-blue{
	background: #1E77C9;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-dark-blue:hover{
	background: #1E77C9!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-dark-blue:active{
	background: #1E77C9!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-red{
	background: #DA2F35;
	border:0px;
	color: #fff;
	font-weight: 600;
	padding: 0.6rem 1rem;
	
}
.btn-red:hover{
	background: #DA2F35!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-red:active{
	background: #DA2F35!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-purple{
	background: #AC5AC6;
	border:0px;
	color: #fff;
	font-weight: 600;
	padding: 0.6rem 1rem;
}
.btn-purple:hover{
	background: #AC5AC6!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-purple:active{
	background: #AC5AC6!important;
	border:0px;
	color: #fff;
	font-weight: 600;
}
.btn-white{
	background: #ffffff;
	border:0px;
	color: #1877F2;
	font-weight: 600;
	padding: 0.6rem 1rem;
}
.btn-white:hover{
	background: #ffffff!important;
	border:0px;
	color: #1877F2;
	font-weight: 600;
}
.btn-white:active{
	background: #ffffff!important;
	border:0px;
	color: #1877F2;
	font-weight: 600;
}
.h-product-container{
	background: #FFFFFF;
box-shadow: 0px 0px 6.67327px rgba(0, 0, 0, 0.1);
border-radius: 6.4703px;
	min-height: 250px;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.h-product-name{
	min-height: 3rem;
	text-decoration: none!important;
	color: #333333;
	margin-top: 0.75rem;
}
.h-product-price{
	color: #FF00AD;
	font-weight: 600;
	text-decoration: none!important;
}
.readmore-js-toggle {
    margin-left: 0.8rem;
	font-size: 14px;
	margin-bottom: 0.8rem;
}


.panel-default{
		background-color: #ffffff;
    	margin-top: -1px;
    	border: 1px solid #e6e6e6;
		}

	.panel-body {
    padding: 15px;
}

		.panel-group{
			width: 75%;
			display: inline-block;
			margin-top: 1px;
		}
	.panel-heading {
  padding: 0;
	border:0;
}

.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#000000;
  font-size:15px;
  font-weight:600;	
	letter-spacing:1px;
	text-decoration:none;
}

.panel-heading a:before {
			    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	content: "";
    float: right;
    transition: all 0.5s;
}
	.panel-heading a.collapsed:before {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
	transition: all 0.5s;
} 
		.lp-faq__inner {
    background: #f5f5f5;
	color:#000000;
}
		.bui-grid__column-3{
			width: 25%;
    float: left;
		}

		.lp-faq__intro {
    padding: 28px;
}
		.lp-faq__header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 16px;
    padding-top: 4px;
}
		.faq-list-ol{
			padding: revert;
    margin: revert;
		}
		.faq-list-ol li{
		list-style: decimal;
		display: revert;
		}
		.footer-faq-text{
			padding: 24px;
			border: 1px solid #e6e6e6;
			margin: 24px 0px;
		}
.top-header-grey-bar {
    height: 48px;
    background-color: #F5F5F5;
    margin: 5px auto 10px;
}
.top-header-grey-bar .home-link-box {
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    display: inline-block;
}
.top-header-grey-bar .home-link-box {
    margin-top: 11px !important;
}
.top-header-grey-bar .home-link-box img {
    margin-top: -6px !important;
}
.top-header-grey-bar .home-link-box img {
    margin-top: -3px;
    padding: 5px;
}
.best-new-seller {
    margin-top: 20px;
    margin-bottom: 20px;
}
.circle-categories-block a {
    color: #F0007C;
}
.best-new-categories-item-block {
    display: inline-block;
    margin-right: 13px;
}
.circle-categories-block a img {
    box-shadow: 0 0px 0px #F0007C;
    border-radius: 50%;
    transition: all ease-in-out 0.25s;
    border: solid 2px #fff;
}
.circle-categories-block a img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.best-new-seller p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}
.circle-categories-block a p {
    color: #000;
}
.best-new-seller h1{
     font-size: 32px;
     font-weight: 500;
     text-align: center;
}
 .best-new-seller p{
     font-size: 16px;
     text-align: center;
     margin-top: 5px;
}
 .best-new-seller h3, .home-page-offer-banner h3{
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 5px;
}
 .best-new-seller-item{
     width: 230px;
     height: 292px;
     display: inline-block;
     text-align: center;
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
     border-radius: 5px;
     margin-right: 24px;
}
 .best-new-seller-item p{
     font-size: 14px;
     color: #000;
     margin-bottom: 5px;
}
 .best-new-seller-item .price{
     font-size: 16px;
     font-weight: 600;
     color: #FF00AD;
}
 .banner-big-left{
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
     display: inline-block;
     width: 486px;
     border-radius: 5px;
     float: left;
     margin-right: 25px;
}
 .banner-item-right{
     display: inline-block;
     float: left;
     width: 749px;
}
 .home-page-offer-item{
     width: 230px;
     height: 268px;
     display: inline-block;
     text-align: center;
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
     border-radius: 5px;
     margin-right: 28px;
     margin-bottom: 24px;
     float: left;
}
 .home-page-offer-item p{
     font-size: 14px;
     color: #000;
     margin-bottom: 5px;
}
 .home-page-offer-item p.deal{
     font-size: 12px;
     line-height: 14px;
}
 .home-page-offer-banner .price{
     font-size: 16px;
     font-weight: 600;
     color: #FF00AD;
}
 .home-page-offer-banner .deal-price{
     font-size: 14px;
     font-weight: 600;
     color: #FF00AD;
}
 .home-page-offer-banner .deal-strike{
     font-size: 14px;
     font-weight:normal;
     color: #4d4d4d;
     margin-right: 5px;
}
 .home-page-offer-banner p{
     font-size: 14px;
     color: #000;
     margin-bottom: 5px;
     text-align: center;
     margin: 5px;
     line-height: 15px;
}
 .item-right-no-margin{
     margin-right: 0px;
}
 .best-new-categories-item-block {
     display: inline-block;
     margin-right: 13px;
}
 .circle-categories-block a p{
     color: #000;
}
 .circle-categories-block a{
     color: #F0007C;
}
 .circle-categories-block a img {
     box-shadow: 0 0px 0px #F0007C;
     border-radius: 50%;
     transition: all ease-in-out 0.25s;
     border: solid 2px #fff;
}
 .circle-categories-block a:hover img{
     transform: translateY(-10px);
     box-shadow: 0 0px 12px;
     border: solid 2px #F0007C;
}
 .coupon-code-container{
     position: absolute;
}
 .coupon-code-box {
     position: relative;
     width: 153px;
     height: 24px;
     line-height: 24px;
     left: 22px;
     top: 118px;
     background: #FFFFFF;
     border: 1px dashed #FF00AD;
     box-sizing: border-box;
     color: #000000;
     text-align: center;
}
 .coupon-code-text{
     font-family: Roboto;
     font-style: normal;
     font-weight: bold;
     font-size: 14px;
     line-height: 16px;
     text-transform: uppercase;
     color: #FF003D;
}
	.circle-categories-block a img {
				filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
				.circle-categories-block a img:hover {
				-webkit-filter: none;
    filter:none;
}
.home-main-banner {
    margin-top: 10px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%), 0 0px 0px 0 rgb(0 0 0 / 10%);
    text-align: center;
}
.banner-text-box {
    position: relative;
    top: 0;
    left: 0;
    min-width: 1215px;
    max-width: 1260px;
    margin: 0 auto;
}
	.header-right{
		width: 100%;
	}

.banner-text h3 {
    font-weight: 400 !important;
    font-size: 39px !important;
    line-height: 39px;
    text-align: center;
    color: #000000;
    font-family: 'Georgia';
    font-style: normal;
}
.home-price {
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    margin-top: 24px;
    font-family: 'Roboto';
}
.home-price-order {
    font-size: 21px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    margin-top: 6px;
    font-family: 'Roboto';
}
.home-learn-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #0082FA;
    margin-top: 6px;
}
.home-learn-more {
    margin-top: 25px !important;
}
.btn-checkout-new-btn {
    background: #ff00ad;
    font-size: 21px;
    padding: 6px 24px;
    border-radius: 5px;
    margin: 10px auto 15px;
    font-weight: 600;
	display: inline-block;
    color: #ffffff;
	cursor: pointer;
	margin-left: 25%;
	
}
	.btn-checkout-new-btn:hover{
	opacity: 0.85;
}
	.btn-checkout-new-btn img{
	height: 15px;
	padding-bottom: 4px;
	margin-left: 5px;
}	
			.dark-popup-bg{
			position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000000a8;
	    z-index: 9999;
			}
			.col_1-cartdp{
				z-index: 99999999
			}
.col_1-cartdp {
    width: 360px!important;
    border-radius: 4px;
}
.col_1-cartdp ul{
	margin: 0px;
	padding: 0px;
}
.col_1-cartdp {
    overflow-y: auto;
    height: 200px;
    overflow-x: hidden;
}
.cartcontentdp li, .navhelp li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc!important;
    float: left!important;
}
.cartcontentdp li {
    background: 0 0!important;
    font-size: 12px!important;
}
.col_1-cartdp li {
    width: 366px!important;
    padding: 0 0 0 11px;
}
.col_1-locdp li a.all,
.col_1-locdp li a.au,
.col_1-locdp li a.ca,
.col_1-locdp li a.in,
.col_1-locdp li a.ir,
.col_1-locdp li a.leb,
.col_1-locdp li a.qa,
.col_1-locdp li a.uae,
.col_1-locdp li a.uk,
.col_1-locdp li a.us {
    font-size: 13px!important;
    padding-left: 27px!important;
    padding-top: 1px!important
}
.col_1-locdp li a {
    background: url(../img/icon-flags.png) no-repeat!important
}
#menu .col_1-locdp li.active {
    background: #FF00AD!important;
    color: #fff!important
}
#menu .col_1-locdp li.active a {
    color: #fff!important
}
.col_1-locdp li a.uk {
    background-position: -12px 0!important
}
.col_1-locdp li a.ir {
    background-position: -12px -36px!important
}
.col_1-locdp li a.us {
    background-position: -12px -70px!important
}
.col_1-locdp li a.leb {
    background-position: -12px -137px!important
}
.col_1-locdp li a.qa {
    background-position: -12px -103px!important
}
.col_1-locdp li a.sa {
    background-position: -12px -172px!important;
    font-size: 13px!important;
    padding-left: 27px!important;
    padding-top: 1px!important
}
.col_1-locdp li a.all {
    background-position: -12px -205px!important
}
.col_1-locdp li a.uae {
    background-position: -12px -231px!important
}
.col_1-locdp li a.in {
    background-position: -12px -260px!important
}
.col_1-locdp li a.au {
    background-position: -12px -310px!important
}
.col_1-locdp li a.ca {
    background-position: -12px -284px!important
}
.cartcontentdp li {
    background: 0 0!important;
    font-size: 12px!important
}
.cartcontentdp li .imgblock {
    float: left;
    width: 50px;
    line-height: normal;
    padding: 5px
}
.cartcontentdp li .problock {
    float: left;
    width: 175px;
    line-height: normal;
    padding: 5px
}
.cartcontentdp li .qtyblock {
    float: left;
    width: 25px;
    padding: 5px;
    line-height: normal
}
.cartcontentdp li .priceblock {
    float: left;
    width: 50px;
    padding: 5px;
    line-height: normal
}
.icon-help {
    /*margin-top: 1px;
    margin-left: 3px*/
}
.cartcount {
    position: absolute;
    width: 17px;
    background: #def946;
    height: 6px;
    top: -2px;
    left: 18px;
    text-align: center;
    padding: 9px 2px 2px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700
}
.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    border-top: none;
    background: #fff
}
.dropdown_1column {
    width: 225px;
    z-index: 9999999;
    border: 3px solid #892dbe;
}
.dropdown_2columns {
    width: 280px
}
.dropdown_3columns {
    width: 420px
}
.dropdown_4columns {
    width: 560px
}
.dropdown_5columns {
    width: 700px
}
			#miniShoppingCartDiv a.cart-red{
				z-index: 99999 !important;
			}
			#miniCartBasket a.cart-red{
			z-index: 99999 !important;	
			}
#miniShoppingCartDiv {
    padding-top: 4px !important;
}
#miniShoppingCartDiv {
float: right;
min-width: 90px;
padding-top: 2px;
}
#miniCartBasket {
    text-decoration: none;
    display: block;
    height: 37px;
    padding: 0px 10px;
    border: 1px solid rgb(240, 0, 124);
    color: rgb(153, 0, 0);
    border-radius: 2px;
    background: url(../../images/new-cart-icon-2x.png) 5px -30px no-repeat rgb(255, 255, 255);
    position: relative;
    box-shadow: rgb(156, 154, 154) 0px 2px 5px 0px;
    zoom: 1;
}
#miniCartBasket {
border: #AFAFAF 1px solid;
color: #900;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: url(../../images/new-cart-icon-2x.png) no-repeat 10px 5px #fff;
-webkit-box-shadow: 0 2px 5px 0 #9c9a9a;
-moz-box-shadow: 0 0px 0px 0 #9c9a9a;
box-shadow: 0 0px 0px 0 #9c9a9a;
background-size: 25px;
}
#miniShoppingCartDiv a.cart-red span {
    color: #fff !important;
}
.new-cartitem1 {
    color: #f0007c !important;
    font-weight: 600;
}
.cart-left-extend {
    width: 84px;
    position: absolute;
    height: 40px;
    left: -85px;
    top: -2px;
    display: inline-block;
}
#miniShoppingCartDiv span.new-cartitem1 {
    min-width: 26px;
    height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    float: left;
    position: relative;
}
#miniShoppingCartDiv span.new-cartitems {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}
#miniShoppingCartDiv a.cart-default span {
    color: #000000;
}
#miniShoppingCartDiv a.cart-red {
    display: block;
    height: 37px;
    padding: 0 10px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../../images/cart-new-icon.png) no-repeat 5px 5px #f0007c;
    position: relative;
    /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.25), inset 0 -80px 15px -72px rgba(0,0,0,0.4); */
}
#miniShoppingCartDiv span.new-cartitem2b {
    font-weight: normal !important;
}
#miniShoppingCartDiv span.new-cartitem2a {
    min-width: 32px;
    height: auto;
    display: inline-block;
    margin: 4px 0px 0px 3px;
    float: left;
}
#miniShoppingCartDiv span.new-cartitem2 {
    min-width: 32px;
    height: auto;
    display: inline-block;
    margin: 0px 0px 0px 3px;
    float: left;
}
.new-search-header-menu-top {
    float: right;
    position: relative;
    font-size: 14px;
    color: #353535;
}
.new-search-header-menu-top a {
    color: #000;
    display: inline-block;
    padding: 0 10px;
    border-right: #AFAFAF 1px solid;
    margin-left: -6px;
}
#nav-search {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto;
    margin: 10px 0 0;
}
#nav-search {
    margin-top: 0;
    padding-top: 11px;
    float: right;
    width: 80%;
}
#nav-search .nav-searchbar {
    display: block;
    position: relative;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.nav-right {
    position: relative;
    float: right;
    width: auto;
    display: inline-block;
    z-index: 999;
    min-width: 0;
    position: relative;
    height: 35px;
}
.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    border-top: none;
    background: #fff;
}
.dropdown_1column {
    width: 225px;
    z-index: 9999999;
    border: 3px solid #892dbe;
}
.nav-search-submit {
    position: relative;
    top: 0;
    right: 0;
    height: 35px;
    width: 42px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid;
    border-color: #f0007c;
    background-color: #f0007c;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-position: 0 -381px;
}
#nav-search-submit-text.nav-sprite {
    background-position: 0px 0px;
    width: 25px;
    height: 25px;
    text-indent: -500px;
    top: 5px;
    left: 8px;
    background-image: url(../../images/btn-search-white-btn.png);
    display: inline-block;
    position: relative;
}
#nav-search .nav-search-submit .nav-input {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: 0;
    color: #fff;
    background: 0 0;
    border: none;
    text-indent: -1000px;
    line-height: 1px;
}
#nav-search .nav-search-field {
    position: relative;
    height: 35px;
    background: #fff;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-radius: 5px;
}
#nav-search .nav-search-field .nav-input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 15px;
    padding: 0;
    margin: 0;
    border: 0;
    height: 33px;
    font-family: arial,sans-serif;
    font-size: 15px;
    background: 0 0;
    color: #111;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: 8px;
}
.navbar-nav .nav-link {
  color: #fff;
	font-size: 0.85rem;
	padding: 8px 0px;
}
.dropend .dropdown-toggle {
  color: #892dbe;
  margin-left: 1em;
}
.dropdown-item{
  font-size: 0.85rem;
}
.dropdown-item:hover {
  background-color: #892dbe;
  color: #fff;
}
.dropdown-item.no-hover:hover {
  background-color: #fff !important;
  color: #212529 !important;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
.navbar-grey{
	background-color: #373737;
	padding: 0px;
}
.navbar .navbar-nav .nav-item:hover {
    background: #892dbe;
}
.border-dot-right{
	    border-right: 1px dotted #efefef;
    border-radius: 0;
}
.dropdown .dropdown-menu {
  border: 3px solid #892dbe;
	border-radius: 0px;
	top:33px;
	right:0px;
	padding: 0px;
	max-height: 420px;
	overflow-y: auto;
}
.dropdown .dropdown-menu li.keto-dealmenu .dropdown-item {
    background: #ffffff;
    color: #FF00AD;
}
.d-inline-block{
	display: inline-flex !important;
}
.d-mob-block{
	display: inline-flex !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: white;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}
.dropdown .dropdown-menu li.keto-dealmenu .dropdown-item:hover {
	background: #892dbe;
color: #fff;
}
.CurrTitle {
    font-size: 12px!important;
    padding-left: 0;
    margin-left: 0!important;
    cursor: default;
    background: #fff!important;
    color: #e3238e!important;
    line-height: 26px;
	padding: 0 0 0 11px;
}
.simple li img{
    margin-right: 4px;
}
.menulinks a.contactus {
    background: url(../../images/customer-sprite181223.png) 3px 8px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.faq {
    background: url(../../images/customer-sprite181223.png) 3px -25px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.customer {
    background: url(../../images/customer-sprite181223.png) 3px -58px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.chat {
    background: url(../../images/customer-sprite181223.png) 3px -95px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.about {
    background: url(../../images/customer-sprite181223.png) 3px -160px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.test {
    background: url(../../images/customer-sprite181223.png) 3px -197px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.vid {
    background: url(../../images/customer-sprite181223.png) 3px -263px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.feed {
    background: url(../../images/customer-sprite181223.png) 3px -232px no-repeat!important;
    padding-left: 30px;
}
.menulinks a.blog {
    background: url(../../images/customer-sprite181223.png) 3px -296px no-repeat!important;
    padding-left: 30px;
}
.menulinks li:hover {
  background-color: #892dbe;
    color: #fff;
}
.navhelp .talkblock span {
    padding-top: 6px;
    font-size: 24px;
    color: #d8087d;
    font-weight: 600;
    margin-top: 10px;
}
.navhelp .talkblock {
    background: url(../../images/help-icons.png) -16px -6px no-repeat;
    height: 60px;
    text-align: center;
    line-height: normal;
    padding-top: 5px;
}
.navhelp .liveblock {
    background: url(../../images/help-icons.png) -16px -165px no-repeat;
    height: 50px;
    padding-left: 48px;
    line-height: normal;
    padding-top: 5px;
    cursor: pointer;
}
.navhelp .timeblock {
    background: url(../../images/help-icons.png) -16px -77px no-repeat;
    height: 60px;
    padding-left: 48px;
    line-height: normal;
    padding-top: 5px;
}
.navhelp .callblock {
    background: url(../../images/help-icons.png) -16px -237px no-repeat;
    height: 60px;
    padding-left: 48px;
    line-height: normal;
    padding-top: 5px;
    cursor: pointer;
}
.navhelp .emailblock {
    background: url(../../images/help-icons.png) -16px -320px no-repeat;
	height: 45px;
    padding-left: 48px;
    line-height: normal;
    padding-top: 5px;
    cursor: pointer;
}
.navhelp .answerblock {
    background: url(../../images/help-icons.png) -16px -390px no-repeat;
    height: 45px;
    padding-left: 48px;
    line-height: normal;
    padding-top: 5px;
    cursor: pointer;
}
.navhelp li {
    display: block;
    border-bottom: 1px dotted #ccc!important;
    float: left!important;
	width: 100%;
}
.navhelp li .dropdown-item{
    padding-bottom: 5px;
}
.navhelp .answerblock span, .navhelp .callblock span, .navhelp .emailblock span, .navhelp .liveblock span, .navhelp .timeblock span {
    font-size: 14px;
    color: #d8087d;
    margin-top: 10px;
    font-weight: 600;
}
.has-search .form-control-feedback {
    left: 0;
    margin-left: 3px;
}
.form-control-feedback {
    top: 0;
    right: 0;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    background: url(../../images/mdi_search.png) no-repeat top left;
    margin-top: 11px;
    margin-left: 4px;
}
.has-search form {
    margin: 0 0 0 0px;
}
.has-search .input-search-field {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.has-search .input-search-field {
    padding-left: 2.3rem !important;
}
.search-box {
    width: 80%;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 15px;
}
.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}
.offcanvas-header {
    align-items: flex-start;
}
.offcanvas-header{
	position: absolute;
    right: 2px;
}
.collapse_menu a.collapsed, .collapse_menu a.expanded {
    color: #054cab!important;
    font-weight: 400;
    padding: 0!important;
    margin-top: 5px;
}
.collapse_menu a.collapsed {
    background: url(../img/collape-detail.png) 0 50% no-repeat;
}
.collapse_menu a.expanded {
    width: 100%;
    background: url(../../images/uncollape-detail.png) 0 50% no-repeat;
}
.view-detail {
    background: #f8f7f5;
    margin-left: 20px;
}
.view-more.collapsed .fa-plus-circle-2:before {
       content: "\f055";
}
.view-more .fa-plus-circle-2:before {
	content: "\f056";
    
}
#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .collapse_menu li {
    background-image: none;
    margin: 0;
    padding: 0;
}
.collapse_menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
li.detail-lists .set1 {
    font-size: 11px;
}
li.detail-lists {
    padding-top: 2px !important;
}
li.detail-lists {
    margin-left: 25px!important;
    margin-right: 10px!important;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px!important;
}
li.detail-lists .set1 .price {
    color: #f82488;
    font-weight: 700;
}
.breadcrumb{
	font-size: 13px;
}
.btn-toggle {
    font-weight: 700;
    font-size: 18px;
	padding: 0.7rem 0.5rem !important;
}
.btn-toggle-nav{
	padding-top: 6px;
}




 .pn-ProductNav_Wrapper {
     position: relative;
     /*padding: 0 11px;*/
     box-sizing: border-box;
}
 .pn-ProductNav {
    /* Make this scrollable when needed */
     overflow-x: auto;
    /* We don't want vertical scrolling */
     overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
     -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
     white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
     position: relative;
     /*font-size: 0;*/
}
 .js .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
     -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
}
 .js .pn-ProductNav::-webkit-scrollbar {
     display: none;
}
 .pn-ProductNav_Contents {
     float: left;
     transition: transform 0.2s ease-in-out;
     position: relative;
}
 .pn-ProductNav_Contents-no-transition {
     transition: none;
	     width: max-content;
}
 .pn-ProductNav_Link {
     display: inline-flex;
     align-items: center;
}
 .pn-ProductNav_Link[aria-selected=true] {
     color: #111;
}
 .pn-Advancer {
    /* Reset the button */
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: transparent;
     padding: 0;
     border: 0;
    /* Now style it as needed */
     position: absolute;
     top: 0;
     bottom: 0;
    /* Set the buttons invisible by default */
     opacity: 0;
     transition: opacity 0.3s;
}
 .pn-Advancer:focus {
     outline: 0;
}
 .pn-Advancer:hover {
     cursor: pointer;
}
 .pn-Advancer_Left {
     left: 0;
}
 [data-overflowing=both] ~ .pn-Advancer_Left, [data-overflowing=left] ~ .pn-Advancer_Left {
     opacity: 1;
}
 .pn-Advancer_Right {
     right: 0;
}
 [data-overflowing=both] ~ .pn-Advancer_Right, [data-overflowing=right] ~ .pn-Advancer_Right {
     opacity: 1;
}
 .pn-Advancer_Icon {
     width: 20px;
     height: 44px;
     fill: #bbb;
}
 .pn-Advancer_Icon-box{
     content: '';
     display: inline-block;
     width: 55px;
     height: 55px;
     -moz-border-radius: 55px;
     -webkit-border-radius: 55px;
     border-radius: 55px;
     background-color: #ffffff;
     position:relative;
     padding-top: 5px;
     box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 10%);
     top:-25px;
     margin:15px;
}
 .pn-ProductNav_Indicator {
     position: absolute;
     bottom: 0;
     left: 0;
     height: 4px;
     width: 100px;
     background-color: transparent;
     transform-origin: 0 0;
     transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
 .you-may-also-like .line {
     height: 1px;
     width: 100%;
     background-color: #c3c3c3;
     margin-top: 0px;
}
 .you-may-also-like .you-may-also-like-items {
     min-height: 397px;
     width: 247px;
     text-align: center;
     position: relative;
     display: inline-block;
}
 .you-may-also-like-items ul{
     display: flex;
    /* move flex-items in column */
     flex-direction: column;
     text-align: center;
}
 .you-may-also-like .you-may-also-like-items ul, li {
     margin: 0;
     list-style: none;
     padding: 0;
}
 .you-may-also-like .you-may-also-like-items li.productthumb {
     height: 293px;
}
 .you-may-also-like-items h3.prodtitle {
     font-size: 16px;
     font-weight: 600;
     color: #e01681;
     padding: 5px 0;
     margin: 0;
     height: 40px;
     line-height: 18px;
}
 .you-may-also-like-items h4.price {
     font-size: 15px;
     font-weight: 600;
     color: #757575;
     padding: 0;
     margin: 0;
     line-height: normal;
     width: 250px;
}
 .you-may-also-like-items .earliest {
     font-size: 13px;
     font-weight: 500;
     color: #03679b;
     width: 250px;
}
 .mr-3{
     margin-right: 30px;
}
 .you-may-also-like-items .productthumb img {
     max-height: 500px;
     height: 500px;
}
 .you-may-also-like-items-box{
    /* width: 230px;
     height: 268px;
     */
     display: inline-block;
     text-align: center;
     box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 10%);
     border-radius: 5px;
     margin-right: 12px;
     margin-bottom: 24px;
     float: left;
	 padding: 0px 5px;
}
 .you-may-also-like-items-box ul{
    padding: 0px;
}
.ten-off{
	width: 50%;
	margin: 0 auto;
}


.footersocial-new-item a {
    margin-left: 7px;
    float: left;
}
.footersocial-new-item span {
    width: 31px;
    height: 31px;
    margin-left: 7px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -5px;
}
.footersocial-new-item .footer-facebook-ii {
    background: url(../../images/connect-new-3.png) no-repeat 0 0;
}
.footersocial-new-item .footer-google-ii {
    background: url(../../images/connect-new-3.png) no-repeat -33px 0;
}
.footersocial-new-item .footer-youtube-ii {
    background: url(../../images/connect-new-3.png) no-repeat -66px 0;
}
.footersocial-new-item .footer-instagram-ii {
    background: url(../../images/connect-new-3.png) no-repeat -99px 0;
}
.footersocial-new-item .footer-tiktok-ii {
    background: url(../../images/connect-new-3.png) no-repeat -132px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}
.me-resp-3{
	margin-right: 0rem!important;
}
.our-top-pick{
	top:-20px;
}
.filter-sidebar{
	border: 1px solid #C9C9C9;
border-radius: 8px;
}
.no-border-radius{
	border-radius: 0px!important;
}
.d-pointer{
	cursor: pointer;
}


[data-toggle=collapse] {
  cursor: pointer;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.valign-middle {
  vertical-align: middle !important;
}


.thumbnail{
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    position: relative;
}
.thumbnail:hover {
    border: 2px solid #fe9c02;
    box-shadow: 0 1px 5px 0 #fe9c02
}
.productblock-overlay {
    position: absolute;
    opacity: 0;
    display: none;
    float: left;
    width: 100%;
}
.btn-shopnow {
    background: #FF00AD;
    font-size: 22px;
    padding: 11px 11px 11px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 153px;
    margin: 240px 0 15px 40px;
    text-shadow: none;
    font-family: museo_slab500;
    font-weight: 300;
    display: block;
}
.btn-shopnow img {
    height: 15px;
    padding-bottom: 4px;
    margin-left: 5px;
}
.productblock img {
    padding-bottom: 10px;
}
.productblock ul {
    padding: 0px;
	margin: 0px;
}
.productblock h3.prodtitle {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    padding: 0 0 5px;
	min-height: 44px;
}
.productblock .earliest {
    font-size: 13px;
    font-weight: 500;
    color: #03679b;
}

.productblock h4.price, .productblock h4.pricestrike {
    font-size: 15px;
    font-weight: 500;
	color: #FF00AD;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.one-third {
    width: calc(33.33333% - 20px);
}
.product__grid-item{
	margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 20px;
}
.productthumb{
	display: flex;
    flex-direction: column;
}
.breadcrumb-item.active {
    color: #000000;
}



/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}
._boxzoom ._product-images {
  width: 80%;
  display: inline-block;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
  left: 0px;
}
.piclist li img {
  height: 100px;
  object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
  background: #fff;
  padding: 15px;
  border: 1px solid lightgray;
}
._product-detail-content p._p-name {
  color: black;
  font-size: 20px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 12px;
}
.p-list span {
  margin-right: 15px;
}
.p-list span.price {
  font-size: 25px;
  color: #318234;
}
._p-qty > span {
  color: black;
  margin-right: 15px;
  font-weight: 500;
}
._p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #fd7f34;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

._p-qty .value-button {
  border: 0px solid #fe0000;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
}
._p-qty input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #fe0000;
  border-bottom: 1px solid #fe0000;
  margin: 0px;
  width: 50px;
  height: 35px;
  font-size: 14px;
  box-sizing: border-box;
}
._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}
.p-list {
  margin-bottom: 10px;
}
._p-features > span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
._p-add-cart .buy-btn {
  background-color: #fd7f34;
  color: #fff;
}
._p-add-cart .btn {
  text-transform: capitalize;
  padding: 6px 20px;
  /* width: 200px; */
  border-radius: 52px;
}
._p-add-cart .btn {
  margin: 0px 8px;
}




/*========box========*/
.sq_box {
  padding-bottom: 5px;
  border-bottom: solid 2px #fd7f34;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.item .sq_box span.wishlist {
  right: 5px !important;
}
.sq_box span.wishlist {
  position: absolute;
  top: 10px;
  right: 20px;
}
.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}
.sq_box span.wishlist i {
  color: #adb5bd;
  font-size: 20px;
}
.sq_box h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.sq_box .price-box {
  margin-bottom: 15px !important;
}
.sq_box .btn {
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 15px;
  color: #fff;
  background-color: #fd7f34;
  font-weight: 600;
}
.sq_box .price-box span.price {
  text-decoration: line-through;
  color: #6c757d;
}
.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
  color: #28a745;
}
.sq_box img {
  object-fit: cover;
  height: 150px !important;
  margin-top: 20px;
}
.sq_box span.wishlist i:hover {
  color: #fd7f34;
}

/* custom style */

.section-bg {
  background-color: #fff1e0;
}
section {
  padding: 60px 0;
}
.row-sm .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.picZoomer {
  position: relative;
  /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}
.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}
.picZoomer-pic {
  /*width: 100%;
	height: 100%;*/
}
.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  border: 1px solid #eee;
  height: 460px;
  margin-top: -19px;
}
.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.1);
}
.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.piclist li {
  display: inline-block;
  width: 70px;
	margin-bottom: 0.8rem;
	opacity: 0.6;

}
.piclist li.active, .piclist li:hover {
  opacity: 1;

}
.piclist li img {
  width: 85%;
  height: auto;
}
.product-size{
	
}
.product-size h3.vat {
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
    line-height: 15px;
    display: inline-block;
	font-weight: bold;
	/*border-bottom: 1px solid #E6E6E6;*/
	width: 100%;
}
.product-title{
	font-weight: 700;
	font-size: 28px;
}


.radio-button {
  margin-bottom: 1rem;
}

.radio-button__label-wrapper {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding-left: 2rem;
  position: relative;
  top: 0.25rem;
}
.radio-button__label-wrapper:hover .radio-button__input ~ .radio-button__custom-indicator {
  border-color: #FF00AD;
}

.radio-button__label-title {
  margin-bottom: 0rem;
	font-size: 1rem;
}

.radio-button__label-subtext {
  display: block;
  font-size: 0.8rem;
  color: #777777;
}
.saveprice, .savepricebox{
	margin-left: 0.3rem;
}

.radio-button__custom-indicator {
background-color: white;
    border: 1px solid #999;
    border-radius: 50%;
    height: 18px;
    left: 0;
    position: absolute;
    top: 20%;
    width: 18px;
}
.radio-button__custom-indicator::after {
  background-color: #FF00AD;
    border-radius: 50%;
    content: "";
    display: none;
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
}

.radio-button__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.radio-button__input:focus ~ .radio-button__custom-indicator {
  border-color: black;
}
.radio-button__input:checked ~ .radio-button__custom-indicator::after {
  display: block;
}
.radio-button__input:disabled ~ .radio-button__custom-indicator {
  opacity: 0.6;
  pointer-events: none;
}
.radio-button__label-title .lable_price{
	color: #FF00AD;
	font-weight: 600;
}
.grey-around {
    background-color: #F0F0F0;
    padding: 4px;
    border-radius: 3px;
    margin: 0px 0;
	display: inline-block;
}
.font-12 {
    font-size: 12px;
}
.tabby-text {
    color: #222222;
}
.margin-1x {
    margin-right: 4px;
}
.buy-now-arrow-btn {
    background: #FF00AD;
    font-size: 21px;;
    border-radius: 0.5rem;
    text-shadow: none;
    display: inline-block;
    padding: 11px 26px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
	    width: 100%;
	text-align: center;
}
.add-to-cart-btn {
    background: #B47CCF;
    font-size: 21px;
    padding: 11px 26px;
    text-align: center;
    border-radius: 0.5rem;
    transition: all .1s ease;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    display: inline-block;
	    width: 100%;
}
.icon-calender{
	position: absolute;
    right: 9px;
    top: 42px;
}
.date-icon{
	cursor: pointer;
}
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
	background: #ebebeb;
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
	color: #000;
}
.accordion-body {
    font-size: 0.85rem;
	margin: 6px 0;
}
.addon-wrapper{
	padding: 0rem 1rem;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	margin-top: 12px;
	display: inline-block;
	position: relative;
	display: table-cell;
	max-width: 165px;
}
.addon-wrapper .title1{
font-weight: 400;
font-size: 13px;
line-height: 16px;
text-align: center;
min-height: 40px;
color: #000000;
	margin-bottom: 0.1rem;
	text-decoration: none;
}
.addon-wrapper .price1{
font-weight: 700;
font-size: 16px;
color: #FF00AD;
}
.addon-wrapper .cross-sell-icon{
	 position: absolute;
    top: -8px;
    right: -8px;
}
.addon-wrapper .cross-sell-icon.minus{
	 position: absolute;
    top: -8px;
    right: 22px;
}
.addon-wrapper .cross-sell-icon img{
	width: 25px;
}


.secret-wrapper{
	
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	margin-top: 12px;
	display: inline-block;
	position: relative;
	display: table-cell;
	margin-bottom: 2rem;
}
.secret-wrapper .title1{
font-weight: 400;
font-size: 13px;
line-height: 16px;
text-align: center;
min-height: 40px;
color: #000000;
	margin-bottom: 0.1rem;
}
.secret-wrapper .price1{
font-weight: 700;
font-size: 13px;
color: #FF00AD;
	text-align: center;
}
.secret-wrapper .cross-sell-icon{
	     position: absolute;
    top: 26px;
    left: 1px;
}
.secret-wrapper .cross-sell-icon.minus{
	     position: absolute;
    top: 26px;
    left: 30px;
}
.secret-wrapper .GiftsWrp2{
	    padding: 0px 4px;
	text-align: center;
}
.secret-percent{
	background: #F4F4F4;
	border-radius: 4px 4px 0px 0px;
}
.secret-percent{
	font-size: 13px;
line-height: 22px;
text-align: right;
padding: 2px 3px;
color: #FF0000;
	font-weight: 600;
}
.secret-wrapper .cross-sell-icon img{
	width: 25px;
}
.price-strike{
text-decoration-line: line-through;
color: #A3A3A3;
}

.stepper__row {
  display: flex;
  justify-content: space-between;
}
.stepper--horizontal {
  display: flex;
  position: relative;
}
.stepper--horizontal__circle {
	background: #FF00AD;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-self: center;
	border-radius: 50px;
  }
.stepper--horizontal__circle__text {
      align-self: center;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
    }
.stepper--horizontal__details {
    margin-left: 12px;
    align-self: center;
  }
.stepper--horizontal__details h3{;
	font-size: 16px;
	color: #FF00AD;
	font-weight: 600;
	margin-bottom: 0px;
  }
.stepper--horizontal:last-child:after {
      content: '';
      display: none;
    }

.stepper--horizontal--disabled .stepper--horizontal__circle {
	background: #C6C6C6;
    opacity: 0.4;
	border-radius: 50px;
  }

.stepper--horizontal--disabled .stepper--horizontal__circle__text {
      color: rgb(255 255 255 / 90%);
    }

.stepper--horizontal--disabled .stepper--horizontal__details .paragraph {
      margin-top: 2px;
      color: rgba(62, 78, 104, 0.8);
    }

.stepper--horizontal--disabled .stepper--horizontal__details .heading__three {
      color: rgba(62, 78, 104, 0.7);
    }
.btn-apply{
	border: 1px solid #cccccc;
	color: #000000;
}
.btn-apply a{
	color: #000000;
}
.btn-apply:hover{
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.cart-table .cart-item .cart-name{
	font-size: 14px;
}
.cart-table .cart-item .cart-name span{
	font-size: 12px;
}
.cart-table .cart-item img{
	max-width: 75px;
}
.cart-table{
	margin-bottom: 2rem;
}
.cart-table .cart-item{
	margin: 5px 0px;
}
.cart-table .item-row{
	font-size: 14px;
}
.cart-table th{
	background: #F8F8F8;
	font-size: 15px;
}
.cart-table tr.info{
	background: #F8F8F8;
}
.cart-table .item-total{
	color: #FF00AD;
	font-size: 18px;
}


.quantity {
 display: flex; }

.quantity .input-text.qty {
 width: 35px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #D7D7D7;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 1px 8px;
 background-color: #ffffff;
 border: 1px solid #D7D7D7;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }
.btn-remove{
	    border: 1px solid #D7D7D7;
    font-size: 12px;
    padding: 0.1rem 0.4rem !important;
    background: #ffffff;
}
.btn-remove:hover{
	    border: 1px solid #D7D7D7;
    font-size: 12px;
    padding: 0.1rem 0.4rem !important;
    background: #eeeeee;
}
.border-top-1{
	    border-top-width: 1px;
}
.border-grey-1{
	border: 1px solid #E1E1E1;
}
.header-2{
padding-top: 7rem!important;	
}

.border-radius{
	border-radius: 5px;
}
.fa, .fas, .far, .fa-calendar-alt{
	color: #9B9B9B; 
}
.dateblock select {
     width: 350px;
     height: 35px;
     font-family: OpenSansRegular;
}
 .dateblock input {
     width: 166px;
     height: 23px;
     padding: 6px;
     margin-bottom: 0px;
}
 .new-delivery{
     display: block;
     margin-top: 10px;
     display: flex;
}
 .new-delivery-city{
     display: inline-block;
     width: 170px !important;
}
 .new-delivery-date, .new-delivery-date-edit{
     display: inline-block;
     width: 170px !important;
     position: relative;
}
 .new-delivery-select{
     width: 170px !important;
}
 .new-date-icon{
     position: absolute;
     top: 5px;
     right: 0px;
}
 .inline-error{
     border: 1px solid #f00 !important;
}
 .inline-error-text{
     color: #ff0000;
     font-size: 12px;
}
 .dateblock ul, li{
     padding-bottom: 0px;
}
 .dateblock p.occasionblock {
     margin-top: 10px;
}
 .calender-width{
     width: 660px 
}
 .calender-container{
     margin: 10px !important;
}

 input.faq-drawer__trigger[type="checkbox"] {
     display: none;
}
 .faq-drawer {
     margin-bottom:10px;
     flex: 1;
     border: 1px solid #D1D1D1;
     border-radius: 5px;
     background: #F8F8F8;
}
 .faq-drawer__title {
     display: block;
     position: relative;
     padding: 10px;
     margin-bottom: 0;
     color: #333333;
     font-size: 15px;
     border-radius: 8px;
     transition: all 0.25s ease-out;
     cursor: pointer;
}
 .faq-drawer__title:hover {
     color: #747474;
}
 .faq-drawer__title::after {
     float: right;
     border-style: solid;
     border-width: 0.15em 0.15em 0 0;
     content: '';
     display: inline-block;
     height: 0.45em;
     left: 0px;
     position: relative;
     top: 5px;
     transform: rotate(135deg);
     vertical-align: top;
     width: 0.45em;
     transition: transform 0.2s ease-out;
}
 .faq-drawer__trigger:checked + .faq-drawer__title::after {
     transform: rotate(-45deg);
}
 .faq-drawer__content-wrapper {
     overflow: hidden;
     max-height: 0px;
     font-size: 15px;
     line-height: 23px;
     transition: max-height 0.25s ease-in-out;
}
 .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
     max-height: 350px;
}
 .faq-drawer__trigger:checked + .faq-drawer__title {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
     background: #FFFFFF;
}
 .faq-drawer__content-wrapper .faq-drawer__content {
     background: white;
     padding: 1px 10px 10px;
     border-bottom-left-radius: 8px;
     border-bottom-right-radius: 8px;
}
 ul.custom-radio-btn{
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: auto;
}
 ul.custom-radio-btn li{
     color: #333333;
     position: relative;
     float: left;
     
	 min-width: 130px;
}
 ul.custom-radio-btn li input[type=radio]{
     position: absolute;
     visibility: hidden;
     width: 87%;
}
 ul.custom-radio-btn li label{
     display: block;
     position: relative;
     font-weight: 500;
     font-size: 12px;
     padding: 3px 3px 3px 24px;
     margin: 5px auto;
    /* height: 30px;
     */
    /* z-index: 9;
     */
     cursor: pointer;
     -webkit-transition: all 0.25s linear;
     border-radius: 3px;
     margin-right: 18px;
     border: 1px solid #E3E3E3;
}
 ul.custom-radio-btn li:hover label{
     color: #FF00AD;
}
 ul.custom-radio-btn li .check{
     display: block;
     position: absolute;
     border: 1px solid #AAAAAA;
     border-radius: 100%;
     height: 12px;
     width: 12px;
     top: 14px;
     left: 6px;
     z-index: 5;
     transition: border .25s linear;
     -webkit-transition: border .25s linear;
}
 ul.custom-radio-btn li:hover .check {
     border: 1px solid #FF00AD;
}
 ul.custom-radio-btn li .check::before {
     display: block;
     position: absolute;
     content: '';
     border-radius: 100%;
     height: 6px;
     width: 6px;
     top: 2px;
     left: 2px;
     margin: auto;
     transition: background 0.25s linear;
     -webkit-transition: background 0.25s linear;
}
 input.custom-radio-input[type=radio]:checked ~ .check {
     border: 1px solid #FF00AD;
}
 input.custom-radio-input[type=radio]:checked ~ .check::before{
     background: #FF00AD;
}
 input.custom-radio-input[type=radio]:checked ~ label{
     color: #FF00AD;
     border: 1px solid #FF00AD;
}
 #select-del-date .modal-header h5, #text-ship-method .modal-header h5{
     font-weight: 600;
     font-size: 16px;
}
 #select-del-date .modal-header .close, #text-ship-method .modal-header .close{
     margin-top: 8px;
     font-size: 30px;
     font-weight: 400;
}
 .f-left{
     float: left;
}
.d-flex{
	display: flex;
}
 .new-delivery-date-edit{
     float: left;
     font-size: 13px;
     position: relative;
     color: #999;
     padding: 0px 7px 0px 9px;
     border-radius: 5px;
     border: 1px solid #CCC;
     cursor: pointer;
     outline: 0;
     z-index: 150;
     height: 34px;
}
 .delivery-date-text-time{
     font-weight: 600;
     font-size: 14px;
     text-align: center;
     color: #333333;
     margin-top: 6px;
     margin-right: 5px;
     display: inline-block;
}
 .delivery-date-time{
     font-weight: normal;
     font-size: 11px;
     text-align: left;
     color: #333333;
     margin-top: 2px;
     margin-right: 5px;
     display: inline-block;
     line-height: 14px;
    /*width: 90px;
    */
}
 .delivery-date-time-edit{
     margin-top: 5px;
}
 .delivery-location-pin{
     top: -2px;
     position: relative;
}
.line-height-1{
	line-height: 1rem;
}
.radio-button-2 {
margin-bottom: 10px;
    width: 236px;
    height: 74px;
    background: #F8F8F8;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 12px;
    display: inline-block;
}

.radio-button-2__label-wrapper {
  border-radius: 50%;
    cursor: pointer;
    display: block;
    padding-left: 30px;
    position: relative;
    top: 0.25rem;
}
.radio-button-2__label-wrapper:hover .radio-button__input ~ .radio-button__custom-indicator {
  border-color:#FF00AD;
}

.radio-button-2__label-title {
  margin-bottom: 0.25rem;
}

.radio-button-2__label-subtext {
  display: block;
  font-size: 12px;
}

.radio-button-2__custom-indicator {
      background-color: white;
    border: 1px solid #999;
    border-radius: 50%;
    height: 16px;
    left: 6px;
    position: absolute;
    top: 21px;
    width: 16px
}
.radio-button-2__custom-indicator::after {
 border-radius: 50%;
    content: "";
    display: none;
    height: 10px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 10px;
    background: #FF00AD;
}

.radio-button-2__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.radio-button-2__input:focus ~ .radio-button-2__custom-indicator {
  border-color:#FF00AD;
}
.radio-button-2__input:checked ~ .radio-button-2__custom-indicator::after {
  display: block;
}
.radio-button-2__input:checked ~ .radio-button-2__custom-indicator {
	border-color:#FF00AD;
}
.radio-button-2__input:disabled ~ .radio-button-2__custom-indicator {
  opacity: 0.6;
  pointer-events: none;
}

.radio-button-3 {
margin-bottom: 10px;
    width: 125px;
    height: 36px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 8px;
    display: inline-block;
}

.radio-button-3__label-wrapper {
  border-radius: 50%;
    cursor: pointer;
    display: block;
    padding-left: 30px;
    position: relative;
    top: 7px;
}
.radio-button-3__label-wrapper:hover .radio-button__input ~ .radio-button__custom-indicator {
  border-color:#FF00AD;
}

.radio-button-3__label-title {
  margin-bottom: 0.25rem;
}

.radio-button-3__label-subtext {
  display: block;
  font-size: 12px;
}

.radio-button-3__custom-indicator {
      background-color: white;
    border: 1px solid #999;
    border-radius: 50%;
    height: 16px;
    left: 6px;
    position: absolute;
    top: 0px;
    width: 16px
}
.radio-button-3__custom-indicator::after {
 border-radius: 50%;
    content: "";
    display: none;
    height: 10px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 10px;
    background: #FF00AD;
}

.radio-button-3__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.radio-button-3__input:focus ~ .radio-button-3__custom-indicator {
  border-color:#FF00AD;
}
.radio-button-3__input:checked ~ .radio-button-3__custom-indicator::after {
  display: block;
}
.radio-button-3__input:checked ~ .radio-button-3__custom-indicator {
	border-color:#FF00AD;
}
.radio-button-3__input:disabled ~ .radio-button-3__custom-indicator {
  opacity: 0.6;
  pointer-events: none;
}


.alert{
	padding: 0.5rem 0.7rem;
}
.alert-success {
    color: #1F550C;
    background: #DEF0D8;
    border-color: #DEF0D8;
}
.no-border{
	border:none;
}
.text-red{
	color: #FF0000;
}


/* Number raiting ASC styling START */
.rating-asc {
	display: flex;
}
.rating-asc input[type="radio"] {
	position: fixed;
	top: 0;
	right: 100%;
}
.rating-asc label {
	font-size: 1.2rem;
	padding: 0.25rem 0.5rem;
	margin: 0;
	float: left;
	cursor: pointer;
	@include transition(0.2s);
	text-align: center;
}
.rating-asc input[type="radio"]:checked ~ input + label {
	background: none;
	color: #aaa;
}
.rating-asc input + label {
	background: #E6E6E6;
	color: black;
	margin: 0 6px;
}
.rating-asc input + label:first-of-type {
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.rating-asc input:checked + label {
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* Number raiting ASC styling END */

.total-point{
	background: #FF00AD;
	padding: 10px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
.corporate-bg{
	background-image: url(../../images/img-corporate.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.bg-purple{
	background: #892DBE;
	color: #ffffff;
}
.dealperitemsproductcount {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    /* display: flex; */
    /* align-items: stretch; */
    width: 100%;
}
.dealperitemsproductcountbg {
    opacity: 0.6;
    z-index: 7777;
    background: #666;
    height: 174px;
}
.dealperitemsproductcountnumber {
    text-align: center;
    font-size: 70px;
    line-height: 148px;
    /* position: relative; */
    /* top: -174px; */
    /* left: 0; */
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    background: #666;
    background: rgb(0 0 0 / 50%);
}

.parent-collapsed {
  display: none;
}

.collapsed .parent-expanded {
  display: none;
}
.collapsed .parent-collapsed {
  display: inline-block;
}
.container-wrap{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination-centered {
    text-align: center;
}





.s-pagination-strip {
     display: inline-flex;
     white-space: nowrap;
     border-radius: 8px;
     box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
 .s-pagination-disabled {
     color: #6f7373;
}
 .s-pagination-previous {
     border-left: 1px solid #d5d9d9;
     border-top-left-radius: 8px;
     border-bottom-left-radius: 8px;
}
 .s-pagination-item {
     display: inline-block;
     color: #6f7373;
     line-height: 46px;
     padding: 0 12px;
     border-top: 1px solid #d5d9d9;
     border-bottom: 1px solid #d5d9d9;
     min-width: 24px;
     height: 46px;
     position: relative;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 .s-pagination-selected {
     color: #ffffff;
     font-weight: 700;
     border-top: 1px solid #f0007c;
     padding-left: 11px;
     padding-right: 11px;
     background: #f0007c;
}
 .s-pagination-button, .s-pagination-button:active, .s-pagination-button:focus, .s-pagination-button:hover, .s-pagination-button:link, .s-pagination-button:visited {
     color: #0f1111;
     text-decoration: none;
}
 .s-pagination-next.s-pagination-separator {
     padding-left: 13px;
     min-width: 69px;
}
 .s-pagination-item.s-pagination-separator:before, .s-pagination-separator.s-pagination-item:before {
     content: '';
     width: 1px;
     height: 32px;
     background: #d5d9d9;
     position: absolute;
     left: -1px;
     top: 7px;
}
 .s-pagination-item.s-pagination-separator:before {
     left: 0;
}
 .s-pagination-next, .s-pagination-previous {
     min-width: 70px;
}
 .s-pagination-next.s-pagination-separator {
     padding-left: 13px;
     min-width: 69px;
}
 .s-pagination-next svg {
     color: #f1007c !important;
}
 .s-pagination-previous svg {
     color: #f1007c !important;
}
 .s-pagination-next.active, .s-pagination-previous.active{
     color: #f1007c !important;
}
 .s-pagination-button.s-pagination-next, .s-pagination-button.s-pagination-previous {
     color: #0f1111;
}
 .s-pagination-button, .s-pagination-button:active, .s-pagination-button:focus, .s-pagination-button:hover, .s-pagination-button:link, .s-pagination-button:visited {
     color: #0f1111;
     text-decoration: none;
}
 .s-pagination-strip.a, s-pagination-strip.a:link, s-pagination-strip.a:visited {
     text-decoration: none;
     color: #007185;
}
 .s-pagination-next {
     border-right: 1px solid #d5d9d9;
     border-top-right-radius: 8px;
     border-bottom-right-radius: 8px;
}
 .s-pagination-next, .s-pagination-previous {
     min-width: 70px;
}
 .s-pagination-ellipsis {
     color: #6f7373;
     min-width: 10px;
}
 .a-text-center {
     text-align: center!important;
}
 .s-matching-dir {
     direction: ltr;
}
 .s-pagination-next svg {
     margin-top: 17px;
     margin-left: 7px;
}
 .s-pagination-disabled svg {
     fill: #6f7373;
}
 .s-pagination-previous svg {
     margin-top: 17px;
     margin-right: 7px;
}
 .s-pagination-ellipsis svg {
     fill: #6f7373;
     margin-top: 22px;
}
 .s-pagination-item svg {
     fill: #0f1111;
     vertical-align: top;
}
 .m-2{
     margin: 60px 0px;
}
 .s-pagination-next.active svg path{
     fill: #f1007c !important;
}
 .s-pagination-previous.active svg path{
     fill: #f1007c !important;
}
.new-header-filter {
    background-color: #373737!important;
}
.new-header-filter a {
    display: inline-block;
    width: 48.5%;
    height: 24px;
    margin: 7px 0;
    text-align: center;
}
.new-header-filter a.border-right {
    border-right: 1px solid #ccc;
}
.hidden{
	display: none;
}
	.hide-desktop{
	display: none!important;	
	}
	.show-desktop{
	display: block!important;		
	}
	.show-desktop-flex{
	display: flex!important;		
	}
.shopping-cart{
	border: 1px solid #E0E0E0;
}
.shopping-cart .title{
	background: #E0E0E0;
	padding: 5px;
}
.shopping-cart .item{
	font-size: 13px;
}
.shopping-cart .itemprice{
	min-width: 80px;
}
.shopping-cart .total{
	border-top: 1px solid #E0E0E0;
}
.hr-pink{
	border: 1px solid #FF00AD;
	opacity: 1;
}
.icon-calender2{
	position: absolute;
	top: 9px;
	left: 7px;
}
.icon-calender3{
	position: absolute;
	top: 9px;
	left: 7px;
}
.flex-container {
    display: flex;
	margin-bottom: 1rem;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 20px;
}
.color-primary{
	font-weight: 600;
color: #FF00AD;
	font-size: 14px;
}
.font-14{
	font-size: 14px !important;
}
.font-16{
	font-size: 16px !important;
}
 




.pay-methods ul, li {
    margin: 0;
    padding: 0;
}
.pay-methods li {
    height: 40px;
    background: url(../../images/sprite-paymethods_2-231221.svg) no-repeat #f7f7f7;
    display: list-item;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
	margin: 8px auto;
}
.pay-methods li.selected,
.pay-methods li:hover {
    background: url(../../images/sprite-paymethods_2-231221.svg) no-repeat #ffd4ee;
}
.pay-methods li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #ef79c0;
    outline: 0;
    outline: dotted thin\9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(239, 121, 192, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(239, 121, 192, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(239, 121, 192, .6)
}
.pay-methods input[type=radio] {
    margin: 14px 2px 0
}
.pay-methods li.cc {
    background-position: 27px -1px
}
.pay-methods li.amex {
    background-position: 27px -39px
}
.pay-methods li.pp {
    background-position: 27px -84px
}
.pay-methods li.cash {
    background-position: 27px -48px
}
.pay-methods li.money {
    background-position: 27px -95px
}
.pay-methods li.paylater {
    background-position: 27px -142px
}
.pay-methods li.crypto {
    background-position: 27px -189px;
}
.border-right-desktop{
	border-right: 1px solid #E1E1E1;
}
.border-bottom-mobile{
	border-bottom: 0px solid #E1E1E1;
}
.ais-refinement-list--item{
	padding: 0.4rem 0.7rem;
}
.facet-item{
	color: #212529!important;
	font-size: 14px;
    text-decoration: none;
}
.facet-count{
	float: right!important;
}
.ais-refinement-list--checkbox{
       width: 1em;
    height: 1em;
    margin-top: 0.4em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    margin-right: 0.5rem;
}
.ais-refinement-list--checkbox:checked{
    background-color: #f0007c;
    border-color: #f0007c;
}
.ais-refinement-list--checkbox:checked:after {
  content: '';
	position: relative;
	top: 1px;
	left: 3px;
  display: block;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.intl-tel-input,
.iti{
  width: 100%;
	color: black;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: black;
}
.whatsup-bar {
    background-color: #000000;
}
.whatsup-bar a {
    color: #ffffff !important;
    cursor: pointer;
    margin: 4px 0px;
    padding: 3px 0px;
    display: inline-block;
    vertical-align: middle;
}
.whatsup-bar a img {
    margin-bottom: 3px;
    margin-right: 8px;
}
.our-business-service {
    text-align: center;
    padding: 20px 0px;
    margin: 0 auto;
    border-bottom: 1px solid #E6E6E6;
    background-color: #ffffff;
}
.review {
    background: #fff;
    padding: 17px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px -5px #c8c8c8;
    box-shadow: 0 4px 4px -5px #c8c8c8;
}
.review-body{
	font-size: 14px;
}
.review-title{
	font-size: 18px;
	font-weight: 600;
}
.review .user-info {
    float: left;
    text-align: left;
    margin-right: 20px;
    min-width: 120px;
}
.review .user-info .user-review-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review .review-info {
    float: left;
    width: 380px;
    width: calc(100% - 160px);
}
.review .review-info .star-rating {
    margin: 0 0 1em;
}
.star-rating.count-5 .star-1, .star-rating.count-5 .star-2, .star-rating.count-5 .star-3, .star-rating.count-5 .star-4, .star-rating.count-5 .star-5 {
    background: #00B57A;
}
.star-rating.size-medium .star-1, .star-rating.size-medium .star-2, .star-rating.size-medium .star-3, .star-rating.size-medium .star-4, .star-rating.size-medium .star-5 {
    float: left;
    line-height: 1em;
    padding: 3px;
    border-radius: 3px;
    margin: 0 3px 0 0;
}
.star-rating.size-medium .star-1 .star-image, .star-rating.size-medium .star-2 .star-image, .star-rating.size-medium .star-3 .star-image, .star-rating.size-medium .star-4 .star-image, .star-rating.size-medium .star-5 .star-image {
    width: 20px;
    height: auto;
}
.review .review-info .ndate {
    top: 5px;
    right: 0;
    position: relative;
    display: block;
    margin: -42px 0;
    font-size: 12px;
    float: right;
}
.clientreview-text, .icon_con {
    width: 100%;
    position: relative;
}
.clientreview-text {
    height: 18px;
    background-image: url(../../images/client_review_text_white_overlay.png);
    background-repeat: repeat-x;
    top: -18px;
}
.review-body-source {
    margin: 15px 0;
}
.review_right_items h4 {
    font-size: 18px;
    font-weight: 600;
}
.review_right_items span {
    display: block;
	font-size: 14px;
}
.buttons_container{
  margin-top:20px;
}
.buttons_container:after{
  content:"";
  clear:both;
  display:block;
}
.buttons_container .dropdown{
  float:left;
  margin-right:10px;
}
.bg-grey-2 {
    background: #EBEBEB;
}
.dropdown-toggle2::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #000000 !important;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}
.dropdown-toggle2:hover {
    background: #EBEBEB;
}
.panel-default2 {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}
.border-table{
  border-spacing: 0;
  overflow: hidden;
  inline-size: 100%;
  text-align: center;
  background-color: inherit;
font-size: 14px;
}

.border-table th, .border-table td {
  padding: 0.5rem;
  border: 1px solid lightgray;
}

.border-table tfoot tr,  .border-table thead th{
  background-color: whitesmoke;
}

.border-table th, .border-table td {
  border: 1px solid lightgray;
	text-align: center;
}

.border-table .visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.list-styled li {
	list-style: disc;
}
.vidlist {
    height: 460px;
    overflow: hidden;
    overflow-y: scroll;
}
.video-titles {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    padding-left: 5px;
}
.video-titles a{
    text-decoration: none;
}
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.home-popup{
	border: 3px dashed #ff01ad;
    padding: 3px;
    background: none;
}
.popup-logo{
	max-width: 200px;
}
.no-backgroud{
	background: none;
}
.popup-freeshipping{
	max-width: 300px;
}
.popup-dotted {
    border: 1px dashed #ff01ad;
    opacity: 1;
}
.large-input{
	height: 44px;
}
.bg-light-green{
	background: #c0e8ac;
}
.font-18{
	font-size: 18px;
}
.m-text-left{
	text-align: left;
}
.text-green{
	color: green;
}
.get10inner{
	font-size: 11px;
    line-height: 13px;
}
.DestinsWrpr{
    margin-bottom: 12px;
}
.DestinsWrpr p.Destinations {
    /* display: block; */
    /* width: 366px; */
    /* height: auto; */
    /* font: bold 15px/17px Arial; */
    color: #e22a8c;
    border: 1px solid #e51e88;
    padding: 5px 6px;
    margin: 0 0 8px 0;
}
.DestinsWrpr p.Destinations span {
    font: normal 12px/17px Arial;
    color: #333333;
}
.DestinsWrpr p.TimeSlots {
    display: block;
    font: normal 12px/15px Arial;
    color: #333333;
    padding: 0 7px;
    margin: 0;
}
.list-wrapper {
    position: relative;
}
.red-line {
    background: #FF0072;
    width: 1px;
    height: 68%;
    position: absolute;
    left: 15px;
}
.list-item-wrapper {
    margin-top: 20px;
    position: relative;
}
.list-bullet {
    float: left;
    margin-right: 12px;
    background: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    border: 1px solid #FF0072;
}
.list-item {
    display: table-row;
    vertical-align: middle;
}
.list-text {
    font-weight: 400;
    padding-top: 5px;
}
.list-info-wrapper {
    position: relative;
}
.list-info-item-wrapper {
    margin-top: 10px;
    position: relative;
}
.list-info-bullet {
    float: left;
    margin-right: 12px;
    background: #FFE9F1;
    height: 40px;
    width: 40px;
    line-height: 37px;
    border-radius: 7px;
    text-align: center;
    margin-left: -7px;
}
.list-info-item {
    display: table-row;
    vertical-align: middle;
}
.list-info-title {
    font-weight: 600;
}
.list-info-text {
    font-weight: 400;
    color: #555555;
}
.alert-error{
	background-color: #f2dede;
    border-color: #eed3d7;
}

a.prev-address-payment, a.prev-address-payment:hover {
    font-size: 11px!important;
    padding-right: 21px;
    margin-bottom: 5px;
    display: inline-block;
}
a.prev-address-payment {
    color: #ec008c;
    background: url(../../images/EncircledArw.png) right -34px no-repeat;
}
.navbar-nav .nav-item{
	padding: 2px 0px;
}
.address-block, .blog-block{
	flex: 0 0 100%;
}
.address-btn{
	bottom: 12px;
}
.mobile-filter{
	min-height: 100vh;
}
.mob-hide-desktop{
		display: none !important;
	}
	#ptDiv{
		margin: 5px 0px!important;
		padding: 0px 5px!important;
		margin-right: 20px !important;
		border: #ec008c solid 1px;
    border-radius: 3px;
    color: #dd1211;
    height: 30px;
    font-size: 11px;
    line-height: 27px;
    font-weight: 600;
	}
.lead {
    font-weight: 500;
}
.blog-card-body{
	background-color: #ffffff;
	filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.1));
}
.blog-detials-right {
    background-color: #F0F0F0;
    padding: 8px;
}
.blog-detials-right-box {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    background: #ffffff;
    margin-bottom: 25px;
}
.blog-social-icon {
    display: inline-block;
    margin: 18px 10px;
}
.bg-grey {
    background: #F9F9F9;
}
.blog-title {
    padding: 12px 0;
}
.blog-social-link {
    padding: 14px 10px;
    border-bottom: 1px solid #E8E8E8;
}
.blog-social-link a {
    color: #333333;
	text-decoration: none;
	font-size: 14px;
}
.blog-gift-icon {
    position: relative;
}
.blog-gift-icon-title {
    position: absolute;
    top: 0;
    font-weight: 700;
    font-size: 11px;
    color: #000000;
    padding-left: 5px;
    padding-top: 5px;
}
a.morelink {
    text-decoration:none;
    outline: none;
	color: #FF00AD;
}
a.morelink:after {
    content: "\00BB";
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 7px;
    font-size: 20px;
    line-height: 0px;
    position: relative;
    top: 3px;
}
a.morelink.less:after {
    content: "\00BB";
    transform: rotate(270deg);
    display: inline-block;
    margin-left: 7px;
    font-size: 20px;
    line-height: 0px;
    position: relative;
    top: 3px;
}
.morecontent span {
    display: none;
}
.comment {
    
}


.color-overlay:after{
	content: "";
    display: block;
    position: fixed;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(black, 0.5);
}
.modal-open{
	overflow: hidden !important;
	padding-right: 0px !important;
}



.form-format .blockborders {
border-bottom: 1px dotted #ccc;
padding-bottom: 7px;
margin-bottom: 12px;
}
.form-format .flowerdesigns .longstem {
text-align: center;
}
.form-format .flowerdesigns .shortstem {
    text-align: center;
}
.form-format label {
font-size: 13px;
}
.form-format .flowerdesigns .longstem h3, .form-format .flowerdesigns .shortstem h3 {
font-size: 18px;
color: #222;
line-height: 10px;
	font-weight: 600;
}
.form-format .flowerdesigns .longstem p, .form-format .flowerdesigns .shortstem p {
font-size: 12px;
margin: 5px 5px 5px -2px;
background: url(../../images/icon-smallarrow-2.png ) 110px 6px no-repeat;
}
.form-format .flowerdesigns .longstem p a, .form-format .flowerdesigns .shortstem p a{
color: #0088cc;
}
.block-whatthis {
cursor: pointer;
position: relative;
}
.wht-ballon {
display: none;
position: absolute;
top: -155px;
font-size: 11px;
line-height: normal;
left: 95px;
background: #faa8fa;
color: #000;
width: 330px;
text-align: left;
padding: 14px;
border-radius: 5px;
z-index: 1250;
}
.block-whatthis span {
display: none;
width: 0;
height: 0;
border-style: solid;
border-width: 8.7px 5px 0;
border-color: #faa8fa transparent transparent;
position: absolute;
top: -7px;
left: 110px;
}
.form-format .flowerdesigns .active {
border: 1px solid #f70293!important;
border-radius: 0.375rem;
overflow: hidden;
}
.form-format .flowerdesigns .stempicborder {
border-radius: 0.375rem;
border: 1px solid #ccc;
overflow: hidden;
}
.mystem input[type=radio]+label, .mystem-checked input[type=radio]+label {
color: #f72a8c;
text-align: left;
font-size: 13px;
}
.mystem-checked input[type=radio], .mystem input[type=radio]{
display: none;
}
.mystem input[type=radio]+label span {
display: inline-block;
width: 19px;
height: 25px;
margin: -1px 4px 0 0;
vertical-align: middle;
background: url(../../images/check_radio_sheet.png) -29px -1px no-repeat;
cursor: pointer;
}
.mystem-checked label span {
background: url(../../images/check_radio_sheet.png) -53px -1px no-repeat;
display: inline-block;
width: 19px;
height: 25px;
margin: -1px 4px 0 0;
vertical-align: middle;
cursor: pointer;
}
.mystem, .mystem-checked{
    margin-top: 5px;
}
.block-whatthis:hover .wht-ballon,
.block-whatthis:hover span {
    display: block
}
.grey-border{
	border-radius: 0.375rem;
    border: 1px solid #ccc;
}




    





















@media screen and (max-width: 767px) {
  .table-responsive thead,
.table-responsive tbody,
.table-responsive tfoot,
.table-responsive tr,
.table-responsive th,
.table-responsive td {
    display: block;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive .align-center,
.table-responsive .align-right {
    text-align: inherit;
  }
  .table-responsive tr {
    border-top: 1px solid #ddd;
  }
  .table-responsive tr:first-child {
    border: 0;
  }
  .table-responsive > tbody > tr > td {
    padding-left: 50%;
    border-top-color: rgba(221, 221, 221, 0.5);
  }
  .table-responsive > tbody > tr > td:first-child {
    border: 0;
  }
  .table-responsive [data-label] {
    position: relative;
  }
  .table-responsive [data-label]:before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    content: attr(data-label);
    font-weight: bold;
  }

  .navbar-fixed-top.visible-xs + .row {
    padding-top: 60px;
  }

  .btn .visible-xs {
    display: inline-block !important;
  }

  .sliding-sidebar {
    position: absolute;
    z-index: 1;
    background: #fff;
    min-height: 100%;
    border-right: 1px solid #ccc;
  }
  .sliding-sidebar.collapse, .sliding-sidebar.collapsing {
    display: block !important;
    transform: translate3D(-100%, 0, 0);
    transition: all 200ms;
  }
  .sliding-sidebar.collapse.in {
    transform: translate3D(0, 0, 0);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), 2px 0 0 rgba(0, 0, 0, 0.05), 3px 0 0 rgba(0, 0, 0, 0.05);
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.you-may-also-like-items-box ul li .h-product-name{
    font-size: 13px;
    max-width: 150px !important;
    text-wrap: initial !important;
}
	.icon-calender{
    top: 37px;
}
	.productthumb{
		display: inline-block;
		max-width: 180px;
	}
  .you-may-also-like-items .productthumb img {
    max-height: 165px;
    height: 165px;
}
.ten-off{
	width: 90%;
	margin: 0 auto;
}
	.footer-link a img{
		max-width: 125px !important;
	}
	.grey-around {
	padding: 4px 2px;
    font-size: 10px !important;
}
	.calendar-widget {
    margin-top: 0.7rem;
}
	.form-label {
    font-size: 15px;
}
	.form-control, .form-select {
		font-size: 16px;
	}
	.px-4 {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}
	.px-5 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
	.px-3 {
    padding-right: 0.3rem!important;
    padding-left: 0.3rem!important;
}
	.mob-card-body{
	padding: 0px !important;
    border: none !important;
	}
	.stepper--horizontal__circle{
		
	}
	.stepper--horizontal__circle {
    background: #FF00AD;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
    border-radius: 50px;
    padding: 5px;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 481px) 
and (max-device-width : 768px) {
  .you-may-also-like-items .productthumb img {
    max-height: 390px;
    height: 390px;
}
	.ten-off{
	width: 80%;
	margin: 0 auto;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .you-may-also-like-items .productthumb img {
    max-height: 180px;
    height: 180px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 10248px) 
and (max-device-width : 1600px) {
    .you-may-also-like-items .productthumb img {
    max-height: 300px;
    height: 300px;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
  .you-may-also-like-items .productthumb img {
    max-height: 424px;
    height: 424px;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
    .you-may-also-like-items .productthumb img {
    max-height: 424px;
    height: 424px;
}
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px){

.banner-text {
    position: absolute;
    width: 500px !important;
    left: 7% !important;
    top: 120px !important;
    scale: 1.1;
}
	}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
	
	.dealperitemsproductcountnumber {
    line-height: 148px;
}

	.navbar-nav .nav-link {
    color: #fff;
    font-size: 0.70rem!important;
}
	._boxzoom .zoom-thumb {
    width: 70px;
}
	.hide-tab{
		display: none !important;
	}
	.show-tab{
		display: inline-block!important;
	}
		.buy-now-arrow-btn {
    background: #FF00AD;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    padding: 11px 11px;
}

}
@media only screen and (min-width: 320px) and (max-width: 1279px){
	.review .user-info{
		float: none;
		margin-bottom: 1rem;
	}
		.hide-mobile{
	display: none!important;	
	}
	.show-mobile{
	display: block!important;		
	}
	.border-bottom-mobile{
	border-bottom: 1px solid #E1E1E1;
}
		.border-right-desktop{
	border-right: 0px solid #E1E1E1;
}
	
}
@media only screen and (min-width: 320px) and (max-width: 1200px){
	.m-text-left{
	text-align: center;
}
	.popup-logo{
	max-width: 140px;	
	}
	.popup-freeshipping{
	max-width: 240px;
}
.review .review-info {
    float: left;
    width: calc(100% - 0px);
}
	
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
	.review .review-info .ndate {
    top: -36px;
}
	.review {
    padding: 10px;
}
	.mob-one-third {
    width: calc(50% - 1px);
}
	.mob-hide-desktop{
		display: block !important;
	}
	._boxzoom ._product-images {
    width: 100%;
    display: inline-block;
}
	.hide-mobile-1023{
	display: none!important;	
	}
	.corporate-bg{
		background-image: none;
	}
	.hide-mobile{
		display: none !important;
	}
	.left-border {
    border-left: 0px solid #ffffff;
}
	.mob-left-align{
		text-align: left !important;
	}

			.header-2 {
    padding-top: 4rem!important;
}
	.mobile-no-border{
		border: none!important;
	}
	.addon-wrapper .price1 {
    font-size: 14px;
}
		.secret-wrapper .price1 {
    font-size: 14px;
}
	.buy-now-arrow-btn {
    background: #FF00AD;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    padding: 11px 8px;
}
	.add-to-cart-btn {
    font-size: 16px;
    padding: 11px 8px;
}
	.btn-sm {
        padding: 3px 9px;
		font-size: 12px;
    font-weight: 600;
}
	.addon-wrapper {
    padding: 0rem;
		margin-right: 1rem;
}
	.secret-wrapper {
    padding: 0rem;
		margin-right: 1rem;
}
	.offset-1, .offset-2 {
    margin-left: 0%;
}

	
	/*pagination*/
	.s-pagination-strip {
}
 .s-pagination-disabled {
     color: #6f7373;
}
 .s-pagination-previous {
     border-radius: 8px;
}
 .s-pagination-item {
     display: inline-block;
     color: #6f7373;
     line-height: 42px;
     padding: 0 9px;
     min-width: 14px;
     height: 42px;
     position: relative;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     text-align: center;
	 border: 0px;
}
	.s-pagination-previous svg{
		color: #6f7373 !important;
	}
 .s-pagination-selected {
     color: #f1007c;
     font-weight: 700;
     border: 1px solid #0f1111;
     padding-left: 11px;
     padding-right: 11px;
}
 .s-pagination-button, .s-pagination-button:active, .s-pagination-button:focus, .s-pagination-button:hover, .s-pagination-button:link, .s-pagination-button:visited {
     color: #f1007c;
     text-decoration: none;
}
 .s-pagination-next.s-pagination-separator {
     padding-left: 13px;
     min-width: 69px;
}
 .s-pagination-item+.s-pagination-separator:before {
     left: 0;
}
 .s-pagination-next, .s-pagination-previous {
     width: 120px;
}
 .s-pagination-next.s-pagination-separator {
     margin-left: 6px;
}
 .s-pagination-button.s-pagination-next, .s-pagination-button.s-pagination-previous {
     color: #f1007c;
}
 .s-pagination-button, .s-pagination-button:active, .s-pagination-button:focus, .s-pagination-button:hover, .s-pagination-button:link, .s-pagination-button:visited {
     color: #f1007c;
     text-decoration: none;
     font-weight: bold;
     background: #f0f1f6;
     border: 1px solid #b0b1b3;
}
 .s-pagination-next {
     border-radius: 5px;
}
 .s-pagination-next, .s-pagination-previous {
     min-width: 70px;
}
 * {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .s-pagination-ellipsis {
     color: #6f7373;
     min-width: 10px;
}
 .a-text-center {
     text-align: center!important;
}
 .s-matching-dir {
     direction: ltr;
}
 .s-pagination-next svg {
     margin-top: 9px;
     margin-left: 3px;
}
 .s-pagination-disabled svg {
     fill: #6f7373;
}
 .s-pagination-previous svg {
     margin-top: 9px;
     margin-right: 3px;
}
 .s-pagination-ellipsis svg {
     fill: #6f7373;
     margin-top: 22px;
}
 .s-pagination-item svg {
     fill: #0f1111;
     vertical-align: top;
}
 .pagination-centered {
     text-align: center;
}
 .m-2{
     margin: 20px 0px;
}

	
	
	/*pagination end*/
	
	
	
	
	.thumbnail {
    border: 0px solid #eee;
    border-radius: 0px;
    padding: 0px;
		margin-bottom: 20px;
}
	.thumbnail:hover {
    border: 0px solid #eee;
    border-radius: 0px;
    padding: 0px;
		margin-bottom: 20px;
}
	.productblock h3.prodtitle{
		font-size: 14px;
		margin-bottom: 0px;
	}
	.productblock h4.price, .productblock h4.pricestrike {
    font-size: 14px;
}
	.panel-group {
    width: 100%;
    display: inline-block;
    margin-top: 1px;
}
	.bui-grid__column-3 {
    width: 100%;
    float: left;
}
	.circle-categories-block a img {
    width: 60px;
}
	.circle-categories-block a p {
    font-size: 13px;
	line-height: 14px;
}
	.brand-logo{
		width: 125px;
	}
/*	.header-right{
		width: 50%!important;
	}*/
	.new-search-header-menu-top a {
    border-right: #AFAFAF 0px solid!important;
}
	.new-search-header-menu-top a {
    padding: 0 4px!important;
}
	.container-fluid{
	padding-left:0.5rem!important;
		padding-right:0.5rem!important;
	}
	.navbar-grey {
    background-color: #ffffff!important;
    padding: 0px;
}
	body {
    padding-top: 7rem!important;
}
	.navbar-nav .nav-link {
    color: #000000!important;
    font-size: 0.85rem;
}
	.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #000000!important;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}
		.dropdown-toggle::after:hover {
    border-color: #ffffff!important;
}
	.offcanvas{
	max-width: 75%!important;	
	}
	.navbar-nav .nav-link{
		padding-left: 0.5rem;
	}

	.show-mobile-flex{
	display: flex!important;		
	}
	.navbar-nav {
    padding-top: 3rem!important;
    padding-left: 1.5rem;
	overflow-y: scroll;
    padding-bottom: 3rem;
		    padding-right: 1rem;
}
		.border-dot-right{
		border-right: 0px dotted #efefef!important;
	}
	.circle-categories-block a img {
    filter: none;
    -webkit-filter: none;
}
	.d-mobile-flex{
		display: flex!important;
	}
	.best-new-categories-item-block{
		width: 20%;
	}
	.navbar .navbar-nav .nav-item:hover {
    background: #ffffff!important;
}
	.dropdown .dropdown-menu {
    border: 0px solid #892dbe!important;
}
	.dropdown-item {
    font-size: 0.85rem!important;
	overflow-y: scroll;
}
	.dropdown-item:hover {
    background-color: #ffffff!important;
		color: #000000!important;
}
	.me-resp-3{
	margin-right: 0rem!important;
}
	.d-mob-block{
    display: block!important;
	}
	.one-third {
    width: calc(50% - 20px);
}
	.mw-100, .mw-200{
		width: 100% !important;
	}
	.has-search .input-search-field{
		font-size: 14px;
	}
	.top-header-grey-bar {
    height: 40px;
}
	.top-header-grey-bar .home-link-box {
    margin-top: 8px !important;
    font-size: 13px;
    margin-left: 0px !important;
}
	h1{
		font-size: 1.5rem;
	}
	h2{
		font-size: 1.2rem;
	}
	.h-product-name, .h-product-price{
		font-size: 14px;
	}
	.breadcrumb {
    font-size: 12px;
}
	p{
		font-size: 14px;
	}
	.product-title {
    font-size: 21px;
}
	.product-size {
		margin-top: 0.80rem;
}
	.radio-button__label-title {
    font-size: 0.80rem;
}
	.radio-button__label-subtext {
    font-size: 0.7rem;
}
	.nav-tabs .nav-link{
		font-weight: 600;
    font-size: 14px;
	}
	.accordion-body{
	margin-top: 0.85rem;	
	}
	.h3, h3 {
    font-size: calc(1.3rem + .6vw);
}
	.addon-wrapper .title1 {
    font-size: 12px;
}
		#ptDiv{
		margin-right: 0px !important;
			font-size: 10px;
	}
	.lead {
    font-size: 1rem;
		font-weight: 500;
}
	}




