/*Test comment*/
h5 {
    font-weight: bold;
    font-size: 19px;
}


@font-face {
    font-family: 'komika_axisregular';
    src: url('../fonts/komikax06142018152247-webfont.woff2') format('woff2'),
         url('../fonts/komikax06142018152247-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Futura-Bold';
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Bold_gdi.eot');
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Bold_gdi.woff') format('woff'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Bold_gdi.ttf') format('truetype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Bold_gdi.svg#Futura-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}

@font-face {
    font-family: 'FuturaT-Book';
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaT-Book_gdi.eot');
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaT-Book_gdi.eot?#iefix') format('embedded-opentype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaT-Book_gdi.woff') format('woff'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaT-Book_gdi.ttf') format('truetype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaT-Book_gdi.svg#FuturaT-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaBT-Book_gdi.eot');
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaBT-Book_gdi.eot?#iefix') format('embedded-opentype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaBT-Book_gdi.woff') format('woff'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaBT-Book_gdi.ttf') format('truetype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/FuturaBT-Book_gdi.svg#FuturaBT-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

@font-face {
    font-family: 'Futura-Normal';
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Normal_gdi.eot');
    src: url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Normal_gdi.eot?#iefix') format('embedded-opentype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Normal_gdi.woff') format('woff'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Normal_gdi.ttf') format('truetype'),
    url('//images.theexecutiveadvertising.com/search/assets/fonts/Futura-Normal_gdi.svg#Futura-Normal') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-2666;
}
@font-face {
    font-family: 'a_little_sunshineregular';
    src: url('../fonts/a_little_sunshine-webfont.woff2') format('woff2'),
         url('../fonts/a_little_sunshine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'black_jackregular';
    src: url('../fonts/blackjack-webfont.woff2') format('woff2'),
         url('../fonts/blackjack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    font-family: Arial, Helvetica, tahoma, verdana;
}

/*Global Helper Classes*/
.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}
/*Attention Required alert*/
.att-alert {
    background: #FFE479 !important;
}
.bg-fade {
    transition: background-color 1s linear;
   -moz-transition: background-color 1s linear;
   -webkit-transition: background-color 1s linear;
   -ms-transition: background-color 1s linear;
}
.bg-initial {
    background: inherit !important;
}


.attention{    
    background-image:none !important; 
         -o-animation: fadeIt 5s ease-in-out; 
            animation: fadeIt 5s ease-in-out; 
}
@-o-keyframes fadeIt {
  0%   { background-color: initial; }
  50%  { background-color: #ffefae; }
  100% { background-color: initial; }
}
@keyframes fadeIt {
  0%   { background-color: initial; }
  50%  { background-color: #ffefae; }
  100% { background-color: initial; }
}


header .alert {
    padding: 10px 15px;
    line-height: 15px;
}
a {
    color: #3F74A8;
}

/* mouse over link */
a:hover {
    color: #3063A7;
}

/* selected link */
a:active {
    color: #3F74A8;
}
.section_header * {
    box-sizing: border-box;
}

footer {
    position: relative;
    min-height: 150px;
    float: left;
    width: 100%;
    display: inline-block;
}

.section_header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    z-index: 1000;
    display: block;
    box-sizing: border-box;
    background: url(//www.theexecutiveadvertising.com/bg-87.jpg) repeat-x;
    display: inline-block;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
}

.section_header .header {
    width: 100%;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section_header .header .logo {
    width: 20%;
    position: relative;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.section_header .desktop > .logo > a {
    display: block;
    padding-right: 5%;
}

.section_header .header .logo img {
    max-width: 100%;
    max-height: 80px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section_header .header .promotion {
    margin-top: 27px;
    width: 15%;
    position: relative;
    float: left;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section_header .header .header-right {
    width: 65%;
    float: left;
    box-sizing: border-box;
}

.section_header .header .header-right .search-box {
    width: 50%;
    height: 100%;
    float: left;

}

.section_header .header .header-right .user-box {
    width: 50%;
    height: 100%;
    float: left;
}

.section_header .header .header-right .htop {
    width: 100%;
    height: 40px;
    float: left;
    box-sizing: border-box;
    padding: 3px 0;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
}

.section_header .header .header-right .hbottom {
    width: 100%;
    height: 30px;
    float: left;
    box-sizing: border-box;
}

/*Styles for shrinking header*/
.section_header.shrink {
    height: 48px;
}

.section_header.shrink .header .logo img {
    max-height: 45px;
}

.section_header.shrink .header .promotion {
    margin-top: 0px;
}

.section_header.shrink .header .header-right .htop {
    height: 9px;
    visibility: hidden;
}

.htop .search-box {
    text-align: center;
}

.htop .search-box img {
    height: 25px;
}

.hbottom .search-box {
    display: table;
    text-align: center;
}

.hbottom .search-box input {
    width: 80%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.hbottom .search-box button {
    width: 40px;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    border-radius: 5px;
    border: none;
}

.search-box button.black-btn {
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/search-black.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.search-box button.white-btn {
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/search-white.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.search-box button.yellow-btn {
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/search-yellow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.search-box button.black-btn {
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/search-yellow-magonly.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header .contact-number {
    width: 170px;
    float: left;
    font-size: 23px;
    color: #FFF;
    font-family: Arial, Helvetica, tahoma, verdana;
    font-weight: bold;
}

.header .contact-time {
    width: 60px;
    float: left;

}

.header .contact-time p {
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
    margin: 0;
    float: left;
}

.header .contact-chat {
    width: 50px;
    float: left;
}

.header .contact-chat img {
    height: 25px;
}

div#scdoAF > a > img {
    width: 93px;
    height: auto;
}

.header .header-cart {
    width: 80px;
    float: left;
}

.header-cart > ul > li > a {
    display: block;
    padding: 2px 2px 7px;
}

.header .header-cart img {
    max-height: 30px;
}

.header .header-cart ul {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 12px;
}

.header .header-cart ul li {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.header .header-cart ul > li > ul {
    display: none;
    background: #FFF;
    width: 180px;
    position: absolute;
    top: 40px;
    left: -60px;
    right: auto;
    float: left;
    margin: 0;
    padding: 10px;
    border: 1px solid #ddd;
    z-index: 999;
}

.header .header-cart ul > li > ul:before {
    background: url(//images.theexecutiveadvertising.com/filter/assets/images/up-arrow.png) no-repeat;
    background-position: 0px 0px;
    content: "";
    height: 15px;
    left: 68px;
    position: absolute;
    right: auto;
    top: -10px;
    width: 15px;
}

.header .header-cart ul > li:hover > ul {
    /*display: block !important;*/
    box-shadow: 3px 3px 5px #787878;
}

.header .header-cart ul > li > ul > li {
    margin: 0;
    padding: 0;
}

.header .header-cart ul > li > ul > li .mini-cart {
    text-align: center;
}

.header .header-cart ul > li > ul > li .view-cart {
    margin: 0;
    padding: 5px 15px;
    width: 100%;
    float: left;
    text-decoration: underline;
}

.header .header-cart ul > li > ul > li .view-cart:hover {
    color: #FF7038;
}

.header-cart > ul > li > div {
    padding: 3px;
    /*margin-top: -3px;*/
    border-radius: 10px;
}

.header .header-account {
    width: 134px;
    height: 30px;
    float: left;
}

.header .header-account .name {
    width: 100%;
    float: left;
}

.header .header-account .account {
    width: 100%;
    float: left;
}

.header .header-quote {
    float: left;
    margin-right: 10px;
}

.header .header-art {
    float: left;
    margin-right: 10px;
}

@media (min-width: 1281px) and (max-width: 1300px) {
    .header .header-quote, .header .header-art {
        margin-right: 5px;
    }
}

.header .header-wishlist {
    float: left;
}

.header .header-quote a {
    width: 50px;
    height: 30px;
    background-image: url(//www.theexecutiveadvertising.com/images/QuoteButton_large.png);
    background-size: 50px 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
}

.header .header-quote a:hover {
    background-color: #525252;
}

.header .header-art a {
    width: 50px;
    height: 30px;
    background-image: url(//www.theexecutiveadvertising.com/images/ArtworkUpload_Button.png);
    background-size: 50px 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
}

.header .header-art a:hover {
    background-color: #525252;
}

.header .header-wishlist a {
    width: 60px;
    height: 30px;
    background-image: url(//www.theexecutiveadvertising.com/images/Wishlist_Button.png);
    background-size: 60px 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
}

.header .header-wishlist a:hover {
    background-color: #525252;
}

.header-account .account {
    position: relative;
    margin: 0;
    padding: 0;
}

.header-account .account ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.header-account .account ul li {
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
}

.header-account .account ul li a {
    text-decoration: none;
    width: 100%;
    float: left;
}

.header-account .account ul > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.header-account .account ul > li a {
    position: relative;
}

.header-account .account ul > li > a .name {
    position: relative;
    color: #FFF;
    font-size: 13px;
    font-family: "verdana";
}

.header-account .account ul > li > a > span {
    position: relative;
    color: #FFF;
    line-height: .9;
    font-size: 16px;
    font-family: "Futura-Bold";
    float: left;
}

.header-account .account ul > li > a > i.down-arrow {
    position: relative;
    color: #FFF;
    width: 15px;
    height: 22px;
    margin-left: 5px;
    background: url(//images.theexecutiveadvertising.com/filter/assets/images/down-arrow.png) no-repeat;
    background-position: 0px 6px;
    background-size: 10px;
    float: left;
}

.header-account .account ul > li:hover ul {
    /*display: block !important;*/
}

.header-account .account ul > li > ul {
    display: none;
    margin: 0;
    padding: 10px 0px;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 30px;
    right: auto;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    z-index: 9999;
}

.header-account .account ul > li > ul:before {
    background: url(//images.theexecutiveadvertising.com/filter/assets/images/up-arrow.png) no-repeat;
    background-position: 0px 0px;
    content: "";
    height: 15px;
    left: 69px;
    position: absolute;
    right: auto;
    top: -8px;
    width: 15px;
}

.header-account .account ul > li > ul > li {
    position: relative;
    float: left;
    width: 50%;
}

.header-account .account ul > li > ul > li a {
    position: relative;
    color: #222;
    font-size: 15px;
    padding: 2px 15px;
}

.header-account .account ul > li > ul > li:first-child a {
    font-size: 20px;
    color: #D65423;
}

.my_account_email {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-left: 10px;
    margin-bottom: -10px;
}

label#ctl00_ctl15_lvDisplay_vtPassLabel {
    font-size: 13px;
}

.promotion ul {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.promotion ul li {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    bottom: 1px;
    list-style-type: none;
}

.promotion ul li a {
    text-decoration: none;
}

.section_header .header .promotion ul > li:hover ul,
.header.desktop > .logo:hover ~ .promotion > ul > li > ul {
    /*display: block !important;*/
    border-radius: 8px;
}

.section_header .header .promotion ul > li > ul {
    display: none;
    /*    opacity: 0;
        height: 0;*/
    cursor: pointer;
    position: absolute;
    float: left;
    width: 720px;
    top: 45px;
    left: -250px;
    right: auto;
    padding: 5px 0 0;
    z-index: 999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section_header.shrink .header .promotion ul > li > ul {
    padding-top: 3px;
}

.promotion .promotion-menu:before {
    background: url(//images.theexecutiveadvertising.com/filter/assets/images/up-arrow.png) no-repeat;
    background-position: 0px 0px;
    content: "";
    height: 15px;
    left: 444px;
    position: absolute;
    right: auto;
    top: -12px;
    width: 15px;

}

.promotion ul > li > a small {
    color: #FFF;
    width: 100%;
    float: left;
    font-family: "verdana";
}

.promotion ul > li > a .promo {
    /*font-weight: bold;*/
    font-size: 21px;
    font-family: "Futura-Bold";
    color: #FFF;
    float: left;
    /*padding: 0 0 5px;*/
}

.promotion ul > li > a > i.down-arrow {
    float: left;
    position: relative;
    color: #FFF;
    width: 15px;
    height: 22px;
    margin-left: 5px;
    background: url(//images.theexecutiveadvertising.com/filter/assets/images/down-arrow.png) no-repeat;
    background-position: 0px 9px;
    background-size: 10px;
}

.promotion ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

.promotion ul > li > ul > li a {
    float: left;
    width: 100%;
    padding: 2px 15px;
    padding: 2px 14px;
    margin: 0;
    color: #222;
}

.promotion ul > li > ul > li a.menu-title {
    width: auto;
    color: #d65422;
    padding-left: 0px;
}

.promotion ul > li > ul > li a.menu-subtitle {
    float: right;
    font-size: .7em;
    width: auto;
}

.promotion .promotion-menu {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: default;
}

.promotion .promotion-menu li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.promotion-menu .left-block {
    float: left;
    width: 208px;
    padding: 10px 0 0;
    margin: 0;
    display: block;
    border-right: 1px solid #ddd;
    position: relative;
}

.promotion-menu .left-block > ul {
    margin: 0;
}

.promotion-menu .right-block {
    float: left;
    width: 455px;
    height: 100%;
    padding: 10px 0 0;
    margin: 0;
    display: block;
    position: relative;
}

.promotion-menu .left-block li {

}

.promotion-menu .left-block li a {
    font-size: 1.1em;
}

.promotion-menu .left-block li.active a {
    background: #EEEEEE;
    color: #D65422;
}

.promotion-menu .left-block li a:hover {
    background: #EEEEEE;
    color: #D65422;
    text-decoration: none;
}

.promotion-menu .left-block .has-submenu {

}

.promotion-menu .right-block h3.title {
    margin: 0;
    padding-left: 15px;
    color: #D65422;
}

/* b-menu is the botom menu on promotional menu */
/* r-menu is the right side menu on promotional menu */
/* m-menu is the right side menu container on promotional menu */

.promotion-menu .r-menu {
    display: none;
    position: relative;
    float: left;
    width: 100%;
}

.promotion-menu .r-menu.active {
    display: block;
}

.promotion-menu .m-menu {
    position: relative;
    float: left;
    width: 100%;
}

.promotion-menu .m-menu ul {
    margin: 0;
}

.promotion-menu .m-menu ul li a:hover {
    color: #D65422;
}

.promotion-menu .m-menu ul {
    width: 150px;
}

.promotion-menu .m-menu ul + ul {
    width: 120px;
}

.promotion-menu .m-menu ul + ul + ul {
    width: 90px;
}

.promotion-menu .m-menu ul + ul + ul + ul {
    width: 90px;
}

.promotion-menu .m-menu ul + ul + ul li a {
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
    color: #D65422;
}

.promotion-menu .m-menu ul + ul + ul + ul li a {
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
    color: #D65422;
}

.promotion-menu .r-menu .b-menu.apparel:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_apparel.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    /*background-size: 40px 115px;*/
}

.promotion-menu .r-menu .b-menu.auto:before, .promotion-menu .r-menu .b-menu.auto-tools-travel:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_auto.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.bags:before, .promotion-menu .r-menu .b-menu.bags-totes:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_bags.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.corporate:before, .promotion-menu .r-menu .b-menu.corporate-gifts:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_corporategifts.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.drinkware:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_drinkware.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.electronics:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_electronics.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.golf:before, .promotion-menu .r-menu .b-menu.golf-products:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_golf.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.health:before, .promotion-menu .r-menu .b-menu.health-personal-care:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_health.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.household:before, .promotion-menu .r-menu .b-menu.household-goods:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_household.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.notepads:before, .promotion-menu .r-menu .b-menu.notepads-journals:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_notepads.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.office:before, .promotion-menu .r-menu .b-menu.office-desktop:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_office.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.outdoors:before, .promotion-menu .r-menu .b-menu.outdoor:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_outside.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.themes:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_themes.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.tradeshow:before, .promotion-menu .r-menu .b-menu.trade-show:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_tradeshow.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu.writing:before, .promotion-menu .r-menu .b-menu.writing-instruments:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    width: 60px;
    background-image: url('//images.theexecutiveadvertising.com/filter/assets/images/text_writing.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.promotion-menu .r-menu .b-menu li {
    padding-left: 50px;

}

.promotion-menu .r-menu .r-menu-img {
    width: 200px;
    float: right;
    position: relative;
    height: 140px;
    background: rgba(0, 0, 0, 0);
    overflow: visible;
}

.promotion-menu .r-menu .r-menu-img img {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.menu_1 .r-menu-img {
    bottom: -3px;
    right: -13px;
}

.menu_2 .r-menu-img {
    bottom: 13px;
    right: 22px;
}

.menu_3 .r-menu-img {
    bottom: -2px;
    right: 57px;
}

.menu_4 .r-menu-img {
    bottom: -5px;
    right: 8px;
}

.menu_5 .r-menu-img {
    bottom: -39px;
    right: 78px;
}

.menu_6 .r-menu-img {
    bottom: 2px;
    right: 61px;
}

.menu_7 .r-menu-img {
    bottom: -5px;
    right: -52px;
}

.menu_8 .r-menu-img {
    right: 15px;
    bottom: -3px;
}

.menu_9 .r-menu-img {
    right: 57px;
    bottom: -3px;
}

.menu_10 .r-menu-img {
    right: 62px;
    bottom: -100px;
}

.menu_11 .r-menu-img {
    right: 102px;
    bottom: -5px;
}

.menu_12 .r-menu-img {
    bottom: -5px;
    right: 16px;
}

.menu_13 .r-menu-img {
    bottom: 23px;
    right: 42px;
}

.menu_14 .r-menu-img {
    bottom: -89px;
    right: -12px;
}

.menu_15 .r-menu-img {
    bottom: -132px;
    right: 103px;
}

.menu_16 .r-menu-img {
    bottom: -99px;
    right: -87px;
}

.giveaway-products .r-menu-img img {
    width: 388px;
}

.promotion-menu .b-menu {
    position: relative;
    float: left;
    width: 208px !important;
    padding: 10px 15px 10px 15px;
    margin: 0;
}

.promotion-menu .b-menu li {
    position: relative;
    float: left;
    width: 100%;

}

.promotion-menu .b-menu li:first-child {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.promotion-menu .b-menu li a {
    font-size: .95em;
    color: #D65422 !important;
    padding-left: 0px !important;
}

.promotion-menu .b-menu li a:hover {
    background: rgba(0, 0, 0, 0);
    color: #D65422;
    text-decoration: none;
}

.section_header .header .promotion .promotion-menu .left-block .has-submenu:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 3px;
    width: 25px;
    height: 25px;
    background: url(//images.theexecutiveadvertising.com/filter/assets/images/arrow-right.png) no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px;
}

/* mobile */
.section_header .header.mobile .menu-nav {
    width: 45px;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.section_header .header.mobile .menu-nav a {
    padding: 3px;
    float: left;
    background-image: url("https://www.theexecutiveadvertising.com/images/mini-menu.png");
    background-repeat: no-repeat;
    background-position: 3px 5px;
    background-size: 30px 22.5px;
    width: 35px;
    height: 31px;
    margin-top: 4px;
    margin-left: 6px;
}

.section_header .header.mobile .menu-nav a {
    background-image: url("https://www.theexecutiveadvertising.com/images/mini-menu.png");
}

.section_header .header.mobile .menu-nav a:hover, .section_header .header.mobile .cart-logo a:hover {
    background-color: rgba(255, 255, 255, .20);
    border-radius: 6px;
    cursor: pointer;
}

.section_header .header.mobile .menu-nav a img {
    display: none;
}

.section_header .header.mobile .menu-nav img {
    width: 30px;
    margin: 5px 0 0 5px;
    float: left;
}

.menu-nav.active a {
    background-color: rgba(255, 255, 255, .20);
    border-radius: 6px;
}

.section_header .header.mobile .logo {
    width: 120px;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-left: 2%;
}

.section_header .header.mobile .logo img {
    max-width: 100%;
    max-height: 38px;
    box-sizing: border-box;
}

.section_header .header.mobile .search-logo {
    width: 31px;
    height: 31px;
    position: relative;
    float: right;
}

.section_header .header.mobile .search-logo a {
    width: 40px;
    width: 30px;
    height: 40px;
    float: left;
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/search-white.png);
    background-position: 0 3px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.section_header .header.mobile .cart-logo {
    width: 50px;
    height: 40px;
    position: relative;
    float: right;
}

.section_header .header.mobile .cart-logo a {
    width: 35px;
    height: 31px;
    float: left;
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/cart-white.png);
    background-repeat: no-repeat;

    background-position: 4px 4px;
    background-size: 30px 22.5px;
    margin-top: 4px;
    margin-right: 6px;
}

.section_header .header.mobile .mobile-search-box {
    width: 100%;
    height: 30px;
    float: left;
    background-color: #8C878F;
    margin: 0 -15px;
    padding: 8px 15px;
    box-sizing: content-box;
    display: none;
}

.section_header .header.mobile .mobile-search-box img {
    height: 25px;
}

.section_header .header.mobile .mobile-search-box input {
    width: calc(100% - 113px); /*84%;*/
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.section_header .header.mobile .mobile-search-box button.search-button {
    width: 40px;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    border-radius: 5px;
    border: none;
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/search-yellow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_header .header.mobile .mobile-search-box button.filter-button {
    width: 40px;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    border-radius: 5px;
    border: none;
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/filter-Yellow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_header .header.mobile .mobile-search-box button.master-clear-button {
    display: none;
}

.sub-header {
    /*    position: relative;
        top: -4px;*/
    box-sizing: border-box;
    background: #f8f8f8;
    margin-top: 80px;
    z-index: 90;
}

.sub-header .menu-bar .sub-menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sub-header .menu-bar .sub-menu li {
    display: inline-block;
    padding: 8px 0.7%;
}

.sub-header .menu-bar .sub-menu li:hover {
    background-color: #EFEFEF;
}

.sub-header .menu-bar .sub-menu li a, .sub-header .menu-bar .sub-menu li a:hover {
    text-decoration: none;
    font-family: Verdana;
    color: #444;
    font-size: 14px;
}

.mobile-menu {
    position: relative;
    margin: 0;
    padding: 0;
    display: none;
    background: #222222;
    position: absolute;
    top: 40px;
    left: 0;

}

@media (max-width: 999px) {
    .mobile-menu {
        display: block;
    }
}

.mobile-menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.mobile-menu ul * {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mobile-menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style-type: none;
}

.mobile-menu ul li a {
    padding: 6px 15px;
    font-size: 18px;
    width: 100%;
    float: left;
    color: #fff;
    text-decoration: none;
}

.mobile-menu ul li a:hover {
    background-color: #292929;
}

.mobile-menu ul li a:hover {
    text-decoration: none;
}

.mobile-menu-left {
    float: left;
    width: 300px;
    min-height: 100%;
    display: none;
    position: fixed;
    top: 40px;
    z-index: 10000;
}

.mobile-menu-left.in {
    margin-left: 0px;
    -webkit-animation: slidemenuright 2s 1;
    animation: slidemenuright 2s 1;

}

.mobile-menu-left.out {
    margin-left: -200px;
    -webkit-animation: slidemenuleft 2s 1;
    animation: slidemenuleft 2s 1;

}

@-webkit-keyframes slidemenuright {
    from {
        margin-left: -200px;
    }
    to {
        margin-left: 0px;
    }
}

@keyframes slidemenuright {
    from {
        margin-left: -200px;
    }
    to {
        margin-left: 0px;
    }
}

@-webkit-keyframes slidemenuleft {
    from {
        margin-left: 0px;
    }
    to {
        margin-left: -200px;
    }
}

@keyframes slidemenuleft {
    from {
        margin-left: 0px;
    }
    to {
        margin-left: -200px;
    }
}

.mobile-menu-left > ul {
    margin: 20px 0 0 0;
}

.mobile-menu-left .close {
    color: #ffffff;
    font-size: 2em;
    height: 31px;
    line-height: 24px;
    position: absolute;
    right: 17px;
    top: 0;
    width: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-menu-wrapper {
    margin-top: 30px;
    position: relative;
}

.mobile-menu-left li.devider {
    border-top: 2px solid #FFDE05;
    height: 2px;
    margin: 5px 10px;
    width: 180px;
}

.mobile-menu-left li .tel {
    font-size: 1.3em;
}

.mobile-menu-left li.has-submenu {
    position: relative;
}

.mobile-menu-left li.has-submenu ul {
    position: relative;
    margin-left: 10px;
}

.mobile-menu-left li.has-submenu .dropdown-menu {
    position: relative;
    background-color: #222222;
}

.mobile-menu-left li.has-submenu span {
    color: #FFF;
    float: left;
    font-size: 1.2em;
}

.mobile-menu-left li.has-submenu i.arrow {
    position: relative;
    width: 25px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-size: 10px 7px;
    float: left;
}

.mobile-menu-left li.has-submenu i.arrow-down {
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/down-arrow.png);

}

.mobile-menu-left li.has-submenu i.arrow-up {
    background-image: url(//images.theexecutiveadvertising.com/filter/assets/images/up-arrow.png);

}

.content {
    width: 400px;
    /*height: 1200px;*/
    margin: 0 auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.jspContainer .jspDrag {
    background: dimgrey;
}

.jspContainer .jspVerticalBar {
    width: 12px;
}

.promotion-menu .r-menu.apparel-clothing .r-menu-img img, .promotion-menu .r-menu.apparel .r-menu-img img {
    pointer-events: none;
    bottom: -63px;
    right: -75px;
    width: 316px;
}

.promotion-menu .r-menu.auto-tools .r-menu-img img, .promotion-menu .r-menu.auto-tools-travel .r-menu-img img{
    pointer-events: none;
    width: 446px;
    right: -218px;
    bottom: -82px;
}

.promotion-menu .r-menu.bags-totes .r-menu-img img {
    pointer-events: none;
    width: 334px;
    right: -112px;
    bottom: -23px;
}

.promotion-menu .r-menu.corporate-gifts .r-menu-img img {
    pointer-events: none;
    width: 338px;
    right: -63px;
    bottom: -104px;
}

.promotion-menu .r-menu.drinkware .r-menu-img img {
    pointer-events: none;
    width: 335px;
    right: -180px;
    bottom: -97px;
}

.promotion-menu .r-menu.electronics .r-menu-img img {
    pointer-events: none;
    width: 355px;
    right: -145px;
    bottom: -83px;
}

.promotion-menu .r-menu.golf-products .r-menu-img img {
    pointer-events: none;
    width: 318px;
    right: -3px;
    bottom: -104px;
}

.promotion-menu .r-menu.health-personal .r-menu-img img, .promotion-menu .r-menu.health-personal-care .r-menu-img img{
    pointer-events: none;
    width: 335px;
    right: -70px;
    bottom: -80px;
}

.promotion-menu .r-menu.household-goods .r-menu-img img {
    pointer-events: none;
    width: 335px;
    right: -112px;
    bottom: -88px;
}

.promotion-menu .r-menu.notepads-journals .r-menu-img img {
    pointer-events: none;
    width: 420px;
    right: -144px;
    bottom: -196px;
}

.promotion-menu .r-menu.office-desktop .r-menu-img img {
    pointer-events: none;
    width: 279px;
    right: -157px;
    bottom: -120px;
}

.promotion-menu .r-menu.outdoor-toys .r-menu-img img, .promotion-menu .r-menu.outdoor .r-menu-img img{
    pointer-events: none;
    width: 345px;
    right: -124px;
    bottom: -126px;
}

.promotion-menu .r-menu.trade-show .r-menu-img img {
    pointer-events: none;
    width: 318px;
    right: -97px;
    bottom: -164px;
}

.promotion-menu .r-menu.writing-instruments .r-menu-img img {
    pointer-events: none;
    width: 266px;
    right: -57px;
    bottom: -117px;
}

.promotion-menu .r-menu.themes-industry .r-menu-img img {
    pointer-events: none;
    width: 267px;
    right: -158px;
    bottom: -73px;
}

/*Mainuddin jquery.jscrollpane.css Styles*/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

div {
    color: inherit;
}

ul, ol {
    margin: inherit;
}

/*Dan's Homepage CSS Styles*/
.sub-menu {
    border-bottom: 1px solid grey;
}
.displaynone {
    display: none;
}
.outer_container {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

/*Global Product Carousel Attributes*/
.carousel_product_container a:link {
    text-decoration: none;
    font-weight: bold;
}

.carousel_product_container {
    margin: 5%;
    text-align: center;
}

.product_carousel_1 .slick-prev:before, .product_carousel_1 .slick-next:before {
    color: black;
}

.carousel_upper_right {
    width: 60px;
    height: 60px;
    background-color: red;
    border-radius: 28px;
    border: rgb(63, 63, 63) 1px solid;
    position: absolute;
    font-weight: bold;
    font-family: Myriad Pro;
    font-size: 16px;
    top: 2%;
}

.carousel_upper_right .quantity {
    color: white;
    position: relative;
    display: block;
    font-weight: bold;
    margin-top: 2px;
    font-size: 13px;
    line-height: 20px;
}

.carousel_upper_right .for {
    color: white;
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 8px;
}

.carousel_upper_right .price {
    color: white;
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}

.carousel_upper_right .price::before {
    content: "$";
}

.carousel_upper_right:hover {
    background-color: rgb(202, 0, 0);
}

.carousel_product_image {
    margin-bottom: 10px;
}
#carousel_history .slick-arrow {
    display: none !important;
}
.carousel_product_img {
    max-width: 100%;
    width: 80%;
    max-height: 187px;
    margin-left: auto;
    margin-right: auto;
}

.carousel_product_name {
    display: inline-block;
    color: #003399;
    font-weight: bold;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 3em;
}

.carousel_product_name_prefix {
}

.carousel_product_price {
}

.carousel_product_price::before {
    content: "$";
}

.carousel_product_price::after {
    content: " ea.";
}

.product_carousel_1_price_color {
    background-color: #CE0303;
}

.product_carousel_1_price_color:hover {
    background-color: #8C0202;
}

.product_carousel_2_price_color {
    background-color: #0404EA;
}

.product_carousel_2_price_color:hover {
    background-color: #000067;
}

.product_carousel_3_price_color {
    background-color: green;
}

.product_carousel_3_price_color:hover {
    background-color: rgb(0, 87, 0);
}

.product_carousel_4_price_color {
    background-color: black;
}

.product_carousel_4_price_color:hover {
    background-color: #484848;
}

.carousel_product_price a {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 12.5%;
    }
}

@media (max-width: 999px) {
    .news_right_brand {
        height: auto;
    }

    .slidercontainer {
        margin-top: 12px;
    }

    .news_right_product {
        height: auto;
    }

    .news_right_brand {
        height: auto;
    }
}

@media (max-width: 429px) {
    .subcategories2 {
        display: none;
    }

    .category_title {
        text-align: center;
    }

    .news_left_child_description {
        display: none;
    }

    .news_left_child_description {
    }

    .news_read_more {
        display: none;
    }

    .news_story_row1 {
        height: 130px;
    }

    .news_story_row2 {
        height: 130px;
    }

    .news_right_brand {
        height: auto;
    }

    .product_carousel1 .owl-next {
        right: -6.4%;
    }

    .product_carousel1 .owl-prev {
        left: -6.4%;
    }
}

@media (max-width: 500px) {
    .shop_now_container {
        display: none;
    }

    .trending_now_header_1 {
        display: none;
    }

    .trending_now_header_2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 479px) {
    .footer_links1 {
        font-size: 160%;
        line-height: 45px;
    }
}

@media (min-width: 479px) and (max-width: 750px) {
    .footer_links1 {
        font-size: 125%;
        line-height: 45px;
    }
}

@media (min-width: 499px) {
    .shop_now_container2 {
        display: none;
    }
}

@media (min-width: 768px) {
    .ctct-custom-form input[type="text"] {
        width: 50%;
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .news_left_child_title {
        display: inline-block;
        float: left;
    }

    .shopnow0 {
        display: none;
    }
}

@media (max-width: 1300px) {
    .landing1 a:link {
        font-size: 2vw;
    }
}

@media (max-width: 600px) {
    .landing1 a:link {
        font-size: 1vw;
    }

    .carousel_upper_right {
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }

    .carousel_upper_right .quantity {
        margin-top: 6px;
        font-size: 18px;
    }

    .carousel_upper_right .for {
        margin-top: 6px;
        font-size: 18px;
    }

    .carousel_upper_right .price {
        margin-top: 6px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .mailing_list_text {
        line-height: 30px;
    }
}

@media (max-width: 700px) {
    .news_source {
        display: none;
    }
}

.button_container {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
}

.tempdiv1 {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    margin-top: 2px;
}

.tempdiv2 {
    max-width: 982px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.tempdiv3 {
    padding-left: 10px;
    padding-right: 10px;
}

/*Category Pages*/
.product-list-sort > select, .product-list-size > select {
    height: 30px;
    border-radius: 8px;
    padding-left: 5px;
}

/*Main Category Landing Page Styles (24hr Rush, New, Eco Friendly, etc.)*/
/*h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}*/

/*Mainuddin Menu Files 2*/
@media (min-width: 1000px) {
    .section_header {
        height: 80px;
    }

    .header.mobile {
        display: none;
    }
}

@media (max-width: 999px) {
    .section_header {
        height: 40px;
    }

    .section_header.shrink {
        height: 40px;
    }

    .section_header.shrink.expand {
        height: 80px;
    }

    .header.desktop {
        display: none;
    }

    .sub-header {
        display: none;
    }

    /*    .content{
            margin-top: 50px;
        }*/
}


.shop_all_category_button {
    background-color: #1e62d0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1e62d0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, Helvetica, tahoma, verdana;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1e62d0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    float: right;
    text-align: center;
}

.shop_all_category_button:hover {
    background-color: #3377e6;
}

.shop_all_category_button:active {
    position: relative;
    top: 1px;
}

.cat_lan_subcategory_thumbnail_container {
}

.cat_lan_subcategory_thumbnail {
    border: 1px solid white;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.cat_lan_subcategory_thumbnail:hover {
    border: 1px solid grey;
    border-radius: 10px;
}

.cat_lan_subcategory_thumbnail:active {
    border: 1px solid black;
}

.cat_lan_subcategory_thumbnail_image {
    text-align: center;
}

.cat_lan_subcategory_thumbnail_title {
    text-align: center;
    font-weight: bold;
    background-color: #E8E8E8;
    font-size: 21px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: -1px;
    min-height: 60px;
    display: table;
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .cat_lan_subcategory_thumbnail_title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .cat_lan_subcategory_thumbnail_title {
        font-size: 16px;
    }
}

.cat_lan_subcategory_thumbnail_title_inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}

.cat_lan_subcategory_thumbnail_pen_brand_names {
    display: inline-block;
    height: 140px;
}

@media (max-width: 420px) {
    .cat_lan_subcategory_thumbnail_pen_brand_names {
        height: 125px;
    }
}

.cat_lan_subcategory_thumbnail_image_brand_names {
    display: inline-block;
    vertical-align: middle !important;
    padding: 10px;
    height: 100%;
}

.cat_lan_subcategory_thumbnail_image_brand_names > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
}


#categorypage-apparel-size-margin {
    width: 370px;
    height: 460px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.categorypage-apparel-size-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    width: 365px;
    margin-bottom: 10px;
}

#categorypage-apparel-column-margin {
    width: 260px;
    height: 460px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.categorypage-apparel-column-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    width: 260px;
    margin-bottom: 10px;
}

.apparel_buttons {
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
}

/*End of Apparel Buttons*/

.cat_lan_brand_image {
    text-align: center;
}

.cat_lan_brand_image2 {
    border: 1px solid black;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    height: 100px;
}

.cat_lan_brand_image2:hover {
    background-color: #DCDCDC;
}

.cat_lan_brand_image3 {
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cat_lan_long_description {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.cat_lan_links_header {
    font-weight: bold;
    font-size: 18px;
}

.cat_lan_links {
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 16px;
}

.cat_lan_shop_by_button {
    font-size: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
    font-weight: bold;
    border: 1px solid black;
    background-color: #1A60D2;
    width: 100%;
    margin-left: .5%;
    margin-right: .5%;
    margin-top: 10px;
    margin-bottom: 17px;
}

.cat_lan_shop_by a {
    text-decoration: none;
}

.cat_lan_shop_by_button:hover {
    background-color: #033FA0;
}

.cat_lan_multi_col_description {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
}

@media screen and (max-width: 992px) {
    .align-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .shop_all_category_button {
        float: none;
    }
}

@media screen and (max-width: 500px) {
    .shop_all_category_button {
        font-size: 5vw;
        width: 90%;
    }
}

@media screen and (max-width: 479px) {
    .apparel_buttons {
        text-align: center;
    }
}

/*Bootstrap Overrides*/
.page-header {
    padding-bottom: 0px !important;
}

/*Hide Mobile Nav Menu on Desktop version*/
@media screen and (min-width: 1000px) {
    .mobile-menu-left {
        display: none !important;
    }
}

.label {
    color: black;
}

@media screen and (max-width: 1000px) {
    .menu-bar {
    }
}

.promotion-menu .b-menu li:first-child {
    padding-top: 0px;
}

/*Menu header size change*/
.promotion-menu h3 {
    font-size: 16px;
}

.tempdiv2 {
    margin-top: 2px;
    padding-top: 5px;
}

div#ctl00_ctl15_lvDisplay_vtLoginBox {
    padding: 10px;
}

div#password-message-vert {
    padding: 5px;
}

#ctl00_ctl15_lvDisplay_vtUserLabel {
    display: none;
}

@media screen and (min-width: 769px) {
    a.at-share-btn.at-svc-whatsapp {
        display: none;
    }
}

span#ctl00_pageContent_subtotal {
    font-size: 15px;
    float: right;
}

span#ctl00_pageContent_shipping {
    font-size: 15px;
    float: right;
}

span#ctl00_pageContent_tax {
    font-size: 15px;
    float: right;
}

span#ctl00_pageContent_total {
    font-size: 15px;
    float: right;
}

label#ctl00_pageContent_checkoutWizard_payments_paymentMethodSelectorLabel {
    float: left;
}

label#ctl00_pageContent_checkoutWizard_payments_paymentMethodSelectorLabel {
    font-size: 14px;
    line-height: 19px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblFirstName, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblLastName, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblCompanyName, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblCountry, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblAddress1, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblAddress2, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblZipPostal, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblCity, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_stateLabel, label#ctl00_pageContent_checkoutWizard_customerInformation_billingAddress_lblPhoneNumber {
    font-size: 14px;
    line-height: 28px;
}

/*Checkout 1 Font Size Change*/
label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblFirstName {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblLastName {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblCompanyName {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblCountry {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblAddress1 {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblAddress2 {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblZipPostal {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblCity {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_stateLabel {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_lblPhoneNumber {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_emailForm_lblEmail {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_emailForm_lblConfirmEmail {
    font-size: 14px;
    line-height: 28px;
}

/*Pay by Check*/
label#ctl00_pageContent_checkoutWizard_payments_offlinecheck_fields_checknumber_name {
    font-size: 14px;
    line-height: 28px;
}

label#ctl00_pageContent_checkoutWizard_payments_offlinecheck_fields_postmark_name {
    font-size: 14px;
    line-height: 28px;
}

/*Order Summary*/
.invoice-order-info > tbody > tr > td {
    font-size: 14px;
    line-height: 22px;
}

.invoice-customer-info > tbody > tr > td {
    font-size: 14px;
    line-height: 22px;
}

/*Checkout Step 2 Font Size Changes*/
label#ctl00_pageContent_checkoutWizard_couponCodes_lblEnterCouponCode {
    font-size: 14px;
}

label#ctl00_pageContent_checkoutWizard_giftCertificates_lblEnterGiftCertificateCode {
    font-size: 14px;
}

/*Checkout Step 3 Font Size Changes*/
label#ctl00_pageContent_checkoutWizard_payments_usaepay_fields_ccfirstname_name, label#ctl00_pageContent_checkoutWizard_payments_usaepay_fields_cclastname_name, label#ctl00_pageContent_checkoutWizard_payments_usaepay_fields_ccnumber_name, label#ctl00_pageContent_checkoutWizard_payments_usaepay_fields_cctype_name, label#ctl00_pageContent_checkoutWizard_payments_usaepay_fields_ccexpiration_name, label#ctl00_pageContent_checkoutWizard_payments_usaepay_fields_cccvv_name {
    font-size: 14px;
    line-height: 28px;
}

/*change-password.aspx Font Size Changes*/
label#ctl00_pageContent_lblCurrent, label#ctl00_pageContent_lblNew, label#ctl00_pageContent_lblConfirm {
    font-size: 14px;
    line-height: 28px;
}

/*Reset Password Design Fix*/
table.content.forgot-password-container {
    max-width: 1380px;
    margin-left: auto !important;
    margin-right: auto !important;
    background: white;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

.notification.text-error, .forgot-password-container p, .forgot-password-container h1 {
    margin-left: 10px !important;
}

label#ctl00_pageContent_lblEmail, label#ctl00_pageContent_lblPassword, label#ctl00_pageContent_lblConfirmPassword {
    font-size: 14px;
    line-height: 28px;
}

/*register.aspx Font Size Changes*/
label#ctl00_pageContent_ctrlInfo_lblNumber, label#ctl00_pageContent_shippingAddress_lblFirstName, label#ctl00_pageContent_shippingAddress_lblLastName, label#ctl00_pageContent_shippingAddress_lblCompanyName, label#ctl00_pageContent_shippingAddress_lblCountry, label#ctl00_pageContent_shippingAddress_lblAddress1, label#ctl00_pageContent_shippingAddress_lblAddress2, label#ctl00_pageContent_shippingAddress_lblZipPostal, label#ctl00_pageContent_shippingAddress_lblCity, label#ctl00_pageContent_shippingAddress_stateLabel, label#ctl00_pageContent_shippingAddress_lblPhoneNumber, label#ctl00_pageContent_billingAddress_lblFirstName, label#ctl00_pageContent_billingAddress_lblLastName, label#ctl00_pageContent_billingAddress_lblCompanyName, label#ctl00_pageContent_billingAddress_lblCountry, label#ctl00_pageContent_billingAddress_lblAddress1, label#ctl00_pageContent_billingAddress_lblAddress2, label#ctl00_pageContent_billingAddress_lblZipPostal, label#ctl00_pageContent_billingAddress_lblCity, label#ctl00_pageContent_billingAddress_stateLabel, label#ctl00_pageContent_billingAddress_lblPhoneNumber, label#ctl00_pageContent_ctrlEmail_lblEmail, label#ctl00_pageContent_ctrlEmail_lblConfirmEmail, label#ctl00_pageContent_ctrlPassword_lblPassword, label#ctl00_pageContent_ctrlPassword_lblConfirmPassword {
    font-size: 14px;
    line-height: 28px;
}

/*Cart Page*/
label#ctl00_pageContent_lrLoginOptions_lblEmail, label#ctl00_pageContent_lrLoginOptions_lblPassword {
    font-size: 14px;
}

/*Cart Applied Discounts*/
div#ctl00_pageContent_appliedCouponCode > table > tbody > tr > td:nth-child(1) {
    color: red;
    font-weight: bold;
    padding-right: 5px;
}

div#ctl00_pageContent_appliedCouponCode > table > tbody > tr > td:nth-child(2) {
    color: red;
    padding-right: 5px;
}

/*Add Review Page*/
span#ctl00_pageContent_lblRating, label#ctl00_pageContent_lblName, label#ctl00_pageContent_lblLocation, label#ctl00_pageContent_lblTitle, label#ctl00_pageContent_lblReview {
    font-size: 14px;
    line-height: 28px;
}

textarea#ctl00_pageContent_txtReview {
    margin-top: 5px;
}

/*Fix padding on Change Password Page*/
div#ctl00_pageContent_pnlDefault > table > tbody > tr > td > label {
    padding: 0px;
}

span.invoice-item-answer {
    font-style: italic;
}

.cart-summary {
    width: 26%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cart-summary-main{
    padding-top:5px;
    padding-bottom:10px;
    border:4px solid gold;
    box-shadow:none;
    margin-bottom:0;
}

.cart-summary .cart-summary-heading{
    font-size: 12px;
}
.cart-summary .products-container{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #efefef;
}
.cart-summary-main .products-container{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.cart-summary .prd-header{
    padding-left: 20px;
    padding-right: 20px;
}

.cart-summary-main .prd-row{
    padding-left:0;
    padding-right:0;
}

.cart-summary .addl-charges-container{
    background: #efefef;
}

.cart-options {
    padding-left: 0px;
    padding-top: 17px;
}

.cart-continue {
    padding-left: 0px;
    padding-top: 10px;
}

td.cart-checkout {
    text-align: right !important;
}

span.cart-item-answer {
    font-style: italic !important;
}

.content-nav h5 {
    font-size: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-nav > h5 > a {
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    td.content-nav h5 {
        margin: 5px;
        text-align: center;
    }
}

.content-nav > h5 > a:nth-child(5) {
    display: none;
}

@media screen and (max-width: 999px) {
    div.breadcrumb {
        margin-top: 39px;
    }

    div#ctl00_pageContent_checkoutPanel {
        padding-top: 45px;
    }
}

@media screen and (max-width: 500px) {
    .checkout-cart-item > td > img {
        max-width: 50px;
    }
}

.header-account .account ul > li > ul:before {
    left: 281px;
}

.header-account .account ul > li > ul {
    left: -177px;
    width: 500px;
}

.my_account_options > a {
    color: black;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.my_account_name {
    text-align: center;
    position: absolute;
    left: 20%;
    top: 14%;
    font-weight: bold;
}

.item_color_filter > ul > li > label > span {
    margin: 5px 4px 0 5px;
}

/*Bootstrap Mobile Menu Color Override (Shop Products dropdown)*/
.dropdown-menu {
    border: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: white;
    background-color: #292929;
}

.pager-item-next img {
    width: 12px;
    margin-bottom: 4px;
}

.pager-item-prev img {
    width: 12px;
    margin-bottom: 4px;
}

/*Product Category Layout Styles*/
.tempdiv3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.product_category_left_navigation {
    width: 300px;
    float: left;
}

.product_category_product_area {
    width: calc(100% - 300px);
    float: left;
}

.product-list-layout-productname a {
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .product_category_left_navigation {
        display: none;
    }

    .product_category_product_area {
        width: 100%;
    }

    .product-list-layout-productname a {
        font-size: 18px;
    }

    td#ctl00_pageContent_ctl03_sizeCell {
        font-size: 16px;
    }

    td#ctl00_pageContent_ctl03_sortCell {
        font-size: 16px;
    }
}

td.product-pager-list {
    padding-top: 10px;
}

td.product-pager-list a {
    margin: 0 8px;
    font-size: 20px;
}

td.product-pager-list span {
    margin: 0 10px;
    font-size: 20px;
}

td.product-pager-page {
    font-size: 20px;
}

.pager-item-next img {
    width: 20px;
}

.pager-item-prev img {
    width: 20px;
}

@media (min-width: 641px) {
    td.product-pager-page {
        font-size: 20px !important;
    }
}

/*Hide less important elements for mobile*/
@media screen and (max-width: 640px) {
    .product-list-results {
        display: none;
    }

    td.product-list-size {
        text-align: left;
        width: auto;
    }

    td#ctl00_pageContent_ctl03_sortCell {
        width: auto !important;
    }

    h1 {
        font-size: 20px;
    }

    .product-list-layout-productname a {
        font-size: 17px;
    }

    span.pager-item-separator {
        font-size: 13px !important;
        margin: -8px !important;
    }
}

@media screen and (max-width: 480px) {
    .product-list-nosetup-text, .product-list-sale-percentage, .product-list-sale-percentage-off, #product-list-layout-part-number-margin, .product-list-layout-manf-logo-image2 {
        display: none;
    }

    .product-list-layout-image-background > table {
        display: none;
    }

    td.product-list-item-container, td.product-list-item-container-alt {
        padding: 0px;
    }

    .tempdiv3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-list-item > .product_list_layout_image_background > table {
        display: none;
    }

    .product-list-layout-productname a {
        font-size: 14px;
    }

    td.product-pager-page {
        display: none;
    }

    td.product-pager-list {
        text-align: center !important;
    }

    td.product-pager-list span {
        margin: 0 5px;
    }
}

/*Product List Design Styles*/
img.product_list_image {
    width: 100%;
}

.product_list_layout_image_background {
    padding: 3px;
}

.product_list_layout_image_background:hover {
    background: #F2F2F2;
    border: 1px solid #E6E6E6 !important;
    padding: 2px;
    border-radius: 10px;
}

/*Product List Design Styles (Apparel)*/
.product-list-layout-image-background {
    max-width: inherit !important;
}

img.product-list-img {
    width: 100% !important;
    max-width: inherit !important;
}

td.product-list-item-container, td.product-list-item-container-alt {
    padding: 0px !important;
}

.product-list-layout-image-background:hover {
    background-color: white !important;
}


.design-menu {
    display: none;
}

/*Design Center product pages (ie. https://www.theexecutiveadvertising.com/d329959.aspx)*/
a.apparel-dcpage-backbutton {
    color: white;
    text-decoration: none;
}

.product-list-layout-image-background img {
    width: inherit !important;
}

.product-list-item {
    max-width: 250px;
}

.themes_and_industries > tbody > tr > td > a > img {
    width: inherit !important;
}

.themes_and_industries > tbody > tr > td > a > img {
    width: inherit !important;
}

.nomarginh1 h1 {
    margin: 0px;
}

header.section_header {
    font-size: 14px;
}

/*Homepage Articles
.homepage_article {
    width: calc(50% - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Myriad Pro;
    font-size: 16px;
}

.homepage_article h3 {
    text-align: center;
}

.homepage_article img {
    max-width: 25%;
    margin: 15px;
}

.homepage_article_title {
    font-size: 24px;
    clear: both;
    text-align: center;
}

@media (max-width: 999px) {
    .homepage_article {
        width: calc(100% - 20px);
    }
}

@media (max-width: 480px) {
    .homepage_article img {
        max-width: 100%;
    }
}
*/

/*RecurringEvents.aspx*/
table.content.account-container {
    max-width: 1380px !important;
    background-color: white;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*My Account*/
table#ctl00_pageContent_mailingLists_cblMailingLists > tbody > tr > td > label {
    width: 90%;
    float: right;
}

/*order-history.aspx*/
/*Hide Tracking Numbers on mobile*/
@media (max-width: 768px) {
    .grid-header > th:nth-child(4) {
        display: none;
    }
}

@media (max-width: 768px) {
    /*This applies only to the 4th column (hides tracking numbers)*/
    .grid-row-alt > td:nth-child(4) {
        display: none;
    }

    .grid-row > td:nth-child(4) {
        display: none;
    }

    #ctl00_pageContent_grdOrderHistory {
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95% !important;
    }
}

.grid-footer > td > table > tbody > tr > td > span {
    font-size: 13px;
    line-height: 21px;
}

.grid-footer > td > table > tbody > tr > td > a {
    margin: 10px;
}

/*Manage Shopping Lists*/
table#ctl00_pageContent_grdLists {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95% !important;
}

tr.grid-row-alt > td > a {
    margin-left: 10px;
}

tr.grid-row > td > a {
    margin-left: 10px;
}

/*cart.aspx*/
.cart-item-image > a > img {
    max-width: 100%;
}

.cart-item-image {
    width: 20% !important;
    min-width: 50px !important;
}

@media (max-width: 768px) {
    /*.cart-item-image > a > img {
        max-width: 45px;
    }*/
    .cart-item-question {
        width: 115%;
    }

    .cart-remove {
        margin-top: 22px;
    }

    #ctl00_pageContent_ddlActions > select {
        width: 70%;
    }
}

@media (max-width: 700px) {
    .cart-item-question {
        width: 175%;
    }
}

@media (max-width: 600px) {
    .cart-item-question {
        width: 230%;
    }
}

@media (max-width: 600px) {
    .cart-item-question {
        width: 230%;
    }
}

@media (max-width: 500px) {
    .cart-item-question {
        width: 250%;
    }
}

.checkout-cart-item > td:nth-child(3), .checkout-cart-item > td:nth-child(4), .checkout-cart-item > td:nth-child(5) {
    text-align: center;
}

.checkout-cart-header > th:nth-child(3), .checkout-cart-header > th:nth-child(4), .checkout-cart-header > th:nth-child(5) {
    text-align: center;
}

.checkout-cart-item > td > img {
    width: 250px;
}

@media (max-width: 1000px) {
    .checkout-cart-item > td > img {
        width: 150px;
    }
}

@media (max-width: 650px) {
    .checkout-cart-item > td > img {
        width: 75px;
    }
}

@media (max-width: 600px) {
    .checkout-cart-item > td > img {
        width: 50px;
    }
}

/*Contain Apparel Images that are too large (10-13-15)*/
.product-list-layout-image-background img {
    width: 100% !Important;
}

.product-list-icon-images > img {
    width: inherit !important;
}

.swiper-container .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset;
}

.at-follow-tbx-element .addthis_toolbox a.at300b, .at-follow-tbx-element .addthis_toolbox a.at300m {
    float: none;
}

@media (max-width: 425px) {
    .at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
        margin-top: 6px;
    }
}

/*Top of Homepage & Specials Page Sliders Styles*/
.sliders_container {
    margin-top: 10px;
}

span.each_text {
    font-size: 16px;
}

.slick-dots {
    position: relative !important;
    bottom: -5px !important;
}

.slick-slide img {
    max-width: 800px;
}

.slick-prev {
    /*left: 1% !important;*/
    z-index: 1 !important;
}

.slick-next {
    /*right: 1% !important;*/
    z-index: 1 !important;
}

.two_promo_container {
    padding-bottom: 93.5%;
    position: relative;
}

.two_promo_one {
    height: 48%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 1%;
    border: 1px solid #CCCCCC;
}

.two_promo_two {
    height: 48%;
    width: 100%;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 1%;
    border: 1px solid #CCCCCC;
}

.two_promo_one a {
    color: black !important;
}

.two_promo_two a {
    color: black !important;
}

.two_promo_view_deal {
    width: 24%;
    text-align: center;
    position: absolute;
    right: 2%;
    bottom: 4%;
    color: white;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 8px;
    font-size: 23px;
    background: -webkit-linear-gradient(#7E7DD8, blue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7E7DD8, blue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7E7DD8, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7E7DD8, blue); /* Standard syntax */
}

.two_promo_view_deal:hover {
    background: -webkit-linear-gradient(#605FEC, #0303D8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#605FEC, #0303D8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#605FEC, #0303D8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#605FEC, #0303D8); /* Standard syntax */
}

.two_promo_min_and_total {
    position: absolute;
    max-width: 30%;
    text-align: center;
    top: 46%;
    left: 2%;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 19px;
    border-radius: 5px;
    background: -webkit-linear-gradient(#FB6939, #D93600); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FB6939, #D93600); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FB6939, #D93600); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FB6939, #D93600); /* Standard syntax */
}

.two_promo_min_and_total:hover {
    background: -webkit-linear-gradient(#FF6A3A, #962A06); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF6A3A, #962A06); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF6A3A, #962A06); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FF6A3A, #962A06); /* Standard syntax */
}

.two_promo_price {
    position: absolute;
    text-align: center;
    bottom: 24%;
    right: 2%;
    width: 24%;
    font-size: 27px;
    color: #111;
    letter-spacing: -1px;
}

.two_promo_name_description_container {
    position: absolute;
    top: 0%;
    left: -1%;
    font-size: 12px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding-left: 2%;
    padding-right: 2%;
    color: black;
}

.two_promo_product_name {
    font-size: 16px;
    /*text-decoration: underline;*/
    font-weight: bold;
    text-align: left;
}

.two_promo_product_description {
    text-align: left;
    padding-bottom: 5px;
}

.slick-slider {
    margin-bottom: 8px;
}

.item-color-slider.slick-slider {
    margin-bottom: 0px;
}

img.two_promo_image {
    width: 88%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0%;
    bottom: 0;
}

@media (min-width: 807px) and (max-width: 1400px) {
    .two_promo_product_description {
        display: none;
    }

    .sliders_left_specials .two_promo_product_description {
        display: inherit;
    }

    .two_promo_min_and_total {
        font-size: 18px;
    }

    .two_promo_price {
        font-size: 21px;
    }

    .two_promo_view_deal {
        font-size: 15px;
    }

    .sliders_left_specials .two_promo_view_deal {
        font-size: 1.75vw;
    }
}

@media (max-width: 807px) {
    .two_promo_price {
        font-size: 6vw;
    }

    .two_promo_min_and_total {
        font-size: 3vw !important;
    }

    .two_promo_view_deal {
        font-size: 3vw;
    }

    .two_promo_product_name {
        font-size: 3vw;
    }

    .two_promo_product_description {
        font-size: 2.5vw;
    }
}

.sliders_left {
    width: 57.9%;
    float: left;
    margin-left: .75%;
    margin-right: .75%;
}

.sliders_right {
    width: 39.1%;
    margin-left: .75%;
    margin-right: .75%;
    float: left;
}

.sliders_left_specials {
    width: 57.9%;
    float: left;
    margin-left: .75%;
    margin-right: .75%;
}

@media (max-width: 807px) {
    .sliders_left {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sliders_right {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sliders_left_specials {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 2.5%;
    }
}

@media (max-width: 999px) {
    .sliders_container {
        margin-top: 46px;
    }

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

/*Specials - Homepage & Specials Page*/
.sliders_left_specials .two_promo_price {
    font-size: 3vw;
    bottom: 16%;
}

.sliders_left_specials .two_promo_product_name {
    font-size: 22px;
}

.sliders_left_specials .two_promo_product_description {
    font-size: 17px;
}

.sliders_left_specials .two_promo_min_and_total {
    font-size: 30px;
}

.sliders_left_specials img.two_promo_image {
    width: 100%;
}

.sliders_left_specials .two_promo_view_deal {
    font-size: 1.65vw;
}

@media (max-width: 807px) {
    .sliders_left_specials .two_promo_price {
        font-size: 6vw;
    }

    .sliders_left_specials .two_promo_product_name {
        font-size: 3vw;
    }

    .sliders_left_specials .two_promo_product_description {
        font-size: 2.5vw;
    }

    .sliders_left_specials .two_promo_min_and_total {
        font-size: 3vw;
    }

    .sliders_left_specials .two_promo_view_deal {
        font-size: 3.25vw;
    }
}

/*End of Top of Homepage & Specials/Slider Styles*/

/*Hide "Display Products" text on mobile sizes*/
@media (max-width: 499px) {
    span.displaying_products {
        display: none;
    }
}

/*Left padding for Search results '1-100 of 171 results'*/
div#desktop-result > h3 {
    /*
    padding-left: 5px;
    */
}

/*Change Background Burst of Homepage Promos*/
.sliders_right_homepage .two_promo_one, .sliders_right_homepage .two_promo_two {
    background-image: url('//images.theexecutiveadvertising.com/images/promos/backgrounds/yellow-burst-bg.jpg');
}

/*Change Background Burst of Specials Page Promos*/
.sliders_left_specials .two_promo_one, .sliders_right_specials .two_promo_one, .sliders_right_specials .two_promo_two {
    background-image: url('//images.theexecutiveadvertising.com/images/promos/backgrounds/blue-burst-bg.jpg');
}

/*Hide Slider arrows on Mobile*/
@media (max-width: 479px) {
    .sliders_left .slick-prev, .sliders_left .slick-next {
        display: none !important;
    }
}

/*Increase size of Main Slick Slider arrows*/
.sliders_left .slick-prev, .sliders_left .slick-next {
    width: 50px;
}

.sliders_left .slick-prev:before, .sliders_left .slick-next:before {
    font-size: 40px;
}

/*Fix Magic Thumbnails*/
.MagicThumb-caption {
    height: auto !important;
    color: white !important;
    font: normal 12pt Verdana, Helvetica !important;
    background: -webkit-linear-gradient(#6B6B6B, #202020) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6B6B6B, #202020) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6B6B6B, #202020) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6B6B6B, #202020) !important; /* Standard syntax */
}

.MagicThumb-expanded div:nth-child(2) {
    height: auto !important;
}

.request_an_artwork_mockup {
    background-color: #1e62d0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1e62d0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1e62d0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
    float: right;
    text-align: center;
}

.request_an_artwork_mockup:hover {
    background-color: #3377e6;
}

.request_an_artwork_mockup:active {
    position: relative;
    top: 1px;
}

.send_us_your_artwork_boxes {
    width: 40%;
    height: 100px;
    background: #FFFF8B;
    background: #FFDE05;
    border-radius: 20px;
    border: 2px solid grey;
    float: left;
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
}

.send_us_your_artwork_boxes_header {
    font-size: 22px;
}

.send_us_your_artwork_boxes > div > a {
    font-size: 18px;
    color: #0202E4;
    text-decoration: underline;
    font-size: 22px;
    font-weight: bold;
}

.send_us_your_artwork_boxes > div > a:hover {
    color: #3838F7;
}

.order_confirmation_images > img {
    max-width: 100%;
}

.order_confirmation_container {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}

.order_confirmation_remit_payments {
    width: 70%;
    float: right;
    display: inline-block;
}

.order_confirmation_blank_text {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.remit_payments_address {
    font-size: 19px;
}

.order_confirmation_other_links > a {
    width: 29%;
    float: left;
    text-align: center;
    border: 1px solid black;
    background: #FFDE05;
    background: #1e62d0;
    color: white;
    font-weight: bold;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 19px;
}

@media (max-width: 500px) {
    .order_confirmation_other_links > a {
        font-size: 18px;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .remit_payments_address {
        font-size: 14px;
    }
}

@media (max-width: 675px) {
    .send_us_your_artwork_boxes {
        width: 90%;
        margin: 0;
        margin-top: 3px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .send_us_your_artwork_boxes_header {
        font-size: 22px;
    }

    .send_us_your_artwork_boxes > div > a {
        font-size: 18px;
    }

    .order_confirmation_images > img {
        max-width: 104%;
        margin-left: -2%;
    }

    .order_confirmation_container {
        margin-left: 7%;
        margin-right: 7%;
    }

    .cc_confirmation .send_us_your_artwork_boxes {
        float: right;
        width: 70%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.category_landing_page_slider1 .slick-slide img, .category_landing_page_slider2 .slick-slide img {
    max-width: none;
}

.title_overlay {
    display: table;
    position: absolute;
    bottom: 30px;
    color: white;
    font-size: 17px;
    left: 0px;
    width: 96%;
    left: 2%;
    right: 2%;
}

@media (max-width: 550px) {
    .title_overlay {
        font-size: 12px;
    }
}

.title_content {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    background: rgba(0, 0, 0, .85);
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.title_overlay3 {
    display: table;
    position: relative;
    bottom: 15%;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    width: 96%;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, .85);
    color: white;
    border-radius: 15px;
    height: 40px;
}

.title_content4 {
    display: table-cell;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 95%;
}

@media (max-width: 549px) {
    .order_confirmation_brad_mobile {
        display: none;
    }
}

@media (min-width: 550px) {
    .order_confirmation_brad_desktop {
        display: none;
    }
}

/*My Account Login Box*/
.custom-login-horiz > table > tbody > tr:nth-child(3) {
    margin-top: 10px !important;
    display: inline-block;
    width: 100%;
}

.custom-login-horiz > table > tbody > tr:nth-child(2) > td > input {
    border-radius: 6px;
    height: 27px;
    width: 80%;
}

.custom-login-horiz > table > tbody > tr:nth-child(4) > td > input {
    border-radius: 6px;
    height: 27px;
    width: 80%;
    margin-bottom: 10px;
}

/*Login.aspx Page*/
table.content.register-small-container {
    width: 100% !important;
}

table.content.login-small-container {
    width: 100% !important;
}

table.content.register-small-container {
    margin-top: 0;
}

.content.register-small-container {
    margin: 5px !important;
    margin-right: 5px !important;
}

.login-small-container > tbody > tr > td > h3, .register-small-container > tbody > tr > td > h3 {
    font-size: 17px !important;
}

.content-body-row .content-body > div {
    text-align: left !important;
}

.content.login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(7) > td {
    text-align: left !important;
    padding-top: 0 !important;
}

label#ctl00_pageContent_loginRegister_lblEmail, label#ctl00_pageContent_loginRegister_lblPassword {
    font-size: 14px;
}

.login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(4) {
    margin-top: 10px !important;
    display: inline-block;
}

.login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(4) {
    display: inline-block;
}

.login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(3) > td > input {
    border-radius: 10px;
    height: 33px;
    width: 50% !important;
    padding-left: 10px;
}

.login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(5) > td > input {
    border-radius: 10px;
    height: 33px;
    width: 50% !important;
    padding-left: 10px;
}

@media (max-width: 900px) {
    .login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(3) > td > input {
        width: 90% !important;
    }

    .login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(5) > td > input {
        width: 90% !important;
    }
}

input#ctl00_pageContent_loginRegister_chkRemember {
    margin-right: 5px;
    height: 15px;
    width: 15px;
}

.login-small-container > tbody > tr:nth-child(3) > td:nth-child(2) > table > tbody > tr:nth-child(6) {
    margin-top: 10px;
    display: inline-block;
}

.login_page > table:nth-child(2) {
    max-width: 1380px !important;
}

.login_page > table:nth-child(2) > tbody > tr > td {
    padding: 0px !important;
    width: 50% !important;
}

/*Restrict brand images on product pages*/
#product-page-manf-icon-margin > img {
    max-width: 130px;
}

/*Cyber Monday Styles*/
.cybersalestext {
    color: red !important;
    font-weight: bold;
}

.cybersalestext > a {
    color: red !important;
}

.cyber_week_specials_page {
    width: 60%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    background: #E2E1E1;
    border-radius: 15px;
}

@media (max-width: 807px) {
    .cyber_week_specials_page {
        width: 98%;
    }
}

.cyber_week_specials_button {
    float: none;
    background-color: red;
    border: black;
    text-shadow: 0px 1px 0px black;
    font-size: 34px;
}

.cyber_week_specials_button:hover {
    background-color: #E60505;
}

.cyber_week_product_page_radial_gradient {
    background: -webkit-radial-gradient(25% 60%, white, black);
    background: radial-gradient(at 25% 60%, white, black);
    display: inline-block;
}

.at4-share-btn {
    display: none !important;
}

/****************** Styles for menu hover effect **************************/
.hoverDiv {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.section_header .header .promotion > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    border-radius: 10px;
}

.promotion ul > li > a .promo {
    font-size: 20px;
}

.promotion > ul > li:hover > a, .header-cart > ul > li:hover > div, .header-account .account > ul > li:hover > a {
    border: 1px solid #999;
    /*border-bottom: 0;*/
}

.promotion ul > li.open > a, .header-cart > ul > li.open > div, .header-account .account ul > li.open > a {
    background: rgba(0, 0, 0, .2);
    /*border: 0;*/
}

.promotion ul > li:hover > a > i.down-arrow {
    margin-left: 3px;
}

.section_header .header .promotion > ul > li.open > ul,
.header-account .account > ul > li.open > ul {
    display: block;
    box-shadow: 3px 3px 5px #787878;
}

.header-account .account ul > li a {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    bottom: 4px;
    right: 2px;
}

.header-cart > ul > li.open ul {
    display: block;
}

div#at4-share {
    display: none !important;
}

/*Make Checkout Step 2 warning messages red*/
.personalization-question .personalization-answer .text-required, .personalization-question .personalization-answer .text-required a {
    color: red;
}

.val-summary.text-error > ul, .text-error a {
    color: red !important;
}

.text-error a {
    text-decoration: underline;
}

/*Desktop Notice
@media(min-width:1000px) {
    .desktop_notice {
        width: 100%;
        display: inline-block;
        height: auto;
        background: #FECD01;
        color: #292929;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
        border-bottom: 1px solid grey;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobile_notice {
        display: none;
    }
}

Mobile Notice
@media(max-width:1000px) {
    .mobile_notice {
        width:100%; display:inline-block; height:auto; background:#FECD01; color:#292929;text-align:center;padding-top:5px;padding-bottom:5px;font-weight:bold;border-bottom:1px solid grey;padding-left: 5px;padding-right: 5px;
    }
    .desktop_notice {
        display: none;
    }
    table#ctl00_columns {
        margin-top: 50px;
    }
}
@media(max-width: 900px) {
    .mobile_notice {
        font-size: 13px;
    }
}
@media(max-width: 800px) {
    .mobile_notice {
        font-size: 12px;
    }
}
@media(max-width: 725px) {
    .mobile_notice {
        font-size: 11px;
    }
}
@media(max-width: 550px) {
    .mobile_notice {
        font-size: 11px;
    }
}
@media(max-width: 500px) {
    .mobile_notice {
        height: 70px;
    }
    table#ctl00_columns {
        margin-top: 70px;
    }
}
@media(max-width: 360px) {
    .mobile_notice {
        height: 80px;
    }
    table#ctl00_columns {
        margin-top: 80px;
    }
}
*/

/*Product Page - Additional Quantity tiers fix*/

#showmethemoney-cal-box-top {
    height: auto !important;
}

#showmethemoney-cal-box-top {
    background: none !important;
    border: 0 !important;
}

.showmethemoney-cal-box-top-margin {
    display: inline-block !important;
    background: white !important;
    border: 1px solid #666 !important;
}

.apparel-pricing-cal-line {
    margin-top: 5px !important;
}

/*Scroll to Top for Mobile devices*/
/*.scroll_to_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: black;
    border-radius: 6px;
    color: white;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    opacity: .3;
    z-index: 1000;
    display: none;
}

@media (min-width: 1000px) {
    .scroll_to_top {
        display: none;
    }
}

.scroll_to_top:hover, .scroll_to_top:active {
    opacity: .5;
}

.scroll_to_top > i {
    line-height: 43px;
}*/
.sticky_holder {
    min-width: 280px !important;
}
.banner {
    pointer-events: none;
}
.clear {
    clear: both;
}

.slideUpDown {
    border: 1px solid red;
    margin: 0 !important;
    position: relative;
    top: 44px;
    z-index: 9999;
    -webkit-transition: height .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 0;
    opacity: 0;
}
.slideUpDown.active {
    height: 49px;
    opacity: 1;
}
footer .b-footer .logo-text{font-family: 'komika_axisregular';}

.prd-banners {
    position: absolute;
    right: 6px;
    top: -6px;
    z-index: 1;
}
.prd-banners .prd-banner {
    float: left;
}

.disable-opaque {
    opacity: .4;
    pointer-events: none;
}
.pass_container {
    position: relative;
    width: 100%;
    display: inline-block;
}
.pass_container span {
    position: absolute;
    right: 5px;
    bottom: 11px;
    font-size: 16px;
    cursor: pointer;
}
.copy-icon {
    cursor:  pointer;
    color: grey;
}
.product-list-image .defer-image {
    min-height: 150px;
}
#listing-page-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999999;
    opacity: 0.2;
}
.newsletterAlert{
    background-color: #1f6d1f;
    color:white;
    padding:10px;
    text-align:center;
    font-weight: bold;
}