/*** Bootstrap over-rides***/

/* Ubuntu font family */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/templates/bm-core/fonts/ubuntu-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/templates/bm-core/fonts/ubuntu-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/templates/bm-core/fonts/ubuntu-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/templates/bm-core/fonts/ubuntu-700.woff2') format('woff2');
}

:root {
  --main-font: 'Ubuntu', Arial, sans-serif;
  --heading-font: Arial, sans-serif;
}

body {
	display: flex;
	height: 100%;
	flex-direction: column;
	min-height: 100vh;
}

#ramdomWord {
	height: 50px;
	width: 150px;
	font-size: 24px;
}

#admin-badge {
      display: none;
}

.page-content {
	flex: 1 0 auto;
}

.homeCarousel img.img-responsive {
	width: 100%;
}

@media (max-width: 767px) {
	.antiCls-xs {
		visibility: hidden;
	}
}

footer {
	flex-shrink: 0;
}

body {
	font-family: var(--main-font);
	color: #000;
        font-weight: 300;
}

h1 {
	font-size: 30px;
}

.titles {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}

#frmsortby .titles {
      font-size: 16px;
      font-weight: 400;
}

#skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

.subcategories {
	/*border-bottom: 1px solid #ececec;*/
	/*padding: 0 0 20px;*/
	border-top: 1px solid #ececec;
}

.subcategories>ul>li>a {
	color: #000;
	text-decoration: none;
	display: block;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.subcategories>ul>li>a:hover {
	opacity: 0.8;
}

.subcategories>ul>li span.name {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}


@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}

	div.searchlight-results-wrapper {
		display: none;
	}
}

.form-control {
	color: #000;
	font-family: var(--main-font);
	font-size: 14px;
	height: 45px;
	padding: 7px 12px;
}

.form-control.search-text {
	border: 1px solid #ececec;
}

.btn-default,
.btn-primary:focus,
.btn-primary:active:focus {
	border-color: #000;
	background-color: #fff;
	color: #000;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-default.btn-inverse,
.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-default.btn-inverse:hover,
.btn-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
	opacity: 0.8;
}

.category-related .product-item .name {
	font-size: 16px;
	line-height: 1.5em;
}

@media (max-width: 1079px) {
	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-nav>li {
		float: none;
	}

	.collapse.in {
		display: block !important;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.hidden-xs {
		display:none!important
	}
	.navbar.navbar-inverse {
		margin-bottom: 5px;
		border: none;
		background-color: #f70a0a;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
		font-weight: 600;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 18px;
		min-height: 50px;
	}
	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus {
		color: #eee;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.dropdown-menu>li>a {
		/*font-size: 12px;*/
		padding: 6px 20px;
		text-transform: uppercase;
	}
	.navbar-nav>li.dropdown>a:after {
		content: "\f105";
		font-family: "fontello";
		font-size: 18px;
		/*line-height: 1;*/
		margin-left: 5px;
		/*transition: transform 50ms ease; */
	}
	.navbar-nav>li.dropdown.open>a:after {
		transform: rotate(90deg);
	}
}

 .col-md-4.prod-btn {
       margin-top: 0;
     }

@media (min-width: 992px) {
  .col-md-4.prod-btn {
       width: auto;
     }
  .col-md-3.prod-text {
      width: 20%;
    }
}

/**Check Out Overrides**/

#checkoutSinglePage .account_login .btn-link {
	padding: 10px;
	margin-left: 10px;
}

#checkoutSinglePage .form-control {
  height: 50px !important;
  border-radius: 6px !important;
}

#checkoutSinglePage .icon-basket {
	display: none;
}

#checkoutSinglePage .page_heading {
  text-transform: unset;
}

#checkoutSinglePage h3 {
  font-size: 21px;
}

/*** Template code***/

.logo {
	height: 60px;
	position: relative;
	overflow: hidden;
}

.logo img {
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.logo a:hover img {
      transform: scale(1.1);  /* Increases image size by 10% */
      transition: transform 0.3s ease; /* Smooth transition effect */
}

.top-nav {}

.top-nav ul {
	padding: 26px 0 19px;
	margin: 0;
	list-style: none;
        font-size: 18px;
	line-height: 1.2;
	font-family: var(--main-font);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.menu:focus,
.menu:hover {
	color: #e62a26;
        text-decoration: none;
}

@media (max-width: 1199px) {
	.top-nav ul {
		 font-size: 15px;
	}
.logo img {
	left: 5px;
    }
}

.top-nav ul li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
}

.top-nav .useraccount ul {
	float: right;
}

.top-nav ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.top-nav ul li a {
	color: #000;
	padding: 1px;
}

.site-header {
	padding: 10px;
	z-index: 999;
}

.searchBox {
	/*padding: 10px 0;*/
	padding: 10px;
	background: white;
	width: 260px;
}

.search-form {
	position: relative;
	width: 190px;
}

.search-form .search-text {
	padding: 0 12px;
	height: 40px;
	background: #f4f4f4;
	min-height: 40px;
	border-color: #e2e2e2;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	border: none;
	color: #aaa;
}

.search-form .search-submit:hover {
	color: #c4c4c4;
	opacity: 1;
	background: none;
}

.search-form .search-submit:focus {
	outline: none;
}


.minicart {
	min-width: 130px;
	height: 60px;
	/* float: left; */
	padding: 15px 0 15px 0px;
	/* border-left: 1px solid #ececec; */
}

.minicart-inner {
	display: block;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
}

.minicart-inner:hover {
	color: #000;
	opacity: 0.8;
}

.minicart .cart-icon {
	position: absolute;
	font-size: 24px;
	margin-right: 5px;
}

.minicart .cart-details {
	float: none;
	position: relative;
        top: 30px;
}

span.cart-title {
	font-size: 12px;
	line-height: 15px;
	display: block;
	font-weight: bold;
}

span.cart-count {
	color: #000;
	font-size: 10px;
	display: block;
	line-height: 15px;
	font-weight: 500;
}

.site-footer {
	background-color: #0f0f0f;
	padding: 35px 0 0;
	color: #fff;
	font-family: var(--main-font);
	font-size: 15px;
}

ul.extrapages li {
	line-height: 1;
	margin: 0 0 15px;
}

ul.extrapages li a {
	color: #fff;
	font-size: 16px;
}

.footer-social {
	border-top: 1px solid #2d2d2d;
	/* border-bottom: 1px solid #2d2d2d;*/
	/*width:270px;*/
}

.social-icons,
.global-footer {
	padding-top: 12px;
	padding-bottom: 12px;
}

.copyright {
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

#divRewardWidget {
	color: #000 !important;
}

.mailist-box {
	/*width: 258px;*/
	/*float: right;*/
	/*margin-bottom: 10px;*/
}

.mailist-box h2.mailinglist-title {
	margin: 0 0 15px;
	font-family: var(--main-font);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

.mailinglist-input.form-control {
	/*background-color: transparent;*/
	border-color: #2d2d2d;
	max-width: 210px;
	color: #000;
	float: left;
}

.mailinglist-submit {
	background-color: transparent;
	color: #fff !important;
	border-color: #fff !important;
	float: right;
	width: 78px;
}

.btn-default.mailinglist-submit:hover,
.btn-default.mailinglist-submit:focus {
	opacity: 0.6;
}

.mailinglist-response {
	display: none;
}

.maillist-options {
	margin: 15px 0 0;
}

.subscribe {
	float: left;
	margin-right: 20px;
	line-height: 13px;
}

.subscribe input[type="radio"] {
	margin: 0;
	vertical-align: middle;
}

.subscribe label {
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	font-weight: 300;
	margin-left: 3px;
	color: #fff;
	cursor: pointer;
}

.footer-social ul {
	/*  margin: 0; */
}

ul.payment-icons {
	text-align: right;
}

ul.payment-icons li {
	font-size: 34px;
	line-height: 36px;
	vertical-align: middle;
}

ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
	font-size: 18px;
	vertical-align: middle;
	font-family: var(--main-font);
	text-transform: uppercase;
	margin-right: 20px;
}

.social-icons {}

.social-icons li a {
	color: #0f0f0f;
	/*background-color: #fff;*/
	width: 32px;
	height: 32px;
	/* line-height: 32px; */
	border-radius: 100%;
	display: inline-grid;
	text-align: center;
	font-size: 18px;
	align-items: center;
}

.social-icons li a:hover {
	opacity: 0.6;
}


/*.product-item .reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.product-item .reviews-stars {
    color: #000;
}*/

.reviews-stars:before {
	font-family: "fontello";
	content: "\e803 \e803 \e803 \e803 \e803";
	color: #b8b8b8;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star,
.reviews-stars {
	color: #000;
}

.product-item .name a {
	color: #000;
}

.product-item del.regular-price {
	text-decoration: line-through;
}

.sale-price {
	color: #9E293E;
}

del.original-price {
	font-weight: 500;
}

span.freeshipping {
	color: #005C4B;
}

.product-items .product-item .addtowishlist a {
	color: #265A87;
}

.breadcrumnb ol li>a {
	color: #575757;
}

.product-item .on-sale-badge {
	background-color: #922639;
}

.product-item .status span:before {
	content: "-";
}

.product-item .price {
	font-size: 14px;
	font-weight: 400;
	margin: 0px !important;
}

.product-item .img {
	min-height: 150px;
	position: relative;
	/*border: 1px solid #ececec;*/
	background-color: #fff;
}

.product-item .img a {
	display: block;
}

.product-item .img img {
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

.product-item .action .btn {
	min-width: 100px;
	margin: 0px 4px 0px 4px;
}

.head-mobile-nav>a {
	color: #000;
	font-size: 24px;
	line-height: 3;
}

/*
** Top Menu Drop Down
*/

/* Base dropdown content styling */
.dropdown-content {
    max-width: 500px;
    width: 100%;
    padding: 20px;
    background: #FAFAFA;
    box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.2), 4px 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1000;
    font-family: var(--main-font);
}

.dropdown-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-content .fullRow {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    color: black;
    font-family: var(--main-font);
}

.dropdown-content #categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.dropdown-content #categories > li.dropdown {
    background: #DEDEDE;
    padding: 15px;
    border-radius: 8px;
}

.dropdown-content #categories > li.dropdown > a {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    font-family: var(--main-font);
}

.dropdown-content a {
    text-decoration: none;
    color: black;
    font-family: var(--main-font);
}

/* Reset Bootstrap's dropdown-menu styles */
.dropdown-content .dropdown-menu {
    all: unset;
    list-style: none;
}

.dropdown-content .dropdown-menu li {
    margin: 8px 0;
    line-height: 1.2em;
}

.dropdown-content .dropdown-menu a {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 16px;
}

.dropdown-content .dropdown-menu a:hover {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}

/*
**Grid Control - Homepage
*/

.grid-mtr-item1 {
	grid-area: mtr1;
}

.grid-mtr-item2 {
	grid-area: mtr2;
}

.grid-mtr-item3 {
	grid-area: mtr3;
}

.grid-mtr-item4 {
	grid-area: mtr4;
}

.grid-mtr-item5 {
	grid-area: mtr5;
}

.grid-mtr-item6 {
	grid-area: mtr6;
}

.grid-mtr-item7 {
	grid-area: mtr7;
}

.grid-mtr-item8 {
	grid-area: mtr8;
}

.grid-cont-mtr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"mtr1 mtr2"
		"mtr3 mtr3"
		"mtr4 mtr5"
		"mtr6 mtr6"
		"mtr7 mtr8";
	gap: 20px 20px;
	padding: 0px;
	margin: 50px 30px 100px 30px;
}

.grid-mtr-item3,
.grid-mtr-item6 {
	border-bottom: 3px dotted #999b9a;
}

.grid-mtr-item1,
.grid-mtr-item5,
.grid-mtr-item7 {
	padding: 30px;
	font-size: 16px;
	text-align: left;
	align-content: center;
}

/* Centering only grid items with images */
.grid-mtr-item2,
.grid-mtr-item4,
.grid-mtr-item8 {
	display: flex; /* Enable Flexbox */
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
}

[class*="grid-mtr-item"]>img {
	max-width: 100%;
	max-height: 100%;
	width: auto; /* Maintain aspect ratio */
	height: auto; /* Maintain aspect ratio */
	display: block; /* Prevent inline element issues */
}

.grid-cont-mtr p {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: normal;
        color: #4f4f4f;        
}

.grid-cont-mtr h2 {
	font-size: 56px;
	font-family: var(--heading-font);
	letter-spacing: 0;
	color: #000;
	margin-bottom: 5px;
	line-height: normal;
	font-weight: 400;
}

.grid-cont-mtr h3 {
	font-weight: 400;
	font-size: 26px;
	opacity: .8;
	margin-bottom: 15px;
}

.grid-cont-mtr .read-more {
	color: #fff;
	background-color: #ec5451;
	font-size: 18px;
	font-weight: 400;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	margin: 20px auto auto;
}

@media (max-width: 1199px) {
	.grid-cont-mtr p {
	font-size: 18px;
	line-height: 28px;    
}

.grid-cont-mtr h2 {
	font-size: 48px;
}

.grid-cont-mtr h3 {
	font-size: 20px;
     }
}

@media (max-width: 991px) {
   .product-item .product-info .col-md-2.prod-text {
           margin: 10px 0px 10px 0px;
}
	.grid-cont-mtr {
		grid-template-columns: 1fr;
		grid-template-areas:
			"mtr1"
			"mtr2"
			"mtr3"
			"mtr5"
			"mtr4"
			"mtr6"
			"mtr7"
			"mtr8";
		margin: 30px 30px 100px 30px;
	}
	.grid-cont-mtr p {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: normal;
	}
	.grid-cont-mtr h2 {
		font-size: 40px;
		margin-bottom: 5px;
	}
        .col-md-4.prod-btn {
                margin-top: 15px;
     }
}

@media (max-width: 767px) {
	.grid-cont-mtr {
		margin: 0px 0px 50px 0px;
	}

	.grid-cont-mtr p {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: normal;
	}

	.grid-cont-mtr h2 {
		font-size: 36px;
		margin-bottom: 5px;
	}
}

/*
** Homepage
*/

.products-section {
	background-color: #fbfbfb;
	padding: 30px 0;
}

.products-section h2 {
	margin: 0;
	font-size: 24px;
}

.products-section h2 {
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ececec;
	position: relative;
}

.products-section h2:after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	bottom: -1px;
	z-index: 10;
}

.home-page-content {
	padding-top: 0;
}

/*.home-page-content .category-footer {
    padding: 40px 0 60px;
}*/
.home-page-content .category-footer h3 {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 20px;
	font-weight: bold;
}

.home-page-content .category-footer p {
	margin: 0 0 30px;
	text-align: justify;
}

.home-page-content .category-footer a:hover img {
	opacity: 0.7;
}

.home-page-content .category-header img {
	margin: 0 auto;
}

.extrapages-shower a {
	display: block;
	background-color: #2d2d2d;
	color: #fff;
	padding: 10px 18px;
	text-decoration: none !important;
}

.extrapages-shower a:after {
	content: "\f106";
	font-family: "fontello";
	float: right;
}

.extrapages-shower a.collapsed:after {
	content: "\f107";
}

@media(max-width: 1079px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 14px;
		min-height: 0;
	}
	.navbar-nav>li.dropdown>a:after {
		float: right;
	}
	.mailist-box {
		float: none;
		/* padding: 30px 0;*/
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.footer-social {
		text-align: left;
		width: 100%;
	}
}

@media(max-width: 767px) {
	.logo {
		text-align: center;
		height: auto;
	}

	.logo img {
		position: static;
	}

	.searchBox {
		/*padding: 20px 0 0;*/
	}

	.search-form-col {
		clear: both;
	}

	.flex-direction-nav a:before {
		font-size: 24px;
	}

	.flex-direction-nav a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin: -12px 0 0;
	}

	.social-icons li a {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.footer-social ul li {
		padding: 0 4px;
	}

	.extrapages {
		display: none;
	}

	.home-page-content .category-header {
		padding: 15px 0;
	}

	.extrapages-shower a {
		display: block;
	}

	ul.extrapages {
		margin: 0;
		padding: 15px 0;
	}

	ul.extrapages li a {
		font-size: 14px;
	}
}

@media(max-width: 567px) {

	.product-items.product-items-1 .product-item,
	.product-items.product-items-2 .product-item,
	.product-items.product-items-3 .product-item,
	.product-items.product-items-4 .product-item,
	.product-items.product-items-5 .product-item,
	.product-items.product-items-6 .product-item {
		max-width: none;
	}
}

.menu-open {
	overflow: hidden;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.menu-open .mobile-menu {
	overflow-x: hidden;
	overflow-y: auto;
}

.mobile-menu-inner {
	background-color: #fff;
	padding: 30px 20px;
	width: 250px;
	/*   margin-left: auto;
        margin-right: 0; */
	margin-left: 0;
	margin-right: auto;
	min-height: 100vh;
	position: relative;

	/*   -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
*/
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-open .mobile-menu-inner {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.mobile-menu-close a {
	color: #000;
	display: inline-block;
	line-height: 1;
	font-size: 24px;
	text-decoration: none;
}

.mobile-menu-close a:after {
	content: '\e805';
	font-family: "fontello";
}

.mobile-menu-widget {
	margin: 30px 0;
}

.mobile-menu-widget h3 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1;
	border-bottom: 1px solid #ececec;
}

.mobile-menu-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mobile-menu-widget ul li {
	margin: 0 0 0;
}

.mobile-menu-widget ul li a {
	padding: 0;
	line-height: 40px;
	/*font-size: 13px; */
	background-color: transparent !important;
	display: block;
	color: #000;
	text-decoration: none !important;
}

.mobile-menu-widget ul li a:hover {
	color: #333;
}

.mobile-menu-widget ul ul {
	/*display: none !important;*/
}

.mobile-menu-widget ul li a:after {
	/*display: none;*/
}

.mailinglist-response {
	margin: 10px 0;
	padding: 10px 20px;
	font-size: 12px;
	background-color: #2d2d2d;
	color: #ccc;
}

.mailinglist-error span {
	color: #8a6d3b;
}

.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
	color: #3c763d;
}

.mailinglist-response,
.mailinglist-response div {}

.floating-cart {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
	background-color: #101010;
	color: #fff;
	border-radius: 20px 0 0 20px;
	padding: 15px;
	text-align: center;
	width: 90px;
	display: none;
}

.floating-cart a,
.floating-cart a:hover {
	color: #ececec;
	text-decoration: none;
}

.floating-cart a:hover {
	opacity: 0.6;
}

.floating-cart span.cart-icon {
	display: block;
	font-size: 30px;
	line-height: 1;
}

.floating-cart span.cart-details {
	font-size: 12px;
	text-transform: none;
	display: block;
	margin: 5px 0 0;
}

.paging {
	float: right;
}

.paging strong,
.paging a {}

.paging strong,
.paging a:hover {
	color: #fff;
	background-color: #0f0f0f;
	text-decoration: none;
}

.category-related .product-items .product-item {
	margin: 0 12px 10px 0 !important;
	height: 350px !important;
        border: 1px solid #ccc;
}

/* Align Also Like to Btm of Block */
.category-related .product-item {
    position: relative;
    height: 100%;
}

.category-related .product-item .product-content {
    height: 100%;
}

.category-related .product-item .product-content .bottom-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
/* End Align */

.product-item .status {
	font-size: 14px;
	font-weight: 400;
	margin: 0px !important;
}

.product-item .part {
	font-size: 14px;
	font-weight: 400;
}

.product-items-rel {
	margin-left: 0px !important;
	margin-right: -23px
}

.availability-label {
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

.availability-value {
	text-align: left;
	padding-left: 4px;
	padding-right: 0;
}

.part-label {
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

.part-value {
	text-align: left;
	padding-left: 4px;
	padding-right: 0;
}

.price-label {
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

.price-value {
	text-align: left;
	padding-left: 4px;
	padding-right: 0;
}

.product-content {
	text-align: center;
}

.product-content .action {
	padding: 0px 0px 20px 0px;
}

.category-toolbar a {
	color: #FF0000 !important;
}

.category-toolbar a:hover {
	color: #ffffff !important;
}

.product-item .name {
	margin-top: 10px;
        height: auto !important;
        font-weight: 500;
}

.product-items .product-item {
	margin-bottom: 20px !important;
	height: auto !important;
}

.product-item:hover {
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.sort-by select {
	background-color: #ececec;
        margin-bottom: 20px;
}

section.subcategories_block {
	margin: 0px 0 20px !important;
}

.category-actions .paging {
	padding-bottom: 20px !important;
}

.category-toolbar {
	border-bottom: 1px solid #ececec;
}

#search-bar .category-toolbar {
	border-top: 1px solid #ececec;
	padding-top: 25px;
}

.category-actions {
	margin: 0px !important;
	border: none !important;
}

.view-as-btn {
	display: none;
}

.product-info .baction .btn_over {
	text-align: center;
	width: 115px !important;
}

.btn {
    background-color: #ec5451;
    color: #fff;
    font-size: 16px;
    padding: 10px 18px;
    line-height: 1.42857;
    vertical-align: middle;
    text-transform: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
    margin: 0px 6px 0px 0px;
    letter-spacing: 0.5px;
}

.btn_over,
.btn:hover {
    background-color: #000;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: none;
    background-image: none;
}

.prod-text {
	font-weight: 600;
	padding: 0px;
}

.cat-prod-info {
      font-weight: 400;
      margin-left: 5px;
}

.product-info .descript {
     margin-bottom: 20px;
}

.product-info .col-md-2.prod-text {
     margin: 0px;
}

.prod-btn {
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}

.close-button {
	font-size: 36px;
	color: #aaa;
	float: left;
	background: transparent;
	position: absolute;
	top: -10px;
	right: -55px;
	width: 50px;
	text-align: center;
}

.minisearch {
	padding: 15px 0 15px 0px;
	height: 60px;
	float: left;
	position: relative;
}

.minisearchclose {
	display: none;
}

.miniuser {
	padding: 15px 0 15px 0px;
	height: 60px;
	float: left;
}

#tab-7 h3 {
	font-weight: 400;
}

#tab-7 ul,
#tab-7 ul li {
	padding: 0;
	margin: 0;
}

#tab-7 li span {
	width: 50%;
	display: inline-block;
}

#tab-7 li:nth-child(even) {
	background: #fff;
	list-style: none;
	padding: 5px 10px;
}

#tab-7 li:nth-child(odd) {
	background: #f2f2f2;
	list-style: none;
	padding: 5px 10px;
}

div.searchlight-balloon {
	min-width: 220px !important;
	padding: 20px 0px 0px 0px !important;
}

.search-result .icon-search {
	font-size: 24px;
	color: black;
	float: left;
	padding: 0 5px;
}

/* .r-tabs .r-tabs-panel { padding: 15px; } */

.container-footer {
	padding-left: 15px;
	padding-right: 15px;
}

.container-header {
	padding-left: 0px;
	padding-right: 0px;
}

.icon-user {
	font-size: 24px;
	color: black;
	float: left;
	padding: 0 5px;
}

#FRAME_SEARCH::before {
	position: absolute;
	top: -7px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid white;
	border-bottom-color: white;
	content: '';
}

#FRAME_SEARCH {
	float: left;
	animation: slide 1s 1;
	display: none;
	top: calc(100% - 10px);
	position: absolute;
	right: 150px;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 999;
	-webkit-box-shadow: 2px 8px 10px #ccc;
	-moz-box-shadow: 2px 8px 10px #ccc;
	box-shadow: 2px 8px 10px #ccc;
}

.footer .footer-col {
	float: left;
	text-align: left;
}

.footer .footer-col-desk1 {
	width: 35%;
	padding-left: 20px;
}

.footer .footer-col-desk2 {
	width: 26%;
	padding-left: 20px;
}

.footer .footer-col-desk3 {
	width: 20%;
	padding-left: 30px;
}

.footer .footer-col-desk4 {
	width: 18%;
	padding-left: 20px;
}

.footer ul li {
	list-style: none;
	border-bottom: 1px dotted #eee;
	margin-right: 40px;
        padding: 7px 0px;
}

.no-padding {
	padding: 0 !important;
}

.footer ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.footer ul li a:hover {
	display: inline-block;
	color: #FF0000;
	text-decoration: none;
}

.social-icons ul li a {
	/*display: grid; */
	color: #000;
	margin: 14px 0px 0px 0px;
}

.social-icons ul li a:hover {
	/*display: grid; */
	color: #FF0000;
}

.intro_v a {
	color: #fff;
}

.intro_v a:hover {
	color: #FF0000;
}

#mailistBox .buttons-set .button span {
	background-color: #ec5451;
	color: #fff;
	font-size: 14px;
}

.buttons-set button.button {
	background-color: #ec5451;
	margin-left: 10px;
	color: #fff;
	width: auto;
}

ul.social-icons li.social-icons-label {
	font-size: 14px;
	width: 100%;
}

.footer-col h4 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.footer-cols-wrapper {
	position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer .footer-cols-wrapper .footer-col.footer-col-ex {
		width: 100% !important;
		float: none;
		margin-bottom: 25px;
		padding: 0;
		text-align: center;
	}

	.footer-social {
		text-align: center;
	}

	.container-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-cols-wrapper {
		position: relative;
	}

.footer ul li {
	margin-right: 0px;
       }

	#MainContent .container {
		max-width: none !important;
		width: 100% !important;
	}

	#frmsortby h2 {
		text-align: center;
	}

	.sort-by {
		text-align: center;
	}

	.product-info {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.col-sm-4 {
		width: 33.33% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#FRAME_SEARCH {
		float: left;
		animation: slide 1s 1;
		display: none;
		top: calc(100% - 10px);
		position: absolute;
		right: 64px;
		-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
		filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.col-sm-6 {
		align-content: center;
	}

	.footer .footer-col-desk1 {
		width: 18%;
		padding: 0px 0px 0px 0px;
	}

	.footer .footer-col-desk2 {
		width: 18%;
		padding: 0px 0px 0px 30px;
	}

	.footer .footer-col-desk3 {
		width: 18%;
		padding: 0px 0px 0px 0px;
	}

	.footer .footer-col-desk4 {
		width: 18%;
		padding: 0px 0px 0px 30px;
	}

	.footer .footer-col {
		float: left;
		width: 50%;
		text-align: left;
	        margin-bottom: 30px;
	}

	.hidden-md {
		display: none;
	}

	.social-icons {
		padding: 0;
	}

	.container-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mailinglist-input.form-control {
		max-width: 170px;
	}

	.footer-cols-wrapper {
		position: relative;
		padding: 0px 50px 0px 50px;
	}
}

@media (max-width: 320px) {
	.mailinglist-input.form-control {
		max-width: 100%;
	}

	.footer .footer-cols-wrapper .footer-col.footer-col-ex {
		width: 100% !important;
		float: none;
		padding: 0;
		text-align: center;
	}

	.footer-social {
		text-align: center;
	}

	.container-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-cols-wrapper {
		position: relative;
	}

	.product-items {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.product-items {
		margin-left: 0;
		margin-right: 0;
	}
	.motion-image {
		margin: 0;
	}
}

@media (max-width: 1079px) {
	category-related .product-item {
		width: 12% !important;
	}

	.product-items.productList .product-item .img {
		width: 100% !important;
	}

	.product-item .name {
                 line-height: 1.5em;
	}

        .category-related .product-item .name {
	        font-size: 14px;
	        line-height: 1.2em;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sort-text {
		display: none !important;
	}
}

@media (max-device-width:480px) {
	.minisearch {
		padding: 0;
		height: 10px;
		float: left;
		position: relative;
	}

	.miniuser {
		padding: 0;
		height: 10px;
		float: left;
	}

	.minicart {
		padding: 0;
		height: 10px;
	}

	.search-result .icon-search {
		font-size: 22px;
		color: black;
		float: left;
		padding: 0;
	}

	.icon-user {
		font-size: 23px;
		color: black;
		float: left;
		padding: 0;
	}

	.searchBox {
		padding: 10px !important;
	}

	#FRAME_SEARCH {
		float: left;
		animation: slide 1s 1;
		display: none;
		top: calc(100% - -25px);
		position: absolute;
		right: 62px;
		-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
		filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.head-mobile-nav>a {
		line-height: unset;
	}
}

@media (min-width:1025px) and (max-width:1079px) {
	#site-header .col-md-3 {
		width: 60%;
		padding-left: 150px;
	}
}

@media (min-width:991px) and (max-width:1079px) {
	#FRAME_SEARCH {
		float: left;
		animation: slide 1s 1;
		display: none;
		top: calc(100% - 10px);
		position: absolute;
		right: 105px;
		-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
		filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}

	#site-header .col-md-3 {
		width: 66%;
		padding-left: 170px;
	}

	.product-info .baction .btn {
		width: auto;
	}

	.product-info .baction .btn_over {
		width: auto !important;
	}

	.sort-text {
		display: none !important;
	}
}