/* File: ey-we-styles-v3.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    font-size:100%;
    vertical-align:baseline;
}

html {
    line-height:1;
}

ol,
ul {
    list-style:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

caption,
th,
td {
    text-align:left;
    font-weight:normal;
    vertical-align:middle;
}

q,
blockquote {
    quotes:none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content:"";
    content:none;
}

a img {
    border:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display:block;
}

.cb{clear: both;}

@-webkit-keyframes drop-in {
    0% {
        opacity:0;
        -webkit-transform:scale(1.1);
    }
    20% {
        -webkit-transform:scale(1.1);
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
    }
}

@keyframes drop-in {
    0% {
        opacity:0;
        -webkit-transform:scale(1.1);
    }
    20% {
        -webkit-transform:scale(1.1);
    }
    100% {
        opacity:1;
        -webkit-transform:scale(1);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity:0;
    }
    80% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@keyframes fade-in {
    0% {
        opacity:0;
    }
    80% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fade-up {
    0% {
        opacity:0;
        -webkit-transform:translateY(15px);
    }
    20% {
        opacity:0.8;
        -webkit-transform:translateY(15px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0px);
    }
}

@keyframes fade-up {
    0% {
        opacity:0;
        transform:translateY(15px);
    }
    20% {
        opacity:0.8;
        transform:translateY(15px);
    }
    100% {
        opacity:1;
        transform:translateY(0px);
    }
}

* {
    box-sizing:border-box;
}

.mainsection {
    width:100%;
    display:block;
    float:left;
    position: relative;
}

.section {
    width:100%;
    display:block;
    float:left;
}

.wrapper {
    margin-right:auto;
    margin-left:auto;
    height:inherit;
    width:100%;
    padding:0 10px;
    padding:0 1rem;
    display:block;
}

.container {
    position:relative;
    overflow:hidden;
    display:block;
}

.content {
    padding:20px;
    padding:2rem;
}

.fade-in {
    -webkit-animation:fade-in 4s;
    animation:fade-in 4s;
}

.fade-up {
    -webkit-animation:fade-up .4s;
    animation:fade-up .4s;
}

@media (min-width:370px) {
    .wrapper {
        width:370px;
    }
}

@media (min-width:440px) {
    .wrapper {
        width:80%;
    }
}

@media (min-width:768px) {
    .wrapper {
        width:768px;
    }
}

@media (min-width:980px) {
    .wrapper {
        width:980px;
    }
}

html {
    font-size:62.5%;
    font-family:Roboto;
    color:#1e1e1e;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -o-font-smoothing:antialiased;
    font-smoothing:antialiased;
}

.footer-line,
.full-page-line {
    height:5px;
    width:100%;
    float:left;
    border:none;
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    margin:20px 0;
    margin:2rem 0;
}

.content-container {
    color:#1e1e1e;
    font-size:14px;
    font-size:1.4rem;
}

.content-container h1,
.content-container h2,
.content-container h3 {
    margin:0 0 15px;
    margin:0rem 0 1.5rem;
}

.content-container h1 {
    font-size:22px;
    font-size:2.2rem;
    font-weight:bold;
    margin:40px 0 20px;
    margin:4rem 0 2rem;
    color:#333;
}

.content-container h2 {
    margin:15px 0 15px;
    margin:1.5rem 0 1.5rem;
    color:#bd0d0d;
}

.content-container h3 {
    color:#1e1e1e;
    font-size:16px;
    font-size:1.6rem;
    line-height:20px;
    line-height:2rem;
    font-weight:600;
    margin:0 0 5px;
    margin:0rem 0 .5rem;
}

.content-container h3 .highlight {
    color:#bd0d0d;
}

.content-container p {
    color:#1e1e1e;
    font-size:16px;
    font-size:1.6rem;
    clear:both;
    font-weight:400;
    margin:5px 0 15px;
    margin:.5rem 0 1.5rem;
}

.content-container aside {
    color:#1e1e1e;
    font-size:12px;
    font-size:1.2rem;
    font-style:italic;
    clear:both;
    font-weight:400;
    margin:0;
    margin:0;
}

.content-container .center {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:80%;
}

.content-container a,
.content-container a:visited {
    color:#0b59ab;
}

.content-container input[type="text"],
.content-container input[type="number"],
.content-container input[type="email"],
.content-container input[type="password"],
.content-container input[type="date"] {
    display:block;
    float:left;
    font-size:12px;
    font-size:1.2rem;
    font-weight:400;
    clear:right;
    height:25px;
    height:2.5rem;
    padding:0 10px;
    padding:0 1rem;
    outline:none;
    border:1px solid #b0b0b0;
}

.content-container label {
    float:left;
    font-size:12px;
    font-size:1.2rem;
    line-height:25px;
    line-height:2.5rem;
}

.content-container textarea {
    display:block;
    float:none;
    clear:both;
    font-size:16px;
    font-size:1.6rem;
    font-weight:400;
    margin:0 5px;
    margin:0 .5rem;
    padding:10px;
    padding:1rem;
    width:345px;
    max-width:345px;
    width:34.5rem;
    max-width:34.5rem;
    outline:none;
    border:1px solid #b0b0b0;
}

.content-container input[type="submit"] {
    float:left;
    clear:left;
    color:#fff;
}

.subsection.description {
    font-size:13px;
    font-size:1.3rem;
    font-size:1.6rem;
    line-height:16px;
    line-height:2rem;
    color:#707070;
    color:#1e1e1e;
}
.subsection.description iframe{
    width:100%;
}

.subsection.description h3 {
    font-size:18px;
    font-size:1.8rem;
    font-weight:700;
    margin:10px 0 15px;
    margin:1rem 0 1.5rem;
    color:#1e1e1e;
}

.subsection.description a {
    color:#bd0d0d;
}

.subsection.description p {
    font-size:14px;
    font-size:1.4rem;
    font-size:1.6rem;
    margin:5px 0 10px;
    margin:.5rem 0 1rem;
    color:#1e1e1e;
}

.subsection.description li {
    padding-bottom:10px;
}

.subsection.description b {
    font-weight:bold;
}

.subsection.description i,
.subsection.description em {
    font-style:italic;
}


.subsection.description u {
    text-decoration:underline;
}

.subsection.description strike {
    text-decoration:line-through;
}

.subsection.description b,
.subsection.description strong,
.subsection.description h1,
.subsection.description h2,
.subsection.description h3,
.subsection.description h4,
.subsection.description h5,
.subsection.description h6 {
    font-weight:bold;
}

.section-page .right-column > .content-container b {
    font-weight:bold;
}

.section-page .right-column > .content-container i,
.section-page .right-column > .content-container em {
    font-style:italic;
}


.section-page .right-column > .content-container u {
    text-decoration:underline;
}

.section-page .right-column > .content-container strike {
    text-decoration:line-through;
}

.section-page .right-column > .content-container b,
.section-page .right-column > .content-container strong,
.section-page .right-column > .content-container h1,
.section-page .right-column > .content-container h2,
.section-page .right-column > .content-container h3,
.section-page .right-column > .content-container h4,
.section-page .right-column > .content-container h5,
.section-page .right-column > .content-container h6 {
    font-weight:bold;
}

.gauges {
   font-size:1.3rem;
   line-height:1.4rem;
}

.nxt-results-container {
    padding:20px 0 0;
}

.nxt-refines-container {
    padding:20px 0 0;
}

.nxt-refines-container .full-page-line {
    margin:5px 0;
}

.nxt-refines-container .nxt-refines-head {
    font-size:16px;
    font-weight:700;
    color:#bd0d0d;
    font-style:italic;
    margin-bottom: 5px;
        text-transform: uppercase;
        padding-top: 5px;
}

.nxt-refines-container .nxt-narrow-by {
    border:1px solid #fff;
}

.nxt-refines-container .nxt-refine-title {
    background:none;
}

.nxt-refines-container .nxt-refine-caret {
    border-bottom:4px solid #bd0d0d;
    float:left;
    margin:0 10px 0 0;
}

.nxt-refines-container .refine-title-collapsed .nxt-refine-caret,
.nxt-refines-container .nxt-refine-collapsed .nxt-refine-title .nxt-refine-caret {
    border-top:4px solid #bd0d0d;
}


.nxt-address {
    margin:0 0 25px;
}

/*.nxt-refines-container .nxt-refines-surround{
    height:50px;
    overflow: hidden;
    transition: all 1s;
}
.nxt-refines-container .nxt-refines-surround.expand{
    height:auto;
    overflow: visible;
}

.nxt-refines-container .nxt-refines-surround .nxt-refines-head{
    cursor:pointer;
    background: url("https://lib.store.yahoo.net/lib/stringsandbeyond/filter-collapse.svg") no-repeat 95% 80% / 13px 13px;
}
.nxt-refines-container .nxt-refines-surround.expand .nxt-refines-head{
    background: url("https://lib.store.yahoo.net/lib/stringsandbeyond/filter-open.svg") no-repeat 95% 80% / 13px 13px;
}
*/
.call-us-container{display: none;}

@media (min-width:768px) {
    .nxt-refines-container {
        padding:20px 20px 0 0;
    }
    .call-us-container{display: block;}

    .nxt-refines-container .nxt-refines-surround{
        height:auto;
        overflow: visible;
    }
    .nxt-refines-container .nxt-refines-surround .nxt-refines-head, .nxt-refines-container .nxt-refines-surround.expand .nxt-refines-head{background:none;}
}

.reviews-box div[itemprop="name"],
.reviews-box div[itemprop="offers"] {
    display:none;
}

.reviews-box .prReviewerCell {
    width:180px;
    padding:0 20px 0 0;
}

.reviews-box .prReviewerName {
    font-size:18px;
    font-size:1.8rem;
    margin:0 0 5px;
}

.reviews-box .prOverallRatingTitle {
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#676767;
    padding:6px;
    border:1px solid #000000;
    border-bottom:none;
    clear:both;
}

.reviews-box .prOverallRatingTitle h5 {
    color:#ffffff;
    font-family:arial,verdana,sans-serif;
    font-size:14px;
    font-weight:700;
    padding:0;
    margin:0;
}

.reviews-box .prOverallRating {
    margin-bottom:18px;
    border:1px solid #000000;
}

.reviews-box .prOverallRating table {
    margin-top:8px;
    margin-left:8px;
    margin-bottom:10px;
}

.reviews-box .prOverallRating td {
    padding-right:10px;
    color:#000000;
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    font-weight:500;
}

.reviews-box .prButItemReview {
    margin-left:5px;
    width:100%;
}

.reviews-box .prListWrapper {
    padding-top:8px;
    padding-bottom:14px;
    margin-bottom:8px;
    border-bottom:1px dashed #dedede;
    color:#333333;
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    font-weight:500;
    display:block;
    clear:both;
}

.reviews-box .prListTitle {
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color:#ffffff;
    border:1px solid #d5d5d5;
    padding:5px;
}

.reviews-box .prListBubbleArr {
    display:block;
}

.reviews-box .prListPros,
.reviews-box .prListCons {
    float:left;
    width:230px;
    padding-right:20px;
}

.reviews-box .prListPros h5 {
    color:#006400;
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    font-weight:700;
    padding:0;
    margin:15px 0 4px 0;
}

.reviews-box .prListCons h5 {
    color:#bd0d0d;
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    font-weight:700;
    padding:0;
    margin:15px 0 4px 0;
}

.reviews-box .prListRecommend {
    clear:both;
    padding-top:10px;
}

.reviews-box .prListRecommend h5 {
    color:#333333;
    font-family:arial,verdana,sans-serif;
    font-size:12px;
    font-weight:700;
    padding:0;
    margin:0;
}

.reviews-box h2{
font-size:22px;
font-size: 2.2rem;
color: #BD0D0D;
text-transform: uppercase;
font-weight: 700;
margin: 2rem 0px;

}

.help-container {
    position:relative;
    overflow:visible;
    width:50px;
    float:left;
}

#help-drop-toggle,
#help-drop-toggle:visited {
    color:#1e1e1e;
    text-decoration:none;
    font-weight:500;
}

/*#help-drop-toggle::after,
#help-drop-toggle:visited::after {
    content:'鑴欒尃鑴濋垾娅啠锟� 鑺掗埀顑藉妷鑴欒尃鑺掗埀顑� 鑴欏瀯鑺掗垾姣優鈶╋拷鐏衡挌鍏ゆ崡鍡忥拷娅厽鈷氣懇锟芥顑炲悽鈭跺叅鎹椻懇鍋撴嫥鑴欓垾姣伄鈷氬叅鎹楀棌锟芥鍐ｏ拷 鑺掗埀顑藉妷鑴欒尃鑺掗埀顑犫埗鍐ｏ拷姣伄鈷氬叅鎹楀棌锟芥鍐ｏ拷姣伄鈷氬叅鎹楀伄鈷氬厽鈷氣懇鍋撴嫥鑴楀崲鑴欓垾纬鍋埗鍏ゆ崡鈶╁亾鎷ц剻閳ユ鍋優鍏ゆ崡鍡忥拷娅啠锟芥鍋挌鍏ゆ崡鍋挌鍏熲挌鈶╋拷姣優鍚⑩埗鍐ｏ拷姣伄顑炲叅鎹椻懇鍋撳▌鑴欏瀯鑺掗垾姣優鍛拷婧嶅叅鎹楀棌锟芥鍐ｏ拷 鑺掗埀顑藉妷鑴欒尃鑴楀瀯鑴欏瀯鑺掗埀顑犫埗鍋優鍐ｏ拷纬鍋埗鍏ゆ崡鍡忥拷娅厽鈷氣懇锟芥顑炲悽鈭跺叅鎹椻懇鍋撴嫥鑴欓垾姣伄锟�';
    font-size:7px;
    padding-left:5px;
    color:#1e1e1e;
}*/

#help-drop-toggle .show, #help-drop-toggle .hide{
    margin-left:5px;
    font-size:10px;
}

#help-drop-toggle.open {
    color:#bd0d0d;
}

#help-drop-toggle.open .show{
    display: none;

}
#help-drop-toggle .hide{
    display:none;
}
#help-drop-toggle.open .hide{
    display:inline ;

}



/*#help-drop-toggle.open::after {
    content:'鑴欒尃鑴濋垾娅啠锟� 鑺掗埀顑藉妷鑴欒尃鑺掗埀顑� 鑴欏瀯鑺掗垾姣優鈶╋拷鐏衡挌鍏ゆ崡鍡忥拷娅厽鈷氣懇锟芥顑炲悽鈭跺叅鎹椻懇鍋撴嫥鑴欓垾姣伄鈷氬叅鎹楀棌锟芥鍐ｏ拷 鑺掗埀顑藉妷鑴欒尃鑺掗埀顑犫埗鍐ｏ拷姣伄鈷氬叅鎹楀棌锟芥鍐ｏ拷姣伄鈷氬叅鎹楀伄鈷氬厽鈷氣懇鍋撴嫥鑴楀崲鑴欓垾纬鍋埗鍏ゆ崡鈶╁亾鎷ц剻閳ユ鍋優鍏ゆ崡鍡忥拷娅啠锟芥鍋挌鍏ゆ崡鍋挌鍏熲挌鈶╋拷姣優鍚⑩埗鍐ｏ拷姣伄顑炲叅鎹椻懇鍋撳▌鑴欏瀯鑺掗垾姣優鍛拷婧嶅叅鎹楀棌锟芥鍐ｏ拷 鑺掗埀顑藉妷鑴欒尃鑴楀瀯鑴欏瀯鑺掗埀顑犫埗鍋優鍐ｏ拷纬鍋埗鍏ゆ崡鍡忥拷娅厽鈷氣懇锟芥顑炲悽鈭跺叅鎹椻懇鍋撴嫥鑴欓垾姣伄锟�';
    color:#bd0d0d;
}*/

.help-drop {
    visibility:hidden;
    opacity:0;
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
    z-index:4;
    position:absolute;
    width:275px;
    top:40px;
    right:-160px;
    right:0px;
    background:#fff;
    border:1px solid #a8a8a8;
    overflow:visible;
}

.help-drop::after {
    content:'';
    position:absolute;
    height:13px;
    width:24px;
    top:-11px;
    left:30%;
    left:90%;
    margin-left:-12px;
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/up-wedge.png");
    background-repeat:no-repeat;
    background-position:center center;
}

.help-drop .help-links {
    width:100%;
    float:left;
    background:#e0e0e0;
    text-align:left;
}

.help-drop .help-links li {
    border-bottom:1px solid #a8a8a8;
    overflow:hidden;
}

.help-drop .help-links li:last-child {
    border:none;
}

.help-drop .help-links a,
.help-drop .help-links a:visited {
    font-size:15px;
    font-size:1.5rem;
    width:100%;
    display:block;
    text-decoration:none;
    color:#1e1e1e;
    text-transform:uppercase;
    padding:0 0 0 20px;
    line-height:35px;
    line-height:3.5rem;
    position:relative;
}

.help-drop .help-links a::before,
.help-drop .help-links a:visited::before {
    content:'';
    height:35px;
    height:3.5rem;
    width:3px;
    position:absolute;
    left:-3px;
    top:0;
    border-left:3px solid #bd0d0d;
    -webkit-transition:transform 0.4s;
    transition:transform 0.4s;
}

.help-drop .help-links a::after,
.help-drop .help-links a:visited::after {
    content:'25BA';
    line-height:35px;
    line-height:3.5rem;
    font-size:12px;
    height:35px;
    height:3.5rem;
    width:35px;
    width:3.5rem;
    text-align:center;
    color:#bd0d0d;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
    position:absolute;
    top:0;
    right:10px;
}

.help-drop .help-links a:hover::before {
    -webkit-transform:translatex(3px);
    transform:translatex(3px);
}

.help-drop .help-links a:hover::after {
    visibility:visible;
    opacity:1;
}

.help-drop .info-box {
    width:100%;
    float:left;
    padding:15px 20px 20px;
    text-align:left;
}

.help-drop .info-box .first {
    display:block;
    width:100%;
    line-height:30px;
    line-height:3rem;
    font-size:13px;
    font-size:1.3rem;
}

.help-drop .info-box .first a,
.help-drop .info-box .first a:visited {
    color:#bd0d0d;
    text-decoration:none;
}

.help-drop .info-box .second {
    display:block;
    width:35%;
    float:left;
    font-size:14px;
    font-size:1.4rem;
    font-weight:700;
    text-transform:uppercase;
    color:#bd0d0d;
}

.help-drop .info-box .third {
    display:block;
    width:65%;
    float:left;
    font-size:14px;
    font-size:1.4rem;
    color:#1e1e1e;
}

.help-drop.open {
    visibility:visible;
    opacity:1;
}

@media (min-width:768px) {
    .help-drop {
        right:-107px;
    }
    .help-drop::after {
        left:50%;
    }
}

header .top-header-section {
    background:#e0e0e0;
}

header .top-bar-container {
    float:right;
    height:45px;
    width:100%;
    overflow:visible;
    width:50%;
}

header .utl-links {
    width:130px;
    float:right;
}

header .utl-links-container {
    float:left;
    width:50%;
    overflow:visible;
    width: 100%;

}

header .utl-links-container a,
header .utl-links-container a:visited {
    line-height:40px;
    font-size:13px;
    font-size:1.3rem;
    color:#1e1e1e;
    text-decoration:none;
    padding:0 5px;
}

header .utl-links-container .account {
    display:block;
    float:left;
    position:relative;
}

header .utl-links-container .account::after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:1px;
    height:13px;
    margin-top:12px;
    border-right:1px solid #333;
}

header .utl-links-container .account:hover {
    text-decoration:underline;
}

header .cart-container {
    float:left;
    width:50%;
    margin:5px 0 0 0;
    overflow:visible;
    width: 100%;
}

header .cart-container .top-cart-button {
    float:right;
    display:block;
    border:none;
    box-shadow:0 2px 5px 1pt #a5a2a2;
    outline:none;
    cursor:pointer;
    background:#bd0d0d;
    background-image:url("/lib/stringsandbeyond/cart-icon.svg"),-webkit-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background-image:url("/lib/stringsandbeyond/cart-icon.svg"),-o-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background-image:url("/lib/stringsandbeyond/cart-icon.svg"),-moz-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background-image:url("/lib/stringsandbeyond/cart-icon.svg"),linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background-repeat:no-repeat;
    background-position:10% 40%;
    font-size:13px;
    font-size:1.3rem;
    font-weight:300;
    line-height:35px;
    line-height:3.5rem;
    padding:0;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    font-weight:500;
}

header .cart-container .top-cart-button a{
   color:#fff; text-decoration: none; 
}
header .cart-container .top-cart-button .button {
    padding:0 10px 0 40px;
    padding:0 1rem 0 4rem;
}

header .cart-container .checkout-button,
header .cart-container .checkout-button:visited {
    float:right;
    display:block;
    border:none;
    box-shadow:0 2px 5px 1pt #a5a2a2;
    outline:none;
    cursor:pointer;
    background:#c6c6c6;
    background:-webkit-linear-gradient(#c6c6c6 50%,#a8a8a8 50%);
    background:-o-linear-gradient(#c6c6c6 50%,#a8a8a8 50%);
    background:-moz-linear-gradient(#c6c6c6 50%,#a8a8a8 50%);
    background:linear-gradient(#c6c6c6 50%,#a8a8a8 50%);
    font-size:13px;
    font-size:1.3rem;
    font-weight:300;
    line-height:35px;
    line-height:3.5rem;
    padding:0 20px;
    padding:0 2rem;
    text-decoration:none;
    text-transform:uppercase;
    color:#1e1e1e;
    font-weight:500;
    display:none;
}

@media (min-width:678px) {
    header .cart-container .checkout-button:active,
    header .cart-container .checkout-button:visited:active {
        -webkit-transform:translate3d(0,1px,0);
        transform:translate3d(0,1px,0);
        box-shadow:none;
    }
}

header .logo-container {
    float:left;
    width:48%;
    max-width:180px;
    padding:5px;
    margin-bottom:5px;
}

header .logo-container img {
    max-width:100%;
    height:auto;
}

header .info-container {
    float:right;
    width:50%;
    margin-top:43px;
}

header .info-container span {
    display:block;
    text-align:right;
}

header .info-container .call-us {
    font-size:13px;
    font-size:1.3rem;
}

header .info-container .number {
    font-size:22px;
    font-size:2.2rem;
    font-weight:600;
}

header .top-nav-section {
    height:45px;
    background:#333;
}

header .top-nav-section .top-nav-wrapper {
    background-color:#333;
    background-image:url("/lib/stringsandbeyond/TLC-bar-bg.jpg");
    background-repeat:repeat-x;
    background-position:left center;
    padding:0;
}

header .top-nav-section .menu-lable {
    line-height:45px;
    color:#fff;
    font-size:18px;
    font-size:1.8rem;
    text-transform:uppercase;
    font-weight:600;
    width:65px;
    float:left;
    z-index:3;
}

header .top-nav-section .menu-lable .open {
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
}

header .top-nav-section .menu-lable.open .open {
    visibility:visible;
    opacity:1;
    -webkit-transition-delay:opacity 1s;
    transition-delay:opacity 1s;
    -webkit-transition:opacity 1s;
    transition:opacity 1s;
}

header .top-nav-section .menu-lable.open .closed {
    visibility:hidden;
    opacity:0;
}

header .top-nav-section .searchform-container {
    float:right;
    margin:7px 10px 7px 0;
    transition:.6s;
    overflow:hidden;
}

header .top-nav-section .search-bar {
    height:31px;
    width:180px;
    padding:0;
    border:none;
    outline:none;
    background-color:#fff;
    float:left;
    font-size:12px;
    color:#696969;
    box-sizing:border-box;
    padding:5px 40px 5px 5px;
}

header .top-nav-section .search-button {
    background:#fff;
    height:31px;
    width:40px;
    position:absolute;
    right:0;
    top:0;
    margin-left:0;
    border:none;
    outline:none;
    box-sizing:border-box;
    padding:5px;
    cursor:pointer;
}

header .top-nav-section .search-mask {
    content:'';
    display:none;
    position:absolute;
    height:31px;
    width:40px;
    position:absolute;
    right:0;
    top:0;
    z-index:2;
    -webkit-appearance:none;
}

header .top-nav-section .search-close-mask {
    content:'';
    visibility:hidden;
    opacity:0;
    position:absolute;
    height:31px;
    width:40px;
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}

.ey-expanding-cart {
    visibility:hidden;
    opacity:0;
    position:absolute;
    width:300px;
    top:35px;
    right:0;
    background:#fff;
    border-top:5px solid #bd0d0d;
    border-left:1px solid #333;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    color:#1e1e1e;
    text-transform:none;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    z-index:2;
}

.ey-expanding-cart .added-item {
    font-size:12px;
    line-height:13px;
}

.ey-expanding-cart .added-item h2 {
    font-size:16px;
    font-style:italic;
    margin:0 0 15px;
}

.ey-expanding-cart .added-item h3 {
    font-size:14px;
    margin:0 0 10px;
}

.ey-expanding-cart .added-item span {
    display:block;
    margin:2px 0;
    text-align:left;
    font-weight:400;
}

.ey-expanding-cart .added-item .item-sale-price {
    text-align:right;
}

.ey-expanding-cart .added-item .image-frame {
    width:40%;
    float:left;
    padding:10px;
}

.ey-expanding-cart .added-item .image-frame img {
    max-width:100%;
    height:auto;
}

.ey-expanding-cart .added-item .info-box {
    width:60%;
    float:left;
    padding:10px 0;
    border-bottom:1px solid #f2f2f2;
}

.ey-expanding-cart .top-box {
    padding:20px 20px 0;
}

.ey-expanding-cart .top-box .cart-total {
    float:right;
    color:#bd0d0d;
    font-weight:700;
}

.ey-expanding-cart .top-box .total-label {
    float:left;
}

.ey-expanding-cart .order-row {
    width:60%;
    margin-left:40%;
}

.ey-expanding-cart .bottom-box {
    width:100%;
    float:left;
    background:#f2f2f2;
    padding:0 20px;
    line-height:30px;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}

.ey-expanding-cart .bottom-box .count {
    float:left;
}

.ey-expanding-cart .bottom-box .cart-checkout,
.ey-expanding-cart .bottom-box .cart-checkout:visited {
    text-decoration:none;
    float:right;
    color:#bd0d0d;
    background-image:url("/lib/stringsandbeyond/next-arrow.svg");
    background-repeat:no-repeat;
    background-position:center left;
    padding:0 0 0 10px;
}
header .top-banners {
font-family:'Roboto Condensed';
}

#ey-float-cart.open .ey-expanding-cart {
    visibility:visible;
    opacity:1;
}

@media (min-width:440px) {
    .ey-expanding-cart {
        width:330px;
    }
}

header .top-banners {
    display:none;
    float:left;
    width:60%;
}

header .top-banners span {
    width:50%;
    float:left;
    color:#bd0d0d;
    font-size:18px;
    font-size:1.8rem;
    font-weight:700;
    padding:0 0 0 35px;
    text-align:left;
    background-position:left center;
    background-repeat:no-repeat;
}

header .top-banners .black {
    color:#1e1e1e;
}

header .top-banners .sameday {
    display:none;
    background-image:url("/lib/stringsandbeyond/sameday-red.svg");
    background-size:25px;
}

header .top-banners .freeship {
    display:none;
    background-image:url("/lib/stringsandbeyond/freeship-red.svg");
    background-size:25px;
}

header .top-banners .fasteasy {
    display:none;
    background-image:url("/lib/stringsandbeyond/fasteasy-red.svg");
    background-size:25px;
}

.hamburger-container {
    height:45px;
    width:45px;
    margin:0 10px 0 0;
    float:left;
    -webkit-transition:all .4s;
    transition:all .4s;
    overflow:visible;
}

.hamburger-container .hamburger-icon {
    height:100%;
    width:100%;
    -webkit-transition:all 1s;
    transition:all 1s;
    cursor:pointer;
    z-index:3;
}

.hamburger-container span {
    content:'';
    display:block;
    width:35px;
    height:4px;
    background:#fff;
    border-radius:5px;
    margin:5px auto;
    position:absolute;
    left:5px;
    -webkit-transition:all 1s;
    transition:all 1s;
    will-change:transfrom,color;
}

.hamburger-container .first {
    top:5px;
}

.hamburger-container .second {
    top:15px;
}

.hamburger-container .third {
    top:25px;
}

.hamburger-container.open {
    display:block;
}

.hamburger-container.open .hamburger-icon {
    -webkit-transform:translatex(-1px) rotate(180deg);
    transform:translatex(-1px) rotate(180deg);
}

.hamburger-container.open h3 {
    display:none;
}

.hamburger-container.open .first {
    -webkit-transform:translatey(10px) rotate(45deg);
    transform:translatey(10px) rotate(45deg);
}

.hamburger-container.open .second {
    display:none;
}

.hamburger-container.open .third {
    -webkit-transform:translatey(-10px) rotate(-45deg);
    transform:translatey(-10px) rotate(-45deg);
}

.sidenav-wrapper {
    position:relative;
}

@-webkit-keyframes side-nav {
    0% {
        visibility:visible;
        opacity:.1;
        width:45px;
        max-height:45px;
    }
    20% {
        opacity:1;
        width:100%;
        max-height:45px;
    }
    100% {
        opacity:1;
        visibility:visible;
        width:100%;
        max-height:2000px;
    }
}

@keyframes side-nav {
    0% {
        visibility:visible;
        opacity:.1;
        width:45px;
        max-height:45px;
    }
    20% {
        opacity:1;
        width:100%;
        max-height:45px;
    }
    100% {
        visibility:visible;
        opacity:1;
        width:100%;
        max-height:2000px;
    }
}

@-webkit-keyframes side-nav-close {
    0% {
        visibility:visible;
        opacity:1;
        width:100%;
        max-height:2000px;
    }
    60% {
        opacity:1;
        width:100%;
        max-height:45px;
    }
    100% {
        opacity:.1;
        visibility:visible;
        width:45px;
        max-height:45px;
    }
}

@keyframes side-nav-close {
    0% {
        visibility:visible;
        opacity:1;
        width:100%;
        max-height:2000px;
    }
    60% {
        opacity:1;
        width:100%;
        max-height:45px;
    }
    100% {
        opacity:.1;
        visibility:visible;
        width:45px;
        max-height:45px;
    }
}

.sidenav-container {
    visibility:hidden;
    opacity:0;
    width:45px;
    position:absolute;
    top:-45px;
    left:0;
    max-height:45px;
    z-index:2;
}

.sidenav-container::before {
    content:'';
    background:#313131;
    position:absolute;
    opacity: 0.9;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.sidenav-container .sidenav {
    margin:55px 0 0 0;
    padding:10px 0;
}

.sidenav-container .sidenav .side-nav-li {
    position: relative;
    max-height:60px;
    padding:0 10px;
    overflow:hidden;
    -webkit-transition:all .6s;
    transition:all .6s;
}
.sidenav-container .sidenav .side-nav-li:after{
    content:'';
    background-image:url("/lib/stringsandbeyond/white-down-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height:10px;
    position: absolute;
    top: 24px;
    right: 5%;
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidenav-container .sidenav .side-nav-li.open:after{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidenav-container .sidenav .side-nav-li.open {
    background-color:#545454;
    max-height:2000px;
}

.sidenav-container .sidenav a,
.sidenav-container .sidenav a:visited {
    line-height:60px;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    font-size:2.2rem;
    font-weight:600;
    display: block;
}

.sidenav-container .sidenav .sub-cat-ul {
    margin:0 0 15px 15px;
}

.sidenav-container .sidenav .sub-cat-a,
.sidenav-container .sidenav .sub-cat-a:visited {
    line-height:45px;
    font-size:18px;
    font-size:1.8rem;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
}

.sidenav-container .sidenav .sub-cat-a.shop-all {
    font-style:italic;
}

.sidenav-container .sidenav .sub-sub-cat-ul {
    list-style:disc;
    color:#fff;
    list-style-position:outside;
    margin-left:15px;
    overflow:visible;
}

.sidenav-container .sidenav .sub-sub-cat-a {
    line-height:40px;
    font-size:16px;
    font-size:1.6rem;
}

.sidenav-container .nav-banners {
    width:90%;
    float:left;
    padding:40px 0;
    border-top:2px solid #fff;
    margin:40px 5%;
}

.sidenav-container .nav-banners span {
    width:33.33%;
    float:left;
    color:#fff;
    font-size:19px;
    font-size:1.9rem;
    font-weight:700;
    padding:40px 5px 0;
    text-align:center;
    background-position:top center;
    background-repeat:no-repeat;
}

.sidenav-container .nav-banners .sameday {
    background-image:url("/lib/stringsandbeyond/sameday.svg");
    background-size:25px;
}

.sidenav-container .nav-banners .freeship {
    background-image:url("/lib/stringsandbeyond/freeship.svg");
    background-size:30px;
}

.sidenav-container .nav-banners .fasteasy {
    background-image:url("/lib/stringsandbeyond/fasteasy.svg");
    background-size:25px;
}

.sidenav-container .collapse-container {
    height:40px;
    width:100%;
    text-align:right;
    padding:0 10px;
}

.sidenav-container .collapse-container .collapse {
    color:#fff;
    font-size:19px;
    font-size:1.9rem;
    line-height:40px;
    font-weight:700;
    padding-left:40px;
    background-position:left center;
    background-size:30px;
    background-repeat:no-repeat;
    background-image:url("/lib/stringsandbeyond/collapse.svg");
    position:absolute;
    top:0;
    right:15px;
}

.sidenav-container .collapse-container::before {
    content:'';
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#ad2026;
}

.sidenav-container.open {
    visibility:visible;
    opacity:1;
    width:100%;
    max-height:2000px;
    -webkit-animation:side-nav 2s;
    animation:side-nav 2s;
}

.sidenav-container.close {
    visibility:hidden;
    opacity:0;
    width:45px;
    max-height:45px;
    -webkit-animation:side-nav-close 1s;
    animation:side-nav-close 1s;
}

.top-nav-box {
    display:none;
    transition:opacity 0.4s;
    overflow:visible;
}

.top-nav-box .top-nav-ul {
    list-style:none;
}

.top-nav-box .top-nav-li {
    transition:background 0.4s;
    float:left;
}

.top-nav-box .top-nav-li:hover {
    background:#bd0d0d;
}

.top-nav-box .top-nav-a,
.top-nav-box .top-nav-a:visited {
    position:relative;
    text-decoration:none;
    color:#fff;
    line-height:45px;
    height:45px;
    padding:0 30px 0 10px;
    font-weight:700;
    font-size:18px;
    display:block;
}

.top-nav-box .top-nav-svg {
    position:absolute;
    width:10px;
    top:17px;
    right:12px;
    -webkit-transition:fill 0.4s;
    transition:fill 0.4s;
    fill:#fff;
}

.top-nav-box .top-nav-li:hover .top-nav-svg {
    fill:#1e1e1e;
}

.top-nav-wrapper.search .top-nav-box {
    visibility:hidden;
    opacity:0;
}

@media (min-width:440px) {
    header .top-nav-section .search-bar {
        width:215px;
    }
}

@media (min-width:768px) {
    header .top-nav-section {
        background:#e0e0e0;
    }
    header .top-nav-section .top-nav-wrapper {
        position:relative;
    }
    header .top-nav-section .searchform-container {
        max-width:40px;
        position:absolute;
        top:0;
        right:0;
    }
    header .top-nav-section .search-bar {
        width:450px;
        padding:5px 40px 5px 45px;
    }
    header .top-nav-section .search-mask {
        display:block;
    }
    header .top-nav-section .search-close-mask {
        visibility:hidden;
        opacity:0;
    }
    header .top-nav-section .search-close-mask::before {
        content:'';
        position:absolute;
        height:31px;
        width:31px;
        background-image:url("/lib/stringsandbeyond/plus.svg");
        background-position:center center;
        background-repeat:no-repeat;
        background-size:30px;
        top:0;
        left:0;
    }
    header .top-nav-wrapper.search .searchform-container {
        max-width:450px;
    }
    header .top-nav-wrapper.search .search-mask {
        display:none;
    }
    header .top-nav-wrapper.search .search-close-mask {
        visibility:visible;
        opacity:1;
        -webkit-transition:all 1s;
        transition:all 1s;
    }
    header .top-nav-wrapper.search .search-close-mask::before {
        -webkit-transition:all 1s;
        transition:all 1s;
        -webkit-transform:rotate(135deg);
        transform:rotate(135deg);
    }
    header .cart-container .checkout-button,
    header .cart-container .checkout-button:visited {
        display:inline-block;
    }
    header .top-bar-container {
        width:55%;
        float:right;
    }
    header .top-bar-container .utl-links-container {
        width:140px;
    }
    header .top-bar-container .cart-container {
        width:270px;
        float:right;
    }
    header .logo-container {
        width:30%;
        max-width:30%;
    }
    header .info-container {
        width:70%;
        margin:23px 0 20px;
    }
    header .info-container .number {
        font-size:28px;
        font-size:2.8rem;
    }
    header .top-banners {
        display:block;
        padding-left:40px;
    }
    header .top-banners .sameday {
        display:block;
    }
    header .top-banners .freeship {
        display:block;
    }
    header .top-banners .fasteasy {
        display:none;
    }
    header .call-us-container {
        float:right;
        width:40%;
    }
    .sidenav-section {
        visibility:hidden;
        opacity:0;
    }
    .hamburger-container,
    .hamburger-container.open,
    .menu-lable {
        display:none;
    }
    .top-nav-box {
        display:block;
        -webkit-transition:all 0.4s;
        transition:all 0.4s;
        visibility:visible;
        opacity:1;
    }
}

@media (min-width:980px) {
    .top-nav-wrapper.search .top-nav-box {
        visibility:visible;
        opacity:1;
    }
    header .top-bar-container .utl-links-container {
        width:235px;
    }
    header .top-bar-container .utl-links-container .utl-links {
        float:right;
        overflow:visible;
        width:130px;
    }
    header .top-banners {
        width:70%;
    }
    header .top-banners .sameday {
        width:130px;
    }
    header .top-banners .freeship {
        width:155px;
    }
    header .top-banners .fasteasy {
        width:130px;
        display:block;
    }
    header .call-us-container {
        width:30%;
    }
    header .top-nav-section .searchform-container {
        max-width:285px;
    }
    header .top-nav-section .search-mask {
        display:none;
    }
    header .top-nav-section .search-close-mask {
        display:none;
    }
    header .top-nav-section .search-bar {
        width:285px;
        padding:5px 40px 5px 5px;
    }
}

.mega-overlay {
    content:'';
    display:none;
    position:absolute;
    z-index:3;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#4a4a4a;
    opacity:0.3;
}
.mmoverlay{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  opacity: 0.3;
  display:none;
}

.mega-menu {
    visibility:hidden;
    opacity:0;
    width:100%;
    position:absolute;
    top:45px;
    left:0;
    z-index:4;
    background:#fff;
    border:1px solid #1e1e1e;
    border-top:5px solid #bd0d0d;
}

.mega-menu .full-page-line {
    margin:0;
}

.mega-menu .mega-top {
    width:100%;
    float:left;
}

.mega-menu .mega-bottom {
    width:100%;
    float:left;
    background:#f2f2f2;
    padding:0 10px;
}

.mega-menu .brands-box {
    padding:5px;
    width:100%;
    float:left;
}

.mega-menu .brands-box h3 {
    font-size:14px;
    font-size:1.4rem;
    line-height:20px;
    line-height:2rem;
    text-transform:uppercase;
    font-weight:700;
    color:#bd0d0d;
    text-decoration:none;
}

.mega-menu .brands-box li {
    display:block;
    float:left;
    width:20%;
    padding:0 10px;
}

.mega-menu .brands-box li img {
    display:block;
    max-width:100%;
    margin:0 auto;
    height:auto;
}

.mega-menu h3, .mega-menu .mega-cat-li h3 a, 
.mega-menu .mega-cat-li h3  a:visited  {
    font-size:16px;
    font-size:1.6rem;
    line-height:20px;
    line-height:2rem;
    text-transform:uppercase;
    font-weight:700;
    color:#bd0d0d;
    text-decoration:none;
}

.mega-menu a,
.mega-menu a:visited {
    color:#bd0d0d;
    text-decoration:none;
}

.mega-menu a:hover {
    text-decoration:underline;
}

.mega-menu .deals-box {
    padding:20px 10px 10px;
    width:100%;
    float:left;
}

.mega-menu .deals-box li {
    display:block;
    float:left;
    width:33.33%;
}

.mega-menu .deals-box li img {
    display:block;
    max-width:100%;
    margin:0 10px;
    height:auto;
    float:left;
}

.mega-menu .deals-box span {
    display:block;
    font-size:13px;
    text-transform:uppercase;
    color:#707070;
    text-decoration:underline;
}

.mega-menu .mega-categories {
    padding:15px;
}

.mega-menu .mega-cat-ul {
    margin-bottom:10px;
}

.mega-menu .mega-cat-li a,
.mega-menu .mega-cat-li a:visited {
    font-size:14px;
    font-size:1.4rem;
    line-height:20px;
    line-height:2rem;
    text-transform:uppercase;
    font-weight:700;
    color:#bd0d0d;
    text-decoration:none;
}

.mega-menu .mega-cat-li a:hover {
    text-decoration:underline;
}

.mega-menu .sub-cat-ul {
    list-style:disc;
    list-style-position:inside;
    color:#bd0d0d;
    margin-bottom:20px;
    margin-top:10px;
}

.mega-menu .sub-cat-ul .sub-cat-li {
    height:30px;
    overflow:hidden;
}

.mega-menu .sub-cat-ul a,
.mega-menu .sub-cat-ul a:visited {
    font-size:14px;
    font-size:1.4rem;
    line-height:30px;
    line-height:3rem;
    text-transform:none;
    font-weight:400;
    color:#1e1e1e;
    text-decoration:none;
}

.mega-menu .sub-cat-ul a:hover {
    text-decoration:underline;
}

.mega-menu .all-cat-li a,
.mega-menu .all-cat-li a:visited {
    color:#bd0d0d;
    font-weight:700;
    font-style:italic;
    text-transform:uppercase;
}

.top-nav-li:hover .mega-menu {
    visibility:visible;
    opacity:1;
    transition:all 0.2s;
    -webkit-transition-delay:0.1s;
    transition-delay:0.1s;
}

.top-nav-li:hover .mega-overlay {
    display:block;
}


#mega-menu-0 .mega-banner {
    width:40%;
    float:left;
}

#mega-menu-0 .mega-banner img {
    max-width:100%;
    height:auto;
}

#mega-menu-0 .link-one {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    top:0;
    left:0;
}

#mega-menu-0 .link-two {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    top:50%;
    left:0;
}

#mega-menu-0 .mega-categories {
    width:60%;
    float:left;
}

#mega-menu-0 .mega-categories .left-cats,
#mega-menu-0 .mega-categories .right-cats {
    width:50%;
    float:left;
    padding-right:10px;
}

.mega-frame {
    width:100%;
    padding:5px;
    border:1px solid #bd0d0d;
    margin:0 0 20px;
    position:relative;
    overflow:visible;
}

.mega-frame img {
    width:100%;
    height:auto;
}

.mega-frame::after {
    content:'';
    height:36px;
    width:36px;
    position:absolute;
    top:-15px;
    left:50%;
    margin-left:-18px;
    background-image:url("/lib/stringsandbeyond/pickicon.svg");
    background-repeat:no-repeat;
    background-position:center center;
}

.mega-frame .overlay-links {
    position:absolute;
    top:60%;
    right:10px;
}

.mega-frame .overlay-links li {
    display:block;
    float:left;
}

.mega-frame .overlay-links li::after {
    content:'\2022';
    color:#fff701;
    font-size:13px;
    font-size:1.3rem;
    font-weight:700;
}

.mega-frame .overlay-links a,
.mega-frame .overlay-links a:visited {
    text-decoration:underline;
    font-size:12px;
    font-size:1.2rem;
    font-weight:700;
    padding:0 4px;
    text-shadow:1px 1px #000;
    color:#fff701;
}

.mega-frame .overlay-links li:last-child::after {
    content:'';
}

#mega-menu-1 .mega-banner {
    width:50%;
    float:left;
    padding:15px;
}

#mega-menu-1 .mega-categories {
    width:50%;
    float:left;
}

#mega-menu-1 .mega-categories .right-cats ul {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}

#mega-menu-2 .mega-banner .pick-mat,
#mega-menu-2 .mega-banner .pick-style {
    width:50%;
    float:left;
    padding:20px 10px;
}

#mega-menu-3 .mega-banner {
    width:40%;
    float:left;
}

#mega-menu-3 .mega-banner .tuner {
    width:100%;
    float:left;
    padding:20px 10px 0;
    overflow:visible;
}

#mega-menu-3 .mega-banner .capos,
#mega-menu-3 .mega-banner .pickups {
    width:50%;
    float:left;
    padding:0 10px 0;
    overflow:visible;
}

#mega-menu-3 .mega-categories {
    width:60%;
    float:left;
}

#mega-menu-3 .mega-categories .left-cats {
    width:70%;
    float:left;
    padding-right:10px;
}

#mega-menu-3 .mega-categories .left-cats .sub-cat-ul {
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}

#mega-menu-3 .mega-categories .right-cats {
    width:30%;
    float:left;
    padding-right:10px;
}

@media (min-width:980px) {
    #mega-menu-0 .mega-banner {
        width:50%;
    }
    #mega-menu-0 .mega-categories {
        width:50%;
        float:left;
    }
    #mega-menu-1 .mega-banner {
        width:40%;
    }
    #mega-menu-1 .mega-categories {
        width:60%;
    }
    #mega-menu-1 .mega-categories .right-cats ul {
        -webkit-column-count:3;
        -moz-column-count:3;
        column-count:3;
    }
    .mega-frame .overlay-links a,
    .mega-frame .overlay-links a:visited {
        font-size:13px;
        font-size:1.3rem;
        padding:0 7px;
    }
}

main {
    min-height:600px;
}

footer .top-footer-section {
    background:#fff;
}

footer .middle-footer-section {
    background:#fff;
}

footer .bottom-footer-section {
    background:#333;
}

.quotes-container {
    margin:20px 0;
}

.quotes-container .quotes-header {
    margin:10px 0 5px;
    text-align:center;
}

.quotes-container .quotes-header h3 {
    display:inline-block;
    color:#bd0d0d;
    font-size:16px;
    font-size:1.6rem;
    line-height:16px;
    line-height:1.6rem;
    font-weight:700;
    padding:15px 20px 15px 40px;
    background-position:left center;
    background-repeat:no-repeat;
    background-image:url("/lib/stringsandbeyond/speechbubble.svg");
}

.quotes-container .quotes-header a,
.quotes-container .quotes-header a:visited {
    color:#707070;
    font-size:10px;
    font-size:1rem;
    margin-left:10px;
    font-weight: 400;
}

.quotes-container .quote {
    font-size:16px;
    font-size:1.6rem;
    font-style:italic;
    line-height:17px;
    line-height:1.7rem;
    text-align:center;
}

.quotes-container .quote::before,
.quotes-container .quote::after {
    content:'"';
    font-size:22px;
    font-size:2.2rem;
}

.quotes-container .author {
    font-size:14px;
    font-size:1.4rem;
    line-height:16px;
    line-height:1.6rem;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    width:100%;
    display:block;
}

.newsletter-container {
    width:100%;
    float:left;
}

.newsletter-form {
    border:2px solid #1e1e1e;
    background:#e0e0e0;
    padding:20px;
    padding:2rem;
    text-align:center;
}

.newsletter-form h3 {
    text-transform:uppercase;
    color:#bd0d0d;
    font-size:14px;
    font-size:1.4rem;
    line-height:35px;
    line-height:3.5rem;
    font-weight:700;
}

.newsletter-form .black {
    color:black;
}

.newsletter-form p {
    font-size:12px;
    font-size:1.2rem;
    line-height:16px;
    line-height:1.6rem;
    margin:0 0 10px;
}

.newsletter-form .news-bar {
    height:35px;
    padding:0 10px;
    line-height:35px;
    line-height:3.5rem;
    font-size:13px;
    font-size:1.3rem;
    margin:0 10px 10px 0;
    border:1px solid #707070;
    outline:none;
    background:#fff;
    width:calc(100% - 95px);
    display:inline-block;
    float:left;
    font-style: italic;
}

.newsletter-form .news-button {
    height:35px;
    padding:0 10px;
    line-height:35px;
    line-height:3.5rem;
    font-size:15px;
    font-size:1.5rem;
    font-weight:700;
    margin:0 0 10px 0;
    border:2px solid #bd0d0d;
    color:#bd0d0d;
    outline:none;
    background:#fff;
    display:inline-block;
    float:left;
    cursor:pointer;
    -webkit-appearance:none;
}
@media only screen and (max-width:360px) {
    .newsletter-form .news-bar{width: 100%;}
    .newsletter-form .news-bar, .newsletter-form .news-button {
        float:none;
    }
}

.social-container {
    padding:20px 0;
    padding:2rem 0;
}

.social-container span {
    font-size:14px;
    font-size:1.4rem;
    line-height:50px;
    line-height:5rem;
    font-weight:700;
    text-transform:uppercase;
    float:left;
    display:block;
    height:50px;
}

.social-container .social-icon {
    height:50px;
    height:5rem;
    width:50px;
    width:5rem;
    float:right;
    margin:0 0 10px 10px;
}

.accordion-container {
    width:100%;
    float:left;
    padding:20px 0;
}

.accordion-container .accordion-li {
    position:relative;
    max-height:60px;
    -webkit-transition:all .6s;
    transition:all .6s;
    border-bottom:1px solid #1e1e1e;
    overflow:hidden;
}

.accordion-container .accordion-li h3 {
    line-height:60px;
    line-height:6rem;
    font-size:18px;
    font-size:1.8rem;
    font-weight:700;
    text-transform:uppercase;
    color:#bd0d0d;
}

.accordion-container .accordion-li h3::before {
    content:'';
    position:absolute;
    -webkit-transition:.4s;
    transition:.4s;
    height:20px;
    width:20px;
    background-image:url("/lib/stringsandbeyond/plus.svg");
    background-position:center center;
    background-repeat:no-repeat;
    top:20px;
    right:10px;
}

.accordion-container .accordion-li.open {
    max-height:800px;
}

.accordion-container .accordion-li.open h3::before {
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
}

.accordion-container .sub-menu {
    padding:0 0 15px;
    padding:0 0 1.5rem;
}

.accordion-container .sub-menu a,
.accordion-container .sub-menu a:visited {
    line-height:25px;
    line-height:2.5rem;
    font-size:13px;
    font-size:1.3rem;
    color:#1e1e1e;
    text-decoration:none;
}

.accordion-container .sub-menu a:hover {
    text-decoration:underline;
}

.accordion-container .sub-menu .shop-all, .accordion-container .sub-menu .shop-all:visited {
    color:#bd0d0d;
    font-weight:700;
}

.cards-container {
    padding:20px 0;
}

.cards-container img {
    margin:10px auto;
    display:block;
    max-width:90%;
    height:auto;
}

.bottom-footer-section .copyright {
    width:100%;
    float:left;
    margin:10px 0 0;
    margin:1rem 0 0;
    padding:10px 0;
    padding:1rem 0;
}

.bottom-footer-section .copyright p {
    font-size:12px;
    font-size:1.2rem;
    line-height:14px;
    line-height:1.4rem;
    color:#fff;
    max-width:270px;
}

.bottom-footer-section .copyright a,
.bottom-footer-section .copyright a:visited {
    color:#fff;
}

.bottom-footer-section .bottom-menu {
    width:100%;
    float:left;
    margin:0 0 10px;
    margin:0 0 1rem;
    padding:10px 0;
    padding:1rem 0;
}

.bottom-footer-section .bottom-menu a,
.bottom-footer-section .bottom-menu a:visited {
    font-size:12px;
    font-size:1.2rem;
    line-height:14px;
    line-height:1.4rem;
    font-weight:700;
    color:#fff;
    text-decoration:none;
}

.bottom-footer-section .bottom-menu a:hover {
    text-decoration:underline;
}

.bottom-footer-section .bottom-menu nav {
    font-size:12px;
    font-size:1.2rem;
    line-height:14px;
    line-height:1.4rem;
    color:#fff;
}

@media (min-width:768px) {
    .quotes-container .quotes-header {
        width:35%;
        float:left;
    }
    .quotes-container .quotes-header h3 {
        font-size:22px;
        font-size:2.2rem;
    }
    .quotes-container .quotes-header a,
    .quotes-container .quotes-header a:visited {
        font-size:12px;
        font-size:1.2rem;
        display:block;
    }
    .quotes-container .quotes-content {
        padding:10px 0 0;
        text-align:left;
    }
    .quotes-container .quotes-content .quote {
        font-size:24px;
        font-size:2.4rem;
        line-height:28px;
        line-height:2.8rem;
    }
    .quotes-container .quotes-content p,
    .quotes-container .quotes-content span {
        text-align:left;
    }
    .newsletter-container {
        width:50%;
        padding:20px 10px 0 0;
    }
    .newsletter-container .social-container span {
        font-size:16px;
        font-size:1.6rem;
    }
    .accordion-container {
        width:50%;
        padding:0 0 0 10px;
    }
    .bottom-footer-section .copyright {
        width:50%;
    }
    .bottom-footer-section .bottom-menu {
        width:50%;
        margin:15px 0;
        margin:1.5rem 0;
    }
    .bottom-footer-section .bottom-menu nav {
        font-size:14px;
        font-size:1.4rem;
    }
    .bottom-footer-section .bottom-menu a,
    .bottom-footer-section .bottom-menu a:visited {
        font-size:14px;
        font-size:1.4rem;
    }
    .newsletter-form h3 {
        font-size:16px;
        font-size:1.6rem;
    }
}

@media (min-width:980px) {
    .newsletter-container {
        width:35%;
        padding:20px 10px 0 0;
    }
    .accordion-container {
        width:65%;
        padding:0 0 0 10px;
    }
    .accordion-container .accordion-li {
        max-height:none;
        width:33.33%;
        padding:0 10px 0 0;
        float:left;
        border:none;
    }
    .accordion-container .accordion-li h3::before {
        display:none;
    }
    .cards-container {
        padding:5px 0;
    }
    .cards-container .cards-img {
        width:55%;
        float:left;
        margin:20px auto;
    }
    .cards-container .secure-img {
        width:40%;
        float:right;
    }
}

.breadcrumbs-section {
    display:none;
}

.addthis_native_toolbox {
    width:40%;
    float:left;
}

.breadcrumbs {
    width:100%;
    float:left;
    margin:20px 0;
    font-size:12px;
    font-size:1.2rem;
    line-height:20px;
    line-height:2rem;
    color:#1e1e1e;
}

.breadcrumbs a,
.breadcrumbs a:visited {
    text-decoration:none;
    color:#1e1e1e;
}

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

.breadcrumbs .red {
    color:#bd0d0d;
}

@media (min-width:768px) {
    .breadcrumbs-section {
        display:block;
    }
}

.slide-ind {
    width:100%;
    float:left;
    text-align:center;
}

.slide-ind span {
    content:'';
    display:inline-block;
    margin:10px;
    width:15px;
    height:15px;
    background:#707070;
    border-radius:50%;
    -webkit-transition:all 0.2s;
    transition:all 0.2s;
}

.slide-ind.one .first {
    background:#bd0d0d;
}

.slide-ind.two .second {
    background:#bd0d0d;
}

.slide-ind.three .third {
    background:#bd0d0d;
}

@media (min-width:768px) {
    .banner-indicators {
        display:none;
    }
}

.home-banner {
    height:394px;
    background-color:#2e2e2e;
    background-image:url("/lib/stringsandbeyond/we-home-banner.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    overflow:hidden;
}

.home-banner .stop {
    display:inline-block;
    width:40px;
    height:1px;
    border-top:1px solid #fff;
    margin:6px 2px;
}

.home-banner .full-stop {
    display:inline-block;
    width:100%;
    height:1px;
    border-top:1px solid #fff;
    margin:15px 0;
}

.home-banner .home-banner-wrapper {
    position:relative;
    padding:0;
}
@media only screen and (max-width:768px) {
    .home-banner .home-banner-wrapper{width: 100% !important;}
}

.home-banner .sliding-banner {
    position:absolute;
    height:100%;
    width:300%;
    padding:10px 0;
    top:0;
    left:0;
    -webkit-transition:transform 0.4s;
    transition:transform 0.4s;
}

.home-banner .box-one,
.home-banner .box-two,
.home-banner .box-three {
    height:100%;
    width:33.33%;
    padding:0 10px;
    background-position:center center;
    background-repeat:no-repeat;
    float:left;
}

.home-banner .box-one .content-wrap,
.home-banner .box-two .content-wrap,
.home-banner .box-three .content-wrap {
    max-width:313px;
    width:100%;
    height:100%;
    float:left;
    padding:30px 20px 20px;
    text-align:center;
    text-shadow:2px 2px #333;
    position:relative;
}

.home-banner .box-one .top-bar {
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    font-size:1.6rem;
    line-height:35px;
    line-height:3.5rem;
    font-weight:700;
    margin-top:10px;
}

.home-banner .box-one .text-bar {
    color:#fff;
    text-transform:uppercase;
    font-size:17px;
    font-size:1.7rem;
    font-weight:700;
    margin-top:15px;
}

.home-banner .box-one .text-bar .percent {
    font-size:115px;
    font-size:11.5rem;
    line-height:95px;
    line-height:9.5rem;
}

.home-banner .box-one .shop-now a,
.home-banner .box-one .shop-now a:visited {
    color:#fff;
    border:2px solid #fff;
    text-decoration:none;
    text-transform:uppercase;
    font-style:italic;
    line-height:30px;
    font-size:17px;
    font-size:1.7rem;
    position:absolute;
    text-shadow:none;
    bottom:20px;
    left:50%;
    width:120px;
    margin-left:-60px;
}

.home-banner .box-two .img-box {
    width:50%;
    margin:0 auto 10px;
}

.home-banner .box-two .img-box img {
    max-width:100%;
    height:auto;
}

.home-banner .box-two .tag-bar {
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    font-size:1.6rem;
    line-height:35px;
    line-height:3.5rem;
    font-weight:700;
    margin-top:10px;
}

.home-banner .box-two .text-bar {
    color:#fff;
    font-size:17px;
    font-size:1.7rem;
    font-weight:700;
    margin:15px 0 5px;
}

.home-banner .box-two .price-bar {
    color:#fff;
    font-size:30px;
    font-size:3rem;
    font-weight:700;
}

.home-banner .box-two .shop-now {
    position:absolute;
    bottom:20px;
    left:50%;
    width:120px;
    margin-left:-60px;
    border:2px solid #fff;
}

.home-banner .box-two .shop-now a,
.home-banner .box-two .shop-now a:visited {
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-style:italic;
    line-height:30px;
    font-size:17px;
    font-size:1.7rem;
    text-shadow:none;
    width:120px;
}

.home-banner .box-three .text-bar {
    color:#fff;
    font-size:32px;
    font-size:3.2rem;
    line-height:32px;
    line-height:3.2rem;
    text-transform:uppercase;
    text-align:left;
    font-weight:700;
}

.home-banner .box-three .text-bar span {
    font-size:20px;
    font-size:2rem;
    line-height:20px;
    line-height:2rem;
    margin:10px 0 0;
    display:block;
}

.home-banner .box-three .shop-box {
    width:100%;
    float:left;
    position:relative;
}

.home-banner .box-three .img-box {
    width:45%;
    float:left;
    padding:0 10px 0 0;
}

.home-banner .box-three .img-box img {
    max-width:100%;
    height:auto;
}

.home-banner .box-three .shop-now {
    position:absolute;
    top:50%;
    right:0;
    width:120px;
    margin-top:-15px;
    border:2px solid #fff;
}

.home-banner .box-three .shop-now a,
.home-banner .box-three .shop-now a:visited {
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-style:italic;
    line-height:30px;
    font-size:17px;
    font-size:1.7rem;
    text-shadow:none;
    width:120px;
}

.home-banner .box-three .tag-bar {
    color:#fff;
    font-size:14px;
    font-size:1.4rem;
    line-height:14px;
    line-height:1.4rem;
    text-align:left;
    margin:20px 0 0;
    width:100%;
    float:left;
}

@media (min-width:440px) {
    .home-banner .box-one .top-bar {
        font-size:20px;
        font-size:2rem;
    }
    .home-banner .box-two .tag-bar {
        font-size:20px;
        font-size:2rem;
    }
    .home-banner .box-three .text-bar {
        font-size:36px;
        font-size:3.6rem;
    }
}

@media (max-width:767px) {
    .home-banner .sliding-banner.two {
        transform:translateX(-33.33%);
    }
    .home-banner .sliding-banner.three {
        transform:translateX(-66.66%);
    }
}

@media (min-width:768px) and (max-width:979px) {
    .home-banner {
        height:297px;
    }
    .home-banner .sliding-banner {
        width:768px;
    }
    .home-banner .stop {
        width:30px;
        margin:4px 2px;
    }
    .home-banner .box-one,
    .home-banner .box-two,
    .home-banner .box-three {
        height:100%;
        width:calc(33.33% - 20px);
        margin:0 10px;
        background-size:100% 100%;
    }
    .home-banner .box-one .top-bar {
        font-size:13px;
        font-size:1.3rem;
    }
    .home-banner .box-one .text-bar {
        margin-top:0;
    }
    .home-banner .box-one .text-bar .percent {
        font-size:65px;
        font-size:6.5rem;
        line-height:60px;
        line-height:6rem;
    }
    .home-banner .box-two .img-box {
        width:40%;
    }
    .home-banner .box-two .text-bar {
        font-size:13px;
        font-size:1.3rem;
        margin:0;
    }
    .home-banner .box-two .tag-bar {
        font-size:13px;
        font-size:1.3rem;
    }
    .home-banner .box-two .price-bar {
        font-size:20px;
        font-size:2rem;
    }
    .home-banner .full-stop {
        margin:10px 0;
    }
    .home-banner .box-three .text-bar {
        font-size:23px;
        font-size:2.3rem;
        line-height:22px;
        line-height:2.2rem;
    }
    .home-banner .box-three .text-bar span {
        font-size:13px;
        font-size:1.3rem;
        margin:0;
    }
    .home-banner .box-three .tag-bar {
        font-size:10px;
        font-size:1rem;
    }
    .home-banner .box-three .shop-now {
        width:100px;
    }
    .home-banner .box-three .shop-now a,
    .home-banner .box-three .shop-now a:visited {
        font-size:14px;
        font-size:1.4rem;
        width:100px;
    }
}

@media (min-width:980px) {
    .home-banner {
        height:394px;
    }
    .home-banner .sliding-banner {
        width:980px;
    }
}

.top-brands {
    padding:20px 0;
}

.top-brands h2 {
    color:#bd0d0d;
    text-transform:uppercase;
    font-weight:700;
    font-size:20px;
    font-size:2rem;
    text-align:center;
    margin:10px 0 20px;
    margin:1rem 0 2rem;
    font-family: "Roboto Condensed";
}

.top-brands .brand-banners {
    text-align:center;
}

.top-brands .top-brand {
    display:inline-block;
    margin:0 10px 10px 0;
    width:calc(25% - 10px);
}

.top-brands .top-brand img {
    max-width:100%;
    height:auto;
}

.top-brands .top-brand:first-child {
    margin:0 10px 10px 5px;
}

.top-brands .top-brand:last-child {
    margin:0 5px 10px 0;
}

.kicker {
    position:relative;
    display:inline-block;
    margin:0 10px 10px 0;
}

.kicker .banner-text {
    position:absolute;
    with:50%;
    height:100%;
    top:0;
    padding:15px 20px;
}

.kicker img {
    width:100%;
    height:auto;
}

.kicker a,
.kicker a:visted {
    text-decoration:none;
}

.kicker .one {
    color:#fff;
    text-transform:uppercase;
    font-size:17px;
    font-size:1.7rem;
    font-weight:700;
    display:block;
    text-align:center;
}

.kicker .two {
    color:#fff;
    font-size:14px;
    font-size:1.4rem;
    font-style:italic;
    opacity:0.8;
    display:block;
    text-align:center;
}

.kicker .three {
    color:#fff701;
    text-transform:uppercase;
    font-size:36px;
    font-size:3.6rem;
    font-weight:700;
    display:block;
    text-align:center;
}

.kicker.second .banner-text {
    left:0;
}

.kicker.first .banner-text {
    right:0;
}

.by-inst {
    width:100%;
    float:left;
    margin:20px 0;
}

.by-inst h2 {
    color:#bd0d0d;
    text-transform:uppercase;
    font-weight:700;
    font-size:20px;
    font-size:2rem;
    margin:10px 0 0;
    margin:1rem 0 0;
    font-family: "Roboto Condensed";
}

.by-inst a,
.by-inst a:visited {
    color:#1e1e1e;
    text-transform:uppercase;
    display:block;
    font-size:13px;
    font-size:1.3rem;
}

.by-inst .img-box {
    width:30%;
    float:left;
    clear:left;
    margin-top:20px;
}

.by-inst .img-box img {
    max-width:100%;
    height:auto;
}

.by-inst .product-box {
    width:70%;
    float:left;
    margin-top:20px;
    padding-left:10px;
}

.by-inst .feat-item {
    margin:50px 0 0;
}

.by-inst .feat-item .img-box {
    width:25%;
    padding:0 5px;
    margin:0;
}

.by-inst .feat-item a,
.by-inst .feat-item a:visited {
    text-decoration:none;
    text-transform:none;
}

.by-inst .feat-item a:hover {
    text-decoration:underline;
}

.by-inst .feat-item .info-box {
    width:90%;
    font-size:10px;
    font-size:1rem;
}

.by-inst .feat-item .price {
    color:#bd0d0d;
    font-size:10px;
    font-size:1rem;
    font-weight:700;
    margin-top:10px;
    display:block;
}

.ship-banner {
    background:#333;
    min-height:35px;
}

.ship-banner .ship-banners {
    text-align:center;
    padding:10px 0;
    font-family: "Roboto Condensed";
}

.ship-banner .ship-banners span {
    display:inline-block;
    margin:0 10px;
    color:#fff;
    font-size:20px;
    font-size:2rem;
    font-weight:700;
    padding:15px 0 15px 35px;
    background-position:left center;
    background-repeat:no-repeat;
}

.ship-banner .ship-banners .sameday {
    background-image:url("/lib/stringsandbeyond/sameday-red.svg");
    background-size:25px;
}

.ship-banner .ship-banners .freeship {
    background-image:url("/lib/stringsandbeyond/freeship-red.svg");
    background-size:30px;
}

.ship-banner .ship-banners .fasteasy {
    background-image:url("/lib/stringsandbeyond/fasteasy-red.svg");
    background-size:25px;
}

.best-sellers {
    margin:30px 0;
}

.best-sellers h2 {
    color:#bd0d0d;
    text-transform:uppercase;
    font-weight:700;
    font-size:20px;
    font-size:2rem;
    margin:10px 0 20px;
    margin:1rem 0 2rem;
    font-family: "Roboto Condensed";
}

.best-sellers .subsection {
    width:100%;
}

@media (min-width:440px) {
    .kicker .banner-text {
        padding:20px;
    }
}

@media (min-width:768px) {
    .top-brands h2 {
        font-size:32px;
        font-size:3.2rem;
    }
    .top-brands .top-brand {
        width:calc(14.28% - 10px);
    }
    .kicker {
        width:calc(50% - 10px);
    }
    .kicker .banner-text {
        padding:25px 20px;
    }
    .kicker.first {
        margin:0 20px 10px 0;
    }
    .kicker.second {
        margin:0 0 10px 0;
    }
    .by-inst {
        width:50%;
        height:380px;
    }
}

@media (min-width:980px) {
    .by-inst {
        height:auto;
    }
    
    .by-inst h2 {
        font-size:24px;
        font-size:2.4rem;
    }
    .by-inst .feat-item .price {
        font-size:14px;
        font-size:1.4rem;
    }
    .by-inst .feat-item .info-box {
        font-size:14px;
        font-size:1.4rem;
    }
    .ship-banner .ship-banners span {
        margin:0 30px;
        font-size:23px;
        font-size:2.3rem;
        padding:15px 0 15px 45px;
    }
    .ship-banner .ship-banners .sameday {
        background-size:35px;
    }
    .ship-banner .ship-banners .freeship {
        background-size:40px;
    }
    .ship-banner .ship-banners .fasteasy {
        background-size:35px;
    }
    .kicker .banner-text {
        padding:30px 20px;
    }
    .kicker .banner-text .one {
        font-size:25px;
        font-size:2.5rem;
    }
    .kicker .banner-text .two {
        font-size:16px;
        font-size:1.6rem;
    }
    .kicker .banner-text .three {
        font-size:55px;
        font-size:5.5rem;
    }
    .best-sellers h2 {
        font-size:32px;
        font-size:3.2rem;
    }
    .best-sellers .grid-item {
        padding:2px 10px;
    }
    .best-sellers .grid-item .image-frame {
        width:70%;
        margin:0 auto;
    }
}

.nav-title {
    font-style:italic;
    text-transform:uppercase;
    color:#bd0d0d;
    font-size:18px;
    font-size:1.8rem;
    line-height:20px;
}

.left-nav {
    padding:20px 20px 20px 0;
}

.left-nav a,
.left-nav a:visited {
    text-decoration:none;
}

.left-nav-ul {
    list-style:disc;
    color:#bd0d0d;
    list-style-position:outside;
    margin-left:15px;
    overflow:visible;
}

.left-nav-ul li {
    width:100%;
    float:left;
}

.left-nav-li a,
.left-nav-li a:visited {
    color:#1e1e1e;
    text-decoration:none;
    font-size:14px;
    font-size:1.4rem;
    line-height:24px;
    line-height:2.4rem;
}

.left-nav-li a:hover {
    text-decoration:underline;
}

.banner-section {
    margin:0 0 40px;
    position:relative;
}

.banner-section::before {
    content:'';
    position:absolute;
    width:100%;
    height:calc(100% - 29px);
    background:#2c2c2c;
    border-top:15px solid #fff;
    border-bottom:15px solid #fff;
}

.banner-wrapper {

}

.top-banner {
    margin:0;
    position:relative;
    overflow:visible;
    width:100%;
    float:left;
}

.top-banner img {
    width:100%;
    height:auto;
    display:block;
}

.top-banner .top-banner-one,
.top-banner .top-banner-two {
    width:100%;
    float:left;
}

.top-banner .top-banner-one a,
.top-banner .top-banner-one a:visited,
.top-banner .top-banner-two a,
.top-banner .top-banner-two a:visited {
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    line-height:27px;
    font-size:14px;
    font-weight:700;
    font-style:italic;
    color:#fff;
    width:120px;
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-60px;
    border:2px solid #fff;
}

.top-banner .bottom-banner-one,
.top-banner .bottom-banner-two,
.top-banner .bottom-banner-three {
    width:100%;
    float:left;
    display:none;
    float:none;
    display:block;
}

.top-banner .bottom-banner-one a,
.top-banner .bottom-banner-one a:visited,
.top-banner .bottom-banner-two a,
.top-banner .bottom-banner-two a:visited,
.top-banner .bottom-banner-three a,
.top-banner .bottom-banner-three a:visited {
    text-transform:uppercase;
    text-decoration:none;
    text-align:center;
    line-height:27px;
    font-size:13px;
    font-weight:700;
    font-style:italic;
    color:#fff;
    width:100px;
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-50px;
    background:#bd0d0d;
    background:-webkit-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:-o-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:-moz-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:linear-gradient(#bd0d0d 50%,#a10b0c 50%);
}

.top-banner svg {
    fill:#1e1e1e;
}

.top-banner .shadow {
    position:absolute;
    height:15px;
    width:15px;
}

.top-banner .top-left {
    top:0;
    left:-14px;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}

.top-banner .bottom-left {
    bottom:0;
    left:-14px;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}

.top-banner .bottom-right {
    bottom:0;
    right:-14px;
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg);
}

.top-banner .top-right {
    top:0;
    right:-14px;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
@media (max-width:440px){
    .banner-wrapper{
        width:100%;
    }

}
@media (min-width:768px) {
    .top-banner .top-banner-one,
    .top-banner .top-banner-two {
        width:50%;
    }
    .top-banner .top-banner-one a,
    .top-banner .top-banner-one a:visited,
    .top-banner .top-banner-two a,
    .top-banner .top-banner-two a:visited {
        bottom:15px;
    }
    .top-banner .bottom-banner-one,
    .top-banner .bottom-banner-two,
    .top-banner .bottom-banner-three {
        display:block;
        float:left;
        width:calc(100% / 3);
    }
}

@media (min-width:980px) {
    .top-banner .top-banner-one a,
    .top-banner .top-banner-one a:visited,
    .top-banner .top-banner-two a,
    .top-banner .top-banner-two a:visited {
        bottom:25px;
    }
}


.right-column {
    width:100%;
    float:left;
}

.section-title {
    color:#333;
    font-weight:700;
    font-size:18px;
    font-size:1.8rem;
    line-height:22px;
    line-height:2.2rem;
    margin:40px 0 20px;
}

.section-grid {
    margin:30px 0;
    width:100%;
    float:left;
}

.section-item {
    width:50%;
    float:left;
    padding:5px 20px;
    margin:0 0 30px;
    border-right: 2px solid #E0E0E0;
}
.section-item:nth-child(2n+2) {
    border-right: medium none;
}

.section-item a,
.section-item a:visited {
    text-decoration:none;
}

.section-item .grid-padding {
    width:100%;
    padding:30px 10px 5px;
    border:1px solid #e0e0e0;
}

.section-item .image-frame {
    overflow:hidden;
    height:130px;
    max-width:110px;
    margin:0 auto;
}

.section-item img {
    width:100%;
    height:auto;
}

.section-item .info-box {
    padding:10px 5px;
    text-align:center;
}

.section-item h3 {
    font-size:13px;
    font-size:1.3rem;
    line-height:16px;
    line-height:1.6rem;
    overflow:hidden;
    display:block;
    height:32px;
    color:#1e1e1e;
}

.brand .section-item .image-frame {
    height:80px;
}

.byinst-item {
    width:50%;
    float:left;
    padding:5px 20px;
    margin:0 0 30px;
}

.byinst-item a,
.byinst-item a:visited {
    text-decoration:none;
}

.byinst-item .image-frame {
    overflow:hidden;
    height:120px;
}

.byinst-item img {
    width:100%;
    height:auto;
}

.byinst-item .info-box {
    padding:10px 5px;
    text-align:center;
}

.byinst-item h3 {
    font-size:13px;
    font-size:1.3rem;
    line-height:16px;
    line-height:1.6rem;
    overflow:hidden;
    display:block;
    height:32px;
    color:#1e1e1e;
}

@media (min-width:440px) {
    .section-item .image-frame {
        height:160px;
        max-width:140px;
    }
    .byinst-item .image-frame {
        height:184px;
    }
    .brand .section-item .image-frame {
        height:100px;
    }
}

@media (min-width:769px) {
    .section-title {
        font-size:22px;
        font-size:2.2rem;
        line-height:24px;
        line-height:2.4rem;
        margin:0 0 20px;
    }
    .left-column {
        display:block;
        width:210px;
        float:left;
    }
    .right-column {
        width:calc(100% - 210px);
        float:left;
    }
    .section-item {
        width:25%;
        border-right:2px solid #e0e0e0;
    }
    .section-item .image-frame {
        overflow:hidden;
        height:140px;
        max-width:120px;
    }
    .brand .section-item .image-frame {
        height:100px;
    }
    .byinst-item {
        width:25%;
    }
    .byinst-item .image-frame {
        overflow:hidden;
        height:184px;
    }
    .section-item:nth-child(2n+2) {
    border-right: 2px solid #e0e0e0;
}
    .section-item:nth-child(4n+4) {
        border:none;
    }
}

@media (min-width:980px) {
    .left-column {
        display:block;
        width:220px;
        float:left;
    }
    .right-column {
        width:calc(100% - 220px);
        float:left;
    }
    .byinst-item {
        width:20%;
    }
    .byinst-item .image-frame {
        height:150px;
    }
    .byinst-item .image-frame img {
        position:absolute;
        top:0;
        left:0;
        -webkit-transition:0.4s;
        transition:0.4s;
    }
    .section-item {
        width:25%;
        border-right:2px solid #e0e0e0;
    }

    .section-item .image-frame {
        overflow:hidden;
        height:200px;
        max-width:180px;
    }
    .brand .section-item .image-frame {
        height:120px;
    }
    .byinst-item:hover .image-frame img {
        -webkit-transform:translatey(-20px);
        transform:translatey(-20px);
    }
}

.sort-controls {
    height:60px;
    width:100%;
    float:left;
    background:#e0e0e0;
    margin:10px 0 0;
    line-height:30px;
    padding:0 15px;
}

.sort-controls select {
    height:20px;
    margin:5px;
}

.sort-controls label {
    text-transform:uppercase;
    font-weight:700;
}

.quick-view-link {
    display:none;
    position:absolute;
    height:30px;
    left:0;
    top:30%;
    margin-top:-15px;
    width:80%;
    margin-left:10%;
    color:#fff;
    line-height:30px;
    font-size:13px;
    font-size:1.3rem;
    text-align:center;
    border-radius:5px;
    border:2px solid #fff;
    background:#333;
    cursor:pointer;
    padding:0 0 0 20px;
    background-image:url("/lib/stringsandbeyond/magglass-gray.svg");
    background-repeat:no-repeat;
    background-position:25% 50%;
    background-size:15px;
}

.upper-content {
    margin:0 0 40px;
}

.quick-view-container {
    visibility:hidden;
    opacity:0;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-235px;
    margin-left:-384px;
    width:868px;
    min-height:470px;
    padding:0 20px;
    background:#fff;
    border-top:3px solid #333;
    z-index:20;
    display:none;
    box-shadow:0 2px 5px 1pt #a5a2a2;
}

.quick-view-container .order-box .atc-box {
    border:none;
    padding: 0 0 10px;
}

.quick-view-container .form-sub-total,
.quick-view-container .form-sub {
    display:none;
}

.quick-loading-gif {
    width:100%;
    height:100%;
    min-height:200px;
    float:left;
}

.quick-loading-gif img {
    width:200px;
    height:200px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-100px;
    margin-left:-100px;
}

.quick-view-close {
    display:block;
    position:absolute;
    top:5px;
    right:5px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    background:none;
    border:none;
    outline:none;
    color:#333;
    opacity:0.6;
}

.quick-item {
    width:100%;
}

.quick-item .image-box{

}

.overlay {
    display:none;
}

@media (min-width:980px) {
    .grid-item:hover .quick-view-link {
        display:block;
    }
    .quick-view-container {
        display:block;
    }
    .overlay.open {
        display:block;
    }
}

#sort-controls-bottom {
    margin:0 0 40px;
}

.pager-page-list {
    list-style:none;
    display:block;
    float:none;
    width:250px;
    margin:0 auto;
    text-align:center;
}

.pager-page-list li {
    display:inline-block;
    font-size:14px;
    font-size:1.4rem;
}

.pager-page-list p {
    margin:0 5px;
    cursor:pointer;
    text-decoration:underline;
}

.pager-page-list .first,
.pager-page-list .last {
    text-decoration:none;
}

.pager-page-list .active-pager-link {
    color:#bd0d0d;
}

.pager-page-list .next {
    float:right;
}

.pager-page-list .prev {
    float:left;
}

.pager-page-list .next p {
    color:#bd0d0d;
    margin:0 5px;
    padding:0 10px 0 0;
    text-decoration:none;
    background-image:url("/lib/stringsandbeyond/next-arrow.svg");
    background-repeat:no-repeat;
    background-position:center right;
}

.pager-page-list .prev p {
    margin:0 5px;
    padding:0 0 0 10px;
    text-decoration:none;
    background-image:url("/lib/stringsandbeyond/prev-arrow.svg");
    background-repeat:no-repeat;
    background-position:center left;
}

@media (min-width:768px) {
    .pager-form {
        float:left;
    }
    .pager-page-list {
        float:right;
        margin:0;
    }
    .section-grid .grid-item {
        width:33.33%;
    }
}

@media (min-width:980px) {
    .section-grid .grid-item {
        width:25%;
    }
    .sort-controls {
        height:30px;
    }
}

.title-box {
    width:100%;
    float:left;
}

.title-box h1 {
    font-size:18px;
    font-size:1.8rem;
    font-weight:bold;
    margin:40px 0 20px;
    margin:4rem 0 2rem;
    color:#333;
}

.title-box .item-code {
    font-size:14px;
    font-size:1.4rem;
    line-height:25px;
    display:inline-block;
    float:left;
    max-width:50%;
}

.title-box .review-box {
    display:block;
    float:right;
}

.title-box .review-box a{
    color: #1E1E1E;
}

.image-box {
    width:100%;
    float:left;
    padding:40px 0 10px 0;
    margin:10px 0 30px;
   /* height: 500px;
    overflow: auto;
    */
}

.image-box .image-frame {
    width:100%;
    padding:20px 30px;
    position:relative;
    border:1px solid #333;
    text-align: center;
}

.image-box .image-frame img {
    /*width:100%;*/
    height:auto;
    cursor:pointer;
    max-width:100%;
    max-height: 500px;
    width: auto;
}

.image-box .tag {
    height:20px;
    line-height:20px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    color:#fff;
    padding:0 45px;
    position:absolute;
    top:-20px;
    left:-15px;
}

.image-box .best-seller {
    background:#bd0d0d;
}

.image-box .pros-choice {
    background:#333;
}

.image-box .best-value {
    background:#0b59ab;
}

.image-box .tag-shadow {
    position:absolute;
    top:20px;
    left:0;
    height:15px;
    width:15px;
}

.image-box .zoom-box {
    position:absolute;
    bottom:-4px;
    left:-1px;
    height:50px;
    width:70px;
    text-align: left;
}

.image-box .inset-box {
    display:none;
    display:block;
    overflow:hidden;
    width:100%;
    float:left;
}

.image-box .inset-pad {
    position:relative;
    width:22%;
    margin:15px 4% 15px 0;
    float:left;
    padding:2px;
    border:1px solid #707070;
}

.image-box .inset-pad img {
    width:100%;
    height:auto;
    cursor:pointer;
}

.image-box .inset-pad .view-all {
    font-size:15px;
    padding:25% 15%;
    color:#bd0d0d;
    text-align:center;
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,0.8);
    top:0;
    left:0;
    font-weight:500;
    cursor:pointer;
    display:block;
}

.image-box .inset-pad:last-child {
    margin-right:0;
}

.order-box {
    width:100%;
    float:left;
}

.order-box .item-sale-price,
.order-box .item-one-price {
    color:#bd0d0d;
    font-size:40px;
    font-size:4rem;
}

.order-box .item-reg-price {
    color:#707070;
    font-size:13px;
    font-size:1.3rem;
    margin-left:15px;
    text-decoration:line-through;
}

.order-box .options-box {
    margin:20px 0;
}

.order-box .options-box label {
    margin:10px 0;
    line-height:35px;
    font-size:16px;
    font-size:1.6rem;
    text-transform:uppercase;
    color:#bd0d0d;
    display:block;
}

.order-box .options-box select {
    height:35px;
    width:230px;
    margin:0 10px;
    line-height:35px;
    font-size:12px;
    font-size:1.2rem;
    text-transform:none;
    color:#707070;
    border:1px solid #707070;
    outline:none;
    border-radius:0;
}

.order-box .options-box input[type="number"] {
    height:35px;
    width:60px;
    padding:0 5px;
    margin:0 10px 0 10px;
    line-height:35px;
    font-size:12px;
    font-size:1.2rem;
    text-transform:none;
    color:#707070;
    border:1px solid #707070;
    outline:none;
    border-radius:0;
}

.order-box .atc-box {
    padding:0 0 30px;
    margin:0 0 20px;
    border-bottom:1px solid #707070;
}

.order-box .atc-button {
    display:block;
    border:none;
    box-shadow:0 2px 5px 1pt #a5a2a2;
    outline:none;
    cursor:pointer;
    background:#bd0d0d;
    background:-webkit-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:-o-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:-moz-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    font-size:13px;
    font-size:1.3rem;
    font-weight:300;
    line-height:35px;
    line-height:3.5rem;
    padding:0 20px;
    padding:0 2rem;
    color:#fff;
    text-transform:uppercase;
    font-size:25px;
    padding:0 35px;
    height:60px;
    float:left;
    font-family: 'Roboto Condensed'
}

@media (min-width:678px) {
    .order-box .atc-button:active {
        -webkit-transform:translate3d(0,1px,0);
        transform:translate3d(0,1px,0);
        box-shadow:none;
    }
}

.pdRewardsPromoMessage:after {
    clear: both;
    content: '';
    display: block;
}

.order-box .avail {
     line-height:60px;
     float:right;
   /* float: left;
    line-height: 1;
    padding-top: 29px; */
    font-size:12px;
    font-size:1.2rem;
    color:#707070;
    font-style:italic;
    display:none;
}

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

.sub-section-header h2 {
    font-size:30px;
    font-size:3rem;
    color:#bd0d0d;
    text-transform:uppercase;
    font-weight:700;
    margin:20px 0;
    margin:2rem 0;
    font-family: 'Roboto Condensed';
}

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

.brand-section-header h1 {
    font-size:24px;
    font-size:2.4rem;
    color:#bd0d0d;
    text-transform:uppercase;
    font-weight:700;
    margin:20px 0;
    margin:0 0 2rem;
}

.subsection {
    width:100%;
    float:left;
}

.cross-sell-box {
    width:100%;
    float:left;
    margin:0 0 20px 0;
}

.grid-item {
    width:50%;
    float:left;
    padding:2px;
}

.grid-item a,
.grid-item a:visited {
    text-decoration:none;
}

.grid-item .grid-padding {
    width:100%;
    padding:30px 10px 5px;
    border:1px solid #e0e0e0;
}

.grid-item .image-frame {
    overflow:hidden;
    height:185px;
    max-width:160px;
    margin:auto;
}

.grid-item img {
    width:100%;
    height:auto;
    max-height:160px;
    max-width:160px;
}

.grid-item .info-box {
    padding:10px 5px;
    text-align:center;
}

.grid-item h3 {
    font-size:13px;
    font-size:1.3rem;
    line-height:16px;
    line-height:1.6rem;
    overflow:hidden;
    display:block;
    height:80px; /* 64px */
    color:#1e1e1e;
}

.grid-item .item-sale-price {
    font-size:13px;
    font-size:1.3rem;
    font-weight:700;
    color:#bd0d0d;
    display:block;
    margin:5px 0;
}

.grid-item .tag {
    position:absolute;
    height:20px;
    width:100%;
    top:0;
    left:0;
    line-height:20px;
    font-size:14px;
    font-size:1.4rem;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    color:#fff;
}

.grid-item .best-seller {
    background:#bd0d0d;
}

.grid-item .pros-choice {
    background:#333;
}

.grid-item .best-value {
    background:#0b59ab;
}

.description-box {
    width:100%;
    float:left;
    margin:40px 0;
    margin:0 0 40px 0;
}

.reviews-box {
    width:100%;
    float:left;
    margin:40px 0;
}

.recent-box {
    width:100%;
    float:left;
    margin:40px 0;
}

.video-section {
    background:#e0e0e0;
}

.video-section .video-frame {
    width:90%;
    margin:40px auto;
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-section .video-frame iframe,
.video-section .video-frame object,
.video-section .video-frame embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.video-section .old-video-frame {
    width:90%;
    margin:40px auto;
    overflow:hidden;
    font-size:13px;
    font-size:1.3rem;
    line-height:16px;
    line-height:1.6rem;
}

.video-section .old-video-frame iframe,
.video-section .old-video-frame object,
.video-section .old-video-frame embed {
    max-width:100%;
}

@media (min-width:370px) {
    .order-box .avail {
        display:inline-block;
    }
}

@media (min-width:440px) {
    .title-box h1 {
        font-size:20px;
        font-size:2rem;
    }
}

@media (min-width:768px) {
    .title-box {
        width:48%;
        float:right;
        margin:0 0 20px;
        padding:0 0 30px;
        border-bottom:1px solid #707070;
    }
    .title-box h1 {
        font-size:22px;
        font-size:2.2rem;
    }
    .image-box {
        width:48%;
        float:left;
    }
    .image-box .inset-box {
        display:block;
    }
    .order-box {
        width:48%;
        float:right;
    }
    .grid-item {
        width:25%;
    }
    .order-box .avail {
        font-size:13px;
        font-size:1.3rem;
    }
}

@media (min-width:980px) {
    .sub-section-header {
        width:25%;
        padding:0 35px;
        position:absolute;
        top:50%;
        -webkit-transform:translatey(-50%);
        -o-transform:translatey(-50%);
        transform:translatey(-50%);
    }
    .brand-section-header {
        width:25%;
        margin-top:0;
        padding:0 35px;
    }
    .brand-section-header h1 {
        margin:15px 0;
        margin:1.5rem 0;
    }
    .subsection {
        width:75%;
        float:right;
    }
    .image-box .inset-box {
        width:20%;
        float:left;
    }
    .image-box .inset-pad {
        width:80%;
        margin:0 0 10px;
    }
    .image-box .image-frame.multi {
        width:80%;
        float:right;
        text-align: center;
    }
    .order-box .avail {
        font-size:16px;
        font-size:1.6rem;
    }
}

.light-box-overlay,
.overlay {
    position:fixed;
    z-index:10;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#4a4a4a;
    opacity:0.3;
}

.light-box-img {
    position:fixed;
    z-index:20;
    top:50px;
    left:50%;
    width:300px;
    margin-left:-150px;
    padding:20px;
    background:#fff;
    box-shadow:0 2px 5px 1pt #a5a2a2;
    max-height:calc(100% - 100px);
}

.light-box-img #light-insets {
    width:100%;
    float:left;
    clear:both;
    text-align:center;
}

.light-box-img #light-insets .inset-pad {
    float:none;
    display:inline-block;
    width:20%;
    margin:0 2px 2px;
    padding:2px;
}

.light-box-img #light-insets .inset-pad img {
    max-width:100%;
    height:auto;
}

.light-box-img .light-box-img-frame {
    display:block;
    width:250px;
    height:275px;
    overflow:auto;
    margin:0 auto 20px;
}

.drop-in {
    -webkit-animation:drop-in 0.8s cubic-bezier(0.23,1,0.32,1);
    animation:drop-in 0.8s cubic-bezier(0.23,1,0.32,1);
    visibility:visible;
    opacity:1;
}

#light-box-close {
    position:absolute;
    top:10px;
    right:10px;
    height:20px;
    width:20px;
    cursor:pointer;
}

.light-box-img img {
    margin:0 auto;
    width:600px;
    height:auto;
    display:block;
}

@media (min-width:440px) {
    .light-box-img {
        width:400px;
        margin-left:-200px;
    }
    .light-box-img .light-box-img-frame {
        width:300px;
        height:325px;
    }
}

@media (min-width:768px) {
    .light-box-img {
        width:500px;
        margin-left:-250px;
    }
    .light-box-img .light-box-img-frame {
        width:400px;
        height:400px;
    }
    .light-box-img #light-insets .inset-pad {
        width:10%;
    }
}

@media (min-width:980px) {
    .light-box-img {
        width:700px;
        margin-left:-350px;
    }
    .light-box-img .light-box-img-frame {
        width:450px;
        height:500px;
    }
}

.top-text {
    width:100%;
    float:left;
    padding:30px 0;
}

.top-text p {
    text-align:center;
    width:80%;
    width:90%;
    margin:0 auto;
    font-size:14px;
    font-size:1.4rem;
    line-height:30px;
    line-height:3rem;
    font-style:italic;
}

.about-section {
    margin:20px 0 20px;
}

.about-section .about-text-box {
    width:100%;
    float:left;
}

.about-section .about-text-box h3 {
    color:#bd0d0d;
}

.about-section .about-highlight-box {
    padding:0 15px;
    border-left:5px solid #bd0d0d;
    margin:10px 0 20px;
    width:100%;
    float:left;
}

.about-section .about-highlight-box p:first-child {
    margin-top:0;
}

.about-section .about-highlight-box p:last-child {
    margin-bottom:0;
}

.about-section .img-box {
    width:100%;
    float:left;
}

.about-section .img-box p {
    font-size:15px;
    font-size:1.5rem;
    font-weight:500;
}

.about-section .img-box img {
    max-width:100%;
    height:auto;
}

.meet-team {
    background:#f2f2f2;
    padding:0 0 50px;
}

.meet-team h2 {
    color:#bd0d0d;
    font-size:26px;
    font-size:2.6rem;
    font-weight:700;
    text-transform:uppercase;
    margin:25px 0 25px 10px;
}

.meet-team .team-mem {
    width:50%;
    float:left;
    padding:5px 10px;
    font-size:13px;
    font-size:1.3rem;
    line-height:16px;
    line-height:1.6rem;
}

.meet-team .team-mem img {
    max-width:100%;
    height:auto;
}

.meet-team .team-mem .fun-img {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    visibility:hidden;
    opacity:0;
}

.meet-team .team-mem .img-box:hover .fun-img {
    visibility:visible;
    opacity:1;
}

.meet-team .team-mem h4 {
    font-size:14px;
    font-size:1.4rem;
    font-weight:bold;
    margin:15px 0 5px;
}

.meet-team .team-mem .title {
    display:block;
    font-style:italic;
}

.meet-team .team-mem a,
.meet-team .team-mem a:visited {
    color:#bd0d0d;
}

.meet-team .team-mem ul {
    list-style:disc;
    list-style-position:inside;
    margin:15px 0;
}

@media (min-width:768px) {
    .meet-team .team-mem {
        width:25%;
    }
    .top-text p {
        font-size:18px;
        font-size:1.8rem;
        font-size:23px;
        font-size:2.3rem;
    }
    .about-section.one .about-text-box {
        float:left;
        width:55%;
    }
    .about-section.one .img-box {
        float:right;
        width:40%;
    }
    .about-section.two .about-text-box {
        float:right;
        width:55%;
    }
    .about-section.two .img-box {
        float:left;
        width:40%;
    }
    .about-section.three .about-text-box {
        float:left;
        width:55%;
    }
    .about-section.three .img-box {
        float:right;
        width:40%;
    }
}

.question {
    margin:20px 0 20px;
    max-height:40px;
    display:block;
    overflow:hidden;
    transition:all 0.6s;
}

.question h2 {
    color:#1e1e1e;
    font-size:14px;
    font-size:1.4rem;
    font-weight:700;
    height:40px;
    position:relative;
    line-height:20px;
    margin:0;
    padding:0 0 0 25px;
}

.question h2::before {
    height:20px;
    width:20px;
    line-height:20px;
    content:'>';
    font-size:20px;
    text-align:center;
    color:#1e1e1e;
    position:absolute;
    left:0;
    top:0;
    -webkit-transition:all 0.4s;
    transition:all 0.4s;
}

.question.open {
    max-height:600px;
}

.question.open h2 {
    color:#bd0d0d;
}

.question.open h2::before {
    transform:rotate(90deg);
    color:#bd0d0d;
}

.answer {
    padding:0 15px 0;
    border-left:5px solid #bd0d0d;
    margin:10px 0 20px 30px;
    width:calc(100% - 30px);
    float:left;
}

.answer p:first-child {
    margin-top:0;
}

.answer p:last-child {
    margin-bottom:0;
}

.middle-section {
    background:#f2f2f2;
    margin-top:40px;
}

.middle-banner .contact {
    width:300px;
    margin:0 auto;
    float:none;
    padding:20px;
}

.middle-banner .email-text,
.middle-banner .email-text:visited {
    color:#bd0d0d;
    text-decoration:none;
    font-size:12px;
    font-size:1.2rem;
    font-weight:700;
}

.middle-banner .email-text:hover {
    text-decoration:underline;
}

.middle-banner h3 {
    font-size:13px;
    font-size:1.3rem;
    font-weight:700;
    color:#bd0d0d;
    text-transform:uppercase;
}

.middle-banner span {
    font-size:12px;
    font-size:1.2rem;
    color:#707070;
    display:block;
}

.middle-banner .text-box {
    margin-top:20px;
    margin:0;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    display:block;
    left:105px;
}

.middle-banner .contact-icon {
    height:75px;
    width:75px;
    float:left;
    margin:0 10px 0 0;
    background:#333;
    border-radius:50%;
}

.middle-banner .contact-icon svg {
    height:50px;
    width:50px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-25px;
    margin-left:-25px;
    fill:#fff;
}

.middle-banner .adress .contact-icon svg {
    margin-top:-29px;
}

.form-box {
    width:100%;
    float:left;
    padding:40px 0 0 0;
}

.form-text-box {
    width:100%;
    float:left;
    padding:40px 0 0 0;
}

.contact-form div {
    width:100%;
    padding:10px 0;
}

.contact-form input[name="first-name"] {
    width:calc(50% - 5px);
    margin:0 10px 0 0;
}

.contact-form input[name="last-name"] {
    width:calc(50% - 5px);
    margin:0;
}

.contact-form input[name="email"] {
    width:100%;
    margin:0;
}

.contact-form textarea {
    text-align:left;
    font-size:13px;
    font-size:1.3rem;
    width:100%;
    margin:0;
}

.contact-form .contact-form-submit {
    display:block;
    border:none;
    box-shadow:0 2px 5px 1pt #a5a2a2;
    outline:none;
    cursor:pointer;
    background:#bd0d0d;
    background:-webkit-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:-o-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:-moz-linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    background:linear-gradient(#bd0d0d 50%,#a10b0c 50%);
    font-size:13px;
    font-size:1.3rem;
    font-weight:300;
    line-height:35px;
    line-height:3.5rem;
    padding:0 20px;
    padding:0 2rem;
    color:#fff;
    text-transform:uppercase;
    font-size:20px;
    font-weight:700;
    text-shadow:1px 1px #extdarkgray;
    height:60px;
    float:left;
    margin:0 15px 0 0;
}

@media (min-width:678px) {
    .contact-form .contact-form-submit:active {
        -webkit-transform:translate3d(0,1px,0);
        transform:translate3d(0,1px,0);
        box-shadow:none;
    }
}

.contact-form .required-text {
    line-height:14px;
    margin-top:15px;
    display:block;
}

.red {
    color:#bd0d0d;
}

@media (min-width:768px) {
    .form-box {
        width:50%;
        padding:40px 20px 40px 0;
    }
    .form-text-box {
        width:50%;
        padding:40px 0 40px 20px;
    }
    .middle-section {
        margin-top:0;
    }
    .middle-banner .contact {
        width:33.33%;
        margin:0;
        float:left;
        padding:5px;
    }
    .middle-banner .toll-free-text {
        float:none;
        width:auto;
    }
    .middle-banner .contact-icon {
        height:50px;
        width:50px;
    }
    .middle-banner .contact-icon svg {
        height:34px;
        width:34px;
        margin-top:-17px;
        margin-left:-17px;
    }
    .middle-banner .adress .contact-icon svg {
        margin-top:-20px;
    }
    .middle-banner .text-box {
        left:85px;
    }
}

@media (min-width:980px) {
    .form-box {
        width:40%;
    }
    .form-text-box {
        width:60%;
    }
    .middle-banner .contact {
        padding:20px;
    }
    .middle-banner .toll-free-text {
        float:left;
        width:75px;
    }
    .middle-banner .contact-icon {
        height:75px;
        width:75px;
    }
    .middle-banner .contact-icon svg {
        height:50px;
        width:50px;
        margin-top:-25px;
        margin-left:-25px;
    }
    .middle-banner .adress .contact-icon svg {
        margin-top:-29px;
    }
    .middle-banner .text-box {
        left:105px;
    }
    .middle-banner .email-text,
    .middle-banner .email-text:visited {
        font-size:14px;
        font-size:1.4rem;
    }
}

.banner-container {
    width:100%;
    float:left;
}

.content-container {
    width:100%;
    float:left;
    margin-top:20px;
}

.info-title {
    color:#fff;
    font-size:48px;
    font-size:4.8rem;
    line-height:48px;
    line-height:4.8rem;
    margin:0;
    padding:0;
    font-weight:700;
    text-transform:uppercase;
    position:absolute;
    left:-3px;
    bottom:-6px;
}

.full-page-line.extra {
    margin:50px 0;
    margin:5rem 0;
}

.highlight-box {
    padding:0 15px;
    border-left:5px solid #bd0d0d;
    margin:0 0 20px;
    width:100%;
    float:left;
}

.content-frame {
    padding:20px 35px;
    float:left;
    border:1px solid #1e1e1e;
    text-align:center;
    overflow:visible;
}

.content-frame h3 {
    color:#333;
    margin:0;
    text-transform:uppercase;
    font-size:18px;
    font-size:1.8rem;
    line-height:20px;
    line-height:2rem;
}

.content-frame h4 {
    color:#333;
    margin:0;
    font-size:16px;
    font-size:1.6rem;
    line-height:18px;
    line-height:1.8rem;
    margin-bottom:10px;
}

.content-frame .red {
    color:#bd0d0d;
}

.content-frame::after {
    content:'';
    height:36px;
    width:36px;
    position:absolute;
    top:-15px;
    left:50%;
    margin-left:-18px;
    background-image:url("/lib/stringsandbeyond/pickicon.svg");
    background-repeat:no-repeat;
    background-position:center center;
}

.nav-tabs {
    width:100%;
    float:left;
    padding:20px 0;
}

.nav-tabs ul {
    text-align:center;
}

.nav-tabs li {
    display:inline-block;
    padding:0 2px;
    border-right:2px solid #707070;
}

.nav-tabs li:last-child {
    border-right:none;
}

.nav-tabs a,
.nav-tabs a:visited {
    color:#707070;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    font-size:13px;
    font-size:1.3rem;
    line-height:20px;
    line-height:2rem;
    padding:0 10px;
}

.nav-tabs a:hover {
    text-decoration:underline;
}

.nav-tabs .current,
.nav-tabs .current:visited {
    text-decoration:underline;
    color:#bd0d0d;
}

.left-content-column {
    width:100%;
    float:left;
    margin-top:50px;
}

.right-content-column {
    width:100%;
    float:left;
}

@media (min-width:768px) {
    .nav-tabs a, 
    .nav-tabs a:visited{
    font-size:18px;
    font-size:1.8rem;

    }
    .nav-tabs {
        display:block;
    }
    .highlight-box {
        width:50%;
    }
    .content-frame {
        float:right;
    }
    .left-content-column {
        width:50%;
        border-right:1px solid #e0e0e0;
        padding-right:20px;
        margin-top:50px;
    }
    .right-content-column {
        width:50%;
        padding-left:20px;
        margin-top:50px;
    }
}

@media (min-width:980px) {
    .nav-tabs li {
        padding:0 20px;
    }
}

.error-img {
    margin:40px 0 0;
    width:50%;
    float:right;
    overflow:visible;
    z-index:2;
    font-weight:700;
    position:absolute;
    display:none;
}

.error-img img {
    width:calc(100% + 40px);
    height:auto;
}

.error-text {
    margin:40px 0 0;
    padding:35px 10px;
    width:100%;
    float:left;
    text-transform:uppercase;
}

.error-text .one {
    display:block;
    margin:0 0 20px;
    font-size:36px;
    font-size:3.6rem;
    color:#333;
    font-weight:700;
}

.error-text .two {
    display:block;
    margin:0 0 20px;
    font-size:14px;
    font-size:1.4rem;
    color:#bd0d0d;
}

.error-text .three,
.error-text .three:visited {
    display:block;
    line-height:40px;
    width:200px;
    border:2px solid #bd0d0d;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    font-size:1.4rem;
    color:#bd0d0d;
}

@media (min-width:768px) {
    .error-img {
        display:block;
        float:left;
        position: static;
    }
    .error-text {
        width:50%;
    }
    .error-text .one {
        font-size:47px;
        font-size:4.7rem;
    }
}

@media (min-width:980px) {
    .error-text .one {
        font-size:50px;
        font-size:5rem;
    }
    .error-text .two {
        font-size:16px;
        font-size:1.6rem;
    }
    .error-text .three {
        font-size:16px;
        font-size:1.6rem;
    }
}

.site-list a {
    font-size:13px;
    font-size:1.3rem;
    line-height:20px;
    line-height:2rem;
    color:#333;
}

.site-list a:visited {
    color:#707070;
}

.site-list a:hover {
    color:#bd0d0d;
}

.we-rating {
    display:block;
    padding:0 0 0 100px;
    font-style:italic;
    font-size:12px;
    font-size:1.2rem;
    height:25px;
    line-height:28px;
    background-repeat:no-repeat;
    background-position:left center;
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-0.png");
}

.we-rating.rating-1 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-1.png");
}

.we-rating.rating-2 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-2.png");
}

.we-rating.rating-3 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-3.png");
}

.we-rating.rating-4 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-4.png");
}

.we-rating.rating-5 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-5.png");
}

.nxt-toolbar {
    margin-bottom:0 !important;
}

.nxt-bottom .next-we-cont-bar {
    margin:40px 0 0;
}

.nxt-toolbar .next-we-cont-bar,
.nxt-bottom .next-we-cont-bar {
    width:100%;
    float:left;
    padding:3px 10px;
    background:#e3e3e3;
    height:31px;
}

.nxt-toolbar .next-we-cont-bar .nxt-rpp,
.nxt-toolbar .next-we-cont-bar .nxt-sort-by,
.nxt-bottom .next-we-cont-bar .nxt-rpp,
.nxt-bottom .next-we-cont-bar .nxt-sort-by {
    display:inline-block;
}

.nxt-toolbar .next-we-cont-bar label,
.nxt-bottom .next-we-cont-bar label {
    line-height:30px;
    text-transform:uppercase;
    font-weight:700;
    float:left;
    margin:0 10px 0 0;
}

.nxt-toolbar .next-we-cont-bar select,
.nxt-bottom .next-we-cont-bar select {
    background:#fff;
    height:25px;
    float:left;
    padding:0 10px;
    -webkit-appearance:menulist-button;
}

.nxt-toolbar .next-we-cont-bar .nxt-pagination-list,
.nxt-bottom .next-we-cont-bar .nxt-pagination-list {
    border:none;
}

.nxt-toolbar .next-we-cont-bar .nxt-pagination-list li,
.nxt-bottom .next-we-cont-bar .nxt-pagination-list li {
    height:25px;
    border:none;
    background:none;
    font-size:14px;
    line-height:29px;
}

.nxt-toolbar .next-we-cont-bar .nxt-pagination-list li a:hover,
.nxt-bottom .next-we-cont-bar .nxt-pagination-list li a:hover {
    color:#bd0d0d;
}

.nxt-toolbar .next-we-cont-bar .nxt-pagination-list li:hover,
.nxt-bottom .next-we-cont-bar .nxt-pagination-list li:hover {
    color:#bd0d0d;
    background:none;
}

.nxt-toolbar .next-we-cont-bar .nxt-pagination-list .nxt-current,
.nxt-bottom .next-we-cont-bar .nxt-pagination-list .nxt-current {
    height:25px;
    background:none;
    color:#bd0d0d;
    text-decoration:underline;
}

.nxt-pages-last {
    display:none !important;
}

.nxt-pages-first {
    display:none !important;
}

.nxt-ac-main .nxt-ac-item {
    font-family:Roboto;
}

.nxt-ac-main .nxt-ac-item img {
    height:auto !important;
    width:auto !important;
    max-height:50px;
    max-width:50px;
}

.nxt-ac-main .nxt-ac-item .nxt-item-txt {
    color:#1e1e1e;
}

@media (max-width: 650px){
    .nxt-pagination{
        float:none;
        text-align:center;
    }
}

@media (max-width:470px){
    .nxt-toolbar .next-we-cont-bar label, 
    .nxt-bottom .next-we-cont-bar label{
        display:none;
    }
}

.stringFinder{display: none;}
.image-box-secure {display: block; width: 100%; height: auto; float: none; clear: both; padding-top: 50px; }
.quantity-box {
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.quantity-box strong {
    background-color: #bd0d0d;
    color: white;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 5px 0 5px 5px;
}
.qty-box {
    width: 100%;
}
.qty-number {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    vertical-align: top;
}
.qty-number:nth-child(2n+1) {
    background-color: #eeeeee;
}
.qty-number .nosets {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.qty-number .setprice {
    margin: 0 0 10px 0;
}
.percent-off {
    color: #bd0d0d;
    font-weight: bold;
}
.qty-box tr {
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

@media (min-width:768px){
    .stringFinder{z-index: 1; display: block; position: relative; clear: both; padding-top: 5px; margin-bottom: 45px; width: 720px;}
    .sfFilterDiv{display: none;}
    .stringFinderHeader{cursor: pointer; position: absolute; right: 0px; top: -30px; text-align: right; border: 2px solid rgb(189, 9, 10); height: 35px; background: transparent url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-button-off.png") no-repeat scroll 15px 5px; width: 160px; padding-right: 15px; padding-top: 10px;}
    .stringFinder.expand .stringFinderHeader{background-image: url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-button-on.png"); background-color: #bd090a;}
    .stringFinderHeader .fa-caret-down{display: block; font-size: 16px; color: rgb(189, 9, 10);}
    .stringFinderHeader .fa-caret-up{display: none; font-size: 16px; color: rgb(255, 255, 255);}
    .stringFinder.expand .stringFinderHeader .fa-caret-down{display: none;}
    .stringFinder.expand .stringFinderHeader .fa-caret-up{display: block;}
    .stringFinder .sfInstruments{position: relative;}
    .sfInstrHeader{position: absolute; top: 0px; left: 0px; width: 100%; z-index: 20000; background: transparent url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-top-bg.png") repeat scroll 0px 0px; color: rgb(255, 255, 255); font-weight: 700; font-family: Roboto Condensed; font-size: 1.7em; padding: 8px 0px 8px 15px;}
    .sf-instr{float: left; position: relative; height: 350px; cursor: pointer;}
    .sf-instr-0{background: transparent url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-blue-bg.png") no-repeat scroll 0px 0px; z-index: 10000; margin-right: -10px; padding: 0px 20px 0px 10px;}
    .sf-instr-1{background: transparent url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-orange-bg.png") no-repeat scroll 0px 0px; z-index: 9000; margin-right: -12px; padding: 0px 20px 0px 10px;}
    .sf-instr-2{background: transparent url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-rouge-bg.png") no-repeat scroll 0px 0px; z-index: 8000; margin-right: -7px; padding: 0px 29px 0px 10px;}
    .sf-instr-3{background: transparent url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-yellow-bg.png") no-repeat scroll 0px 0px; margin-right: -10px; padding: 0px 12px 0px 10px;}
    .sf-hover:hover .sf-instr{opacity: 0.6;}
    .sf-hover:hover .sf-instr:hover{opacity: 1;}
    .sfOptionDiv{display: none; background-color: rgb(225, 225, 225); padding: 0px 30px 0px 10px; height: 350px; position: relative;}
    .sfRightDiv{float: right; width: 490px; padding-top: 75px;}
    .sfOptHeader{font-weight: 700; font-size: 2.6em; font-family: Roboto Condensed; float: left;}
    .sfPopupText{margin-right: 30px; font-size: 1.4em; font-family: Roboto Condensed; padding-top: 10px; float: right; border-bottom: 1px solid rgb(149, 149, 149); cursor: pointer;}
    .sfOptions{overflow: auto; margin: 40px 0px; height: 120px;}
    .sfOptSpan{cursor: pointer; border: 1px solid;display: inline-block;font-size: 1.2em;margin-bottom: 10px;margin-right: 10px;padding: 15px 0;text-align: center;width: 110px;}
    .sfOptSpan:hover{background-color: #bd090a; border-color: #bd090a; color: #fff;}
    .sfOptSpan.chosenOption{background-color: #bd090a; border-color: #bd090a; color: #fff;}
    .sfOptSpan:nth-child(4n){margin-right: 0;}
    .sfChangePrev{cursor: pointer; font-size: 1.6em; font-family: Roboto Condensed; float: left;}
    .sfNext{cursor: pointer; font-size: 1.6em; font-family: Roboto Condensed; float: right;}
    .sfChangePrev .fa{margin-right: 5px; color: rgb(189, 9, 10); font-weight: 700; font-size: 1.2em;}
    .sfNext .fa{margin-left: 5px; color: rgb(189, 9, 10); font-weight: 700; font-size: 1.2em;}
    .sfInstrChosen{float: left;}
    .sfSelection{float: right; padding-right: 20px; font-style: italic; font-weight: 400; font-size: 0.7em; padding-top: 5px;}
    .sfOverlay{display: none; position: absolute; background: transparent url("https://lib.store.yahoo.net/lib/stringsandbeyond/sf-top-bg.png") repeat scroll 0px 0px; width: 100%; top: 0px; left: 0px; height: 100%; opacity: 0.7;}
    .sfPopup{display: none; position: absolute; top: 30%; left: 10%; width: 80%; background-color: rgb(224, 224, 224);}
    .sfPopupClose{cursor: pointer; float: right; background-color: rgb(185, 11, 12); color: rgb(255, 255, 255); padding: 5px; font-size: 1.2em;}
    .sfPopText{clear: both; text-align: center; font-size: 1.6em; padding: 0px 20px 30px;}
    .sfSubmit{text-align: center; background-color: rgb(161, 7, 9); margin-left: -10px; margin-right: -30px; padding: 10px 0px; color: rgb(255, 255, 255); font-weight: 700; font-size: 1.4em; cursor: pointer;}
    .sfSubmit .fa.fa-angle-down{font-size: 1.6em;font-weight: 700;margin-top: -5px;vertical-align: middle;}
    .sfSubmit span{padding: 0px 10px;}
    .sfOptSpan.hasSubClass{display: none;}
}

a.parent-child-option {
    background: #fff;
    border: 1px solid rgba(30, 30, 30, .4);
    color: rgba(30, 30, 30, .4);
    display: inline-block;
    line-height: 1;
    padding: 8px;
    margin: 5px;
    text-decoration: none;
}
.parent-child-option.selected{
    border-color: #bd0d0d;
    color: #bd0d0d;
    box-shadow: inset 0 0 0 1px #bd0d0d;
    cursor: default;
}

.atc-box .pdAddToFavoritesButton{
    float: right;
    width: 180px;
    padding-top: 0;
    margin-top: 20px;
    background-position: -2150px -9px;
}
.atc-box .pdAddToFavoritesButton a{
    margin-right: 0px;
    display: block;
    padding: 8px 0 0 0;
    height: 30px;
}
/* File: ey-we-override.css */
/**
**
** -------- Override Style.css rules here -------- 
**	-- please do not use !important tags
*/

.meet-team .team-mem .fun-img {
	position: absolute;
	height: auto;
	width: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

.grid-item .image-frame {
	  height: 170px;
	  text-align: center;
}

.grid-item img {
	  width: auto; 
	  height: auto; 
	  max-width: 160px;
	  max-width:100%;

}

.upper-content {
margin: 0 0 10px;
}

.breadcrumbs {
width: 100%;
float: left;
margin: 10px 0;
font-size: 12px;
font-size: 1.2rem;
line-height: 20px;
line-height: 2rem;
color: #1e1e1e;
}

.grid-item .info-box {
  padding: 5px 5px;
}

.grid-item .grid-padding {
  padding: 25px 10px 5px;
  height: 329px;
}

.ey-expanding-cart .bottom-box .cart-checkout, .ey-expanding-cart .bottom-box .cart-checkout:visited {
  background-image: none;
}

@media screen and (max-width: 600px) {
  #swb {
    visibility: hidden;
    display: none;
  }
}



@media only screen and (max-width: 600px) {
  #swb-mobile {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  #swb-mobile {
    display: none;
  }
}

@media (min-width: 980px) {
  header .call-us-container {
    width: 32%;
  }
}

@media (min-width: 980px) {
  header .top-banners {
    width: 68%;
  }
}

@media (min-width: 768px) {
  header .top-banners {
    padding-left: 35px;
    padding-bottom: 2px;
  }

  .help-container {
    width: 48px;
  }
}


@media only screen and (max-width: 600px) {
  .left-nav  {
    display: none;
  }
}

.eci-banner{
height: 66px;
width: auto;
 margin: 0px 0px 0px 0px;
/*border-bottom: 1px solid #707070;*/
 Background: url("https://lib.store.yahoo.net/lib/stringsandbeyond/eci-atcbanner.png")
no-repeat;
background-size:initial;
}

#quick-view-container .eci-banner{		
		    background-size: contain;	
		}

@media (max-width:970px){.eci-banner{background-size:contain;}}
/*** Hide Buy Box Messaging for Mobile ENABLED ***/
@media (max-width:768px){.eci-banner{display:none;}}
/*** Resize Buy Box Messaging for Mobile DISABLED ***/
/* @media (min-width: 320px) and (max-width:768px) and (orientation: landscape){
.eci-banner{
background-size: 100%;
}
}
@media (min-width: 320px) and (max-width:668px) and (orientation: portrait){
.eci-banner{
 background-size: 147%;
}
}
*/

header .top-bar-container .utl-links-container .utl-links {
  float: left;
  overflow: visible;
  width: 280px;
}

#livechat-compact-container,
#livechat-full {
     left: 0px !important;
}

.we-rating {
    display:block;
    padding:0 0 0 100px;
    font-style:italic;
    font-size:12px;
    font-size:1.2rem;
    height:25px;
    line-height:28px;
    background-repeat:no-repeat;
    background-position:left center;
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-0.png");
}

.we-rating.rating-1-5 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-1-5.png");
}

.we-rating.rating-2-5 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-2-5.png");
}

.we-rating.rating-3-5 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-3-5.png");
}

.we-rating.rating-4-5 {
    background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/stars-4-5.png");
}

.section-item h3 {
    height: 64px;
}

.nxt-promo-banner {
    display: block;
    float: left;
    float: left;
    text-align:left;
    width: 300px;
}
.nxt-promo-banner img {
    display: block;
    margin: 0 10px;
    float: left;
}
.nxt-promo-banner span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #707070;
    text-decoration: underline;
}
.nxt-promo-banner h3, .nxt-promo-banner a, .nxt-promo-banner h3 a:visited {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #bd0d0d;
    text-decoration: none;
}

#chat-widget-container{
  right: 65%;
}

@media (max-width:768px) {
    header .top-bar-container .utl-links-container .utl-links {
        width: auto;
    }
}
/* File: ey-update-15.css */
/*Sitewide Banner*/

.ey-sitewide-banner{line-height: 30px;color: #2b2b2b; height:30px; background-color: #c6c6c6;text-align: center;}
.ey-sitewide-banner li{ display: inline;margin: 0; font-size:12px;text-transform: uppercase;font-weight: bold;}
.ey-sitewide-banner .ey-swb-link{font-size:12px;}
.ey-sitewide-banner .ey-swb-link a{color: #2b2b2b; font-weight: normal; font-size: 12px; font-style: italic;}
.ey-sitewide-banner li:after{content: "/"; color: #bd0d0d;margin: 0 4px;}
.ey-sitewide-banner li:nth-child(3):after, .ey-sitewide-banner li:nth-child(4):after{content:none;}
.ey-sitewide-banner li:nth-child(3){display:none;}

@media(min-width: 401px){
	.ey-sitewide-banner li{font-size: 14px;margin: 0px 5px;}
	.ey-sitewide-banner li:after{margin-left: 10px;}
}

@media(min-width: 490px){
	.ey-sitewide-banner li:nth-child(3){display:inline;}
}

@media(min-width: 600px){
	.ey-sitewide-banner li{margin: 0px 10px;}
	.ey-sitewide-banner li:after{margin-left: 20px;}
}
/* File: slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*** Custom Home Slider styles ***/

.home-slick-slider {
    padding: 10px 0;
}

@media screen and (max-width:979px) {

    .home-slick-slider .slick-slide img {
        width: auto;
        height: 277px;
    }

}

@media screen and (max-width:767px) {

    .home-slick-slider .slick-slide img {
        height: auto;
        margin:0 auto;
    }

    .banner-indicators-wrapper.wrapper ul.slick-dots {
        text-align:center;
    }

    .banner-indicators-wrapper.wrapper ul.slick-dots li {
        display:inline-block;
        margin:10px;
    }

    .banner-indicators-wrapper.wrapper ul.slick-dots li button {
        font-size:0;
        display:inline-block;
        width:15px;
        height:15px;
        border:0;
        background:#707070;
        border-radius:50%;
        -webkit-transition:all 0.2s;
        transition:all 0.2s;
    }

    .banner-indicators-wrapper.wrapper ul.slick-dots li.slick-active button {
        background:#bd0d0d;
    }

}
/* File: ysw-mobile-header.css */
#mobile-menu-overlay {
    display:none;
    cursor:pointer;
}

#mobile-menu,
#mobile-menu-close-btn {
    display: none;
}

.ysw-mobile-header {
    display:none;
}

@media screen and (max-width: 767px) {

    /** old header **/
    header .top-header-section,
    header .top-nav-section {
        display:none;
    }

    /** mobile menu **/

    body.nav-active #mobile-menu-overlay {
        display: block;
    }
    body.nav-active #mobile-menu-close-btn {
        left: 37rem;
    }
    body.nav-active #mobile-menu {
        left: 0;
    }


    #mobile-menu-btn {
        display: block;
      }

      #mobile-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        background: rgba(255, 255, 255, 0.9);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
      }

      #mobile-menu-close-btn {
        display: block;
        width: 5rem;
        height: 5rem;
        background-color: #b11a1a;
        position: fixed;
        top: 0;
        left: -7rem;
        cursor: pointer;
        z-index: 10;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
      }
      #mobile-menu-close-btn .fa {
        display: block;
        font-size: 2.8rem;
        line-height: 5rem;
        text-align: center;
        color: #ffffff;
      }

      #mobile-menu {
        display: block;
        width: 37rem;
        height: 100%;
        border-right: 1rem solid #b11a1a;
        left: -44rem;
        top: 0;
        background-color: #333333;
        color: #ffffff;
        z-index: 10;
        position: fixed;
        overflow-y: scroll;
        padding-bottom: 65px;
        transition: left 0.4s;
        -webkit-transition: left 0.4s;
        -moz-transition: left 0.4s;
        -ms-transition: left 0.4s;
        -o-transition: left 0.4s;
      }

    .sidenav-container-new .sidenav {
        margin:0;
        padding-top:10px;
    }

    .sidenav-container-new .sidenav .side-nav-li {
        position: relative;
        max-height:60px;
        padding:0 10px;
        overflow:hidden;
        -webkit-transition:all .6s;
        transition:all .6s;
    }
    .sidenav-container-new .sidenav .side-nav-li:after{
        content:'';
        background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/white-down-arrow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        width: 15px;
        height:10px;
        position: absolute;
        top: 24px;
        right: 5%;
        -webkit-transition: all 300ms ;
        -moz-transition: all 300ms ;
        -o-transition: all 300ms ;
        transition: all 300ms ;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .sidenav-container-new .sidenav .side-nav-li.open:after{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidenav-container-new .sidenav .side-nav-li.open {
        background-color:#545454;
        max-height:2000px;
    }

    .sidenav-container-new .sidenav a,
    .sidenav-container-new .sidenav a:visited {
        line-height:60px;
        color:#fff;
        text-decoration:none;
        font-size:22px;
        font-size:2.2rem;
        font-weight:600;
        display: block;
    }

    .sidenav-container-new .sidenav .sub-cat-ul {
        margin:0 0 15px 15px;
    }

    .sidenav-container-new .sidenav .sub-cat-a,
    .sidenav-container-new .sidenav .sub-cat-a:visited {
        line-height:45px;
        font-size:18px;
        font-size:1.8rem;
        font-weight:700;
        color:#fff;
        text-transform:uppercase;
    }

    .sidenav-container-new .sidenav .sub-cat-a.shop-all {
        font-style:italic;
    }

    .sidenav-container-new .sidenav .sub-sub-cat-ul {
        list-style:disc;
        color:#fff;
        list-style-position:outside;
        margin-left:15px;
        overflow:visible;
    }

    .sidenav-container-new .sidenav .sub-sub-cat-a {
        line-height:40px;
        font-size:16px;
        font-size:1.6rem;
    }

    .sidenav-container-new .nav-banners:after {
        content:'';
        display:block;
        clear:both;
    }

    .sidenav-container-new .nav-banners {
        width: 96%;
        padding-top: 30px;
        border-top: 2px solid #fff;
        margin: 0 2% 0 2%;
    }

    .sidenav-container-new .nav-banners span {
        width:33.33%;
        float:left;
        color:#fff;
        font-size:19px;
        font-size:1.9rem;
        font-weight:700;
        padding:40px 5px 0;
        text-align:center;
        background-position:top center;
        background-repeat:no-repeat;
    }

    .sidenav-container-new .nav-banners .sameday {
        background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/sameday.svg");
        background-size:25px;
    }

    .sidenav-container-new .nav-banners .freeship {
        background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/freeship.svg");
        background-size:30px;
    }

    .sidenav-container-new .nav-banners .fasteasy {
        background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/fasteasy.svg");
        background-size:25px;
    }

    .sidenav-container-new .collapse-container {
        height:40px;
        width:100%;
        text-align:right;
        padding:0 10px;
    }

    .sidenav-container-new .collapse-container .collapse {
        color:#fff;
        font-size:19px;
        font-size:1.9rem;
        line-height:40px;
        font-weight:700;
        padding-left:40px;
        background-position:left center;
        background-size:30px;
        background-repeat:no-repeat;
        background-image:url("https://lib.store.yahoo.net/lib/stringsandbeyond/collapse.svg");
        position:absolute;
        top:0;
        right:15px;
    }

    .sidenav-container-new .collapse-container::before {
        content:'';
        position:absolute;
        height:100%;
        width:100%;
        top:0;
        left:0;
        background:#ad2026;
    }

    .sidenav-container-new.open {
        visibility:visible;
        opacity:1;
        width:100%;
        max-height:2000px;
        -webkit-animation:side-nav 2s;
        animation:side-nav 2s;
    }

    .sidenav-container-new.close {
        visibility:hidden;
        opacity:0;
        width:45px;
        max-height:45px;
        -webkit-animation:side-nav-close 1s;
        animation:side-nav-close 1s;
    }

    /** mobile menu additions **/

      .sidenav-container-new nav.info-links {
          margin: 15px 2% 0 2%;
          border-top: 2px solid #ffffff;
          font-size: 16px;
          font-weight:bold;
          padding-top:15px;
          padding-bottom:15px;
      }

      .sidenav-container-new nav.info-links ul {
          list-style-type:none;
          padding-left:5px;
      }

      .sidenav-container-new nav.info-links ul li.pdShowForLoggedInUser {
        padding:10px 0;
      }

      .sidenav-container-new nav.info-links ul li.pdShowForLoggedInUser a {
        display:inline;
      }

      .sidenav-container-new nav.info-links ul li a {
          display:block;
          color:#ffffff;
          padding:10px 0;
          text-decoration:none;
      }

      .sidenav-container-new .contact-info {
          margin: 0 2% 0 2%;
          border-top: 2px solid #ffffff;
          font-size:15px;
          font-weight:500;
          color:#ffffff;
          background-color:#474747;
          padding-top:20px;
          padding-bottom:20px;
      }

      .sidenav-container-new .contact-info ul {
          list-style-type:none;
          padding-left:10px;
      }

      .sidenav-container-new .contact-info ul li {
          padding-bottom:5px;
          padding-top:5px;
      }

      .sidenav-container-new .contact-info ul li:first-child {
          padding-bottom:15px;
      }

      .sidenav-container-new .contact-info ul li:last-child {
          padding-bottom:0;
      }

      .sidenav-container-new .contact-info ul li a {
          color:#ffffff;
          text-decoration:none;
      }

    /** mobile header **/

    .ysw-mobile-header {
        display:block;
        background-color: #e0e0e0;
    }

    .ysw-mobile-header .ysw-mobile-header-top > .wrapper {
        text-align: center;
    }

    .ysw-mobile-header .ysw-mobile-header-top > .wrapper:after {
        content:'';
        clear:both;
        display:block;
    }

    .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn,
    .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn {
        display: block;
        cursor: pointer;
        margin-top: 1.6rem;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn {
        margin-top: 1.6rem;
      }
    .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn {
        margin-top: 1.4rem;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn .fa,
    .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn .fa {
        font-size: 3.8rem;
        line-height: 1;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn span,
    .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn span {
        display: block;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1;
        font-weight:500;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn {
        float: left;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn .fa {
        color: #ba2e32;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn span {
        text-align: center;
        padding-top: 0.2rem;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn {
        float: right;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn a {
        color:#1e1e1e;
        text-decoration:none;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn .fa {
        color: #ba2e32;
      }
      .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn span {
        text-align: right;
        padding-top: 0.5rem;
      }
      .ysw-mobile-header .ysw-mobile-header-top .logo {
        float: none;
        display: inline-block;
        padding:10px 0;
      }
      .ysw-mobile-header .ysw-mobile-header-top .logo a {
        width: 23rem;
        height: 10.9rem;
        margin: 0 auto;
      }

      /** mobile header bottom **/

      .ysw-mobile-header .ysw-mobile-header-bottom {
        background-color: #2b2b2b;
      }

      .ysw-mobile-header .ysw-mobile-header-bottom > .wrapper:after {
        content:'';
        display:block;
        clear:both;
      }

      .ysw-mobile-header .ysw-mobile-header-bottom:after {
        content:'';
        display:block;
        clear:both;
      }

      .ysw-mobile-header .ysw-mobile-header-bottom .search-container button[type=submit] {
          color: #ffffff;
          background: #a10c0c;
          background: -moz-linear-gradient(top, #a10c0c 0, #bb2323 100%);
          background: -webkit-linear-gradient(top, #a10c0c 0, #bb2323 100%);
          background: linear-gradient(to bottom, #a10c0c 0, #bb2323 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a10c0c",endColorstr="#bb2323",GradientType=0);
          border: 1px solid #83ac58;
    }

    .ysw-mobile-header .ysw-mobile-header-bottom .search-container {
      width: 100%;
      float: right;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .ysw-mobile-header .ysw-mobile-header-bottom .search-container input[type=search] {
      float: left;
      /* font-family: "Open Sans", sans-serif; */
      font-size: 1.4rem;
      height: 3.2rem;
      width: 85%;
      padding: 0 1rem;
      border: 0;
      border-top-left-radius: 0.2rem;
      -webkit-border-top-left-radius: 0.2rem;
      -moz-border-top-left-radius: 0.2rem;
      -ms-border-top-left-radius: 0.2rem;
      -o-border-top-left-radius: 0.2rem;
      border-bottom-left-radius: 0.2rem;
      -webkit-border-bottom-left-radius: 0.2rem;
      -moz-border-bottom-left-radius: 0.2rem;
      -ms-border-bottom-left-radius: 0.2rem;
      -o-border-bottom-left-radius: 0.2rem;
      -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    }
    .ysw-mobile-header .ysw-mobile-header-bottom .search-container button[type=submit] {
      float: right;
      /* font-family: "Open Sans", sans-serif; */
      height: 3.2rem;
      width: 15%;
      text-align: center;
      border: 0;
      border-left: 1px solid #000000;
      cursor: pointer;
      font-size: 2.2rem;
      font-weight: bold;
      text-transform: uppercase;
      border-top-right-radius: 0.2rem;
      -webkit-border-top-right-radius: 0.2rem;
      -moz-border-top-right-radius: 0.2rem;
      -ms-border-top-right-radius: 0.2rem;
      -o-border-top-right-radius: 0.2rem;
      border-bottom-right-radius: 0.2rem;
      -webkit-border-bottom-right-radius: 0.2rem;
      -moz-border-bottom-right-radius: 0.2rem;
      -ms-border-bottom-right-radius: 0.2rem;
      -o-border-bottom-right-radius: 0.2rem;
    }

    .ysw-mobile-header .ysw-mobile-header-bottom #mobile-menu-btn-secondary {
        display: none;
        cursor:pointer;
      }


      /** Sticky header **/

    .ysw-mobile-header .ysw-mobile-header-bottom.show-sticky-header {
        position:fixed;
        top:0;
        left:0;
        z-index:8;
        width:100%;
    }

    .ysw-mobile-header .ysw-mobile-header-bottom.show-sticky-header .search-container {
      width: calc(100% - 100px);
     }

    .ysw-mobile-header .ysw-mobile-header-bottom.show-sticky-header #mobile-menu-btn-secondary {
        display: block;
        width: 100px;
        float: left;
        padding-top:5px;
    }

    .ysw-mobile-header .ysw-mobile-header-bottom.show-sticky-header #mobile-menu-btn-secondary .fa {
            font-size: 3.2rem;
            color: #cb2125;
            vertical-align: middle;
        }

    .ysw-mobile-header .ysw-mobile-header-bottom.show-sticky-header #mobile-menu-btn-secondary span {
        color: #ffffff;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 500;
        padding-left: 5px;
        vertical-align: middle;
        }

    .ysw-mobile-header .ysw-mobile-header-bottom.show-sticky-header .search-container input[type=search] {
        width:80%;
    }

    .ysw-mobile-header .ysw-mobile-header-bottom.show-sticky-header .search-container button[type=submit] {
        width:20%;
        font-size:;
    }

}


@media screen and (max-width: 600px) {

    body.nav-active #mobile-menu-close-btn {
        left: 27rem;
    }
    body.nav-active #mobile-menu {
        width: 27rem;
    }

    #mobile-menu-close-btn {
        width: 3rem;
        height: 3rem;
        left: -5rem;
    }
    #mobile-menu-close-btn .fa {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    #mobile-menu {
        width: 30rem;
        left: -35rem;
        border-right-width: 0.5rem;
    }

    .sidenav-container-new .sidenav .side-nav-li {
        max-height:50px;
    }

    .sidenav-container-new .sidenav .side-nav-li:after {
        top:20px;
    }

    .sidenav-container-new .sidenav .sub-cat-a, .sidenav-container-new .sidenav .sub-cat-a:visited {
        font-size:1.6rem;
        line-height:40px;
    }

    .sidenav-container-new .sidenav a, .sidenav-container-new .sidenav a:visited {
        font-size:1.8rem;
        line-height:50px;
    }

    .sidenav-container-new .nav-banners {
        
    }

    .sidenav-container-new .nav-banners span {
        font-size:1.6rem;
    }


}


@media screen and (max-width: 439px) {

    .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn {
        margin-top: 1.8rem;
      }

     .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn {
        margin-top: 1.6rem;
      }

      .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn .fa,
        .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn .fa {
            font-size: 3.4rem;
          }
          .ysw-mobile-header .ysw-mobile-header-top .mobile-menu-btn span,
        .ysw-mobile-header .ysw-mobile-header-top .mobile-cart-btn span {
            font-size: 1.1rem;
          }

}


/*** Category styles ***/
/*** so live site doesn't break during development changes ***/
/*
@media screen and (max-width: 767px) {

  .ysw-controls-left,
  .ysw-controls-right {
      display:block;
  }

  .ysw-controls-left {
      float:left;
  }

  .ysw-controls-right {
      float:right;
  }

}

@media screen and (min-width: 768px) {

    .ysw-controls-left,
    .ysw-controls-right {
        display:inline-block;
    }

}
*/
/* File: ysw-category.css */
@media screen and (max-width: 767px) {

    .section-page.section .upper-content {
        margin-bottom:0 !important;
    }

    .section-page.section #refineCollapse.nxt-refines-container {
        padding-top:0;
        clear: both;
    }

    .section-page.section #refineCollapse.nxt-refines-container .nxt-refines-surround {
        margin-bottom:0;
    }

    .section-page.section .section-title {
        margin-bottom:15px;
    }

    .section-page.section .ysw-controls-left,
    .section-page.section .ysw-controls-right {
        display:block;
    }

    .section-page.section .ysw-controls-left {
        float:left;
    }

    .section-page.section .ysw-controls-right {
        float:right;
    }

    .section-page.section form.pager-form:after {
        content:'';
        clear:both;
        display:block;
    }

    .section-page.section ul.pager-page-list {
        width:100%;
    }

    .section-page.section ul.pager-page-list li {
        line-height:1;
    }

    .section-page.section ul.pager-page-list li.next p:after {
        content:'\f0da';
        font-family: 'FontAwesome';
        font-weight:bold;
        padding-left:10px;
    }

    .section-page.section ul.pager-page-list li.prev p:before {
        content:'\f0d9';
        font-family: 'FontAwesome';
        font-weight:bold;
        padding-right:10px;
    }

    .section-page.section ul.pager-page-list li.next,
    .section-page.section ul.pager-page-list li.prev {
        background-color:#ba2323;
        border-radius:2px;
        margin-top:2px;
    }

    .section-page.section ul.pager-page-list li.next p,
    .section-page.section ul.pager-page-list li.prev p {
        color:#ffffff;
        background-image:none;
        padding-right:0;
        margin:0;
        padding:3px 15px;
        font-weight:600;
        font-size:14px;
        line-height:1;
    }

    .section-page.section #grid-container.section-grid {
        margin:15px 0;
    }

}

@media screen and (min-width: 768px) {

    .section-page.section .ysw-controls-left,
    .section-page.section .ysw-controls-right {
        display:inline-block;
    }

}

/* @media screen and (max-width: 767px) {

    body.filter-nav-active #mobile-menu-overlay {
        display: block;
    }
    body.filter-nav-active #mobile-menu-close-btn {
        left: 37rem;
    }
    body.filter-nav-active #LeftColumn {
        left: 0;
    }

    #LeftColumn {
        display: block;
        width: 37rem;
        height: 100%;
        border-right: 1rem solid #b11a1a;
        left: -44rem;
        top: 0;
        background-color: #333333;
        color: #ffffff;
        z-index: 10;
        position: fixed;
        overflow-y: scroll;
        padding-bottom: 65px;
        transition: left 0.4s;
        -webkit-transition: left 0.4s;
        -moz-transition: left 0.4s;
        -ms-transition: left 0.4s;
        -o-transition: left 0.4s;
    }

    #LeftColumn #nxt-refines-container {
        display:block;
    }

}

@media screen and (max-width: 600px) {

    body.filter-nav-active #mobile-menu-close-btn {
        left: 27rem;
    }
    body.filter-nav-active #LeftColumn {
        width: 27rem;
    }

    #LeftColumn {
        width: 30rem;
        left: -35rem;
        border-right-width: 0.5rem;
    }

} */
