/* Global Reset */
* {
    margin: 0;
    padding: 0;
    font-family:Heebo, Arial, serif;
}

html {
   // background:url("../../../product_images/uploaded_images/logo.png");
    background-repeat:no-repeat;
    background-position:center 38vh;
    background-attachment:fixed;
}

/* General */
body {
    margin:auto;
    overflow-x:hidden;
    opacity:0;
    color:#333;
}

input, select, textarea {
    padding:3px;
    outline: none;
}

p {
}

.contactinfo {
    display:flex;
    flex-direction:column;
    width:500px;
}

.contactinfo span {
    color:#000;
    font-size:1.3em;
}

.contactinfo .fa {
    color:#145f81;
}

.mapDiv {
    width:500px;
    float:left;
}

a {
    color:#000;
    text-decoration: none !important;
    transition:all 0.5s;
}

a:hover {
    color:#e60303;
}

.profile-image {
    position:relative;
}

.profile-image img {
	padding:15px;
    margin-right:15px;
    max-width:250px;
    max-height:250px;
}

.Contact {
}

#pageSubMenu  {
    list-style-type:none;
    padding:0;
    margin:0;
    float:right;
    margin-left:55px;
    width:350px;
}

#pageSubMenu li {
    font-size:1.5em;
    margin:10px;
    padding:5px;
    background-color:#fff;
    color:#fff;
    text-align: right;
    border-radius:6px;
}

#pageSubMenu li a {
    color:#50b8c5;
}

#pageSubMenu li a:hover {
    font-weight:bold;
}

.btncrew {
    //position:absolute;
    margin:auto;
	padding:0;
    background:none;
    border:0;
    outline:none;
    text-align:center;
    white-space:nowrap;
    top:0;
    bottom:0;
}

.btncrew:hover {
    color:#50b8c5;
}

.crewmember .text {
    visibility: visible !important;
    transition:all 0.3s;
}

#crew {
	display:table;
}

.crewmember {
    background-color:#F3F3F3;
    padding:25px;
}

.crewmember  {    
    display:table-row;
    align-items:center;
}

.crewmember .text {    
    padding-right:25px;
    display:flex;
    flex-direction:column;
    text-align:Right;
	height:0;
	overflow:hidden;
}

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, li {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
}

blockquote {
    margin-right: 28px;
}

select option {
    padding: 0 10px;
}

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

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

.color {
    //color:#e60303;
}

.mobileshow {
    display:none !important;
}

.mobilehide {
    display:block !important;
}

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

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

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

.HorizontalFormContainer dt {
    width: 160px;
    float: right;
    clear: right;
    padding-top:6px;
}

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

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

.NarrowFormContainer dt {
    width: 110px;
}

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

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


.circleorange {
    
    

}

/* Page Container */

#Container {
    margin: 0 auto;
}

/* Top Navigational Menu */
#TopMenu {
    display:none;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background:#051D39;
}

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

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

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

#TopMenu li a, #TopMenu li div {
    display:block;
    font-size:16px;
    font-weight:normal;
    text-decoration:none;
    margin:0 10px;
}

#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
}

#TopMenu li a:hover {
}

#TopMenu li .fa {
    opacity:0.5;
}

/* Pages Menu */
#Menu {
    width:100%;
    max-width:1200px;
    margin:auto;
    
}

#Menu ul {
    margin: 0;
    padding: 0;
    display:inline-block;
}

#Menu li {
    position: relative;
    display:inline-block;
}

#Menu li a {
    display: block;
    font-size: 1em;
    text-align: center;
    padding:0 8px;
    color:#fff;
//    white-space: nowrap;
}

#Menu ul:last-child li a {
    border-left:none;
}

#Menu li a:hover .page_name, #Menu li .Hover .page_name, #Menu .ActivePage a .page_name{
    border-bottom: 2px solid #000;
}

#Menu li ul {
 width: auto;
    position: absolute;
    clear: right;
    top: 27px;
    right: 8px;
    display: none;
    text-align: right;
    background: #fff;
    z-index: 99;
    border: 3px solid #c4c2c1;
    border-top: 3px solid #5597ed;
}

#Menu li ul li {
    text-align: right !important;
    border-top: none;
    padding: 8px 0;
    width: 100%;
    cursor: pointer;
    float: right !important;
}

#Menu li ul li:hover {
    background:rgba(0,0,0,0.05);
}


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

#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: right; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
}

#Wrapper {
    //margin-top:100px;
}

/* Header */

#Header {
    position:fixed;
    background-color:#fff;
    top:0;
    left:0;
    right :0;
    width:100%;
    z-index:998;
    height:123px;
    -webkit-box-shadow: 1px 13px 17px -5px rgba(0,0,0,0.29);
-moz-box-shadow: 1px 13px 17px -5px rgba(0,0,0,0.29);
box-shadow: 1px 13px 17px -5px rgba(0,0,0,0.29);
max-width:100%;
    
}

#table_head{
    position:fixed;
    margin:auto;
    text-align:center;
    max-width:1300px;
    left:0;
    right:0;
    z-index:9;
    margin-top:-12px;
}
/* Logo */

#Logo {
    max-width: 90px;
    float: left;
    padding-top: 10px;
}

#Logo h1 {
    font-size: 2.1em;
    font-weight: normal;
}

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

#LogoImage {
    max-width:100%;
}

/* Top Search Form */
#SearchForm {
}

#SearchForm label {
    font-weight: bold;
    display:none;
}

#SearchForm input.Textbox {
    width:155px;
    border:1px solid #ccc;
    border-radius:18px;
    background: #fff;
    font-size:14px;
    padding:4px 10px 4px 30px;
}

#SearchForm button {
    position:absolute;
    background:none;
    color:#aaa;
    padding:0;
    margin:0 -28px;
    height:100%;
    border:none;
    cursor:pointer;
}

#SearchForm button:hover {
    color:#000;
}

#SearchForm button .fa {
    font-size:1.4em;
}

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

#SearchForm a {
}

/* Left Content Area */

.Left {
    float:right;
    min-height:300px;
    width:180px;
    display:none;
}

.Left ul {
    list-style:none;
}

.Left li {
}

#SideCategoryList li {
    border-bottom:1px solid #ccc;
}

#SideCategoryList li a {
    display:block;
    padding:5px;
    color:#b23;
}

#SideCategoryList li a:hover, .ActiveCat a {
    
}

#SideCategoryList li ul {
    display:none;
}

#SideCategoryList li:hover ul {
    background:#EEEEEE;
    border:1px solid #CCCCCC;
    display:block;
    margin-right:180px;
    margin-top:-32px;
    position:absolute;
    z-index:999;
}
    
/* Primary Content Area */
.Content {
    min-height: 385px;
    width:100%;
    float:left;
}

.Content .Block {
    margin:10px auto;
    width:100%;
    max-width:1200px;
    color:#000;
}

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

.TitleHeading {
    color:#011E40;
    border-bottom:1px solid #011E40;
    font-weight:bold;
}

.TitleHeading a {
    color:#000;
    font-weight:bold;
}

/* Right Content Area */
.Right {
    float: left;
    min-height: 500px;
    width:180px;
    display:none;
}

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

.Right a {
    color: #000;
}



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

/* Page Footer */

#Footer {
    position: relative;
    background: #fff;
    color: #000;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    box-shadow:0 -1px 1px #aaa;
}

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

#Footer ul li a {
    color:#000;
    font-size:0.9em;
}

#Footer ul li a:hover {
    opacity:0.5;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
   // background:#ffe400;
    padding:20px 0;
}

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

.NewsletterSubscription input {
    width:200px;
    padding:7.5px;
    font-size:16px;
    border:1px solid #eee;
    text-align:center;
}

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

/* Product Listings */

#HomeNewProducts, #HomeFeaturedProducts, #HomeSaleProducts, #HomeAllProducts {
    display:none;
    margin:auto;
    overflow:hidden;
    width:1016px;
}

#HomeAllProducts {
    display:block;
    z-index: 1;
    position: relative;
}

#homeProductsDiv .ProductList {
    white-space:nowrap;
}

.ProductList {
    list-style: none;
    text-align:center;
}

.ProductList li {
    position:relative;
    background:#fff;
    display:inline-block;
    padding:10px 5px;
    margin:12px;
    text-align:center;
    box-shadow:0 0 1px #aaa;
    cursor:pointer;
    width:220px !important;
    transition:all 0.5s;
}

.ProductList li:first-child {
    margin-right:12px;
}

.ProductList li .ProductImage {
    position: relative;
    background:#fff;
    width:auto !important;
    height:180px !important;
}

.ProductList li .ProductImage img {
    position: absolute;
    max-width:100%;
    max-height:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.ProductList li:hover {
    background:#ccc;
    box-shadow:1px 1px 3px #aaa;
    transform: scale(1.02,1.02);
}
.ProductList li:hover .ProductDetails {
    border-bottom:1px solid #fff;
}
.ProductList li:hover .ProductDetails a {
    color:#fff;
}

.ProductList li em {
    color:#000;
    font-weight:bold;
    font-size:1.1em;
}

.ProductList li .ProductSaleText {
    position:absolute;
    left:0;
    top:0;
    font-size:0.8em;
    color:#fff;
    padding:5px;
    margin:5px;
    width:50px;
    text-align:center;
    border-radius:99px;
    opacity:0.9;
    z-index:3;
}

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

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

.ProductPrice .SalePrice, .ProductPriceRating .SalePrice {
    margin-left:5px;
}

.ProductPrice .CostPrice, .ProductPriceRating .CostPrice {
    margin:0 5px;
    color:#aaa;
    font-weight:normal;
    font-size:0.9em;
}

.ProductMain .ProductPrice {
    font-size:1.3em;
}

.ProductPriceRating em, .ProductPrice {
    color:#000;
}

.ProductList .Rating {
}

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

.ProductList li .ProductCompareButton {
    margin-bottom: 10px;
    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: right;
    width: 20px;
    font-size: 1.2em;
    padding: 6px 6px 3px 0;
}

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

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
    clear: both;
    float: right;
    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-right: 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-left: 10px;
    color:#555;
}

.Breadcrumb li a:hover {
    font-weight:bold;
}

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

.FindByCategory li {
    padding-right: 12px;
    padding-left: 8px;
    display: inline;
}

/* Miscellaneous Definitions */

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

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

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

.FloatRight {
    float: left;
}

.FloatLeft {
    float: right;
}

.ClearRight {
    clear: left;
}

.ClearLeft {
    clear: right;
}

.SortBox {
    background:#fff;
    padding-right:10px;
}

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

.Clear {
    clear: both;
}

.Field45 {
    width: 45px;
}

.Field100 {
    width: 100px;
}

.Field150 {
    border:1px solid #CCCCCC;
    float:left;
    padding:5px;
}

.Field200 {
    width: 200px;
}

select.Field200 {
    width: 210px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 100%;
    border: 1px solid #50b8c5;
    font-size: 1.1em;
}
/* cchange the color of the place holder*/
/*::placeholder{
    color :#fff;
}
::placeholder {
    color: :#fff;
    opacity: 1; /* Firefox */
/*}

/*:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /* color: :#fff;
}*/

/*::-ms-input-placeholder { /* Microsoft Edge */
   /*color: :#fff;
}*/

.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 20px 0px 0px; }
.PL40 { padding:0px 40px 0px 0px; }
.MT10 { margin-top:10px; }
.PL10 { padding-right:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
    display:none;
    color: red;
    font-weight: bold;
    font-family:monospace;
    visibility: visible;
}

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

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

}

.ErrorMessage {
    padding: 7px 5px;
    font-size:0.7em;
    margin-bottom: 10px;
}/************* Page Specific: Create Account / Login Page *************/

#LoginForm .CreateAccount, #LoginForm .AccountLogin {
    height:300px;
    margin:0 25px !important;
    width:80%;
}

.CreateAccount, .AccountLogin {
    color:#011E40;
    background:linear-gradient(#F7FBFC 0%, #EAEAEA 51%, #D8D8D8 100%);
    border:1px solid #ccc;
    padding:25px !important;
    margin:auto !important;
    height:250px;
}

.CreateAccount {
    width:45%;
    float:left;
}

.AccountLogin {
    float:right;
    width:45%;
}

.CreateAccount:hover, .AccountLogin:hover {
    box-shadow:3px 3px 5px #555;
}

.CreateAccount ul {
    margin-right:25px;
}

.AccountLogin a {
    color:#000;
}

.AccountLogin a:hover {
    font-weight:bold;
    color:#011E40;
}

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

ul.ShippingAddressList li {
    width: 30%;
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
    padding:10px;
    background:#eee;
    border:1px solid #aaa;
}

.PrimaryProductDetails {
    border-bottom:1px solid #ccc;
    padding-bottom:70px;
}

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

.PrimaryProductDetails .ProductMain {
    width: 500px;
    float: right;
    position: relative;
    z-index:1;
}
.PrimaryProductDetails dl {
    font-size: 0.90em;
}

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

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

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

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

.ComparisonCheckbox {
    float: right;
}

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

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

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

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 15px 8px 10px; }
.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-right:20px; padding-right:5px; }

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

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

/* General Tables */
#cartForm {
}

.CartItemQuantity input {
    text-align:center;
}

.CartRemoveLink {
    color:#555;
}

.CartRemoveLink:hover {
    color:#000;
}

table.General,
table.CartContents, table.General {
    width: 100%;
}

table.General thead tr th,
table.CartContents thead tr th {
    padding: 6px 10px;
    text-align: right;
    background:#eee;
    color:#000;
}

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 {
    margin-top:10px;
}
.CartContents tbody td,
.CartContents tfoot td {
    border-bottom: 1px dashed #aaa;
}
.CartContents .ProductName a {
    color:#000;
    font-weight: bold;
}

.ProceedToCheckout {
    text-align: left;
}

.Content .ProceedToCheckout {
    width: 200px;
    float: left;
}
.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;
}

.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: right; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF; display:none;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px; cursor: pointer; }
.QuickSearchResultImage { margin-right: 4px; margin-left: 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: left; 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-left: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }

.ExpressCheckoutContent .CheckoutRedeemCoupon {
}

.ExpressCheckoutContent .CheckoutOrderComments {
}

.ExpressCheckoutContent .CheckoutOrderComments hr { display:none; }

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

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

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

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

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

.SubCategoryList {
}

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

.SubCategoryList li {
    display:inline-block;
    border:1px solid #555;
    margin:10px;
    padding:10px;
    text-align:center;
    width:150px;
    height:150px;
    cursor:pointer;
    transition:all 0.5s;
}

.SubCategoryList li:hover {
    opacity:0.75;
}

.SubCategoryList li a {
    display:block;
    height:50%;
    width:100%;
}

.SubCategoryList li a img {
    max-width:100%;
    max-height:100%;
}

.SearchTips .Examples {
    background: lightyellow;
    padding: 8px;
    border: 1px solid #aaa;
    color: #555;
    margin-right: 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 {
    margin:10px;
    list-style: none;
}

small {
    font-size:0.75em;
}

.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: left;
}

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

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

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

#TopMenu li.Flag img.Last {
    margin-left: 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 5px 0 3px;
    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: right;
    width: 24px;
    padding-left: 2px;
    vertical-align: middle;
}

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

.PrimaryProductDetails .YouSave {
    font-weight: bold;
    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: left;
}

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

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

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

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

.EstimatedShippingMethods {
    text-align: right;
}

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

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

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

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

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

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background:#eee;
    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;
    left: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}

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

.LoadingIndicator {
    margin-right: 10px;
}

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

#TopMenu li.HeaderLiveChat {
    float: left;
}

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

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-right: 25px;
}

.SubCategoryListGrid {
    text-align:center;
}

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

.SubCategoryListGrid li {
    display:inline-block;
    margin:10px;
    padding:10px;
    text-align:center;
    width:200px;
    white-space:nowrap;
    cursor:pointer;
    transition:all 0.5s;
}

.SubCategoryListGrid li:hover {
    opacity:0.75;
}

.SubCategoryListGrid li a {
    display:block;
    height:50%;
    width:100%;
}

.SubCategoryListGrid li a img {
    max-width:100%;
    max-height:80%;
}

.SubCategoryListGrid ol {
    clear: both;
}

#ProductTabs {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height:27px;
    border-bottom:1px solid #aaa;
}

.TabNav li {
    background:#eee;
    padding:5px;
    margin: 0 1px;
    cursor:pointer;
}

.TabNav li:hover, .TabNav .Active {
    background:#ea0000;
}

.TabNav li:hover a, .TabNav .Active a {
    color:#fff;
}

.RowDivider {
    display:none !important;
}

.SubBrandList {
    padding: 4px;
}

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

.SubBrandList li {
    margin-bottom: 4px;
    padding-right: 25px;
}

.SubBrandListGrid {
    padding: 4px;
}

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

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

.SubBrandListGrid ol {
    clear: both;
}

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

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

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

.ProductFields dd {
    margin-bottom: 4px;
    float:right;
    margin-right: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-right: 22px;
    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-left: 5px;
}

.ProductList .ProductDetails {
    height:70px !important;
    border-bottom:1px solid #ccc;
    white-space:normal;
}

.ProductList .ProductDetails a {
    font-size:1em;
}

#homeProductsDiv {
    position:relative;
    margin:auto;
    text-align:center;
    max-width:1200px;
}

#homeProductsDiv .fa-angle-left {
    z-index: 2;
    color:#d00;
    background: #fff;
    font-size: 3em;
    width: 50px;
    padding: 0;
    margin: auto;
    cursor: pointer;
    opacity:0.75;
}

#homeProductsDiv .fa-angle-left:hover {
    opacity:1;
    font-weight:bold;
}

#homeProductsDiv .fa-angle-right {
    z-index: 2;
    color:#d00;
    background: #fff;
    font-size: 3em;
    width: 50px;
    padding: 0;
    margin: auto;
    cursor: pointer;
    opacity:0.75;
}

#homeProductsDiv .fa-angle-right:hover {
    opacity:1;
    font-weight:bold;
}

.ProductActionAdd {
    text-align:center;
}

.ProductActionAdd .fa-shopping-cart {
    color:#000;
    background:#f7ff1c;
    border-radius:99px;
    font-size:1.35em;
    padding:4px 0 8px;
    margin:0 5px;
    display:block;
    cursor:pointer;
    transition:all 0.5s;
}

.ProductActionAdd .fa-shopping-cart:hover {
    color:#f7ff1c;
    background:#000;
}

.ProductActionAdd .fa-heart {
    color:#fff;
    background:#e60000;
    border-radius:99px;
    font-size:1.3em;
    padding:6px 2px;
    margin:0 5px;
    display:block;
    cursor:pointer;
    transition:all 0.5s;
}

.ProductActionAdd .fa-heart:hover {
    color:#e60000;
    background:#fff;
    box-shadow:0 0 1px #aaa;
}

.TagList {
    margin-top: 20px;
}

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

.CartThumb img {
    height:auto;
    width:100px;
    border:1px solid #555;
}


.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-right: 22px;
    padding-bottom: 4px;
    line-height: 1.6;
}

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

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */


.TabNav li {
    display: inline;
}

.TabNav li a {
    position: relative;
    padding: 4px 6px;
    text-decoration: none;
}

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

.TabNav li.Active a {
}


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

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-right: 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-left: 15px;
    float: right;
    background-image: none;
    width: 120px;
    height: 120px;
}

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

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

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

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

.Content .ProductList.List li .ProductCompareButton {
    text-align: right;
    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: right;
    margin-top: 6px;
    padding-right: 140px;
}

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

.ProductDetailsGrid .Value {
    display: inline;
}

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

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

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

.ProductOptionList input {
    vertical-align: middle;
}

/* Product Videos */

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

#VideoList {
    padding-right: 5px;
}

.VideoSeparator {
    clear: both;
}

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

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

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

.videoRowTitle {
    font-weight: bold;
}

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

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

.VideoContentContainer {
    position: relative;
    margin-right: 3px;
    padding-right: 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-right: 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-right: 10px;
    width:275px;
}

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

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: bold;
}

.VideoSingleDescription {
    padding-top: 10px;
    overflow-y: auto;
    height: 220px;
    padding-left: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: right;
}


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

.SearchSorting {
    float: left;
    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: rgba(0,0,0,0.05);
    color:#000;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

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

/** AJAX loading box - End **/
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: right;
    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-right:auto;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-right: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: 260px;
    float:left;
    text-align:left;
}

#ProductDetails .ProductThumbImage a {
}

#ProductDetails .ProductThumbImage #thumb {
    max-width:350px;
    max-height:260px;
}

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

.ImageCarouselBox {
    width:100%;
    margin:0 auto;
    padding:0 !important;
    float:left;
}

.carousel {
    position: relative;
    visibility: hidden;
    right: -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 {
    right: 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 */
}

.myBtn {
    background: #50b8c5;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 14px;
    font-size: 1.3em;
    cursor: pointer;
    transition: all 0.5s;
    float: left;
}

.myBtn:hover {
    color:#50b8c5;
    background:#fff;
}

.myBtn1 {
    background: #50b8c5;
    color: #fff;
    font-size: 1.5em;
    padding: 4px 0;
    border: 1px solid #50b8c5;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.5s;
    width:200px;
    font-weight: normal;
}

.myBtn1:hover {
    color: #50b8c5;
    background: #fff;
    border: none;
}
.myBtn2 {
    background: #fff;
    color: #3f3f3f;
    border: 1px solid #fff;
    padding: 4px 0;
    font-size: 1.55em;
    cursor: pointer;
    width: 200px;
    transition: all 0.5s;
}

.myBtn2:hover {
    color:#fff;
    background: #3f3f3f;
    border:none;
}
.myBtn3 {
    background: #50b8c5;
    color: #fff;
    border: 1px solid #50b8c5;
    padding:2px 15px;
    font-size: 1.3em;
    cursor: pointer;
    width: 200px;
    transition: all 0.5s;
}

.myBtn3:hover {
    color:#50b8c5;
    background: #fff;
}

.Left #SideNewsletterBox { display:none; }

#CatItemCnt {
    background:#EB3654;
    border-radius:100px;
    color:#FFFFFF;
    font-size:14px;
    text-align:center;
    width:18px;
    position:absolute;    
}

#CategoryPagingTop { display:none; }

#ContactForm {
    padding:10px;
    line-height:35px;
    margin-top:5px;
}

.circle {
    background:#b23;
    border-radius:100px;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    margin:0 -15px;
    opacity:0.9;
    padding:1px 7px;
    position:relative;
    z-index:99;
}

.FacebookLikeButtonContainer {
    margin-top: 50px !important;
    float:left;
    width:250px;
}

.langFlag {
    opacity:0.5;
}

.langFlag:hover, .langFlag.active {
    opacity:1;
}

.langFlag img {
    height:35px;
}

.goog-te-banner-frame.skiptranslate { display: none !important;} 
#goog-gt-tt{display: none !important; top: 0px !important; } 
.goog-tooltip skiptranslate{display: none !important; top: 0px !important; } 
.activity-root { display: hide !important;} 
.status-message { display: hide !important;}
body { top:0 !important; }
.started-activity-container { display: hide !important;}

#asliderDiv {
    height:390px;
    width:100%;
    max-width:1200px;
    margin:auto;
    overflow:hidden;
}

.aslide {
    display: none;
    width: 100%;
}
.aslide img {
    width: 100%;                
}
.aslider {
    width: 100%;
    height: 1200px;
}
.aslide .text {
    display:none;
    margin: 0 auto;
    font-weight: bold;
    font-size:1.5em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom:50%;
    left:-10%;
    cursor:pointer;
}
.aslider .audio-toggle, .aslider .play-pause-toggle {
    display:none !important;
}

.title {
    background:#062041;
    color:#FFFFFF;
    margin:0;
    padding:10px;
    text-align:center;
    width:190px;
}

.film_roll_prev, .film_roll_next {
    display:none !important;
    color:#aaa !important;
    font-size:95px !important;
    font-weight:100;
    height:40px;
    left:-8px !important;
    line-height:30px;
    margin:-20px 0 0;
    opacity:0.8 !important;
    padding:0;
    position:absolute;
    text-align:center;
    text-shadow:#000 1px 1px 3px;
    top:48%;
    width:40px;
    background:none !important;
    border:none !important;
}
.film_roll_prev:hover, .film_roll_next:hover {
    color:#fff !important;
    opacity:1 !important;
}
.film_roll_next {
    right:-4px !important;
    left:auto !important;
}

.film_roll_child {
    top:0;
    padding:0;
}

.film_roll_child img {
    max-height:100%;
    height:50px;
}

#Footer #Menu {
    width:auto;
    text-align:right;
}

#Footer #Menu ul {
    width:80%;
}

#Footer {
    display:block;
    
}

#footerCats ul {
    width:80%;
    border-bottom:1px solid #ccc;
}

#footerCats li {
    list-style:none;
    padding:3px 0;
}


#footerCats li a {
    color:#0365AE;
}

#footerCats li a:hover {
    font-weight:bold;
}

#footerCats li ul {
    padding-right:2px;
    color:#037;
    font-size:0.9em;
    border-bottom:none;
    
}

#socialDiv .fa {
    font-size:3em;
    margin:0 10px;
    cursor:pointer;
    transition:all 0.5s;
}

#socialDiv .fa:hover {
    color:#555 !important;
}

#CreateAccountForm {
    width:1155px;
    color:#011E40;
    margin:auto;
}

#CreateAccountForm h2 {
    border:none;
}

.CheckoutHideOrderTermsAndConditions textarea {
    resize:none;
}

.AccountMessageList li {
    background:#eee;
}

.AccountOrderStatusList li {
    background:#eee;
}

.OrderItemList {
    margin:5px 25px;
}

.AccountOrdersList {
    background:#eee;
}

#WishListEditFrom dl {
    background:#eee;
    padding:10px;
}

.WishListBtns a {
    margin:0 10px;
}

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

#EditAccountForm input {
    margin-top:5px;
}

#Menu {
    font-size:0.9em;
    margin-top:60px;
    float:left;
}

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

#Menu ul li {
    display:inline-block;
    margin:0 5px;
}

#Menu ul li ul li{
    margin:0 !important;
}



#Menu ul li a {
    color:#3f4140;
    font-size:1.7em;
}
#Menu ul li a:hover{ 
    transition: all 0.3s;
    color:#3f4140;
}

#Menu ul li ul li a {
    font-weight:normal;
    text-align:right !important;
    float:right !important;
    white-space:nowrap;
}

#Menu ul li:hover ul {
    display:block;
}

#headerLeftButtons td {
}

#headerLeftButtons td:hover {
    -webkit-filter: drop-shadow(1px 1px 1px black); /* Safari */
    filter: drop-shadow(1px 1px 1px black);
}

.catImage {
    display:none;
    float:right;
    height:30px;
    margin:0 10px;
}

#mainCats {
    max-width:1200px;
    margin:auto;
    border-collapse:separate;
}

#mainCats td {
    position:relative;
    background-size:cover;
    background-position:center;
    width:33%;
    height:12em;
    cursor:pointer;
    transition:all 0.5s;
}

#mainCats td:hover {
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
    background-position:top;
}
#mainCats td:hover .text {
    font-size:1.5em;
    background:rgba(0,0,0,0.2);
}

#mainCats .text {
    position:absolute;
    top:39%;
    right:0;
    left:0;
    margin:auto;
    background:rgba(0,0,0,0.1);
    color:#fff;
    text-align:center;
    text-shadow:3px 3px 3px #000;
    font-size:1.1em;
    font-weight:bold;
    transition:all 0.5s;
}

.featuredProductsLink {
    z-index: 2;
    position: relative;
    cursor:pointer;
}

.featuredProductsLink a {
    font-weight:bold;
    font-size:1.1em;
    width:100px;
    text-align:center;
    display:block;
    margin:0 10px;
}

.featuredProductsLink:hover a, .featuredProductsLink.active a {
    color:#e60303;
    border:2px solid #e60303;
    border-radius:999px;
    padding:3px 7px;
}

.featuredProductsLink .fa-sort-down {
    display:none;
    color:#000;
    font-size:4em;
    margin-right:40px;
    margin-top:-42px;
    position:absolute;
    transition:all 0.5s;
}

.featuredProductsLink.active .fa-sort-down {
    display:block;
}

#buyfromus h2 {
    color:#000;
}

#buyfromus h3 {
    color:#000;
    font-weight:normal;
}

#buyfromus img {
    height:35px;
    cursor:pointer;
    transition:all 1s;
}

#buyfromus img:hover {
    transform: rotate(360deg);
}

#ProductDescription {
    float:right;
    width:500px;
}

.ProductOptionList {
    text-align: center;
    padding: 10px 0;
    padding-right: 50px;
}


#socialLinks a {
    font-size:2em;
    margin:0 5px;
    transition:all 0.5s;
}

#socialLinks a:hover {
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
}

.magnifier-lens {
    background-size: 200% !important;
}

#CartStatusMessage {
    display:none;
}

#PageContent {
    margin:auto;
}

.pageTitle {
    max-width: 1200px;
    margin: auto;
    font-size: 2em;
    margin-bottom:50px;
}

#first_name {
    color:#fff !important;
    font-size:1.5em !important;
}

#seconde_name {
    color:#fff !important;
    font-size:1em !important;
}

#logo img{
    height:77px;
    position:relative;
    margin-top:38px;
}
#loginOrRegister {
    display:none !important;
}
#slogen {
    font-size: 5em;
    text-align: center;
    color: #fff;
    margin-top: 48vh;
}
#desc{
    max-width:100%;
    text-align: center;
    margin: auto;
    font-size:1.2em;
    margin-bottom:50px;
}
#desc u{
    text-decoration:none;
    border-bottom:5px solid #f27405;
}
#desc #upper_text{
    font-weight:500;
    font-size:0.8em;
}
#desc #bottom_text{
    font-size:0.7em;
    font-weight:400;
}

.photo_squer {
    max-width:100%;
    width: 1170px;
    margin: auto;
    margin-top: 45px;
    text-align: center;
    position: relative;
}
.photo_squer img{
    max-width:100%;
    width: 1000px;
    height: 500px;
    margin-top: 50px;
}
.photo_squer_left img{
    max-width:100%;
    width: 1000px;
    height: 500px;
    margin-top: 50px;
    left: 0;
}
.photo_squer_left{
    max-width:100%;
    width:1170px;
    margin: auto;
    margin-top: 45px;
    text-align:left;
    position: relative;
    
}
#perpule_squer ,#perpule_squer_down{
    display: block;
    height: 300px;
    width: 300px;
    background-color: #624cab;
    position: absolute;
    padding: 0px 20px 0;
    color: #fff;
    left: 0;
    top: 300px;
}

#perpule_squer h2, #perpule_squer_right h2, #perpule_squer_down h2 {
    margin-top: 33px ;
    font-size :1.7em ;
}
#perpule_squer_btn{
    margin-top:35px;
}

#perpule_squer_right{
    display: block;
    height: 300px;
    width: 300px;
    background-color: #624cab;
    position: absolute;
    padding: 0px 20px 0;
    color: #fff;
    top: 300px;
    margin-right: 80px;
}
#short_desc ,#details{
    text-align: center;
    margin-top: 25px;
}
.text_squer{
    text-align: right;
    margin-right: 32px;
}
#wave_head{
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 100vh;
}
#wave_footer {
    text-align:center;
}
#wave_head img  {
    transform: rotate(90deg);
    width: 100px;
    position: absolute;
    bottom: 0;
}
#wave_footer img{
    position: absolute;
    z-index: 10;
    margin-top: 30px;
    transform: rotate(90deg);
    width: 100px;
    margin-right: -45px;
}
.main_image_div{
    background: url(../../../product_images/uploaded_imagesmy/2.png);
    width: 1170px;
    background-size: cover;
    background-position:center;
    max-width:100%;
    height: 500px;
    margin-top: 50px;
}
.wave, .wave_pages{
    text-align: center;
    margin-top:100px;
}
.wave img{
    transform: rotate(90deg);
    width: 100px;
    position: absolute;
    margin-right: -39px;
    margin-top: -14px;
 }
.main_txt_div{
    display: block;
    margin: auto;
    font-size: 1.7em;
    font-weight:500;
}
#about_tbl{
    text-align:center;
    width:500px;
    float:left;
}
#about_tbl td{
    padding:5px 0;
}
#about_tbl ::placeholder{
    color:#50b8c5;
}


.Breadcrumb {
    display:none;
}
.main_image_div_page{
    background: url(../../../product_images/uploaded_images/2.png);
    max-width: 900px;
    background-size: cover;
    height: 50vh;
    background-position: center;
    transition: all 1s;
    margin: auto;
}
.wave_pages img{
    transform: rotate(90deg);
    width: 100px;
    position: absolute;
    margin-right: -39px;
    margin-top: 25px;
    z-index:1;
 }
 .li_txt{
    overflow:hidden;
    height:0;
    text-align: justify;
    margin-top: 20px;
    width: 720px;
    color: #555;
    margin-right:44px;
 }
 #ul_faq{
    list-style: none;
    float: right;
    font-size: 1.5em;
    margin-right: 205px;
 }
 #ul_faq li {
     padding : 10px 0;
     color:#00a4d6;
     border-bottom: 1px solid #eee;
      -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
 }
 
 #ul_faq li em {
    padding-right: 15px;
    color: #624cab;
    cursor:pointer;
 }
 #ul_faq_div{
     width:1170px;
 }
 .req{
    display: block;
    margin: auto;
    max-width: 750px;
    font-size: 1.3em;
    margin-top:25px;
 }
 .req h2, .service h2{
    font-size: 1.2em;
    font-weight: bold;
    margin: 6px 0 6px 0;
    color:#624cab;
    margin-bottom: 20px;
 }
.service{
    display: block;
    margin: auto;
    width: fit-content;
    font-size: 1.3em;
    margin-top: 35px;
    text-align: right;
}

.service_ul {
    list-style:none;
}
.service_ul li {
    padding: 10px 0px;
}
#service_tbl{
    text-align:center;
    margin-right: 221px;
}

.service_ul li em {
    font-size : 0.8em;
}
.gallery {        
    position: relative;        
    background:#fff;        
    min-height:300px;        
    padding: 25px;        
    text-align: center;    
}

.gallery img {        
height:175px;        
cursor:pointer;        
transition:all 0.5s;    
}

.gallery img:hover {        
    height:195px;    
}
.imgcheckbox {        
    position: absolute;
    width: 25px;        
    height: 25px;        
    margin-right: -30px;        
    margin-top:5px;        
    z-index: 997;    
}
button {        
    font-size:1.2em;        
    padding:5px;        
    margin:0 10px;        
    cursor:pointer;    
}
                
#loadingDiv {        
    background:rgba(0,0,0,0.5);        
    display:none;        
    height:100%;        
    left:0;        
    position:fixed;        
    top:0;        
    width:100%;        
    z-index:998;    
}
.deleteButtons {        
    padding:50px;    
}
#eshImages{
    margin:auto;
    margin-bottom:60px;
    margin-top:65px;
}

.ug-thumb-wrapper {
    cursor:pointer;
}
.ug-handle-tip-top{
    display:none;
}

.mobileMenuIcon {
    display:none;
}
#main_image img{
    width:100%;
}
.fire{
    color: #f27405;
    padding: 0 6px;
    font-size: 0.9em;
}

#our_services{
    background: #efefef;
    height:400px;
}
#our_services h2{
    text-align: center;
    padding-top: 77px;
    margin-bottom: 50px;
    font-size: 2.7em;
}
#service{
    margin:auto;
}
#service img{
}
#service td{
    text-align: center;
    background: #fff;
    display: inline-block;
    margin: 20px;
    height: 400px;
    padding: 20px;
    border-bottom: 5px solid #e1e1e1e1;
    z-index: 100;
    position: relative;
}
#service td:last-child {
    padding-top:40px;
}
#service td:first-child {
    padding-top:30px;
}
#service td:last-child h4{
    padding-top:20px;
}
#service h4{
    font-weight:500;
    font-size:1.4em;
}
.text_service{
    width: 250px;
    height: 400px;
    margin: auto;
    font-size: 1.2em;
}
.contact_us{
    background:#145f81;
    height:254px;

}
.contact_us #phone_img img{
    position: absolute;
    height: 369px;
    margin-top: -118px;
}

.contact_us_tbl{
    margin:auto;
    text-align:center;
    font-size:1.5em;
}
.contact_us_tbl h2{
    color:#fff;
    margin-bottom: 30px;
    font-size:1.7em;
}
.contact_us_tbl input[type=text]{
    background:#fff;
    border:2px solid #fff;
    margin: -1px 12px;
    color:#535353;
    font-size:1.3em;
}
.contact_us_tbl input[type=text] ::placeholder{
    color:#535353;
}
.contact_us_tbl input[type=submit]{
    float: left;
    margin-right: 16px;
    font-weight: 500;
}
#table_footer{
    margin:auto;
    margin-top:20px;
}

#table_footer h2{
    font-size:1.2em;
    color:#6b6b6b !important;
}
#table_footer td {
    border-left: 1px solid #dfdfdf;
    vertical-align: top;
    padding: 0 5%;
    width:30%;
}
#table_footer td:last-child {
    border-left: none;
}
#footer_cat{
    margin-top: 32px !important;
}
#footer_cat li{
    padding: 7px 0;
    font-size:1.2em;
}
#footer_cat li ul{
    display:none !important;
    width: 110px;
    position: relative;
    clear: right;
    right: 5px;
    text-align: right;
    background: #fff;
    font-size: 1em;
    
}
#footer_cat li ul li {
    width: 110px;
    position: relative;
    clear: right;
    right: 5px;
    text-align: right;
    background: #fff;
    font-size: 1em;
    display:none;
}
#footer_cat li:hover ul li, #footer_cat li.over ul li {
    display: block;
}
#inner_desc{
    text-align: center;
    max-width: 65%;
    margin: auto;
    margin-bottom: 120px;
    color: #3f4140;
}
#inner_desc h1{
    color:#f27405;
}


.content-block {
    
    display:flex;
    align-items:Center;
}


#subMenu {
    
    margin:0;
    padding:0;
    border: 1px solid #b5b5b5;

}

.main-title {
    
    background:#3376ea;
}

#subMenu li {
    
    list-style-type:none;
    border-bottom: 1px solid #ececec;
    padding: 10px;
}

#subMenu li a {
    
    color:#000;
}

#subMenu li:hover {
    
    
    background:#39dbd8;
}

#menu-content {
    
    width:50%;
    margin-right:auto;
}

#inner_bottom_text{
    font-size: 0.7em;
    font-weight: 400;
    line-height: 25px;
}
#footer_cat li.HasSubMenu  ul li a{
    color:#000 !important;
    font-size:1em !important;
    width: 110px !important;
    right: 5px !important;
    text-align: right !important;
}

#footer_cat li.HasSubMenu  ul li {
    border-bottom:1px solid #e3e3e3 !important;
    text-align:right !important;
}
#footer_cat li.HasSubMenu  ul li:last-child {
    border-bottom:none !important;
}

.HasSubMenu  ul li a{
    color:#000!important;
    font-size:1.3em !important;
    
}
.HasSubMenu  ul li {
    border-bottom:1px solid #e3e3e3 !important;
    text-align:right !important;
}
.HasSubMenu  ul li:last-child {
    border-bottom:none !important;
}
#_inner_upper_text{
    font-size: 0.8em;
    display: block;
    line-height: 30px;
    margin-top:60px;
}
#pageSubMenu{
}
#mobile{
    display:none;
}
#phone{
    font-size:1.3em;
}
.desktop{
    display:block;
}
.moblie_height{
    height:270px;
}
#contact_header{
    display:none;
    list-style:none;
    position: absolute;
    left: 0;
    -webkit-box-shadow: -1px 4px 23px 5px rgba(0,0,0,0.21);
-moz-box-shadow: -1px 4px 23px 5px rgba(0,0,0,0.21);
box-shadow: -1px 4px 23px 5px rgba(0,0,0,0.21);
    max-width: 100%;
    width: auto;
}
#contact_header li:first-child{
    background:#50b8c5;
}
#contact_header li{
    display:table-cell;
}

#pasportAndText{
    max-width:1200px;
    margin:auto;
}
#pasportAndText td{
    padding:10px;
}
#pasportAndText h2{
    white-space:nowrap;
}
#pasportAndText #passportImg{
    border: 3px solid #efefef;
    padding: 10px;
}
#who_text{
    text-align:justify;
}
#who_text span{
    margin-top: 70px;
    float: left;
}
#moreDetails{
    background:#fff;
    height:250px;
    position:relative;
}
#moreDetails h2{
    display: block;
    position: absolute;
    left: 0;
    right: 35%;
    top: 55%;
    bottom: 0;
    margin: auto;
    text-decoration: underline;
    font-weight: 400;
}   
.contact_us_tbl{
    position: absolute;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin-top: 62px;
    
}
.detailsSend{
    display:block;
    width:300px; 
    background:transparent;
    height:50px;
    margin:auto;
    border:none;
}
#SideNewsletterBox h2{
    display:none;
}
#SideNewsletterBox label{
    display:none;
}
.NewsletterSubscription input{
    width: 100%;
    font-size: 1.2em;
    padding: 10px 5%;
    margin-bottom: 13px;
    border: 1px solid #d9d9d9;
    text-align:right;
}
.blue_squer{
    position: relative;
    margin-left: 15px;
    font-size: 2em;
    color: #3b8bb9;
    display: -webkit-inline-box;
    top: 5px;
}
.inner_text{
    max-width: 1200px;
    margin: auto;
    font-size: 1.4em;
    line-height: 35px;
    text-align: justify;
}
#gal{
    width:100%;
    height:300px;
}

#page327_htmltext3, #page322_htmltext3, #page325_htmltext1, #page329_htmltext3 {
    float:right;
    width:780px;
}

#page327_htmltext3 li, #page322_htmltext3 ul, #page325_htmltext1 ul, #page329_htmltext3 ul {
    margin:0 16px;
}

#text {
    font-size:1.2em;
}

/* End: category flyout styles */