/**********************************************

Theme Name: Viridi;
Theme Version: 1.0
Author: nopStation;
Platform: Nopcommerce;
Nopcommerce Version: 4.2;
Date: 1/3/2020

***********************************************/

body {
    font-family: "Barlow", sans-serif;
}

/* reset css */

.theme-custom {
	margin-top: 0 !important;
}

a, a:hover, span.value {
	color: #205aa7;
	text-decoration: none;
}

button, .btn {
	outline-color: transparent;
}

input[type="radio"] {
	display: none;
}
.image-squares input[type="radio"] {
	display: inline-block;
}
.image-squares input[type="radio"] {
	margin-right: 5px;
}
input[type="radio"] + label::before {
	content: "\f111";
	font-weight: normal;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	color: #205aa7;
}

input[type="radio"]:checked + label::before {
	content: "\f192";
}

input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] ~ label::before {
	content: "\f0c8";
	font-weight: normal;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	margin-left: 5px;
	margin-right: 10px;
	color: #205aa7;
	vertical-align: middle;
}
textarea.form-control {
	height: 92px;
}
.remove-from-cart,
.add-to-cart {
	text-align: center;
}
.product-details-page .add-to-cart {
		text-align: left;
}
.customer-entered-price {
	text-align: left;
	padding: 20px 0;
}
.table-bordered thead th {
	border-bottom-width: 1px;
}
.table thead th {
	border-bottom: 1px solid #dee2e6;
}
.table td, .table th {
	padding: 10px 15px;
}
.cart thead {
	background: #205aa7;
	color: #fff;
	text-transform: uppercase;
}
input[type="checkbox"]:checked ~ label::before {
	content: "\f14a";
}
.table-wrapper tr:nth-child(even) {
	background-color: #f9fbfd;
	box-shadow: 2px 0px 3px #ddd;
}
.container-lg, .container-fluid,
.custom-container-fluid {
	max-width: 1300px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

[class*="icon"] {
	font-size: 0;
}

	[class*="icon"]::before {
		font-size: 22px;
	}

img {
	max-width: 100%;
}
/* base style */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-success {
	background-color: #205aa7;
	border-color: #205aa7;
	color: #fffffd;
}

.option-list {
	list-style-type: none;
	padding-left: 15px;
}

/*global css*/
.center-1 .page-body,
.center-2 {
	min-height: 20vw;
}
.center-1 .page-body,
.center-2  {
	position: relative;
}
.page-body p:only-child {
	font-weight: bold;
}
.no-data {
	text-align: center;
	font-size: 20px;
}
.center-1 .no-data,
.center-2 .no-data {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*position css*/
.all-center {
	position: relative;
}
.all-center * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* buttons style */
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?zdfm4");
	src: url("../fonts/icomoon.eot?zdfm4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?zdfm4") format("truetype"), url("../fonts/icomoon.woff?zdfm4") format("woff"), url("../fonts/icomoon.svg?zdfm4#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .icomoon, .navbar .search-box .input-group-append::before,
.navbar-toggler .fa-bars::before{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-compare-list:before {
	content: "\e902";
}

.icon-quick-view:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}
.icon-heart:before {
	content: "\e904";
}
.icon-user:before {
	content: "\e905";
}

.icon-cart-1:before {
	content: "\e906";
}

.icon-cart-2:before {
	content: "\e908";
}

.icon-navbar:before,
.navbar-toggler .fa-bars::before {
	content: "\e907";
}

.icon-right-arrow:before {
	content: "\e90a";
}

.icon-left-arrow:before {
	content: "\e90b";
}

.icon-grid-view:before {
	content: "\e90c";
}

.icon-list-view:before {
	content: "\e90d";
}

.icon-right-arrow1:before {
	content: "\e90e";
}

.icon-left-arrow1:before {
	content: "\e90f";
}

.icon-plus:before {
	content: "\e901";
}

.icon-edit:before {
	content: "\e900";
}
.icon-track::before {
	content: "\e901";
}
.icon-location::before {
	content: "\e900";
}
.home-page-category-grid .owl-nav button {
	border: solid 2px #fff !important;
}
.navbar-toggler .fa-bars::before {
	color: #205aa7;
}
/* buttons style */
.theme-button, #topcartlink .dropdown-menu .button-1, .search-page .search-button, .home-page-slider-1 .slider-caption .slider-btn, .contact-page .button-1,
.apply-vendor-page .button-1, .quick-view-plugin-btn, .add-address-button,
.anywhere-slider-item .slider-btn, .register-back-button {
	background: #205aa7;
	border: 1px solid #205aa7;
	color: #fffffd;
	outline-color: #205aa7;
	padding: 5px 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 3px !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.add-address-button,  {
	background: #205aa7 !important;
	border: 1px solid #205aa7;
	color: #fff !important;
}
.register-back-button {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}
}
.slider-caption h2,
.slider-caption h3 {
	display: none;
}
.anywhere-slider-container .anywhere-slider-1 .slider-btn {
	margin: 0;
	display: inline-block;
	padding: 8px 30px !important;
	border: solid 2px #fff;
	margin-right: 25px;
	bottom: 22px;
	position: absolute;
	right: 0;
	z-index:;
}
.anywhere-slider-container {
	border-top:solid 4px #fff;
}
.home-page-slider-1 .slider-caption .slider-btn {
	padding: 8px 15px;
}
.home-page-slider-item .picture::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*background: #205aa7;*/
	opacity: 0.2;
}
.home-page-slider-1 .slider-caption h2,
.anywhere-slider-container .slider-caption h2 {
    font-weight: 700;
}
.theme-button::before, #topcartlink .dropdown-menu .button-1::before, .search-page .search-button::before, .contact-page .button-1::before, .apply-vendor-page .button-1::before, .home-page-slider-1 .slider-caption .slider-btn::before, .quick-view-plugin-btn::before {
	content: "\f337";
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.theme-button:focus, #topcartlink .dropdown-menu .button-1:focus, .search-page .search-button:focus, .contact-page .button-1:focus, .apply-vendor-page .button-1:focus,
.home-page-slider-1 .slider-caption .slider-btn:focus, .quick-view-plugin-btn:focus, #quick-view-product-details-modal .modal-dialog button:focus,
.theme-button:hover, #topcartlink .dropdown-menu .button-1:hover, .search-page .search-button:hover, .contact-page .button-1:hover,
.apply-vendor-page .button-1:hover, .home-page-slider-1 .slider-caption .slider-btn:hover, .quick-view-plugin-btn:hover, .theme-button:first-child, #topcartlink .dropdown-menu .button-1:first-child,
.search-page .search-button:first-child, .contact-page .button-1:first-child, .apply-vendor-page .button-1:first-child, .home-page-slider-1 .slider-caption .slider-btn:first-child,
#quick-view-product-details-modal .modal-dialog btn-email-friend:hover {
	outline-color: #205aa7;
	background-color: #205aa7;
	color: #fff !important;
}
.btn-quick-view,
.email-a-friend .btn-email-friend, .btn-compare-product {
	color: #205aa7 !important;
}
.quick-view-plugin-btn {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product-details-form .ui-widget-content {
	border: none !important;
}
.mfp-close-btn-in .mfp-close {
	color: #fff !important;
}
.button-2, .btn-email-friend, .btn-compare-product, .wishlist-icon,
.checkout-as-guest-or-register-block .checkout-as-guest-button,
.checkout-as-guest-or-register-block .register-button {
	padding: 5px 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	border: 1px solid #205aa7;
	border-radius: 3px;
	color: #205aa7;
	background: #fff;
	text-decoration: none;
	box-shadow: 0 0 3px #ccc;
	font-weight: 700;
}
.mfp-content .btn-email-friend,
.mfp-content .btn-compare-product {
	letter-spacing: 0;
	font-size: 14px;
}
.btn-email-friend {
	background: #fff !important;
	color: #205aa7 !important;
}
	.product-details-page .product-essential .button-2,
	.mfp-content .wishlist-icon {
		padding: 10px 12px 8px 12px;
		border: 1px solid #EAE9EC;
		color: #777 !important;
		background: #f6f5fb;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		display: block;
	}
.product-details-page  .option-list li {
	display: inline-block;
	margin-right: 15px;
}
.buttons button {
	background: #EDF0F2;
	border: 1px solid #EDF0F2;
	color: #fffffd;
	outline-color: #205aa7;
	padding: 2px 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 3px !important;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: none;
}
	.buttons button:first-child {
		border: 1px solid #205aa7;
	}
.buttons button:first-child:hover {
	border:1px solid #222;
}

.buttons button::before {
	content: "\f337";
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #999;
}
.buttons button:focus::before,
.buttons button:hover::before {
	color: #fff;
}

	.buttons button:focus, .buttons button:hover, .buttons button:first-child,
	.add-to-cart-button-quick-view {
		outline-color: #205aa7;
		background-color: #205aa7;
		color: #fff;
		cursor: pointer;
		vertical-align: bottom;
	}
		.buttons button:first-child:hover,
		.product-details .add-to-cart-button:hover,
		.product-variant-list .add-to-cart-button:hover {
			background: #e00041;
			transition: all 0.3s;
			border: solid 1px #e00041;
		}
@media (min-width: 768px) and (max-width: 991px) {
	.buttons button:first-child {
		display: block;
		margin: 5px auto;
	}
}
.buttons .product-box-add-to-cart-button::before {
	content: "\e902";
	font-family: 'icomoon' !important;
	color: #fff;
}

.buttons .add-to-wishlist-button::before {
	content: "\e904";
	font-family: 'icomoon' !important;
}

.buttons button ~ button {
	font-size: 0;
}

.buttons button ~ button::before {
		font-size: 14px;
		margin-right: 0;
	}

.add-to-cart-button {
	background: #205aa7;
	color: #fffffd;
}

.add-to-compare-list-button::before {
	content: "\e90d" !important;
	font-family: 'icomoon' !important;
}
.add-to-cart a {
	background: #205aa7 !important;
	color: #fff !important;
}
/*top menu*/
.top-menu .nav-products {
	position: relative;
}
	.top-menu .nav-products .sublist {
		position: absolute;
		top: 100%;
		left: 0;
		background: #205aa7;
		display: none;
		width: 200px;
		box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	}
.default-menu-web .nav-products .sublist {
	background: #205aa7;
	border-radius: 5px;
	padding: 0 10px;
	z-index:1000;
}
.top-menu .nav-products:hover .sublist {
	display: block;
}
.top-menu .nav-products:hover .sublist .sublist {
	top: 0;
	left: 100%;
	margin: 0;
	display: none;
}
.top-menu .nav-products:hover .sublist:hover .sublist {
	display: block;
}
/* productbox style */
.owl-stage .owl-item .item-box {
	width: 100%;
}
.product-grid .item-grid{
	display: flex;
	flex-wrap: wrap;
}
.product-grid .OCarousel  .item-box,.home-page-product-grid .item-grid .item-box{
	width: 100%;
}
.product-grid .owl-stage {
	display: flex;
	align-items: stretch;
}
.product-grid .owl-stage .item-box {
	height: 100%;
}
.product-grid .item-box {
	width: calc(33.33% - 20px);
	margin: 0 10px 20px;
	padding: 10px;
	border-radius: 0;
	background: #fff;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border: 1px solid #cbcbcb;
	text-align: center;
	position: relative;
}
.home-page-product-grid .item-box {
	margin:  10px 0 !important;
}
.product-grid .item-box:hover {
	box-shadow: 0 0 10px #ebebeb;
}

.product-grid .item-box .picture {
	overflow: hidden;
	position: relative;
}
.product-grid .item-box .description {
	display: none;
	/*white-space: nowrap;*/
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-page-product-grid  .item-box .description {
	display: none;
}
.best-seller-carousel .item-box .description {
	display:block;
}
.best-seller-carousel .item-box .price {
	color: #205aa7 !important;
	font-size:20px !important;
}
.product-grid .item-box .product-title {
	padding: 10px 0px 0 0;
	margin: 0;
	font-weight: 700;
	font-size: 1rem;
}

	.product-grid .item-box .product-title a {
		color: #205aa7;
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		min-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

		.product-grid .item-box .product-title a:hover {
			color: #205aa7;
		}

.product-grid .item-box .prices {
	margin-bottom: 10px;
}
.prices .old-price {
	display:none;
}
.product-details-page .item-box .prices {
	margin-bottom: 20px;
}
.product-grid .item-box .price {
	color: #e00041;
	font-weight: 600;
	font-size:24px;
}

.product-list .item-box {
	margin: 20px 0;
}

	.product-list .item-box::after {
		content: "";
		display: block;
		clear: both;
	}

.product-list .picture {
	width: 40%;
	float: left;
	max-width: 250px;
}

.product-list .details {
	float: left;
	padding: 15px;
	width: 60%;
}
	.product-list .details .product-title {
		font-size: 24px;
	}
		.product-list .details .product-title a {
			color: #205aa7;
			text-decoration: none;
		}
.bs-quick-view {
	display: inline-block;
	vertical-align: middle;
}
	.bs-quick-view a {
		padding: 8px 10px;
		font-size: 14px;
	}
.offer-content {
	position: absolute;
	top: 25px;
	left: 30px;
	width: auto;
	z-index: 5;
}
	.offer-content .new-product-label {
		background: #e00041;
	}
	.offer-content .discount-info-label {
		background: #205aa7 !important;
	}
	.offer-content .bestseller-label {
		background: #333;
	}
.product-essential .offer-content {
	top: 0;
}
.also-purchased-products-grid .offer-content {
	top: 16px;
	left: 26px;
}
.related-products-grid .offer-content {
	top: 20px;
	left: 26px;
}
.category-page .offer-content:not(:empty) {
	top: 10px;
	left: auto;
	right: 10px;
}
/*.category-page .offer-content .offer-circle {
	display: inline-block;
	height: 70px;
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3d317d;
	background: -moz-linear-gradient(45deg, #3d317d 0%, #6a3e8b 61%, #a45ca5 100%);
	background: -webkit-linear-gradient(45deg, #3d317d 0%,#6a3e8b 61%,#a45ca5 100%);
	background: linear-gradient(45deg, #3d317d 0%,#6a3e8b 61%,#a45ca5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d317d', endColorstr='#a45ca5',GradientType=1 );
	border-radius: 50%;
}*/
.home-page-product-grid .owl-carousel .offer-content {
	top: 25px;
	left: auto;
	right: 11px;
}
.offer-content {
	text-align: left;
}
.offer-box {
	display: block;
	color: #fff;
	padding: 10px 10px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
	width: auto;
}
.bestseller-label .new-products {
	background: transparent;
	z-index: 5;
}
.discount-info-label.offer-box {
	background: transparent;
}
button.owl-prev,
button.owl-next {
	position: relative;
}
.product-grid .prices .price.old-price {
	text-decoration: line-through;
	opacity: 0.6;
	font-size: 14px;
	display: block;
	color: #222;
}
.old-product-price span:last-child {
	text-decoration: line-through;
}
.price.actual-price {
	font-size: 18px;
}
.rating {
	display: inline-block;
}
/* navbar style */
/*.master-header.fixed-top {
	z-index: 9990;
	position:static !important;
}*/
.all-manufacture {
	padding: 7px;
	background: #333;
	border-radius:0 0 5px 5px;
}
	.all-manufacture a {
		color:#fff;
	}
	.navbar {
		background-color: #FFF;
		text-transform: uppercase;
	}
.header-links .nav-item .nav-link,
.header-links span {
	font-size: 13px;
	color: #205aa7;
	vertical-align: middle;
	display: inline-block;
	line-height: 20px;
    font-weight: 600;
}
.header-links .fa-book-open {
	font-size: 20px;
}
.header-links .fa-user-md {
	font-size: 20px;
}
.header-links ul {
	margin-bottom: 0;
}
.header-links .nav-item [class*="icon"]::before {
	font-size: 18px;
	font-weight: normal;
}
.header-links .nav-item .icon-track::before {
	content: "\e901";
	font-size: 30px;
	vertical-align: sub;
}
.header-links .nav-item .icon-location::before {
	content: "\e900";
	font-size: 22px;
}
.navbar-brand {
		max-width: 150px;
}
@media (max-width: 990px) {
	.navbar {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-left: 8px;
		padding-right: 8px;
	}

}
.navbar.nav-top {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navbar.hide {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}
.navbar .navbar-nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.navbar .navbar-collapse {
	-webkit-box-flex: initial;
	flex-grow: initial;
}

.navbar .nav-item {
	position: relative;
}

.navbar .navbar-toggler {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.navbar .nav-link {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.navbar-nav > .nav-item .btn-link {
	color: #fff !important;
}
.navbar-nav > .nav-item .btn-link:hover {
	color: #fff !important;
}


.navbar .nav-link [class*="qty"] {
	position: absolute;
	right: -3px;
	top: calc(50% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #205aa7;
}

.navbar .header-links ul {
	list-style-type: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 990px) {
	.navbar .header-links {
		margin-left: auto;
	}

		.navbar .header-links > ul {
			margin-bottom: 0;
		}
}

.navbar .dropdown-menu {
	border: none;
}

	.navbar .dropdown-menu div[class="col"] {
		margin-bottom: 1rem;
	}
.navbar [class*="icon"]::before {
	line-height: 35px;
	color: #205aa7;
}

.navbar .top-menu > .nav-products a {
	font-weight: 600;
	display: block;
	padding: 10px 5px;
	margin: 3px 0;
}
.default-menu-web .nav-products a {
	padding: 4px 10px !important;
}
.navbar .top-menu > .nav-products a:hover {
	text-decoration: none;
	/*background: #333;*/
	border-radius: 5px;
}


.navbar .dropdown > .dropdown-menu {
	margin: 0;
	top: 100%;
	right: 0 !important;
	left: initial;
}
.navigation-links .dropdown:hover > .dropdown-menu {
	width: 320px;
	border-radius: 0;
}
.header-links .dropdown-menu {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15) !important;
	border-radius: 5px;
	padding: 0;
}

.dropdown-menu::after {
	content: '';
	top: -18px;
	position: absolute;
	right:8px;
	border-bottom: 9px solid #fff;
	border-top: 9px solid transparent;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
}

.header-links .nav-item.dropdown::after,
.header-links .dropdown-menu::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 9px solid #fff;
	border-top: 9px solid transparent;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	z-index: 1000;
	display: none;
}

.header-links .nav-item.dropdown:hover::after {
	display: block;
}

.dropdown-toggle:hover + .dropdown-menu {
	display: block;
	/*animation-name: pulse;*/
	animation-duration: 0.4s;
}
.navbar .dropdown-menu .nav-link {
	/*padding: 6px 15px !important;*/
	transition: all 0.3s;
	color: #000;
}
.navbar-nav .dropdown-menu .nav-item {
	padding:8px 15px;
}
.navbar-nav .dropdown-menu .nav-item .dropdown {
	/*padding: 5px 0;*/
	display: block;
	/*background: #4caf50;*/
}
	.navbar-nav .dropdown-menu .nav-item .dropdown a {
		color:#333 !important;
	}
.navbar .dropdown-menu .nav-item:hover > .nav-link {
	background: #205aa7;
	color: #fff !important;
}
.navbar .dropdown-menu .nav-item > .nav-link {
	width:100%;
}
.navbar-nav .dropdown-menu .nav-item:hover a {
	color: #fff;
}
.navbar-nav .dropdown-menu .nav-item:hover .sublist-toggle::before {
	color: #205aa7 !important;
}
.mobile-menu {
	padding:0 !important;
}
	.mobile-menu .nav-link {
		padding: 10px 20px !important;
		background: #333;
		color: #ddd !important;
		border-bottom: 1px solid #252525;
	}
.mobile-menu .nav-link:hover {
		background: #000 !important;
	}
	.mobile-menu .nav-item {
		min-height: 0 !important;
		border: 0 !important;
		margin: 0 !important;
	}
.sublist-toggle::before {
	cursor:pointer;
}
.sublist-toggle {
	border:0 !important;
}
@media (max-width: 991px) {
	.navbar .mobile-menu {
		width:80vw;
		/*max-width: 300px;*/
		position: fixed;
		background: #205aa7;
		left: 0;
		top: 108px;
		height: calc(100vh - 108px);
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
		border-radius: 3px;
		z-index: 1000;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		max-height: 100vh;
		overflow-y: auto;
		background: #fff;
	}

		.navbar .mobile-menu .nav-link {
			color: #205aa7;
		}
	#topcartlink:hover::after {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu,
	.navbar .dropdown > .dropdown-menu.show,
	.dropdown .first-level,
	.navbar-nav .nav-item:hover > .sublist {
		display: block;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15) !important;
		border-radius: 5px;
		padding: 0;

	}
}
.navbar-nav .dropdown-menu .nav-item {
	border-bottom: none !important;
}
.navbar.nav-bottom {
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	z-index:55;
}
	.navbar.nav-bottom .nav-link {
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: 600;
		padding-top: 10px;
		width: 100%;
		text-align: left;
	}
	.navbar.nav-bottom .nav-products:hover {
		background: #e00041;
	}
	.navbar.nav-bottom .nav-link:hover {
		color: #fff;
	}
.navbar .dropdown-toggle {
	padding:8px 15px !important;
	line-height:23px;
}
.navbar .nav-link {
	padding: .6rem;
}
.sublist .nav-link {
	/* background: #4caf50; */
	/* border-bottom: solid 1px #3b9a3e; */
	color: #e00041 !important;
}
.sublist .nav-link:hover {
	color: #fff !important;
}
.navbar.nav-bottom .navbar-nav {
	position: relative;
	background: #205aa7;
}
.navbar.nav-bottom::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #205aa7;
}
	.navbar.nav-bottom .navigation-links {
		margin: 0 auto;
		/*display: block;*/
	}
	.navbar.nav-bottom select {
		border: none;
		color: #fff;
	}
.navbar-nav .form-control:focus {
	color: #fff !important;
}
.navbar.nav-bottom select option {
	color: #000;
	background: #fff;
}
.header-links .icon-user::after {
	display: none;
}
.navbar-nav ul li a img{
	display: none !important;
}

/*delivery-box-mobile-view*/
.delivery-box-mobile-view {
	background: #eee;
	padding: 5px;
	display: none;
}
.delivery-box-mobile-view a{
	padding:0;
	font-weight:bold;
	line-height:27px;
}
.delivery-box-mobile-view .icon-track::before {
	content: "\e901";
	padding: 5px;
	font-size: 25px;
	vertical-align: bottom;
}
/*delivery-box-mobile-view*/

@media (max-width: 990px) {
	.navbar.nav-bottom [class*="selector"] {
		display: none;
	}
	.mobile-menu .currency-selector,
	.mobile-menu .language-selector,
	.mobile-menu select {
		display: block !important;
		width: 100% !important;
		border-radius:0 !important;
	}
}

@media (max-width: 990px) {
	.mobile-menu .dropdown-toggle::after {
			display: none;
	}
	.navbar-nav .nav-item:hover, .navbar-nav .nav-item.active,
	.navbar-nav li:first-child, .navbar-nav li .sublist li:first-child:hover {
			background: none !important;
	}
	.mobile-menu .sublist .nav-link {
			color: #fff !important;
	}
	.mobile-menu .sublist-toggle::before {
		color: #fff !important;
		transform: rotateZ(90deg);
	}
	.navbar.nav-bottom .sublist .nav-link {
			font-weight: 500;
			font-size: 13px;
	}
	.mobile-menu .sublist-toggle.show::before {
		transform: rotateZ(-90deg);
	}
	.super-special-toggle {
		font-size: 16px;
		background: #dc2332;
		color: #fff;
		padding: 5px;
		padding-left: 25px;
		border: none;
		border-radius: 4px;
		box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
		background-image: url(../images/dollar-symbol-svgrepo-com.png);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: left 5px top 9px;
		line-height: 28px;
	}

	.selected-store-box, .call_us_top_box {
		font-size: 14px;
	}

	.mobile-menu a[href="/super-specials"] {
		color: #df0041 !important;
		background-image: url(../images/dollar-symbol-svgrepo-com_red.png);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: left 13px top 11px;
		padding-left: 36px !important;
	}
	.navbar .search-box {
		position: absolute;
		top: 100%;
		left: 0;
		background: #205aa7;
		padding: 10px 20px;
		width: 100%;
		border-top: 1px solid #fffffd;
		z-index: 0;
	}
		.search-box.store-search-box {
			display: flex;
			justify-content: space-between;
			align-items: stretch;
		}
		.navbar .search-box form {
				max-width: 500px;
			width: 50%;
			min-width: 150px;
		}
}

.navbar .search-box .input-group-append {
	position: relative;
}

	.navbar .search-box .input-group-append::before {
		content: "\e903";
		position: absolute;
		top: 1px;
		left: 9px;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		color: #fffffd;
		z-index: 10;
		font-size: 18px;
		pointer-events: none;
	}

	.navbar .search-box .input-group-append .button-1 {
		padding-left: 30px;
		background: #205aa7;
		border: 1px solid #205aa7;
		color: #fff;
		font-size: 0;
		cursor: pointer;
	}

#topcartlink .dropdown-menu {
	left: initial;
	right: 0;
	width: 350px;
	font-size: 14px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	padding: 10px;
}

	#topcartlink .dropdown-menu .count {
		margin-bottom: 10px;
	}

	#topcartlink .dropdown-menu .items {
		max-height: 450px;
		overflow: auto;
	}

	#topcartlink .dropdown-menu .item {
		margin: 0;
		padding: 10px 0;
	}


		#topcartlink .dropdown-menu .item .picture {
			width: 25%;
			float: left;
		}

		#topcartlink .dropdown-menu .item .product {
			width: 75%;
			float: left;
			padding: 0 10px;
			margin-bottom: 10px;
		}

		#topcartlink .dropdown-menu .item .product::after,
		#topcartlink .dropdown-menu .item::after {
			content: "";
			display: block;
			clear: both;
		}
		#topcartlink .dropdown-menu .item .product .name {
			width: 45%;
			float: left;
			text-align: left;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			margin-top: 15px;
			font-weight: bold;
		}
		#topcartlink .dropdown-menu .item .product .price-wrapper {
			width: 40%;
			float: right;
			text-align: left;
		}
		#topcartlink .dropdown-menu .price-wrapper .price {
			font-weight: bold;
			margin-bottom: 5px;
		}
	#topcartlink .dropdown-menu .totals {
		text-align: right;
	}

	#topcartlink .dropdown-menu .button-1 {
		background: #205aa7;
		color: #fffffd;
	}
#topcartlink .items {
	margin-bottom: 15px;
}
#topcartlink .item:first-child {
	border-top: 1px solid #ddd;
}
#topcartlink .item {
	border-bottom: 1px solid #ddd;
}
#topcartlink .buttons {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 15px;
}
	#topcartlink .buttons input.cart-button {
		display: block;
		width: 100%;
		background: #205aa7 !important;
		color: #fff !important;
	}
		#topcartlink .buttons input.cart-button:hover {
			background: #fff !important;
			color: #205aa7 !important;
		}
/* searchbox style */
.search-box {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
	.search-box {
		width: 400px;
	}
}
#checkout-step-confirm-order .terms-of-service {
	text-align: right;
}
.search-box-text {
	border: 1px solid #205aa7;
}
.ui-menu .ui-menu-item-wrapper {
	width: 100%;
	font-size: 15px !important;
	padding: 5px;
	display: block;
}
.ui-widget.ui-widget-content {
	border: none !important;
}
/* footer style */
.footer-block.information::after,
.footer-block.customer-service::after {
	content: '';
	width: 2px;
	height: 92%;
	background: rgb(133,164,203);
	background: linear-gradient(0deg, rgba(133,164,203,1) 0%, rgba(228,233,239,1) 100%);
	position: absolute;
	top: 0;
	right: 50px;
}
.footer .customer-service,
.footer .my-account {
	min-height: 262px;
}
.footer .scrollup {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 100;
	padding: 7px 14px;
	background: #205aa7;
	color: #fff;
}
.footer {
	background: #f5f5f5;
	position: relative;
	color: #205aa7;
}
.footer-upper {
	padding:25px 0;
}
	.footer ul {
		padding-left: 0;
		list-style-type: none;
	}

.footer ul a {
	color: #333;
	font-size:17px;
}
	.footer ul a:hover {
		color: #205aa7;
	}

.footer .manufactures-area .title,
.latest-blog-container .title-container {
	color: #fff !important;
	margin-left: -15px;
	margin-right: -15px;
}
	 .manufactures-area h3 {
		margin:0;
	}
	.newsletter {
		border: 1px solid #66646a;
		padding: 35px 15px;
	}
		.newsletter .title {
			font-size: 40px;
			margin-right: 30px;
			color: #205aa7;
			white-space: nowrap;
			text-transform: uppercase;
			font-weight: bold;
		}
		.newsletter p {
			font-size: 20px;
			font-weight: bold;
			color: #205aa7;
			margin: 0;
		}
	.newsletter-email {
		position: relative;
	}
	.newsletter-email input {
		opacity: 1;
	}

	.newsletter-subscribe-text {
		width: 100%;
		background-color: transparent;
		border: 1px solid #afb2bd;
		opacity: 0.5;
		outline-color: #fff;
		color: #000;
		padding: 5px 15px;
	}

.newsletter .newsletter-subscription-wrapper {
	position: absolute;
	top: 1px;
	right: 0;
	opacity: 1;
	font-size: 0;
	color: #66646a;
	background-color: #205aa7;
	border: none;
	height: calc(100% - 2px);
	width: 40px;
	cursor: pointer;
}

.newsletter .newsletter-subscription-wrapper .newsletter-subscribe-button {
	visibility: hidden;
}

.newsletter .newsletter-subscription-wrapper::before {
	content: "\e908";
	display: inline-block;
	color: #fffffd;
	font-family: 'icomoon' !important;
	speak: none;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.shopmore-container {
	text-align: center;
}
	.shopmore-container a,
	.red-button {
		display: inline-block;
		background: #ddd;
		padding: 6px 20px;
		border-radius: 5px;
		color: #fff !important;
		background: #e00041;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 18px;
		border: none;
		cursor: pointer;
	}
		.shopmore-container a::after {
			content: "\f054";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			font-size: 18px;
			vertical-align: text-bottom;
			padding-left: 5px;
		}
.footer .manufactures-area {
	margin-left: 0;
	margin-right: 0;
}

.footer-block .title {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 1px;
}
.footer-upper ul li {
	position: relative;
	padding: 0 3px 3px 0;
}
.footer-upper ul.networks li::before {
	display: none;
}
.footer-upper ul.networks li {
	padding: 0 3px 3px 0px;
}
container-fluid
.footer-upper ul li a:hover {
	color: #205aa7;
	padding-left: 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration: none;
}
@media(max-width: 991px) {
	.footer-block .title {
		position: relative;
		border-bottom: 1px dashed #d1d1d1;
		cursor: pointer;
	}
	.footer-block .title::after {
		content: "\f102";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		position: absolute;
		right: 10px;
		font-size:16px;
	}
	.footer-block .title.closed::after {
		content: "\f103"
	}
	.footer-block .list {
		padding-top: 15px;
	}
}
/*.newsletter-box {
	background: url(../images/newsletter-bg.png) #4caf50;
}*/

.newsletter {
	background: #fff;
	border: 0;
	color: #212121;
	text-transform: uppercase;
}

.footer .newsletter {
	border: solid 1px #fff;
	padding: 35px 30px;
}

.footer .newsletter-subscribe-text {
	padding: 5px 15px;
	color: #333;
}

.footer .newsletter .title {
	margin-bottom: 10px;
	font-size: 25px;
	text-transform: uppercase;
}

.footer .newsletter .newsletter-subscription-wrapper {
	background: #205aa7;
	opacity: 1;
	cursor: pointer;
}
.manufactures-area .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.manufactures-area .owl-next {
	margin: 0;
}
/* breadcrumb style */
.breadcrumb:first-child {
	text-align: center;
	display: block;
	background: rgb(31,93,166);
	background: linear-gradient(90deg, rgba(31,93,166,1) 50%, rgba(89,161,219,1) 100%);
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: solid 4px #fff;
	border-radius: 0;
}
.rtds:first-child {
	background: rgb(242,201,35);
	background: radial-gradient(circle, rgba(242,201,35,1) 0%, rgba(232,176,37,1) 100%);
}
.spirits:first-child {
	background: rgb(22,20,53);
	background: linear-gradient(90deg, rgba(22,20,53,1) 0%, rgba(36,55,116,1) 100%);
}
.giftcard-breadcrumb:first-child {
	background: #21569a;
}
.super_specials-breadcrumb:first-child {
	background: rgb(196,5,59);
	background: radial-gradient(circle, rgba(196,5,59,1) 0%, rgba(170,29,63,1) 100%);
}
.wine_bubbles {
	background: rgb(197,73,106) !important;
	background: linear-gradient(90deg, rgba(197,73,106,1) 0%, rgba(221,150,156,1) 100%) !important;
}
.super_top_drops:first-child,
.premium_spirites_club:first-child,
.whisky_club:first-child {
	background: rgb(91,163,221);
	background: linear-gradient(90deg, rgba(91,163,221,1) 0%, rgba(37,85,154,1) 100%);
	padding: 0;
}

/*.premium_spirites_club:first-child,
.whisky_club:first-child {
	background-image: url(../images/premium_spirites_club_header_bg.jpg);
	background-size: cover;
	padding: 20px 0 !important
}*/
.super_winter_specials:first-child {
	background-image: url(../images/super_winter_specials_header_bg.jpg);
	background-size: cover;
}
.low_or_no:first-child {
	/*background-image: url(../images/low_or_no_top_header_bg.jpg);
	background-size: cover;*/
	background: rgb(50,45,121);
	background: linear-gradient(90deg, rgba(50,45,121,1) 50%, rgba(138,90,151,1) 100%);
}
.super_spirit_award:first-child {
	background-image: url(../images/super-spirit-award_top_header_bg.jpg);
	background-size: cover;
}
.super_winter_specials h1,
.low_or_no h1 {
	color: #e4013a !important;
	font-size: 45px !important;
}
.premium_spirites_club_contact .bg-black-gradient {
	background: #05143a;
}
.super_top_drops_contact .bg-black-gradient {
	background:#205aa7;
}
.premium_spirites_club_contact .bg-black-gradient .owl-stage-outer {
	margin: 0;
}
.low_or_no h1 {
	color: #fff !important;
}
.super_spirit_award h1 {
	color: #fff !important;
}
.super_spirit_award_forms .checkbox-group label {
	display: block;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}
.super_spirit_award_forms input[type="checkbox"] + label::before {
	position: absolute;
	top: 50%;
	right: 0;
	color: #fff;
	font-weight: bold;
	transform: translateY(-50%);
}
.super_spirit_award_forms input[type="checkbox"]:checked + label::before {
	content: "\f14a";
	vertical-align: middle;
}
.super_spirit_award_forms .button-nominate {
	color: #fff;
	background: #e40139;
	border: none;
	text-transform: uppercase;
	padding: 4px 20px;
	font-size: 18px;
	border-radius: 5px;
}
.super_spirit_award_forms .button-nominate::after {
	content: "\f054";
	font-weight: bold;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	vertical-align: middle;
	margin-left: 95px;
}
.super_winter_specials ul li a,
.super_winter_specials ul li,
.low_or_no ul li a,
.low_or_no ul li {
	color: #000 !important;
}
.premium_spirites_club h1,
.whisky_club h1 {
	font-size: 70px !important;
	color: #e1b134 !important;
	text-transform: lowercase !important;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 1px;
}
.whisky_club_contact .homepagePromotionSlider {
	padding: 40px 0 !important;
}
	.whisky_club_contact .homepagePromotionSlider .promotion-carousel-caption h2 {
		font-size: 25px;
	}
.homepagePromotionSlider .slider-3 {
	background: #efede9 !important;
}
.homepagePromotionSlider .promotion-carousel-caption h2 {
	font-weight: 700 !important;
}
.breadcrumb h1 {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}
	.breadcrumb ul {
		padding-left: 0;
		margin: 0 auto;
		list-style-type: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.breadcrumb ul li {
			margin-right: 5px;
			color: #dee2e6;
		}

			.breadcrumb ul li a {
				color: #fff;
			}

			.breadcrumb ul li a, .breadcrumb ul li strong {
				font-size: 20px;
				font-weight: 500;
			}

/* sidebar style */
.ajaxfilter-section ul li input:checked + label .specCheck {
	border: 6px solid #205aa7 !important;
}
.side-2 {
	background-color: #fffffd;
}
	.side-2 button, .side-2 .title strong,
	.mobile-filter-view button {
		display: block;
		background-color: #205aa7;
		color: #fffffd;
		padding: 5px 15px;
		border-radius: 0px;
		text-align: left;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		font-weight: 500;
		text-transform: uppercase;
		border-radius: 5px;
		margin-bottom: 25px;
	}
		.mobile-filter-view button:hover {
			background-color: #205aa7;
			color: #fffffd;
		}
	.price-range-area,
	.manufacturer-section {
		margin-bottom: 10px;
	}
.side-2 button:hover, .side-2 button:active, .side-2 button:focus {
	background-color: #205aa7;
	color: #fffffd;
	text-decoration: none;
}
#ajaxfilter-form .filter-title {
	background-color: #205aa7 !important;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 10px 15px !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
	#ajaxfilter-form .filter-title h4 {
		font-size: 1rem !important;
		font-weight: 500;
		padding:0 !important;
	}
.ajax-filter-section h5[aria-expanded="true"] .fa-angle-down {
	transform: rotate(180deg);
	transition: 0.5s;
}
.ajax-filter-section h5[aria-expanded="false"] .fa-angle-down{
	transform: rotate(0deg);
	transition: 0.5s;
}
#ajaxfilter-form .ui-widget-content {
	background: #205aa7;
}
@media (max-width: 991px) {
	.side-2 button {
		font-size: 14px;
		text-align: center;
	}
}

.side-2 button:after,
.mobile-filter-view button::after,
.about_us_page .block button::after{
	content: "\f077";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	right: 40px;
}
.filter-section button.btn-link::after {
	right:15px;
}
.mobile-filter-view button:not(.collapsed)::after{
	content: "\f077";
}
.side-2 button.collapsed::after,
.mobile-filter-view button::after,
.fa-angle-down::before {
	content: "\f078";
}
.nop-ajax-filters .fa-angle-down::before {
	font-size:16px;
}
.side-2 ul {
	list-style-type: none;
	padding-left: 0;
}
	.side-2 ul.sublist {
		padding-left: 15px;
	}
	.side-2 ul a {
		color: #212121;
		text-decoration: none;
		display: block;
		padding: 5px 15px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		font-weight: bold;
	}
.block-recently-viewed-products ul li a {
	padding: 5px 0 !important;
}
.side-2 ul:not(.recent-items-list) a:hover,
.side-2 ul:not(.recent-items-list) .active.last > a {
	padding-left: 20px;
	color: #205aa7;
}

.side-2 .view-all {
	text-align: center;
}

	.side-2 .view-all .btn-success {
		background-color: #205aa7;
		border-color: #205aa7;
	}

.side-2 .active > a {
	color: #205aa7;
	font-weight: bold;
}
.homepagePromotionSlider .owl-item .promotion-carousel-caption .shopbutton {
	padding: 5px 20px !important;
}
/* catalog top filter style */
.product-viewmode .viewmode-icon {
	font-size: 0;
}

	.product-viewmode .viewmode-icon::before {
		content: "";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-size: 20px;
	}

	.product-viewmode .viewmode-icon.grid::before {
		content: "\f009";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
	}

	.product-viewmode .viewmode-icon.list::before {
		content: "\f0ca";
		font-family: "Font Awesome 5 Free";
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
	}
.product-viewmode .grid,
.product-viewmode .list {
	background: #fff;
	color: #999;
	border: 1px solid #999;
}
.product-viewmode .grid.active,
.product-viewmode .list.active {
	background: #999;
	color: #fff;
}
.product-viewmode a.selected {
	background: #205aa7;
	color: #fff;
}
.product-viewmode a:focus {
	box-shadow:none;
}

	/* pager style */
	.pager {
		text-align: center;
	}
.category-page .pager {
	text-align: right;
}
.center-1 .pager {
	margin:25px 0;
}
.pager ul {
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 4px;
}

		.pager ul li {
			display: inline-block;
			/*border: 1px solid #205aa7;*/
			margin: 0;
			font-size:18px;
		}

			.pager ul li a, .pager ul li span {
				display: block;
				padding: 0px 5px;
				text-decoration: none;
				cursor: pointer;
				font-weight: 900;
			}

			.pager ul li a {
				color: #205aa7;
			}

/* cart page style */
.remove-button i.fa-trash-alt {
	line-height: 28px;
	color: #b0b0b0;
	font-size: 20px;
}
.remove-button:hover i{
	color: #f44242 !important;
}
.remove-button {
	background:#fff;
	border:solid 1px #ddd !important;
}
.order-list-page .order-item {
	border: solid 1px #eee;
	padding: 15px;
	margin: 5px 5px;
	box-shadow: 0 1px 4px #d1d1d1;
}
	.order-list-page .order-item ul li {
	display:inherit;
}
	.order-list-page .order-item ul {
		padding:0;
	}
 .shopping-cart-page .input-group-append .button-2 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
.shopping-cart-page .cart.table th,
.shopping-cart-page .cart.table td {
	vertical-align: middle;
}
.shopping-cart-page table.cart-total {
	width: 100%;
}

.shopping-cart-page table .cart-total-right {
	text-align: right;
}

.shopping-cart-page table .quantity input {
	min-width: 60px;
	text-align: center;
}
.cart-options {
	margin-bottom: 15px;
}
.order-summary-content .collapse {
	border: 1px solid #ddd;
}
.order-summary-content .cart-option-header {
	text-decoration: none;
	color: #dee2e6;
	border:none;
	display: block;
	background: #fff;
	color: #333;
	width: 100%;
	padding: 10px 10px;
	text-align: left;
	background: #f1f5f9;
	cursor:pointer;
}
	.order-summary-content .cart-option-header::before {
		content: "\e908";
		float: right;
		font-family: 'icomoon' !important;
		font-size: 12px;
		padding-top: 3px;
		color: #aeb2b6;
		transform: rotateZ(-90deg);
	}
	.order-summary-content .cart-option-header.collapsed::before {
		transform: rotateZ(90deg);
	}
.cart-option-header:focus {
	outline: 0;
}
.order-summary-content .checkout-button::before {
	display: none;
}
/*******************************************
*******   1. homepage style       *********
*******************************************/
.home-page-slider-container .owl-nav button span {
	line-height: 40px !important;
}
.navbar-nav .nav-item .nav-item a {
	padding: 0;
}
.dropdown-menu ul li a {
	display:flex;
	align-items:center;
}
	.dropdown-menu ul li a img {
		max-width: 16%;
		height: auto;
		border-radius: 5px;
		margin-right: 10px;
	}
	.dropdown-menu ul li a img {
		height: auto;
		background: #fff;
		border: solid 1px #ececec;
	}
.dropdown-menu .list-unstyled li a span {
	display: block;
	margin: 0 0 0 0;
	font-weight: 900;
	padding: 0 0 0;
}
/*.navbar .dropdown-menu .nav-item > .nav-link {
	padding: 15px;
}*/
.dropdown-menu .list-unstyled li a:hover span {
	color: #fff;
}
/*.dropdown-menu-right ul li a span {
	margin: 5px 15px !important;
}*/
/* Catagory Section */
.category-item, .OCarousel-category-slider .OCarousel-item {
	position: relative;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	overflow: hidden;
}
.home-page-category-grid .owl-nav,
.OCarousel-category-slider .owl-nav,
.home-page-product-grid .owl-nav {
	/*position: absolute;
	top: 45%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
	.home-page-category-grid .owl-nav button,
	.OCarousel-category-slider .owl-nav button,
	.product-grid .owl-nav button {
		margin: 0 !important;
		border: solid 2px #fff !important;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.home-page-category-grid .owl-nav button.owl-next,
	.OCarousel-category-slider .owl-nav button.owl-next,
	.product-grid .owl-nav button.owl-next {
		left: initial;
		right: 0;
	}
.category-item .title,
.category-add-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 !important;
	margin: 0;
	background-color: #205aa7;
	text-align: center;
	font-weight: 900 !important;
	font-size: 18px !important;
}
		.category-item .title a,
		.category-add-text {
			color: #fffffd;
		}

		.category-item .title img {
			border-radius: 3px;
		}
.master-wrapper-page{
	overflow-x: hidden;
}
/* featured product section */
.home-page-product-grid {
	padding: 20px 0;
}
.product-grid .owl-nav {
	margin-bottom: 30px;
}
.home-page-product-grid .title,
.blog-news-area .title-container,
.OCarousel-category-slider .title,
.manufactures-area .title,
.discover_our_clubs_box .topic-block-title,
.premium_spirites_club_contact .bg-black-gradient .title {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #e00041;
	margin: 20px 0;
	z-index: 50;
	position: relative;
    font-weight: 500;
	width: 100%;
}
.premium_spirites_club_contact .bg-black-gradient .title {
	color: #f7d772;
    font-weight: 700;
}
	.home-page-product-grid.best-seller-carousel .title {
		color: #205aa7;
	}
.home-page-product-grid.best-seller-carousel .title::before,
.home-page-product-grid.best-seller-carousel .shopmore-container a {
	background: #205aa7;
}
.bottom_stores_box .topic-block-title {
	display: none;
}
	.home-page-product-grid .title h2,
	.blog-news-area .title-container h2,
	.OCarousel-category-slider .title h2,
	.manufactures-area .title h2 {
		font-size: 40px;
	}
.blogpost-page img {
	margin-bottom: 20px;
}
	.owl-stage-outer {
		padding-bottom: 20px;
	}
.sub-category-grid .owl-stage-outer {
		margin-bottom: 0;
}
.home-page-product-grid .owl-carousel .owl-item {
	padding-top: 5px;
}
.home-page-product-grid .owl-carousel .owl-nav button,
.related-products-grid .owl-carousel .owl-nav button,
.product-details-page .owl-carousel .owl-nav button {
	display: inline-block;
	color: #999;
	background: #205aa7 !important;
	font-size: 0px;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	transition: all 0.3s;
	z-index: 5;
	text-align: center !important;
	border: solid 2px #205aa7;
}
	.home-page-product-grid .owl-carousel .owl-nav button.owl-next,
	.product-details-page .owl-carousel .owl-nav button.owl-next {
		margin-right: 0;
	}
	.related-products-grid .owl-carousel .owl-nav button span, .product-details-page .owl-carousel .owl-nav button span {
		color: #999;
		font-size: 32px;
		line-height: 32px;
	}
	.home-page-product-grid .owl-carousel .owl-nav button.owl-prev:hover,
	.home-page-product-grid .owl-carousel .owl-nav button.owl-next:hover {
		background: #e00041 !important;
		border: solid 2px #e00041;
	}
.owl-nav {
	margin: 0 auto;
}
.home-page-product-grid .owl-carousel .owl-nav button span {
	color: #fff;
	font-size: 32px;
	line-height: 22px;
    font-weight: 300;
}
.home-page-product-grid .owl-carousel .owl-nav button:hover span {
	color: #fff;
}
.owl-nav {
	text-align: center;
}
.product-grid .title::before,
.blog-news-area .title-container::before,
.OCarousel-category-slider .title::before,
.footer .manufactures-area .title::before,
.discover_our_clubs_box .topic-block-title::before,
.premium_spirites_club_contact .bg-black-gradient .title::before{
	content: '';
	position: relative;
	width: 40px;
	height: 3px;
	background: #205aa7;
	z-index: -1;
	display: block;
	margin: auto auto 10px auto;
	bottom: 0;
}
.premium_spirites_club_contact .bg-black-gradient .title::before {
	background: #efcb67;
}
	.home-page-product-grid .title::before {
		background: #e00041;
	}
.discover_our_clubs_box .topic-block-title::before {
	background: #205aa7;
}
.discover_our_clubs_box .topic-block-title {
	color: #205aa7;
}
	.footer .manufactures-area .title::before,
	.latest-blog-container .title-container::before {
		background: #fff;
	}
	/* featured product section */
	.homepagePromotionSlider,
	.latest-blog-container{
		background-image: url(../images/promotion_background.jpg);
		background-size: cover;
		background-attachment: fixed !important;
		position: relative;
	}
.newsletter-box {
	background:#205aa7;
}
.latest-blog-container {
	background-image: url(../images/Recipes-bg.jpg);
}
	@media (max-width: 991px) {
		.homepagePromotionSlider {
		padding: 30px 15px;
	}
}
@media (min-width: 1200px) {
	.homepagePromotionSlider {
		padding: 80px 0;
	}
	.homepagePromotionSlider .container {
		width: 80%;
	}
}
.homepagePromotionSlider::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgb(12,43,84);
	background: linear-gradient(15deg, rgba(12,43,84,1) 0%, rgba(134,11,35,1) 100%);*/
	opacity: 0.6;
}
.page-body .container {
	max-width: 1400px;
}
.homepage-topics-text {
	margin-bottom: 40px;
	text-align: center;
}

.news-list-homepage {
	padding: 0 15px;
}

	.news-list-homepage .title {
		font-size: 30px;
		font-weight: lighter;
		text-align: center;
		text-transform: uppercase;
		color: #205aa7;
		margin-bottom: 20px;
	}

	.news-list-homepage::after {
		content: "";
		display: block;
		clear: both;
	}

	.news-list-homepage .news-head a {
		display: block;
		font-size: 20px;
		color: #212121;
		margin-bottom: 0;
	}

	.news-list-homepage .news-item {
		width: calc(33.33% - 10px);
		float: left;
		padding: 15px;
		box-shadow: 0 1px 10px #ddd;
		margin-right: 15px;
	}

		.news-list-homepage .news-item:last-child {
			margin-right: 0;
		}

.single-blog .text-ellipsis {
	overflow: hidden;
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 1; */
	-webkit-box-orient: vertical;
	color: #212121;
	max-height: 42px;
}

.blog-news-area h2 {
	text-transform: uppercase !important;
}

.single-blog .text-ellipsis {
	margin-top: 10px !important;
	font-size: 18px;
	font-weight: 600;
}
.blog_news_container {
	background: url(../images/food-bg.png) #edeef2;
}
.mfp-content .modal-dialog {
	margin:0;
}
	.mfp-content .modal-dialog .gallery {
		padding-left: 0 !important;
	}
.mfp-content .picture-thumbs {
	display: none;
}
.mfp-content .gallery .picture img {
	width: 100%;
}
.mfp-content #quick-view-modal {
	padding:10px 25px !important;
}
.mfp-content .overview {
	padding: 25px 10px;
}
/*******************************************
******   2. catagory-listing style   ******
*******************************************/
.category-page .owl-stage-outer {
	margin:0 10px 0;
}
#product_attribute_input_14 .option-list {
	padding-left: 0 !important;
}
.ajaxfilter-section .ui-slider-handle {
	background: #205aa7 !important;
	border-radius: 0 !important;
	border: solid 2px #fff !important;
	cursor: e-resize;
}
.ui-widget-content {
	border: 1px solid #ddd;
	/*background: #555 !important;*/
}
.price-min, .price-max {
	padding: 7px 10px 5px 10px !important;
}
#sidebar {
	border: solid 1px #cbcbcb;
	border-radius: 0;
	padding: 10px;
	margin-bottom: 20px;
}
#sidebar .block {
	margin-bottom: 0;
}
.side-2 .special-categories {
	background-color: #e00041;
}
.side-2 .special-categories:hover,
.side-2 .special-categories:focus {
	background-color: #cd0029;
}
.block-category-navigation .list li a {
	position: relative;
}
.block-category-navigation .list li a::before {
	content: "";
	display: block;
	height: 17px;
	width: 0;
	border-right: 2px solid #ccc;
	top: 50%;
	right: 16px;
	position: absolute;
	transform: translateY(-50%) rotateZ(45deg);
}
.block-category-navigation .list li a::after {
	content: "";
	display: block;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	border: 2px solid #ccc;
	border-radius: 3px;
	position: absolute;
}
.block-category-navigation .list li.inactive a::before {
	display: none;
}
#popularTagNavigation ul li,
.block-popular-blogtags ul li {
	display: inline-block;
}
	#popularTagNavigation ul li a,
	.block-popular-blogtags ul li a{
		background: #e6eaed;
		padding:2px 13px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 15px !important;
		text-transform:capitalize;
	}
.mobile-filter-view {
	display:none;
}
.currency-selector select {
	width: 115px;
}
select,
.currency-selector select {
  min-width: 90px;
  padding: 5px 15px;
  border-radius: 3px;
  border: solid 1px #ddd;
  -webkit-appearance: none;
  background: url(../images/select-arrow-dark.svg);
  background-size: 10px;
  background-position: center right .75rem;
  background-repeat: no-repeat;
}
.product-selectors select.form-control {
	height: auto;
	padding: 4px 1.5rem 4px 0.75rem;
}
	select:focus {
		box-shadow:none !important;
	}
#advanced-search-block select {
	background-position: 99% !important;
}
.navbar-nav .form-control {
	background: url(../images/select-arrow-dark-2.svg) #205aa7;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 90%;
	color: #fff;
}
.product-selectors {
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 20px;
	text-align: left;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px #f3f2f8;
	border: solid 1px #e2e2e2;
}
.category-page, .product-tag-page,
.manufacturer-page, .search-page {
	padding-bottom: 60px;
}
	.category-page .item-box,
	.vendor-page .item-box,
	.product-tag-page .item-box,
	.search-page .item-box,
	.manufacturer-page .item-box {
		background: #fff;
		position: relative;
		border-radius: 0;
		transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
		margin-bottom: 15px;
		overflow: hidden;
		border: 1px solid #e2e2e2;
	}
	.category-page .owl-nav {
		position: absolute;
		top: 45%;
		width: 100%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.category-page .owl-next {
		margin: 0;
	}
	.category-page .owl-nav .owl-prev, .category-page .owl-nav .owl-next {
		border: solid 2px #fff !important;
	}
	.category-page .item-box:hover,
	.product-tag-page .item-box:hover,
	.search-page .item-box:hover,
	.manufacturer-page .item-box:hover {
		box-shadow: 0 0 20px #ddd;
	}

	.category-page .item-box img,
	.product-tag-page .item-box img,
	.search-page .item-box img ,
	.manufacturer-page .item-box img {
		/*border-top-left-radius: 5px;
		border-top-right-radius: 5px;*/
	}

	.category-page .item-box .title,
	.product-tag-page .item-box .title,
	.search-page .item-box .title ,
	.manufacturer-page .item-box .title {
		width: 100%;
		color: #fffffd;
		font-size:15px;
		text-align: center;
		margin: 0;
		padding: 10px;
		font-weight:bold;
	}

	.category-page .item-box .title a,
	.product-tag-page .item-box .title a,
	.search-page .item-box .title a ,
	.manufacturer-page .item-box .title a {
		color: #212121;
		text-decoration: none;
		text-transform: uppercase;
	}

		.category-page .item-box .title a:hover,
		.category-page .item-box .title a:active,
		.category-page .item-box .title a:focus,
		.product-tag-page .item-box .title a:hover,
		.product-tag-page .item-box .title a:active,
		.product-tag-page .item-box .title a:focus,
		.search-page .item-box .title a:hover,
		.search-page .item-box .title a:active,
		.search-page .item-box .title a:focus,
		.manufacturer-page .item-box .title a:hover,
		.manufacturer-page .item-box .title a:active,
		.manufacturer-page .item-box .title a:focus {
			color: #205aa7;
		}

.category-page .product-spec-group:last-child:not(:only-child),
.product-tag-page .product-spec-group:last-child:not(:only-child),
.search-page .product-spec-group:last-child:not(:only-child),
.manufacturer-page .product-spec-group:last-child:not(:only-child) {
	text-align: right;
}
.product-list .product-review-box {
	text-align: left !important;
}
.product-filters {
	display:none;
}
/*******************************************
******   3. search-listing style   ******
*******************************************/
.search-page .search-input {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px;
}
/*******************************************
******   4. manufacturer-listing style   ******
*******************************************/
.manufacturer-list-page {
	padding-bottom: 60px;
}

	.manufacturer-list-page .item-box {
		position: relative;
		border-radius: 3px;
		transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
		margin-bottom: 15px;
	}
	.manufacturer-list-page .item-box .picture{
		border:1px solid #eee;
	}
		.manufacturer-list-page .item-box img {
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}

		.manufacturer-list-page .item-box .title {
			width: 100%;
			color: #fffffd;
			font-size:16px;
			text-align: center;
			margin: 0;
			padding: 10px;
		}

			.manufacturer-list-page .item-box .title a {
				color: #212121;
				text-decoration: none;
				text-transform: uppercase;
			}

				.manufacturer-list-page .item-box .title a:hover, .manufacturer-list-page .item-box .title a:active, .manufacturer-list-page .item-box .title a:focus {
					color: #205aa7;
				}

	.manufacturer-list-page .product-spec-group:last-child:not(:only-child) {
		text-align: right;
	}

/*******************************************
*******   4. product-details style   ******
*******************************************/
.product-essential .offer-content {
	left: auto;
	right: 15px;
}
.product-details-page .min-qty-notification {
	text-align: left;
	padding-bottom: 10px;
}
.product-details-page .required {
	color:#f00;
}
.product-details {
	padding: 15px;
}
.sub-category-grid .owl-dots,
.rental-attributes,
.rental-price {
	display: none;
}
.manufactures-area .owl-nav button,
.sub-category-grid button,
.OCarousel-category-slider .owl-nav button,
.category-grid .owl-nav button {
	display: inline-block;
	color: #fffffd;
	background-color: #205aa7 !important;
	font-size: 0px;
	height: 40px;
	width: 35px;
	background: linear-gradient(45deg, #205aa7 0%, #1976D2 100%);
}
	.manufactures-area .owl-nav button span,
	.sub-category-grid button span,
	.OCarousel-category-slider .owl-nav button span,
	.category-grid .owl-nav button span{
		color: #fffffd;
		font-size: 32px;
		line-height: 30px;
	}
	.product-details h1 {
		font-size: 1.5rem;
		font-weight:900;
		color:#205aa7;
	}

	.product-details .overview-buttons,
	.product-details .add-to-cart-panel {
		display: flex;
		justify-content: flex-start;
		margin:0 0 8px 0;

	}

	.product-details .overview-buttons> div {
		flex: 0 0 calc(33.33% - 16px);
		margin: 0 8px;
	}
		.product-details .add-to-cart-panel > .add-to-cart-button {
			/*flex: 0 0 calc(50% - 16px);*/
			margin: 0 8px;
			width: 120px;
		}
		.product-details .add-to-cart-panel > div {
			width:100px;
		}
		.product-details .overview-buttons div .button-2 {
			width: 100%;
			margin-top: 5px;
			margin-bottom: 5px;
		}

	.product-details .overview-buttons::after {
		content: "";
		display: block;
		clear: both;
	}

	.product-details .attribute-squares li {
		display: inline-block;
		margin-right: 5px;
		position: relative;
	}

		.product-details .attribute-squares li label {
			margin-bottom: 0;
		}

		.product-details .attribute-squares li.selected-value {
			border: 0;
		}

		.product-details .attribute-squares li span {
			height: 110px;
			width: 110px;
			display: inline-block;
			background-size: 100% !important;
			vertical-align: middle;
		}
.image-squares label {
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
}
.attribute-squares .tooltip-container {
	display: none !important;
}

.product-details .attribute-squares li .tooltip-container {
	position: absolute;
	top: 100%;
	left: 100%;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 100;
}

			.product-details .attribute-squares li .tooltip-container img {
				width: 100%;
			}

		.product-details .attribute-squares li:hover .tooltip-container {
			display: block;
		}

.product-details .product-price {
	font-size: 36px;
	color: #e00041;
	margin: 20px 0;
}
.product-variant-list .add-to-cart-button,
.product-details .add-to-cart-button,
.add-to-cart-button-quick-view,
.wishlist-icon {
	background: #205aa7;
	color: #fff;
	padding: 6px 0;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border:solid 1px #205aa7;
}
.product-details .add-to-cart-button {
	font-size:18px;
	font-weight:normal;
	padding:3px 0;
}
	.form-control:focus {
		box-shadow: none !important;
	}
.product-details .add-to-cart-button::before,
.add-to-cart-button-quick-view::before,
.product-variant-list .add-to-cart-button::before {
	content: "\e902";
	font-family: 'icomoon' !important;
	display: inline-block;
}
.add-to-cart-button-quick-view,
.wishlist-icon {
	margin: 15px 0;
	width:100%;
	display:block;
	text-align:center;
	color:#fff !important;
	font-size:18px;
}
	.wishlist-icon [class*="icon"]::before {
		font-size: 16px !important;
	}
.related-products-grid .title,
.also-purchased-products-grid .title {
	color: #205aa7;
	text-transform: uppercase;
	text-align: center;
}
.product-essential .overview-buttons {
	justify-content: inherit;
}
.input-group-quantity {
	position: relative;
	display: block;
	width: 100%;
}
.product-variant-list .input-group-quantity {
	position: relative;
	display: block;
	width: 100px;
	/* float: left; */
	margin-right: 10px;
}
.product-variant-list .btn-block {
	width: 100px;
	/* float: right; */
	margin-right:10px;
}
.add-to-cart-panel {
	display:inline-block;
	vertical-align: top;
}
	.add-to-cart-panel .form-control {
		border-radius: 0;
	}
.input-group-quantity .qty-label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index:0;
	margin-left: 4px;
}
.input-group-quantity input {
	width: 100%;
	margin: 0;
	padding-left: 35px;
}
.input-group-quantity input[type=number]::-webkit-inner-spin-button,
.input-group-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.input-group-quantity .button-container {
	position: absolute;
	top: 47%;
	right: 3px;
	transform: translateY(-50%);
	overflow: hidden;
	background: #fff;
}
	.input-group-quantity .button-container button {
		font-size: 21px;
		line-height: 14px;
		display: block;
		width: 28px;
		height: 16px;
		padding: 0;
		margin-bottom: 1px;
		background: #205aa7 !important;
		color: #fff;
		border: none;
		cursor: pointer;
		outline: 0;
		opacity:1;
	}
.button-container .cart-qty-plus {
	line-height: 20px !important;
}
.product-reviews-overview {
	margin-bottom: 15px;
}
.input-group-quantity .button-container button:last-child {
	margin-bottom: 0;
}
.input-group-quantity .button-container button:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.product-details .add-to-cart-button {
		margin-top: 15px;
	}
}

.product-details .product-share-button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.related-products-grid .prices {
	height: 24px;
}

.related-products-grid .owl-item {
	padding-top: 5px;
	padding-bottom: 5px;
}

	.related-products-grid .owl-item .item-box {
		margin-right: 1px !important;
	}

.also-purchased-products-grid .prices {
	height: 24px;
}
.product-variant-list .product-variant-line {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	box-shadow: 0 0 8px #d1d1d1;
}
.product-essential, .news-box-inner {
	border: solid 1px #cbcbcb;
	padding: 15px 0;
}
.gift_card_breadcrumb {
	border-top: solid 4px #fff;
}
.gift_card_container .product-essential, .news-box-inner {
	border: 0;
	padding: 0;
}
.gift_card_container .enter-price-input {
	width: auto;
	border-radius: 5px;
	border: solid 1px #ccc;
	padding: 5px;
	margin-bottom: 15px;
}
.gift_card_container .attributes {
	width: 100%;
	display: flex;
}
.gift_card_topicblock h2 {
	display:none;
}
.gift_card_block_one {
	background: #0066b3 url('../images/giftcard-balance.png') no-repeat scroll top right;
	color: #fff;
	padding: 30px;
	margin-bottom: 20px;
	margin-top:20px;
}
.gift_card_block_four {
	background: #08a4de url('../images/paper-voucher.png') no-repeat scroll top right;
	color: #fff;
	padding: 25px;
	margin-bottom: 30px;
}
..gift_card_block_one a {
	color: #fff;
	text-decoration: none;
}
.gift_card_block_two {
	background-color: #ebebeb;
	padding: 20px 20px;
	margin-bottom: 20px;
	color:#4c4c4c
}
	.gift_card_block_two strong {
		color:#205aa7;
	}
.gift_card_block_three {
	width: 100%;
	background-color: #e9f4fb;
	padding: 25px;
	font-size: 25px;
    font-weight: 700;
	color: #87c2ea;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-style: italic;
}
.gift_card_block_one strong,
.gift_card_block_four strong {
	font-size: 28px;
	display: block;
	line-height: 30px;
}

.add-cart-giftcard .customer-entered-price {
	position: relative;
}

.add-cart-giftcard .customer-entered-price .currency {
	position: absolute;
	bottom: 8px;
	left: 5px;
}

.add-cart-giftcard .customer-entered-price .form-control {
	padding-left: 18px;
}

.add-cart-giftcard .customer-entered-price input[type=number]::-webkit-inner-spin-button,
.add-cart-giftcard .customer-entered-price input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
	.ui-widget-header {
		border: none;
		background: #205aa7;
		color: #fff;
		border-radius: 0;
	}
.ui-corner-all {
	padding:0;
}
.ui-dialog-titlebar-close {
		border:0;
		background:none;
}
.ui-dialog-titlebar-close::before{
	content:'X';
	color:#fff;
	font-size:14px;
	vertical-align:top;
}
	.news-box-inner {
		padding: 15px;
	}
.mfp-content .product-essential {
	box-shadow:none;
	padding:0;
}
.product-variant-list .product-variant-line::after {
	content: "";
	display: block;
	clear: both;
}

	.product-variant-list .product-variant-line .variant-picture {
		width: 25%;
		float: left;
	}

	.product-variant-list .product-variant-line .variant-overview {
		width: 75%;
		float: left;
	}

.product-review-box {
	margin-top:5px;
}

	.product-review-box .rating {
		width: 95px;
		height: 14px;
		background: url(../images/rating1.png) repeat-x;
	}

	.product-review-box .rating div {
		height: 14px;
		background: url(../images/rating2.png) repeat-x;
	}

.product-review-links {
	padding: 10px 0;
}

	.product-review-links a {
		padding: 8px 12px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		cursor: pointer;
		border: 1px solid rgba(187, 193, 183, 0.3);
		box-shadow: 0px 2px 3px 0px rgba(187, 193, 183, 0.3);
		border-radius: 3px;
		color: #000;
		background-color: #fffffd;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#fdfdfd), color-stop(#fbfafc), color-stop(#f8f8fa), to(#f6f6f9));
		background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfafc, #f8f8fa, #f6f6f9);
		text-decoration: none;
		display: inline-block;
		margin-right: 15px;
		color: #205aa7;
		font-weight: bold;
	}

	.product-review-links .separator {
		display: none;
	}
#product-tabs {
	color: #66646a;
	margin-top: 25px;
}

#product-tabs .nav-link {
	display: inline-block;
	color: #66646a;
}
.top-menu a {
	color: #fff;
}
#product-tabs .nav-link.show, #product-tabs .nav-link.active {
	color: #205aa7;
	border-bottom: 2px solid #205aa7;
}

.product-collateral .tab-content {
	padding: 20px 0;
}

/* product zoom */
.picture #wrap {
	z-index: auto !important;
}
.wishlist-page .no-data {
	padding:30px 0;
}
.cloud-zoom img {
	width:100%;
}
.picture div {
	border:none !important;
}
.picture .src-zoom-image {
	padding-right: 10px;
	display: inherit !important;
	padding-bottom:10px;
}
.mfp-content .picture .src-zoom-image {
	display: none !important;
}
.mfp-content .availability {
	margin-bottom:10px;
}
.mfp-content .product-price {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 10px;
}
/*******************************************
*******   4. product-details style   ******
*******************************************/
.rating-options input[type="radio"] {
	display: inline-block;
}


/*******************************************
*******   5. one page checkout style   ******
*******************************************/

.select-billing-address select {
	background: url(../images/select-arrow-dark.svg) #fff;
	background-size: 10px;
	background-position: 95%;
	background-repeat: no-repeat;
}
.checkout-page {
	padding: 20px 0;
}

	.checkout-page h1 {
		font-size: 40px;
		text-align: center;
	}

	.checkout-page .selector {
		margin-bottom: 0;
	}

	.checkout-page .section {
		margin-bottom: 15px;
	}

	.checkout-page ul {
		list-style-type: none;
	}

	.checkout-page .opc {
		list-style-type: none;
		width:100%;
		max-width: 1300px;
		margin: 20px auto;
		padding:50px;
		background: #f6f6f9;
	}
.step-title .number::after {
	content: ". "
}
.opc .tab-section {
	padding-top: 200px;
	margin-top: -200px;
}
@media (max-width: 768px) {
	.checkout-page .opc {
		padding: 15px;
	}
}

.checkout-page .step {
	padding-bottom: 10px;
}

.checkout-page .step-title {
	background: #205aa7;
	font-size: 20px;
	line-height: 20px;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 15px;
	color: #fffffd;
	box-shadow: 1px 1px 5px #bbb;
	cursor: pointer;
}

	.checkout-page .step-title h2 {
		display: inline-block;
		font-size: 20px;
		margin-bottom: 0;
	}

.checkout-page .step select, .checkout-page .step input:not([type="button"]) {
	width: 100%;
	height: 42px;
	border: none;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0 0 8px #d1d1d1;
	border-radius: 3px;
}
.checkout-page .step select {
		color: #000;
		background: #fff;
}
.checkout-page .step .inputs {
	position: relative;
}

.checkout-page .step .inputs label {
	width: 25%;
	display: inline-block;
}

@media (max-width: 768px) {
	.checkout-page .step .inputs label {
		width: 100%;
	}
}

.checkout-page .step .inputs input, .checkout-page .step .inputs select {
	width: 75%;
	margin-left: -4px;
	display: inline-block;
	margin-bottom:15px;
}

@media (max-width: 768px) {
	.checkout-page .step .inputs input, .checkout-page .step .inputs select {
		width: 100%;
	}
}

.checkout-page .step .inputs .required {
	position: absolute;
	bottom: 30px;
	right: 15px;
	color: #f44242;
}

.checkout-page .step .inputs .field-validation-error {
	position: absolute;
	bottom: -3px;
	left: 25%;
	text-align: right;
	color: #f44242;
	font-size: 12px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.checkout-page .step .inputs .field-validation-error {
		right: 0;
		left: initial;
	}
}

.checkout-page .step input[type="button"] {
	background: #205aa7;
	border: 1px solid #205aa7;
	color: #fffffd;
	outline-color: #205aa7;
	padding: 6px 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 3px !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.checkout-page .step input[type="button"].confirm-order-next-step-button {
	background: #e00041;
	border-color: transparent;
	padding: 15px 30px;
	width: 200px;
	margin-left: auto;
	display: block;
}
.checkout-page .step input[type="button"]::before {
	content: "\f337";
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

	.checkout-page .step input[type="button"]:focus, .checkout-page .step input[type="button"]:hover, .checkout-page .step input[type="button"]:first-child {
		outline-color: #205aa7;
		background-color: #fffffd;
		color: #205aa7;
		padding: 6px 10px;
	}
	.checkout-page .step input[type="button"].confirm-order-next-step-button:hover,
	.checkout-page .step input[type="button"].confirm-order-next-step-button:focus,
	.checkout-page .step input[type="button"].confirm-order-next-step-button:active {
		background: #b5083a;
		border-color: transparent;
		color: #fff;
		padding: 15px 30px;
		width: 200px;
		margin-left: auto;
		display: block;
	}
.checkout-page .step .method-list {
	padding: 0;
	margin: 0 auto;
}

	.checkout-page .step .method-list::after {
		content: "";
		display: block;
		clear: both;
	}

	.checkout-page .step .method-list li {
		background: #fffffd;
		color: #205aa7;
		padding: 10px 15px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		cursor: pointer;
		box-shadow: 0 0 8px #d1d1d1;
		font-size: 1rem;
		margin-bottom: 15px;
	}
.checkout-page .shipping-method .method-list li {
	width: calc(33.33% - 10px);
	float: left;
	margin-right: 15px;
}
.checkout-page .payment-method .method-list li {
	width: calc(50% - 10px);
	float: left;
	margin-right: 20px;
	text-align: center;
}
.checkout-page .payment-method .method-list li:nth-child(2n+0),
.checkout-page .shipping-method .method-list li:nth-child(3n+0) {
	margin-right: 0;
}

.checkout-page .payment-method .method-list img {
	min-width: 80px;
}

.checkout-page .step .payment-info {
	padding: 15px;
	width: 95%;
	margin: 0 auto;
}

.checkout-page .order-review-data::after {
	content: "";
	display: block;
	clear: both;
}

.checkout-page .order-review-data .billing-info-wrap, .checkout-page .order-review-data .shipping-info-wrap {
	box-shadow: 0 0 8px #d1d1d1;
	padding: 15px;
	background: #fff;
}

@media (min-width: 768px) {
	.checkout-page .order-review-data .billing-info-wrap, .checkout-page .order-review-data .shipping-info-wrap {
		width: calc(50% - 10px);
		padding: 15px;
		float: left;
		margin-bottom: 15px;
		margin-right: 15px;
	}

		.checkout-page .order-review-data .billing-info-wrap:nth-child(even), .checkout-page .order-review-data .shipping-info-wrap:nth-child(even) {
			margin-right: 0;
		}
}

/*******************************************
*******   6. login-register style   ********
*******************************************/
.registration-page {
	margin:40px 0;
}
.fieldset .title {
	background: #aeb2b6;
	padding: 5px 20px;
	margin-bottom: 5px;
	border-radius: 3px;
	color: #fff;
	text-align:center;
}
.customer-info-page .customer-blocks {
	padding:20px 0 !important;
}
.customer-blocks,
.password-recovery-page,
.reward-points-page,
.back-in-stock-subscription-list-page,
.downloadable-products-page {
	background: #fff;
	padding: 30px !important;
	border: solid 1px #fff;
	border-radius: 3px;
	box-shadow: 0 0 8px #d1d1d1;
}
.login-page .customer-blocks {
	padding: 30px 40px !important;
	margin:30px 0;
}
@media (min-width: 1200px) {
	.customer-blocks {
		/*width: 80%;
		margin: 30px auto;*/
	}
}

.customer-blocks .register-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.customer-blocks .inputs.form-group {
	position: relative;
}

.customer-blocks span.required {
	position: absolute;
	right: 20px;
	bottom: 4px;
	color: #f44242;
}
.customer-blocks .form-control {
	/*box-shadow: 2px 2px 3px #e4e4e4;*/
	border-color: transparent;
	border: 1px solid #e5e9ee;
}

/*******************************************
*******   6. login-register style   ********
*******************************************/
.rss{
	position: absolute;
	right: 0;

}
.search-page{
	margin-bottom: 20px;
}
.customer-info-page .customer-blocks {
	box-shadow: none;
}
.customer-info-page,
.address-edit-page,
.my-product-reviews-list-page,
.change-password-page,
.multi-factor-authentication-page,
.multi-factor-authentication-config-page {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 0 8px #d1d1d1;
}

.address-list-page{
	margin-bottom: 20px;
}
.share-info{
	padding: 20px 0;
	text-align: center;
}
.search-page .inputs {
	margin-bottom: 15px;
}

/*******************************************
*******   6. my account style   ********
*******************************************/
.address-item {
	box-shadow: 0 0 6px #ccc;
	padding: 20px;
	min-height: 360px;
}

	.address-item .button-2:not(:first-child) {
		margin-left: 10px;
	}

.inputs {
	position: relative;
	margin-bottom: 15px;
}

.search-page .inputs input[type="text"],
.search-page .inputs input[type="email"],
.search-page .inputs input[type="password"],
.search-page .inputs textarea {
	border: 1px solid #ddd;
}

.inputs .required {
	color: #f44242;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.field-validation-error {
  color: #e00041;
}

.address-edit-page .button-1 {
  background: #205aa7;
  border: 1px solid #205aa7;
  color: #fffffd;
  outline-color: #205aa7;
  padding: 6px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

	.address-edit-page .button-1::before {
		content: "\f337";
		display: inline-block;
		margin-right: 5px;
		font-size: 14px;
		font-family: "Font Awesome 5 Free";
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
	}

	.address-edit-page .button-1:focus, .address-edit-page .button-1:hover, .address-edit-page .button-1:first-child {
		outline-color: #205aa7;
		background-color: #fffffd;
		color: #205aa7;
		padding: 5px 15px;
	}

.address-edit-page select, .address-edit-page input:not([type="button"]):not([type="submit"]) {
  width: 100%;
  height: 42px;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 0 8px #d1d1d1;
  border-radius: 3px;
}

.address-edit-page select {
  color: #000;
  background: #fff;
}

.address-edit-page .inputs {
  position: relative;
}

  .address-edit-page .inputs label {
    width: 25%;
    display: inline-block;
  }

@media (max-width: 768px) {
  .address-edit-page .inputs label {
    width: 100%;
  }
}

.address-edit-page .inputs input, .address-edit-page .inputs select {
  width: 75% !important;
  margin-left: -4px;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .address-edit-page .inputs input, .address-edit-page .inputs select {
    width: 100%;
  }
}

.address-edit-page .inputs .required {
  position: absolute;
  bottom: 30px;
  right: 15px;
  color: #f44242;
}

.address-edit-page .inputs .field-validation-error {
  position: absolute;
  bottom: -3px;
  left: 25%;
  text-align: right;
  color: #f44242;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .address-edit-page .inputs .field-validation-error {
    right: 0;
    left: initial;
  }
}

.product-review-item {
	box-shadow: 0 0 3px #d1d1d1;
	padding: 20px;
	margin-bottom: 15px;
	background: #fff;
}
.account-page {
	margin-bottom:30px;
}
/*******************************************
*******   6. my account style   ********
*******************************************/
.entity {
	box-shadow: 0 0 5px #d1d1d1;
	margin-bottom: 20px;
	padding: 20px;
}

	.entity h2 {
		font-size: 24px;
		text-align: left;
	}

	.entity a {
		color: #212121;
	}

	.entity .list-inline-item::after {
		content: "\f054";
		font-size: 14px;
		margin-left: 10px;
		vertical-align: middle;
		display: inline-block;
		font-weight: bold;
		font-family: "Font Awesome 5 Free";
	}

		.entity .list-inline-item:last-child::after {
			content: "";
		}

/*******************************************
*******   6. my account style   ********
*******************************************/
.contact-page, .apply-vendor-page {
	width: 100%;
	max-width: 1140px;
	padding: 20px;
	margin: 30px auto;
	box-shadow: 0 0 8px #d1d1d1;
}
.contact-page {
	box-shadow: none;
}

.contact-page h1, .apply-vendor-page h1 {
	font-size: 24px;
}

.contact-page h1 {
	color: #0069b9;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

.contact-page .nav-tabs .nav-link{
	font-size: 22px;
	font-weight: bold;
	color: #0069b9;
	padding: 10px 22px;
}

.contact-page .nav-tabs .nav-link.active,
.contact-page .tab-content {
	background-color: #ededee;
	border-color: #ededee;
}

.contact-page .tab-content {
	padding:15px 25px;
}

.contact-page .inputs.row {
	margin-bottom: 24px;
}

.contact-page .result {
    font-size: 24px;
}

/* blog post page style */
.blog-posts .post {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #eee;
}
.blog-posts .post-head a {
	font-size: 18px;
	overflow: hidden;
	max-height: 43px;
	display: block;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	margin: 10px 0;
	font-weight: bold;
	line-height: normal;
}
.blog-posts .post .read-more {
	font-weight: bold;
	text-transform: uppercase;
}
.blog-posts .post-body {
	display: block;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}
.blogpost-page .blog-posts img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.news-items .news-item {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #eee;
}

.news-items .news-head a {
	font-size: 24px;
}
.comment-list .blog-comment {
	margin: 15px 0;
}

.comment-list .username {
	font-weight: bold;
}

.bar-notification-container {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 125%;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.bar-notification {
  display: none;
  padding: 25px 60px 25px 15px;
  position: relative;
}

  .bar-notification.success {
    background-color: #00a9e1;
  }

  .bar-notification.error {
    background-color: #e00041;
  }

  .bar-notification.warning {
    background-color: #f39c12;
  }

  .bar-notification p {
    margin: 0;
  }

  .bar-notification a {
    color: #fff;
    font-weight: bold;
  }

  .bar-notification .close {
    background: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
  }

    .bar-notification .close::before {
      content: "\f00d";
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 14px;
      left: 50%;
      margin-right: 5px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

/*******************************************
*******   5 all plugin style   ********
*******************************************/
.single-news .blog-link {
	background: #205aa7;
	padding: 5px 15px;
	color: #fff;
	border-radius: 3px;
}
	.single-news .blog-link:hover {
		background: #333;
	}
.blog-news-area {
	width: 100%;
	padding: 40px 0;
}
.single-blog {
	padding: 15px;
	margin-bottom:15px;
}
	.single-blog .date-time,
	.blogpost-page .post-date {
		display: none;
	}
	.blog-news-area h2 {
		color: #205aa7;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.blog-news-area h4.text-ellipsis {
		height: 42px;
		overflow: hidden;
	}
	.blog-news-area .text-ellipsis a {
		color: #205aa7;
	}
.blog-news-area .post-body p {
	height: 120px;
	overflow: hidden;
	/* display: -webkit-box; */
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
	font-weight: 500;
	margin-bottom: 15px;
}
.blog-news-social {
	list-style-type: none;
}

	.blog-news-social li {
		display: inline-block;
	}
.latest-blog-container ul li:before {
	background: none !important;
	position: relative !important;
}
.blog-news-area ul li {
	display: inline-block;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: left;
	padding: 10px;
	position: relative;
	vertical-align:top;
}
.single-news ul li {
	flex: 0 0 50%;
	max-width: 50%;
}
	.single-news ul li img {
		padding-bottom:10px;
	}
/*****  5.2 ajaxfilter plugins style  *****/
.modal-dialog {
	max-width: 100% !important;
}
.homepage-image-popup .modal-dialog,
.multybuy-image-popup .modal-dialog {
	max-width: 700px !important;
}
.homepage-image-popup .close,
.multybuy-image-popup .close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 78px;
	z-index: 200;
	line-height: 50px;
	opacity: 1;
	font-weight: lighter;
}
.popup-hide {
		cursor: pointer;
}
.modal-body {
	padding: 0 !important;
}
.modal-content {
	border:0 !important;
}
.bs-quick-view .quick-view-plugin-btn {
	background: #EDF0F2;
	border: 1px solid #EDF0F2;
	color: #999 !important;
	outline: 0;
	padding: 8px 10px;
	visibility: visible;
	border-radius: 0;
	margin-top: -5px;
	box-shadow: none;
	font-size: 16px;
	height: auto;
	width: auto;
	line-height: 22px;
	display: none;
}
.product-box-quantity {
  height: 39px;
  padding: 5px;
  border: 1px solid #b7b7b7;
  margin: 2.5px 0 !important;
  flex: 0 1 60px;
  width: 100%;
}
.product-box-add-to-cart-button {
  height: 39px;
  margin: 2.5px 0 !important;
  flex: 0 0 auto;
}
.home-page-product-grid .product-box-quantity {
  display: none;
}
	.bs-quick-view .quick-view-plugin-btn:hover {
		background: #205aa7;
		color: #fff !important;
	}
	.quick-view-plugin-btn::before {
		content: "";
		display: none;
	}
	.quick-view-plugin-btn i::before {
		font-weight: normal;
	}
.product-grid .item-box .buttons {
  bottom: 15px;
  display: flex;
  gap: 3px;
  justify-content: center;
  left: 0;
  width: 100%;
}

#add-to-cart-button-46 {
  background: #205aa7;
  color: #fff !important;
}
.btn-quick-view {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
.email-a-friend button, .compare-products button {
	color: #205aa7 !important;
	border-color: #205aa7 !important;
}
.btn-quick-view::before {
	content: "\e908";
	font-family: 'icomoon' !important;
}

.add-to-wishlist .btn-quick-view::before {
	content: "\e905";
}
.order-details-page ul{
	list-style: none;
	padding-left: 0;
}
.order-details-page .table-wrapper{
	overflow-x: auto;
}
.order-details-page .page-title{
	text-align: center;
	margin: 15px 0 25px;
}
.order-details-page .order-overview{
	text-align: center;
}
.order-details-page .order-overview .order-number{
	font-size: 20px;
}
.order-details-page .order-overview .order-overview-content{
	list-style: none;
}
.order-details-page .order-details-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.order-details-page .billing-info-wrap,
.order-details-page .shipping-info-wrap{
	padding: 15px;
	background: #eee;
	margin: 20px 10px;
	width:calc(50% - 20px);
}
.order-details-page .products .title{
	text-align: center;
	font-size: 20px;
	margin: 15px;
}
.order-details-page .options{
	background: #eee;
	padding: 10px;
	margin: 10px 0;
}
.order-details-page .totals{
	padding: 10px;
	background: #eee;
	margin: 10px 0;
}
.footer-lower {
    font-size: 15px;
	padding: 10px 0 0 0;
	background: #205aa7;
	color:#fff;
}
.footer-powered-by a {
	color: #25c8e0;
}
.collapse.show {
	display: block !important;
}
.super_spirit_award_contact {
	font-size: 20px;
}
.super_spirit_award_contact h4{
	font-size: 40px;
	color:#205aa7;
	letter-spacing:0;
}
	.super_spirit_award_contact strong {
		color: #205aa7;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: 0;
	}
.super_spirit_award_forms {
	background: #205aa7;
	margin: 25px 0;
	padding:25px;
	padding-bottom: 10px;
}
	.super_spirit_award_forms input,
	.super_spirit_award_forms .form-control {
		border-radius: 0 !important;
		border:0 !important;
	}
/**********About us Page***********/
/*********************************/
.about_us_page .flex-column a {
	color: #205aa7;
	text-align: left !important;
	text-transform: uppercase;
}
.about_us_page .flex-column a:hover {
	background: #e00041;
	color:#fff;
}
.about_us_page .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #205aa7;
}
.about_us_page .nav-pills {
	padding:10px;
}
.about_us_page .tab-pane,
.about_us_page .nav-pills {
	border: solid 1px #ccc;
	text-align:left;
}
.about_us_page .block {
	border-bottom: solid 1px #ccc;
}
.about_us_page .block button {
	font-size: 22px;
	color: #205aa7 !important;
}
	.about_us_page .block button::after {
		font-size:18px;
	}
.about_us_page .tab-content {
	margin-bottom:30px;
}
.about_us_page p:only-child {
	font-weight: normal;
}
.about_us_page h3 {
	margin: 0;
	padding: 20px 0 15px 15px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #205aa7;
}
.about_us_page .block button[aria-expanded="true"]::after {
	transform: rotate(180deg);
	transition: 0.5s;
}
	.about_us_page .block button[aria-expanded="false"]::after {
		transform: rotate(0deg);
		transition: 0.5s;
	}
/*******About us Page End ********/
/********************************/
.storelist .col-md-4 {
	margin-bottom:15px !important;
}
.storelist .col-md-4 .card {
	min-height:500px;
}
.col-md-eight viv:nth-child(2) {
	color:#e00041;
}
.all-stores .firstSection {
	margin-top:0 !important;
}
.storelist .row {
	padding-top:10px !important;
}
.all-stores .storelist {
	margin-bottom:20px;
}
.admin-header {
	font-size: 14px;
}
.call_us_top_box {
	color: #205aa7;
	text-align: right;
	padding-right: 25px;
	font-size: 14px;
}
.call_us_top_box .fa-phone {
	font-size: 12px;
	padding-right:5px;
}
.all-stores h2 {
    font-weight: 500;
	font-size: 40px;
	color: #205aa7;
	text-align: center;
	padding: 25px 0;
}
.search_by_seglon {
	color: #333;
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
}
.all-stores .form-control {
	border:solid 1px #205aa7;
	color:#205aa7;
}
/*Are you over 18?*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.9);
	filter: alpha(opacity=70);
	opacity: 0.9;
	z-index: 8888;
	display: block;
}
.cnt223 a {
	text-decoration: none;
}
.popup {
	width: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 9999;
}
#check-store-stock-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100vw;
		z-index: 4308;
}
.cnt223 {
	min-width: 450px;
	width: 450px;
	min-height: 200px;
	margin: 200px auto;
	background: #0069b9;
	position: relative;
	z-index: 103;
	padding: 15px 35px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
	.cnt223 p {
		clear: both;
		color: #555555;
		font-size: 20px;
	}
.cnt223 p a {
	color: #fff !important;
	font-weight: bold;
	background-color: #dc2332;
	border-color: #c6202d;
	padding: 15px;
	margin: 5px;
	width: 80px;
	display: inline-block;
	border-radius: 5px;
	border-bottom: .2em solid #88141e;
}
	.cnt223 p a:hover {
		background-color: #b91d2a;
	}
	.cnt223 .x {
		float: right;
		height: 35px;
		left: 22px;
		position: relative;
		top: -25px;
		width: 34px;
	}
.cnt223 .x:hover {
	cursor: pointer;
}
	.cnt223 h1 {
		font-size: 40px;
		font-style: italic;
		padding: 20px 0;
        font-weight: 700;
	}
/*Are you over 18?*/

/*gift card design*/
.add-cart-giftcard {
	clear: both;
	text-align: left;
}
.add-cart-giftcard .input-group-quantity .qty-label {
	position: absolute;
	left: 0;
	top: unset;
	bottom: 0;
	transform: translateY(0);
	z-index: 0;
	margin-left: 4px;
}
.add-cart-giftcard .input-group-quantity .button-container {
	position: absolute;
	bottom: 2px;
	top: unset;
	right: 3px;
	transform: translateY(0);
	overflow: hidden;
	background: #fff;
}
.add-cart-giftcard .message {
	height: auto;
	resize: none;
}
.clearfix {
	clear: both;
}
/*not found page css*/
.not-found-page h2 {
	font-size: 45px;
	margin-top: 40px;
	font-weight: bolder;
	color: #205aa7;
}
.not-found-page .return-home-button {
	display: inline-block;
	padding: 15px 30px;
	font-size: 20px;
	color: #fff;
	background: #205aa7;
	margin-top: 30px;
	text-decoration: none;
	border-radius: 4px;
}
.registration-result {
	text-align: center;
	padding: 50px 30px;
	max-width: 500px;
	margin: 30px auto;
	border: 2px solid #3b7dbf;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 350px;
}
.registration-result .result {
	font-size: 32px;
	margin-bottom: 40px;
}
	.registration-result .register-continue-button {
		outline-color: #205aa7;
		background-color: #205aa7;
		color: #fff !important;
		padding: 11px 30px;
		cursor: pointer;
		border: none;
		border-radius: 5px;
	}

/*image ribbon css*/
.picture {
	position: relative;
}
.image-ribbon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	max-width: 80px;
}

/*ui daialogue*/
.ui-dialog {
	max-height: 70vh !important;
	max-width: calc(100vw - 30px) !important;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%);
	z-index: 9999;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.ui-dialog  .ui-dialog-content {
	max-height: calc(70vh - 50px) !important;
}
.selected-store-box {
	color: #205aa7;
	padding-left: 25px;
	cursor: pointer;
	text-align: left;
}

.popup-text {
	font-size: 20px;
	margin-bottom: 10px;
	font-style: italic;
}

#save-store,
.popup .popup-button {
	color: #fff !important;
	font-weight: bold;
	background-color: #dc2332 !important;
	border-color: #c6202d;
	padding: 15px;
	margin: 5px;
	width: 80px;
	display: inline-block;
	border-radius: 5px;
	border-bottom: .2em solid #88141e;
	text-decoration: none;
}

.popup-hide {
	position: absolute;
	right: 15px;
}

.date-picker-wrapper {
	flex-direction: row-reverse;
}

.btn-pickup-delivery {
	width: 110px !important;
}

.popup-store-address {
	font-size: 16px;
	font-style: italic;
}
.popup-store-name {
	font-size: 20px;
	font-style: italic;
}
.popup-your-store, .popup-store-notfound {
	font-size: 24px;
	font-style: italic;
}

/*sweet as style*/
.breadcrumb.sweet-as-breadcrumb {
	background-image: url(../images/breadcrumb-bg.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
.sweet-as {
	border: 1px solid #ddd;
	margin: 15px 0;
	padding: 15px;
	margin-bottom: 30px;
}
.sweet-as h3 {
	font-size: 36px;
	color: #1f5da6;
	font-weight: bold;
	margin: 30px 0;
}
.sweet-as p {
	color: #1f5da6;
	font-weight: bold;
	font-size: 20px;
}
div#mc_embed_signup {
	background: #1f5da6;
	color: #fff;
	padding: 30px 15px;
}
div#mc_embed_signup .form-control {
	margin-bottom: 15px;
	background: #fff;
	color: #000;
}
#mc_embed_signup input[type="checkbox"] + label::before {
	content: "\f0c8";
	font-weight: 900;
	color: #fff;
}
#mc_embed_signup input[type="checkbox"]:checked + label::before {
	content: "\f14a";
}
div#mc_embed_signup button {
	display: block;
	width: 250px;
	text-align: left;
	background: #c3053b;
	border: none;
	color: #fff;
	padding: 5px 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	outline: none;
	cursor: pointer;
}
div#mc_embed_signup button:focus,
div#mc_embed_signup button:active {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) inset;
}

.html-shopping-cart-page .newsletter-box {
		display: none !important;
}
.address-select {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.address-select a {
		color: #205aa7;
		margin-left: 15px;
		font-weight: bold;
		cursor: pointer;
}
.address-select-popup {
		max-width: 400px !important;
}

.address-select-popup .buttons {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
}
.address-select-popup .buttons button::before,
.address-select-popup .buttons a::before  {
		display: none;
}
.address-select-popup .buttons button,
.address-select-popup .buttons a {
	text-align: center;
	margin: 15px 0;
}

/*homepage top searched products*/
.top-searched-product .topic-block-body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.top-searched-product .title {
	background: #dc2332;
	color: #fff;
	width: 300px;
	text-align: center;
}
.top-searched-product .title h3 {
	font-size: 22px;
	line-height: 35px;
	margin: 0;
}

.top-searched-product-items {
		max-width: calc(100% - 330px);
		margin-left: auto;
		width: 100%;
}
.top-searched-product-items ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #205aa7;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.top-searched-product-items li {
	padding: 6px 0;
}
.top-searched-product-items a {
			margin: 0 15px;
		padding: 1px 0;
		color: #fff;
		font-size: 18px;
		display: block;
		border-bottom: 2px solid #fff;
		line-height: 14px;
}

.top-searched-product-items a i {
		margin-left: 7px;
}
.homepage_offers {
	background: #f3f3f3;
	padding: 15px;
}
.offer-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.offer-item::before {
	content: "";
	display: block;
	width: 30%;
	padding-top: 30%;
	margin-right: 10px;
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
}
.offer-item.free-pickup::before {
		background-image: url(../images/cart.png);
}
.offer-item.delivery::before {
	background-image: url(../images/delivery.png);
}
.offer-item.stores::before {
	background-image: url(../images/store.png);
}
.offer-item.deals::before {
	background-image: url(../images/dollar-sign.png);
}
.offer-item h4 {
	margin: 0;
	font-size: 17px;
}

#check-store-popup-content {
	max-height: 300px;
	overflow: auto;
	padding: 10px;
}

.store-item {
	display: block;
	background: #fff;
	color: #000;
	text-align: left;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

	.store-item a {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		font-size: 20px;
		line-height: 20px;
		padding: 9px;
		background: #e00041 !important;
	}

.storelist .firstSection .full-description .container ~ p a {
	font-weight: bold;
	text-transform: uppercase;
}
.social-icon {
		text-align: left;
		padding: 20px;
}
	.social-icon a {
		max-width: 40px;
		display: inline-block;
		margin: 5px;
	}

.out-of-stock {
	padding: 5px 15px;
	font-weight: 999;
	width: 9em;
	margin: auto;
	background: #aeb2b6;
	color: #fff;
}

#mfa-provider-block {
  padding-left: 0;
  list-style: none;
}

.qr-code-image {
    text-align: center;
}

.opc .captcha-box {
  display: flex;
  justify-content: flex-end;
}

/* HACK: Add background to store selector pop up. */
#sl-select-store-popup {
    background: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
}
