@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

#Menu li ul li a:hover {
	background-color: #000000 !important;
	color: #fff !important;
}

/* Global Reset */
* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

/* General */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}

input, select {
	font-size: 11px;
}

input {
	padding: 1px;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

h2, .TitleHeading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0 6px 0;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 10px 30px;
}

li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

hr {
	margin: 10px 0;
	padding: 0;
	background: #c7d7db;
	height: 1px;
	border:0;
}

/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}

.HorizontalFormContainer dt img {
	vertical-align: middle;
	float: left;
}

.HorizontalFormContainer dt .fieldLabel {
	float:left;
	padding-top: 4px;
	padding-left: 4px;
}

.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	clear: left;
}

.HorizontalFormContainer dd.ProductField {
	height: 20px;
}

.HorizontalFormContainer dd {
	padding-top:4px;
	margin-left: 170px;
}

.NarrowFormContainer dt {
	width: 110px;
}

.NarrowFormContainer dd {
	margin-left: 120px;
}

.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}

.NarrowFormContainer p.Submit {
	margin-left: 120px;
}

.VerticalFormContainer dt {
	margin-bottom: 6px;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}

/* Page Container */

#Container {
	width: 975px;
	margin: 0 auto;
}

/* Top Navigational Menu */
#TopMenu {
	height: 27px;
	padding: 0;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopMenu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0px 5.5px 0px 5.5px;
}

#TopMenu li.First a {
	border-left: 0;
}

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	/*padding: 0 10px 0 10px;*/
	/*margin: 8px 0 0 0;*/
}

#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

/* Pages Menu */
#Menu {
	clear: both;
	margin: 0 0 4px ;
	padding: 0;
	height: 26px;
}

#Menu ul {
	margin: 0;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li.First a {
	background-image: none;
}

#Menu li a {
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 17px 10px 17px;
	height: 20px;
}

#Menu li a:hover	{
	text-decoration: underline;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 22px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 2;
}

#Menu li ul li {
	clear: both;
	color: white;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 3px 10px 3px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
}

#Menu li ul li a:hover {
	text-decoration: none;
}

#Menu li:hover a, #Menu li.over a{
	text-decoration: underline;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	margin-top: 4px;
	clear: both;
}

#Wrapper {
	clear: both;
}

/* Header */

#Header {
	height: 57px;
	clear: both;
	margin: 0 0 1px 0;
	padding-bottom: 12px;
}

/* Logo */

#Logo {
	float: left;
	width: 730px;
}

#Logo h1 {
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 64px;
	height: 45px;
	margin-top: 10px;
}

#Logo h1 a {
	text-decoration: none;
}

/* Top Search Form */
#SearchForm {
	padding-top: 20px;
	float: right;
}

#SearchForm label {
	font-weight: bold;
}

#SearchForm input.Textbox {
	width: 139px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 0.9em;
	padding: 3px;
}

#SearchForm .Button {
	width: 27px;
	height: 27px;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
}

#SearchForm p {
	text-align: right;
	margin: 0 0 0 45px;
	font-size: 0.9em;
}

#SearchForm a {
	text-decoration: none;
}

/* Left Content Area */

.Left {
	float: left;
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	margin-right: 10px;
}

.Left h2 {
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}

.Left a {
	color: #000;
}

.Left li a:hover {
	text-decoration: underline;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

.Left ul {
	margin: 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Left .BlockContent {
	margin: 0 10px 0 10px;
}

.Left li {
	border-bottom: 1px solid #c5dde9;
}

.Left li a {
	text-decoration: none;
}

.Left li a:hover {
	text-decoration: underline;
}

.Left #SideCategoryList li ul {
	border-top: 1px solid #c5dde9;
}

.Left #SideCategoryList li.LastChild {
	border-bottom: 0 !important;
}

.Left #SideCategoryList li{
	padding: 3px 0 0 0;
}

.Left #SideCategoryList li ul {
	padding-left: 15px;
}

/* Primary Content Area */
.Content {
	float: left;
	width: 615px;
	min-height: 500px;
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 0.95em;
}

.Content .Block {
	clear: both;
}

.Block {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Content h2, .TitleHeading {
	font-size: 1.6em;
	font-weight: 400;
	color: #034285;
	margin: 10px 0;
}

.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 785px;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 955px;
}

/* Right Content Area */
.Right {
	float: right;
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	padding-bottom: 10px;
	margin-left: 10px;
}

.Right h2 {
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}

.Right a {
	color: #000;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Right .BlockContent {
	margin: 0 10px 0 10px;
}

.Right li {
	border-bottom: 1px solid #c5dde9;
}

.Right li a {
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}

/* Page Footer */

#Footer {
	clear: both;
	font-size: 0.85em;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
}

#Footer ul {
	list-style: none;
	margin: 0 0 30px 115px;
	padding: 0;
}

#Footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer li a {
	text-decoration: none;
	padding: 0 10px 0 10px;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
}

.NewsletterSubscription input {
	width: 129px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}

.NewsletterSubscription .Button {
	width: 95px;
	height: 25px;
	border: 0;
	margin-top: 6px;
	vertical-align: middle;
}

/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content .ProductList li {
	list-style: none;
	float: left;
	width: 122px;
	font-size: 0.95em;
	margin: 6px;
	padding: 8px;
	overflow: hidden;
	min-height: 17em;
}

.ProductList a {
	text-decoration: none;
}

.ProductList .ProductImage {
	margin: 0 0 5px 0;
	display: table-cell;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.ProductList .ProductImage img {
	vertical-align: middle;
}

.ProductList p {
	margin: 5px 0 5px 5px;
}

.ProductList strong, .ProductList strong a {
	color: #075899;
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}

.ProductList .Rating img {
	/*height: 12px;*/
	margin-top: 3px;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

.Left .ProductList li, .Right .ProductList li {
	clear: both;
	width: 140px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
}

.Right .SideCart p
{
	color: #000000;
}/* Top Seller Block Specific */
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 20px;
	font-size: 1.2em;
	padding: 6px 0 3px 6px;
}

.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin-left: 24px;
	width: 110px;
	padding: 3px 0 3px 0;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
	clear: both;
	float: left;
	width: 128px;
	margin: 10px 0 5px 0;
	padding: 5px;
	overflow: visible;
	display: inline;
}

.Left .TopSellers li.TopSeller1 img, .Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
	max-width:130px;
}


.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	width: 44px;
	height: 34px;
	font-size: 2em;
	padding: 7px 0 6px 0;
	margin: -20px 0 0 0;
	text-align: center;
	display: Block;
}

.Left .TopSellers li.TopSeller1 .ProductDetails, .Right .TopSellers li.TopSeller1 .ProductDetails {
	margin-left: 0;
}

.Left .TopSellers li.TopSeller1 .ProductImage, .Right .TopSellers li.TopSeller1 .ProductImage {
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
}

.Content .TopSellers li .TopSellerNumber {
	display: none;
}

/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDFE2;
}

.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}

.Breadcrumb li a {
	padding-right: 10px;
	background: url('../../default/images/BreadcrumbSep.gif') no-repeat right;
}

.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.FindByCategory li {
	padding-left: 12px;
	background: url('../../default/images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}

/* Miscellaneous Definitions */

.Meta {
	color: #444;
	font-size: 0.93em;
}

.Left .FeedLink, .Right .FeedLink {
	padding-right: 5px;
}

.Content .FeedLink {
	margin-top: 4px;
}

.FloatRight {
	float: right;
}

.FloatLeft {
	float: left;
}

.ClearRight {
	clear: right;
}

.ClearLeft {
	clear: left;
}

.SortBox {
	font-size: 0.95em;
	color: #444;
}

.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}

.Clear {
	clear: both;
}

.Field45 {
	width: 45px;
}

.Field100 {
	width: 100px;
}

.Field150 {
	width: 150px;
}

.Field200 {
	width: 200px;
}

.Field250 {
	width: 250px;
}

.Field300 {
	width: 300px;
}

.Field350 {
	width: 350px;
}

.Field400 {
	width: 400px;
}

.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
	color: red;
	font-weight: bold;
	visibility: visible;
}

.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;

}

.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 335px;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}

.AccountLogin {
	float: left;
	padding-left: 20px;
	width: 335px;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.PrimaryProductDetails .ProductThumb {
	float: left;
	width: 190px;
	text-align: center;
}

.PrimaryProductDetails .ProductMain {
	width: 340px;
	float: left;
}
.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
}

.Right hr {
	margin: 5px 0 0;
}

.Content h3 {
	margin-bottom: 5px;
}

.ComparisonCheckbox {
	float: left;
}

.SideRecentlyViewed .CompareButton {
	margin: 10px 0 0 0;
	padding: 0;
}

.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }

.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }

.ViewCartLink {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* General Tables */
table.General,
table.CartContents, table.General {
	width: 100%;
	margin: 10px 0;
}

table.General thead tr th,
table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}

table.General tbody td,
table.CartContents tbody td {
	padding: 6px 10px;
	vertical-align: top;
}

table.General tbody tr.First td {
	border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td,
.CartContents tfoot td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: bold;
}

.ProceedToCheckout {
	text-align: right;
}

.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}
.ProceedToCheckout a {
	padding-top: 5px;
}

.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	color: #075899;
}

.MiniCart .CartProductOptionList {
	display: block;
}

.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}

.search-title {
	text-align: left!important;
	color: #9f9c9c!important;
	font-size: 1.7em!important;
	text-transform: capitalize!important;
	font-weight: 600!important;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.CategoryPagination {
	padding: 5px;
	text-align: center;
}

.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { margin: 0; padding: 0; padding-bottom: 5px; }
.QuickSearchResultName a { font-weight: bold; text-decoration: none; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ background: #E8F4F8; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults td { text-align: right; height: 25px; }
.QuickSearchAllResults a { text-decoration: underline; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }

.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}

.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}

.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}

.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}

.ProductDetailsGrid dd {
	margin-left: 145px;
	margin-bottom: 6px;
}

.SubCategoryList {
	padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	/*background: url('../../default/images/SubCategory.gif') no-repeat 3px 1px;*/
}

.SubCategoryList li::before {
	content: "●";
	position: absolute;
	left: -15px;
	font-size: 15px;
}

.FindByCategory li {
	background: none;
	position:relative;
}


.FindByCategory li a {
	color: #000;
	text-decoration: none;
}

.FindByCategory li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 14px;
}

.SearchTips .Examples {
	background: lightyellow;
	padding: 8px;
	border: 1px solid #aaa;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}

.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}

.ProductReviewList {
	clear: both;
}

.SortBox select {
	font-size: 0.9em;
}

.SortBox option {
	color: #444;
}

.YourAccount li {
	margin-bottom: 8px;
}

.SoldOut {
	color: #999;
}

.RemoveFromWishlistForm {
	margin: 5px;
}


.ShippingProviderList {
	list-style: none;
}

small {
	font-size: 11px;
	color: gray;
}

.HowToPay {
	margin-bottom: 10px;
}

.ProductList em, .ProductList .Rating {
	display: block;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
}

.KeepShopping {
	width: 180px;
	clear: both;
	text-align: right;
}

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
	float: right;
}

#TopMenu li.Flag div {
	border: 0;
}

#TopMenu li.Flag img {
	margin: 3px;
}

#TopMenu li.Flag img.Last {
	margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
	margin: 0;
	padding: 0;
}

.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}

.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}

.CurrencyList a.Sel {
	background-color: #FFFFAA;
}

.CurrencyList a:hover .Text {
	text-decoration: underline;
}

.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}

.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
	font-weight: 400;
	margin-top: 3px;
	display: block;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}

.EstimatedShippingMethods {
	text-align: left;
}

.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
	margin-left: 20px;
	margin-bottom: 10px;
}

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

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}

.SharePublicWishList {
	background-color:lightyellow;
	padding:5px;
	border:1px solid #CDDEE2;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

a.ChangeLink {
	position: absolute;
	right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
	float: right;
}

#TopMenu li.HeaderLiveChat div {
	border-left: 0;
}

.HeaderLiveChat img {
	vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}.SubCategoryListGrid {
	 padding: 4px;
 }

.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubCategoryListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubCategoryListGrid ol {
	clear: both;
}

.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../../default/images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}

.SubBrandListGrid ol {
	clear: both;
}

.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
	margin-left: -10px;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{
	width:181px;
}

.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
	width:183px;
	height: 50px;
}

.ProductFields dd {
	margin-bottom: 4px;
	float:left;
	margin-left:20px;
}

.ProductFields {
	margin-bottom: 15px;
}

.ProductFields input.Textbox {
	width:100%;
}

.ProductFields TextArea {
	width:100%;
}

.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../../default/images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}

.CartContents .CartProductFieldsRow {
	border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
	margin-top:15px;
}

p.QuantityInput, p.AddCartButton {
	text-align: center;
}

.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}

.ProductActionAdd {
	display: block;
	margin-top: 3px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}

.TagList {
	margin-top: 20px;
}

.CartThumb {
	text-align: center;
	width: 1px;
}

.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../../default/images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}

.ViewAllLink a {
	padding-top: 10px;
	display: block;
}

.SelectGiftWrapMultiple {
	max-height: 400px;
}

/* Tabbed Navigation */
.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.TabNav {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 4px 6px;
	margin-right: 3px;
	margin-top: 3px;
	text-decoration: none;
}

.TabNav li a:hover {
	text-decoration: none;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}


.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
	float:left;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}

.TransitTime {
	font-weight: normal;
	color: gray;
}
.Content .ProductList.List li {
	margin: 0;
	margin-top: 6px;
	display: block;
	width: auto;
	float: none;
	padding: 6px;
	min-height: 0;
	height: 132px;
	background-image: none;
}

.Content .ProductList.List .ProductImage {
	margin: 0 !important;
	padding: 0px;
	margin-right: 15px;
	float: left;
	background-image: none;
	width: 120px;
	height: 120px;
}

.Content .ProductList.List .ProductDetails {
	height: auto;
	display: block;
	clear: none;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	margin-left: 135px;
	text-align: left;
	background-image: none;
}

.Content .ProductList.List .ProductQty {
	margin-left: 10px;
}

.Content .ProductList.List .ProductDescription {
	font-style: italic;
	margin-top: 5px;
}

.Content .ProductList .ProductRightCol {
	float: right;
}

.Content .ProductList.List li .ProductCompareButton {
	text-align: left;
	margin-top: 10px;
}


.OrderItemMessage {
	background-color:#fff1a8;
	padding:7px;
	margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
	color:gray;
	font-size: 0.85em;
	padding:2px 0px 2px 0px;
}

.RequiredClear {
	visibility: hidden;
}

/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
	clear: left;
	margin-top: 6px;
	padding-left: 140px;
}

.ProductDetailsGrid .Label {
	margin: 0 0 6px -140px;
	float: left;
	width: 130px;
	font-weight: 300;
	padding-top: 1px;
	display: inline;
	position: relative;
	text-align: right;
}

.ProductDetailsGrid .Value {
	display: inline-flex;
}

.ProductDetailsGrid .Label .Required {
	position: absolute;
	left: -1em;
}

.ProductOptionList ul, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList li {
	margin-bottom: 3px;
}

.ProductOptionList input {
	vertical-align: middle;
}

/* Product Videos */

#FeaturedVideo, #VideoList, #VideoSingle  {
	float: left;
}

#VideoList {
	padding-left: 5px;
}

.VideoSeparator {
	clear: both;
}

.videoRow {
	clear: both;
	margin-bottom: 4px;
	display: block;
	height: 75px;
}

.previewImageContainer {
	height: 30px;
	width: 50px;
}

.videoRow img {
	float: left;
	padding-right: 5px;
}

.videoRowTitle {
	font-weight: bold;
}

.videoRowDescription {
	max-height: 50px;
	overflow:hidden;
}

.VideoOverlay {
	background-image: url('../images/VideoOverlay.png');
	background-position: center center;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
}

.VideoContentContainer {
	position: relative;
	margin-left: 3px;
	padding-left: 92px;
}

/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
	width: 92px;
	height: 69px;
}

.videoRowLength {
	padding-left: 4px;
}

.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
	cursor: pointer;
}

#VideoList ul {
	position: relative;
	overflow-y: auto;
	padding:0;
	margin: 0;
	width: 275px;
	height: 265px;
}

#VideoSingle {
	padding-left: 10px;
	width:275px;
}

#VideoContainer {
	padding: 5px 0 5px 5px;
	height: 265px;
}

.HideElement {
	display: none;
}



.VideoSingleTitle {
	font-weight: bold;
}

.VideoSingleDescription {
	padding-top: 10px;
	overflow-y: auto;
	height: 220px;
	padding-right:5px;
}

.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
	display: none;
}

.Content #VideoSideContainer {
	display: none;
}

#VideoSideContainer ul {
	text-align: center;
}

#VideoSideContainer ul li {
	margin-bottom: 5px;
}

.VideoSideDescription {
	padding: 2px 10px;
}

.VideoImageContainer {
	position: relative;
	float: left;
}


/** Search All Form Result - Start **/
.SearchPaging {
	float: right;
	font-size: 0.95em;
}

.SearchSorting {
	float: right;
	font-size: 0.95em;
	margin: 8px 0px;
}

.SearchSorting select {
	font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
	margin: 5px;
	padding: 5px;
}

.ContentList em, .QuickSearchResultMeta em {
	font-size: 0.8em;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
	display: none;
	text-align: center;
	background: #FCF5AA;
	width: 180px;
	z-index: 10000000000;
	padding: 5px 10px;
}

#AjaxLoading img {
	vertical-align: bottom;
	margin-right: 5px;
}

/** AJAX loading box - End **/
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
	float: left;
	background:none;
	border:none;
	margin-top:16px;
	cursor:pointer;
	display: none;
}

#ProductDetails .ProductTinyImageList {
	float: left;
	margin-top:10px;
	white-space:nowrap;
	width: 80%;
	overflow: hidden;
	margin-left:auto;
}

#ProductDetails .ProductTinyImageList ul {
	width: 100%;
	overflow-x: auto;
}

/*#ProductDetails .ProductTinyImageList ul li {*/
/*	width: 80px;*/
/*	height: 80px;*/
/*	overflow: hidden;*/
/*	float: left;*/
/*	margin-left:3px;*/
/*	border: 1px solid gray;*/

/*}*/

#ProductDetails .ProductTinyImageList ul li {
	width: 84px ;
	height: 84px;
	float: none;
	display: inline-block;
	margin-left:3px;
	border: 1px solid gray;
}


#ProductDetails .ProductTinyImageList ul li div {
	display: table-cell;
	text-align: center;
}

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
	border: 2px solid white;
}

#ProductDetails .ProductTinyImageList ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	white-space:nowrap;
	width: 2500px;
}

#ProductDetails .ProductThumbImage {
	height: 220px;
	width: 220px;
	overflow: hidden;
	margin:auto;
}

#ProductDetails .ProductMain .OutOfStockMessage {
	clear: left;
}

.carousel {
	position: relative;
	visibility: hidden;
	left: -5000px;
	width: 180px;
}

/* Category flyout styles (structural) */

/* Menu containers */
#SideCategoryList .sf-menu,
#SideCategoryList .sf-menu ul,
#SideCategoryList .sf-menu li {
	width: 140px; /* the width must be fixed to the use of floats */
}

/* Menu links */
#SideCategoryList .sf-menu a {
	padding: 4px 8px 4px 8px;
	width: 124px; /* this + paddings must equal the root width above for hovers to work */
}

/* Child override: menu containers */
#SideCategoryList .sf-menu ul {
	left: 140px;
}

/* Child override: menu links */
#SideCategoryList .sf-menu ul a {
	padding: 4px 8px 4px 8px;
	width: 124px; /* this + paddings must equal the child width above for hovers to work */
}

/* End: category flyout styles */



/*start new css*/

body {
	background: #fff !important;
}

body>b, body br {
	display: none;
}

div#Header {
	border: none;
	height: auto;
	padding: 7px 0 69px 0;
}


div#Logo {
	margin-top: 4px;
	padding-left: 9px;
}

#Container {
	width: 1280px;
	margin: 0 auto;
	box-shadow: 0 10px 20px #bdbdbd;
}

div#Menu {
	background-color: #f4f4f4;
	text-align: center;
	margin-bottom: 0;
	height: auto;
}

#Menu li {
	float: none;
	display: inline-block;
}

#Menu li a {
	/*font-family: poppins,sans-serif!important;*/
	background: none !important;
	color: #000000e0 !important;
	float: none;
	/*font-size: 11px;*/
	/*font-weight: 520;*/
	font:550 12px/22px poppins,sans-serif;
	letter-spacing: 1px;
}

#Menu li a:hover {
	background: #262626 !important;
	color: #fff !important;
	text-decoration: none !important;
}

ul.NewSub {
	margin-top: 18px !important;
}

#Menu li:hover a, #Menu li.over a {
	text-decoration: none !important;
}

#TopMenu {
	background-color: #f4f4f4;
	text-align: center;
	height: auto;
	padding: 7.5px 10px;
}

#TopMenu li {
	float: none;
	display: inline-block;
}

#TopMenu li a {
	background: none !important;
	color: #000 !important;
	float: none;
	font-size: 14px;
	font-weight: 300;
	/*padding: 0px 5.5px 0px 5.5px;*/
	margin-top: 0;
	border-color:#000 !important;
}

#TopMenu li a:hover{
	text-decoration: none !important;
}

#Outer {
	background: none !important;
}

div#SearchForm form {
	margin-top: 0px;
}

#SearchForm input.Textbox {
	border: #000 1px solid;
	border-radius: 30px;
	width: 100%;
	height: 32px;
	padding-left: 15px;
	font-size: 14px;
}

#SearchForm {
	color: #000;
	width: 45%;
	float:left;
	padding-top: 8.5px;
	position: relative;
	padding-right: 20px;
	margin-left: 40px;
}


#SearchForm .Button {
	position: absolute;
	top: 12px;
	right: 0px;
	background: #000;
	color: #fff;
	border-radius: 30px;
	width: auto;
	height: 39px;
	padding: 6px 22px;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}


#SearchForm p {
	color: #000;
}

#SearchForm p a {
	color: #000 !important;
	margin-top: 5px;
	display: inline-block;
}

.Content h2, .TitleHeading {
	color: #000;
	font-size: 24px;
	text-align:left !important;
}

div#LayoutColumn1 {
	background: none;
}

.Left h2 {
	font-size: 17px;
	color: #9f9c9c;
	border-bottom: 1px solid #e8e8e8;
}

.Left li a {
	font-size: 14px;
}

.Left li {
	margin-bottom: 10px;
	border-color: #e1e1e1;
}

.product-detail div#LayoutColumn2 {
	width: 95%;
	margin-left: 15px;
}

.cart-page div#LayoutColumn2 {
	width: 80%!important;
}

.Block {
	margin-top: 30px;
}

.Content {
	width: 70%;
}

.Content .ProductList li {
	background: none !important;
	width: 22.2% !important;
	border: 1px dotted #bdbdbd !important;
	text-align: center;
	padding: 30px 10px;
	padding-top: 5px;
	position: relative;
	min-height: 410px;
}

.Content .ProductDetails {
	height: auto !important;
	margin-bottom: 10px;
}

.Content .ProductList .ProductImage {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	display: flex;
	align-items: end;
	justify-content: center;
}

.Content .ProductDetails a {
	font-size: 14px;
	color: #000 !important;
}

.Content .ProductActionAdd a {
	text-decoration: none;
	background: #000;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 10px 0;
}

.Right {
	background: none !important;
	width: 14%;
}

.Content .ProductPrice, .Content .ProductList em {
	font-size: 16px;
}

div#HomeNewProducts {
	padding-top: 20px;
}

.Right h2{
	color: #000;
	font-size: 20px;
}

.right .ProductDetails a {
	color: #000;
	text-decoration: none !important;
}

div#Footer {
	border: none;
	background: #000;
	color: #fff;
	padding-bottom: 2px;
}

.footer-icon {
	color: #f68b00;
	font-size: 25px!important;
	padding-right: 10px;
}

div#Footer a {
	color: #f00;
}

.right .ProductActionAdd strong a {
	color: #8d8d8d;
	text-decoration: none;
	font-weight: 800;
}

.right .ProductDetails a {
	font-weight: 800;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1{
	border-color:#bdbdbd !important;
}

.main-slider-sec img {
	padding: 10px 10px 0px 10px;
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.Content {
	width: auto;
	padding: 0 15px;
}

.cat-sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
	margin-top: 15px;
}

.cat-sec h2 a {
	text-decoration: none;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
}

.Content h2, .TitleHeading {
	text-align: center;
}


.video-sec {
	clear: both;
	padding-top: 60px;
	position: relative;
	overflow: hidden;
}

.video-txt {
	text-align: center;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	background: #000000ad;
	height: 100%;
	padding: 150px 100px;
}

.video-txt h2 {
	color: #fff;
	font-size: 40px;
}

.video-txt p {
	font-size: 18px;
	color: #fff;
}

.video-txt a {
	border: #fff 1px solid;
	color: #fff !important;
	text-decoration: none  !important;
	font-size: 18px;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 20px;
}

.video-txt a:hover{
	background:#fff  !important;
	color:#000  !important;
}

.video-sec iframe {
	width: 100%;
	height: 500px;
}

#fotter-bar {
	clear: both;
	background: #000;
	display: flex;
	/*padding: 40px;*/
	padding-top:10px;
	padding-bottom:10px;
	padding-left:70px;
	padding-right:70px;
}

.fotter-section {
	width: 20%;
}

.fotter-section img {
	width: 90px;
}

.fotter-section ul {
	list-style: none;
	margin-left: 0;
}

.fotter-section ul li a {
	color: #fff;
	text-decoration: none;
}

.fotter-section h4 {
	color: #f68b00;
	margin-top: 20px;
	font-weight:500;
}

.footer-logo img {
	width:100%;
}

.fotter-section ul li {
	color: #fff;
	margin-bottom: 10px;
}

.font-footer14 {
	color:white;
}

div#Footer {
	margin-top: 0;
	border-top: #484848 1px solid;
}

#footer-certificate {
	width:190px;
}

div#Footer p {
	font-size:15px;
}

.np-sec{
	margin-bottom:40px;
}


.mov-cat-sec {
	background: url(https://wallpapers.com/images/hd/pure-black-oled-l77wpyl1roxtxnwy.jpg);
	clear: both;
	text-align: center;
	padding: 80px 40px;
	margin: 0 -30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mov-cat-sec h2 {
	color: #fff;
	margin-bottom: 40px;
}

.spacer-40 {
	height: 60px;
	clear: both;
}

.mov-cat-sec img {
	margin: 10px;
	border: #000000 5px solid;
}

/*.all-cat-sec {*/
/*    width: 66%;*/
/*}*/


.home .ProductList li {
	width: 22.20% !important;
	padding-top: 5px;
}

.Content.all-cat-sec  .ProductList li {
	width: 22.20% !important;
}



.SubCategoryList, .SubBrandList {
	background: #f86700;
}

.SubCategoryList a, .SubBrandList a {
	color: #fff;
	text-decoration: none;
}

.Right .BlockContent a {
	color: #000;
	font-weight: 600;
}

.main-slider-sec, .cat-sec {
	display: none;
}

body.home .main-slider-sec, body.home .cat-sec {
	display: flex;
}

div#ProductDescription h3, div#ProductByCategory h3, div#ProductReviews h3 {
	color: #000;
	font-size: 20px;
}

.ProductDetails  a {
	color: #000 !important;
	font-weight: 600;
}

.ProductActionAdd a {
	background: #000;
	color: #fff !important;
	text-decoration: none !important;
	padding: 4px 6px;
	display: inline-block;
	font-size: 14px !important;
}

dl.ProductReviewFormContainer input, dl.ProductReviewFormContainer select {
	width: 50%;
	border-radius: 0;
	border: #000 2px solid;
	height: 35px;
}

dl.ProductReviewFormContainer textarea {
	width: 500px;
	border-radius: 0;
	border: #000 2px solid;
	height: 120px;
}

div#ModalContainer {
	background: #eaedf1;
}

.fastCartBottom {
	clear: both;
}

#ModalContainer {
	top: 8% !important;
}

ul#fastCartSuggestive li {
	width: 22% !important;
}

.cart-page div#LayoutColumn2 {
	width: 60%;
}

.CartContents thead tr th, table.General thead tr th {
	background: #000000;
	color: #ffffff;
	border-bottom: 3px solid #860000;
	padding: 14px;
	font-size: 14px;
}

td.ProductName a {
	color: #000;
	text-decoration: none;
}

.CartContents tfoot .SubTotal td {
	color: #000;
}

.home .Content h2, .home .TitleHeading {
	text-align: center !important;
	text-transform: uppercase;
}


.CategoryDescription img {
	width: auto;
	height: 250px;
}

#Logo {
	float: left;
	width: 279px;
}


.cart-sec {
	width: 25%;
	float: right;
	text-align: right;
	font-size: 20px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	justify-content: end;
}

.cart-sec a {
	text-decoration: none;
	cursor:pointer;
}

.cart-sec a:hover{
	background: #000;
	color: #fff;
}

.hd-top-msg {
	background: #f30404;
	color: #fff;
	text-align: center;
	padding: 5.3px;
}

.hd-top-msg p {
	margin-bottom: 0;
	font-size: 16px;
}

ul.NewSub {
	background: #fff !important;
	width: 208px !important;
}

ul.NewSub li a {
	padding: 10px !important;
}

.SubCategoryList {
	background: none !important;
}

.SubCategoryList li {
	display: inline-block;
	margin-right: 20px;
	border-bottom: #000 1px solid;
	position: relative;
	padding-left: 0;
	margin-left: 20px;
}

.SubCategoryList li a {
	color: #000;
	text-decoration: none !important;
	font-size: 15px;
}

#Menu li ul li{
	display: block !important;
}

#Menu li ul li a {
	display: block !important;
	width: 100% !important;
	background: #eee !important;
	font:550 13px/22px poppins,sans-serif;
	color:#3f3f3f !important;
	padding: 10px 20px!important;
}

.cart-sec a {
	background: #fbf1d7;
	color: #000;
	padding: 3px 7px;
	display: inherit;
	margin-left: 5px;
	font-size: 10px;
	font-weight:600;
	border-radius: 6px;
	border: 1px;
	border-style: solid;
	border-color: #979797;
}

.cart-sec a i {
	margin-right: 6px;
}

.mov-cat-sec{
	display:none;
}

.abt-sec {
	text-align: center;
	margin: 0 auto;
}

.abt-sec p {
	font-size: 16px;
	text-align: justify;
}

.ext-info {
	clear: both;
	padding-top: 40px;
}

.Content .ProductList .ProductImage img {
	height: 280px;
}

.Content .ProductList .ProductImage {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	height: 300px !important;
	width: auto !important;
}

.ext-info p {
	text-align: justify;
	font-size: 14px;
}

.testi-slider .item{
	padding:0 4px;
}

.testi-slider .item img {
	width: 100%;
	margin: 10px;
	height: 340px;
	object-fit: cover;
}

button.slick-prev.slick-arrow {
	background: #e87900;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	z-index: 1;
}

button.slick-next.slick-arrow {
	background: #e87900;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	z-index: 1;
}

.insta-tag {
	background: #ffb60d;
	margin: 40px -15px 5px -15px;
	padding: 1px;
}

.insta-tag h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
}

div#CategoryHeading {
	text-align: center;
}

div#CategoryHeading h2 {
	text-align: center !important;
	font-weight: 700;
}

.CategoryDescription p {
	font-size: 16px;
}

.discount-box {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
	padding-top: 6px;
	display: block;
	z-index: 1;
	height: 30px;
	width: 46px;
	background-color: #d5d0d0;
	color: #000000;
	font-weight: bold;
	line-height: 14px;
}

.discount-box  .percent {
	display: block;
}

.discount-box:after {
	content: "";
	position: absolute;
	bottom: -24px;
	height: 16px;
	left: 0;
	width: 0;
	font-size: 13px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 8px solid #d5d0d0;
}

span.SalePrice {
	font-weight: 500;
}

strike.RetailPriceValue {
	font-weight: 300;
	color: #000;
}

.ProductPriceRating em {
	font-weight: 300;
}

.Left .Block {
	border: 1px solid #ccc;
	margin-left: 20px;
}

.Left {
	width: 18%;
}

.Content:not(.home .Content){
	width: 97.50%;
	margin-right: 0;
	padding-right: 0;
}


.Left li{
	border-bottom:none !important;
}

div#ProductDetails {
	width: 45%;
	clear: unset !important;
	float:left;
}

div#ProductDescription {
	width: 55%;
	float: right;
	clear: unset !important;
}

div#ProductBreadcrumb a, div#ProductBreadcrumb li, #CategoryBreadcrumb li, #CategoryBreadcrumb a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

div#CategoryHeading .FloatRight.SortBox {
	float: none;
	position: absolute;
	right: 110px;
}

div#CategoryHeading .FloatRight.SortBox select#sort {
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
}

div#CategoryHeading .FloatRight.SortBox {
	font-size: 14px;
}

div#ProductDetail {
	width: 55%;
	float: left;
	clear: none;
}

.ProductDetailsGrid .DetailRow {
	padding-left: 0px;
}
.ProductDetailsGrid .Label {
	margin-left: 0;
	text-align: left;
}

div#ProductDetails h2 {
	margin-top: 0;
	text-transform: capitalize;
}

div#ProductDetails .ProductThumb {
	width: 100% !important;
	position: relative;
}

div#ProductDetails .discount-box{
	right: 20px;
}

.PrimaryProductDetails .ProductThumb {
	width: 100% !important;
}

div#ProductDetails .ProductThumbImage {
	width: auto !important;
	height: 650px !important;
	margin-left: 0;
}

div#ProductDetails .ProductThumbImage img {
	width: 100% !important;
	height: 633px;
}

.ProductDetailsGrid .Label {
	font-size: 14px;
	color: #000;
}

.ProductDetailsGrid .Value input[type="submit"], .ExpressCheckout input[type=submit] {
	background: #ffb60d;
	border: none;
	color: #000;
	font-size: 14px;
	padding: 8px 16px;
	cursor: pointer;
	height: 40px;
	width: 100%;
	font-weight: 700;
	border-radius: 4px;
	margin-top: 20px;
	box-shadow: 0 3px 5px 0px #bbbbbb;
}

.ProductDetailsGrid .Value input[type="submit"]:hover, .ExpressCheckout input[type=submit]:hover{
	cursor:pointer;
	background: #000;
	color:#ffb60d;
}

select#qty_ {
	height: 38px;
	font-size: 14px;
}

.Clear.AddThisButtonBox {
	text-align: left !important;
}

div#ProductReviews a img{
	filter: grayscale(1);
}

div#CartBreadcrumb a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

div#CartBreadcrumb li {
	font-size: 14px;
}

div#CartHeader a img, .CheckoutButton a img, .FloatLeft input[type="image"] {
	filter: grayscale(1);
}

.CartContents tfoot .SubTotal td {
	color: #000000  !important;
}

p.Submit a {
	display: block;
	margin-top: 10px;
}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
	border: 1px solid #ddd !important;
	background: #fff !important;
	color: #555 !important;
}

span.FormFieldLabel {
	font-size: 14px;
	color: #000;
}

.FormContainer dd input {
	width: auto;
	height: 34px;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 0 10px;
}

.FormContainer dd select {
	width: 500px;
	height: 34px;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 0 10px;
}

input#ship_to_billing_new {
	width: 20px;
	margin-bottom: 0;
	height: 20px;
	vertical-align: middle;
}

/*input#FormField_13 {*/
/*    width: 100% !important;*/
/*}*/

.SideRecentlyViewed .CompareButton{
	text-align:left !important;
}

.SideRecentlyViewed .CompareButton input {
	filter: grayscale(1);
}

#SearchResultsProduct .ProductList .ProductImage img {
	height: auto;
}

div#SearchResultsProduct  .ProductList li {
	width: 100% !important;
}

a.TrackLink {
	text-transform: capitalize;
	text-decoration: none !important;
}

p.Submit input[type="submit"] {
	background: #000;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 16px;
	cursor: pointer;
	margin-left: 10px;
	height: 40px;
}

input#searchsubs {
	width: auto;
	height: auto;
}

form#AdvancedSearchForm h3 {
	font-size: 18px;
	color: #000;
}

.HorizontalFormContainer dt {
	font-size: 14px;
	color: #000;
}

.TabNav li a {
	background: #818181 !important;
	color: #fff;
	border: none !important;
	font-size: 14px;
	padding: 5px 30px;
}

.TabNav li.Active a {
	background: #000 !important;
	color: #fff;
	border: none !important;
	font-size: 14px;
	padding: 5px 30px;
}

.TabNav {
	border-color: #bfbfbf !important;
}

div#category {
	height: 30px;
}

.CompareButton
input[type="image"] {
	filter: grayscale(1);
}

div#SearchResultsProduct {
	padding-bottom: 40px !important;
}

input.Button {
	filter: grayscale(1);
}

#SearchResultsCategoryAndBrand {
	background-color: #dedede  !important;
	padding: 15px !important;
	margin: 0;
	margin-right: -15px;
}

.all-cat-sec {
	margin-bottom: 40px;
	width: 98% !important;
}

.CartContents thead tr th, table.General thead tr th {
	background: #000000 !important;
	color: #ffffff !important;
	border-bottom: 1px solid  #000000 !important;
}

.quantityInput {
	height: 30px;
}

.ProductDetailsGrid {
	float: left;
}


.ProductDetailsGrid.ProductAddToCart {
	float: right;
}

#ProductDetails .ProductTinyImageList ul {
	width: 100%;
}

#ProductDetails .ProductTinyImageList ul li div {
	width: 80px !important;
	height: 80px !important;
}

#ProductDetails .ProductTinyImageList ul li div img {
	height: 100%;
	width: 100%;
	padding-top: 0 !important;
}

.ProductDetailsGrid.ProductAddToCart {
	float: right;
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	padding: 20px;
	border-radius: 5px;
	width: 40%;
}

.ProductDetailsGrid.ProductAddToCart .Label {
	width: 26%;
}

.ProductDetailsGrid.ProductAddToCart select {
	height: 30px;
	font-size: 12px;
}

.DetailRow.top-review .Label {
	float: left;
	font-size: 14px;
	padding-top: 10px;
}

.DetailRow.top-review img {
	height: 16px;
	width: auto;
}

h4.ReviewTitle {
	font-size: 16px;
	color: #000;
}

ol.ProductReviewList p {
	font-size: 14px;
}

h4.ReviewTitle img {
	height: 16px;
	width: auto;
}

.mob-menu-btn{
	display:none;
	border: none;
	width: 100%;
	text-align: left;
	padding: 10px;
	color: #555;
}

.mob-menu-btn i {
	float: right;
	font-size: 22px;
}

.hide-on-pc{
	display:none !important;
}

.hide-on-mob{
	display:block  !important;
}

.cat-sl{
	display:none !important;
}

/* start product tab css */
/* Style the tab */
.products-tabs {
	overflow: hidden;
	text-align:center;
	margin-top: 60px;
}

.tab.products-tabs h2 {
	font-size:26px;
	margin-bottom: 15px;
}

.top-pick-hr {
	width: 50px;
	height: 3px;
	background-color: #ffb60d !important;
	margin: 0 auto;
	margin-bottom: 30px;
}

div#HomeNewProducts {
	padding-top: 0;
}

/* Style the buttons inside the tab */
.products-tabs button {
	background: #f1f1f1;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 8px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 280px;
	font-weight: 700;
}

/* Change background color of buttons on hover */
.products-tabs button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.products-tabs button.active {
	background-color: #000;
	color:#fff;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}

.tabcontent .Block h2 {
	display: none;
}


/* close product tab css */


/* start modal css */

.modal {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
}

.modal-content {
	position: fixed;
	top: 18%;
	background: #fff;
	width: 500px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 30px;
	border-radius: 8px;
}

.m-col {
	width: 50%;
	float: left;
	text-align:center;
}

.m-col h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
}

.m-col img {
	width: auto;
	height: 250px;
	margin: 0 auto;
	display: block;
}

.m-col a {
	background: #000;
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	padding: 8px 20px;
	border-radius: 4px;
}

.m-col a:hover{
	background:#ccc;
}


.m-close {
	position: absolute;
	right: 0;
	top: 0;
	background: #000;
	color: #fff;
	font-size: 16px;
	padding: 6px 8px;
	cursor: pointer;
}


.cls{
	clear:both;
}

/* close modal css */

.mob-footer{
	display:none;
}

.payment-ico.cls {
	text-align: center;
	padding: 30px 0;
}

.mob-payment-ico.cls{
	display:none;
}

/*start review css */

.main-review {
	padding: 30px 20px 50px 10px;
	background-color: #fff;
	box-shadow: 0 0 10px 2px #f4f4f4;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	max-width: 100%;
	margin: 40px auto 20px auto;
}
.t-center {
	text-align: center;
}

.overall-rating {
	font-size: 60px;
	font-weight: 700;
	color: #383838;
	margin: 0!important;
	text-shadow: unset;
	background: unset;
	-webkit-border-image: unset;
}

.rating_per {
	font-size: 20px;
	font-weight: 500;
}

.mtop {
	margin-top: 10px;
}

.posted-date {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin: 0!important;
	padding: 0!important;
	text-shadow: unset;
	background: unset;
	-webkit-border-image: unset;
}

.btn-def-review {
	background: #f49f02;
	padding: 10px 15px;
	border-radius: 3px;
	border: 0;
	margin-top: 10px;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid;
}

.chart .rate-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	gap: 15px;
	height: 20px;
	padding: 10px 5px;
}

.rate-box .value {
	display: flex;
	align-items: center;
	gap: 10px;
}

.chart .value {
	font-size: 16px;
	cursor: pointer;
}

.chart .rate-box>* {
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #444;
	font-size: 16px;
}

.rate-box .progress-bar .progress {
	background-color: #9f9e9cd1;
	height: 100%;
	border-radius: 0;
	transition: 300ms ease-in-out;
}

.rate-box .progress-bar {
	border-width: 1px;
	position: relative;
	background-color: #eee;
	height: 10px;
	border-radius: 0;
	width: 300px;
}

ol.ProductReviewList li {
	padding-top: 40px;
}

ol.ProductReviewList li hr {
	margin-top: 50px;
}

/*close review css */
.cat-box img {
	height: 360px;
	object-fit: cover;
}

table.table.size-chart {
	width: 50%;
	margin-bottom: 20px;
}

div#ProductDetails .resp-product-div {
	display: none;
}

div#Logo button.mob-menu-btn{
	display:none;
}

div#ProductByCategory {
	position: unset !important;
	clear: both !important;
}

td.CartThumb img {
	height: 200px;
}

body.cart-page  .ProductList li {
	width: 21.60% !important;
}

body.cart-page  .ProductList .ProductImage img {
	height: 255px;
	width: 100%;
}

body.cart-page .ProductList .ProductImage{
	height: auto!important;
	margin-bottom: 10px;
}

body.cart-page  .Right {
	width: 15%;
	padding-right: 20px;
}

body.cart-page .Right h2 {
	margin-left: 0;
	width: auto;
}

#checkout-right-box {
	border: 1px solid #b8b8b8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 5px 10px 0 0;
	background: #fff;
}

#checkout-product-right-box {
	border: 1px solid #b8b8b8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 5px 10px 0 0;
	background: #fff;
}

#checkout-right-box h1 {
	background: #fff;
	font-size: 15px;
	margin: 5px 0 0;
	padding: 4px;
	font-weight: 700;
}

#checkout-right-box h2 {
	color: #0856a1;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	margin-left: 3px;
	text-transform: uppercase;
}

#checkout-right-box p {
	font-size: 12px;
	margin-bottom: 0;
	padding: 4px;
}

.side-text-center {
	text-align: center!important;
	width: auto!important;
}

.side-text-center img {
	max-width: 100%;
}

.retu {
	font-size: 1.3em;
	color: #494949;
	padding-left: 4px;
	padding-right: 0;
	position: relative;
	top: 15px;
	line-height: 16px;
}

.retu br{
	display:block!important;
}

.col {
	color: green;
	font-weight: 600;
}

.CheckoutButton a img {
	display: none;
}

.CheckoutButton a {
	position: relative;
	margin-top: 8px;
	margin-bottom: 20px;
	display: inline-block;
	text-decoration: none !important;
}

.CheckoutButton a:before {
	content: "Proceed To Checkout";
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
}

div#CartHeader a img {
	display: none;
}

div#CartHeader  a {
	position: relative;
	margin-top: 8px;
	margin-bottom: 20px;
	display: inline-block;
	text-decoration: none !important;
}

div#CartHeader  a:before {
	content: "Proceed To Check Out";
	background: #ffb60d;
	color: #000;
	font-size: 14px;
	padding: 10px 30px;
	font-weight: 600;
	box-shadow: 0 10px 7px -6px #7b7b7b;
	border-radius: 5px;
}

.ProceedToCheckout img{
	display:none;
}

.ProceedToCheckout a:before{
	background: #ffb60d;
	color: #000;
	font-size: 14px;
	padding: 10px 30px;
	font-weight: 600;
	box-shadow: 0 10px 7px -6px #7b7b7b;
	border-radius: 5px;
}

.Content .ProceedToCheckout {
	width: auto;
}

.KeepShopping.FloatRight a {
	background: #ccc;
	color: #000;
	padding: 10px 20px;
	text-decoration: none !important;
	display: inline-block;
}

.KeepShopping {
	width: auto;
}

p.Submit.EstimateShippingButtons input {
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px;
	border: none;
}

.EstimateShipping select#shippingZoneCountry {
	height: 30px;
	width: 100%;
}

.EstimateShipping input[type=text] {
	height: 30px;
	width: 97%;
}

/* start flag css*/

.dcodes-dropdown {
	position: relative;
	display: inline-block;
	width: 10%;
	top: -8px;
}

.dcodes-dropdown-btn {
	background-color: transparent;
	color: #333;
	border: none;
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}

.dcodes-flag {
	width: 24px;
	height: 16px;
	margin-right: 10px;
}

.dcodes-dropdown-btn i {
	margin-left: auto;
}

.dcodes-dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
	width: 150px;
}



.dcodes-dropdown-content a {
	display: block;
	background-color: #fff;
	border: #f1f1f1 1px solid;
	color: #333;
	padding: 10px;
	text-decoration: none;
}

.dcustom-option {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 5px;
}

.fs-12 {
	font-size: 12px;
}

/* close flag css*/

#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
	margin-top: 46px;
}

.ProductDetailsGrid strike.RetailPriceValue {
	display: none;
}

div#tabs-sizechart {
	display: none;
}

.tp-banner-btn {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
	display:none;
}

.tp-banner-btn a {
	text-decoration: none !important;
	font-size: 14px;
	background-color: #f49f02;
	color: #000;
	padding: 10px 32px;
	text-transform: uppercase;
	font-weight: 600;
}

.ModalContent .fastCartThumb img {
	height: 100px;
}

.ModalContent .fastCartBottom {
	display: none;
}

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

.ModalContent .CheckoutButton a:before {
	content: "Proceed To Check Out";
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 10px 10px;
}

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

.ModalContent .actionLink a {
	display: block;
	text-align: center;
}

.ModalContent hr {
	display: none;
}

#ModalContent, .ModalContent{
	padding-bottom: 25px !important;
}

.hd-payment-image {
	float: right;
	padding-right: 20px;
}

.ProductDetailsGrid .Value input[type="submit"] {
	text-transform: uppercase;
}

.mobile-cart {
	display: none;
}

.bo-img img {
	width: auto;
}

/* start discount-modal*/

.discount-modal {
	/*background-image: url("/templates/default/images/pop-bg.jpg");*/
	/*border: #fff 1px solid;*/
	position: fixed;
	top: 25%;
	z-index: 11;
	width: 430px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	/*padding: 30px;*/
}

.discount-modal h2 {
	color: #fff;
	font-size: 32px;
	margin-top: 0;
	text-transform: uppercase;
}

.discount-modal h3 {
	color: #fff;
	font-size: 20px;
	border-bottom: #545454 1px solid;
	display: inline-block;
	padding-bottom: 4px;
}

.discount-modal h4 {
	color: #feb60c;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}

.discount-modal input[type="email"] {
	width: 95%;
	height: 40px;
	font-size: 16px;
	padding-left: 15px;
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
}

.discount-modal input[type="submit"] {
	background: #feb60c;
	height: 50px;
	font-size: 20px;
	border: none;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
}

.discount-modal input[type="submit"]:hover{
	cursor:pointer;
	opacity: 0.8;
}

.discount-modal .dm-close {
	height: 26px;
	width: 26px;
	background: #fff;
	font-size: 24px;
	border-radius: 100%;
	position: absolute;
	right: 15px;
	top: 15px;
}

.discount-modal  .dm-close i {
	color: #000;
	font-weight: 100;
	cursor:pointer;
}


/* close discount-modal*/

/* start cf-popup */
.cf-popup {
	background: #000;
	border: #fff 1px solid;
	position: fixed;
	top: 10%;
	z-index: 11;
	width: 600px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}

.cf-popup .cf-close {
	height: 26px;
	width: 26px;
	background: #fff;
	font-size: 24px;
	border-radius: 100%;
	position: absolute;
	right: 15px;
	top: 15px;
}

.cf-popup .cf-close i {
	color: #000;
	font-weight: 100;
	cursor:pointer;
}

.cf-popup img {
	width: 100%;
}

.cf-popup-btn{
	cursor:pointer;
}

table#QuickSearch {
	width: 41.60% !important;
	z-index: 1;
}

/* close cf-popup */

span.instock-pc {
	color: #037e03;
	font-size: 16px;
	margin-left: 30px;
}

span.rw-hd {
	display: inline-block;
}

span.rw-hd a {
	color: #000;
	font-size: 13px;
}

span.rw-hd a:last-child {
	margin-left: 10px;
	color:#989898;
}

span.instock-pc i {
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	vertical-align: middle;
	margin-right: -4px;
}

.Value.AddCartButton {
	display: block;
}

a.sizing-info {
	color: #383838 !important;
	font-size: 12px;
	font-weight: 700;
	margin-left: 5px;
	text-decoration: none !important;
	cursor: pointer;
}

.sizepopup{
	background: #fff;
	border: #000 2px solid;
	position: fixed;
	top: 10%;
	z-index: 11;
	width: 400px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}

.sizepopup div#tabs-sizechart{
	display:block;
}

.sizepopup  table.table.size-chart{
	width: 100%;
}

a.sizing-info.sizeredirect{
	display:none;
}

.sizepopup div#tabs-sizechart h3 {
	font-size: 24px;
	color: #000;
}

.sizepopup .szp-close {
	height: 26px;
	width: 26px;
	background: #000;
	border-radius: 100%;
	position: absolute;
	right: 15px;
	top: 15px;
	color:#fff;
	cursor:pointer;
}

.sizepopup .szp-close i {
	line-height: 25px;
	font-size: 18px;
}

.special-txt {
	clear: both;
	float: right;
	text-align: center;
	width: 45%;
	margin-top: 10px;
}

.special-txt h3{
	color: #dc0a0a;
	font-size: 14px;
}

.special-txt p{
	font-size:13px;
}


.secure-trans {
	text-align: center;
	color: #2a2a2a;
	font-size: 15px;
}

.secure-trans i {
	font-size: 20px;
	color: #049b1c;
}

.Left {
	display: none;
}


div#ChooseShippingAddress .FormContainer dd .Textbox, div#ChooseShippingAddress .FormContainer dd input#FormField_12, div#ChooseShippingAddress .FormContainer dd input#FormField_13{
	width:98% !important;
}

div#ChooseShippingAddress .FormContainer dd select {
	width: 100% !important;
}

input#ship_to_billing {
	width: 20px;
	vertical-align: top;
	margin-top: -8px;
}

form#AddressEditForm dl dt:nth-child(7), form#AddressEditForm dl dd:nth-child(8), form#AddressEditForm dl dt:nth-child(13), form#AddressEditForm dl dd:nth-child(14) , form#AddressEditForm dl dt:nth-child(23) {
	display: none !important;
}

form#AddressEditForm .HorizontalFormContainer dd{
	margin-left: 0;
}

form#AddressEditForm  .HorizontalFormContainer p.Submit{
	margin-left: 0;
}

p.Submit input[type="submit"]{
	margin-left: 0;
}

input#couponcode {
	height: 30px;
	width: 72%;
}

input#couponcode + input {
	filter: grayscale(1);
	height: 36px;
}

.cls{
	clear:both !important;
}

div#SearchResultsProduct .ProductList li{
	width: 22.2% !important;
}

.CategoryPagination {
	clear: both;
}

#SearchResultsProduct .ProductList .ProductImage img {
	height: 100%;
}

.SearchSorting select {
	font-size: 14px;
	height: 40px;
	margin-right: 10px;
}

.CategoryPagination {
	background: none !important;
	border: none !important;
	padding-top: 30px;
}

.CategoryPagination .PagingList li.ActivePage {
	background: #f68b00;
	color: #fff;
	font-size: 16px;
	margin-left: 8px;
	width: 30px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	border-radius: 4px;
}

.CategoryPagination .PagingList li a {
	background: #000;
	color: #fff;
	font-size: 16px;
	width: 40px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	border-radius: 4px;
	text-decoration: none !important;
}

.CategoryPagination .FloatRight a {
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	margin-right: 5px;
}

.CategoryPagination .FloatLeft a {
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	margin-left: 5px;
}

div#SearchSortingSelectContainer {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.Content {
	background: none !important;
}

.CartContents .ProductName a {
	font-size: 16px;
	display: block;
}

.ProductReviewForm {
	width: 45%;
	background: #3c3c3c;
	padding: 20px;
}

.ProductReviewFormContainer dd input{
	width: 89%;
}

.ProductReviewFormContainer dt {
	color: #fff;
}

.ProductReviewForm p.Submit {
	margin-top: 20px;
	margin-left: 8px;
}

.ProductReviewForm h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}



/*input#FormField_6 {*/
/*    display: none;*/
/*} */



#save_billing_address {
	width: 20px;
	vertical-align: middle;
	margin-bottom: 0;
}

#FormField_11 {
	width: 106%;
	height: 34px;
}

.checkout-content-mobile {
	display: none;
}

.checkout-pg div#LayoutColumn1 {
	width: 78%;
}

.checkout-pg div#LayoutColumn3{
	width: 18%;
}

div#checkout-right-box {
	padding: 10px;
	margin-right: 0;
}

.cart-page div#LayoutColumn3 img {
	width: 100%;
}

.checkout-pg .FormContainer dt, .FormContainer dd {
	width: 100%;
	display: block;
	margin-left: 0;
}

.ExpressCheckout> h2 {
	color: #0c920c;
}

.checkout-pg .PL20{
	padding:0;
}

.checkout-pg .HorizontalFormContainer p.Submit {
	margin-left: 0;
}


.checkout-pg .ShippingProviderList {
	margin-left: 0;
}

.checkout-pg .ExpressCheckout input[type=submit] {
	margin-top: 0;
	width: auto;
	background: #ffb60d;
	color: #000;
	font-size: 14px;
	padding: 10px 30px !important;
	font-weight: 600;
	box-shadow: 0 10px 7px -6px #7b7b7b;
	border-radius: 5px;
}

.checkout-pg .ML20{
	margin: 0;
}

.checkout-pg .Field400 {
	width: 100%;
}

.checkout-pg input#couponcode + input {
	padding: 0 20px;
}

table.CartContents td a img {
	height: 200px;
	vertical-align: text-top;
}

.discount-modal:before {
	content: '';
	height: 100%;
	width: 100%;
	background: #00000070;
	backdrop-filter: blur(6px);
	position: fixed;
	top: 0;
	left: 0;
}

.discount-modal .dm-popup-inner {
	border: #043a82 4px dashed;
	background: white;
	padding: 20px;
	position: relative;
	z-index: 1;
}



@media screen and (max-width:767px){

	.discount-modal img {
		width: 100%;
	}

	.ProductReviewForm {
		width: 100%;
	}


	.mobile-main-cart .product-detail-cart {
		padding-left: 10px;
		width: 64% !important;
	}

	.discount-modal {
		width: auto;
		margin: 0 10px;
		top: 22%;
	}

	.discount-modal h2{
		font-size: 24px;
	}

	.discount-modal h3{
		font-size: 16px;
	}

	.discount-modal h4{
		font-size: 14px;
	}

	.discount-modal input[type="submit"] {
		height: 40px;
		font-size: 18px;
	}

	.checkout-pg .ExpressCheckout input[type=submit] {
		margin-top: 0;
		display: block;
		width: 100%;
		background: #ffb60d;
		color: #000;
		font-size: 14px;
		padding: 10px 30px;
		font-weight: 600;
		box-shadow: 0 10px 7px -6px #7b7b7b;
		border-radius: 5px;
	}

	.checkout-pg div#Logo > a:last-child {
		float: none;
	}

	.checkout-pg div#LayoutColumn1 {
		width: 92%;
	}

	.checkout-pg .FormContainer.HorizontalFormContainer.Clear {
		margin-left: 0px;
	}

	.checkout-pg .FormContainer dd input:not(.FormContainer dd input[type=checkbox]) {
		width: 93%!important;
	}

	.checkout-pg #FormField_11 {
		width: 100%;
	}

	.checkout-pg div#LayoutColumn3 {
		width: 94%;
		margin-right: 0;
		float: left;
		margin-left: -15px;
	}

	input#save_shipping_address, input#bill_to_shipping_new {
		height: auto;
	}

	.checkout-pg .ML20 {
		margin: 0;
	}

	.checkout-pg  .ExpressCheckout input[type=submit] {
		margin-bottom: 20px;
		margin-top: 5px;
	}

	.checkout-pg .CheckoutRedeemCoupon {
		width: 94%;
		margin: 0;
	}

	.checkout-pg input#couponcode + input {
		padding: 0 20px;
	}

	.checkout-pg .CheckoutOrderComments .PL20 {
		padding: 0;
	}
	.checkout-pg .CheckoutOrderComments textarea.Field400 {
		width: 99%;
	}

	.checkout-pg  ul.ShippingProviderList {
		margin: 0;
	}

	.checkout-pg p.PL20 {
		padding: 0;
	}

	/*.checkout-pg span.Required.FormFieldRequired {*/
	/*    margin-left: 10px;*/
	/*}*/

	.checkout-pg .CreateAccount {
		width: auto;
		border: none;
		padding: 0;
		margin-left: 5px;
		margin-bottom: 20px;
	}

	.AccountLogin {
		width: auto;
		margin-left: 5px;
		padding: 0;
	}

	h4.ReviewTitle img {
		width: auto !important;
	}

	div#SearchResultsProduct .ProductList li {
		width: 47% !important;
		min-height: 260px !important;
		height: 320px !important;
	}

	#SearchResultsProduct .ProductList .ProductImage img {
		height: 190px;
	}

	div#LayoutColumn3 {
		display: none;
	}

	/*div#checkout-product-right-box {*/
	/*    display: none;*/
	/*}*/

	.checkout-content-mobile {
		display: block;
	}

	.shipping-details-cart {
		border-bottom: 1px solid #d6d9de;
		padding-bottom: 15px;
	}

	.Content .ProceedToCheckout {
		margin: 0 auto !important;
		width: 100% !important;
		text-align: center !important;
		border-top: 1px solid #d6d9de;
		clear: both;
	}

	div#mobile-cart {
		display: block !important;
	}

	table#desktop-cart {
		display: none !important;
	}

	div#mobile-cart .product-image-cart {
		width: 30%;
		float: left;
	}

	div#mobile-cart .product-image-cart img {
		width: 100%;
	}

	div#mobile-cart .product-detail-cart {
		float: left;
		width: 68%;
	}

	div#mobile-cart .product-detail-cart a {
		color: #000;
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
	}

	div#mobile-cart .product-detail-cart:nth-child(2) {
		clear: both;
		width: 100%;
		text-align: right;
	}

	div#mobile-cart .product-detail-cart:nth-child(2) h2 {
		text-align: right !important;
		font-size: 18px;
		margin-bottom: 0;
	}

	div#mobile-cart .mobile-main-cart .product-cart {
		border-bottom: 1px solid #d6d9de;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	div#mobile-cart .product-detail-cart span {
		display: block;
		margin-bottom: 5px;
	}

	div#mobile-cart .product-detail-cart span:nth-child(3) {
		font-size: 13px;
		color: #000;
		font-weight: 500;
	}

	.mobile-cart-remove-link {
		color: #868686!important;
		font-size: .8em;
	}


	input#couponcode {
		height: 30px;
		width: 80%;
	}

	input#couponcode + input {
		filter: grayscale(1);
		height: 36px;
	}

	.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
		display: none;
	}

	table#QuickSearch {
		width: 95% !important;
		z-index: 1;
	}

	div#ChooseShippingAddress .FormContainer dd .Textbox, div#ChooseShippingAddress .FormContainer dd input#FormField_12 {
		width: 90% !important;
	}

	div#ChooseShippingAddress .FormContainer dd select {
		width: 97% !important;
	}

	input#ship_to_billing {
		margin-left: -168px;
		vertical-align: top;
		margin-top: -8px;
	}



	.HorizontalFormContainer p.Submit {
		margin-left: 0;
	}
	.special-txt{
		display:none;
	}

	.mobile-cart .special-txt {
		display:block;
		float: none;
		width: 100%;
		background: #F5F4F4;
		padding: 10px 0 1px 0;
	}

	a.sizing-info.sizepopup-btn{
		display:none !important;
	}

	a.sizing-info.sizeredirect{
		display: block !important;
		margin-top: 10px;
		text-align: center;
		margin-left: 0;
	}

	img.mb-cf {
		width: 90% !important;
		margin: 0  20px;
	}

	.cf-popup{
		display:none !important;
		opacity:0 !important;
	}

	/*.discount-modal{*/
	/*    display:none !important;*/
	/*    opacity:0 !important;*/
	/*}*/

	div#ProductDetails .discount-box {
		right: 0;
		zoom: 100%;
		z-index: 0;
	}

	.product-detail .mob-payment-ico.cls {
		padding-top: 30px;
	}

	.checkout-page div#Logo > a:last-child {
		float: none;
	}

	.Content .ProductDetails a{
		font-size: 13px;
	}

	h2.resp-product-name {
		font-size: 18px !important;
		font-weight: 500 !important;
		line-height: 22px !important;
	}

	.mobile-cart {
		display: block;
	}

	.mobile-cart em.ProductPrice.VariationProductPrice, .mobile-cart em.ProductPrice.VariationProductPrice span {
		font-size: 22px;
		color: #262626;
		font-weight: 500;
	}

	.mobile-cart .ProductDetailsGrid {
		float: none;
	}

	.mobile-cart .ProductDetailsGrid span > span {
		display: block;
	}

	.ProductDetailsGrid.ProductAddToCart .Label {
		display: none;
	}

	.ProductDetailsGrid.ProductAddToCart .Value {
		width: 100%;
		display: block;
	}

	.ProductDetailsGrid.ProductAddToCart select {
		width: 100% !important;
		height: 40px;
	}

	.ProductDetailsGrid.ProductAddToCart .Value span.FloatLeft {
		float: none;
	}

	.ProductDetailsGrid .Value input[type="submit"] {
		margin: 10px 0;
		border-radius: 4px;
		text-transform: uppercase;
	}

	.desktop-cart {
		display: none;
	}

	.cart-page .Content h2 {
		text-align: center !important;
	}

	.home .tp-banner-btn {
		display:block;
	}

	.cart-page div#Logo > a:last-child {
		float: none;
	}
	.hd-payment-image {
		text-align: center;
		padding-right: 0;
	}
	.hd-payment-image img {
		width: 90%;
		margin-top: 10px;
	}

	div#ModalContainer {
		margin: 0 auto !important;
		width: 90% !important;
		right: 0 !important;
		left: 0 !important;
		top: 10px !important;
	}

	.fastCartContent h2 {
		font-size: 20px;
		text-align: center;
	}

	.fastCartThumb {
		float: none;
	}

	.fastCartThumb img {
		width: auto;
		height: 160px;
		display: block;
		margin: 0 auto;
	}

	.fastCartContent {
		min-height: 235px;
		width: 100% !important;
	}
	.fastCartSummaryBox {
		float: none;
		max-width: unset !important;
		text-align: center;
	}

	.fastCartItemBox {
		float: none;
		text-align: center;
		max-width: unset;
	}

	.fastCartSummaryBox .actionLink a {
		display: block !important;
	}

	.fastCartBottom {
		display: none;
	}

	#ModalContent, .ModalContent{
		padding-bottom: 0 !important;
	}

	.ProceedToCheckout {
		text-align: center;
	}
	.insta-tag {
		margin: 0 -15px;
	}

	.testi-slider ul.slick-dots {
		display: none !important;
	}
	#ProductDetails .ProductTinyImageList ul li {
		width: 50px !important;
		height: 50px !important;
	}

	#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {
		margin-top: 26px;
	}

	div#tabs-sizechart {
		display: block;
	}

	.discount-box {
		zoom: 80%;
	}

	.Block.Moveable.Panel{
		padding:0 !important;
	}

	.spacer-40 {
		height: 20px;
	}

	.home .ProductList li {
		width: 45% !important;
		height: 310px !important;
		min-height: 250px !important;
		padding: 2px !important;
		margin: 2px;
	}

	.tabcontent .Block.Moveable.Panel{
		padding:0;
	}

	.cat-box img{
		height: 400px;
	}

	button.dcodes-dropdown-btn {
		background: #eee;
		gap: 2px;
	}

	.dcodes-dropdown {
		position: relative;
		display: inline-block;
		top: 4px;
		left: -22px;
	}

	div#Logo > a:nth-child(2) {
		width: 50%;
		display: inline-block;
		padding-left: 50px;
		float: left;
		padding-right: 10px;
	}

	div#Logo > a:nth-child(2) img {
		width: 100%;
	}


	.AccountLogin{
		padding:0;
	}

	.PL40 {
		padding-left: 0px;
	}

	.NarrowFormContainer p.Submit {
		margin-left: 0;
	}

	.HorizontalFormContainer dt, .HorizontalFormContainer dd {
		display: block !important;
	}
	.Block.Moveable.Panel {
		padding: 0 20px;
	}
	.cart-page div#LayoutColumn2 {
		width: 94%!important;
	}

	body.cart-page  .Right {
		width: 90%;
		padding-right: 20px;
	}

	.CheckoutButton a:before {
		padding: 10px 18px;
		width: auto;
		display: block;
	}

	.CheckoutButton a {
		margin-bottom: 0;
	}

	div#ProductByCategory{
		padding-top: 0;
	}

	a#ImageScrollPrev, a#ImageScrollNext {

	}

	#ProductDetails .ProductTinyImageList ul {
		padding-bottom: 6px;
	}

	div#ProductDetails .ProductThumb {
		height: auto !important;
	}

	#ProductDetails .ProductTinyImageList ul li div {
		width: 50px !important;
		height: 50px !important;
	}

	div#Logo img#LogoImage {
		padding-top: 4px;
	}

	div#Logo button.mob-menu-btn {
		width: auto;
		display: inline-block;
		position: absolute;
		top: 13px;
		left: 10px;
	}

	div#ProductDetails .resp-product-div {
		display: block;
	}

	div#ProductDetail .ProductMain h2 {
		display: none;
	}

	div#ProductDetail .DetailRow.top-review {
		display: none;
	}

	div#SimilarProductsByCustomerViews .ProductList li {
		min-height: 300px !important;
		height: 300px !important;
	}

	table.table.size-chart {
		width: 100%;
	}

	.main-review  .chart {
		display: none;
	}

	.Content.all-cat-sec {
		width: 95% !important;
		margin-left: 10px !important;
		padding-left: 0;
	}

	div#CategoryHeading h2 img {
		width: 100% !important;
		height: auto !important;
	}

	div#CategoryHeading h4 img {
		height: auto !important;
		width: 100% !important;
	}

	.FormContainer dd select {
		width: 100%;
	}

	.FormContainer dd input {
		width: auto !important;
	}

	dl.ProductReviewFormContainer textarea {
		width: 98%;
	}

	.mob-payment-ico.cls{
		display:block;
	}

	.testi-slider {
		margin-bottom: 0 !important;
	}

	.mob-payment-ico.cls img {
		width: 100%;
		margin-bottom: 20px;
	}

	.payment-ico.cls {
		display:none;
	}

	.chart .rate-box {
		display: table;
	}

	.rate-box .progress-bar {
		margin: 10px 0;
	}
	.main-review{
		grid-template-columns: auto;
	}

	.product-detail div#LayoutColumn2 {
		width: 90%;
		margin-left: 5px;
	}


	.mob-footer{
		display:block;
		background: #000;
		padding: 20px 0;
	}

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

	.social-sec a {
		display: inline-block;
		margin: 5px 8px;
	}

	.social-sec a i {
		color: #f68b00;
		font-size: 30px;
		margin-bottom: 5px;
	}

	.social-sec a strong {
		color: #fff;
		display: block;
		font-weight: 400;
		font-size:12px;
	}

	.shipping-txt {
		text-align: center;
		margin-top: 20px;
		color: #fff;
	}

	.shipping-txt h4 {
		color: #f68b00;
	}

	.mf-col h4 {
		color: #f68b00;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.mf-col ul {
		list-style: none;
		margin-left: 0;
	}

	.mf-col ul li {
		margin-bottom: 15px;
	}

	.mf-col ul a {
		color: #fff !important;
		text-decoration: none !important;
	}

	.mf-col {
		width: 44%;
		float: left;
		padding: 0 10px;
	}

	.chat-btn {
		color: #fff !important;
		text-decoration: none !important;
		font-size: 16px;
	}

	.chat-btn i {
		color: #33cc33;
		font-size: 22px;
	}

	a.box-btn {
		background: #f68b00;
		text-decoration: none;
		display: block;
		margin-bottom: 10px;
		text-align: center;
		color: #000;
		border-radius: 4px;
		padding: 6px;
		font-weight: 600;
	}

	a.box-btn:hover{
		color:#f68b00;
		background:#fff;
	}

	.mf-col a img {
		margin-bottom: 10px;
		width: auto;
	}

	.mf-col p{
		color:#fff;
	}

	.pre-footer {
		display: none;
	}



	#Menu li ul {
		position: unset;
		width: 89% !important;
		margin-top: 0px !important;
	}

	.SubDiv {
		overflow: hidden;
	}

	.hasMenu:after {
		content: "\f107";
		font-family: fontawesome;
		position: absolute;
		top: 5px;
		background: #c5c5c5;
		color: #000;
		height: 26px;
		width: 26px;
		line-height: 30px;
		right: 10px;
	}

	.modal-content {
		width: auto;
		margin: 0 20px;
		top: 15%;
	}

	.m-col img {
		height: 120px;
	}

	.m-col h3 {
		font-size: 12px;
	}

	.m-col a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.products-tabs {
		margin-left: -30px;
		margin-top:10px;
	}

	.products-tabs button {
		width: 42%;
		font-size: 14px;
	}

	.cat-sl .slick-dots li button:before {
		font-size: 14px !important;
	}

	.cat-non-sl{
		display:none !important;
	}

	.cat-sl{
		display:block !important;
	}

	.cat-sl .cat-box {
		padding: 5px;
	}

	.mob-menu-btn .fa-times:before {
		content: "\f00d";
	}

	.search-sec {
		margin-top: -15px;
	}

	.hd-top-msg p {
		font-size: 14px;
	}

	div#Logo > a:last-child {
		float: right;
		margin-right: 20px;
	}

	div#Logo a:last-child i {
		font-size: 26px;
		margin-top: 8px;
	}

	div#Menu{
		margin: 10px;
	}

	#Menu ul {
		background: #fff;
		border-top: #ccc 1px solid;
	}

	#Menu > ul{
		display:none;
	}

	#Menu li {
		display: block;
		border: #ccc 1px solid;
		border-top: 0;
	}

	#Menu li a {
		text-align: left;
	}

	.mob-menu-btn{
		display:block;
	}

	#TopMenu{
		display:none;
	}

	.hide-on-pc{
		display:block  !important ;
	}

	.hide-on-mob{
		display:none  !important;
	}

	html, body {
		overflow-x: hidden;
	}

	div#Container {
		width: 100%;
	}

	.Content {
		width: 100%;
	}

	div#Logo {
		text-align: center;
		width: 100%;
		padding-bottom: 17px;
		border-bottom: #ccc 1px solid;
	}

	.cart-sec {
		display:none;
		/*width: 100%;*/
		/*justify-content: center;*/
		/*float: none;*/
		/*padding-top: 20px;*/
	}

	div#SearchForm {
		width: 89%;
		display: block;
		margin-top: 10px;
		margin-left: 10px;
	}

	div#Header {
		position: relative;
		padding-bottom: 40px;
	}

	.main-slider-sec img {
		height: auto;
	}

	.cat-box {
		width: 50%;
	}


	div#HomeFeaturedProducts {
		margin-left: -15px;
	}

	div#HomeNewProducts {
		margin-left: -15px;
	}

	.abt-sec {
		width: 90%;
		margin-left: 5px;
	}

	.video-sec {
		padding-top: 0;
		margin-top: 40px;
		margin-bottom: 0px;
		margin-left: -30px;
	}

	.video-txt {
		padding: 30px;
		top: 0;
		position: unset;
		background: #000;
	}

	.video-txt h2 {
		font-size: 20px !important;
	}

	.video-txt p {
		font-size: 14px;
	}

	.video-txt a {
		padding: 6px 20px;
		font-size: 14px;
		margin-top: 10px;
	}

	.video-sec iframe {
		width: 100%;
		height: 160px;
	}

	.ext-info {
		margin-right: 40px;
		margin-left: 10px;
	}

	.insta-tag h2 {
		padding-right: 25px;
		font-size: 18px;
	}

	.fotter-section {
		width: 100%;
	}

	#fotter-bar {
		display: block;
		text-align: center;
	}

	.fotter-section ul li {
		width: 100% !important;
	}


	.testi-slider {
		margin-left: -30px;
	}

	.Left {
		width: 95%;
		min-height: auto;
	}

	.Content:not(.home .Content) {
		width: 93%;
		margin-left: 0;
	}

	.Content.Wide.WideWithLeft {
		text-align: center;
	}

	div#PageContent h2 {
		text-align: center !important;
	}

	.Content.all-cat-sec .ProductList li {
		width: 39% !important;
		height: 360px !important;
	}

	div#ProductDetails {
		width: 100%;
		margin-top: 15px;
	}

	div#ProductDetails .ProductThumbImage {
		width: 100% !important;
		height: 429px !important;
		margin-top: 0px;
	}

	div#ProductDetails .ProductThumbImage img {
		width: 100% !important;
		height: 429px;
		object-fit: contain;
	}

	#ProductDetails .ProductTinyImageList {
		width: 100%;
	}

	div#ProductDetail {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.ProductDetailsGrid.ProductAddToCart {
		float: left;
		width: 90%;
		margin-left: -6px;
		margin-top: 20px;
	}

	div#ProductDescription {
		width: 100%;
		float: left;
	}

	div#ProductByCategory .row {
		column-count: 1 !important;
	}

	div#ProductByCategory {
		margin-right: 0px;
		text-align: center;
	}

	div#ProductReviews {
		width: 90%;
	}

	.Content .ProductList li:not(.home .ProductList li) {
		width: 47% !important;
		min-height: 360px !important;
		margin: 2px !important;
		padding: 2px !important;
	}

	.Content h2, .TitleHeading {
		font-size: 24px;
	}

	td.CartThumb img {
		height: 70px;
	}

	div#CartContent {
		width: 100% !important;
		overflow-x: scroll;
	}

	.Content .ProceedToCheckout {
		width: 200px;
		float: none;
		text-align: left;
	}

	.KeepShopping {
		width: 100%;
		clear: both;
		text-align: left;
		margin: 10px 0 20px 0;
	}

	div#SuggestiveCartContent .ProductList li {
		width: 95% !important;
	}

	.Content h2 span {
		display: block;
		float: none;
	}

	.Right {
		width: 86%;
		padding: 0 30px;
	}
	.main-slider-sec {
		margin-right: 20px;
	}

	.Content .ProductList .ProductImage {
		height: auto !important;
		padding-bottom: 5px;
	}

	.Content .ProductList .ProductImage img {
		height: 180px;
		width: 100% !important;
		object-fit: contain;
	}

	div#SideCategoryTopSellers {
		display: none;
	}

	div#CategoryHeading .FloatRight.SortBox {
		position: unset;
	}

	div#CategoryBreadcrumb {
		margin-right: 15px;
		text-align: center;
	}

	.ImageCarouselBox {
		position: relative;
		z-index: 0;
	}

	#productImageModal .modal-content {
		width: 80%;
		margin: 0 auto;
		top: 70px;
		height: auto;
	}

	div#SimilarProductsByCustomerViews ul.ProductList {
		margin: 0 -10px;
	}
	.ProductReviewFormContainer dd input {
		width: 92% !important;
	}

	.ProductReviewForm p.Submit {
		margin-left: 0;
	}

	.sizepopup {
		width: auto;
		top: 0;
	}

	.checkout-pg table.CartContents td img {
		height: 100px;
	}
	.checkout-pg table.CartContents td a + strong {
		display: block;
		margin-top: -10px;
	}

	.testi-slider .item img {
		width: auto;
	}

}