body {
	position: relative;
	background-color: #f4f5f2;
}

.container {
	width: 100%;
	padding: 0 15px;
}

.pull-left {
	float: left;
}

a:hover {
	color: #e82c2a;
}

.mobile-view {
	display: none;
}

.inventory_message {
	display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}


#notesProductAccordionWrapper {
	border: 1px solid #FF7C7F;
}

#notesProductAccordionWrapper .panel-body {
	font-size: 1.2em;
}

#notesProductAccordionWrapper .panel-heading {
	border-bottom: 1px solid #FF7C7F;
}

.modal-dialog {
  position:absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

nav.navbar {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px -6px 35px -4px #E6E7E9;
	border-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	height: 80px;
	margin-bottom: 0;
}

nav.navbar .site-logo {
	border: 1px solid #f2f2f2;
	background: #fff url(/assets/site-specific/image/store_logo_en.png) no-repeat scroll 50% 50% / 55% auto;
	background-color: #fff;
	width: 178px;
	height: 120px;
	text-indent: -9999px;
	display: block;
	box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
	margin: 0px 20px 20px 0px;
	transition: opacity 0.1s ease-out 0s;
	position: relative;
	z-index: 25;
	max-width: calc(100% - 122px);
}

html.french nav.navbar .site-logo {
	background-image: url(/assets/site-specific/image/store_logo_fr.png);
}


nav.navbar ul.header-menu {
	list-style: none;
	position: relative;
	padding: 0;
}

nav.navbar ul.header-menu li {
	float: left;
	height: 80px;
	width: auto;
	transition: all .4s ease-in-out;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
nav.navbar ul.header-menu li.menu-item-out.active,
nav.navbar ul.header-menu li.menu-item-out:hover {
	border-bottom: 3px solid #EB0A1E;
	background: #f8f9fa;
}

nav.navbar ul.header-menu li.menu-item-out a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 30px;
}

nav.navbar ul.header-menu li.menu-item-out a:hover,
nav.navbar ul.header-menu li.menu-item-out a:focus {
	text-decoration: none;
}

nav.navbar ul.header-menu li .menu-item {
	padding-left: 15px;
	padding-right: 15px;
	color: #363636;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

nav.navbar ul.header-menu li .menu-item img.cart-icon,
.single-submenu img.cart-icon {
	width: 18px;
}

nav.navbar #topBar ul.header-menu li.menu-item-out a .menu-item span.cart-icon {
    padding: 0 9px;
    height: 16px;
    background-image: url(/assets/site-specific/image/shopping-cart-icon-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

/*
nav.navbar #topBar:after {
	content: '';
    display: block;
    clear: both;
}
*/

nav.navbar ul.header-menu li .btn-search {
	display: block;
	padding-top: 30px;
}

.search-icon {
	background: url('/assets/site-specific/image/searchty.png') no-repeat;
}

.print-icon {
	background: url(/assets/site-specific/image/print.png) no-repeat;
    background-size: contain;
    padding: 0 9px;
    margin-right: 5px;
}

.lock-icon {
	background: url('/assets/site-specific/image/lock.png') no-repeat;
	background-size: contain;
    padding: 0 9px;
    margin-right: 5px;
}

nav.navbar ul.header-menu li .do-search .search-icon {
    padding: 2px 13px;
    background-size: contain;
    background-position: center;
}

nav.navbar ul.header-menu .search-box-out,
.grid-submenu .search-box-out {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0;
	top: 80px;
	overflow: hidden;
	transition: all .1s;
	z-index: 22;
	text-align: left;
}

nav.navbar ul.header-menu .search-box-out.open {
	top: 90px;
	height: 50px;
}

nav.navbar ul.header-menu .search-box-out.in-menu {
	top: 90px;
	left: 50%;
	height: 50px;
	width: 0;
}

nav.navbar ul.header-menu .search-box-out.in-menu.open {
	width: 100%;
	left: 0;
}

nav.navbar ul.header-menu .search-box-out.in-menu.open input.search-box {
	border: 1px solid #fff !important;
}

nav.navbar ul.header-menu .search-box-out input.search-box,
.grid-submenu .search-box-out input.search-box {
	background: #fff;
	border-radius: 5px !important;
	margin-top: 0 !important;
	width: calc(100% - 30px);
	border: 1px solid lightgrey !important;
	font-size: 16px;
	padding: 12px;
	height: 45px;
	color: #333;
	transition: .3s all ease-in-out;
}

.search-box-out input.search-box::-webkit-input-placeholder {
	font-weight: bold;
}

.search-box-out button.do-search {
	display: none;
	height: 45px;
	margin-left: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-top: -7px;
}

.search-box-out button.do-search.active {
	display: inline-block;
	background-image: url('/assets/site-specific/image/button-arrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .15s;
}

.grid-submenu {
	position: relative;
}

.grid-submenu .search-box-out {
	width: 0;
	height: 45px;
	left: 50%;
	top: auto;
	bottom: -70px;
}

.grid-submenu .search-box-out.open {
	width: 65%;
	left: 0;
}

.grid-submenu .search-box-out img {
	position: absolute;
	right: 39px;
	top: 5px;
}

.grid-submenu .search-box-out input.search-box {
	padding-right: 45px;
	border: 1px solid #fff !important;
}

.grid-submenu .grid-submenu-inner .grid-submenu-item {
	/*float: left;*/
	display: inline-block;
	margin-right: 30px;
}

nav.navbar .sub-menu {
	display:  none;
	width: 100%;
	position: absolute;
	top: 80px;
	padding-top: 72px;
	padding-bottom: 100px;
	box-shadow: inset 0px 3px 14px -5px;
	background: url(/assets/site-specific/image/dropdown-menu.png) 100% bottom no-repeat, -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 23%, #f0f2f4 23%, #f0f2f4 100%);
	z-index: 21;
}

nav.navbar .sub-menu .single-submenu a {
	color: #4777b7;
	font-size: 21px;
	display: block;
	text-decoration: none;
	margin-bottom: 6px;
}

nav.navbar .sub-menu .grid-submenu h3 {
	color: #4777b7;
	font-size: 21px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

nav.navbar .sub-menu .grid-submenu a {
	display: block;
	color: #222;
	font-size: 16px;
	margin-bottom: 10px;
}

nav.navbar .sub-menu.open,
.overlay-bg.open {
	display: block;
}

.overlay-bg {
	display: none;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: calc(100% - 80px);
	z-index: 19;
	position: absolute;
	top: 80px;
	bottom: 0;
}

.cart-popup .cart-product-list {
	max-height: 300px;
	overflow-y: auto;
	margin-bottom: 10px;
}

nav.navbar ul.header-menu li.menu-item-out .cart-popup > a {
	display: inline-block;
	width: auto;
	padding: 6px 12px;
}

.cart-popup .cart-product-list .cart-product-item {
	padding: 5px 0;
	border-bottom: dotted 1px #000;
}

.cart-popup .cart-product-list .cart-product-item .product-image {
	width: 60px;
	float: left;
}

.cart-popup .cart-product-list .cart-product-item .product-details {
	width: calc(100% - 120px);
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.cart-popup .cart-product-list .cart-product-item .product-price {
	width: 60px;
	float: left;
}

.cart-popup .cart-product-list .cart-product-item {
	margin: 0;
}

.cart-popup .cart-product-list .cart-product-item .product-details a {
	padding-top: 0;
}

.cart-popup .cart-product-list .cart-product-item .product-details p {
	margin-bottom: 0;
}

.cart-popup .cart-product-list .cart-product-item .product-details a.remove {
	margin-top: 5px;
}

.alert {
	color: #fff;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.alert-success {
	background-color: #43ac6a;
	border-color: #3c9a5f;
}

.alert-danger {
	background-color: #f04124;
	border-color: #ea2f10;
}

.border-right {
	border-right: 1px solid lightgrey;
}

.border-left {
	border-left: 1px solid lightgrey;
}

.no-padding {
	padding: 0;
}

.main-content {
	padding-top: 45px;
	padding-bottom: 30px;
}

.home .main-content {
	padding-top: 0;
}

.main-content .custom-row {
	display: flex;
	margin-top: 30px;
}

.main-content .text-area {
	padding: 10px;
	background-color: #eaeaea;
	min-height: 55px;
	color: #1b1b1b;
	margin-bottom: 15px;
	height: 100%;
}

.home-slider {
	margin-bottom: 30px;
}

.home-slider .carousel-inner .item img {
	width: 100%;
}

.home-slider .carousel-indicators {
	bottom: -55px;
}

.home-slider .carousel-indicators li {
	display: inline-block;
	width: 16px;
	height: 8px;
	margin: 0px 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #0009;
	background-color: rgba(0,0,0,0);
	border: 1px solid #373D45;
	border-radius: 0px;
}

.home-slider .carousel-indicators li.active {
	width: 16px;
	height: 8px;
	margin: 0px 10px;
	background-color: #373D45;
}

.home-slider.full-width .carousel-indicators {
	bottom: 20px;
}

.home-slider.full-width .carousel-indicators li {
	width: 30px;
	height: 3px;
	background-color: rgba(255, 255, 255, .5);
	border: none;
}

.home-slider.full-width .carousel-indicators li.active {
	background-color: rgba(255, 255, 255);
}

.home-slider .carousel-control {
	background-image: none;
	transition: all .2s;
}

.home-slider .carousel-control:focus {
	opacity: 0.5;
}

.home-slider .carousel-control:hover {
	opacity: 0.9;
}

.home-slider .carousel-control .btn-control {
	border: solid #e82c2a;
	border-width: 0 7px 7px 0;
	display: inline-block;
	padding: 2px;
	width: 20px;
	height: 20px;
}

.home-slider .carousel-control .glyphicon-chevron-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.home-slider .carousel-control .glyphicon-chevron-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.home-slider .carousel-control .glyphicon-chevron-right:before,
.home-slider .carousel-control .glyphicon-chevron-left:before {
	display: none;
}

.link-subpage img {
	width: 100%;
}

footer {
	background: #cdd4db;
	padding: 40px 0px 25px;
}

footer .footer-menu {
	list-style: none;

}

footer .footer-menu li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}

footer .footer-menu li a {
	color: #363636;
	transition: all .2s;
    font-family: Arial, Helvetica, sans-serif;
}

footer .footer-menu li a:hover {
	color: #868686;
}

footer .footer-menu li:after {
	list-style: circle;
	right: -20px;
	top: 8px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	content: "";
	position: absolute;
	background: #b9bec7;
}

footer .footer-menu li:last-child:after {
	display: none;
}

footer .copyright {
	color: #222;
	font-size: 12px;
	margin: 40px auto 20px;
}

footer .social-icons a {
	display: inline-block;
	margin: 0 2px;
}

footer .social-icons a img {
	width: 20px;
}

footer .leaf-icon {
	margin: 15px auto;
	display: block;
}

button.view-mobile-menu {
	display: none;
	border: none;
	background: transparent;
	margin-top: 30px;
	margin-left: 15px;
}

button.view-mobile-menu:focus {
	outline: none;
}

button.view-mobile-menu img {
	display: none;
}

button.view-mobile-menu img.open {
	display: block;
}

nav.navbar .sub-menu .single-submenu a.mobile-show {
	display: none;
}

.view-cart {
	position: relative;
}

.view-cart .cart-popup {
	display: none;
}

.view-cart:hover .cart-popup {
	display: block;
	border: 1px solid #ccd4db;
	border-radius: 5px;
	background-color: white;
	width: 300px;
	position: absolute;
	top: 80px;
	right: 0;
	padding: 10px;
	z-index: 26;
}

/*category page*/

.breadcrumb {
	padding: 8px 0;
	margin-bottom: 0;
}

.breadcrumb span {
	margin: 0 5px;
}

.page-settings {
	display: block;
	padding: 15px 0;
}

.page-settings .form-group {
	display: inline-block;
	margin: 0 0 0 15px;
}

.page-settings .form-group label {
	font-weight: normal;
	font-size: 12px;
}

.page-settings .form-group select {
	display: inline-block;
}

.page-settings select {
	width: 150px;
}

.category .product-item {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.category .product-item img {
	max-width: 100%;
}

.product-item .product-info {
	padding: 15px;
	min-height: 100px;
}

.product-item .product-info .product-price.discount {
	text-decoration: line-through;
}

.product-item .product-info .sale-product-price,
.product-item .product-info .sale-product-price {
	color: #e82c2a;
}

.product-item .product-info .sale-product-price p {
	margin-bottom: 0;
}

.product-item-out .product-price {
	display: block;
}

.product-item-out .product-info {
	max-height: unset !important;
}

hr {
	margin-top: 21px;
	margin-bottom: 21px;
	border: 0;
	border-top: 1px solid #ddd;
}

.category_heading_image img {
	max-width: 100%;
}

.category_message {
	padding: 1.5em 1.5em 0.5em;
}

.category_message p {
	font-weight: 700;
	font-size: 1.3em;
}

/*for product page*/

h4 {
	color: #666;
}

.productImageWrap {
	background-color: white;
	border: solid 1px #ddd;
}

.productImageWrap .productImage img {
	width: 100%;
}

.productDetailsWrap {
	background-color: white;
	border: 1px solid #d2d2d2;
	padding: 15px 30px;
}

.productDetailsWrap .ProductNameText {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}

.productDetailsWrap .ProductMSRPText {
	font-style: italic;
	font-size: 1.2em;
}

.productDetailsRow {
	border-top: 1px solid #d2d2d2;
}

.productDetailsRow.title {
	border: none;
}

.productDetailsRow p {
	margin: 5px 0;
}

#addToCartForm .paddingBottom {
	padding-bottom: 15px;
}

.panel a:focus {
	text-decoration: none;
}

.panel .panel-title .glyphicon {
	border: solid #337ab7;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 2px;
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.panel a:hover,
.panel a:hover .panel-title {
	color: #e82c2a;
}

.panel a:hover .panel-title .glyphicon {
	border-color: #e82c2a;
}

.productImage {
	position: relative;
	overflow: hidden;
	cursor: crosshair;
}

.productImage #lensImage {
	position: absolute;
	width: auto;
}

.share-link {
	display: block;
	margin-top: 15px;
}

/*
.AddToCartButton, .AddToWishlistButton {
	width: 100%;
}
*/

.add-to-wishlist {
	padding-right: 0;
	float: right;
}

.wishlist-actions i {
	margin: 2px;
	font-weight: normal;
	cursor: pointer;
}

.mt1 {margin-top: 1em;}
.mt2 {margin-top: 2em;}
.mt5 {margin-top: 0.5em;}

.pt5 {padding-top: 0.5em;}
.pb1 {padding-bottom: 1em;}

.lnkShareProduct {
	padding-left: 1em;
	padding-right: 2px;
}

.productImageList {
	margin: 15px -5px;
}

.productImageList > div {
	padding: 5px;
}

.productImageItem {
	cursor: pointer;
	background-color: white;
	display: block;
	border: solid 1px #ddd;
}

.productImageItem img {
	width: 100%;
}

.related-products .product-item {
	background-color: white;
	border: solid 1px #ddd;
}

/*  For Cart page  */
.cart-buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cart-buttons a {
	margin-bottom: 10px;
}

.cart-buttons button[type="submit"] {
	margin-bottom: 15px;
}

.cart-item-row {
	border: solid 1px #ccc;
	margin: 0;
	border-bottom: none;
}

.cart-item-row:nth-child(2n+1) {
	background-color: white;
}

.cart-item-row:last-child {
	border-bottom: solid 1px #ccc;
}

.cart-item-row > div {
	padding: 10px;
}

.cart-item-row p {
	margin-bottom: 0;
}

.cart-product-quantity input[type='number'] {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	margin-bottom: 5px;
}

.cart-product-quantity input {
	width: 75px;
	height: 26px;
}

.cart-product-quantity input[type='button'] {
	width: auto;
}

.cart-product-name .product-image,
.cart-product-name .product-details {
	display: inline-block;
	vertical-align: middle;
}

.cart-product-name .product-image img {
	max-width: 70px;
	max-height: 55px;
}

.cart-product-name .product-details a {
	font-weight: bold;
}

.cart-print {
	padding-top: 8px;
	padding-bottom: 8px;
}

.cart-print img {
	width: 20px;
	margin-right: 3px;
}

.cart-product-name {
	position: relative;
}

.cart-product-name .product-details {
	padding-left: 120px;
}

.cart-product-name .product-image {
	margin: 0 auto;
	position: absolute;
	left: 53px;
	top: 3px;
}

.checkout .cart-product-name .product-details {
	padding-left: 70px;
}

.checkout .cart-product-name .product-image {
	left: 3px;
}

/*  For Checkout page  */

.margin-top-0 {
	margin-top: 0;
}

.order-panel {
	background-color: white;
	margin-bottom: 15px;
}

.order-panel .title {
	border-bottom: 1px solid black;
	padding: 10px;
}

.order-panel p {
	margin-bottom: 0;
}

.order-panel .panel-body p {
	margin-top: 4px;
}

.order-panel .panel-body .subtitle,
#account-profile .subtitle {
	text-align: right;
}

.order-panel .panel-body > div,
.order-panel .panel-body input,
.order-panel .panel-body > div.shipping_fields > div,
.order-panel .panel-body select {
	margin-bottom: 10px;
}

.order-panel .panel-body > div:last-child {
	margin-bottom: 0;
}

.order-panel .title img {
	width: 12px;
	margin-right: 10px;
	vertical-align: sub;
}

.order-panel .panel-body .radio-row {
	padding-top: 10px;
	padding-right: 15px;
	cursor: pointer;
	font-weight: normal;
}

.credit-card,
.invoice {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.credit-card-heading,
.invoice-heading {
	padding: 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.order-panel .panel-body .credit-card-heading p {
	font-size: 17px;
	margin: 0;
}

form p span.red_star, .red_warning {
	color: #EB0A1E;
}

.credit-card-body,
.invoice-body {
	padding: 10px;
}

.credit-card-body > .row,
.invoice-body > .row {
	padding-top: 10px;
}

#CCVCode {
	width: 6em;
}

#txtCCMonth,
#txtCCYear {
	width: auto;
	display: inline-block;
}

.addressPreview, .addressPreviewBilling {
	margin-top: 15px;
	font-size: 12px;
}

.address_option {padding-right: 1em;}

.shippingAddressDisplay, .billingAddressDisplay {
	margin-top: 4px;
}

.panel-body .subtitle {font-weight: 700;}


#btnChangeShippingAddress, #btnChangeBillingAddress {
	position: absolute;
	top: 0;
	right: 1em;
}

#btnCloseShippingAddressOptions, #btnCloseBillingAddressOptions,
#btnClosePayPalPayflowDialog {
	position: absolute;
	top: 1em;
	right: 1em;
	font-weight: 700;
}

#btnCloseShippingAddressOptions i, #btnCloseBillingAddressOptions i {color: #000000;}

#divShippingAddressOptions, #divBillingAddressOptions {
	border: solid 1px #CCCCCC;
	border-radius: 2%;
	padding: 1em;
	min-height: 300px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */     
	display: flex; /* Standard syntax */
}

#divShippingAddressOptions, #divBillingAddressOptions {
	border: solid 1px #CCCCCC;
	border-radius: 2%;
	padding: 1em;
	min-height: 300px;
	margin: 0 auto;
	display: table;
}

.divShippingAddressOptionLine, .divBillingAddressOptionLine {
	width: 100%;
	display: block;
	margin: 1em auto;
}

.divShippingAddressOptionLine:last-of-type,
.divBillingAddressOptionLine:last-of-type {
	width: 100% !important;
	display: block !important;
}

.divShippingAddressOptionLine input, .divShippingAddressOptionLine label,
.divBillingAddressOptionLine input, .divBillingAddressOptionLine label {
	display: inline-block;
	vertical-align: top;
}

.divShippingAddressOptionLine label, .divBillingAddressOptionLine label {
	padding-left: 5px;
}

.va-middle {vertical-align: middle !important;}

#shippingChoices {
	padding-bottom: 15px;
}

.radio_row {
	display: block;
	padding: 5px 15px;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
}

.radio_row:hover {
	background-color: #f5f5f5;
}

.total-text {
	margin-top: 10px;
}

.total-text p {
	font-weight: bold;
}

.total-text .comment-text {
	max-width: calc(100% - 75px);
}

.total-text .price-text {
	min-width: 75px;
	padding-left: 0;
}

.cart-item-row .cart-product-name .product-details p,
.cart-item-row .cart-product-name .product-details p span {
	white-space: nowrap;
}

/*  For Account Page  */

.bold {
	font-weight: bold;
}

.tab button {
 	background-color: #e7e7e7;
	color: #222;
	border: none;
	padding: 10px 15px;
}

.tab button.active {
	color: #6f6f6f;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.tab button:focus {
	outline: none;
}

.tab-contents {
	background-color: #fff;
	padding: 30px 15px;
	border: 1px solid #ddd;
	margin-top: -1px;
}

.tab-contents h2 {
	margin-top: 0;
}

.tab-contents .subtitle {
	max-width: 500px;
}

.tab-contents p {
	margin-bottom: 3px;
	word-break: auto;
}

.tab-contents hr {
	margin: 10px 0;
}

.tab-contents .btn-view-all {
	margin-left: 15px;
	margin-top: 4px;
}

.tab-contents #account-overview h4 {
	margin-bottom: 18px;
}

.order-list-title {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-list-title:last-child {
	border-bottom: 1px solid #ddd;
}

#account-profile .subtitle p {
	margin-top: 4px;
}

#account-profile #profile-update .row {
	padding-top: 5px;
	padding-bottom: 5px;
}

#account-address-book .buttons button {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

#account-address-book .address-lines {
	padding: 15px 0;
	max-width: 500px;
}

#account-address-book .address-lines hr {
	border-color: black;
}

button.edit-account-address {
	border: none;
	background-color: transparent;
	color: #337ab7;
	padding: 0;
}

button.edit-account-address:hover {
	color: #23527c;
	text-decoration: underline;
}

button.edit-account-address:focus {
	outline: none;
}

.modal form .buttons button {
	margin-left: 10px;
	margin-right: 10px;
}

/*  For Login Page  */

.login .main-content {
	padding-top: 60px;
}

.box-content {
	background-color: white;
	padding: 15px;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}

.box-content .boxHeader {
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
	margin-bottom: 15px;
}

.login-form {
	margin-bottom: 15px;
}

.login-form button {
	width: 100%;
}

.cart-item-row > div.cart-product-name {
	padding-right: 0;
}

/*  For Order Page */

.order-content {
	background-color: #fff;
	border: solid 1px #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
}

.order-content h4 {
	color: #000;
	font-weight: bold;
}

.order-content .panel {
	margin-bottom: 15px;
}

.order-content .product-list {
	width: 100%;
}

.order-content .product-list .product-list-title,
.order-content .product-list .product-list-item {
	display: flex;
	border-bottom: solid 1px #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-content .product-list .product-list-title {
	border-top: solid 1px #ccc;
	background-color: #f5f5f5;
}

.order-content .product-list .product-sku {
	width: 150px;
	padding: 0 5px;
}

.order-content .product-list .product-name {
	width: calc(100% - 700px);
	padding: 0 5px;
}

.order-content .product-list .product-qty {
	width: 150px;
	text-align: center;
	padding: 0 5px;
}

.order-content .product-list .product-price {
	width: 200px;
	padding: 0 5px;
}

.order-content .product-list .product-ext {
	width: 200px;
	padding: 0 5px;
	text-align: right;
}

.order-content .total-list .total-info {
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-content .total-list .total-info span {
	font-weight: bold;
}

.order-content .total-list .total-info .title {
	width: calc(100% - 430px);
	text-align: right;
	padding: 0 5px;
}

.order-content .total-list .total-info .comment {
	width: 230px;
	text-align: right;
	padding: 0 5px;
}

.order-content .total-list .total-info .price {
	width: 200px;
	text-align: right;
	padding: 0 5px;
}

.order-content-row {
	margin-bottom: 2em;
}

/*  For emailProduct Page  */

.emailProduct-content {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

#sendEmailProduct input[type="email"],
#sendEmailProduct textarea {
	margin-bottom: 15px;
}

#sendEmailProduct input[type="submit"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*  For AboutUs Page  */

.about-text {
	line-height: 45px;
	min-height: 250px;
}

/*  For ContactUs Page  */

.contact-content {
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 20px;
}

/* For Shipping Page */

.shipping-table {
	width: 100%;
	max-width: 500px;
	margin: 30px 0;
}

.shipping-table .shipping-item {
	display: flex;
	border-bottom: solid 1px #333;
}

.shipping-table .shipping-item p {
	text-align: center;
	padding: 20px 5px;
}

.shipping-table .shipping-item.title {
	background-color: #d81813;
	color: #fff;
	font-weight: bold;
	border-top: solid 1px #333;
}

.shipping-table .shipping-item .zone {
	width: 20%;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

.shipping-table .shipping-item .method {
	width: 35%;
	border-right: solid 1px #333;
}

.shipping-table .shipping-item .arrival {
	width: 45%;
	border-right: solid 1px #333;
}

/*  For Document Page  */

.document-list {
	max-width: 1200px;
	margin: 15px auto;
}

.document-list .document-item {
	border-bottom: solid 1px #ddd;
	display: flex;
	padding: 5px;
}

.document-list .document-item:first-child {
	border-top: solid 1px #ddd;
}

.document-list .document-item:last-child {
	margin-bottom: 100px;
}

.document-list .document-item .logo {
	width: 15%;
	padding: 5px;
}

.document-list .document-item .title {
	width: 45%;
	padding-left: 5px;
	padding-right: 5px;
	margin: auto;
}

.document-list .document-item .description {
	width: 40%;
	padding-left: 5px;
	padding-right: 5px;
	margin: auto;
}

.document-list .document-item .description p {
	margin: 0;
}

.document-list .document-item .logo img {
	max-width: 60px;
}

.document-list .document-item .title h3 {
	margin-top: 0;
}

/*  For GiftCard Balance Page  */

.top-right-link {
	padding: 8px 0;
}

.gift-balance .alert {
	margin-top: 0;
}

.gift-balance-content {
	border: solid 1px #ddd;
	background-color: #fff;
	padding: 10px;
}

.gift-balance-content h3 {
	color: #000;
	margin-top: 0;
	font-weight: bold;
}

.gift-balance-content p {
	margin-bottom: 0;
}

.gift-balance-content input,
.gift-balance-content select,
.gift-balance-content textarea {
	margin-bottom: 15px;
}

.gift-balance .gift-card {
	padding: 50px 15px;
	background-color: #fff;
}

.gift-balance .gift-card img {
	margin: auto;
}

.checkout .gift-card-item .card-number p b {
	margin-right: 30px;
}

/*  Additional CSS */

.RegularPrice {
	text-decoration: line-through;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #f04124;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7!important;
}

.parsley-errors-list {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	color: #f04124;

	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
	opacity: 1;
}


.quick-add-to-cart {
	text-align: center;
	margin-bottom: 4px;
}
.quick-add-to-cart .btn {
	padding: 4px;
	font-size: 80%;
}

.quick-add-to-cart a {
	margin-left: 0.5em;
}

.productImageWrap.quick-view {
	width: 95%;
}

.productImageWrap.quick-view img {
	float: left;
	max-width: 30%;
	padding: 0 0.5em 1em 0;
}

.productDescWrap.quick-view {
	float: left;
	max-width: 70%;
}

/*===== Updated Start, Dec 22 =====*/

.order-panel .panel-body > div,
.order-panel .panel-body input,
.order-panel .panel-body > div.shipping_fields > div,
.order-panel .panel-body select
{
	margin-bottom: 10px;
}

.remove_gift_card {
	margin-left: 15px;
}

.tab button, .tab .tablinks {
	background-color: #e7e7e7;
	color: #222;
	border: none;
	padding: 10px 15px;
	display: inline-block;
}

.tab button.active, .tab .tablinks.active {
	color: #6f6f6f;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.tab .tablinks:hover {
	text-decoration: none;
}

#account-address-book .buttons button, #account-address-book .buttons a {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

#sandboxWatermark {
    font-weight: bold;
    font-size: 1.5em;
    z-index: 1001;
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    position: relative;
    float: none !important;
    background-color: #c81013;
    margin: 0;
    padding: 5px 15px;
}

 /*===== Updated End, Dec 22 =====*/

/* ===== Updated End, Feb 22, 2019 ===== */

/*.input-group {
	width: 100%;
}*/

.input-group .input-group-addon {
	width: 80px;
}

.input-group-price-differential {
	width: auto !important;
	background-color: transparent;
	border: none;
}

.input-group .offering_quantity {
	width: 180px;
}

.input-group .quantity_container {
	display: table-cell;
}

.productDetailsWrap .input-group {margin: 2px 0;}

.glyphicon-chevron-down:before {
	display: none;
}

.panel .panel-title .glyphicon {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	margin-top: 5px;
}

.panel .collapsed .panel-title .glyphicon {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: 0;
}

.entityPageProdPriceCell {
	padding-top: 10px;
}

.entityPageProdPriceCell .mt-3 {
	float: none;
	padding-left: 0;
}

.product_container .thumbnail {
	padding: 15px;
}

#AddToCartButtons {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}

/* ===== Updated End, May 31, 2020 ===== */
@supports (display: grid) {
	.product_listing_row.row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	.product_listing_row.row .product-item-out {
		width: auto;
		min-height: auto;
		margin: 0;
	}
	.product_listing_row.row::before {
		display: none;
	}
}

.product_listing_row.row .product-item-out {
	display: flex;
	flex-direction: row;
}

.cart-item-row .cart-product-customizations {
	padding-left: 130px;
}

@media (max-width: 1800px) {
	nav.navbar .sub-menu {
		background: url(/assets/site-specific/image/dropdown-menu.png) 100% bottom no-repeat, -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 23%, #f0f2f4 23%, #f0f2f4 100%);
	}
}

@media (max-width: 1450px) {
	nav.navbar .sub-menu {
		background: url(/assets/site-specific/image/dropdown-menu.png) 100% bottom no-repeat, -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 23%, #f0f2f4 23%, #f0f2f4 100%);
	}

	.grid-submenu .search-box-out.open {
		width: 52%;
	}
}

@media (max-width: 1200px) {
	nav.navbar .sub-menu {
		background: -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 32.5%, #f0f2f4 32.5%, #f0f2f4 100%);
		height: auto;
		padding-bottom: 30px;
	}

	nav.navbar .sub-menu {
		padding-bottom: 120px;
	}

	.grid-submenu .search-box-out.open {
		width: calc(100% - 30px);
	}

	.checkout .cart-product-name {
		width: calc(100% - 90px);
	}

	.checkout .cart-product-quantity {
		width: 30px;
	}

	.checkout  .cart-product-sub-total {
		width: 60px;
	}

	.cart-table-title .cart-product-name {
		width: calc(100% - 107px);
	}

	.cart-table-title .cart-product-sub-total {
		width: 77px;
		padding-right: 5px;
	}

	.order-content .product-list .product-sku {
		width: 150px;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 540px);
	}

	.order-content .product-list .product-qty {
		width: 150px;
	}

	.order-content .product-list .product-price {
		width: 120px;
	}

	.order-content .product-list .product-ext {
		width: 120px;
	}

	.order-content .total-list .total-info .title {
		width: calc(100% - 270px);
	}

	.order-content .total-list .total-info .comment {
		width: 150px;
	}

	.order-content .total-list .total-info .price {
		width: 120px;
	}

	.checkout .gift-card-item .card-number p b {
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	nav.navbar .sub-menu {
		background: -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 33%, #f0f2f4 33%, #f0f2f4 100%);
	}

	button.view-mobile-menu {
		display: block;
	}

	nav.navbar .sub-menu .single-submenu a.mobile-show {
		display: block;
		font-size: 19px;
		color: #222;
		text-transform: uppercase;
	}

	nav.navbar .sub-menu .single-submenu a.mobile-show.border-bottom {
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	nav.navbar .sub-menu .single-submenu a.mobile-show img.cart-icon {
		margin-right: 5px;
	}

	nav.navbar ul.header-menu .search-box-out {
		min-width: 500px;
		left: auto;
		right: 0;
	}

	.order-content .product-list .product-sku {
		width: 120px;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 420px);
	}

	.order-content .product-list .product-qty {
		width: 100px;
	}

	.order-content .product-list .product-price {
		width: 100px;
	}

	.order-content .product-list .product-ext {
		width: 100px;
	}

	.order-content .total-list .total-info .title {
		width: calc(100% - 235px);
	}

	.order-content .total-list .total-info .comment {
		width: 135px;
	}

	.order-content .total-list .total-info .price {
		width: 100px;
	}

	.mobile-menu-item {
		display: block;
	}

	.desktop-menu-item {
		display: none;
	}

	@supports (display: grid) {
		.product_listing_row.row {
			grid-template-columns: repeat(3, 1fr);
		}
	}

}

@media (max-width: 991px) and (min-width: 768px) {
	.menu-col-out {
		column-count: 2;
		white-space: nowrap;
	}

	.menu-col {
		width: 100%;
		white-space: nowrap;
		column-count: 1;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}

@media (max-width: 768px) {
	.desktop-view {
		display: none;
	}

	.mobile-view {
		display: block;
	}

	.header-menu .search-button {
		display: none;
	}

	button.view-mobile-menu {
		margin-right: 15px;
	}

	nav.navbar .sub-menu {
		padding-top: 40px;
	}

	nav.navbar .site-logo {
		margin-left: 15px;
		width: 157px;
		height: 100px;
	}

	.main-content {
		padding-top: 25px;
	}

	nav.navbar .sub-menu {
		background: url(/assets/site-specific/image/dropdown-menu.png) 1150px bottom no-repeat, -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 200px, #f0f2f4 542px, #f0f2f4 100%);
	}

	.main-content .custom-row {
		display: block;
		margin-top: 15px;
	}

	.grid-submenu .search-box-out.open {
		left: 30px;
	}

	.no-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.link-subpage img {
		width: auto;
		margin: 0 auto 20px;
		display: block;
		max-width: 100%;
	}

	footer .footer-menu li {
		margin-bottom: 10px;
	}

	.home-slider .carousel-indicators li {
		margin: 0 5px;
	}

	.home-slider .carousel-indicators li {
		width: 25px;
	}

	.order-panel .panel-body .subtitle,
	#account-profile .subtitle {
		text-align: left;
		margin-bottom: 5px;
	}

	.cart-product-name .product-details {
		padding-left: 70px;
	}

	.cart-item-row .cart-product-customizations {
		padding-left: 80px;
	}

	.cart-product-name .product-image {
		left: 3px;
	}

	.tab button {
		display: block;
		width: 100%;
		background-color: transparent;
		text-align: left;
		color: #337ab7;
	}

	.tab button.active {
		background-color: #337ab7;
		color: white;
		border: none;
	}

	.list-group-item:focus, .list-group-item:hover,
	.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
		background-color: #337ab7;
		color: white;
		cursor: pointer;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 21px;
	}

	.order-content .product-list .product-sku {
		width: 70px;
		padding-left: 0;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 220px);
	}

	.order-content .product-list .product-qty {
		width: 40px;
	}

	.order-content .product-list .product-price {
		padding-left: 0;
		width: 55px;
	}

	.order-content .product-list .product-ext {
		padding-left: 0;
		width: 60px;
	}

	#contactForm .text-right {
		text-align: left;
	}

	.gift-balance .gift-card {
		padding: 15px;
		margin-bottom: 15px;
	}

	@supports (display: grid) {
		.product_listing_row.row {
			grid-template-columns: repeat(2, 1fr);
		}
	}
}

@media (max-width: 520px) {
	.page-settings .form-group {
		margin-bottom: 10px;
	}

	.product-item-out,
	.col-mobile-one {
		width: 100%;
	}

	nav.navbar .site-logo {
		width: 134px;
		height: 84px;
	}

	.main-content {
		padding-top: 10px;
	}

	.cart-product-name .product-image,
	.cart-product-name .product-details {
		display: block;
	}

	.cart-product-name .product-details {
		position: relative;
		padding-left: 0;
		padding-top: 60px;
	}

	.cart-item-row .cart-product-customizations {
		padding-left: 10px;
	}

	.cart-product-name .product-image img {
		max-width: 60px;
	}

	.view-cart:hover .cart-popup {
		right: -35px;
	}

	.order-content .total-list .total-info .title {
		width: calc(100% - 140px);
	}

	.order-content .total-list .total-info .comment {
		width: 70px;
	}

	.order-content .total-list .total-info .price {
		width: 70px;
	}

	.shipping-table .shipping-item .zone {
		width: 60px;
	}

	.shipping-table .shipping-item .method {
		width: calc(40% - 30px);
	}

	.shipping-table .shipping-item .arrival {
		width: calc(60% - 30px);
	}

	.document-list .document-item .logo {
		width: 70px;
	}

	.document-list .document-item .title {
		width: calc(55% - 35px);
	}

	.document-list .document-item .description {
		width: calc(45% - 35px);
	}

	.cart .cart-item-row .cart-product-name {
		width: calc(100% - 160px);
	}

	.cart .cart-item-row .cart-product-quantity {
		width: 90px;
	}

	.cart .cart-item-row .cart-product-sub-total {
		width: 70px;
	}
	@supports (display: grid) {
		.product_listing_row.row {
			grid-template-columns: repeat(1, 1fr);
		}
	}

	.productImageWrap.quick-view img {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
	}

	.productDescWrap.quick-view {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 0;
		max-width: 100%;
	}

	.AddToCartButton, .AddToWishlistButton {
		width: 100%;
	}

	.add-to-wishlist {
		padding-top: 0.5em;
		width: 100%;
		float: none;
	}

	.lnkShareProduct {
		padding-left: 0;
		margin-top: 1em;
	}
}

@media (max-width: 450px) {
	.order-content .product-list .product-sku {
		width: 42px;
		padding-left: 0;
		word-break: break-all;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 182px);
	}

	.order-content .product-list .product-qty {
		width: 35px;
	}

	.order-content .product-list .product-price {
		padding-left: 0;
		width: 50px;
	}

	.order-content .product-list .product-ext {
		padding-left: 0;
		width: 50px;
	}

	.checkout .gift-card-item .card-number p b {
		margin-right: 0;
	}

	.checkout .gift-card-item .card-number {
		width: calc(100% - 75px);
	}

	.checkout .gift-card-item .button-out {
		padding-left: 5px;
		width: 70px;
	}
}

@media (max-width: 350px) {
	.tab-contents .order-list-item p {
		word-break: break-all;
	}

	nav.navbar ul.header-menu li.view-cart {
		display: none;
	}
}

@media (max-width: 318px) {
	.order-content-row span,
	.cart-product-name .product-details a,
	.shipping-table .shipping-item p {
		word-break: break-all;
	}
}

@media print {
	.cart-product-unit-price, .no_print {
		display: none !important;
	}
}


/*NEW CSS TO ADD*/
.panel-heading label {
	font-weight: normal;
	cursor: pointer;
}

.graphic_choice .image_container, .cart-product-name .product-details .image_container, #customizeGraphicContainer .image_container, .order-content-row .image_container {
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3em;
    height: 3em;
    display: inline-block;
}

#customizeGraphicContainer .image_container, .pre_image_container {
	vertical-align: middle;
}

.cart-product-name .product-details .image_container, .order-content-row .image_container  {
	vertical-align: middle;
	cursor: pointer;
}

.graphic_choice {
	margin: 1em 0;
	min-height: 3em;
}

.graphic_choice .graphic_file_upload {
	display: inline;
}

.graphic_choice span, .graphic_choice label {
	vertical-align: middle;
	padding: 0 5px;
	cursor: pointer;
}

.graphic_choice label {
	width: 250px;
}

.graphic_choice label.graphic_file_label {
	width: auto;
	line-height: 3em;
}

.graphic_choice:hover {
	background-color: #f9f9f9;
}

/*==========================================================*/

.graphic_choice .image_container {
	background-size: cover;
	position: relative;
	width: 6em;
	overflow: hidden;
}

.graphic_choice .image_container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) , rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
	transition: all .6s;
}

.graphic_choice:hover .image_container:before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) , rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}

.graphic_choice .image_container:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 2px;
	background-image: url(../image/magnifier-icon.png);
	background-size: 32% auto;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all .3s;
}

.graphic_choice:hover .image_container:after {
	opacity: 1;
}

/* PASSWORD CSS */

.pwd_valid {
  color: #2dc100!important;
}

.pwd_valid:before {
  position: absolute;
  left: 37px;
  content: "✔";
}

.pwd_invalid{
  color: #666!important;
}

/* Display only toggle switch CSS*/
.switch {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-left: 0.5em;
  margin-right: 1.1em;
  top: -3px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.quantity_container.hide {
	width: 1px!important;
    padding: 0;
    overflow: hidden;
    display: block!important;
}

.quantity_container.single_quantity.hide {
	display: none!important;
}

a.plain_text:hover, a.plain_text:hover .menu-item {
	text-decoration: none!important;
	cursor: default!important;
}

.view-cart.disappear {
	opacity: 0;
	cursor: default!important;
}

.display_only_container {
	position: relative;
	padding-right: 60px!important;
}

/* css for filters */
.color-white{
    background-color: white;
}

.filter-title{
    background-color: #DDD;
    padding: 5px;
}

.list-menu {
    padding-left: 15px;
}

.list-menu li{
    list-style-type: none;
}

.form-check-label:hover{
    text-decoration: underline;
}

.pad-t-b {
    padding-bottom: 10px;
}

label{
    font-weight: 500;
}

.selected{
    display: inline-block;
    padding: 4px 12px;
    background-color: grey;
    color: white;
    margin: 2px 3px;
}

.selected:hover{
    background-color: blue;
}

.xmark{
    margin-left: 6px;
    font-weight: 600;
	font-size: 0.8em;
    background-color: white;
    color: grey;
    border-radius: 10px;
    padding: 1px 3px;
	cursor: pointer;
}

.p-left{
    padding-left: 0px;
    padding-right: 5px;
}

.p-right{
    padding-left: 5px;
    padding-right: 0px;
}

.space-right{
    justify-content: flex-end;
    padding: 0 15px;
}

.p-r-15{
    padding-right: 15px;
}

.title-selected{
    display: inline-block;
    font-size: 12px;
    padding: 5px 5px 5px 17px;
}

.doNotifyBackorder, .quantity_container, .input-group-addon, .input-group-limited-qty, .input-group-unavailable {
	display: table-cell;
	vertical-align: middle;
}
.doNotifyBackorder {
	padding: 0 0 0 1em;
	line-height: 20px;
}

.input-group-limited-qty, .input-group-unavailable {
	padding: 0 0 0 1em;
	line-height: 34px;
}

.input-group-unavailable {
	border-left: solid 1px #CCCCCC; 
}

.doNotifyBackorder a {
	text-decoration: none !important;
}

@media only screen and (min-width: 768px){
    .hide-xs{
        display: block !important;
    }
}

@media only screen and (max-width: 827px){
    .title-selected{
        padding: 5px 5px 5px 0;
    }

	button.view-mobile-menu {
		margin-top: 0;
	}

	ul.header-menu div.menu-item {
		font-size: 90% !important;
	}
}

@media only screen and (max-width: 767px){
    .hide-xs{
        display: none;
    }

    .pad-t-b{
        padding-top: 5px;
        padding-bottom:8px;
        margin-bottom: 8px;  
    }

    .group-select{
        padding-bottom: 10px;
    }

	div.input-group {
		display: block;
	}

	.input-group-limited-qty, .input-group-unavailable {
		display: inline-block;
	}
}

@media (max-width: 1118px) and (min-width: 768px){
    .product-item .product-info {
        padding: 15px 0px;
    }

	.divShippingAddressOptionLine, .divBillingAddressOptionLine {
		width: 45%; 
		display: inline-block; 
	}
	
	.divShippingAddressOptionLine:last-of-type,
	.divBillingAddressOptionLine:last-of-type {
		width: 100%;
		display: block;
	}
}

@media (max-width: 350px){
    .filter{
        margin-bottom: 5px;
    }
}
/* end css for filters */

@media (min-width: 1119px) {
	.divShippingAddressOptionLine, .divBillingAddressOptionLine {
		width: 30%; 
		display: inline-block;
	}
}

/* begin css common simple settings */
.b {font-weight: 900;}
.green {color: rgb(49, 137, 54);}
.red {color: red;}
.white {color: white;}
.clear {clear: both; display: block;}

a.black-hover:hover {color: #000000;}

.backordered {color: red !important; font-weight: normal !important;}
.cart-alert-bar {
	margin: 0;
    padding: .5em;
    line-height: 1em;
}

.color-swatch {display: inline-block; width: 16px; height: 16px; vertical-align: text-top; margin-right: 0.25em;}
.color-swatch.white {border: solid 1px #CCCCCC;}

.display-none {display: none;}
.display-block {display: block; clear: both}
.data-expander {
	cursor: pointer;
}

.badge-tooltip {
	color: #ffffff;
	background-color: transparent;
	margin: 5px 0 0 0;
}

#divProductListingRow .badge-tooltip {
	margin: 4px 0 0 2px;
}

#divProductListingRow {min-height: 100px;}

#loading_overlay {
	width: -webkit-fill-available; 
	min-height: 50%; 
	opacity: 1.0;
	position: absolute;
    overflow: hidden;
	/* 
	visibility: visible;
	background-color: #000000;
	*/
}

.loader_bg {
	width: 5%; /* size */
	background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
	filter: drop-shadow(3px 3px 0.75rem #000000);
}

.loader {
	--b: 10px;  /* border thickness */
	--n: 10;    /* number of dashes*/
	--g: 10deg; /* gap between dashes*/
	--c: #000000;   /* the color */

	width: 100%; /* size */
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 1px;
	background: conic-gradient(#0000,var(--c)) content-box;
	-webkit-mask:
	repeating-conic-gradient(#0000 0deg,
		#000 1deg calc(360deg/var(--n) - var(--g) - 1deg),
		#0000     calc(360deg/var(--n) - var(--g)) calc(360deg/var(--n))),
	radial-gradient(farthest-side,#0000 calc(98% - var(--b)),#000 calc(100% - var(--b)));
		mask:
	repeating-conic-gradient(#0000 0deg,
		#000 1deg calc(360deg/var(--n) - var(--g) - 1deg),
		#0000     calc(360deg/var(--n) - var(--g)) calc(360deg/var(--n))),
	radial-gradient(farthest-side,#0000 calc(98% - var(--b)),#000 calc(100% - var(--b)));
	-webkit-mask-composite: destination-in;
		mask-composite: intersect;
	animation: load 1s infinite steps(var(--n));
	position: relative;
	margin: 20px auto;
}
@keyframes load {to{transform: rotate(1turn)}}
/* end css common simple settings */

/* Begin added for notify when available */
.backorder-date-line {
	border-right: solid 1px #000000;
	padding-right: 1em;
	margin-right: 1em;
}

@media only screen and (min-width: 590px) and (max-width: 767px) {
	.doNotifyBackorder {
		padding: 3px 0 0 12px;
		display: table-cell !important;
	}
	.doNotifyBackorder, .quantity_container, .input-group-addon {
		min-height: 34px;
	}
}

@media only screen and (max-width: 979px){
	.cart-item-row .cart-product-name .product-details p,
	.cart-item-row .cart-product-name .product-details p span {
		white-space: unset;
	}
}

@media only screen and (min-width: 1152px) {
	.doNotifyBackorder {
	  /* padding: 3px 0 0 12px; */
	  display: table-cell !important;
	}
  }
  
  /*
  @media only screen and (min-width: 590px) and (max-width: 1152px) {
	.doNotifyBackorder, .quantity_container, .input-group-addon {
	  height: 26px;
	}
  }
  */
  
  @media only screen and (max-width: 870px) { 
	.inventory_message {
	  display: block;
	}
	.doNotifyBackorder {
	  padding: 3px 0 0 12px;
	}
	.backorder-date-line {border-right: none; display: block;}
  }
  
  @media only screen and (max-width: 868px) {
	.row:not(:last-child)::after {
	  height: 1px;
	  background-color: #cdcccc;
	  position: relative;
	  width: 90%;
	  left: 10px;
	  right: 10px;
	}
	.productDetailsWrap .input-group {
	  margin: 8px 0;
	}
  }

.doNotifyBackorder.hide {display: none!important;} /* added to fix when hidden*/
/* End added for notify when available */

.ui-tooltip-content {
    /*display: none;*/
    width: max-content;
    position: absolute;
    top: -5px;
    left: 0;
    background: #DEDEDE;
    color: #222222;
    font-weight: normal;
    border-radius: 4px;
    font-size: 90%;
	padding: 0.7em;
  }


/* multi-shipping options */

input[type=radio].shipping_option {vertical-align: top;}
.shipping_choice .shipping_line div {display: inline-block; vertical-align: top;}
.choice_label {font-weight: 700;}
.radio_row.shipping_choice {display: block;}
@media only screen and (max-width: 1024px) {
	.radio_row.shipping_choice {
		padding-bottom: 1em;
	}
	.shipping_free_label{margin-left: 3em;}
}

/* end multi-shipping options */

/* begin cookie banner */
.cookies-banner {
	background: #000000;
	color: #ffffff;
	opacity: 85%;
	padding: 1em;
	font-size: 1em;
	text-align: center;
	position: fixed;
	bottom: -100px;
	width: 100%;
	z-index: 10;
}

.cookies-banner .container {
	margin: 0 auto;
}

.cookies-banner .container div {
	display: inline-block;
	padding: 1em;
	vertical-align: middle;
}

.cookies-banner button {
	text-decoration: none;
	background-color: #e7e7e7;
	border: solid 1px #ddd;
	color: #222;
	cursor: pointer;
	padding: 4px 1em;
	margin: 2px 0;
	font-size: 1em;
	font-weight: 700;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
	opacity: 1;
}

.cookies-banner button:hover {
	background-color: #fff;
	color: #6f6f6f;
}

.slideup {
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	transform:translateY(-100px);
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
/* end cookie banner */

/* begin wishlist */
.wishlist-product-name {
	position: relative; 
	display: table-row;
}
.wishlist-title {
	font-size: 150%;
	padding-bottom: 1em;
}

.wishlist-product-image {
    height: 150px;
	display: table-cell;
}

.wishlist-product-actions {
	float: right;
	position: relative;
	right: 1em;
}

.wishlist-product-image img {
	height: 100%;
}

.wishlist-product-details {
	font-size: 125%;
	padding-left: 1em;
	vertical-align: top;
	display: table-cell;
	white-space: nowrap;
	min-width: 200px;
}

.wishlist-product-description {
	padding-left: 1.5em;
	vertical-align: top;
	display: table-cell;
	width: 100%;
}

.wishlist-product-description h4 {
	margin-top: 0;
}

.wishlist-item-row {
	display: block;
	padding-bottom: 1em;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 1em;
    width: 90%;
}

.wishlist-item-row:last-of-type {
	border-bottom: none;
}

.wishlist-delete-item, .wishlist-move-item, .wishlist-view-item {
	cursor: pointer;
	color: #337ab7;
	padding-right: 1em;
}
.wishlist-delete-item:hover, .wishlist-move-item:hover, .wishlist-view-item:hover {
	color: #337ab7;
}

@media (max-width: 768px) {
	.wishlist-item-row {
		margin: 0 auto;
	}

	.wishlist-title {text-align: center;}

	.wishlist-product-image {
		display: table-row;
		text-align: center;
	}

	.wishlist-product-details {
		display: table-row;
		text-align: center;
	}

	.wishlist-product-description {
		display: table-row;
		text-align: center;
	}
}

.col-no-gutters {
	padding-left: 0;
	padding-right: 0;
}

blockquote {font-size: inherit;}
/* end wishlist */

object.product-attachment-pdf{
	width:100%;
	max-height:100%;
}

img.product-attachment-img {
	max-width: 100%;
}

body:not(.modal-open){
	padding-right: 0px !important; /* hiding modal is adding padding to body */
}

div.divShippingAddressOptionLine label, div.divBillingAddressOptionLine label {width: 80%;}
div.divShippingAddressOptionLine label input, div.divBillingAddressOptionLine label input {float: left; margin-right: 0.2em;}
div.divShippingAddressOptionLine label .address, divBillingAddressOptionLine label .address {display: block; margin-left: 1em;}

/* budget dollars */
.budget-dollar-pin {display: inline; width: unset;}
.negativeHdrBudgetDollarAmtInCart {
	color: #FFFF00;
	text-shadow: -1px -1px 0 rgba(66, 66, 66, 0.5), 1px -1px 0 rgba(66, 66, 66, 0.5), -1px 1px 0 rgba(66, 66, 66, 0.5), 1px 1px 0 rgba(66, 66, 1, 0.5); 
	font-weight: 700;
}

/* begin spinner */

.spinner {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 33%, #000000 100%);
	box-sizing: border-box;
	animation: rotation 2s linear infinite;
  }
  .spinner::after {
	content: '';  
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*width: 44px; height: 44px;*/
	width: 90%;
	height: 90%;
	border-radius: 50%;
	background: #ffffff;
  }
  @keyframes rotation {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg)}
  } 
/* end spinner */

/* add bootstrap xl dialog */
@media (max-width: 1024px) {
    .modal-xl {
        width: 100%;
    }

	.modal-dialog {margin: 0;}

	.quick-add-to-cart {
		float: none;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
    .modal-xl {
        width:1100px;
    }
}

@media (min-width: 1400px) {
    .modal-xxl {
        width:1300px;
    }
}