.brands_listing{
}
.brands_listing .block-title{
	background-color: #ee2c75;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}

.brands_listing_wrapper{
	list-style: none;
	padding: 0;
}

@keyframes fade_out_hide {
	 100% {
				opacity: 0;
				transform: scale(0);
		 		display: none;
	 }

	 0% {
				opacity: 1;
				transform: scale(1);
		 		display:;
	 }
}


.brands_listing_wrapper .brand_item{
	font-size: 1em;
	padding-top: calc(var(--bs-gutter-x) * .5);
	padding-bottom: calc(var(--bs-gutter-x) * .5);
}

.brands_listing_wrapper .brand_item.filtered{
	display: none;
}
.brands_listing_wrapper .brand_item .brand_item_container{
	position: relative;
	background-color: #f6f6f6;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_item_container{
	margin-bottom: 1.25em;
}
.brands_listing_wrapper[data-grid="list"] .brand_item{
	width: 100% !important;
}
.brands_listing_wrapper[data-grid="list"] .brand_item .brand_item_container{
	border-bottom: 1px solid #ccc;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_item_container .brand_item_header{
	position: relative;
	top: 0;
}
.brands_listing_wrapper[data-grid="list"] .brand_item .brand_item_container .brand_item_header{
	width: 20%;
	float: left;
}
.brands_listing_wrapper .brand_item .brand_item_container .brand_item_body{
	position: relative;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_item_container .brand_item_body{
	top: 0;
}
.brands_listing_wrapper[data-grid="list"] .brand_item .brand_item_container .brand_item_body{
	width: 50%;
	float: left;
	padding-right: 1.5rem;
}
.brands_listing_wrapper .brand_item .brand_item_container .brand_item_footer{
	position: absolute;
	display: grid;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_item_container .brand_item_footer{
	bottom: 0;
	left: 0;
	right: 0;
}
.brands_listing_wrapper[data-grid="list"] .brand_item .brand_item_container .brand_item_footer{
	width: 30%;
	right: 0;
	bottom: 0;
	top: 0;
}
.brands_listing_wrapper .brand_item .brand_image {
  aspect-ratio: 1 / 1;
	display: block;
  width: 100%;
	background-color: #fff;
	margin-bottom: 2%;
	text-align: center;
}
.brands_listing_wrapper .brand_item .brand_image > img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.brands_listing_wrapper .brand_item .brand_brand{
	font-size: 0.85em;
	color: #666;
	padding: 0.3em 0;
	margin-bottom: 0;
	height: 1.75em;
}
.brands_listing_wrapper .brand_item .brand_title{
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	color: #000;
	padding: 0.3em 0;
	margin-bottom: 0;
	min-height: 3.75em;
}
.brands_listing_wrapper .brand_item .brand_description{
	font-size: 0.8em;
	line-height: 1.05;
	color: #333;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_description{
	display: none;
}
.brands_listing_wrapper .brand_item .brand_price{
	font-size: 1.4em;
	font-weight: bold;
	color: #ee2c75;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_price{
	order: 2;
}
.brands_listing_wrapper[data-grid="list"] .brand_item .brand_price{
	order: 1;
}
.brands_listing_wrapper .brand_item .brand_info{
	font-size: 1em;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_info{
	order: 1;
}
.brands_listing_wrapper[data-grid="list"] .brand_item .brand_info{
	order: 2;
}
.brands_listing_wrapper .brand_item .brand_name{
	color: #dc3085;
	margin: 0;
	font-size: 1.25em;
	line-height: 1.05;
}

.brands_listing_wrapper .brand_item .brand_info p{
	color: #666;
	font-size: 0.5em;
	line-height: 1.05;
}
.brands_listing_wrapper .brand_item a{
	color: inherit;
	text-decoration: none;
}
.brands_listing_wrapper[data-grid="block"] .brand_item .brand_info p{
	display: none;
}
.brands_listing_wrapper .brand_item .brand_buttons{
	order: 3;
}
.brands_listing_wrapper .brand_item .brand_buttons .form-control{
	margin-right: 0.5em;
	border-radius: 0;
}
.brands_listing_wrapper .brand_item .brand_buttons .btn{
	--bs-btn-border-color: #ee2c75;
	--bs-btn-disabled-bg: #fedde7;
	--bs-btn-disabled-border-color: #ee2c75;
	--bs-btn-disabled-color: #ee2c75;
	--bs-btn-bg: #ee2c75;
	--bs-btn-color: #FFF;
	--bs-btn-hover-bg: #FFF;
	--bs-btn-hover-color: #ee2c75;
	--bs-btn-hover-border-color: #ee2c75;
	--bs-btn-border-radius: 0;
}
.brands_listing_wrapper .brand_item .brand_buttons .btn > svg{
	width: 1.8em;
	height: 1.8em;
}

@media (max-width:767px) {
	.brands_listing_wrapper[data-grid="list"] .brand_item .brand_item_container .brand_item_footer{
		position: relative;
	}
	.brands_listing_wrapper[data-grid="list"] .brand_item .brand_buttons .input-group .form-control,
	.brands_listing_wrapper[data-grid="list"] .brand_item .brand_buttons .input-group .btn{
		width: 100%;
	}
	.brands_listing_wrapper[data-grid="list"] .brand_item .brand_buttons .input-group .form-control{
		margin-right: 0;
		margin-bottom: 0.5em;
	}
}

.brand_item ul.brand-specs {
	list-style: none;
	margin: 0;
	width: auto;
	display: table;
	table-layout: fixed;
	padding: 0 0 1.5em 0;
}

.brand_item ul.brand-specs li {
	font-size: 0.75em;
	color: #73797c;
	display: table-cell;
	text-align: center;
	padding-right: 0.5em;
}
.brand_item ul.brand-specs li label,
.brand_item ul.brand-specs li span {
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
}
.brand_item ul.brand-specs li img {
	max-width: 100%;
	width: 30px;
	margin: 0 4px;
}
@media (min-width:992px) {
	.brand_item {}
	.brand_item ul.brand-specs li label,
	.brand_item ul.brand-specs li span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.brand_item ul.brand-specs li label {
	width: 100%;
}
.brand_item ul.brand-specs li span {
	width: 3em;
	height: 3em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.brand_item ul.brand-specs li span.spec_specs_2{
  background-image: url('/images/specs_icons/air-pressure.svg');
}
.brand_item ul.brand-specs li span.spec_specs_3{
  background-image: url('/images/specs_icons/multi-motor.svg');
}
.brand_item ul.brand-specs li span.spec_specs_4{
  background-image: url('/images/specs_icons/remote.svg');
}
.brand_item ul.brand-specs li span.spec_specs_5{
  background-image: url('/images/specs_icons/silicone.svg');
}
.brand_item ul.brand-specs li span.spec_specs_6{
  background-image: url('/images/specs_icons/soft.svg');
}
.brand_item ul.brand-specs li span.spec_specs_7{
  background-image: url('/images/specs_icons/splashproof.svg');
}
.brand_item ul.brand-specs li span.spec_specs_8{
	background-image: url('/images/specs_icons/tongue.svg');
}
.brand_item ul.brand-specs li span.spec_specs_9{
  background-image: url('/images/specs_icons/usb.svg');
}
.brand_item ul.brand-specs li span.spec_specs_10{
  background-image: url('/images/specs_icons/vibration.svg');
}
.brand_item ul.brand-specs li span.spec_specs_11{
  background-image: url('/images/specs_icons/waterproof.svg');
}
.brand_item ul.brand-specs li span.spec_specs_12{
  background-image: url('/images/specs_icons/whisper.svg');
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0oMImSLYBIv1o4X1M8cce4E9RKdmwp.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0oMImSLYBIv1o4X1M8cce4E91Kdmwp.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0oMImSLYBIv1o4X1M8cce4E9ZKdmwp.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0oMImSLYBIv1o4X1M8cce4E9dKdmwp.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0oMImSLYBIv1o4X1M8cce4E9lKdg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAc5gU1EQVg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAc5pU1EQVg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAc5iU1EQVg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAc5jU1EQVg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAc5tU1E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8ccewI9tScg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cce5I9tScg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cceyI9tScg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8ccezI9tScg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBs5gU1EQVg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBs5pU1EQVg.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBs5iU1EQVg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBs5jU1EQVg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@-moz-keyframes scroll-left {
	0% { -moz-transform: translateX(0%); }
	50% { -moz-transform: translateX(-200%); }
	100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes scroll-left {
	0% { -webkit-transform: translateX(0%); }
	50% { -webkit-transform: translateX(-200%); }
	100% { -webkit-transform: translateX(0%); }
}
@keyframes scroll-left {
	0% { -moz-transform: translateX(0%); -webkit-transform: translateX(0%); transform: translateX(0%); }
	50% { -moz-transform: translateX(-200%); -webkit-transform: translateX(-200%); transform: translateX(-200%); }
	100% { -moz-transform: translateX(0%); -webkit-transform: translateX(0%); transform: translateX(0%); }
}
body{
	overflow-y: scroll;
	font-family: 'Nunito Sans', sans-serif;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
}
@media (max-width: 767px) {
	.row > *{
		padding-top: calc(var(--bs-gutter-x) * .25);
		padding-bottom: calc(var(--bs-gutter-x) * .25);
	}
}
* {
  scrollbar-width: thin;
  scrollbar-color: #dc3085 #fedde7;
}
*::-webkit-scrollbar {
    background-color: #fedde7;
    width: 16px;
}
*::-webkit-scrollbar-track {
    background-color: #fedde7;
}
*::-webkit-scrollbar-thumb {
    background-color: #dc3085;
    border-radius: 16px;
    border: 4px solid #fedde7;
}
*::-webkit-scrollbar-button {
    display:none;
}
.btn.btn-order{
  --bs-btn-border-color: #2c8738;
  --bs-btn-disabled-bg: #fedde7;
  --bs-btn-disabled-border-color: #2c8738;
  --bs-btn-disabled-color: #2c8738;
  --bs-btn-bg: #2c8738;
  --bs-btn-color: #FFF;
  --bs-btn-hover-bg: #FFF;
  --bs-btn-hover-color: #2c8738;
  --bs-btn-hover-border-color: #0e7323;
  --bs-btn-border-radius: 0;
}
.btn.btn-outline-order{
  --bs-btn-border-color: #2c8738;
  --bs-btn-disabled-bg: #fedde7;
  --bs-btn-disabled-border-color: #2c8738;
  --bs-btn-disabled-color: #2c8738;
  --bs-btn-bg: #FFF;
  --bs-btn-color: #2c8738;
  --bs-btn-hover-bg: #2c8738;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-border-color: #0e7323;
  --bs-btn-border-radius: 0;
}
.btn-outline-primary{
	--bs-btn-color: #dc3085;
	--bs-btn-border-color: #dc3085;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #dc3085;
	--bs-btn-hover-border-color: #dc3085;
	--bs-btn-focus-shadow-rgb: 13,110,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #dc3085;
	--bs-btn-active-border-color: #dc3085;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #dc3085;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dc3085;
	--bs-gradient: none;
	--bs-btn-border-radius: 0;
}
.dropdown-menu{
	--bs-dropdown-border-color: #c6c6c6;
	--bs-dropdown-border-radius: 0;
	--bs-dropdown-spacer: 0;
	--bs-dropdown-min-width: 15rem;
	border-bottom: 10px solid #ee2c75;
}
.modal-backdrop {
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.65;
}
.modal{
	--bs-modal-border-radius: none;
	--bs-modal-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
	--bs-modal-header-border-width: 0;
	--bs-modal-footer-border-width: 0;
	--bs-modal-header-padding: .5rem .5rem;
}
.modal .modal-dialog .modal-content{
	-webkit-box-shadow: var(--bs-modal-box-shadow); 
	box-shadow: var(--bs-modal-box-shadow);
}
.modal .modal-dialog .close-btn {
  background-color: #FFF;
  border-radius: 0;
	border: none;
  opacity: 1;
  color: #ee2c75;
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal .modal-dialog .close-btn svg{
	transform: scale(1.5);
}
.modal .modal-dialog .modal-title{
	color: #ee2c75;
	font-size: 2.4em;
	line-height: 1;
	padding-bottom: 0.35em;
}
.modal .modal-dialog .modal-title::after {
	content: 'SKU: ' attr(data-sku);
	display: block;
	color: #c6abcd;
	font-size: .4em;
}
.modal .modal-dialog .modal-description{
	line-height: 1.15;
}

.fixed-top{
	position: fixed !important;
	bottom: auto;
}
@media (min-width : 768px) {
  .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : start;
    color           : red;
  }
}

@media (max-width : 767px) {
  .offcanvas,
	.offcanvas-start-md,
	.offcanvas-end-md
	{
    width : 75vw !important;
		height: 100vh !important;
		overflow-y: auto;
  }

  .offcanvas-start-md {
    top          : 0;
    left         : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(-100%);
  }
	
	.offcanvas-end-md {
		top          : 0;
    right        : 0;
    border-right : 1px solid rgba(0, 0, 0, .2);
    transform    : translateX(100%);
	}
}

#topsub_header{
	background-color: #fff;
	color:#000;
}
#topsub_header svg{
	color: #38ad18;
	margin-right: 0.25em;
}
#topsub_header span{
	color: #ee2c75;
	font-weight: bold;
}
@media (max-width : 767px) {
	#topsub_header{
		overflow: hidden;
		position: relative;
	}
	#topsub_header .row{
		flex-wrap: nowrap;
		margin: 0;
		animation-delay: 5s;
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-moz-animation: scroll-left 10s linear infinite;
		-webkit-animation: scroll-left 10s linear infinite;
		animation: scroll-left 10s linear infinite;
	}
	#topsub_header .row + .row{
		animation-delay: 5s;
	}
	#topsub_header .row > *{
		display: inline-block;
	}
}
#top_header{
	background-color: #fedde7;
	color:#000;
	font-weight: bold;
}


#main_header{
	background-color: #FFF;
	color:#ee2c75;
}
nav.navbar{
	background-color: #ee2c75;
}
#mainmenubar .nav-item{
	color:#fff;
	border-right: 1px solid #f15691;
	border-left: 1px solid #981c4b;
	padding-left: .5em;
	padding-right: .5em;
}
#mainmenubar .nav-item:hover,
#mainmenubar .nav-item.active{
	background-color:#f8f8f8;
	color: #ee2c75;
}
#mainmenubar .nav-item .nav-link{
	color:#fff;
}
#mainmenubar .nav-item:hover .nav-link,
#mainmenubar .nav-item.active .nav-link{
	color: #ee2c75;
}
#mainmenubar .nav-item:first-child{
	border-left: none;
}
#mainmenubar .nav-item:last-child{
	border-right: none;
}
#mainmenubar .nav-item .nav-link:not([data-rel="#home"]).link-active{
	color:#ee2c75;
	background-color:#f8f8f8; 
	font-weight: bold;
}
#mainmenubar .nav-item .nav-link svg{
	color: #000;
	width: 1.3em;
	height: 1.3em;
}

#main_footer{
	background-color: #e3e0db;
	color:#000;
	margin-top: 2em;
}

#footer_bar .f-title{
	color:#ee2c75;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}
#footer_bar .list-group.footer-menu{
}
#footer_bar .list-group.footer-menu .list-group-item{
	background-color: transparent;
	padding: 0;
	color: #000;
}
#footer_bar .list-group.footer-menu .list-group-item a{
	color: #000;
	text-decoration: none;
}
#footer_copyright{
	background-color: #ee2c75;
	color: #fff;
}
#footer_copyright > div{
	
}

.pagesection .section-title{
	text-align: center;
	color:#ee2c75;
	text-transform: uppercase;
}
.pagesection + .pagesection {
  padding-top: 2em;
}

#menu_social{
	
}

#menu_social .list-group-item{
	color: #FFF;
	border-radius: 50%;
	background-color: #ee2c75;
	aspect-ratio: 1/1;
	padding: .7em;
	display: inline-block;
	text-align: center;
	margin-right: 0.85em;
}
#menu_social .list-group-item svg{
	width: 2em;
	height: 2em;
}

@media (max-width: 767px){
	#search{
		background-color: #fedde7;
	}
}

#search .input-group{
	border: 1px solid #ececec;
}
#search .input-group-text{
	background-color: #fbfbfb;
	border: none;
	border-radius: 0;
	color: #ee2c75;
}
#search .input-group-text svg{
	transform: scale(1.25);
}
#search .form-control{
	border: none;
	background-color: #fbfbfb;
	border-radius: 0;
}

#account{
	color: #000;
	position: relative;
}
#account svg{
	transform: scale(2);
	margin-top: -0.4em;
	margin-right: 1em;
}
#account span{
	font-size: 1em;
	font-weight: bold;
	position: relative;
}
#miniaccount{
	color: #000;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1050;
	text-align: left;
}

#cart{
	color: #000;
	position: relative;
}
#cart svg{
	transform: scale(2);
	margin-top: -0.4em;
	margin-right: 1em;
}
#cart span{
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
}

#cart span[data-rel="cart-items"]{
  position: absolute;
  background-color: green;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  width: 1.25rem;
  overflow: hidden;
  color: white;
  text-align: center;
  font-size: .6em;
  vertical-align: middle;
  line-height: 1.55;
  top: -.5em;
  right: .5em;
}
header #minicart{
	position: absolute;
	right: calc(var(--bs-gutter-x) * .5);
	top: 100%;
	z-index: 1050;
	text-align: left;
	min-width: 35vw;
}
#minicart,
#shoppingcart,
#checkout{
	color: #000;
}
#minicart .card,
#shoppingcart .card,
#checkout .card{
	--bs-card-cap-bg: #FFF;
	--bs-card-inner-border-radius: 2px;
	--bs-card-border-width: 1px;
	padding: .85em;
}
#minicart .card-header,
#shoppingcart .card-header,
#checkout .card-header{
	border-bottom: none;
}

#shoppingcart .card-body .usps{
	font-size: 0.75em;
}
@media (max-width: 767px) {
	header #minicart{
		width: 85vw;
		max-height: 80vh;
		overflow: auto;
	}
	.navbar-expand-md{
		display: block;
	}
	#navbarScroll{
		position: absolute;
		z-index: 100;
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
		width: 100%;
		padding: 1em;
		border-top: 2px solid #ee2c75;
		border-left: 1px solid #ee2c75;
		border-right: 1px solid #ee2c75;
		border-bottom: 4px solid #ee2c75;
	}
	.navbar-toggler{
		color: #ee2c75;
	}
	.navbar-toggler svg{
		width: auto;
		height: 2em;
	}
	.navbar-nav{
		width:100%;
	}
}
@media (min-width: 768px){
	.text-md-left{ text-align: left !important; }
}

.category-hightlights .col > .btn{
	display: block;
}

.price{
	font-size: 1em !important;
	color: inherit ;
	font-weight: bold;
}
.price:before{
	content: attr(data-value);
}
.price .currency {
  color: #bbb;
}
.price .decimals {
  font-size: 0.75em !important;
  font-weight: normal !important;
  vertical-align: baseline !important;
  top: -0.25em !important;
  position: relative !important;
}
.price .decimals:after{
	content: attr(data-value);
}

.store-listing{
	line-height: 1.1;
}
