@charset "UTF-8";
/* 去除常见标签默认的 margin 和 padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
    color: #333;
    background: #f5f5f5;
    overflow-x: hidden;
}

/* 去除列表默认样式 */
ul,
ol {
    list-style: none;
}

/* 去除默认的倾斜效果 */
em,
i {
    font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
    text-decoration: none;
    color: #333;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
    vertical-align: middle;
}

/* 去除input默认样式 */
input {
    border: none;
    outline: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.bg-white {
    background: #fff!important;
}
.bg-transparent {
    background: #f5f5f5!important;
}
#Container, #Outer, #Menu, #Wrapper, .content-box, #Footer, #ProductDetails {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#fullTopMenu {
    background-color: #333333;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    height: 50px;
    box-sizing: border-box;
}
#TopMenu {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #b0b0b0;
    background-color: inherit;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
#TopMenu ul li a, #TopMenu ul li div a {
    color: inherit;
    margin: 0;
}
#TopMenu ul li a:hover {
    text-decoration: none;
    color: #757575;
}
#TopMenu li a, #TopMenu li div {
    background: none;
    margin: 0;
    color: inherit;
}
#Outer {
    background-color: transparent;
}
#Header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
#Logo {
    float: none;
    flex: 1;
    margin-right: 30px;
}
#Logo h1 {
    margin: 0;
}
#Logo h1 a {
    border: none;
}
#SearchForm {
    margin: 0;
    position: unset;
    padding-right: 20px;
}
#Menu {
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    height: 50px;
}
#Menu li.ActivePage a {
    color: #333;
}
#Menu ul {
    padding: 0;
}
#Menu ul li {
    height: 50px;
    line-height: 50px;
    background: none;
}
#Menu > ul > li > a {
    display: block;
    color: #333;
}
#Menu > ul > li > a:hover {
    color: #555;
}
#Menu ul li ul {
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border-radius: 4px;
    top: 50px !important;
    width: 200px;
    padding: 10px;
}
#Menu ul li ul li {
    height: 24px;
    line-height: 24px;
    clear: both;
}
#Menu ul li ul li a {
    color: #333;
    background: none;
    display: inline-block;
}
#Menu li ul li a {
    width: auto;
    padding: 0;
}
#Menu ul li ul li a:hover {
    text-decoration: underline;
    color: #666;
}
#Menu li ul li a:hover {
    color: #666;
}
#Menu li:hover a, #Menu li.over a {
    color: #666;
}
#HomeFeaturedProducts h2, #HomeNewProducts h2 {
    margin: 20px 0!important;
}
.ProductList {
    margin: 0!important;
    padding: 0!important;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}
.ProductList li {
    background: #fff;
    padding: 15px;
    min-width: 0;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
}
.ProductList li * {
    max-width: 100%;
}
.ProductList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.ProductList .ProductImage {
    margin: 0!important;
    padding: 0!important;
    background: transparent;
    width: 258px !important;
    height: 387px !important;
    border-radius: 5px;
    overflow: hidden;
}
.ProductList .ProductImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.ProductList .ProductImage img:hover {
    transform: scale(1.1);
}
.ProductList .ProductDetails, .ProductList .ProductPriceRating {
    padding: 0!important;
}
.ProductList .ProductDetails {
    margin: 10px 0;
}
.ProductList .ProductDetails strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    line-height: 1.5em;
    max-height: 45px;
}
.ProductList .ProductActionAdd {
    width: 100%;
    height: auto;
    background: none;
}
.ProductList .ProductActionAdd a, .ProductList.List .ProductDetails .ProductRightCol .ProductQty a {
    background: #ff6700;
    padding: 10px 20px;
    border-radius: 8px;
    display: block;
    color: #fff;
}

.full-footer-head {
    background-color: rgba(10,10,10,0.85);
    border-top: 1px solid rgba(0,0,0,0.5);
    margin-left: -9999px;
    margin-right: -9999px;
    margin-top: 30px;
    padding-left: 9999px;
    padding-right: 9999px;
    box-sizing: border-box;
}
.full-footer-head a {
    color: #fff;
}
.footer-box {
    padding: 20px 0;
}
.full-footer {
    background-color: #0a0a0a;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    box-sizing: border-box;
}
.footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-title {
    color: #f1f1f1;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-box ul {
    margin: 0!important;
}
.footer-box ul li {
    border-bottom: 1px solid #ececec;
    border-color: rgba(255,255,255,.08)
}
.footer-box ul li a {
    display: inline-block;
    padding: 6px 0;
}
.hide-none {
    border-bottom: none!important;
    border-color: transparent!important;
}
#Footer {
    height: auto;
    padding: 20px 0;
}
#Footer .footer-img {
    margin-bottom: 10px;
}
#Footer p {
    color: rgba(255,255,255,.5);
    line-height: 24px;
    margin-bottom: 0;
}
#Footer p a {
    color: inherit;
}
.ProductList li .ProductPriceRating span.Rating, .ProductList li .ProductCompareButton, .ProductList li .ProductDetails span.Rating, .CompareButton, .CheckoutRedeemCoupon, .EstimateShippingLink, .ProductList li .ProductDetails .Rating, .ProductList li .ProductDetails .ProductDescription, .ProductList li .ProductDetails .ProductCompareButton, .ProductList .TopSellerNumber {
    display: none;
}
.Breadcrumb {
    border-bottom: none!important;
}
.Breadcrumb ul {
    background: #fff;
}
.CategoryPagination {
    background: #fff;
    border: none;
    padding: 10px;
    color: #333;
}
.CategoryDescription {
    background: #fff;
    padding: 20px;
    line-height: 24px;
}
#PageContent {
    background: #fff;
    padding: 20px;
    margin-top: -4px;
    border-top: 1px solid #f5f5f5;
}
#LoginForm, #CreateAccountForm {
    padding: 20px;
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
}
#LoginForm .BlockContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#LoginForm .BlockContent .CreateAccount, #LoginForm .BlockContent .AccountLogin {
    width: auto;
}
#LoginButton, #CreateAccountForm input[type="submit"], #SearchPageHeader .BlockContent input[type="submit"], input[type="submit"] {
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 6px 10px!important;
}
#SearchPageHeader {
    margin: 10px 0;
}
#SearchPageHeader .BlockContent .AdvancedSearch {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}
.ProductList.List .ProductDetails {
    margin-left: 0!important;
    display: flex;
    flex-direction: column;
}
.ProductList.List .ProductDetails .ProductRightCol {
    float: none!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ProductList.List .ProductDetails strong {
    order: -1;
    margin: 8px 0;
}
.ProductList.List .ProductQty {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 100%;
}
.ProductDetails .ProductRightCol .ProductQty a {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
#ProductDetails {
    margin-top: 10px;
}
#ProductDetails .BlockContent {
    display: flex;
    justify-content: space-between;
}
#ProductDetails .BlockContent .ProductThumb {
    margin-right: 20px;
    width: 450px;
}
#ProductDetails .BlockContent .ProductMain {
    flex: 1;
    margin-top: 10px;
    width: 100%;
    float: none !important;
}
#ProductDetails .BlockContent .ProductMain .ProductDetailsGrid {
    padding: 0!important;
}
#ProductDetails .BlockContent .ProductMain .DetailRow {
    padding-left: 0 !important;
    display: flex;

}
#ProductDetails .BlockContent .ProductMain .DetailRow .Label {
    margin: 0!important;
    float: none !important;
    width: auto;
}
#ProductDetails .BlockContent .ProductMain .DetailRow .Value  {
    margin-left: 10px;
}
#ProductDetails .BlockContent .ProductMain .DetailRow .Value.AddCartButton {
    display: flex;
    align-items: center;
}
.CartThumb img {
    width: 150px!important;
    height: 225px!important;
}
.KeepShopping {
    width: auto;
}
table.General tbody tr td {
    border-top: 1px solid #e5e5e5;
}
.account-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.account-content, .account-right {
    padding: 15px;
    background: #fff;
}
.account-content {
    flex: 1;
    margin-right: 20px;
}
.account-right #SideAccountMenu h2 {
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.account-right #SideAccountMenu ul {
    margin: 5px 0 0!important;
}
.account-right #SideAccountMenu ul li {
    margin: 5px 0 6px!important;
}
.account-right #SideAccountMenu ul li a {
    font-size: 14px;
}
#ForgotPasswordForm {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
}
.BlockContent .table {
    border-left: 1px solid  #999;
    border-top: 1px solid  #999;
}
.BlockContent .table th {
    font-weight: bold;
}
.BlockContent .table th, .BlockContent .table td {
    border-right: 1px solid  #999;
    border-bottom: 1px solid  #999;
    padding: 10px;
}