body,
html {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    min-height: 100%;
    background-color: #fff;
    color: #232f3e;
    font-size: 14px;
    font-family: OpenSans;
}

a,
div,
em,
form,
h1,
h2,
h3,
h4,
img,
input,
label,
li,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font-weight: 400;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
ul {
    list-style: none;
    text-decoration: none;
}

input,
select {
    outline: 0;
    border: 1px solid #a9a9a9;
    background-color: #fff;
}

b,
strong {
    font-weight: 400;
    font-size: 14px;
    font-family: OpenSansBold;
}

.small,
small {
    font-size: 70%;
}

.container {
    padding: 0 10px;
}

::-webkit-input-placeholder {
    color: #919396;
}

:-moz-placeholder {
    color: #919396;
}

::-moz-placeholder {
    color: #919396;
}

:-ms-input-placeholder {
    color: #919396;
}

.errorMessage {
    float: left;
    width: 100%;
    text-align: left;
}

.errorMessage h3 {
    font-family: OpenSansBold;
    padding-left: 20px
}

.errorMessage hr {
    margin: 10px 0 0 0;
    border-top: 1px solid #aaa;
}

.errorMessage ul {
    padding-left: 20px;
}

.errorMessage ul li {
    list-style: disc;
    text-align: left;
    line-height: 1.4
}

.text-center {
    text-align: center!important;
}

.text-left {
    text-align: left!important;
}

.margintop10 {
    margin-top: 10px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.padding5 {
    padding: 5px 0;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.marginright10 {
    margin-right: 10px;
}

.content {
    float: left;
    width: 100%;
    padding: 0;
}

.wholeBox {
    float: left;
    width: 100%;
}

.wholeBox .title {
    float: left;
    width: 100%;
    color: #E60F21;
    text-align: left;
    font-family: OpenSansBold;
    line-height: 1.3;
    margin-bottom: 5px;
}

.wholeBox .redtitle {
    padding: 5px 0;
    border-bottom: 1px solid #b4b6b8;
}

.wholeBox h1.title span {
    color: #232f3e;
    font-family: OpenSansSemiBoldItalic
}

.textBox p {
    margin-bottom: 10px;
}

.wholeBox .textBold {
    font-family: OpenSansBold;
}

.wholeBox .title.blacktitle {
    color: #232f3e;
}

.idear_content h1,
.wholeBox h1.title {
    font-size: 18px;
}

.idear_content h2,
.wholeBox h2.title {
    font-size: 16px;
}

.idear_content h3,
.wholeBox h3.title {
    font-size: 14px;
}

.idear_content h4,
.wholeBox h4.title {
    font-size: 12px;
}

a.seeall {
    float: right;
    display: block;
    margin: 5px 0 10px 0;
    width: 100%;
    color: #0332b9;
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    font-family: OpenSansBold;
}

.form_redtoptitle {
    margin-bottom: 10px;
    color: #E60F21;
    font-size: 20px;
    font-family: OpenSansBold;
    line-height: 1.1;
}

.form_tips {
    margin-bottom: 5px;
    padding: 0;
    color: #232f3e;
    font-size: 14px;
    font-family: OpenSansBold;
    line-height: 1.3;
}

.from_fieldBox {
    margin-top: 10px;
    font-size: 14px;
}

.doubleBox,
.from_fieldBox {
    float: left;
    width: 100%;
}

.doubleBox .from_fieldBox {
    width: 48%;
}

.doubleBox .from_fieldBox:last-child {
    margin-left: 4%;
}

.from_fieldBox label {
    float: left;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    font-family: OpenSansBold;
}

.from_fieldBox input[type=password],
.from_fieldBox input[type=text],
.from_fieldBox select {
    padding: 0 5px;
    width: 100%;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
}

.from_fieldBox textarea {
    padding: 5px;
    width: 100%;
    height: 120px;
    border: 1px solid #9fabb1;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2;
    resize: none;
}

.from_fieldBox a.form_btn {
    margin-bottom: 10px;
    font-size: 16px;
}

.from_fieldBox.btnBox a.form_btn {
    margin-top: 5px;
}

.from_fieldBox input[type=checkbox] {
    margin: 0 5px 0 0;
}

.btn {
    overflow: hidden;
    padding: 5px 10px;
    max-width: 100%;
    border: 1px solid #E60F21;
    border-radius: 5px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-family: OpenSansBold;
    line-height: 1;
}

.redbtn,
.redbtn.focus,
.redbtn:focus,
.redbtn:hover {
    background-color: #fff;
    color: #E60F21;
}

.whitebtn,
.whitebtn.focus,
.whitebtn:focus,
.whitebtn:hover {
    background-color: #E60F21;
    color: #fff;
}

.blackbtn,
.blackbtn.focus,
.blackbtn:focus,
.blackbtn:hover {
    border: 1px solid #232f3e;
    background-color: #fff;
    color: #232f3e;
}

.bluebtn,
.bluebtn.focus,
.bluebtn:focus,
.bluebtn:hover {
    border: 1px solid #307DA3;
    background-color: #fff;
    color: #307DA3;
}

.bluewhitebtn,
.bluewhitebtn.focus,
.bluewhitebtn:focus,
.bluewhitebtn:hover {
    border: 1px solid #307DA3;
    background-color: #307DA3;
    color: #fff;
}

.breadcrumb {
    margin: 0;
    padding: 6px 0;
    border-radius: 0;
    background-color: transparent;
    list-style: none;
}

.breadcrumb a,
.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #232f3e;
    font-size: 14px;
}

.breadcrumb>li+li:before {
    padding: 0 5px 0 0;
    color: #232f3e;
    content: "»";
}

.registernow {
    color: #232f3e;
    text-align: left;
    font-family: OpenSansBold;
    line-height: 1.4;
    font-size: 13px;
}

.box .catprodetail {
    padding-left: 5px;
    width: 100%;
    text-align: left;
}

.box .catprodetail a:first-child {
    color: #232f3e;
    font-size: 15px;
    font-family: OpenSansSemiBold;
    line-height: 1;
}

.box .catprodetail a:first-child p:last-child {
    margin: 5px 0;
    line-height: 1.3;
}

.box .catprodetail .btn {
    text-transform: none;
    font-size: 13px;
}

.wholeBox .itemBox {
    position: relative;
    float: left;
    padding: 10px 10px 10px 0;
    width: 50%;
}

.wholeBox .itemBox.lastItem {
    margin-right: 0!important;
    padding: 10px 0 10px 10px;
}

.wholeBox .itemBox img.itemImg {
    margin: 0 auto;
    width: 80%;
}

.wholeBox .itemBox img.icon {
    position: absolute;
    top: 10px;
    right: -5px;
    width: 43px;
    height: 40px;
}

.wholeBox .itemBox img.valuemark {
    margin: 5px auto;
    height: 40px;
}

.wholeBox .itemBox h1 {
    overflow: hidden;
    padding-top: 5px;
    color: #232f3e;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: OpenSansSemiBoldItalic;
    line-height: 1.2;
}

.wholeBox .itemBox p {
    overflow: hidden;
    width: 100%;
    color: #232f3e;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: OpenSansBold;
    line-height: 1.2;
}

.wholeBox .itemBox p.skup {
    margin: 0 0 5px 0;
}

#RelatedItemsBox.wholeBox .itemBox p.skup {
    margin: 5px 0;
}

.wholeBox .itemBox p.apparelp {
    margin-top: 5px;
    font-size: 15px;
    font-family: OpenSans;
}

.wholeBox .itemBox p.low {
    margin-top: 5px;
    color: #E60F21;
    font-size: 14px;
}

.wholeBox .itemBox p.minqtyp {
    margin-top: 5px;
    color: #959595;
    font-size: 14px;
    font-family: OpenSans;
}

.wholeBox .itemBox p.light {
    margin-top: 8px;
    font-family: OpenSans;
}

.wholeBox .itemBox p.wishName {
    height: 62px;
}

#productList {
    margin-top: 10px;
}

#productList .btn {
    margin-top: 5px;
}

.wholeBox.shownpagetop {
    margin: 6px 0;
}

.shownpagetop label {
    color: #232f3e;
}

.shownpagetop .link {
    display: inline-block;
}

.shownpagetop .link a {
    display: inline-block;
    color: #232f3e;
    font-family: OpenSansBold;
}

.shownpagetop .link a.active {
    color: #f50517;
}

.shownpagetop .link a,
.shownpagetop label {
    font-size: 15px;
}

.bannerBox {
    margin: 10px 0;
}

.bannerBox img,
.couponCodeBox img {
    margin: 0 auto;
}

.couponCodeBox {
    width: auto;
    float: none;
    background-color: #58B374;
    margin: 10px -10px;
}

a.btn.productcodebtn {
    margin: 5px 0;
    font-size: 13px;
}

.productname {
    color: #232f3e;
    text-align: left;
    font-size: 18px;
    font-family: OpenSansBold;
    line-height: 1.1;
}

.searchBox {
    height: 28px;
    border-radius: 4px;
    line-height: 26px;
}

.cateTitleBox td:first-child {
    color: #E60F21;
    font-size: 16px;
    font-family: OpenSansBold;
    line-height: 1.1;
}

.cateTitleBox td:first-child span {
    color: #232f3e;
    font-size: 12px;
}

.cateTitleBox td:first-child em {
    display: block;
    margin-top: 6px;
    color: #232f3e;
    font-size: 12px;
    font-family: OpenSansSemiBold;
    line-height: 1.2;
}

#popupbackground {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999998;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #575354;
    opacity: .5;
}

#SubscribePopup {
    position: fixed;
    z-index: 999999;
    display: none;
    width: 320px;
    height: 383px;
    box-shadow: 0 0 10px #888;
}

#SubscribePopupSuccess {
    position: fixed;
    z-index: 999999;
    display: none;
    width: 320px;
    height: 391px;
    box-shadow: 0 0 10px #888;
}

#ExistsPopup {
    position: fixed;
    z-index: 999999;
    display: none;
    width: 320px;
    height: 193px;
    box-shadow: 0 0 10px #888;
}

#PDExpressVideoPopup {
    position: fixed;
    z-index: 999999;
    display: none;
    width: 320px;
    height: 227px;
    border-radius: 5px;
    background-color: #252424;
    text-align: center;
}

#epca,
#epclose,
#popEmailbtn,
#spclose,
#sppp,
#spsca,
#spsclose {
    position: absolute;
    z-index: 999;
    display: block;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    filter: Alpha(opacity=0);
    color: transparent;
}

#spclose {
    top: 7px;
    right: 10px;
    width: 28px;
    height: 27px;
}

#popEmail {
    bottom: 94px;
    left: 18px;
    width: 287px;
    height: 32px;
    opacity: 1;
    filter: Alpha(opacity=100);
    position: absolute;
}

#popEmailbtn {
    bottom: 47px;
    left: 93px;
    width: 136px;
    height: 38px;
}

#sppp {
    bottom: 17px;
    left: 117px;
    width: 87px;
    height: 14px;
}

#spsclose {
    top: 3px;
    right: 3px;
    width: 28px;
    height: 27px;
}

#spsca {
    bottom: 22px;
    left: 40px;
    width: 242px;
    height: 38px;
}

#epclose {
    top: 3px;
    right: 3px;
    width: 28px;
    height: 27px;
}

#epca {
    bottom: 39px;
    left: 40px;
    width: 242px;
    height: 38px;
}

#PDExpressVideoPopup .close1 {
    float: right;
    margin: 5px 8px;
    cursor: pointer;
}

.btn_addPic {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 140px;
    height: 35px;
    border: 1px solid red;
    border-radius: 5px;
    background-color: red;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-family: OpenSansBold;
    line-height: 33px;
    cursor: pointer;
}

.btn_addPic,
.btn_addPic:ACTIVE,
.btn_addPic:AFTER,
.btn_addPic:HOVER,
.btn_addPic:VISITED {
    color: #fff;
    text-decoration: none;
}

.filePrew {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
}

.wholeBox .title.noItems {
    padding-top: 10px;
    border-top: 1px solid #b4b6b8;
    text-align: center;
    font-size: 16px;
}

#productList .title.noItems {
    padding: 0 0 10px 0;
    border: none;
}

header {
    background-color: #fff;
    position: relative;
    z-index: 999999999;
}

#topHead .toptips {
    display: block;
    width: 100%;
    height: 32px;
    background-color: #e6e7e8;
    color: #232f3e;
    text-align: center;
    font-family: OpenSans;
    line-height: 32px;
}

#topHead a.registerBox {
    color: #232f3e;
    text-decoration: underline;
    font-family: OpenSansBold;
}

#topHead #toptable td {
    padding: 8px 0;
    text-align: left;
}

#topHead #toptable td:last-child {
    text-align: right;
}

#headerDropdownBox {
    position: absolute;
    right: 10px;
    z-index: 99999999999999;
    padding: 5px 8px;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px #888;
}

#headerDropdownBox a {
    display: block;
    margin: 0;
    padding: 0;
    color: #232f3e;
    text-align: left;
    text-decoration: none!important;
    font-size: 15px;
    line-height: 1.5;
}

#headerDropdownBox span#wishListCount {
    display: inline-block;
    margin-left: 3px;
    color: #232f3e;
    font-size: 13px;
}

#cartSize {
    position: absolute;
    top: 38px;
    right: 10px;
    z-index: 999;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #232f3e;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: OpenSans;
    line-height: 24px;
}

#h_search {
    margin-bottom: 8px;
}

#h_search .search {
    position: relative;
    border: 1px solid #adb2b7;
    background-color: #fff;
    color: #232f3e;
}

#h_search .search .searchinput {
    padding: 0 3px;
    width: 100%;
    border: none;
    line-height: 32px;
    font-size: 15px;
}

#h_search .search #advanced_search,
#top_search .search .searchinput {
    display: inline-block;
    outline: 0;
    border: none;
}

#h_search .search td:last-child {
    width: 76px;
    text-align: right;
}

#suggestdiv {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 999999;
    display: none;
    width: 60%;
    border: 1px solid #adb2b7;
    border-radius: 6px;
    background-color: #fff;
    color: #232f3e;
}

.suggestline {
    margin: 0;
    padding: 2px 5px;
    list-style: none;
}

.suggestline li {
    padding: 2px 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
    cursor: default;
}

#topbannerBox {
    background-color: #232F3E;
}

.topbannerBox_scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999990;
}

#topbannerBox td {
    font-family: OpenSansSemiBold;
    padding: 8px 0 7px 0;
    text-align: left;
}

#topbannerBox td a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}

#topbannerBox td:first-child {
    padding-left: 10px;
}

#topbannerBox td:last-child {
    padding-right: 10px;
    text-align: right;
}

#topbannerBox .shopAll img {
    display: inline;
    margin-right: 3px;
}

#topmenu {
    display: none;
    z-index: 9999999998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu a {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    height: 30px;
    border-bottom: 1px solid #b4b6b8;
    color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
}

.menu a .menuspan {
    float: right;
    display: inline-block;
    margin: 0 6.5px 0 0;
    width: 8px;
    height: 30px;
    background: url(../images/menu_arr.png?v=20201028) no-repeat 0 center;
}

#menuPage,
.menu #fmenua {
    width: 100%;
}

.menu #fmenua {
    height: 38px;
    line-height: 38px;
    border-bottom: none;
    background-color: #232f3e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.menu #fmenua .menuspan {
    margin: 0;
    background: url(../images/menu_fork.png) no-repeat 0 center;
    width: 21px;
    height: 35px;
}

#menuPage {
    height: 419px;
    background-color: #fff;
    padding: 0 0 5px 0;
}

.menu a.noborder {
    border-bottom: none;
    line-height: 29px;
    height: 29px;
}

#siteWide {
    background-color: #232F3D;
    font-size: 15px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-family: OpenSansBold;
}

#siteWide a {
    color: #fff;
    text-decoration: underline;
}

footer .wholeBox {
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
}

footer #footer-bar {
    background-color: #EB0F21;
}

footer #footer-bar .signupBox p {
    margin: 8px 0 3px 0;
    color: #fff;
    text-align: left;
    font-size: 16px;
}

.footer-bar .signupBox .signbtn,
footer #footer-bar .signupBox #signUpEmail {
    display: inline-block;
    height: 32px;
    outline: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #E60F21;
    color: #000;
    text-align: center;
    line-height: 30px;
}

footer #footer-bar .signupBox #signUpEmail {
    float: left;
    margin-bottom: 8px;
    padding: 0 4px;
    width: 100%;
    text-align: left;
    font-size: 13px;
}

footer #footer-bar .signupBox .btn {
    border: 1px solid #fff;
    font-size: 16px;
}

footer #footer-content {
    background-color: #232f3e;
    text-align: left;
}

footer #footer-content .linkBox {
    margin-bottom: 20px;
    width: 100%;
}

footer #footer-content .linkBox:last-child {
    margin-bottom: 0;
}

footer #footer-content .linkBox .title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 26px;
    font-family: OpenSansBold;
}

footer #footer-content .linkBox .footer-icon a {
    display: inline-block;
    margin-right: 14.4px;
}

footer #footer-content .linkBox .footer-icon a:last-child {
    margin-right: 0;
}

footer #footer-content .linkBox .trustpilot {
    display: inline-block;
    margin: 15px 0;
}

footer #footer-content .linkBox li a {
    display: block;
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
}

footer #footercoins a {
    display: inline-block;
    margin: 10px;
}

footer #footercoins #copyright p {
    text-align: center;
    font-size: 15px;
}

footer #footercoins #copyright .copylinks {
    text-align: center;
}

footer #footercoins #copyright .copylinks a {
    margin: 5px 10px 40px 10px;
    color: #232f3e;
}

#homePageBox .title {
    color: #232f3e;
    text-align: center;
}

.sliderTips {
    height: 35px;
    line-height: 35px;
    font-family: OpenSansBold;
    text-transform: uppercase;
    text-align: center;
}

#homeslider {
    position: relative;
    margin: 0 0 10px auto;
}

#catagorylistBox .catagoryBox {
    margin-top: 15px;
    padding: 0;
    text-align: center;
}

#catagorylistBox .catagoryBox img {
    margin: 0 auto;
    max-width: 90%;
}

#catagorylistBox .catagoryBox p {
    float: left;
    padding: 5px 2% 0 2%;
    width: 100%;
    color: #232f3e;
    text-align: center;
    line-height: 1.2;
}

#catagorylistBox .catagoryBox p.title {
    font-family: OpenSansSemiBold;
}

#catagorylistBox .catagoryBox a.btn {
    margin-top: 5px;
}

#catagorylistBox .catagoryBox:nth-child(2),
#catagorylistBox .catagoryBox:nth-child(3) {
    margin-top: 0;
}

#today_deals .deals_redBox {
    margin: 10px 0;
    color: #f22a39;
    text-align: center;
    font-family: OpenSansBold;
}

#today_deals .deals_redBox span {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f22a39;
    color: #edeced;
    text-align: center;
    font-size: 15px;
    font-family: OpenSansBold;
    line-height: 40px;
}

#today_deals .dealItemBox {
    float: left;
    margin: 0 3% 0 0;
    padding: 5px;
    width: 48.5%;
    border: 1px solid #232f3e;
    background-color: #fff;
    text-align: center;
}

#today_deals .dealItemBox.lastItem {
    margin-right: 0;
}

#today_deals .dealItemBox p {
    color: #232f3e;
    text-align: center;
    font-family: OpenSansBold;
    line-height: 1.2;
}

#today_deals .dealItemBox p.diname {
    overflow: hidden;
    margin: 5px 0;
    height: 48px;
}

#today_deals .dealItemBox p.diprice {
    margin-bottom: 5px;
    color: #ed2c3b;
}

#customersBox .pics-show {
    background-color: #fff;
    border: 1px solid #232f3e;
    padding: 5px 0;
}

#customersBox .customerBox {
    float: left;
    width: 33.3333333%;
    height: 81px;
    text-align: center;
}

#customersBox .customerBox #brand01 {
    margin: 27.5px 0;
}

#customersBox .customerBox #brand02 {
    margin: 24px 0;
}

#customersBox .customerBox #brand03 {
    margin: 32px 0;
}

#customersBox .customerBox #brand04 {
    margin: 23px 0;
}

#customersBox .customerBox #brand05 {
    margin: 31px 0;
}

#customersBox .customerBox #brand06 {
    margin: 5px 0;
}

#customersBox .customerBox #brand07 {
    margin: 30px 0;
}

#customersBox .customerBox #brand08 {
    margin: 4px 0;
}

#customersBox .customerBox #brand09 {
    margin: 27.5px 0;
}

#customersBox .customerBox #brand10 {
    margin: 6px 0;
}

#customersBox .customerBox #brand11 {
    margin: 19.5px 0;
}

#home_express img {
    margin: 0 auto;
}

#searchTermsBox .searchTermBox {
    float: left;
    margin: 5px 0;
    margin-right: 3%;
    padding: 6px;
    width: 48.5%;
    background-color: #232f3e;
    border-radius: 5px;
    text-align: center;
}

#searchTermsBox .searchTermBox:nth-child(2n+1) {
    margin-right: 0;
}

.searchTermBox a,
.searchTermBox a span {
    display: block;
    color: #fff;
    font-size: 14px;
}

.searchTermBox a span:first-child {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: OpenSansBold;
}

#photosBox .photoBox {
    float: left;
    margin-right: 2.75%;
    width: 31.5%;
}

#photosBox .photoBox img {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

#photosBox .photoBox.last {
    margin-right: 0;
}

#home_tips .tipbox {
    float: left;
    margin-bottom: 10px;
    padding: 0 0 8px 0;
    border: 1px solid #000;
    background-color: #fff;
    color: #232f3e;
    font-size: 12px;
    line-height: 1.3;
}

#home_tips .tipbox h3 {
    padding: 8px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-family: OpenSansBold;
    background-color: #232f3e;
    color: #fff;
}

#home_tips .tipbox p {
    padding: 8px;
}

#home_tips .tipbox .tipdate {
    display: block;
    margin-bottom: 8px;
    color: #ed2c3b;
    font-family: OpenSansBoldItalic;
}

#home_tips .tipbox a {
    display: block;
    margin-right: 8px;
    color: #00f;
    text-align: right;
    text-transform: uppercase;
    font-family: OpenSansBold;
}

#notfoundBox h1.title {
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #0a6bb1;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: OpenSansSemiBoldItalic;
}

.userblock .userblock-title {
    z-index: 999;
    display: block;
    padding: 0;
    width: 100%;
    color: #E60F21;
    text-align: left;
    font-family: OpenSansBold;
    line-height: 1.3;
}

.newloginblock .userblock-title {
    margin: 20px 0 10px 0;
}

.loginblock,
.newloginblock {
    margin: 0 auto;
}

.loginbtn input[type=submit] {
    width: 74px;
    font-size: 16px;
    cursor: pointer;
}

.userblock p {
    float: left;
    margin-bottom: 5px;
    width: 100%;
    color: #484848;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
}

.userblock #LogonForm {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.userblock p.forpass {
    font-size: 1pc;
    font-family: OpenSansSemiBold;
}

.userblock p.forpass a {
    color: #00f;
    text-decoration: underline!important;
}

.userblock .logininfo {
    margin: 5px 0;
}

.userblock .star {
    color: red;
}

.emailadd p {
    padding: 5px 0 0;
    color: #484848;
    font-size: 13.2px;
}

.registerblock .userblock-title {
    margin: 0 0 5px 0;
}

.newloginblock .title {
    margin: 10px 0;
    color: #232f3e;
    font-size: 24px;
    font-family: OpenSans;
}

.newloginblock .newaccount {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #232f3e;
    background-color: #232f3e;
    font-size: 15px;
}

.siteMapBox {
    margin: 0 0 10px 0;
}

.siteMapBox li.hd {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: OpenSansBold;
}

.siteMapBox li.hd a {
    font-size: 16px;
}

.siteMapBox li a {
    display: block;
    color: #232f3e;
    text-decoration: underline;
    line-height: 1.6;
}

#featuredbox {
    border: 2px solid #307DA3;
}

#featuredbox .productwrap {
    padding: 0 10px;
}

#featuredbox .productwrap .box {
    margin-bottom: 10px;
}

#featuredbox .productwrap .box .thumbnails {
    position: relative;
}

#featuredbox .productwrap .box .thumbnails {
    position: relative;
}

#featuredbox img.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 40px;
}

#catbottom {
    padding: 10px 0;
    background-color: #e6e7e8;
}

#catbottom h2 {
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: OpenSansBold;
    line-height: 1.4;
}

#catbottom p {
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

#catbottom a {
    color: blue;
    text-decoration: underline;
}

#wishTopBox {
    position: relative;
}

#wishPageBox {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
}

#favoritesListPage .itemBox .btn {
    margin: 5px 0 0 0;
}

.galleryBox h1 {
    font-size: 20px;
}

.galleryBox h2 {
    font-size: 18px;
}

.galleryBox h3 {
    font-size: 16px;
}

.galleryBox h4 {
    font-size: 14px;
}

.galleryBox h1,
.galleryBox h2,
.galleryBox h3,
.galleryBox h4 {
    color: #232f3e;
    text-align: center;
    font-family: OpenSansBold;
    line-height: 1.2;
}

.galleryBox h3,
.galleryBox h4 {
    margin: 5px 0;
}

#photosBox.galleryBox .photoBox {
    margin-bottom: 10px;
}

#photosBox.galleryBox .photoBox.lastItem {
    margin-right: 0;
}

#galleryStepBox img {
    margin-bottom: 10px;
}

.img-lightbox {
    margin: 0;
    padding: 0 0 25px;
    text-align: center;
}

.img-lightbox img {
    margin: 0 auto;
    max-width: 88%;
}

.modal-footer,
.modal-header {
    padding: 10px;
    border: none;
}

.modal-body {
    padding: 0 10px;
}

.modal-title {
    font-size: 1pc;
    font-family: OpenSansBold;
}

.modal-header .close {
    color: #00f;
    font-weight: 700;
    font-size: 40px;
    opacity: 1;
}

.dfooter {
    color: #1579e9;
    font-size: 18px;
    font-family: OpenSansSemiBold;
    line-height: 1.2;
}

.dfooter span {
    font-size: 14px;
    display: block;
    margin: 5px 0 10px 0;
}

.dfooter .btn {
    display: inline-block;
    font-size: 1pc;
}

.dfooter .btn-info {
    margin: 10px 0 0;
    background-color: #1579e9;
    color: #fff;
}

.faqBox h1 {
    margin-bottom: 5px;
}

.faqLinkBox {
    margin: 5px 0 10px 0;
}

.faqLinkBox .faq-link li a {
    display: block;
    margin-bottom: 5px;
    text-decoration: underline;
}

#faq-content h2.title {
    margin-top: 10px;
    padding-bottom: 0;
}

.orderingInfoBox ul li {
    margin-bottom: 15px;
}

.orderingInfoBox ul li img {
    float: left;
    margin-right: 10px;
}

.orderingInfoBox ul li span {
    display: inline-block;
    color: #E60F21;
    font-size: 18px;
    font-family: OpenSansBold;
    line-height: 1.3;
}

.orderingInfoBox ul li span a {
    color: #232f3e;
    font-size: 15px;
    font-family: OpenSans;
}

.orderingInfoBox p {
    margin: 10px 0;
    color: #232f3e;
    font-size: 15px;
}

.userblock h3.title.billinghd {
    font-size: 13px;
    padding-top: 5px;
}

.userblock .billinghd a {
    color: #E60F21;
    text-decoration: underline;
}

#aboutUsBox .wholeBox h1.title {
    margin-bottom: 10px;
    padding: 5px 0;
    border-radius: 5px;
    background-color: #E60F21;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

#aboutUsBox .wholeBox h2.title {
    color: #232f3e;
}

#aboutUsBox .aboutUsImgBox td img {
    margin: 0 auto;
}

#aboutUsBox .aboutUsImgBox td:first-child {
    width: 36%;
}

#aboutUsBox .aboutUsImgBox td:nth-child(2) {
    padding: 0 10px;
    width: 28%;
}

#aboutUsBox .aboutUsImgBox td:last-child {
    width: 36%;
}

#aboutUsBox .textBox li {
    margin: 5px 0 0 15px;
    list-style: disc;
}

#contactUsbox .wholeBox h2.title {
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #E60F21;
    color: #fff;
    font-family: OpenSansSemiBold;
}

#contactUsbox .contactbox {
    margin-top: 10px;
}

.contactboxtxt {
    float: left;
    padding: 5px 0 5px 10px;
    width: 100%;
}

#contact_emailbox .contactboxtxt a {
    display: block;
    color: #00f;
    text-decoration: underline;
    font-size: 14px;
}

#contactUsbox .maptitle {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}

.testimonialBox {
    margin: 5px 0 10px 0;
    font-size: 14px;
}

.testimonialBox strong {
    float: left;
    margin-top: 5px;
    width: 100%;
    color: #E60F21;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    font-family: OpenSansSemiBoldItalic;
}

#customersImgBox .customerBox {
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
    width: 30.67%;
}

#customersImgBox .customerBox:nth-child(3n+3) {
    margin-right: 0;
}

#customersImgBox .customerBox img {
    margin: 0 auto;
}

#expressVideoBox {
    position: relative;
    margin: 10px auto;
    width: 285px;
    height: 162px;
}

#expressVideoiframeBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 162px;
}

.todayDealsPage .title {
    color: #232f3e;
    text-align: center;
}

#today_deals.todayDealsPage .dealItemBox {
    margin-bottom: 10px;
}

.ideaBox .blacktitle {
    margin-bottom: 5px;
}

.ideaBox li,
.ideaBox ul {
    float: left;
    width: 100%;
}

.ideaBox .idealistli {
    margin-top: 10px;
}

.ideaBox li.ideali {
    margin-top: 5px;
    padding: 0 0 0 10px;
    background: url(../images/dote.jpg) left center no-repeat;
}

.ideaBox a.seeall {
    text-align: left;
}

.ideaBox .idear_content {
    padding: 15px 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
}

.ideaBox .idear_content iframe,
.ideaBox .idear_content img {
    margin: 5px 0;
    height: auto;
    max-width: 100%;
}

.relatedBox {
    padding-top: 10px;
    border-top: 1px solid #b4b6b8;
}

.relatedBox p strong {
    padding: 10px 0;
    display: block;
}

.relatedBox p strong a {
    display: block;
    color: #022faf;
    font-weight: 400;
    font-size: 15px;
    font-family: OpenSansSemiBold;
}

.ideaBox .relatedBox.last {
    border-bottom: 1px solid #b4b6b8;
}

.ideaBox .videoBox {
    margin-top: 10px;
}

.ideaBox .videoBox img {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.ideaBox .videoBox p a {
    display: block;
    margin: 5px 0;
    color: #022faf;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

.idear_content h1,
.idear_content h2,
.idear_content h3,
.idear_content h4,
.idear_content strong {
    font-family: OpenSansSemiBold;
}

.sort-hd-bg {
    z-index: 999;
    margin-bottom: 10px;
    padding: 5px 0;
    border: 1px solid #d7d8da;
    border-radius: 5px;
    background-color: #d7d8da;
    color: #232f3e;
}

.tradshow_select {
    height: 23px;
    border-radius: 5px;
    color: #232f3e;
    font-size: 14px;
    font-family: OpenSans;
}

.tradshow_sortBy {
    width: 138px;
}

.tradshow_month {
    width: 75px;
}

.max_press {
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
}

.tradeshowBox p {
    margin-bottom: 2px;
}

.EbookItemBox {
    margin-top: 10px;
}

.EbookItemBox a.whitebtn {
    margin-top: 5px;
}

#ebookpop {
    position: absolute;
    z-index: 101;
    visibility: hidden;
    padding: 10px 10px 0 10px;
    width: 310px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #eee;
}

#ebookpop h1 {
    margin: 0;
    padding: 0;
    color: red;
    font-size: 16px;
}

#ebooksthanku {
    position: absolute;
    z-index: 101;
    visibility: hidden;
    padding: 10px;
    width: 310px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #eee;
}

#ebooksthanku h1 {
    margin: 0;
    padding: 0 0 10px;
    color: red;
    font-weight: 400;
    font-size: 30px;
    font-family: OpenSansSemiBold;
}

#ebooksthanku p {
    margin: 0;
    padding: 0;
    color: #0b5a9d;
    font-size: 16px;
}

.buyLine {
    margin: 5px 0;
    color: #054972;
}

.aslowprice {
    margin: 5px 0;
    color: #E60F21;
    font-size: 16px;
    font-family: OpenSansBold;
}

#bigImageBox {
    position: relative;
    margin: 10px 0;
}

#bigImageBox img.itemimg {
    margin: 0 auto;
}

#bigImageBox img.icon {
    position: absolute;
    top: 0;
    right: 0;
}

#productDetailsBox h1 {
    display: block;
    color: #115094;
    font-size: 14px;
    font-family: OpenSansBold;
    line-height: 1.4;
}

#productDetailsBox .pdTitle {
    display: block;
    margin: 5px 0;
    color: #232f3e;
    font-size: 20px;
    font-family: OpenSansBold;
}

#productDetailsBox table td {
    padding: 2px 0;
}

#productDetailsBox p {
    margin-bottom: 5px;
    font-family: OpenSansSemiBold;
}

#productDetailsBox ul {
    margin-bottom: 10px;
    padding-left: 18px;
}

#productDetailsBox ul li {
    margin-bottom: 5px;
    color: #232f3e;
    list-style: disc;
    line-height: 1.3;
}

#quantityprice {
    margin: 10px 0;
    border: none;
}

#quantityprice table td {
    padding: 0;
    height: 34px;
    border-right: 3px solid #fff;
    color: #232f3e;
    vertical-align: middle;
    text-align: center;
    font-family: OpenSansBold;
    line-height: 34px;
}

#quantityprice table tr td:last-child {
    border-right-style: none;
}

#quantityprice table tr td:nth-child(2) {
    text-decoration: line-through;
}

#quantityprice table tr:first-child td:nth-child(2) {
    text-decoration: none;
}


/* #quantityprice table tr td:nth-child(3){color:#AE0F1A;} */


/* #quantityprice table tr td:nth-child(4) {
    color: #05762A;
} */

#quantityprice table tr:nth-child(odd) {
    background-color: #dddddc;
}

#quantityprice .priceline {
    margin-top: 5px;
    color: #74747B;
    text-align: left;
}

#formwrap .attriTitle {
    color: #054972;
    font-size: 20px;
}

#formwrap .attriTitle span {
    font-family: OpenSansBoldItalic;
}

.startOrderTitle {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #232F3E;
    color: #fff;
    font-family: OpenSansSemiBold;
    line-height: 1.6;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

#quantityprice table tr:nth-child(even) {
    background-color: #e6e7e8;
}

.steps .option {
    margin-top: 10px;
}

.option .optionTitle {
    width: 100%;
    color: #E60F21;
    text-align: left;
    font-size: 22px;
    font-family: OpenSansBold;
}

.option .optionTitle small {
    color: #054972;
}

.option input[type=text],
.option select {
    float: left;
    margin-top: 5px;
    padding: 0 5px;
    width: 100%;
    height: 32px;
    border-radius: 5px;
    color: #231f20;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
}

.option input.quantity {
    width: 120px;
}

.option select {
    text-transform: uppercase;
}

.selqtyBox {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    width: 65px;
    text-align: center;
    font-size: 16px;
}

.selqtyBox span {
    display: block;
    text-align: center;
    font-family: OpenSansBold;
}

.totalqtyBox {
    margin-top: 10px;
    color: #054972;
    text-align: right;
    font-size: 20px;
}

.totalqtyBox span {
    font-family: OpenSansBoldItalic;
}

.thumb-imagebox {
    margin: 0 0 10px 0;
}

.thumb-imagebox a {
    display: block;
    margin: 0 auto;
    color: transparent
}

.thumb-imagebox .thumb-images li {
    float: left;
    width: 33.333333%;
    list-style: none!important;
    text-align: center;
}

.thumb-imagebox .thumb-images li img {
    margin: 0 auto;
}

.thumb-imagebox .thumb-images li span {
    font-size: 12px;
}

.thumb-imagebox .bx-prev {
    width: 17px;
    height: 24px;
    background: url(../images/zoomSliderLeftArrow.jpg);
}

.thumb-imagebox .bx-next {
    width: 17px;
    height: 24px;
    background: url(../images/zoomSliderRightArrow.jpg);
}

.option .imprintLocationItem {
    margin: 5px 0;
}

.option .imprintLocationItem div {
    float: left;
    clear: both;
    width: 100%;
}

.option .imprintLocationItem select {
    display: block;
    padding: 0;
    height: 30px;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    border-radius: 0;
    text-transform: none;
    font-size: 14px;
    font-family: OpenSans;
}

.option .imprintLocationItem .imprintTitle {
    color: #232f3e;
    text-transform: uppercase;
    font-family: OpenSansBold;
}

.steps .option.totaloption {
    padding-top: 8px;
    border-top: 2px solid #E60F21;
    font-size: 15px;
    font-family: OpenSansBold;
}

.totaloption table td {
    padding: 5px 0;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1;
}

.totaloption table tr td:last-child {
    text-align: right;
}

.totaloption table td small {
    display: block;
    margin-top: 3px;
    color: #05762A;
    text-transform: capitalize;
    font-size: 12px;
    font-family: OpenSansBold;
}

.totaloption #totalTa .addtional td {
    padding: 0 0 5px 5px;
    text-transform: capitalize;
    font-size: 13px;
}

.totaloption #totalTa .addtional td:first-child {
    font-family: OpenSans;
}

#totalamt td {
    font-size: 20px;
}

#proceedBox tr:first-child td a {
    padding: 8px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

#proceedBox tr:last-child td {
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-family: OpenSansBold;
}

#proceedBox tr:last-child td p {
    margin-bottom: 5px;
    font-family: OpenSansSemiBold;
    line-height: 1.3;
}

#proceedBox tr:last-child td p.itaticp {
    font-family: OpenSansSemiBoldItalic;
}

#proceedBox tr:last-child td a {
    display: block;
    margin-top: 5px;
    color: #E60F21;
    text-decoration: underline;
}

#productDetailPage #customerReviewBox h1.title {
    margin-top: 10px;
    color: #232f3e;
    text-align: center;
}

#productDetailBox h1.title,
#productReviewBox h1.title {
    padding: 5px 10px;
    background-color: #232f3e;
    color: #fff;
}

#productReviewBox .review_text li {
    padding: 8px;
    border-bottom: 1px dotted #888;
}

#productReviewBox .review_text li span {
    display: block;
    margin-top: 8px;
}

#productReviewBox .review_text li span label {
    float: right;
    height: 24px;
    color: #E60F21;
    text-align: right;
    font-family: OpenSansSemiBoldItalic;
    line-height: 24px;
}

#productReviewBox .review_link {
    margin-top: 10px;
    color: #e9303e;
    text-align: center;
    font-size: 14px;
    font-family: OpenSansBold;
}

#productReviewBox .view_all_review a {
    display: block;
    margin-top: 8px;
    color: #232f3e;
    text-decoration: underline;
    font-size: 16px;
}

#RelatedItemsBox {
    margin-top: 15px;
}

#RelatedItemsBox h1.title {
    padding-bottom: 10px;
    font-size: 26px;
    font-family: OpenSansSemiBold;
}

#RelatedItemsBox.wholeBox .itemBox {
    margin-right: 3%;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 48.5%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px #888;
}

#RelatedItemsBox .detailp {
    margin-top: 5px;
}

#productDetailBox .productDetail {
    padding: 10px;
    font-size: 14px;
}

#productDetailBox .productDetail h2 {
    margin-top: 5px;
    color: #e9303e;
    font-size: 14px;
    font-family: OpenSansBold;
    line-height: 1.2;
}

#review_info .over_all {
    position: relative;
    margin-top: 10px;
    font-size: 18px;
}

#review_info .over_all .rate_text {
    font-size: 35px;
    font-family: OpenSansSemiBold;
}

#review_info .over_all .rate_text span {
    margin-left: 5px;
    font-size: 16px;
    font-family: OpenSans;
}

#review_info .over_all .write_review_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.reviewPage#productReviewBox {
    position: relative;
}

.reviewPage#productReviewBox h1.title {
    font-size: 16px;
}

.review_pagination {
    position: absolute;
    top: 0;
    right: 10px;
    list-style: none outside none;
    text-align: right;
    font-size: 14px;
}

.review_pagination li {
    display: inline-block;
    color: #fff;
}

.review_pagination li a {
    padding: 0 0 0 5px;
    color: #fff;
    text-decoration: none;
    line-height: 29px;
}

.review_pagination li.current a {
    color: #E60F21;
}

.review_pagination li:first-child a {
    padding: 0;
}

#rateBox .rateImgBox {
    position: relative;
    float: left;
    width: 118px;
}

#rateBox .rateImgBox a {
    position: absolute;
    top: 0;
    z-index: 999;
    display: inline-block;
    width: 21px;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    filter: Alpha(opacity=0);
}

#rateBox .rateImgBox a#ratea1 {
    left: 0;
}

#rateBox .rateImgBox a#ratea2 {
    left: 25px;
}

#rateBox .rateImgBox a#ratea3 {
    left: 49px;
}

#rateBox .rateImgBox a#ratea4 {
    left: 72px;
}

#rateBox .rateImgBox a#ratea5 {
    left: 96px;
}

#rateBox input[name=verifyCode] {
    width: 78.5%;
}

#brandList .title {
    text-align: center;
}

#brandList table td {
    padding-top: 5px;
    width: 50%;
    vertical-align: middle;
    text-align: left;
    font-family: OpenSansBold;
}

#brandList table td a {
    color: #1a3189;
    text-decoration: underline;
    font-size: 15px;
}

.viewallshop h1 {
    color: #E60F21;
    font-family: OpenSansBold;
    line-height: 1;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdbd9;
    font-size: 24px
}

.advsearchtxt span {
    display: block;
    font-family: OpenSansBold;
}

#resultsEmptyBox h2.title {
    padding: 5px 0;
    text-align: center;
}

.filterCountBox {
    position: relative;
    float: right;
    display: inline-block;
    width: 65px;
    height: 28px;
    text-align: right;
}

.filterCountBox img {
    margin-top: 6px;
}

.filterCountBox #filterCount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 20px;
    height: 20px;
    border: 1px solid #232f3e;
    border-radius: 20px;
    background-color: #232f3e;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: OpenSansBold;
    line-height: 18px;
}

#sub-category .shownpagetop {
    margin: 10px 0 0 0;
}

#filterResultBox,
#timeInTransitBox {
    position: relative;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #888;
}

#filterbox .wholeBox #filterTitle {
    text-align: center;
    font-size: 24px;
    line-height: 1;
}

.filterBox p.ftitle {
    padding: 8px 5px 7px 5px;
    border-bottom: 1px solid #959595;
    color: #3d4247;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
}

.filterBox p.ftitle span {
    float: right;
    display: inline-block;
}

.filterBox p.ftitle span img {
    cursor: pointer;
}

.filterBox .filterItemBox {
    margin-bottom: 5px;
}

.filterBox .fitem {
    margin: 8px 0 0;
    width: 100%;
    color: #333536;
    font-size: 15px;
    line-height: 1;
}

.filterBox .fitem td:first-child {
    padding-left: 10px;
}

.filterBox .fitem td:last-child {
    width: 23px;
}

.filterBox .fitem td:last-child input[type=checkbox] {
    margin: 0;
}

#timeInTransitBox {
    padding-bottom: 10px;
}

#timeInTransitBox h1.title,
#timeInTransitBox h3.title {
    text-align: center;
}

#timeInTransitBox h1.title {
    font-size: 24px;
}

#timeInTransitBox #tttips {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 160px;
    text-align: center;
    font-family: OpenSansItalic;
}

#selectedFilterBox p.sfitem {
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 3px 10px;
    border-radius: 20px;
    background-color: #959595;
    color: #fff;
    font-size: 13px;
}

#selectedFilterBox p.sfitem img {
    margin-bottom: 3px;
    margin-left: 5px;
    cursor: pointer;
}

#PDExpress {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 685px
}

#closepded,
#pclear,
#psearch {
    opacity: 0;
    filter: Alpha(opacity=0);
}

#zipcodebox,
#zipcodebox1 {
    background-color: #582d80;
    color: #fff;
    text-align: center;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#zipcodebox {
    top: 17%;
    left: 1.5%;
    width: 49.5%;
    height: 48.5%;
    line-height: 1.5
}

#zipcodebox1 {
    top: 4%;
    left: 1.5%;
    width: 61%;
    height: 70%;
    line-height: 1.2;
}

#closebtnpded,
#closepded,
#mailpded,
#pclear,
#psearch,
#pzipcode,
#zipcodebox,
#zipcodebox1 {
    position: absolute;
    z-index: 999;
    display: inline-block;
    outline: 0;
    cursor: pointer;
}

#pzipcode {
    left: 4%;
    width: 31%;
    border: none;
    border-radius: 3px 0 0 3px;
    color: #232f3e;
}

#psearch {
    left: 35%;
    width: 5.5%;
}

#psearch,
#pzipcode {
    top: 37%;
    height: 28.1%;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#pclear {
    top: 73%;
    left: 3.5%;
    width: 15.5%;
    height: 11%;
}

#PDExpressDetailTopBox {
    position: absolute;
    left: 0;
    z-index: 999999;
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 685px
}

#PDExpressDetailBox {
    position: relative;
    width: 100%;
}

#closepded {
    top: 2%;
    left: 94%;
    width: 4%;
    height: 4%;
}

.PDExpressBtnBox {
    margin: 5px auto 10px auto;
    width: 100%;
    max-width: 685px;
    text-align: right;
}

.PDExpressBtnBox a {
    display: inline-block;
    color: #232f3e;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    font-family: OpenSansBold;
}

.PDExpressBtnBox a:last-child {
    margin-left: 8px;
}

.cartlogoBox {
    margin: 10px 0;
    font-family: OpenSansBold;
    font-size: 28px;
}

.cartlogoBox img {
    margin-right: 10px
}

.cartlogoBox.wholeBox h1.title {
    margin-top: 10px;
    padding: 5px 0 0 0;
    border-top: 1px solid #b4b6b8;
    font-size: 26px;
}

.scDescriptions {
    margin-bottom: 10px;
    border: 1px solid #888a8d;
    border-radius: 5px;
}

.scDescriptions .imgBox img {
    margin: 5px auto 0 auto;
}

.scDescriptions .orderItemBox td,
.scDescriptions .orderItemBox th {
    padding: 5px 0;
}

.scDescriptions .orderItemBox th {
    font-weight: 400;
    font-family: OpenSansBold;
}

.scDescriptions .orderItemBox td {
    border-bottom: 1px solid #808184;
}

.scDescriptions #cartBtnBox,
.scDescriptions #totalTrBox,
.scDescriptions tr:first-child td {
    border: none;
}

.scDescriptions .orderItemBox td:nth-child(2),
.scDescriptions .orderItemBox th:nth-child(2) {
    text-align: center;
}

.scDescriptions .orderItemBox td:nth-child(3),
.scDescriptions .orderItemBox th:nth-child(3) {
    text-align: center;
}

.scDescriptions .orderItemBox td:last-child,
.scDescriptions .orderItemBox th:last-child {
    text-align: right;
}

.scDescriptions .orderItemBox #totalTrBox {
    padding: 10px 0;
}

.scDescriptions .orderItemBox #totalTrBox span {
    display: block;
    font-family: OpenSansBold;
}

.scDescriptions .orderItemBox #totalTrBox span label {
    color: #ed2c3b;
}

.scDescriptions .orderItemBox #totalTrBox span#savaingstotalBox {
    color: #37b34a;
    font-family: OpenSans;
}

.scDescriptions .orderItemBox #cartBtnBox form {
    display: inline-block;
}

.scDescriptions .orderItemBox #cartBtnBox a {
    width: 90px;
}

.scDescriptions .orderItemBox #cartBtnBox a:last-child {
    margin-left: 10px;
}

.scBottomBlock {
    margin: 10px auto;
    color: #232f3e;
    font-size: 15px;
}

.scBottomBlock .scCheckoutTable td {
    font-size: 20px;
    font-family: OpenSansBold;
}

.scBottomBlock .scCheckoutTable tr td {
    padding: 0 0 5px 0;
}

.scBottomBlock .scCheckoutTable .couponBlock {
    color: #E60F21;
    text-transform: uppercase;
    font-size: 16px;
}

.couponBlock span {
    display: block;
    margin-bottom: 4px;
}

.couponBlock input[type=text] {
    display: inline-block;
    margin-right: 5px;
    width: 100px;
    height: 30px;
    border: 1px solid #60605f;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #232f3e;
    font-weight: normal;
    text-align: center;
}

.couponBlock a {
    margin-top: -5px;
    padding: 7px 0;
    width: 70px;
    color: #E60F21;
}

.scBottomBlock .scCheckoutTable .totalBox td {
    background-color: #cbe1f4;
}

.scBottomBlock .scCheckoutTable .totalBox td:first-child {
    padding: 6px 0 6px 5px;
}

.scBottomBlock .scCheckoutTable .totalBox td:last-child {
    padding: 6px 5px 6px 0;
    color: #E60F21;
}

.scBottomBlock .scCheckoutTable tr td.offsave {
    padding: 5px 0 10px;
    color: #0eb37a;
    text-align: center;
    font-size: 15px;
}

.scBottomBlock .checkOutBox a {
    margin: 5px 5%;
    padding: 8px 0;
    width: 90%;
    font-size: 20px;
}

.scBottomBlock .checkOutBtn,
.scBottomBlock .placeOrderBtn {
    border: 1px solid #E60F21;
    background-color: #E60F21;
    color: #fff;
}

.scBottomBlock .scCheckoutTable tr:last-child td {
    padding-bottom: 20px;
    font-size: 15px;
}

.scBottomBlock .scCheckoutTable tr:last-child td a {
    color: #232f3e;
}

.cartInfoBox .scAddTitle {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: OpenSansBold;
}

.cartInfoBox .scAddress {
    padding: 0;
    font-size: 18px;
    font-family: OpenSansBold;
    line-height: 1.3;
}

.cartInfoBox .scOpBox {
    position: relative;
}

.cartInfoBox .scOpBox a.btn {
    margin-top: 10px;
    font-size: 15px;
}

.cartInfoBox .scOpBox a.lastbtn {
    margin-left: 10px;
}

#shippingAddressBox .sbaBox {
    margin-bottom: 10px;
    color: #E60F21;
}

.existAddress {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 99999;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    background-color: #def0fe;
    box-shadow: 0 0 10px #888;
    text-align: left;
}

.existAddress p {
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    float: left;
    width: 100%;
}

.addressbox {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999999;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #e6e7e8;
    box-shadow: 0 0 10px #888;
    line-height: 1;
}

.addressbox p {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.addressbox h2 {
    color: #232f3e;
    text-align: center;
    font-style: italic;
    font-size: 22px;
    font-family: OpenSansBold;
    line-height: 1.3;
}

.addressbox table {
    margin: 0;
    width: 100%;
}

.addressbox table td {
    padding: 5px 0;
    vertical-align: middle;
}

.addressbox table td input[type=text] {
    padding: 5px;
    line-height: 20px;
}

.addressbox table td input[type=text],
.addressbox table td select {
    width: 100%;
    height: 30px;
    border: 1px solid #878787;
    border-radius: 5px;
    color: #58595b;
    font-size: 15px;
}

.addressbox table td select {
    background-color: #fff;
    line-height: 30px;
}

.addressbox table td.required {
    padding: 7px 0 0;
    width: 15px;
    color: #105a9f;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}

.addressbox a.addressbut {
    display: inline-block;
    padding: 0;
    width: 200px;
    height: 2pc;
    border-radius: 2px;
    background: #157bea;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: OpenSansSemiBold;
    line-height: 2pc;
}

#shippingInfo .grayText {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: OpenSans;
}

#shippingInfo input[type=text],
#shippingInfo select {
    width: 100%;
    height: 32px;
    border-radius: 5px;
    font-size: 15px;
    font-family: OpenSans;
    line-height: 30px;
}

#shippingInfo select {
    margin-bottom: 10px;
}

#payMode .upi {
    font-size: 16px;
}

#payMode #paymentItem {
    margin-top: 5px;
    font-size: 15px;
    font-family: OpenSans;
    line-height: 1.5;
}

#payMode .billingInfo,
#payMode .payInfo {
    margin-top: 10px;
}

#payMode .payTitle {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #c0dbf9;
    color: #39383a;
    text-align: left;
    font-size: 18px;
    font-family: OpenSansBold;
    line-height: 36px;
}

#payMode .payInfo em {
    font-size: 13px;
    font-family: OpenSansItalic;
}

#payMode .formBlock li {
    float: left;
    display: block;
    margin: 5px 0;
    width: 100%;
}

#payMode .formBlock label {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    font-family: OpenSansBold;
}

#payMode .formBlock input[type=text],
#payMode .formBlock select {
    padding: 0 3px;
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 30px;
}

#payMode .formBlock .date select {
    margin-right: 4.7%;
    width: 47%;
}

#payMode .formBlock .date select+select {
    margin-right: 0;
}

#payMode .billingInstruction {
    color: #232f3e;
    font-style: italic;
    font-size: 14px;
}

#ckprofileBox #orderSummary {
    margin-bottom: 0;
}

#ckprofileBox .scBottomBlock .checkOutBox {
    padding: 10px 0;
}

#ckprofileBox .scBottomBlock .freightTipBox {
    padding-bottom: 10px;
    font-size: 14px;
    font-family: OpenSans;
}

#orderConfirmBox .orderStatusBox {
    margin: 5px 0;
    color: #232f3e;
    font-size: 18px;
    font-family: OpenSansBold;
}

#orderConfirmBox .orderStatusBox span {
    color: #E60F21;
}

#orderConfirmBox .btn.orderNo {
    padding: 8px 10px;
}

#orderConfirmBox .repTextBox {
    margin-bottom: 10px;
    color: #E60F21;
    font-size: 14px;
    font-family: OpenSansBold;
}

#orderConfirmBox .scDescriptions .orderItemBox td#artworkBox {
    padding-top: 0;
}

#orderConfirmBox .frieghtBox {
    border-bottom: 1px solid #888a8d;
}

#orderConfirmBox .frieghtBox td {
    padding-bottom: 3px;
    color: #232f3e;
    text-align: right;
    font-size: 16px;
    font-family: OpenSansBold;
}

#orderConfirmBox .frieghtBox td label {
    width: 100px;
    color: #E60F21;
}

#orderConfirmBox .frieghtBox td.totalBox {
    font-size: 20px;
}

#orderConfirmBox .frieghtBox td.lastFrieght {
    color: #E60F21;
    font-size: 14px;
}

#orderConfirmBox .frieghtBox tr:last-child td {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-family: OpenSans;
}

.bottomAddressesBox .bottomAddressBox {
    margin-top: 10px;
    color: #232f3e;
    font-size: 16px;
    line-height: 1.3;
}

.bottomAddressesBox .bottomAddressBox h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: OpenSansBold;
}

#artworkPage #productBox p.productname {
    margin: 5px 0;
    font-size: 16px;
}

#artworkPage #artOptionBox {
    margin: 10px 0;
}

#artworkPage #artOptionBox .formTitle {
    padding: 5px 10px;
    background-color: #232f3e;
    color: #fff;
    font-family: OpenSansBold;
}

#artworkPage #artOptionBox .formBox {
    padding: 5px 0;
    border-bottom: 1px solid #b4b6b8;
}

#artworkPage #artOptionBox .formBox .radioBox {
    margin-bottom: 5px;
    color: #232f3e;
    font-size: 18px;
    font-family: OpenSansBold;
}

#artworkPage #artOptionBox .formBox .radioBox span {
    color: #E60F21;
}

#artworkPage #artOptionBox .formBox .radioBox a {
    font-size: 16px;
    font-family: OpenSans;
}

#artworkPage #artOptionBox .formBox.opn1 input[type=text] {
    margin: 5px 0;
    padding: 0 5px;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    line-height: 28px;
}

.uploadBox {
    margin-bottom: 5px;
}

.uploadBox #fname {
    display: block;
    overflow: hidden;
    margin: 3px 0;
    color: #df3135;
    text-overflow: ellipsis;
    font-size: 12px;
}

.uploadBox .fileType {
    color: #232f3e;
    font-size: 12px;
    line-height: 1.2;
}

#uploadImgBox {
    width: 86px;
    height: 86px;
    border: 1px solid #b4b6b8;
    text-align: center;
}

#artworkPage #artOptionBox .formBox.opn3 .orderNoBtn {
    margin: 5px 0;
    text-align: center;
}

.imprintsCommentsBlock {
    margin: 5px 0;
}

.imprintsCommentsBlock textarea {
    margin: 5px 0;
    width: 100%;
    height: 100px;
    border: 1px solid #b4b6b8;
    border-radius: 5px;
    resize: none;
}

.imprintsCommentsBlock a.btn {
    font-size: 18px;
}

.myaccountBox {
    margin-bottom: 15px;
}

.myaccountBox.wholeBox h1.title.blacktitle {
    font-size: 25px;
}

#summaryBox .summaryInfoBox {
    margin: 10px 0;
    border: 1px solid #cecece;
}

.myaccountBox .summaryInfoBox table tr td {
    vertical-align: middle;
    height: 80px;
}

.myaccountBox .summaryInfoBox table tr td:first-child {
    width: 80px;
    text-align: center;
}

.myaccountBox .summaryInfoBox p.title {
    font-size: 20px;
    margin: 0px;
    color: #232f3e
}

.myaccountBox .summaryInfoBox p.stitle {
    font-size: 14px;
    font-family: OpenSansSemiBold;
    color: #232f3e;
}

#recentlyOrders .recentlyOrder {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
    line-height: 1.4;
}

#recentlyOrders .recentlyOrder .itemOptionBox {
    margin-top: 10px;
}

#recentlyOrders .recentlyOrder .itemOptionBox .productname {
    margin-bottom: 5px;
}

#recentlyOrders .recentlyOrder .itemInfoBox a.reorderbtn {
    display: block;
    margin-top: 5px;
    width: 145px;
    font-size: 13px;
}

.pamentPage ul li {
    padding: 0 0 5px 10px;
    background: url(../images/mailingAddBullet.jpg);
    background-position: 0 10px;
    background-repeat: no-repeat;
    color: #232f3e;
}

.pamentPage .paymentOptions {
    margin-top: 5px;
}

.pamentPage .paymentOptions .paymentOption {
    padding: 8px 0;
    border-bottom: 1px solid #b4b6b8;
    color: #115094;
    font-family: OpenSansBold;
    line-height: 1.6;
}

.pamentPage a.addPayment {
    margin: 10px 0;
    padding: 7px 0;
    width: 90px;
    font-size: 20px;
}

.addressPage .addressoption {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #b4b6b8;
}

.addressPage .addressoption .contactInfo {
    margin: 5px 0;
    padding: 5px 10px;
    background-color: #e0e2e4;
    color: #232f3e;
}

.addressPage .addressoption .addAddressLink {
    position: absolute;
    right: 0;
    display: inline-block;
    color: #00f;
    text-decoration: underline;
    font-size: 15px;
    font-family: OpenSans;
}

.addressPage .addressoption .contactInfo a {
    width: 76px;
    font-size: 15px;
}

.addressBox {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9999997;
    display: none;
    padding: 0 10px;
    width: 100%;
    border-radius: 4px;
    background-color: #e0e2e4;
    box-shadow: 0 0 10px #888;
}

.addressBox p.form_redtoptitle {
    margin: 10px auto 0;
    width: 100%;
    color: #232f3e;
    text-align: center;
}

.addressBox img {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 999999;
    cursor: pointer;
}

.addressBox .from_fieldBox.btnBox {
    color: #105a9f;
    text-align: center;
    font-size: 13px;
}

.addressBox #copyAddBox tr td:first-child {
    width: 110px;
    font-size: 15px;
    font-family: OpenSansBold;
}

.addressBox #copyAddBox tr td:nth-child(2) {
    width: 25px;
}

.addressBox #copyAddBox tr td:nth-child(3) select {
    width: 235px;
    font-size: 14px;
}

.sameAddressBtn {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    height: 30px;
    border: 1px solid #00aeef;
    background-color: #e1f4fd;
    color: #105a9f;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.loginPage {
    position: relative;
}

.loginPage .contactInfo {
    width: 100%;
    font-size: 16px;
    font-family: OpenSansBold;
    line-height: 1.6;
}

.loginPage .contactInfo .loginbtnBox {
    float: left;
    display: block;
    margin: 10px 0;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #b4b6b8;
}

.loginPage .contactInfo a.btn {
    font-size: 15px;
}

#changePassword,
#editLogin {
    display: none;
}

.loginPage .addressBox {
    top: 0;
    border: 1px solid #b4b6b8;
    background-color: #fff;
}

.artworkPage.wholeBox h1.title {
    text-align: center;
}

.artworkPage h1 span {
    display: block;
    font-size: 14px;
    font-family: OpenSans;
}

.artworkPage .artupload #filename {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.artworkPage .apmessBox {
    width: 100%;
    color: red;
    text-align: left;
    font-size: 16px;
}

.artworkPage .artupload {
    padding-bottom: 10px;
    color: #232f3e;
}

.artworkPage .artupload #updartworkform {
    margin-top: 10px;
}

.artworkPage .artworks {
    padding: 5px 0;
    border-top: 1px solid #d1d1d1;
}

.artworkPage .artworks .artItem {
    float: left;
    margin: 10px 3% 10px 0;
    width: 48.5%;
}

.artworkPage .artworks .artItem.lastItem {
    margin: 10px 0;
}

.artworkPage .artItem a {
    display: block;
    text-align: center;
}

.artworkPage .artItem a.fileBox {
    width: 100%;
    border: 1px solid #b4b6b8;
    border-radius: 5px;
}

.artworkPage .artItem p.artname {
    overflow: hidden;
    margin: 5px 0;
    width: 100%;
    height: 18px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.artworkPage .artItem textarea {
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    height: 100px;
    border: 1px solid #b4b6b8;
    border-radius: 3px;
    font-size: 13px;
    resize: none;
}

.artworkPage .artItem a.blackbtn {
    margin: 0 auto;
    width: 72px;
}

.order_status .orderItemBox {
    padding: 5px 0;
    color: #232f3e;
    line-height: 1.4;
}

.order_status .orderItemBox .orderNop {
    display: block;
    color: #E60F21;
    font-size: 18px;
    font-family: OpenSansBold;
}

.order_status .orderItemBox p a {
    text-decoration: underline;
    color: #243EFB;
}

.order_status .orderItemBox .orderItemNop span {
    font-family: OpenSansBold;
}

.orderingDetailsBox {
    display: table;
    margin: 0;
    width: 100%;
}

.orderingDetailBox {
    margin: 7px 0;
}

#trackInfoBox .trackInfoItem {
    padding: 5px;
    line-height: 1.6;
    background-color: #CCE2FA;
    margin: 5px auto;
    text-align: left;
    width: 255px;
}

#trackInfoBox .trackInfoItem p a {
    text-decoration: underline;
}

.scDescriptions .orderItemBox td.nobordertd {
    padding: 3px 0;
    border-bottom: none;
}

.scDescriptions .orderItemBox td.nobordertd span {
    display: inline-block;
    color: #ed2c3b;
}

.scDescriptions .orderItemBox td.reoderBtnBox a {
    padding: 5px 10px;
}

#artworkBox {
    border-bottom: none;
    font-family: OpenSans;
}

#artworkBox .artworkOptionBox a {
    display: block;
    margin: 5px auto;
    width: 62px;
    height: 62px;
    border: 1px solid #999;
}

#artworkBox .artworkOptionBox {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #808184;
    text-align: center;
}

#imageBox img {
    border: 1px solid #aaa;
}

.PromoReviewBox .relatedBox h3.title {
    margin-bottom: 10px;
}

.PromoReviewBox .relatedBox p img {
    margin-bottom: 10px;
}

#_proprofs_trk_main_header_ {
    display: none;
}

.testimonialBox {
    background-color: #fff;
}

.testimonialBox .customer_name {
    height: 30px;
    line-height: 30px;
    background-color: #E60F21;
    text-align: center;
    color: #fff;
}

.testimonialBox .testimonials_text {
    padding: 15px;
}

.newsBox {
    border: 1px solid #B4B6B8;
    padding: 10px;
    margin: 10px 0 5px 0
}

.newsBox p.ntitle {
    color: #E60F21;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: OpenSansBold;
}

.newsBox p.newsdate {
    height: 20px;
    font-size: 13px
}

.newsBox h1.newsTitle {
    margin: 10px 0;
    font-size: 14px;
    font-family: OpenSansBold;
    line-height: 1.3;
}

.newsBox .newscontent {
    font-size: 13px;
    margin-bottom: 15px;
}

.newsBox p.newsmore a {
    font-size: 13px;
}

.secureiconsBox {
    padding: 20px 0;
    clear: both;
    width: 100%;
}

.secureiconsBox .trustpilot-widget {
    margin-top: 15px;
}

.fulfillmentul {
    margin-bottom: 10px;
}

.fulfillmentul li {
    margin: 5px 0 0 15px;
    list-style: disc;
}

.eventCalendarBox {
    background-color: #F4F4F4;
    padding: 5px 0;
    text-align: left;
    margin: 5px 0;
}

.eventCalendarBox .eventsBox {
    padding: 0 5px;
}

.eventCalendarBox .title {
    float: none;
}

.eventCalendarBox h1.title {
    text-align: center;
    color: #232f3e;
}

.eventCalendarBox img {
    margin-bottom: 5px;
}

.eventCalendarBox a {
    display: block;
    color: #232f3e;
    font-family: OpenSansBold;
    line-height: 1.4;
    margin-bottom: 2px;
    text-align: left;
    width: 100%;
    font-size: 12px;
    float: left;
}

.saveupto20Box {
    margin: 0 -10px 10px -10px;
    background-color: #C4161C;
    text-align: center;
}

.saveupto20Box img {
    margin: 0 auto;
}

#productDetailPage .saveupto20Box {
    width: auto;
    float: none;
    margin-bottom: 5px;
}

td p.covid19TipBox {
    margin-top: 10px;
    font-size: 15px;
    color: #B01018;
}