/* custom and over-ride styles for WatchWarehouse.com */
/* By Ryan McCoy, Fewtr.com */

html, body {
    font-family: 'Droid Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #3e3e3e !important;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    /* new */

}

/* home four sale banners */

.sale_event {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.sale_event a {
    width: 49%;
    float: left;
    display: block;
}

.sale_event a:last-child {
    padding-left: 0;
    float: right;
}

.sale_event img {
width: 100%;
height: auto;
display: block;
}

.sale_event:after {
content: "";
display: table;
clear: both;
}

@media (max-width:768px) {

.sale_event a {
float: none;
width: 100%;
margin-bottom: 20px;
}

.sale_event a:last-child {
float: none;
width: 100%;
margin-top: 20px;
}

.sale_event {
margin-bottom: 0;
margin-top: 10px;
}

}


a#ju_custom_open_btn, a#ju_custom_close_btn {
    color: #fff !important;
}

a#ju_custom_open_btn:hover, a#ju_custom_close_btn:hover {
    color: #009f0f !important;
}

#spurit-upsell-modal-content .upsell-content div#details-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.co_total {
    font-size: 20px !important;
}

/* warranty options */

#uniform-42de367bb920eb07a3c6c45fb9c432d3.selector {
    width: 100% !important;
    background-position: 96% center !important;
}

.warranty_link {
    margin-bottom: 10px;
    margin-top: 5px;
}

/* upsell pop up */

#spurit-upsell-container a.modalCloseImg {
    font-size: 20px !important;
}

#spurit-upsell-modal-content .upsell-content div#details-right {
    width: 100% !important;
}

/* checkout edits */

#expressCheckoutPage .HorizontalFormContainer dt {
    clear: left !important;
}

#expressCheckoutPage .AddBillingAddress dd, #expressCheckoutPage .AddShippingAddress dd {
    width: auto;
}

#expressCheckoutPage .AddBillingAddress input[type="text"], #expressCheckoutPage .AddShippingAddress input[type="text"], #expressCheckoutPage .AddBillingAddress input[type="password"] {
    width: 250px;
}

#expressCheckoutPage .AddBillingAddress input[type="text"]#FormField_13, #expressCheckoutPage .AddShippingAddress input[type="text"]#FormField_13 {
    width: 250px !important;
}

#expressCheckoutPage #uniform-FormField_11, #expressCheckoutPage #uniform-FormField_21 {
    max-width: 199px;
}

#CheckoutStepPaymentDetails .ProductPrice {
    font-size: 20px;
}

/* warranty modal */

#mask {
    position: fixed; /*keeps mask there when page scrolling */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8000;
    background-color: #000;
    display: none;
}

#warranty_modal_link {
    cursor: pointer;
}

#WarrantyModal {
    display: none;
    z-index: 9000;
    position: fixed;
    height: auto !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-height: 90%;
    max-width: 600px !important;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0 !important;
    top: 20px !important;
    width: 90% !important;
}

.modal_header {
    background: #fff;
    height: 40px;
    border-top: 10px solid #010067;
}

.modal_body {
    background: #fff;
    padding: 20px;
}

.modalTitle {
    font-size: 14px;
    color: #222;
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
}

.close_box.top_close a {
    background: #009f0f !important;
}

.close_box.top_close a:hover {
    background: #010067 !important;
}

.modalTitle {
    ont-family: "Droid Sans", Sans-serif !important;
    text-transform: none !important;
    color: #010067 !important;
    font-weight: normal !important;
    font-size: 30px;
    text-indent: 10px;
}

.cc {
    margin-right: 10px;
}

.cc img {
    vertical-align: sub;
}

.cc_pp img {
    vertical-align: bottom;
}

.cc_pp {
    margin-right: 10px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.close_box a {
    display: block;
    background: #555;
    padding: 0 10px;
    text-align: right;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer !important;
    font-weight: normal;
    text-decoration: none !important;
}

/* new additions */
.PayPalExpressCheckout input[type=image] {
    display: none;
    opacity: 1;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.PayPalExpressCheckout input[type=image]:hover {
    opacity: 0.80;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.ExpressCheckoutContent select.Field100 {
    width: 125px !important;
}

.TopMsg, .TopNotify {
    margin: 20px 0 0 0;
}

.TopNotify .inner {
    background: #bec3d6;
    height: 40px;
    line-height: 40px;
}

.TopMsg .inner, .TopNotify .inner {
    max-width: 1000px;
    margin: 0 auto;
    font-weight: normal !important;
    font-size: 14px !important;
    text-align: center;
}

#expressCheckoutPage #CheckoutStepPaymentDetails input.btn {
    background-color: #009f0f !important;
}

#cartPage em, #expressCheckoutPage em {
    font-style: normal !important;
}

div.radio {
    margin-bottom: 5px;
}

div.radio span {
    background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/radio_btn.png?t=1516633295') no-repeat 0 0;
    height: 20px;
    width: 20px;
}

div.radio span.checked, div.radio:active span.checked, div.radio.active span.checked, div.radio.focus span.checked, div.radio:hover span.checked {
    background-position: -20px 0;
}

.howLikeToPay {
    color: #009f0f !important font-size : 22 px;
}

/* end new additions */

.banner_category_page_top,
.banner_category_page_bottom,
.banner_brand_page_top,
.banner_brand_page_bottom,
#categoryPage.bannerON #CategoryHeading .TitleHeading {
    display: none !important;
}

#categoryPage.bannerON .banner_category_page_top {
    display: block !important;
}

.one_third {
    width: 33.33%;
}

.two_thirds {
    width: 66.66%;
}

.topBanner_container {
    display: table;
    max-width: 1000px;
    height: 120px;
    max-height: 120px;
    border: 1px solid #abb0c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    background: #fff;
    background: -moz-linear-gradient(right, #e4e6e7 0%, #ffffff 60%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, #e4e6e7), color-stop(37%, #ffffff));
    background: -webkit-linear-gradient(right, #e4e6e7 0%, #ffffff 60%);
    background: -o-linear-gradient(right, #e4e6e7 0%, #ffffff 60%);
    background: -ms-linear-gradient(right, #e4e6e7 0%, #ffffff 60%);
    background: linear-gradient(to left, #e4e6e7 0%, #ffffff 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e6e7', GradientType=1);
}

.topBanner_container .bannerIMG {
    text-align: center;
    display: table-cell;
    height: 120px;
    line-height: 120px;
    font-size: 0px;
}

.topBanner_container .bannerIMG img {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0.25em;
}

.TitleHeading.bannerTitleHeading {
    margin-bottom: 5px;
    font-size: 26px !important;

}

.bannerTitleP {
    display: table;
    height: 120px;
}

.bannerTitleP_container {
    display: table-cell;
    vertical-align: middle;
}

.banner_pText {
    padding-right: 20px !important;
    font-size: 13px !important;
}

#brandsPage .SubBrandList {
    display: none;
}

.addthis-smartlayers-desktop {
    display: none !important;
}

.flexslider {
    background: #D0D1D3;
}

.flex-control-nav {
    display: none !important;
}

.flex-direction-nav .flex-prev {
    background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/sliderLeft.png?t=1516633295') no-repeat center left !important;
    margin-top: 0px !important;
}

.flex-direction-nav .flex-next {
    background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/sliderRight.png?t=1516633295') no-repeat center right !important;
    margin-top: 0px !important;
}

.owl-prev, .owl-next {
opacity: 0;
display: none;
}

.owl_wrapper:hover .owl-prev,
.owl_wrapper:hover .owl-next {
opacity: 1;
display: inline-block;
}

.owl-prev {
background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/sliderLeft.png?t=1516633295') no-repeat center left !important;
margin-top: -23px;
width: 43px;
height: 46px;
position: absolute;
top: 50%;
left: 0;

}

.owl-next {
 background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/sliderRight.png?t=1516633295') no-repeat center right !important;
   margin-top: -23px;
width: 43px;
height: 46px;
position: absolute;
top: 50%;
right: 0;
}

.flex-direction-nav a {
    width: 20% !important;
}

.shiptax_imgs img {
    margin-right: 10px;
    height: 40px;

}

#DrawerMenu .drawer-subcat {
    background: #bec3d6;
}

#ProductDetails #ImageScrollNext {
    margin-left: -10px;
}

.SideRelatedProducts li .ProductDetails a,
.SideRecentlyViewed li .ProductDetails a {
    min-height: 77px;
}

.prodRevLink {
    color: #8c8e90 !important;
}

#goToProductDescription {
    cursor: pointer;
    display: block;
    text-align: left;
}

a {
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #010067 !important; /* blue */
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover {
    text-decoration: none !important;
    color: #009f0f !important; /* green */
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.btn, .btn.alt, a.btn, a.btn.alt, button.js-faceted-search-action.btn {
    color: #fff !important;
    text-transform: capitalize !important;
    font-family: 'Droid Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    background-color: #010067 !important;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    border: 0 !important;
    height: 35px;
    line-height: 35px !important;
}

.btn:hover, .btn.alt:hover {
    background-color: #455a71 !important;
    color: #fff !important;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.redText {
    color: #ed1f24 !important;
}

.boldText {
    font-weight: bold !important;
}

input, select, textarea {
    font-family: 'Droid Sans', Sans-Serif !important;
    -webkit-font-smoothing: antialiased;
}

input {
    line-height: 100% !important; /* fixes cursor alignment chrome 38 bug */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Droid Sans", Sans-serif !important;
    text-transform: none !important;
    color: #455a71 !important;
    font-weight: normal !important;
}

h1.TitleHeading {
    font-size: 32px !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}

.TitleHeading, .TabNav {
    border-bottom: 0px !important;
}

h3 {
    font-size: 24px !important;
}

h5 {
    font-size: 18px !important;
}

::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #a5a5a5 !important;
}

:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #a5a5a5 !important;
}

::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #a5a5a5 !important;
}

:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #a5a5a5 !important;
}

.narrow_show {
    display: none;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.ti9999 {
    text-indent: -9999px;
    padding: 0 !important;
}

.grayBlue {
    color: #455a71;
}

/* layout */

.Left {
    margin-right: 10px !important;
    padding: 0 !important;
}

.Content.Wide.WideWithLeft {
    max-width: 790px;
}

#blogPage .Breadcrumb ul li:last-child {
    display: none !important;
}

/* TopMenu UtilMenu
*********************
********************* */

#TopMenu {
    position: relative !important;
    top: 0px !important;
    right: 0 !important;
    width: 100%;
    height: 47px;
    line-height: 48px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

#TopMenu ul {
    margin: 0 !important;
}

#UtilMenu ul li {
    float: left;
    line-height: 48px;
    padding: 0;
    margin: 0;
}

#UtilMenu li a {
    display: block;
    line-height: 48px;
    font-size: 14px !important;
    color: #455a71 !important;
    text-decoration: none;
    padding: 0 18px;
    background: transparent;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#UtilMenu li a:hover {
    background: #fff;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#UtilMenu .phNum .silverPhTxt {
    color: #707880 !important;
    font-size: 18px !important;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

#UtilMenu .phNum i {
    color: #010067 !important;
    font-size: 18px !important;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

#UtilMenu .bluePhTxt {
    color: #010067 !important;
    font-size: 18px !important;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

#UtilMenu li span {
    display: inline-block;
}

#UtilMenu li a span {
    padding-left: 8px;
}

#UtilMenu li.phNum a span {
    padding-left: 0 !important;
}

.right_links li span {
    display: inline-block;
    text-indent: -9999px;
    padding: 0 !important;
}

#UtilMenu .inner {
    max-width: 1000px;
    height: 47px;
    margin: 0 auto;
}

#UtilMenu .loginContainer a {
    display: inline-block !important;
    padding: 0 19px 0 16px;
}

#UtilMenu .loginContainer a span {
    padding-left: 6px !important;
}

#UtilMenu li.CartLink a {
    padding: 0 18px 0 16px !important;
}

#UtilMenu li.CartLink a span.cartText {
    padding-left: 8px;
}

#UtilMenu li {
    list-style: none;
    list-style-type: none;
}

#LeftUtil li {
    border-right: 1px solid #e6e6e6 !important;
    list-style: none;
    list-style-type: none;
}

#RightUtil li {
    border-right: 0 !important;
    border-left: 0 !important;
}

#UtilMenu li.CartLink a span.items span {
    display: none;
}

#UtilMenu li.CartLink {
    padding-left: 0 !important;
}

#UtilMenu li.CartLink a span {
    color: #455a71;
    font-weight: 400;
}

#UtilMenu li.CartLink a:hover span {

    font-weight: 400;
    color: #018400 !important;
}

#UtilMenu ul li.account {
    position: relative;
}

#UtilMenu ul li.account:hover {
    background: #fff;
}

#UtilMenu ul li.account ul.account_drop {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    width: 160px;
    background: #fff;
    padding: 10px 0;
    z-index: 1000;
    margin-top: -1px !important;
    border-top: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4);
}

#UtilMenu li.account:hover ul.account_drop {
    display: block;
}

#UtilMenu li.account a:hover ul.account_drop {
    display: block;
}

#UtilMenu ul li.account ul.account_drop li {
    height: 30px;
    line-height: 30px;
    float: none !important;
    border-left: 0 !important;
}

#UtilMenu ul li.account ul.account_drop li a {
    height: 30px;
    line-height: 30px;
    color: #455a71;
}

#UtilMenu .account_drop li a:hover {
    background: #e6e6e6;
}

#UtilMenu li.CartLink abbr, .CartLink .total {
    color: #455a71 !important;
}

#UtilMenu li a:hover .CartLink abbr, .CartLink .total {
    color: #455a71;
}

#UtilMenu .CartLink i {
    color: #cc0000 !important;
    font-size: 18px !important;
}

#UtilMenu .CartLink a {
    height: 33px !important;
    margin: 6px 0 !important;
    background: #fff !important;
    border: 1px solid #dadada;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 34px !important;
    -o-transition: all 0.45s !important;
    -moz-transition: all 0.45s !important;
    -khtml-transition: all 0.45s !important;
    -webkit-transition: all 0.45s !important;
    -ms-transition: all 0.45s !important;
    transition: all 0.45s !important;
}

#UtilMenu .CartLink a:hover {
    background: #e1e1e1 !important;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #e1e1e1 0%, #fcfcfc 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #fcfcfc)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1e1e1 0%, #fcfcfc 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1e1e1 0%, #fcfcfc 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1e1e1 0%, #fcfcfc 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #e1e1e1 0%, #fcfcfc 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#fcfcfc', GradientType=0) !important; /* IE6-8 */

    border: 1px solid #d2d2d2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -o-transition: all 0.45s !important;
    -moz-transition: all 0.45s !important;
    -khtml-transition: all 0.45s !important;
    -webkit-transition: all 0.45s !important;
    -ms-transition: all 0.45s !important;
    transition: all 0.45s !important;
}

/* Header TopText Settings ********
***********************************
***********************************/

#Header {
    min-height: 152px;
}

#Header .inner {
    position: relative;
}

.footer .inner {

}

.header-logo {
    /*padding-top: 53px;*/
    padding-top: 33px;
}

.topRight {
    /*width: 547px;*/
    width: 55%;
    overflow: hidden;
    float: right;
}

.topText {

}

.topText ul {
    list-style: none;
    list-style-type: none;
    overflow: hidden;
    padding-top: 34px;

    margin: 0 !important;
}

.topText li {
    list-style: none;
    list-style-type: none;
    float: left;
    width: 25%;
}

.topText li div {

}

.topText a {
    text-align: left !important;
    line-height: 16px;
    font-family: 'Roboto', sans-serif !important;
    color: #68696b !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.topText a:hover {
    color: #010067 !important;
}

.topText a span {
    font-weight: normal !important;
    font-size: 14px !important;
}

.topText span.letterSpacing {
    letter-spacing: 1px;
}

.topText li.first a {

}

.topText li.second a {

}

.topText li.third a {
    display: inline-block;
    padding-left: 50px;
}

.topText li.fourth a {
    float: right;
}

/* Search Settings ******
*************************
*************************/

#SearchForm {
    width: 55% !important;
    border: 2px solid #d4d4d5 !important;
    margin-top: 11px;
}

#SearchForm .Button {
    width: 57px !important;
    height: 35px;
    float: right;
    background: #FF0000 url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/search_btn2.png?t=1516633295') right top no-repeat;
    -o-transition: all 0.25s !important;
    -moz-transition: all 0.25s !important;
    -khtml-transition: all 0.25s !important;
    -webkit-transition: all 0.25s !important;
    -ms-transition: all 0.25s !important;
    transition: all 0.25s !important;
}

#SearchForm .Button:hover {
    /*filter: alpha(opacity=75);
    opacity: 0.75;*/
    background: #FF9B9C url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/search_btn2.png?t=1516633295') right top no-repeat;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

#SearchForm input#search_query {
    color: #a5a5a5;
    font-size: 14px;
}

#SearchForm input#search_query:focus, #SearchForm input#search_query:active {
    color: #68696b !important;
}

/* Main Menu Navigation *********
*********************************
*********************************/

.header {
    border-bottom: 0 !important;
    margin-bottom: 20px !important;
}

.PageMenu > .inner {
    width: 100% !important;
}

/*.PageMenu {
    z-index: 30;
    margin: 0 !important;
    font-family: 'Droid Sans', sans-serif !important;
    *//*border-top: 1px solid #e8e8e8;*//*
    background: #ffffff; *//* Old browsers *//*
    *//* IE9 SVG, needs conditional override of 'filter' to 'none' *//*
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); *//* FF3.6+ *//*
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); *//* Chrome,Safari4+ *//*
     background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); *//* Chrome10+,Safari5.1+ *//*
     background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); *//* Opera 11.10+ *//*
     background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); *//* IE10+ *//*
     background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 150%); *//* W3C *//*
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); *//* IE6-8 *//*
}*/

.PageMenu {
    z-index: 30;
    margin: 0 !important;
    font-family: 'Droid Sans', sans-serif !important;
    /*border-top: 1px solid #e8e8e8;*/
    background: #000065 none repeat scroll 0 0;
}

.PageMenu ul {
    /*display: block !important;*/
    display: block;
}

.PageMenu ul li a, .watchesLabel span {
    background: transparent;
    padding: 0 18px 0 18px !important;
    border-right: 0px solid #e8e8e8;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px !important;
    color: #FFFFFF !important;
}

.watchesLabel span {
    padding: 0 18px !important;
}

.PageMenu ul li.brandsLink a.topLevelLink {
    border-left: 0px solid #e8e8e8;
}

.PageMenu ul li a:hover {
    background: #fff !important;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
    /* -webkit-box-shadow: inset 0px -4px 0px 0px rgba(190, 195, 214, 1);
         -moz-box-shadow:    inset 0px -4px 0px 0px rgba(190, 195, 214, 1);
    box-shadow:         inset 0px -4px 0px 0px rgba(190, 195, 214, 1);  */
}

/*.mensLink a, .womensLink a {
     background: #fff !important;
     -o-transition: background 0.25s linear;
     -moz-transition: background 0.25s linear;
     -khtml-transition: background 0.25s linear;
     -webkit-transition: background 0.25s linear;
     -ms-transition: background 0.25s linear;
     transition: background 0.25s linear;
-webkit-box-shadow: inset 0px -4px 0px 0px rgba(190, 195, 214, 1);
     -moz-box-shadow:    inset 0px -4px 0px 0px rgba(190, 195, 214, 1);
box-shadow:         inset 0px -4px 0px 0px rgba(190, 195, 214, 1); 
}*/

/*.PageMenu .mensLink a:hover, .PageMenu .womensLink a:hover {
     background: #bec3d6 !important;
}*/

.PageMenu ul.sf-menu.sf-horizontal {
    height: 42px !important;
}
.PageMenu ul li {
    padding: 0 !important;
    margin: 0 !important;
    /*line-height: 54px;*/
    line-height: 42px;
    display: block !important;
    float: left !important;
}
.megaDrop {
    top: 42px !important;
}
.iconMR {
    padding-right: 6px !important;
}

.redIcon {
    color: #cc0000 !important;
}

.watchesLabel span {
    display: block;
    background: #d2d4d5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDRkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d2d4d5 0%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d4d5), color-stop(100%, #dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2d4d5 0%, #dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2d4d5 0%, #dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2d4d5 0%, #dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d2d4d5 0%, #dedede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d4d5', endColorstr='#dedede', GradientType=0); /* IE6-8 */

}

.header .PageMenu li ul {
    background: #bec3d6 !important;
    padding: 4px !important;
    margin-top: -4px;
}

.header .PageMenu li ul li {
    display: block !important;
    width: 100% !important;
}

.header .PageMenu li ul li a {
    background: #fff url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/subMenu_bg2.png?t=1516633295') left top repeat-y !important;
    border-top: 1px solid #bec3d6 !important;
    height: 53px;
    line-height: 53px;
    border-right: 0 !important;
    border-left: 0 !important;
    display: block !important;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(190, 195, 214, 1);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(190, 195, 214, 1);
    box-shadow: inset 0px 0px 0px 0px rgba(190, 195, 214, 1);
}

.header .PageMenu li ul li a:hover {
    background: #fff url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/subMenu_bg3.png?t=1516633295') left top repeat-y !important;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(190, 195, 214, 1);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(190, 195, 214, 1);
    box-shadow: inset 0px 0px 0px 0px rgba(190, 195, 214, 1);
    border-left: 0 !important;
}

.header .PageMenu li ul li:first-child a {
    border-left: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/* Newsletter **************
****************************
****************************/

.newsletter-subscription {
    border: 0 !important;
}

.newsletter-subscription .inner {
    border: 0 !important;
    padding: 10px;
    background: #e4e6e7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmQzZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e4e6e7 0%, #cfd3d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e6e7), color-stop(100%, #cfd3d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4e6e7 0%, #cfd3d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e6e7 0%, #cfd3d4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4e6e7 0%, #cfd3d4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e4e6e7 0%, #cfd3d4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e6e7', endColorstr='#cfd3d4', GradientType=0); /* IE6-8 */
    max-width: 1000px;
    width: 90%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.newsletter-subscription h4 {
    font-size: 28px !important;
    color: #455a71;
}

.newsletter-subscription .inner .grid {
    margin-left: 0 !important;
}

.newsHeading {
    padding-left: 18px;
}

.button_grid {
    padding-left: 0 !important;
}

.newsletter-subscription input.Textbox {
    border: 0 !important;
    color: #a5a5a5;
    font-size: 14px;
}

.width_almost_half {
    width: 49%;

}

/* newsletter signup page */

.newsletterSignupPage .Content {
    min-height: 40px !important;
    max-height: 40px !important;
}

/* footer Reviews and SEO Box *****
***********************************
***********************************/

.reviewSEO_Container .inner {
    max-width: 1000px;
    margin: 20px auto;
    width: 90%;
}

.reviewSEO_Container .inner .grid {
    margin-left: 0 !important;
}

.reviewSEO_Container div.reviewSlider, .reviewSEO_Container div.footerSEO {

    float: left;
}

.bx-wrapper {
    min-height: 76px;
}

.bx-wrapper .bx-viewport {
    height: 86px !important;
}

.reviewSlider {
    margin-right: 20px;
    padding: 20px;
    /*max-width: 450px;*/
    position: relative;
}

.footerSEO {
    padding: 20px 15px 20px 25px;
    /*max-width: 450px;*/
    font-size: 14px;
    line-height: 19px;
}

.footerSEO . footer_seo_links a {
    font-size: 14px;
    color: #3e3e3e !important;
}

.footerSEO .footer_seo_links a {
    font-size: 14px !important;
    color: #3e3e3e !important;
}

.footerSEO .footer_seo_links a:hover {
    color: #009f0f !important;
}

.footerSEO a {
    font-size: 14px;
}

.reviewSlider, .footerSEO {
    background: #e4e6e7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTRlNmU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjJmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #e4e6e7 0%, #f0f2f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e4e6e7), color-stop(100%, #f0f2f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #e4e6e7 0%, #f0f2f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #e4e6e7 0%, #f0f2f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #e4e6e7 0%, #f0f2f3 100%); /* IE10+ */
    background: linear-gradient(135deg, #e4e6e7 0%, #f0f2f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e6e7', endColorstr='#f0f2f3', GradientType=1); /* IE6-8 fallback on horizontal gradient */

}

.reviewSlider .outside {

}

.reviewSlider .outside .bxPrevNext {
    position: absolute;
    right: 20px;
    top: 20px;
}

.reviewSlider #slider-prev a, .reviewSlider #slider-next a {
    color: #455a71 !important;
    font-size: 24px !important;
}

.reviewSlider #slider-prev a:hover, .reviewSlider #slider-next a:hover {
    color: #009f0f !important;
}

.readMore {
    margin-top: 19px;
}

/* footer main links area ***********
*************************************
*************************************/

.footer-main {
    background: #dfdfdf; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGZkZmRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #dfdfdf 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dfdfdf), color-stop(100%, #d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #dfdfdf 0%, #d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #dfdfdf 0%, #d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #dfdfdf 0%, #d2d2d2 100%); /* IE10+ */
    background: linear-gradient(135deg, #dfdfdf 0%, #d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#d2d2d2', GradientType=1); /* IE6-8 fallback on horizontal gradient */

}

.footer-main, .footer-main .grid__item, .footer-main a {
    font-size: 14px !important;
    line-height: 18px;
}

.footer .footer-columns li {
    padding: 0 !important;
    line-height: 18px;
}

.footer-main h4 {
    font-size: 18px !important;
}

.footer-main .inner {
    padding: 30px 0 20px 0 !important;
}

.footer-main .grid {
    margin-left: 0 !important;
}

.grid__item.about_us {
    /*padding-left: 110px !important;*/
}

.grid__item.cs_links {
    /*padding-left: 60px !important;*/
}

.footer .footer-columns ul {
    margin-bottom: 10px !important;
}

.footer_social_links ul {

}

.footer_social_links ul li {
    float: left !important;
    width: auto !important;
    margin-right: 10px;
}

.footer_social_links ul li a {
    color: #455a71 !important;
    font-size: 24px !important;
}

.footer_social_links ul li a:hover {
    color: #009f0f !important;
}

.footer_social_links ul li a span {
    text-indent: -9999px !important;
    display: inline-block !important;
}

.footer .footer-columns .footer_social_links ul {
    margin-top: 17px !important;
}

.noShareInfo {
    display: inherit;
    margin-top: 42px;
}

/* Footer Contact Menu ***********
**********************************
**********************************/

#FooterContactMenuContainer {
    position: relative !important;
    top: 0px !important;
    right: 0 !important;
    width: 100%;
    height: 47px;
    line-height: 48px !important;
    /*border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;*/
    border-bottom: 1px solid #d2d2d2;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

#FooterContactMenu .inner {
    max-width: 1000px;
    height: 47px;
    margin: 0 auto;
}

#FooterContactMenu ul {
    margin: 0 !important;
    border-left: 1px solid #d2d2d2 !important;
}

#FooterContactMenu ul li {
    float: left;
    line-height: 48px;
    padding: 0;
    margin: 0;
    border-right: 1px solid #d2d2d2 !important;
    list-style: none;
    list-style-type: none;
}

#FooterContactMenu li a {
    display: block;
    line-height: 48px;
    font-size: 18px !important;
    color: #455a71 !important;
    text-decoration: none;
    padding: 0 18px;
    background: transparent;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#FooterContactMenu li a:hover {
    background: #fff;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#FooterContactMenu i {
    color: #455a71 !important;
    font-size: 18px !important;
}

#FooterContactMenu li span {
    display: inline-block;
}

#FooterContactMenu li a span {
    padding-left: 8px;
}

.footer-links {
    background: #fff !important;
}

.footer-links p, .footer-links a {
    font-size: 14px !important;
    color: #848484 !important;
}

.footer-links a:hover {
    color: #009f0f !important;
}

#IconRow {

}

#IconRow .inner {
    max-width: 1000px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
}

#IconRow .inner div {
    float: left;
}

/* home boxes
*************************
*************************/

#home #HomeFeaturedProducts ul.vertBanners {
float: left;
width: 352px;
margin: 0 0 10px -10px !important;
display: block;
}


#home #HomeFeaturedProducts ul.ProductList.vertBanners li {
display: block;
position: relative;
width: 352px;
margin: 0 0 10px 0 !important;
}

#home #HomeFeaturedProducts ul.vertBanners li a {
position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width:100%;
    height: 100%;
}

#home #HomeFeaturedProducts ul.regularRight {
float: right;
width: 658px;
margin: 0 0 10px -20px !important;
}

#home #HomeFeaturedProducts ul.regularRight li {
width: 31.81%;
}

#homeboxes {

}

#topFourBoxes {
    margin-right: -20px;
}

#topFourBoxes ul.fourBoxGrid {
    margin: 0;
    padding: 0;
}

#topFourBoxes ul.fourBoxGrid li.abox {
    position: relative;
    margin: 0 20px 20px 0;
    padding: 0;
    float: left;
    max-width: 490px;
    height: 300px;
    list-style-type: none;
    list-style: none;
    border: 1px solid #bbbec0;
    background: #e4e6e7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #e4e6e7 0%, #ffffff 37%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e4e6e7), color-stop(37%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e4e6e7 0%, #ffffff 37%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e4e6e7 0%, #ffffff 37%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e4e6e7 0%, #ffffff 37%); /* IE10+ */
    background: linear-gradient(to right, #e4e6e7 0%, #ffffff 37%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e6e7', endColorstr='#ffffff', GradientType=1); /* IE6-8 */
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#topFourBoxes li.abox .prod_img,
#bottomWideBox .prod_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#bottomWideBox .prod_img {
    right: 34px !important;
}

.prod_img .leftImage {
    margin-right: 36px;
}

#homeBoxes h3 {
    font-size: 24px;
    color: #455a71;
    display: inline-block;
    /*margin: 15px 0 0 0;*/
    padding: 0 !important;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 5;
}

#topFourBoxes ul li ul.type_list,
#bottomWideBox ul.type_list {
    /*margin: 12px 0 0 0;*/
    top: 56px;
    left: 0px;
    padding: 0;
    z-index: 5;
    position: absolute;
}

#topFourBoxes ul li.DesignerWatchesBox ul.type_list {
    /*margin: 3px 0 0 0;*/
    top: 46px;
    left: 0px;
}

#topFourBoxes ul li ul.type_list li,
#bottomWideBox ul.type_list li {
    list-style-type: none;
    list-type: none;
}

#topFourBoxes ul li ul.type_list li a,
#bottomWideBox ul.type_list li a {
    color: #3e3e3e !important;
    line-height: 20px;
}

#topFourBoxes ul li ul.type_list li a:hover,
#bottomWideBox ul.type_list li a:hover {
    color: #009f0f !important;
}

.saveCircle {
    width: 109px;
    height: 109px;
    background: transparent url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/saveCircleBg.png?t=1516633295') no-repeat 0 0;
    position: absolute;
    left: 117px;
    top: 82px;
    display: table;
    /*color: #010067;*/
    color: #FF0000;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.inner_circle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.saveCircle.type_1 .inner_circle {
    padding-bottom: 8px;
}

.saveCircle.type_2 .inner_circle {
    padding-top: 10px;
}

.saveCircle .uptoText {
    font-size: 12px !important;
}

.saveCircle .offText {

}

.saveCircle .saveText {

}

.saveCircle .uptoText.lightblue {
    /*color: #455a71 !important;*/
    color: #FF0000 !important;
    font-weight: normal !important;
}

#homeBoxes .shopNowButton {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: 43px;
    line-height: 43px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#homeBoxes .shopNowButton a {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 43px;
    line-height: 43px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #010067 !important;
    font-size: 24px !important;
    background: transparent url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/shopNowBg_sprite.png?t=1516633295') repeat-x;
    background-position: 0 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1), 0px 0px 4px 0px #455a71;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1), 0px 0px 4px 0px #455a71;
    box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1), 0px 0px 4px 0px #455a71;
    -o-transition: background 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#homeBoxes .shopNowButton a:hover {
    color: #010067 !important;
    background-position: 0 -15px;
    -o-transition: background 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#homeBoxes .shopNowButton span {
    text-align: center;
    padding: 0 28px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.56);

}

#homeBoxes .shopNowButton i {
    color: #d3d5d5 !important;
    font-size: 24px;
    line-height: 43px;
    padding: 0 13px;
    background: #010067;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1);
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#homeBoxes .shopNowButton a:hover i {
    background: #6a78ad;
    color: #fff !important;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#bottomWideBox {
    position: relative;
    margin: 0 20px 20px 0;
    padding: 0 0 0 20px;
    float: left;
    max-width: 978px;
    height: 198px;
    border: 1px solid #bbbec0;
    background: #e4e6e7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, #e4e6e7 0%, #ffffff 29%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e4e6e7), color-stop(29%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e4e6e7 0%, #ffffff 29%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e4e6e7 0%, #ffffff 29%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e4e6e7 0%, #ffffff 29%); /* IE10+ */
    background: linear-gradient(to right, #e4e6e7 0%, #ffffff 29%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e6e7', endColorstr='#ffffff', GradientType=1); /* IE6-8 */

}

.full_width {
    width: 100%;
}

.QuickViewBtn {
    bottom: 0px !important;
    top: auto !important;
    right: 0px !important;
    left: auto !important;
    width: 100%;
    color: #fff !important;
    font-family: 'Droid Sans', sans-serif !important;
    font-weight: bold;
    padding: 0 !important;
    height: 36px !important;
    vertical-align: middle !important;
    line-height: 36px !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

.QuickViewBtn:hover {
    background: #010067 !important;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

#QuickViewProductDetails .ProductDetailsGrid .s-price .YouSave {

    width: 100%;
    display: block;
}

#QuickViewProductDetails {
    margin-left: 20px;
    padding: 15px !important;
    border: 1px solid #dadade;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#QuickViewProductDetails .productAttributeLabel.QuantityInput, #QuickViewProductDetails .qty_box {
    display: inline-block;
}

/* home featured products ***  productlist grid
*******************************************************
*******************************************************/

.ProductList {
    margin: 0 0 0 -10px !important;
}

.Content.Wide.WideWithLeft .ProductList li,
#brandsPage_filter .ProductList li,
.ProductList.WishlistProductList li {
    width: 23.75% !important;
}

.ProductList li {
    padding: 0 !important;
    margin: 0 0 10px 10px !important;
    width: 19%;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3MiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTRlNmU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ffffff 72%, #e4e6e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #ffffff), color-stop(100%, #e4e6e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 72%, #e4e6e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 72%, #e4e6e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 72%, #e4e6e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 72%, #e4e6e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e6e7', GradientType=0); /* IE6-8 */
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.ProductList li:hover {

}

#home .ProductList li,
.productPage .ProductList li,
#categoryPage .ProductList li,
#brandsPage .ProductList li {
    width: 19%;
}

.productPage.OneDay .OneDay {
    display: block !important;
}

.productPage.TwoThreeDays .TwoThreeDays {
    display: block !important;
}

.productPage.OneThreeWeeks .OneThreeWeeks {
    display: block !important;
}

.productPage.OneThreeWeeks .inter_ship_info {
    display: none !important;
}

.productPage.OneThreeWeeks .inter_ship_info.OneThreeWeeks {
    display: block !important;
}

.productPage.OneThreeWeeks .in_Stock_info {
    display: none !important;
}

#brandsPage_filter .ProductList li {

}

.Content .ProductList .ProductImage {
    background: transparent !important;
}

.ProductList .ProductImage {
    padding-top: 10px;
}

.p-price {
    font-size: 17px !important;
}

.firstInstance {
    display: none !important;
}

.p-price strike {
    text-decoration: none !important;
    display: block;

}

.p-price .RetailPriceValue {
    font-size: 15px;
    color: #666 !important;
    margin: 5px 0;
}

.p-price span.yourPrice {
    display: block;
    color: #FF0000;
    /*color: #009f0f;*/
    font-weight: bold;
}

.yourPriceLabel {
    /*font-weight: normal !important;*/
}

.ProductList .ProductDetails {
    padding: 10px 0 0 0 !important;
}

.smallDollar, .smallCents {
    font-size: 12px !important;
    /*font-weight: normal !important;*/
}

/* brands page *****
************************/

#brandsPage_filter .product-nav #CategoryPaging0 {
    display: block;
    height: 36px;
    float: right;
    clear: right;
    margin: 10px 0 0 0;
}

#brandsPage_filter .product-nav.btm #CategoryPaging1 {
    float: right;
}

.SubBrandList {
    margin-top: -10px;
}

/* ProductList Buy Now Button
*******************************
*******************************/

.ProductList .ProductActionAdd {
    width: 100%;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: 4px;
    /*margin-left: 10px;*/
    text-align: center;
}

.ProductList .ProductActionAdd a {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #010067 !important;
    font-size: 18px !important;
    background: transparent url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/shopNowBg_sprite.png?t=1516633295') repeat-x;
    background-position: 0 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1), 4px 4px 4px 4px #455a71;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1), 4px 4px 4px 4px #455a71;
    box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1), 0px 0px 4px 0px #455a71;
    -o-transition: background 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.ProductList .ProductActionAdd a:hover {
    color: #010067 !important;
    background-position: 0 -12px;
    -o-transition: background 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.ProductList .ProductActionAdd a span {
    text-align: center;
    /*padding: 0 28px;*/
    margin-right: 56px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.56);

}

.ProductList .ProductActionAdd i {
    color: #d3d5d5 !important;
    font-size: 24px;
    line-height: 34px;
    padding: 0 17px;
    position: absolute;
    right: 0;
    top: 0;
    background: #009f0f;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(230, 230, 230, 1);
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;

}

.ProductList .ProductActionAdd a:hover i {
    background: #00ab10;
    color: #e6e6e6 !important;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#home .footer {
    margin-top: -10px;
}

.ProductList li .ProductCompareButton {
    color: #9b9d9f !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
}

.ProductList li .ProductCompareButton label {
    vertical-align: middle;
}

/* footer icon row ****
***********************
**********************
*/

#iconRow {

}

.one_eighth {
    width: 12.5%;

}

.one_fifth {
    width: 20%;
}

.one_eighth img {

}

#iconRow .inner {
    min-height: 75px;
    max-width: 1000px;
    margin: 0 auto;
}

ul.icon_list {
    overflow: hidden;
}

ul.icon_list li {
    list-style-type: none;
    list-style: none;
    float: left;
    text-align: center;
}

ul.icon_list li.bbb img {
    width: 90%;
    padding-top: 4px;
}

ul.icon_list li a {

}

ul.icon_list li a img {
    max-width;
    100%;
    height: auto;
    text-align: center;
}

.narrow_show {
    display: none !important;
}

/* Breadcrumb Customizations 
*******************************************
*******************************************
*/

.Breadcrumb {
    color: #68696b !important;
}

.Breadcrumb li {
    font-size: 14px !important;
    display: inline-block !important;
    border: 1px solid #dde0ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 30px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0 !important;
}

.Breadcrumb li:last-child {
    padding: 0 20px !important;
}

.Breadcrumb li.home_breadcrumb {

}

.Breadcrumb li a {
    height: 30px;
    line-height: 30px;
    padding: 0 20px !important;
    display: block;
    font-size: 14px !important;
    background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/breadcrumb_bg.jpg?t=1516633295') repeat-x;
    background-position: 0 0px;
    font-weight: normal !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(250, 250, 250, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(250, 250, 250, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(250, 250, 250, 1);
}

.Breadcrumb li.home_breadcrumb a {
    padding: 0 11px !important;
}

.Breadcrumb li a:hover {
    background-position: 0 -30px;
    color: #010067 !important;
}

.Breadcrumb li.home_breadcrumb li a:hover {

}

/* Sub Category Grid 
*****************************************
*****************************************
*/

.subCatContainer {
    margin-right: -10px;
}

.SubCategoryList {

}

.SubBrandList li {
    margin-bottom: 8px !important;
    padding-left: 0 !important;
    background: none !important;
}

.SubCategoryList ul.side-menu,
.SubBrandList ul,
#SideShopByBrandFull ul {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    display: block;
    width: 100%;
}

.SubCategoryList ul.side-menu li,
#SideShopByBrandFull ul li,
.SubBrandList ul li {
    width: 24.2% !important;
    margin: 0 8px 8px 0 !important;
    list-style: none;
    list-style-type: none;
    float: left;
    display: inline-table;
    text-align: center;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.SubCategoryList ul li a,
#SideShopByBrandFull ul li a,
.SubBrandList ul li a {
    display: table-cell;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: middle;
    /*height: 58px;*/
    height: 42px;
    border: 1px solid #abb0c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/subcat_bg.jpg?t=1516633295') repeat-x;
    /*background-position: 0 0;*/
    background-position: 0 -68px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
}

.SubCategoryList ul li a:hover,
#SideShopByBrandFull ul li a:hover,
.SubBrandList ul li a:hover {
    /*background-position: 0 -58px;*/
    background-position: 0 -20px;
    color: #010067 !important;

}

.SubCategoryList.mobile div.selector {
    background-position: 98% center !important;
}

.SortBox label, .SearchSorting label {
    font-size: 18px !important;
    padding: 7px 10px 0 0 !important;
    color: #9a9d9f !important;
    text-transform: none !important;
}

/* Pagination Customizations
**************************************
**************************************
*/

.inner #CategoryPagingTop, .inner #CategoryPagingBottom {
    float: right;
}

#CategoryPagingTop {
    margin-top: 20px !important;
}

.product-nav {
    margin-top: 10px;
}

.CategoryPagination {
    height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.PagingList {
    height: 35px !important;
    padding: 0 !important;
    margin: 0 !important;
}

ul.PagingList li {
    line-height: 35px;
    height: 35px;
    display: inline-block !important;
    color: #616163;
    font-size: 18px;
    width: 35px;
    text-align: center;
    color: #616163;
    font-size: 18px;
    padding: 0 !important;
    border: 0 !important;
    margin-right: -3px !important;
}

ul.PagingList li:first-child {
    margin-right: -5px !important;
}

ul.PagingList li:last-child {
    margin-right: 0 !important;
}

ul.PagingList li.ActivePage {
    border-left: 0px !important;
    background: #cbcfdd !important;
    background-color: #cbcfdd !important;
    vertical-align: bottom;
}

ul.PagingList li a {
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    border-left: 1px solid #c9c9cc;
    border-right: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    color: #616163;
    font-size: 18px;
    display: inline-block;
    background: #eee;

}

ul.PagingList li.ActivePage {

}

ul.PagingList li a:hover {
    background: #e0e0e0;
}

ul.PagingList li.ActivePage:hover {

}

.nav-prev, .nav-next {
    width: auto;
    padding: 0 28px !important;
    height: 35px !important;
    line-height: 35px !important;
    margin: 1px 0 0 0 !important;
    text-indent: 0px !important;
    overflow: hidden;
    background: #010067 !important;
    color: #fff !important;
    font-size: 18px !important;
    vertical-align: bottom;
}

.nav-prev:hover, .nav-next:hover {
    color: #fff !important;
    background: #455a71 !important;
}

/* filter customizations ******
**********************************
***********************************/

div.checker span.checked, div.checker:active span.checked, div.checker.active span.checked, div.checker.focus span.checked, div.checker:hover span.checked {
    background-position: -21px -54px !important;
}

.facet-header h4 {
    font-size: 24px !important;
}

.facet-header h6.facet-header-title {
    font-size: 18px !important;
}

.facet-container .facet-body {
    padding: 0 0 10px 0 !important;
}

.facet-container .facet-form .btn {
    line-height: 26px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

a.js-facet-clear-all,
a.js-facet-clear {
    display: inline-block;
    padding: 0 8px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-family: 'Droid Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    background-color: #010067 !important;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    border: 0 !important;
    height: 26px !important;
    line-height: 26px !important;
    font-weight: bold !important;
}

a.js-facet-clear-all:hover,
a.js-facet-clear:hover {
    color: #fff !important;
    background: #455a71 !important;
}

ul.facet-labels-list .facet-label {
    background: #DADADA !important;
}

.facet-header .js-facet-clear {
    margin-top: -4px;
    margin-right: 15px !important;
}

.js-faceted-showing-container {
    padding-bottom: 0px !important;
}

.facet-header.js-facet-accordion-action:after {
    font-size: 20px !important;
    top: 6px !important;
    color: #455a71 !important
}

/* ToggleMenu and Responsive Drawer Menu settings
********************************************
********************************************/

#ToggleMenu {
    line-height: 48px;
    width: auto !important;
    height: 48px !important;
    font-size: 14px !important;
    color: #455a71 !important;
    text-decoration: none;
    padding: 0 18px;
    background: transparent;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#ToggleMenu:hover {
    background: #fff;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

html #DrawerMenu {
    background: #d3d3d3;
    background: -moz-linear-gradient(left, #e8e8e8 0%, #d3d3d3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e8e8e8), color-stop(100%, #d3d3d3));
    background: -webkit-linear-gradient(left, #e8e8e8 0%, #d3d3d3 100%);
    background: -o-linear-gradient(left, #e8e8e8 0%, #d3d3d3 100%);
    background: -ms-linear-gradient(left, #e8e8e8 0%, #d3d3d3 100%);
    background: linear-gradient(to right, #e8e8e8 0%, #d3d3d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d3d3d3', GradientType=1);

}

html #DrawerMenu h3 {
    background: #bec3d6;
    font-size: 20px;
}

html #DrawerMenu li {
    border-bottom: 1px solid #c3c3c3;
}

html #DrawerMenu li.mensLink ul li,
html #DrawerMenu li.womensLink ul li {
    border-bottom: 1px solid #9da3b9;
}

html #DrawerMenu li a {

}

html #DrawerMenu li.mensLink ul li a,
html #DrawerMenu li.womensLink ul li a {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #bec3d6 !important;
}

html #DrawerMenu li.mensLink ul li a:hover,
html #DrawerMenu li.womensLink ul li a:hover {
    background: #d9dcea !important;
}

html #DrawerMenu li a:hover {
    background: #fff !important;
    -o-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -khtml-transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    transition: background 0.25s linear;
    -webkit-box-shadow: inset 0px -4px 0px 0px rgba(190, 195, 214, 1);
    -moz-box-shadow: inset 0px -4px 0px 0px rgba(190, 195, 214, 1);
    box-shadow: inset 0px -4px 0px 0px rgba(190, 195, 214, 1);
}

html #DrawerMenu li ul li a:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#DrawerMenu .watchesLabel span {
    padding: 10px 15px !important;
}

#DrawerMenu .subcat-expand {
    background: #bec3d6 !important;
    border-left: 0px !important;
    height: 59px !important;
    cursor: pointer !important;
}

#DrawerMenu .subcat-expand:after {
    color: #010067 !important;
    font-size: 26px !important;
}

#DrawerMenu .drawer-subcat.expanded {
    border-top: 0 !important;
}

#DrawerMenu .watchesLabel span {
    background: #BABABA;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #BABABA 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BABABA), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #BABABA 0%, #dedede 100%);
    background: -o-linear-gradient(top, #BABABA 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #BABABA 0%, #dedede 100%);
    background: linear-gradient(to bottom, #BABABA 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA', endColorstr='#dedede', GradientType=0);
}

/* product page *************
*********************************/

.BlockContent .infoImage img {
    max-width: inherit !important;
}

#ProductWarranty {
    width: 238px;
}

.PrimaryProductDetails .ProductMain {
    padding: 0px !important;
    width: 555px !important;
}

.left_Col {
    width: 238px;
}

.right_Col {
    width: 300px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ProductWarrantyContainer h2 {
    padding-bottom: 15px !important;
}

.ProductWarrantyContainer ul {
    margin: 0 0 15px 15px !important;
}

.right_Col_inner {
    padding: 15px;
    width: 300px;
    border: 1px solid #dadade;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.YouSave {
    color: #8c8e90 !important;
    border: 1px solid #e8e8e8;
    padding: 8px 0;
    text-align: center;
}

.addthis_sharing_toolbox {
    text-align: right;
    margin-bottom: 5px;
}

#ProductDetails h1 {
    margin-bottom: 25px;
    color: #515254 !important;
    font-size: 24px;
}

#ProductWarranty li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #343434;
}

.btn.add-to-cart.AddCartButton {
    color: #fff !important;
    text-transform: capitalize !important;
    font-family: 'Droid Sans', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    line-height: 58px !important;
    display: block;
    text-shadow: 1px 1px 0px rgba(76, 76, 76, 1);
    text-align: center;
    height: 58px;
    width: 99% !important;
    margin: 0 0 0 1px;
    font-size: 30px !important;
    border: none !important;
    /*border: 1px solid #009f0f !important;*/
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    background: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/addtocart_bg.jpg?t=1516633295') repeat-x;
    background-position: 0 0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px 1px rgba(0, 159, 15, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px 1px rgba(0, 159, 15, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px 1px rgba(0, 159, 15, 1);
}

.btn.add-to-cart.AddCartButton:hover {
    background-position: 0 -58px;
}

.addto .BulkDiscount,
.addto #SideProductAddToWishList {
    display: block !important;
}

.btn.alt.wishTrigger i {
    margin-right: 10px;
}

.btn.alt.wishTrigger {
    width: 99%;
    color: #fff !important;
}

.btn.alt.wishTrigger:hover {
    color: #fff !important;
}

.ProductDetailsGrid .p-price strike {
    display: inline-block !important;
}

.ProductDetailsGrid .BrandName .Label {
    color: #333333 !important;
}

.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
    margin-bottom: 10px;
}

.ProductDetailsGrid .p-price {
    font-size: 16px !important;
}

.ProductDetailsGrid .Label {
    font-weight: normal !important;
    margin: 0 !important;
    width: 45% !important;
    display: inline-block;
}

.ProductDetailsGrid .Label.QuantityInput {
    width: auto !important;
}

.ProductDetailsGrid .Value {
    width: 45% !important;
    display: inline-block;
    text-align: right;
}

.ProductDetailsGrid .Value.AddCartButton {
    width: auto !important;
    display: inline-table;
    text-align: inherit !important;
}

.addto {
    border-top: 0 !important;
    padding-top: 16px !important;
    padding-bottom: 15px !important;
}

.greenText,
.Label.greenText {
    /*color: #009f0f !important;*/
    color: #FF0000 !important;
    font-weight: bold !important;
    font-size: 18px;
}

.productPage .ProductDetailsGrid .greenText, .productPage .ProductDetailsGrid .Label.greenText {
    font-size: 22px;
}

.grayText,
.Label.grayText {
    color: #8c8e90 !important;
}

.infoImage {
    padding-top: 70px;
}

.shipping_information {
    margin-top: 15px;
}

.free_insured_info {
    font-weight: bold;
    color: #009f0f;
}

.shipping_information div {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 28px;
}

.shipping_information img {
    vertical-align: middle;
    margin-right: 7px;
}

#SimilarProductsByCustomerViews .btn {
    display: block !important;
}

#productPage #prodAccordion .subtitle {
    height: 48px !important;;
    border: 1px solid #b9bdcd !important;
    margin: 10px 0 !important;
    font-size: 24px !important;
    line-height: 48px !important;;
    color: #3c3c3c !important;;
    padding: 0 30px 0 0 !important;
    text-indent: 21px;
    position: relative;
    background: #eaebf1 !important;;
    background: -moz-linear-gradient(top, #f0f1f1 0%, #eaebf1 100%) !important;;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f1f1), color-stop(100%, #eaebf1)) !important;;
    background: -webkit-linear-gradient(top, #f0f1f1 0%, #eaebf1 100%) !important;;
    background: -o-linear-gradient(top, #f0f1f1 0%, #eaebf1 100%) !important;;
    background: -ms-linear-gradient(top, #f0f1f1 0%, #eaebf1 100%) !important;;
    background: linear-gradient(to bottom, #f0f1f1 0%, #eaebf1 100%) !important;;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f1f1', endColorstr='#eaebf1', GradientType=0) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 1);
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

#productPage #prodAccordion .subtitle:hover {
    background: #fff !important;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -khtml-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}

#productPage #prodAccordion .current .subtitle:after {
    content: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/accordionOpened.png?t=1516633295');
    position: absolute;
    right: 21px;

}

#productPage #prodAccordion .subtitle:after {
    content: url('//cdn11.bigcommerce.com/s-28d61/templates/__custom/imgs/accordionClosed.png?t=1516633295');
    position: absolute;
    right: 21px;

}

.prodAccordionContent {
    padding: 10px 21px;
}

#prodAccordion .Block {
    border-bottom: 0 !important;
}

.Custom_Tab_Content h3 {
    color: #010067 !important;
    font-size: 20px !important;
    padding: 0 0 10px 0 !important;
}

.Custom_Tab_Content p {
    margin-bottom: 0 !important;
}

.paypal_logo {
    width: auto;
    height: auto;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 0px !important;
}

.SideRecentlyViewed .ComparisonCheckbox {
    float: none !important;
}

#prodAccordion #ProductDescription table {
    height: auto !important;
    width: 100% !important;
}

#prodAccordion #ProductDescription table td.watch-detail-attribute {
    width: 25% !important;
}

#prodAccordion #ProductDescription table td.watch-detail-value {
    width: 75% !important;
}

#prodAccordion #ProductDescription table tr td {
    padding: 8px 10px !important;
}

#prodAccordion #ProductReviews .btn:hover {
    color: #fff !important;
}

#SideProductRelated h2,
#SideProductRecentlyViewed h2 {
    font-size: 24px;
}

#ProductDetails .ProductThumbImage {
    max-width: 425px;
    height: 540px !important;
}

.left-content {
    width: 425px !important;
}

/* wufoo customizations */

.WarrantyPage #warrantyForm {
    /*max-width: 500px;
    margin: 0 auto; !important;*/
}

.owl_wrapper {
margin: 20px auto;
    max-width: 1000px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
/* Media Queries
***************************************
***************************************
*/

@media all and ( max-width: 1111px ) {
    .width_almost_half {
        width: 100% !important;
        margin-bottom: 10px;
        max-width: 1000px !important;
    }

    .abox.width_almost_half {
        width: 48% !important;
    }

    #bottomWideBox.full_width {
        width: 97.7% !important;
    }

    .reviewSEO_Container .inner {

    }

    .Content.Wide.WideWithLeft .ProductList li,
    .ProductList.WishlistProductList li {
        width: 32% !important;
    }

}



@media all and ( max-width: 1097px ) {
    #home .ProductList li,
    .productPage .ProductList li {
        width: 32% !important;
    }

    #categoryPage .ProductList li,
    #brandsPage_filter .ProductList li,
    #brandsPage .ProductList li,
    #searchPage_filter .ProductList li,
    #searchPage .ProductList li,
    .ProductList.WishlistProductList li {
        width: 32% !important;
    }

    #home #HomeFeaturedProducts ul.vertBanners {display: none;}
    #home #HomeFeaturedProducts ul.regularRight {
       float: none;
       width: initial;
       margin: 0 0 10px 0px !important;
    }
    #home #HomeFeaturedProducts ul.regularRight li {
       width: 19%;
    }

}

@media all and ( max-width: 1088px ) {

    .abox.width_almost_half {
        width: 60% !important;
        border: 0 !important;

    }

    #bottomWideBox.full_width {
        width: 70% !important;
        border: 0 !important;
    }

    .twoImages .leftImage {
        display: none !important;
    }

    .left-content {
        width: 100% !important;
    }

    #ProductDetails .ProductThumbImage {
        margin: 0 auto;
        text-align: center;
    }

    .ImageCarouselBox {
        display: none;
    }

    .SeeMorePicturesLink {
        display: block !important;
        margin-top: 20px;
    }

    .PrimaryProductDetails .ProductMain {
        padding: 0px !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .left_Col, .right_Col, #ProductWarrant, .infoImage {
        width: 50% !important;
    }

    .right_Col_inner {
        width: 100%;
    }

    .infoImage img {

    }

}

@media all and ( max-width: 1079px ) {
    .SubCategoryList ul.side-menu li,
    #SideShopByBrandFull ul li,
    #brandsPage_filter .SubBrandList ul li {
        width: 32.2% !important;
    }

}

@media all and (max-width: 1075px) {
    #SideNewsletterBox .grid__item {
        width: 100% !important;
        padding-left: 0 !important;
    }

    #SideNewsletterBox .grid {
        padding: 0 10px 10px 10px;
    }

    .newsHeading {
        padding-left: 0 !important;
        text-align: center;
        margin-bottom: 10px;
    }

    #SideNewsletterBox .button_grid {
        margin-top: 20px;
    }

    #SideNewsletterBox input.Textbox {
        text-align: center;
    }

}

@media all and ( max-width: 1054px ) and ( min-width: 1025px ) {
    #categoryPage .Content.Wide.WideWithLeft .ProductList li,
    #brandsPage_filter .Content.Wide.WideWithLeft .ProductList li,
    #categoryPage .Content.Wide .ProductList li,
    #brandsPage .Content.Wide .ProductList li,
    #searchPage_filter .Content.Wide.WideWithLeft .ProductList li,
    #searchPage .Content.Wide .ProductList li,
    .ProductList.WishlistProductList li {
        width: 48% !important;
    }

}

@media all and ( max-width: 1024px ) {
    #home .ProductList li,
    .productPage .ProductList li {
        width: 32% !important;
    }

    #categoryPage .ProductList li,
    #brandsPage_filter .ProductList li,
    #brandsPage .ProductList li,
    #searchPage. ProductList li,
    #searchPage_filter .ProductList li,
    .ProductList.WishlistProductList li {
        width: 48% !important;
    }

    .AddBillingAddress dd, .AddShippingAddress dd {
        margin-left: 0 !important;
    }

}

@media all and ( max-width: 1024px ) and ( min-width: 871px ) {

    #categoryPage .ProductList li,
    #brandsPage_filter .ProductList li,
    #brandsPage .ProductList li,
    #searchPage .ProductList li,
    #searchPage_filter .ProductList li,
    .ProductList.WishlistProductList li {
        width: 48% !important;
    }

}

@media all and ( max-width: 1000px ) {

    .one_eighth {
        width: 25%; /* 4 items per row */
        text-align: center;
    }

    .one_eighth img {
        text-align: center;
    }

    #TopMenu #RightUtil {
        margin-right: 20px;
    }

    #ToggleMenu {
        display: block;
    }

    .topSocial {
        display: none !important;
    }

    .TopMsg .inner, .TopNotify .inner {
        max-width: 90%;

    }

}

@media all and (max-width: 999px ) {

    html #categoryPage.bannerON .banner_category_page_top {
        display: none !important;
    }

    html #categoryPage.bannerON #CategoryHeading .TitleHeading {
        display: block !important;
    }

}

@media all and ( max-width: 995px ) {

    .header .PageMenu {
        display: none !important;
    }

}

@media all and ( max-width: 956px ) {

}

@media all and ( max-width: 870px ) {
    .grid__item.about_us {
        padding-left: 60px !important;
    }

    .reviewSEO_Container .inner {

    }

    .abox.width_almost_half {
        width: 70% !important;
        border: 0 !important;

    }

    #bottomWideBox.full_width {
        width: 85% !important;
        border: 0 !important;
    }

    #home .ProductList li,
    .productPage .ProductList li,
    #categoryPage .ProductList li,
    #brandsPage_filter .ProductList li,
    #brandsPage .ProductList li,
    #searchPage .ProductList li,
    #searchPage_filter .ProductList li,
    .ProductList.WishlistProductList li {
        width: 48% !important;
    }

    .topRight {
        display: none !important;
    }

    .header-logo {
        float: none !important;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .header-logo {
        padding-top: 20px;
    }

    #SearchForm {
        width: 100% !important;
        margin-top: 20px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html body #QuickSearch.QuickSearch {
        position: absolute !important;
        left: 0px !important;
        width: 100% !important;
    }

}

@media all and ( max-width: 776px ) and ( min-width: 769px ) {

    #categoryPage .ProductList li,
    #brandsPage_filter .ProductList li,
    #brandsPage .ProductList li,
    #searchPage .ProductList li,
    #searchPage_filter .ProductList li,
    .ProductList.WishlistProductList li {
        width: 47% !important;
    }

}

@media all and (max-width: 768px) {
    .footer-columns .grid__item {
        text-align: left !important;
        width: 100% !important;
    }

    .grid__item.cs_links {
        padding-left: 0px !important;
        margin-top: 15px;
    }

    .grid__item.about_us {
        padding-left: 0px !important;
        margin-top: 15px;
    }

    #SellingPoints.grid__item {
        padding-left: 0 !important;
    }

    #RightUtil .loginLogout {
        display: none !important;
    }

    .Breadcrumb {
        display: none !important;
    }

    .facet-header.js-facet-accordion-action:after {
        top: 17px !important;
    }

}

@media all and ( max-width: 715px ) {
    #TopMenu .account {
        display: none !important;
    }

}

@media all and (min-width: 701px and max-width:

768px

) {

    #SideShopByBrandFull ul li,
    #brandsPage_filter .SubBrandList ul li,
    #brandsPage .SubBrandList ul li {
        width: 48.4% !important;
    }

}

@media all and ( max-width: 700px ) {
    .abox.width_almost_half {
        width: 95% !important;
        border: 0 !important;

    }

    #bottomWideBox.full_width {
        width: 95% !important;
        border: 0 !important;
    }

    #SideShopByBrandFull ul li,
    #brandsPage_filter .SubBrandList ul li,
    #brandsPage .SubBrandList ul li {
        width: 48.4% !important;
    }
}

@media all and ( max-width: 650px ) {
    .left_Col, .right_Col, #ProductWarrant, .infoImage {
        width: 100% !important;
    }

    .right_Col_inner {
        width: 100%;
    }

    #ProductDetails .left_Col.float_left {
    display: none;
    }

    #ProductDetails h4.BrandName,
    #ProductDetails .DetailRow.ProductSKU,
    #ProductDetails .in_Stock_infoText.OneDay,
    #ProductDetails .in_Stock_infoText.TwoThreeDays {
    display: none !important;
    }


}

@media all and ( max-width: 635px ) {
    #bottomWideBox .prod_img img {
        opacity: 0.20;
    }

    .SubCategoryList.mobile div.selector {
        background-position: 97% center !important;
    }

    .one_fifth {
        width: 49%

    }

    .one_fifth img {
        text-align: center;
    }

}

@media all and ( max-width: 600px ) {
    #SideNewsletterBox input.Textbox {
        margin-bottom: 0 !important;
    }

    #ju_bbox {
        display: none !important;
    }

}

@media all and ( max-width: 575px ) {
    #LeftUtil .narrow_hide {
        display: none !important;
    }
}

@media all and ( max-width: 550px ) {
    .one_eighth {
        width: 50%; /* 4 items per row */
        text-align: center;
    }

    .one_eighth img {
        text-align: center;
    }

    .footer .narrow_hide {
        display: none !important;
    }

    .narrow_show {
        display: inline-block !important;
    }

    .prod_img img {
        opacity: 0.20;
    }

    .SeeMorePicturesLink {
        display: block !important;
        margin-top: 20px;
    }

    .ImageCarouselBox {
        display: none !important;
    }

    .WarrantyPage #warrantyForm, .WarrantyPage #returnRepairForm {
        max-width: inherit !important;
        width: 100%;
        margin: 0 auto;
        height: auto !important;
    }

    ul.icon_list li.bbb img {
        width: inherit;
        padding-top: 0px;
    }

}

@media all and ( max-width: 543px ) {
    #home .ProductList li,
    .productPage .ProductList li,
    #categoryPage .ProductList li,
    #brandsPage_filter .ProductList li,
    #brandsPage .ProductList li,
    #searchPage .ProductList li,
    #searchPage_filter .ProductList li,
    .ProductList.WishlistProductList li {
        /*width: 100% !important;*/
        width: 48% !important;
    }

    #SideShopByBrandFull ul li,
    #brandsPage_filter .SubBrandList ul li,
    #brandsPage .SubBrandList ul li {
        /*width: 100% !important;*/
        width: 48% !important;
    }

.ProductList li {
margin: 0 0 10px 2% !important;
}

.ProductList {
}

}






@media all and ( max-width: 480px ) {

    #CheckoutStepPaymentDetails .Submit {
        margin: 0 0 20px 0px;
    }

    #CheckoutStepPaymentDetails dd {
        float: none !important;
        margin-left: 0 !important;
    }

    #cartForm input.qtyInput.quantityInput {
        width: inherit !important;
    }

    #expressCheckoutPage form .HorizontalFormContainer dd {
        float: none;
    }

    #expressCheckoutPage #uniform-FormField_11, #expressCheckoutPage #uniform-FormField_21 {
        max-width: 100%;
    }

    #ToggleMenu {
        display: block !important;
    }

    .header .PageMenu {
        display: none !important;
    }

    .ProductList .ProductPriceRating {
        padding-bottom: 10px !important;
    }

    .header-logo img {
        width: 100% !important;
        height: auto !important;
    }

    .SubCategoryList.mobile div.selector {
        background-position: 96% center !important;
    }

    .nav-prev, .nav-next {
        padding: 0 10px !important;
    }

    .btn {
        line-height: 60px !important;
        height: 60px;
    }

    .ExpressCheckoutBlock .ExpressCheckoutTitle {
        font-size: 14px;
    }

}

@media all and ( max-width: 399px ) {
    .one_eighth {
        width: 100%; /* 4 items per row */
        text-align: center;
    }

    .one_eighth img {
        text-align: center;
    }

    .reviewSlider .outside .bxPrevNext {
        top: auto !important;
        bottom: 20px !important;
    }

    #bottomWideBox .prod_img {
        right: 5px !important;
    }

    #bottomWideBox .prod_img img {
        width: 80% !important;
        margin-top: 30px;
    }

    #topFourBoxes .saveCircle {
        display: none !important;
    }

    .narrow_hide.cartText {
        display: none !important;
    }

    .ExpressCheckoutBlock .ExpressCheckoutTitle {
        font-size: 12px;
    }

}


@media all and ( max-width: 400px ) {
    #home .ProductList li,
    .productPage .ProductList li,
    #categoryPage .ProductList li,
    #brandsPage_filter .ProductList li,
    #brandsPage .ProductList li,
    #searchPage .ProductList li,
    #searchPage_filter .ProductList li,
    .ProductList.WishlistProductList li {
        width: 100% !important;
        
    }

    #SideShopByBrandFull ul li,
    #brandsPage_filter .SubBrandList ul li,
    #brandsPage .SubBrandList ul li {
        width: 100% !important;
        
    }

.ProductList li {
margin: 0 !important;
}

.ProductList {
margin: 0 !important;
}

.owl_wrapper {
display: none !important;
}

}
.one_fifth{
width:16.5% !important;
}

/* Gurpreet Styles */
#home h1 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase !important;
    margin: 10px 0;
}
/*********************************************CT Styles Start**************************************/
.hello-bar{
    text-align: center;
    padding: 10px 0;
    color: #f00;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px !important;
    font-weight:bold;
}
/* First Time Visit Popup Styles */
#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 37%;
  left: 30%;
  top: 20%;
  font-family: Calibri, Arial, sans-serif;
}
#my-welcome-message img {max-width:100%;}
#fvpp-close {
     position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 49%;
    padding: 6px 10px;
    color: #000 !important;
}
@media all and ( max-width: 1024px ) {
   #my-welcome-message {
        width: 70%;
        left:15%;
   }
}
@media all and ( max-width: 600px ) {
  #my-welcome-message {
        width: 95%;
        left:2%;
   }
   #fvpp-close{
font-size: 10px !important;
    padding: 4px 7px;
    top: 6px;
    right: 7px;
   }
}
/*********************************************CT Styles End**************************************/