@font-face {
    font-family: 'GuitarGalleryIcons';
    src: url('https://media.sweetwater.com/guitargallery/include/fonts/guitar_gallery_icons.eot');
    src: url('https://media.sweetwater.com/guitargallery/include/fonts/guitar_gallery_icons.eot?#iefix') format('embedded-opentype'),
        url('https://media.sweetwater.com/guitargallery/include/fonts/guitar_gallery_icons.svg#GuitarGalleryIcons') format('svg'),
        url('https://media.sweetwater.com/guitargallery/include/fonts/guitar_gallery_icons.woff') format('woff'),
        url('https://media.sweetwater.com/guitargallery/include/fonts/guitar_gallery_icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Page structure
   ========================================================================== */
.content-wrapper {
        display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    /*max-width: 1400px;*/
    max-width: 1900px;
    padding: 0 30px;
}

.crumbtrail {
    color: #999;
    font-family: 'Sweetwater';
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.crumbtrail a {
    color: #999;
    font-family: inherit;
    font-weight: 400;
    text-decoration: none;
}
.no-touch .crumbtrail a:hover {
    color: #2d84cc;
}

.page-title {
    color: #005887;
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.page--result {
    font-size: 35px;
	font-weight: 100;
}

.page-title span {
    color: #3883af;
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
}

.search-intro {
    display: inline-block\0/;
    display: inline-block\9;
	margin: 0 auto 6px;
	position: relative;
	width: 100%;
}

.search-intro,
.search-intro h2 {
	color: #808080;
	font-family: 'Sweetwater';
	font-size: 11px;
}

.search-intro__copy {
    color: #02375a;
    font-size: 18px;
    max-width: 760px;
}

.search-intro .search-intro__guide {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #077abe;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 5px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: all .2s ease;
}

.search-intro .search-intro__guide:hover {
    border-color: #3883AF;
    color: #3883AF;
}

.search-intro .search-intro__guide:after {
    content: '\e601';
    float: right;
    font-family: 'sw-icons';
    font-weight: normal;
    line-height: 1;
    margin-top: 2px;
    transition: all .2s ease;
}

.search-intro__guide:hover:after {
    margin-left: 5px;
    transition: all .2s ease;
}

.search-intro__meta {
	display: inline-block;
	*display: inline;
	margin: 0;
	vertical-align: bottom;
	width: 774px;
	zoom: 1.0;
}

.search-intro__meta:only-child {
	display: block;
	width: auto;
}

.search-intro a[href^=tel] {
    color: inherit;
}

.search-intro a {
	display: inline-block;
	margin: 0 10px 0 5px;
}
.search-intro img {
	border: none;
	display: block;
	margin: 0 0 0 auto;
}
.search-intro .search-intro__meta a {
	display: inline;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

.search__subcats {
    color: #333;
    display: flex;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 15px;
}

.search__subcats a {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #005887;
    display: inline-block;
    font-size: 13px;
    margin: 2px;
    padding: 2px 5px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
}

.search__subcats a:first-child {
    margin-left: 0;
}

.search-intro .search__subcats  a:hover {
    background: #f5faff;
    border: 1px solid #cbe7ff !important;
}

.didyoumean {
    color: #444;
	font: 500 18px/1.2 'Sweetwater',sans-serif;
	margin-bottom: 10px;
    margin-top: 10px;
}
.didyoumean a {
	color: #005887;
	font: inherit;
	font-style: italic;
}

.no-touch .didyoumean a:hover {
	color: #3883AF;
}
.no-touch .didyoumean a:active,
.didyoumean a:active {
	color: #00456D;
}
.search-header-img {
	display: block;
	height: auto;
	margin: 0 auto 8px;
	max-width: 930px;
	width: auto;
}
.search-media {
    /*display: none;*/
	margin: 0 auto;
	/*width: 930px;*/
}
.search-media-img {
	display: block;
	text-align: center;
	margin: 0 auto 8px;
}
.search-media-img + .search-media-img {
	margin-top: 8px;
}
.search-media img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

/* Cat header */
.search-intro {
    border-spacing: 0;
    display: flex;
    display: block\9!important;
	margin: 10px auto;
}

.search-intro {
    border-bottom: 4px solid #eee;
    border-spacing: 0;
    display: flex;
    margin: 5px auto 10px;
    padding-bottom: 10px;
}

.store-search .search-intro .guide-contact {
    position: fixed;
        bottom: -127px;
        right: 30px;
    transition: all .2s ease;
    z-index: 900;
}

@-webkit-keyframes helpOpen {
    0% {
        bottom: -127px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: -3px;
    }
}

@-moz-keyframes helpOpen {
    0% {
        bottom: -127px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: -3px;
    }
}

@keyframes helpOpen {
    0% {
        bottom: -127px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: -3px;
    }
}

.cat-contact.guide-contact {
    transition: all .2s ease;
}

.cat-contact.guide-contact.help-open {
    bottom: -4px;
}

.cat-contact.guide-contact.help-open:hover {
    z-index: 1000;
}

.cat-contact.guide-contact.help-open {
    border: 4px solid #fff;
}

.search__help {
    align-items: center;
    background: #3498db;
    /*border: 1px outset #fff;*/
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
        right: 0;
        top: -53px;
    transition: right .3s ease;
    z-index: 130;
}

.question-title {
    display: block;
    height: 19px;
    padding: 10px 15px 10px 15px;
    transition: all .2s ease;
}

.help-open .search__help {
    right: -360px;
}

.search__help:hover {
    background: #2079B5;
}

/*.search__help:hover .search__help__expand {*/
    /*right: 35px;*/
    /*visibility: visible;*/
/*}*/

.search__help__expand,
.search__help__close {
    border-radius: 0 5px 0 0;
    cursor: pointer;
    display: inline-block;
    font-family: 'sw-icons';
    font-size: 18px;
    font-weight: 100;
    height: 19px;
    padding: 10px 8px;
    position: absolute;
        right: 0;
        top: 0;
    vertical-align: middle;
    visibility: hidden;
}

.cat-contact.guide-contact.help-open .search__help__close {
    visibility: visible;
}

.cat-contact.guide-contact.help-open .question-title {
    padding: 10px 45px 10px 15px;
}

.search__help__expand {
    border-radius: 0;
    right: 0;
    visibility: hidden;
}

.store-search .swf-copy {
    padding-bottom: 40px;
}

.search-intro .search-intro__content,
.search-intro .guide-contact {
	font-size: 14px;
	/*padding: 8px;*/
	vertical-align: middle;
}

.guide-contact {
    background: #2B7099 url(https://media.sweetwater.com/include/shop/images/background-cat-se.jpg) no-repeat scroll right center / cover;
}

.search-intro .search-intro__content {
    align-self: center;
    display: inline-block\9;
    /*padding: 20px;*/
    width: 100%;
    width: 48%\9;
}

.search-intro .search-intro__content,
.search-intro .phone {
	color: #027b05;
}

.search-intro .guide-contact:before {
        background: -webkit-linear-gradient(left, rgba(21, 109, 161, .8) , rgba(0, 0, 0, 0));
        background: -o-linear-gradient(right, rgba(21, 109, 161, .8), rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(right, rgba(21, 109, 161, .8), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(21, 109, 161, .8) , rgba(0, 0, 0, 0));
    content: '';
    height: 100%;
    position: absolute;
        left: 0;
        top: 0;
    width: 100%;
}

#shopping_cart .guide-contact,
#shopping_cart .guide-contact.help-open,
.reviews .guide-contact,
.reviews .guide-contact.help-open {
    color: #156da1;
    font-size: 13px;
    display: table-cell !important;
    padding: 8px;
    padding-right: 70px;
}

#shopping_cart .cat-intro input,
.reviews .cat-intro input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cad9e0;
    color: #aaa;
    cursor: text;
    display: block;
    height: 28px;
    margin-top: 4px;
    padding: 0 6px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 10;
}

#shopping_cart .search__help,
.reviews .search__help {
    display: none;
}

#shopping_cart .cat-intro h2,
#shopping_cart .cat-intro h3,
#shopping_cart .cat-intro p,
.reviews .cat-intro h2,
.reviews .cat-intro h3,
.reviews .cat-intro p {
    margin: 0;
}

#shopping_cart .cat-intro h3,
.reviews .cat-intro h3 {
    color: #156da1;
    font-size: 14px;
}

#shopping_cart .cat-intro .SE,
.reviews .cat-intro .SE {
    background-position: left 0;
    background-size: auto 100%;
    bottom: 0;
    height: 93px;
    position: absolute;
    right: 0;
    width: 86px;
    z-index: 1;
}

.reviews .cat-intro {
    background: #f1f6f8 none repeat scroll 0 0;
    border: 1px solid #d3e4ec;
    border-collapse: collapse;
    display: table;
    margin: 10px auto;
    width: 928px;
}

.reviews .cat-intro .cat-text, .cat-intro .cat-contact {
    display: table-cell;
    font-size: 14px;
    padding: 8px;
    vertical-align: middle;
}

#shopping_cart .guide-contact,
.reviews .guide-contact {
    background: none;
    color: #156da1;
    font-size: 13px;
    padding-right: 70px;
    width: 45%;
}

#shopping_cart .cat-intro {
    border: medium none;
    border-radius: 4px 4px 0 0;
    display: block !important;
    margin: 0;
    position: relative;
    width: 352px;
}

#shopping_cart .cat-intro input {
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 85px;
    padding-top: 5px;
    width: 100%;
}

#shopping_cart .cat-intro .cat-contact {
    border: 1px solid #d3e4ec;
    /*border-top: 0;*/
    display: block;
    margin-top: 0;
    padding-right: 0;
    width: 342px;
    margin-top: 10px;
}

#shopping_cart .cat-intro .cat-contact {
    background: #f1f6f8 none repeat scroll 0 0;
    color: #156da1;
    display: block !important;
    font-size: 13px;
    padding-right: 70px;
    width: 272px;
}


.search-intro .guide-contact {
    align-items: center;
	color: #fff;
    display: flex;
    display: inline-block\9;
    font-size: 13px;
    max-width: 250px;
    padding: 5px 115px 10px 25px;
    position: relative;
    width: 35%;
}

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

.guide-contact p {
    position: relative;
}

.search-intro.twenty-eight .guide-contact {
	width: 28%;
}
.search-intro h2,
.search-intro h3,
.search-intro p {
    margin: 5px 0 0;
}
.search-intro .search-intro h2 {
	margin: 0 0 4px;
}
.search-intro h3 {
    color: #fff;
    font-size: 22px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
}

.search-intro a {
	color: #005887;
	text-decoration: none;
}

.no-touch .search-intro a:hover {
	border-color: #3883AF;
	color: #3883AF;
}

.search-intro .phone {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.search-intro .SE {
	background-position: left 0;
	background-size: auto 100%;
    display: none;
	height: 93px;
	position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	width: 86px;
}

.tel {
    color: inherit !important;
}


#filters .buying-guide h5 {
	color: inherit;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 3px;
}

.search-intro input {
    -webkit-appearance: none;
	background: rgba(255, 255, 255, .85);
	border: 0;
    border-radius: 0;
    box-shadow: none;
	color: #8192a1;
	cursor: text;
	display: block;
    font-family: 'Sweetwater';
	font-size: 16px;
    font-style: italic;
	margin-top: 5px;
	padding: 6px 5px;
	position: relative;
	text-align: left;
	z-index: 10;
	width: 100%;
}

.no-touch .search-intro input:hover {
	border-color: #99bdcc;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
	color: #156da1;
    transition: all .2s ease;
}
.search-intro.long-cat .guide-contact {
	width: 42%;
}
.search-intro .search-intro.ex-long-cat h2 {
	font-size: 24px;
}
.search-intro.ex-long-cat .guide-contact {
	width: 34%;
}
.search-intro.ex-long-cat h3 {
	display: inline;
}

/* Sidebar for filters, ads, and news */
.filters_ads {
    border-right: 1px solid #e7e7e7;
    display: inline-block\0/;
    flex: 0 1 0;
    min-width: 290px;
    min-width: 250px;
    min-width: auto\0/;
    min-width: auto\9;
    width: 20%;
}

#productGridCol {
    display: inline-block\0/;
    display: inline-block\9;
    float: none !important;
    /*margin: 20px 0 20px 40px;*/
    padding: 0;
    vertical-align: top;
    width: 100% !important;
}

#productGridCol .page-title {
    padding-top: 15px;
}

.filters_ads + #productGridCol {
    display: inline-block\0/;
    display: inline-block\9;
    padding: 20px 0 20px 40px;
    position: relative;
    width: auto;
    width: 75%\0/!important;
    width: 75%\9!important;
    z-index: 1;
}

.filters_ads + #productGridCol .page-title {
    padding-top: 5px;
}

.man-logo {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

/* ==========================================================================
   Compare
   ========================================================================== */
.compare .product-compare {
    background: rgba(248, 248, 248, .975);
    border: 1px solid #bbb;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    float: none;
    height: auto;
    margin: 0 auto;
    max-width: 1400px;
    opacity: 0;
    padding: 15px 15px 10px;
    position: fixed;
        bottom: 0;
        left: 50%;
    text-align: center;
        -moz-transform: translate(-50%, 100%);
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
        -webkit-transition: visibility 0s ease .35s, opacity .35s ease,  -webkit-transform .35s ease;
    transition: visibility 0s ease .35s, opacity .35s ease,  transform .35s ease;
    visibility: hidden;
    width: 100%;
    z-index: 900;
}

.compare__error:before {
    color: #e8f5fc;
    content: '\e650';
    display: inline-block;
    font-family: 'sw-icons';
    font-size: 50px;
    height: 100%;
    padding: 3px 10px;
    vertical-align: middle;
}

.compare__error {
    background: #3883AF;
    box-sizing: border-box;
    color: #fff;
    /*display: none;*/
    font-size: 14px;
    margin: -16px -16px 15px;
    opacity: 0;
    overflow: hidden;
    padding: 10px 10px 10px 45px;
    position: absolute;
        bottom: 80%;
        -moz-transform: translate(0, 5%);
        -webkit-transform: translate(0, 5%);
        -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
        -webkit-transition: visibility 0s ease .35s, opacity .35s ease,  -webkit-transform .35s ease;
    transition: visibility 0s ease .35s, opacity .35s ease,  transform .35s ease;
    visibility: hidden;
    width: 100.15%;
}

.compare__error__inner {
    display: inline-block;
    vertical-align: middle;
}

.compare__error h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.compare__error.visible {
    /*display: block;*/
    opacity: 1;
    padding: 10px 10px 10px 45px;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    transform: translate(0, 0);
        -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.product-compare.show-compare {
    opacity: 1;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
        -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

.compare #product-compare.hide-compare {
    width: 300px;
}

#product-compare .product-compare__item:empty:before {
    display: none;
}

#product-compare .product-compare__item:before {
    background: #E13233;
    color: #fff;
    content: '\e620';
    font-family: 'sw-icons';
    font-size: 16px;
    font-weight: 100;
    position: absolute;
        right: 0;
        top: 0;
    width: 20px;
    z-index: 1;
}

#product-compare .product-compare__item {
    background: #fff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    display: inline-block;
    height: 70px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    transition: border-color .2s ease;
    vertical-align: middle;
    width: 70px;
}

#product-compare .product-compare__item:not(:empty):hover {
    border-color: #E13233;
}

#product-compare .compare__img {
    display: inline-block;
    margin: 0 3px;
}

.compare__column.compare--thumbs {
    text-align: right;
    width: 55%;
}

.compare__column {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 40%;
}

.compare__column ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}

a.compare__remove-all:before {
    content: '\e60c';
    display: none;
    font-family: 'sw-icons';
    font-size: 13px;
    margin-right: 2px;
    opacity: 0;
    position: absolute;
        left: 2px;
}

a.compare__remove-all {
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    color: #E13233;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 8px 0 0 10px;
    padding: 4px 5px 3px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
}

a.compare__remove-all:hover {
    border-color: #E13233;
    padding: 4px 5px 3px 17px;
}

a.compare__remove-all:hover:before {
    display: inline-block;
    opacity: 1;
}

@-webkit-keyframes imgSize {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 60px;
    }
}

@-moz-keyframes imgSize {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 60px;
    }
}

@keyframes imgSize {
    0% {
        max-width: 0;
    }
    100% {
        max-width: 60px;
    }
}

.compare__img--animate {
        -moz-animation: imgSize .3s ease;
        -webkit-animation: imgSize .3s ease;
    animation: imgSize .3s ease;
    transform-origin: initial;
}

.product-compare img {
    display: inline-block;
    margin: 0 auto;
    max-height: 60px;
    max-width: 60px;
    position: absolute;
        left: 50%;
        left: 7px\9;
        top: 50%;
        top: 5px\9;
    transform: translate(-50%, -50%);
}

.compare #product-compare-submit {
    background: #61a232;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    margin-left: 10px;
    padding: 8px 20px;
    position: relative;
        left: 0;
        top: 0;
    text-decoration: none;
    vertical-align: top;
    width: auto;
}

.compare #product-compare-submit:hover {
    background: #55a122;
}

.compare #product-compare-submit[disabled] {
    background: #ccc !important;
    cursor: default;
    opacity: .3;
}

#compare-toggle {
    color: #156DA1;
    cursor: pointer;
    display: none;
    font-size: 25px;
    line-height: .5;
    padding: 10px;
    position: absolute;
        right: 0;
        top: 5px;
}

#compare-toggle:hover {
    color: #00456D;
}

.prodgrid .product__compare {
    display: block;
    margin: 0;
    position: absolute;
        bottom: 15px;
        left: 0;
    text-align: center;
    width: 100%;
}

.product__compare input:checked+label:before {
    background: #61a232;
    color: #fff;
    content: '\e628';
    display: inline-block;
    font-family: 'sw-icons';
    font-size: 12px;
    font-weight: 100;
    height: 26px;
    line-height: 1.2;
    padding: 5px 1px;
    position: absolute;
        left: 0;
        top: 0;
    width: 20px;
}

.SE {
    display: inline-block;
}

.product__compare input {
    display: none;
}

.product__compare input:checked+label  {
    overflow: hidden;
    padding: 3px 10px 2px 30px;
}

.product__compare input:checked+label:hover:before {
    background: #307900;
    transition: all .18s ease;
}

.product__compare input:checked+label:hover {
    background: #E9F2E2;
    border-color: #307900 !important;
    color: #307900 !important;
    transition: all .18s ease;
}

.product__compare input+label {
    background: #fff;
    border: 1px solid #ccc;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-family: 'Sweetwater';
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    padding: 3px 10px 2px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    transition: all .18s ease;
}

.prodcut__compare__btn:hover {
    border-color: #077abe;
    color: #077abe;
}

.prodcut__compare__btn input {
    display: none;
}

.product__compare input:checked+label {
    border-color: #61a232 !important;
    color: #61a232 !important;
}

/* ==========================================================================
   Filters
   ========================================================================== */
#filters {
	background: #f5f8fa;
	border-right: 1px solid #dee9f0;
	float: left;
	font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	padding-bottom: 4px;
	width: 190px;
}
#filters .nowrap {
	white-space: nowrap;
}
#filters i {
	color: inherit;
	margin: 0;
}
#filters h3 {
	background: #156DA1;
	color: #fff;
	font: inherit;
    font-family: 'Sweetwater';
	font-size: 16px;
	line-height: 31px;
	margin: 0 -1px 0 0;
	padding: 0 10px;
	zoom: 1.0;
}
#filters h4 {
	border-top: 1px solid #dee9f0;
	color: #005887;
	font: inherit;
	font-size: 14px;
	line-height: 1.1;
	margin: 4px 0 0;
	padding: 10px 26px 5px 10px;
	position: relative;
	    -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
	user-select: none;
}
.no-js #filters h4 {
	padding-right: 10px;
}
#filters h3 + h4 {
	border-top: none;
	margin-top: 0;
    position: relative;
    z-index: 2;
}
.js_enabled #filters h4 {
	cursor: pointer;
}
#filters h4 .headermoreless {
	border-radius: 3px;
	color: #005887;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
		top: 8px;
		right: 5px;
	text-align: center;
	text-decoration:none;
	width: 20px;
}
#filters h4 .headermoreless:hover {
	background: #e1eaf0;
	color: #3883AF;
}
#filters ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 8px;
}
.js_enabled #filters ul.closed,
.js_enabled #filters div.closed {
	display: none;
}
.js_enabled #filters ul.closed {
    position: relative;
    z-index: -1;
}
#filters ul.final {
	border-bottom: none;
}
#filters li, #filters li a, #filters li a:link, #filters li a:visited {
	color: #194054;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 500;
	text-decoration: none;
}
#filters li label {
	font-size: 11px;
	font-weight: bold;
}
#filters li a:hover .name {
	text-decoration: underline;
}
#filters li a,
#filters li.crumbtrail {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 5px 0 0 15px;
	position: relative;
}
#filters li a:before {
	color: #88abbf;
	content: '\e622';
	font-family: 'sw-icons';
	font-size: 10px;
	position: absolute;
	top: 6px;
	left: 1px;
}
#filters li .count {
	color: #98aab3;
	font-weight: normal;
}
#filters li.breadcrumb {
    font-family: "Sweetwater";
	font-weight: 500;
	padding: 5px 0;
}
#filters li.breadcrumb span {
	color: #829199;
	font-weight: normal;
}
#filters li.breadcrumb input {
	border: 1px solid #bcc6cc;
	border-radius: 4px;
	color: #555;
	font-size: 10px;
	font-weight: bold;
	margin: 0 1px;
	padding: 2px 2px;
	width: 45px;
}
#filters li.breadcrumb input:hover {
	border-color: #a3b4bf;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#filters li.breadcrumb input:focus {
	border-color: #8fb1cc;
	box-shadow: 0 1px 4px rgba(168, 199, 224, 0.5) inset;
}
#filters li.breadcrumb input.apply {
	border: none;
	box-shadow: none;
	height: 16px;
	margin: 0 0 1px 0;
	padding: 0;
	vertical-align: middle;
	width: 16px;
    -webkit-appearance: none;
}
#filters li.breadcrumb a.remove {
	margin-top:5px;
}
#filters li.removeFilter a:before {
	display: none;
}
#filters li.error strong {
	background:#fffad4;
	border:1px solid #eaca4b;
	border-radius:4px;
	color:#444;
	display:block;
	font-size:11px;
	font-weight:normal;
	margin:5px 0 0;
	padding:3px 5px;
}
#filters li.error input {
	background-color: #fffad4;
}
#filters li.error input.apply {
	background-color: transparent;
}

/* Checkboxes */
#filters li.unchecked a,
#filters li.checked a {
	background: none;
	*background: url(https://media.sweetwater.com/include/search/images/checkbox.gif) no-repeat 0 -22px;
	padding-left: 16px;
	position: relative;
}
#filters li.checked a {
	*background: url(https://media.sweetwater.com/include/search/images/checkbox.gif) no-repeat -17px 5px;
}
#filters li.unchecked a:before,
#filters li.checked a:before {
	background: #c5d9e6;
	border-radius: 3px;
	content: "";
	color: #fff;
	display: block;
	float: left;
	font: 8px/12px 'sw-icons';
	height: 12px;
	margin: 0;
	position: absolute;
		top: 5px;
		left: 0;
	text-align: center;
	vertical-align: middle;
	width: 12px;
}
#filters li.checked a:before,
#filters li.unchecked a:hover:before {
	content: '\e628';
}
#filters li.unchecked a:hover:before {
	background: #93b8cc;
}
#filters li.checked a:before {
	background: #276ea6;
}

/* More Less Button */
#filters .morelessli a {
	*background: url(https://media.sweetwater.com/include/search/images/bullet-moreless.gif) no-repeat 31px 11px;
	border-top: 1px solid #dee9f0;
	cursor: pointer;
	line-height: normal;
	margin-top: 8px;
	padding: 4px 0 0 15px;
}
#filters .morelessli a:before {
	color: inherit;
	content: '\e603';
	font-family: 'sw-icons';
	font-size: 11px;
	left: 0;
	top: 5px;
}

#filters h4 .headermoreless.showmore {
    transform: rotate(0deg);
    transition: transform .3s ease;
}

#filters h4 .headermoreless.showless {
    transform: rotateX(180deg);
    transition: transform .3s ease;
}
#filters li a.headermoreless.showless:before {
	content: '\e602';
}

/* Selected Filters */
#filters li ul {
	border:none;
}
#filters li.crumbtrail {
	background:none;
	padding-left:0;
}
#filters li.crumbtrail .remove {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 15px;
}
#filters li.crumbtrail .remove:before {
	background: none;
	*background: url(https://media.sweetwater.com/include/search/images/remove.gif) no-repeat 0 0;
	color: #276ea6;
	content: '\e60c';
	font-family: 'sw-icons';
	font-size: 12px;
	line-height: 1;
	position: absolute;
        left: 0;
        top: -2px;
	text-indent: 0;
}
#filters .nested li.crumbtrail .remove:before {
	background: none;
	color: #88abbf;
	content: '\e625';
	font-size: 11px;
	top: 1px;
}
#filters .nested li.crumbtrail .remove:hover {
	background-position: 2px -32px;
}
#filters li.crumbtrail .remove:hover,
#filters .applied_filters a:hover:before {
	background-position:0 -11px;
}
#filters li.crumbtrail .crumbname {
	background:none;
	display:block;
	margin-left:16px;
	padding:0;
}
#filters li.crumbtrail .crumbname:before {
	content: '';
}
#filters li.crumbtrail a.crumbname:hover {
	text-decoration:underline;
}
#filters li.crumbtrail ul {
	padding:0 0 0 2px;
}

/* Applied filters */
#filters .applied_filters a {
	background: none;
	padding-left: 15px;
	position: relative;
}
#filters .applied_filters a:before {
	background: none;
	*background: url(https://media.sweetwater.com/include/search/images/remove.gif) no-repeat 0 0;
	color: #276ea6;
	content: '\e60c';
	font-family: 'sw-icons';
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 6px;
	left: 0;
	text-indent: 0;
	*text-indent: -99999px;
}

/* Remove Filter link */
#filters li.removeFilter a,
#filters .applied_filters .button {
	background:#cde4fe;
		background: linear-gradient(to bottom, #e9f4ff, #cde4fe);
	border:1px solid #93bbe9;
	border-radius:3px;
	box-shadow: inset 0 1px 0 #FFF, 0 1px 2px rgba(0, 0, 0, 0.18);
	font-size:10px;
	margin:5px auto 0;
	padding:2px 5px;
	text-align:center;
}
#filters li.removeFilter a:hover,
#filters .applied_filters .button {
	background: #c6e0fd;
		background: linear-gradient(to bottom, #d5e9ff, #b4d5fb);
	border-color: #71b3fb;
	text-decoration: none;
}
#filters .applied_filters .button:before {
	display: none;
}

/* Sort Options */
#filters #sortoptions li {
	background:none;
	padding:2px 0 0 0;
}
#filters #sortoptions input {
	margin:1px 5px 1px 0;
	*margin:1px 3px 1px 0;
	margin:1px 3px 1px 0\0/;
	*padding:0;
	padding:0\0/;
}
#filters #sortoptions li label {
	cursor:pointer;
}
#filters #sortoptions li label:hover {
	text-decoration: underline;
}

.filters_ads #filters {
	float: none;
}

/* Buying Guide */
#filters .buying-guide {
	background: #ffe6bf;
	border: solid #eba56e;
	border-width: 3px 1px 1px;
	color: #333;
	display: block;
	font: inherit;
	margin-right: -1px;
	padding: 10px 60px 10px 10px;
	position: relative;
	text-decoration: none;
}
/*.no-touch #filters .buying-guide:hover {*/
	/*background: #ffdba6;*/
/*}*/
#filters .buying-guide .SE {
	background-position: left 0;
	background-size: auto;
	bottom: 0;
	height: 93px;
	position: absolute;
	right: 0;
	width: 100px;
}
#filters .buying-guide h5 {
	color: inherit;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 3px;
}
#filters .buying-guide p {
	font-size: 12px;
	line-height: 1.1;
	margin: 0;
	position: relative;
	z-index: 10;
}
#filters .buying-guide a {
	color: #00628c;
	font-style: italic;
	text-decoration: none;
}
.no-touch #filters .buying-guide a:hover {
	text-decoration: underline;
}
#filters .buying-guide + h4 {
	border-width: 0;
	margin-top: 0;
}
#filters .explain {
	color: #f89f00;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin: -8px -3px -3px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	width: 20px;
}
#filters .explain i {
	cursor: pointer;
	display: block;
    font-size: 16px;
	height: 16px;
	overflow: hidden;
	line-height: 1;
	margin: -8px auto auto -8px;
	position: absolute;
		top: 50%;
		left: 50%;
	text-align: center;
	width: 16px;
}
#filters .explain i:before {
	display: block;
}
.no-touch #filters .explain:hover i {
	z-index: 201;
}
#filters .explain-tooltip {
	cursor: default;
	display: none;
	font: 11px/1.2 'Sweetwater', Helvetica,Arial, 'Lucida Grande', sans-serif;
    position: absolute;
        left: -1px;
        top: -2px;
    text-align: left;
    width: 410px;
    z-index: 200;
}
#filters .et-wrap {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    color: #222;
    margin: 0 20px;
    padding: 10px;
    position: relative;
}
#filters .et-wrap:before,
#filters .et-wrap:after {
	border-color: transparent #c7c7c7;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	content: "";
	display: none;
	position: absolute;
		top: 28px;
		left: -10px;
	width: 0;
}
#filters .et-wrap:after {
    background: #fff;
    border-radius: 100px 0 0 100px;
    border: 1px solid #d9d9d9;
    border-right: 0;
    display: block;
    height: 21px;
    left: -23px;
    top: -1px;
    width: 22px;
}
#filters .explain-tooltip a {
	color: #222;
	cursor: pointer;
	font: inherit;
	text-decoration: none;
}
.no-touch #filters .explain-tooltip a:hover {
	color: #444;
	text-decoration: underline;
}
#filters .explain-tooltip .img {
    display: inline-block;
    height: 80px;
    position: relative;
    vertical-align: top;
    width: 80px;
}
#filters .explain-tooltip .img:after {
	content: '';
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}
#filters .explain-tooltip .img + .content {
	display: inline-block;
	*display: inline;
    margin-bottom: 5px;
	margin-left: 18px;
	vertical-align: top;
	width: 248px;
	zoom: 1.0;
}
#filters .explain-tooltip h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
#filters .explain-tooltip p {
	margin: 4px 0 0;
}
#filters .explain-tooltip .readmore {
	text-decoration: underline;
}
#filters .explain-tooltip i {
	display: inline-block;
	height: auto;
	margin: -2px 0 0;
	position: static;
	vertical-align: middle;
	width: auto;
}
#filters .explain-tooltip .readmore {
    background: #f8f8f8;
    border: 0;
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 10px -10px -10px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.no-touch #filters .explain-tooltip .readmore:hover {
    background: #eee;
	text-decoration: none;
}
#filters .explain:hover .explain-tooltip {
	display: block;
}

/* Dealzone ad */
.dz_ad {
	background: #d10000;
	background: linear-gradient(to bottom,  #d10000 0%,#7f0000 100%);
	border: 1px solid #7A0000;
	border-bottom-color: #450101;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		inset -1px 0 0 rgba(255, 255, 255, 0.3),
		inset 0 -1px 0 rgba(255, 255, 255, 0.3),
		inset 1px 0 0 rgba(255, 255, 255, 0.3),
		0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	color: #FFFFFF;
	display: block;
	font-size: 11.5px;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 15px;
	padding: 10px;
	position: relative;
	text-decoration: none;
	text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.3);
}
.dz_ad:link,
.dz_ad:visited {
	text-decoration: none;
}
.dz_ad h3 {
	color: #fff000;
	font-size: 24px;
	font-style: italic;
	line-height: 24px;
	margin: 0;
	text-align: center;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.dz_ad h3 span {
	color: #ffffff;
}
.dz_ad p {
	display:block;
	color: #FFF000;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.dz_ad_btn {
	background: #feef00;
	background: linear-gradient(to bottom, #feef00, #f8ab00);
	border: 1px solid #7A0000;
	border-bottom-color: #450101;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #FDEB00 inset, 0 0 6px rgba(255, 0, 0, 0.5) inset;
	color: #101010;
	display: block;
	font-size: 18px;
	padding: 5px;
	margin: 8px 0 0 0;
	text-align: center;
	text-shadow: 0 1px 0 #fdeb00;
}
.dz_ad_btn:after {
	content: "\e601";
	display: inline-block;
	font: 12px 'sw-icons';
	margin-left: 3px;
	width: 9px;
}

.dz_ad_btn:hover {
	background: #fbd100;
}

.dz_ad em {
	color: #ffffff;
	font-size: 14px;
	font-style: normal;	
}

/* Insync */
.sw_insync {
	margin-top: 20px;
}
.is_intro {
	background: #000;
	background: linear-gradient(to bottom, #333, #000);
	border-bottom: 5px solid #f47234;
	border-radius: 5px 5px 0 0;
	box-shadow:
		inset 0 1px 0 #000,
		inset -1px 0 0 #000,
		inset 1px 0 0 #000,
		inset 0 2px 0 rgba(255, 255, 255, 0.2);
	padding: 5px 0;
	text-align: center;
}
.sw_insync h2, .sw_insync h3, .sw_insync h4, .sw_insync h5 {
	margin: 0;
}
.sw_insync h2 {
	height: 36px;
	margin-right: 10px;
	width: 136px;
}
.sw_local h2 {
	border-bottom: 1px solid #8eb6e3;
	box-shadow: 0 1px rgba(255, 255, 255, 0.4);
	color: #104172;
	font: italic bold 22px/22px Arial, Helvetica, sans-serif;
	height: auto;
	margin: 0;
	padding: 3px 2px 4px;
	text-transform: uppercase;
	width: auto;
}
.sw_insync h2 a {
	background: url('https://media.sweetwater.com/include/homepage/images/insync-logo.png') no-repeat 0 0;
	display: block;
	height: 100%;
	overflow: hidden;
	text-align: left;
	text-indent: -99999px;
	width: 100%;
}
.sw_insync h2, .sw_insync h3 {
	display: block;
	margin: 0 auto;
}
.sw_insync h3 {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	text-shadow: 1px 1px 0 #000;
}
.sw_insync h4 {
	color: #C47540;
	font-size: 12px;
	margin-top: 3px;
	font-weight: normal;
}
.is_content {
	background: #ebebeb;
	border: solid #d6d6d6;
	border-width: 0 1px 1px;
	border-radius: 0 0 5px 5px;
}
.is_post {
	border-top: 1px solid #d6d6d6;
	clear: both;
	padding: 10px;
}
.is_content .is_post:first-child {
	border-top: none;
}
.is_post a {
	color: #1B78C1;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
}
.is_post a:hover {
	color: #FF5100;
}
.is_post h5, .is_post h5 a {
	color: #111;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	white-space: normal;
}
.is_post h5 {
	margin-bottom: 4px;
}
.is_post .text {
	color: #555;
	font-size: 11px;
}
.is_post p {
	margin: 0;
}
.is_content .links {
	border-top: 1px solid #ddd;
	clear: both;
	padding: 15px 15px;
	text-align: center;
}
.is_content .links a {
	background: #ff6f00;
	background: linear-gradient(to bottom, #ff9000, #ff6f00);
	border: 1px solid #ff6500;
	border-bottom-color: #d44700;
	border-radius: 3px;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
	color: #FFF;
	display: block;
	cursor: pointer;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #c25100;
	-webkit-appearance: none;
	zoom: 1.0;
}
.is_content .links a:hover {
	background: #ff5b00;
	background: linear-gradient(to bottom, #ff7400, #ff5b00);
	border-color: #ff5300 #ff5300 #d43800;
	text-shadow: 1px 1px 0 #bf4300;
}
.is_content .links a:active {
	background: #e65000;
	background: linear-gradient(to bottom, #e65000, #e66700);
	border-color: #6b1b00 #b33900 #b33900;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.2);
	text-shadow: 1px 1px 0 #bf4300;
}
.is_content .links a:after {
	content: '\e601';
	display: inline-block;
	font: 12px 'sw-icons';
	margin-left: 5px;
	width: 12px;
}

/* Category Navigation Block */
.category-nav {
    background: #ECECEC;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px;
}

.category-nav h3 {
	color: #156da1;
	font: 400 25px/31px 'Sweetwater', sans-serif;
    margin: 0 0 5px;
    padding: 5px 10px;
    text-align: center;
}

.category-nav ul {
    background: #fff;
        -moz-column-count: 5;
        -webkit-column-count: 5;
    column-count: 5;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    column-gap: 0;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.category-nav li {
    display: inline-block;
    /*margin: -1px;*/
    padding: 0;
    vertical-align: bottom;
    width: 100%;
}

.category-nav a {
    background: rgba(255, 255, 255, .7);
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    color: #156da1;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 5px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease 0s;
}

.category-nav a:hover {
    background: #156da1;
    border-color: #156da1;
    color: #fff;
}


.category-nav .count {
	color:#888888;
	font-size:12px;
}

/* Price Grid Icons */
.productGrid .img .icon,
.prodgrid .img .icon {
	background: url(https://media.sweetwater.com/include/search/images/badges-deals.png) no-repeat 0 0; /* New */
	display: block;
	height: 36px;
	overflow: hidden;
	position: absolute;
		top: 2px;
		left: -6px;
	text-align: left;
	text-indent: -9999px;
	width: 36px;
}
.productGrid .img .hot,
.prodgrid .img .hot {
	background-position: 0 -41px;
}
.productGrid .img .pricedrop,
.prodgrid .img .pricedrop {
	background-position: 0 -82px;
}
.productGrid .img .blowout,
.prodgrid .img .blowout {
	background-position: 0 -123px;
}

.prodgrid-wrap,
.prodgrid {
    width: 100% !important;
}

/* Discontinued
---------------------------------*/
#replacement {
	border:2px solid #CC0000;
	margin: 0 auto 10px;
	padding-bottom:20px;
	width:898px;
}
#replacement, #replacement table {
	font:12px Arial, Helvetica, sans-serif;
}
#replacement table {
	padding-top:15px;
}
#replacement table table {
	padding-top:0;
}
#replacement h3 {
	height:65px;
	margin:0;
	visibility:hidden;
}
#replacement table table td {
	background:#FFF;
	border:solid #ECC164;
	font-size:11px;
	border-width:1px 1px 1px 0;
	padding:10px 10px 10px 0;
}
#replacement .image {
	border-width:1px 0 1px 1px;
	padding:10px;
	width:120px;
}
#replacement .div {
	background:none;
	border:none;
	padding:0;
	width:20px;
}
#replacement .rowdiv {
	height:15px;
	overflow:hidden;
	padding:0;
	border:none;
	background:none;
}
#replacement td a {
	color:#0070B5;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
#replacement .image a {
	line-height:normal;
	font-size:12px;
}
#replacement td span {
	color:#FF0000;
	text-transform:uppercase;
}
#replacement td em {
	font-weight:bold;
	font-style:normal;
}
#replacement td strong {
	font-size:18px;
}
#replacement .blueText {
	color:#00538e;
	font-size:21px;
	font-weight:bold;
}
#replacement .redText {
	color:#e71b1b;
	font-weight:bold;
	font-size:32px;
}
#replacement #noalternates {
	width:500px;
	padding:0 0 0 123px;
}
.SDDiscontinued {
	margin:0 14px;
}
.SDDiscontinuedText {
	background: url(https://media.sweetwater.com/images/store/detail/alert.gif) no-repeat left 8px;
	border-top:1px dashed #A7C7E9;
	color:#FF0000;
	font:12px Arial, Helvetica, sans-serif;
	margin:5px 0;
	padding:10px 0 0 37px;
}
#SDProductInfo .SDDiscontinued #SDBStockRefurb {
	margin-top:10px;
}

.filters_ads .swBrandAd {
	margin-top:15px;
}

/* Search Cat suggestions */
.search-suggest-list {
	margin: 0 auto;
	width: 930px;
}
.search-suggest-list,
.search-suggest-list h3 {
	background: #FFF4B3;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.search-suggest-list {
	border-bottom: 3px solid #FFE54D;
	margin: 12px auto;
}
.search-suggest-list h3 {
	background: #156DA1;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0;
}
.search-suggest-list ul {
	margin: 0;
	padding: 6px 5px 6px;
}
.search-suggest-list li {
	display: inline-block;
	*display: inline;
	width: 33.333%;
	vertical-align: top;
	zoom: 1.0;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
	page-break-inside: avoid;
}
.search-suggest-list.cols-4 li {
	width: 25%;
}
.csscolumns .search-suggest-list ul {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.csscolumns .search-suggest-list li,
.csscolumns .search-suggest-list.cols-4 li {
	width: 100%;
}
.search-suggest-list a {
	color: #005887;
	display: block;
	font-size: 13px;
	padding: 6px 10px;
	text-decoration: none;
}
.search-suggest-list .count {
	color: #777;
	font-size: 12px;
}
.search-suggest-list a:after {
	content: '\e601';
	display: inline-block;
	font-family: 'sw-icons';
	font-size: 80%;
	margin-left: 3px;
	vertical-align: middle;
}
.search-suggest-list.no-icon a:after {
	content: '';
	display: none;
}
.no-touch .search-suggest-list a:hover {
	background: #f5e9a6;
	color: #1575ad;
}
.no-touch .search-suggest-list a:active {
	background: #f0e195;
	color: #00456D;
}
.search-suggest-list.large-cats a {
	font-size: 17px;
	padding: 8px 10px;
	text-align: center;
}
.search-suggest-list-hdr {
	display: table;
	width: 100%;
}
.search-suggest-list-hdr .hdr-title,
.search-suggest-list-hdr .hdr-mf-logo {
	display: table-cell;
	vertical-align: middle;
}
.search-suggest-list-hdr .hdr-mf-logo {
	text-align: right;
	width: 160px;
}
.search-suggest-list-hdr h2 {
	color: #005887;
	font: inherit;
	font-size: 26px;
	font-weight: 300;
	margin: 0;
}
.search-suggest-list-hdr img {
	display: block;
	margin: 0 auto;
}

/* Failed Search */
.failed-search,
.failed-search h1 {
	/*font: 400 13px/1.2 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;*/
	color: #333;
}
.failed-search {
	margin: 20px auto 0;
	width: 930px;
}
.failed-search form {
	margin: 0 0 30px;
}
.fs-message {
	float: left;
}
.failed-search h1,
.failed-search label,
.fs-call h3 {
	color: #005887;
	font-weight: 400;
	margin: 0;
}
.failed-search h1 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.failed-search h1 span {
	display: block;
	font-size: 20px;
	font-weight: 400;
}
.failed-search h1 em {
	color: #E13233;
	font-style: normal;
}
.failed-search label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}
.fs-call {
	background: #eaf5fc;
	border: 1px solid #d2dfe7;
	float: right;
	font-size: 14px;
	min-height: 122px;
	padding: 12px 15px 10px 135px;
	position: relative;
	width: 210px;
}
.fs-call h3 {
	font-size: 24px;
	margin-bottom: 8px;
}
.fs-call p {
	margin: 0;
}
.fs-call .phone {
	color: #e13233;
	font-size: 15px;
	white-space: nowrap;
}
.fs-call a {

}
.fs-call .SE {
	background-position: right top;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135px;
}
.fs-searchfield {
	position: relative;
}
.searchfield {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	font-family: inherit;
	font-size: 14px;
	margin: 0;
	padding: 10px 85px 10px 10px;
	width: 100%;
	*padding-right: 10px;
	*width: auto;
}
.no-touch .searchfield:hover {
	border-color: #ccc;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.searchfield:focus,
.no-touch .searchfield:focus {
	border-color: #a8c7e0;
	box-shadow: inset 0 1px 4px rgba(168, 199, 224, 0.5);
}
.fs-searchfield .btn {
	font-family: inherit;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 75px;
	*position: static;
	*padding: 10px;
	*vertical-align: top;
}
.prodgrid.pg-failed {
	margin-top: 5px;
	width: auto;
}
.failed-search .prodgrid.productGridLargeGrid li {
	width: 20%;
}

/* Contact form */
.no-transition {
	transition: none !important;
}
.contact-form-overlay {
	background: #000;
    content: '';
	height: 100%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	visibility: hidden;
	width: 100%;
}
.contact-form {
	background: #fff;
	font-size: 13px;
	height: 28px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	position: fixed;
		z-index: -1;
	visibility: hidden;
	width: 237px;
}
.contact-form .btn.close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.js .contact-form-overlay {
	transition: opacity .5s;
}
.js .contact-form {
	transition:
		opacity 0.3s 0.5s,
		background 0.35s 0.1s,
		width 0.35s 0.1s,
		height 0.35s 0.1s,
		top 0.35s 0.1s,
		left 0.35s 0.1s,
		margin 0.35s 0.1s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.js .contact-form-content {
	opacity: 0;
	transform: scale(0.96);
	transition: opacity 0.2s, transform 0.2s;
}
.contact-form.visible {
	visibility: visible;
	z-index: 9999;
}
.contact-form.visible ~ .contact-form-overlay {
	visibility: visible;
	z-index: 9998;
}
.contact-form.open ~ .contact-form-overlay {
	opacity: .5;
	pointer-events: auto;
}

.contact-form.open {
    background: #fff;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    height: 510px !important;
    left: 50% !important;
    margin: -255px auto auto -400px;
    opacity: 1;
    pointer-events: auto;
    top: 50% !important;
    visibility: visible;
    width: 800px !important;
    z-index: 9999;
}

.js .contact-form.open {
	transition:
		background 0.35s 0.1s,
		width 0.35s 0.1s,
		height 0.35s 0.1s,
		top 0.35s 0.1s,
		left 0.35s 0.1s,
		margin 0.35s 0.1s;
}
.contact-form.open .contact-form-content {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.35s;
}

/* Call block */
.sd-call {
	background: #eee;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #555;
    font-size: 15px;
	line-height: 1.48;
	margin: 0;
	padding: 15px 15px 15px 145px;
	position: relative;
}
.sd-call .SE,
.sd-call .se-img {
	background-position: -55px bottom;
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 138px;
}
.sd-call.se-defined {
	padding: 15px;
}
.sd-call.se-defined.has-img {
	padding-left: 150px;
}
.sd-call .se-img {
	background: no-repeat center 0 / cover;
	height: 100%;
}
.sd-call .se-img img {
	display: none;
	max-width: 100%;
	max-height: 100%;
}
.no-backgroundsize .sd-call .se-img {
	background: none !important;
}
.no-backgroundsize .sd-call .se-img img {
	display: block;
}

.sd-call h4 {
    color: #333;
    font-size: 34px;
    font-weight: 100;
    line-height: 1.2;
    margin: 0 16px 10px 0;
}
.sd-call h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 0;
}
.sd-call .tel {
	color: #007b04;
}
.sd-call .btn, .se-question-row .btn {
	font-size: 12px;
	height: 23px;
	font-weight: 300;
	line-height: 23px;
	padding: 0 10px;
	vertical-align: baseline;
}
.se-question-row .btn {
	letter-spacing: .75px;
	display: inline-block;
	width: auto;
}
.sd-call .nowrap {
	white-space: nowrap;
}
/* SE Question Comment Form */
.se-zip {
	background: transparent !important;
	border: 0 !important;
	display: block;
	height: 1px !important;
	padding: 0 !important;
	position: absolute;
	visibility: hidden;
	width: 1px !important;
	z-index: -1;
}
.se-question {
	background: #fff;
	padding: 17px 10px 1px;
	margin: 0;
}
.se-question .btn {
	font-size: 13px;
	margin: 0 6px;
	padding: 13px 20px;
}
#se-question-thank-you {
	display: none;
	font-size: 16px;
	line-height: 1.5;
	margin: 5px 20px 20px;
	text-align: center;
}
.contact-form.success #se-question-form-content {
	display: none;
}
.contact-form.success #se-question-thank-you {
	display: block;
}
#se-question-thank-you h4,
#se-question-thank-you .phone {
	color: #307900;
	white-space: nowrap;
}
#se-question-thank-you h4 {
	font-size: 28px;
	margin: 0;
}
#se-question-thank-you p {
	margin: 0;
}

@media (min--moz-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
	.productGrid .img .icon,
	.prodgrid .img .icon {
		background-image: url(https://media.sweetwater.com/include/search/images/badges-deals@2x.png);
		background-size: 100% auto;
	}
	#filters .buying-guide .icon {
		background-image: url(https://media.sweetwater.com/include/search/images/icon-questionmark@2x.png);
		background-size: 18px auto;
	}
}

/* ==========================================================================
   Filter sidebar
   ========================================================================== */
.facet__overlay {
    background: rgba(0, 0, 0, .3);
    display: none;
    height: 100%;
    position: fixed;
        top: 0;
        left: 0;
    width: 100%;
    z-index: 210;
}

.facet__modal__wrap {
    display: none;
    height: 100%;
    position: fixed;
        left: 0;
        top: 0;
    width: 100%;
    z-index: 210;
}

.facet__modal__wrap.open {
    display: flex;
}

.facet__modal {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    margin: 4em auto;
    max-width: 900px;
    width: 100%;
}

#filters {
	background: none;
	border-right: 1px solid #e7e7e7;
	display: inline-block;
	font-family: 'Sweetwater';
	margin-right: 30px;
	/*max-width: 300px;*/
	vertical-align: top;
	width: 100%;
}

#filters ul {
	/*max-height: 1000px;*/
	transition-property: all;
	transition-duration: .35s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#filters li.crumbtrail ul {
	padding: 0 15px 0 2px;
}

.js_enabled #filters ul.closed,
.js_enabled #filters div.closed {
	display: block;
	max-height: 0;
	margin-top: -20px;
	opacity: 0;
}

#filters h3 {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    color: #156da1;
    font-family: 'Sweetwater';
    font-size: 25px;
    font-weight: 100;
    padding: 20px 0 10px;
}

#filters h4:first-of-type {
	border-top: 0;
}

#filters h4 {
	border-top: 1px solid #e7e7e7;
	color: #252525;
    display: block;
    font-family: 'Sweetwater' !important;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 15px 35px 15px 0;
    position: relative;
}

#filters h4.can-explain {
    /*z-index: 2;*/
}

#filters h4 .toggle-arrow {
	color: #252525;
    display: inline-block;
	font-size: 16px;
}

#filters h4 a.headermoreless.showless .toggle-arrow {
    /*transform: rotateX(180deg);*/
    /*transition: all .5s ease;*/
}


#filters h4 a.headermoreless.showmore .toggle-arrow {
    /*transform: rotateX(0deg);*/
    /*transition: all .5s ease;*/
}

#filters .morelessli .showless {
	border-color: #e7e7e7;
	/*transform: rotateX(0deg);*/
}

#filters .morelessli a:hover {
	border-top: 1px solid #e7e7e7;
}

#filters h4 .headermoreless {
	border-radius: 3px;
	color: #005887;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
        right: 10px;
        top: 13px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}

#filters h4 .headermoreless:hover {
	background: #fff;
	color: #333;
}

#filters .morelessli:last-child a {
	border-color: #e7e7e7;
    border-top: 0;
}

.no-touch #filters h4 .toggle-arrow:hover {
	background: #fff;
	color: inherit;
}

#filters li.removeFilter a,
#filters .applied_filters .button {
    margin-top: 5px !important;
}

#filters li.removeFilter a:hover,
#filters .applied_filters .button:hover {

}

#filters ul {
	color: #222;
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
}

#filters .nested ul.last {
	border: none;
}

#filters li,
#filters li a,
#filters li a:link,
#filters li a:visited {
	color: #222;
	font-size: 14px;
	padding: 5px 0;
	text-decoration: none;
}

#filters li a:hover {
	border: 0;
	color: #156DA1;
}

#filters a:hover .name {
	text-decoration: none !important;
}

#filters li a:before {
	color: #88abbf;
	content: "\e622";
	font-family: 'sw-icons';
	font-size: 10px;
	position: absolute;
        left: 1px;
        top: 7px;
}

#filters li a,
#filters li a:link,
#filters li a:visited {
	font-family: 'Sweetwater';
    /*line-height: 1.2;*/
	padding: 8px 8px 5px 15px;
	position: relative;
}

#filters li a:before,
#filters li.crumbtrail .remove:before {
	color: #ddd;
}

#filters a.listmoreless:before {
    left: 5px;
}


#filters a.listmoreless.showmore-all:before {
    display: none;
}

#filters li a.listmoreless {
    background: #eff0f1;
    border-radius: 3px;
    display: inline-block;
    float: none;
    line-height: 1;
    padding: 5px 20px;
}

.dz-wrapper #filters li a.listmoreless {
    padding: 5px 10px 5px 20px;
}

#filters li a.listmoreless:hover {
    background: #ddd;
    color: inherit;
}

#filters a.listmoreless.showless:before {
    transform: rotate(-180deg);
}

#filters li {
	padding: 3px 0;
}

#filters .last li {
	padding: 0;
}

#filters li .count {
	color: #aaa;
	font-size: 12px;
	font-weight: 600;
}

#filters .nested li.crumbtrail ul.last {
	margin-left:5px;
}
#filters li.breadcrumb input.apply {
    background: #fff;
    border: 0;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-family: 'sw-icons';
    font-size: 10px;
    font-weight: 100;
    height: 20px;
    padding: 4px 0;
    width: 15px;
}
#filters li.crumbtrail {
	width: 100%;
}

#filters .nested li.crumbtrail .remove:before {
	color: #EC5E00;
}

#filters li.crumbtrail .crumbname:before {
	color: #EC5E00;
}

#filters li.crumbtrail .crumbname {
	display: block;
	font-family: 'Sweetwater';
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-left: 16px;
	padding: 0 15px 0 0;
}

#filters li.unchecked a:before,
#filters li.checked a:before {
	color: #fff;
	content: "";
	display: block;
	float: left;
	font: 11px/17px "sw-icons";
	height: 12px;
	margin: 0;
	position: absolute;
	    left: 0;
	    top: 5px;
	text-align: center;
	transition: all .2s ease;
	vertical-align: middle;
	width: 12px;
}

#filters li.unchecked a,
#filters li.checked a {
	font-family: 'Sweetwater';
	padding: 5px 0 5px 25px;
}

#filters li.checked a:before,
#filters li.unchecked a:hover:before {
	content: "\e628";
    /*line-height: 1.4;*/
}

#filters li.unchecked a:before,
#filters li.checked a:before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	content: '';
	height: 15px;
	top: 0;
	width: 15px;
}
#filters li.unchecked a:hover:before {
	background: #fff;
	color: #aaa;

}
#filters li.checked a:before {
	background: #156DA1;
	border-color: #156DA1;
	color: #fff;
	content: "\e628";
}
#filters .morelessli a {
	border-top: 1px solid #f1e289;
}

#filters .applied_filters {
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0;
    padding-bottom: 10px;
}

#filters .applied_filters li {
    display: inline-block;
    vertical-align: top;
}

#filters .applied_filters a:before {
	color: #aaa;
	left: 4px;
	top: 4px;
}
#filters .applied_filters a:hover:before {
	/*color: #E13233;*/
}

#filters .applied_filters a {
    border: 2px solid #F0F0F0;
	display: inline-block;
	font-size: 14px !important;
	margin: 0 10px 0 0;
	padding: 5px 5px 4px 20px !important;
}

#filters .applied_filters a:hover {
    background: #F0F0F0;
    border: 2px solid #F0F0F0;
}

#filters .applied_filters a.button:hover {
	background: #156da1;
	border-color: #156da1;
    border-width: 1px;
    color: #fff;
}

#filters li.removeFilter a:hover,
#filters .applied_filters .button {
	background: #fff;
    border-color: #156da1;
	box-shadow: none;
	color: #156da1;
	font-size: 13px;
	font-weight: 600;
	margin: 0 10px 0 0;
	padding: 10px !important;
	text-decoration: none;
	text-transform: uppercase;
}

#filters .applied_filters .button {
    line-height: 1;
}

#filters li.breadcrumb span {
	color: #aaa;
	margin-right: 3px;
}

#filters li.breadcrumb input {
	border-color: #ccc;
	border-radius: 0;
	font-family: 'Sweetwater';
	font-size: 15px;
	font-weight: 600;
	padding: 5px;
}

/*ul svg,*/
/*.checkmark {*/
    /*pointer-events: none;*/
    /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
    /*width: 17px;*/
/*}*/

#filters li.checked a:hover:before {
    content: '\e620';
    font-size: 15px;
}

li.hideoption {
    transition: all .8s ease;
}

/* Color Swatches */
.color_field {
    padding-bottom: 15px;
}
.swatch {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.18);
    color: transparent;
    cursor: pointer;
    font-size: 0;
    display: inline-block;
    height: 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    vertical-align: top;
    width: 30px;
}
.swatch.selected {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.21) inset, 0 0 0 3px #fff inset, 0 0 0 4px rgba(0, 0, 0, 0.15) inset;
    position: relative;
}
.swatch.selected:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDQwLjk2QzEzNy4yMTYgNDAuOTYgNDAuOTYgMTM3LjI2NyA0MC45NiAyNTZjMCAxMTguNzg0IDk2LjI4IDIxNS4wNCAyMTUuMDQgMjE1LjA0IDExOC43NiAwIDIxNS4wNC05Ni4yOCAyMTUuMDQtMjE1LjA0IDAtMTE4Ljc1OC05Ni4yOC0yMTUuMDQtMjE1LjA0LTIxNS4wNHpNMzAwLjI2MiAyNTZsNzguMzYyIDc4LjM2LTQ0LjI2MiA0NC4yNjNMMjU2IDMwMC4yNmwtNzguMzYyIDc4LjM2MkwxMzMuNCAzMzQuMzZsNzguMzM3LTc4LjM2Mi03OC4zMzYtNzguMzM2TDE3Ny42NCAxMzMuNCAyNTYgMjExLjczNmw3OC4zNi03OC4zMzYgNDQuMjYzIDQ0LjIzN0wzMDAuMjYgMjU2eiIgZmlsbD0iI0UxMzIzMyIvPjwvc3ZnPg==') no-repeat 0 0 / contain #fff;
    border-radius: 50%;
    content: '';
    height: 18px;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 18px;
}
.swatch[disabled],
span.swatch {
    cursor: default;
    opacity: 0.2;
    position: relative;
}
.swatch[disabled]:before,
span.swatch:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzAuODA1LTEuMjhsLTMyLjE3IDMyLjEyOCAyMjUuMTk1IDIyNS4xNTItMjI0LjEyOCAyMjQuMTcxIDMyLjE3IDMyLjE3MSAyMjQuMTI4LTIyNC4xMjggMjI0LjEyOCAyMjQuMTI4IDMyLjE3MS0zMi4xNzEtMjI0LjEyOC0yMjQuMTcxIDIyNS4xOTUtMjI1LjE1Mi0zMi4xNzEtMzIuMTctMjI1LjE5NSAyMjUuMDI0LTIyNS4xOTUtMjI0Ljk4MnoiPjwvcGF0aD48L3N2Zz4=') no-repeat center center / 80% auto;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.swatch.light[disabled],
span.swatch.light {
    opacity: 0.4;
}
.swatch.light[disabled]:before,
span.swatch.light:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0zMC44MDUtMS4yOGwtMzIuMTcgMzIuMTI4IDIyNS4xOTUgMjI1LjE1Mi0yMjQuMTI4IDIyNC4xNzEgMzIuMTcgMzIuMTcxIDIyNC4xMjgtMjI0LjEyOCAyMjQuMTI4IDIyNC4xMjggMzIuMTcxLTMyLjE3MS0yMjQuMTI4LTIyNC4xNzEgMjI1LjE5NS0yMjUuMTUyLTMyLjE3MS0zMi4xNy0yMjUuMTk1IDIyNS4wMjQtMjI1LjE5NS0yMjQuOTgyeiI+PC9wYXRoPjwvc3ZnPg==');
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.content-wrapper .pagination {
    background: #fff;
    border-bottom: 1px solid #eee;
    clear: both;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    line-height: 31px;
    margin: 0;
    padding: 5px 0 15px;
    z-index: 4;
}

#searchHeader .meta {
    /*border-bottom: 1px solid #eee;*/
    /*margin: 0 0 15px;*/
    padding: 0 0 10px;
    width: 100%;
}

.pagination,
.pagination * {
    color: #888;
    font-family: 'Sweetwater' !important;
}

.pagination.topPagination {
    display: table;
    width: 100%;
}

.pagination.bottomPagination {
    border-bottom: 0 none;
    border-top: 1px solid #eee;
    margin-top: -2px;
    position: relative;
    text-align: center;
    z-index: 100;
}

.pagination .count,
.pagination .sortForm {
    color: #888;
    font-family: 'Sweetwater';
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
}

.pagination__product-sort,
.pagination__product-count,
.pagination__page-total {
    display: table-cell;
    width: 30%;
}

.pagination__product-count {
    text-align: center;
}

.pagination__page-total {
    text-align:right;
}

.pagination__page-total strong {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    vertical-align: middle;
}

.content-wrapper .pagination .count {
    float: none;
    font-size: 15px;
    font-weight: 600;
}

.pagination .count a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #077abe;
    font-size: 14px;
    padding: 5px 6px 3px;
    position: relative;
    text-decoration: none;
    transition: all .15s ease 0s;
}

.pagination .count a:hover {
    background: #fff;
    border: 1px solid #077abe;
    color: #077abe;
}

.pagination .all {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 6px 3px;
}

.content-wrapper .pagination:last-of-type .count  {
	margin-left: 0;
}

.content-wrapper .pagination .pipe {
    background: #ddd;
    display: inline-block;
    height: 20px;
    margin: 0 5px 0 10px;
    vertical-align: middle;
    width: 1px;
}

.next-prev {
    display: inline-block;
    font-family: 'sw-icons';
    line-height: .5px;
    vertical-align: middle;
}

.page-count {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1) inset;
    display: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    transition: all .2s ease 0s;
    vertical-align: middle;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance:textfield;
}

.js .page-count {
    display: inline-block;
}

.page-count::-webkit-inner-spin-button,
.page-count::-webkit-outer-spin-button {
        -webkit-appearance: none;
    margin: 0;
}

.page-count:focus {
    background: #fffdf4;
    border-color: #dbd6be;
    box-shadow: 1px 1px 2px rgba(181, 175, 152, .1) inset;
    color: #a09c8b;
    outline: none;
}


.content-wrapper .pagination li {
    display: none;
}

.bottomPagination .paging li,
.content-wrapper .pagination .next,
.content-wrapper .pagination .prev {
    display: inline-block;
}

.bottomPagination .all {
    display: none !important;
}

.paging-text {
    display: inline-block;
    margin-top: 2px;
    vertical-align: middle;
}

.prev-icon {

}

.content-wrapper .pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
    transition: all .2s ease;
    vertical-align: middle;
}

.content-wrapper .pagination.bottomPagination ul {
    margin: 20px auto;
    text-align: center;
}

.content-wrapper .pagination li a,
.content-wrapper .pagination li strong,
.content-wrapper .pagination li {
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
    width: inherit;
}

.content-wrapper .pagination li:last-child {
    margin-right: 0;
}

.content-wrapper .pagination li a,
.content-wrapper .pagination li strong {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
}

.content-wrapper .pagination li a,
.content-wrapper .pagination li strong,
.content-wrapper .pagination li a.next,
.content-wrapper .pagination li a.all,
.content-wrapper .pagination li a.prev,
.content-wrapper .pagination li.last a {
    background: #fff;
    border-color: #fff;
    color: #888 !important;
    display: inline-block;
    font-family: 'Sweetwater';
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.content-wrapper .pagination li a.next,
.content-wrapper .pagination li a.prev {
    padding: 10px;
    transition: all .2s ease;
}

.pagination li.prev,
.pagination li.next {
    margin: 0 -1px;
    position: relative;
}

.pagination .prev a:before,
.pagination .next a:after {
    display: inline-block;
    font-family: 'sw-icons';
    font-weight: normal;
    vertical-align: top;
}

.pagination .prev a:before {
    content: '\e600';
}

.pagination .next a:after {
    content: '\e601';
}

.pagination li.ellipsis a {
    font-weight: 400;
}

.content-wrapper .pagination li a,
.content-wrapper .pagination li strong {
    font-size: 17px;
    padding: 7px 10px;
}

.content-wrapper .pagination li.first strong,
.content-wrapper .pagination li strong,
.content-wrapper .pagination li strong:hover,
.content-wrapper .pagination li strong.all,
.content-wrapper .pagination li strong.all:hover {
    background: #EC5E00;
    border-color: #EC5E00;
    color: #fff !important;
    width: inherit;
}

.content-wrapper .pagination li .prev,
.content-wrapper .pagination li .next,
.content-wrapper .pagination li .all {
    background: #fff;
    border-color: #ccc !important;
    color: #888 !important;
    font-size: 14px;
}

.content-wrapper .pagination li a.next:hover,
.content-wrapper .pagination li a.all:hover,
.content-wrapper .pagination li a.prev:hover {
    background: #EC5E00;
    border-color: #EC5E00 !important;
    color: #fff !important;
    transition: all .2s ease;
}

.content-wrapper .pagination a:hover span {
    color: #fff;
}

.content-wrapper .pagination.bottomPagination a.next,
.content-wrapper .pagination.bottomPagination a.prev {
    padding: 14px 20px;
}

.content-wrapper .pagination.bottomPagination a.next:after {
    margin-left: 10px;
}

.content-wrapper .pagination.bottomPagination a.prev:before {
    margin-right: 15px;
}

.content-wrapper .pagination.bottomPagination a.next span,
.content-wrapper .pagination.bottomPagination a.prev span {
    display: inline-block;

}

.content-wrapper .pagination a.next span,
.content-wrapper .pagination a.prev span {
    display: none;
}

.content-wrapper .pagination li a:hover {
	background: #EC5E00;
	border-color: #EC5E00;
	color: #fff !important;
}

.pagination .select {
    background: #fff;
    border: 1px solid #ccc;
    color: #1e1e1e;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.pagination .select:hover,
.pagination .select:hover select {
    background: #fff;
    /*border-color: #444;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    /*color: #fff;*/
}

.pagination select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 0 none;
    border-radius: .25rem;
    color: #888;
    cursor: pointer;
    display: block;
    font-family: 'Sweetwater';
    font-size: 13px;
    font-weight: 600;
    height: 35px;
    line-height: 1.5;
    margin: 0;
    outline: none !important;
    padding: 9px 20px 9px 15px;
    text-transform: none;
    width: 100%;
}

.pagination select::-ms-expand {
    display: none;
}

@media screen and (min-width:0\0) {
    .pagination .select:before,
    .pagination .select:after {
        display: none !important;
    }
}

/* IE HACK: hide up/down arrows */
.pagination .select:before,
.pagination .select:after {
    *display: none;
    display: none\0/;
}

.pagination .select:before {
    border-color: transparent transparent #888;
    border-style: solid;
    border-width: .3rem;
    content: "";
    display: block;
    height: 0;
    margin-top: -0.8rem;
    position: absolute;
        right: 10px;
        top: 50%;
    width: 0;
}

.pagination .select:after {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 0.3rem;
    content: "";
    display: inline-block;
    height: 0;
    margin-top: 0.2rem;
    pointer-events: none;
    position: absolute;
        right: 10px;
        top: 50%;
    width: 0;
}

.content-wrapper .compare .prodgrid-wrap {
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   Product grid
   ========================================================================== */

.prodgrid a {
    font-family: 'Sweetwater' !important;
}

.grid {
    clear: both;
}

.prodgrid {
    border: 0 !important;
    width: 100% !important;
}

.flexbox .products {
        display: -ms-flexbox;
        display: -webkit-flex;
    display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    /*-webkit-align-items: center;*/
    /*-webkit-justify-content: center;*/
    /*!* You can set flex-wrap and flex-direction individually *!*/
    /*-webkit-flex-direction: row;*/
    /*-webkit-flex-wrap: wrap;*/
    /*!* Or do it all in one line with flex flow *!*/
    /*-webkit-flex-flow: row wrap;*/
    /*!* tweak the where items line up on the row *!*/
    /*!* valid values are: flex-start, flex-end, space-between, space-around, stretch *!*/
    /*-webkit-align-content: flex-end;*/
}

span.outofstock {
    color: #e13233;
}

.product__dealtype {
    background: #e13233;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 13px 5px;
    position: absolute;
        bottom: 110%;
        left: 0;
    text-align: center;
}

.product-card {
    /*border: 1px solid #fff;*/
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Sweetwater';
    margin: 0;
    padding: 1em 1em 50px;
    position: relative;
    text-align: center;
    transition: all .15s ease 0s;
    vertical-align: top;
    /*width: 25%;*/
    width: 20%;
    zoom: 1;
}

.product-card {
    width: 16.5%;
    width: 19.5%\9 !important;
}

.flexbox .product-card {
    margin: 0;
    /*display: flex;*/
}

.prodgrid .product-card h2 {
    font-family: 'Sweetwater';
    margin: 5px 0;
}

.prodgrid .product__name a {
    color: #333;
    display: block;
}

.product-card a {
    color: inherit;
    text-decoration: none;
}

.no-touch .product-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    box-shadow: none \9;
}

@supports (-ms-accelerator:true) {
    .product:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    }
}

.product__img {
    display: table;
    text-align: center;
    width: 100%;
}

.product__img__flexfix {
    display: table-cell;
    height: 190px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

.product__img__flexfix img {
    border: 0 none;
    max-height: 200px;
    max-width: 170px;

    /*max-height: 130px;*/
    /*max-width: 130px;*/
}

.product__info {
    margin-top: 5px;
}

.product__link {
    font-size: 10px;
    text-decoration: underline;
}

.product__description {
    color: #777;
    display: block;
    margin: 10px 0;
}

/* Star Rating*/
.rating {
    margin: 15px 0 0;
    position: relative;
}

.product-card .rating a {
    color: #aaa;
}

.rating__stars {
    background: #fff;
    color: #ff9d00;
    display: inline-block;
    font: 18px/1 'sw-icons';
    position: relative;
    transition: all .2s ease;
}

.rating__stars:before {
    content: '';
    vertical-align: middle;
}

.rating__stars:before {
    display: inline-block;
    margin-top: -6px;
    vertical-align: middle;
}

.rating__stars[data-rating="5.0"]:before {
    content: "\e637\e637\e637\e637\e637";
}

.rating__stars[data-rating="4.5"]:before {
    content: "\e637\e637\e637\e637\e638";
}

.rating__stars[data-rating="4.0"]:before {
    content: "\e637\e637\e637\e637\e639";
}

.rating__stars[data-rating="3.5"]:before {
    content: "\e637\e637\e637\e638\e639";
}

.rating__stars[data-rating="3.0"]:before {
    content: "\e637\e637\e637\e639\e639";
}

.rating__stars[data-rating="2.5"]:before {
    content: "\e637\e637\e638\e639\e639";
}

.rating__stars[data-rating="2.0"]:before {
    content: "\e637\e637\e639\e639\e639";
}

.rating__stars[data-rating="1.5"]:before {
    content: "\e637\e638\e639\e639\e639";
}

.rating__stars[data-rating="1.0"]:before {
    content: "\e637\e639\e639\e639\e639";
}

.rating__stars[data-rating="0"]:before {
    color: #aaa;
    content: "\e639\e639\e639\e639\e639";
    visibility: hidden;
}

.product__dealtype {
    background: #e13233;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 13px 5px;
    position: absolute;
        bottom: 110%;
        left: 0;
    text-align: center;
}

.product__name {
    color: #333333;
    display: block;
    /*font-size: 16px;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    max-height: 3.4em;
    overflow: hidden;
    position: relative;
    /*text-transform: uppercase;*/
}

.product__price {
    color: #e13233;
    display: block;
    font-size: 25px;
    font-style: normal;
    line-height: 1.2;
    margin-top: 5px;
}

.product__price small {
    font-size: 12px;
}

.product__price b {
    display: inline-block;
    font-size: .65em;
    vertical-align: top;
}

.product__qty__discount {
    color: #797878;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 1px 5px 5px 20px;
    position: relative;
}

.product__qty__discount em {
    font-size: 15px;
    line-height: .8;
    position: absolute;
        left: 3px;
        top: -2px;
}

.product__label,
.product__rebate {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.product__rebate {
    margin-bottom: 5px;
}

.product__buymore:before {
    background: #e13233;
    border-radius: 100%;
    box-sizing: border-box;
    color: #fff;
    content: '$';
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 19px;
    line-height: 1;
    padding: 3px 5px 1px;
    width: 19px;
}

a.product__buymore {
    color: #e13233 !important;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
}

.product__demo {
    color: #3883af !important;
    /*display: block;*/
    /*margin: 10px 0;*/
    /*padding: 0 0 0 20px;*/
}

.product__demo:hover {
    color: #3883af !important;
}

.product__finance {

}

.product__tag {
    color: #e13233;
    display: block;
    font-size: 11px;
    padding-left: 40px;
    position: relative;
    text-align: left;
}

.yellow--tag:before {
    border-bottom: 9px solid transparent;
    border-right: 10px solid #ffda00;
    border-top: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
        left: -9px;
    width: 0;
}

.yellow--tag:after {
    background: #fff;
    border-radius: 100px;
    content: '';
    height: 4px;
    position: absolute;
        left: -3px;
        top: 7px;
    width: 4px;
}

.yellow--tag {
    background: #ffda00;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    display: inline-block;
    height: 18px;
    position: absolute;
        left: 10px;
    transform: rotate(20deg);
    width: 23px;
}

.prodgrid .product__finance__link:before,
.product__demo:before {
    color: #3883af;
    content: '\e61d';
    display: inline-block;
    font-family: 'sw-icons';
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
    margin-right: 2px;
    margin-top: -2px;
    text-align: center;
    transform: rotate(-9deg);
    vertical-align: middle;
}

.prodgrid a.product__finance__link {
    color: #3883af;
    margin: 0;
    padding-top: 0;
}

.product__demo:before {
    content: '\e65f';
    font-size: 19px;
    margin-right: 5px;
}

.prodgrid .product__finance__link,
.product__demo,
.product__offers {
    color: #3883af;
    display: block;
    font-family: 'Sweetwater';
    margin: 5px 0;
    padding: 0;
    position: relative;
}

.product__offers {
    background: #e13233;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    margin: 10px auto;
    padding: 5px 15px;
    width: 85%;
}

/* ==========================================================================
   Product ad
   ========================================================================== */
.candy-header {
    background: #f8f8f8;
}

.candy--card {
    padding: 0;
}

.no-js .candy--card noscript {
    display: block;
    height: 320px;
}

.candy--card a {
    padding: 1em 1em 65px;
}

.prodgrid iframe {
    border: 0;
    height: 100%;
    min-height: 250px\9;
    /*height: 250px\9;*/
    position: absolute;
        left: 0;
        top: 0;
    width: 100%;
    width: 72%\9;
}

.no-touch .candy--card:hover {
    box-shadow: none;
}

.candy--card {
    padding: 0;
    position: relative;
    text-align: center;
    /*width: 40%;*/
}

a.product-card.candy--card {
    display: block;
	height: 100%;
	padding: 30% 1em 55px !important;
	position: relative;
	text-align: center;
}

.candy--card__button {
    background: rgba(0, 0, 0, .1);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: 'Sweetwater';
    font-size: 1vw;
    font-weight: 600;
    margin: 20px auto 0;
    padding: 10px 20px;
    text-align: center;
    transition: all .2s ease 0s;
    vertical-align: bottom;
}

.candy--card__button:hover {
    background: rgba(255, 255, 255, 1);
    color: #156DA1;
}

.candy--card h2 {
    color: rgb(255, 255, 255);
    display: table-cell;
    font-size: 2.3vw;
    line-height: 1.1;
    padding: 35% 25px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.candy--card p {
    font-size: 1.1vw;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0
}

.finallabel {
    display: block;
    font-size: 14px;
    vertical-align: top;
}

.finalamount b {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
}

/*---Search Results Header---*/
.search-intro {
	width: 100%;
}

.search-intro h2 {
	color: #005887;
	font-family: 'Sweetwater';
	font-size: 45px;
	font-weight: 700;
}

a.dz_corrected {
	color: #161616;
}

a.dz_corrected:hover {
	color: #373737;

}

/* testimonials */
.sd-quote:before,
.sd-quote:after {
    background: #333;
    content: '';
    display: block;
    height: 2px;
    margin: 35px auto;
    width: 40%;
}

.sd-quote {
    font-size: 18px;
    margin: -20px auto 0;
    text-align: center;
    width: 90%;
}

.store-search .sd-quote {
    text-align: left;
}

.sd-quote .sd-quote-text {
    background: none;
    border: 0;
    font-family: 'Sweetwater Condensed';
}

.sd-quote .sd-quote-text::before {
    color: #eee;
}

.sd-quote .figcaption::before,
.sd-quote .figcaption::after {
    display: none;
}

.sd-quote .figcaption {
    font-size: 13px;
    font-style: normal;
}

.product__software {
    display: block;
    margin: 10px 0;
}

.product__software svg {
    height: 20px\0/;
    height: 20px\9;
    width: 20px;
}

.sw-soft-compat {
    margin-top: 10px;
}

.sw-soft-format.ilok-included {
    background: #7DB356;
}

.sw-soft-format {
    background: #8AB6D0;
    border-radius: 2px;
    font-family: 'Sweetwater';
    font-weight: 600;
    padding: 3px 4px 2px;
}

.sw-soft-format.required {
    background: #F28E4D;
    color: #fff;
}

.sw-soft-platform {
    background: none;
    display: inline-block;
    height: auto;
    text-indent: 0;
    width: inherit;
}

.sw-soft-platform.mac:before {
    content: url(https://media.sweetwater.com/include/search/images/sprite-icons-os.png);
}

@media all and (max-width: 1700px) {
    .product-card {
        width: 20%;
        /*width: inherit\0/;*/
        width: inherit\9;
    }

    .product-card iframe {
        width: 100%\0/;
        /*width: 75%\9;*/
    }
}

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

}

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

    .product__img__flexfix img {
        display: block;
        margin: 0 auto;
    }

	.product__img__flexfix {
		height: 125px;
	}

    .guide-contact {
        width: 28%\9 !important;
    }
}

@media all and (max-width: 1325px) {
    .search-intro .guide-contact {
        padding: 5px 100px 10px 25px;
    }
}

@media all and (max-width: 1310px) {
    .category-nav ul {
            -moz-column-count: 4;
            -webkit-column-count: 4;
        column-count: 4;
    }

    .search-intro__content {
        /*width: 45%\0/ !important;*/
    }

    .guide-contact {
        width: 45%\0/ !important;
        width: 28%\9 !important;
    }

    .filters_ads+#productGridCol {
        width: 75%\0/!important;
        width: 75%\9!important;
    }

    .search-intro .guide-contact {
        padding: 5px 110px 10px 25px;
        width: 50%;
    }

    .product-card {
        width: 18.5%\0;
        width: 18.5%\9;
    }

    .product-card {
        width: 25%;
    }
}

@media all and (max-width: 1175px) {
    .product-card {
        width: 33%;
    }

    .filters_ads {
        min-width: 250px;
        min-width: auto\0/;
    }
}

@media all and (max-width: 1125px) {
    .category-nav ul {
            -moz-column-count: 3;
            -webkit-column-count: 3;
        column-count: 3;
    }

    .category-nav a {
        padding: 10px 5px;
    }
}

@media all and (max-width: 1215px) {
    .search-intro__copy {
        font-size: 16px;
    }

    .crumbtrail {
        font-size: 12px;
        line-height: 1.5;
    }

    .search-intro h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .product__img__flexfix img {
        max-height: 130px;
        max-width: 130px;
    }

    .filters_ads+#productGridCol {
        width: 74%\9!important;
    }

    .guide-contact {
        width: 20%\9 !important;
    }

    .product__offers {
        font-size: 13px;
        width: 90%;
    }
}

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

    #filters li.crumbtrail .crumbname {
        font-size: 15px;
    }

    #filters h3,
    #filters h4 {
        font-size: 16px;
        font-weight: 600;
    }

    #filters h4 {
        line-height: 1.2;
        /*padding-right: 19px;*/
    }

    #filters li,
    #filters li a,
    #filters li a:link,
    #filters li a:visited {
        font-size: 13px;
    }

    #filters .applied_filters li a.button {
        font-size: 12px !important;
    }

    .search-intro__copy {
        font-size: 15px;
    }
}

@media all and (max-width: 1065px) {
    .search-intro .guide-contact {
        padding: 5px 80px 10px 25px;
        /*width: 68%;*/
    }

    .search-intro .search-intro__content {
        /*width: 69%;*/
    }
}

@media all and (max-width: 1040px) {
    .content-wrapper .pagination .count {
        font-size: 13px;
    }

    .pagination .count a {
        font-size: 12px;
    }

    .page-title {
        font-size: 35px;
    }
}


@media all and (max-width: 930px) {
    .search-intro {
        overflow: hidden;
    }

    .search-intro .guide-contact {
        background-position: right center;
    }

    .page-title {
        font-size: 30px;
    }

    .filters_ads {
        min-width: 200px;
        min-width: auto\0/;
    }
}

@media all and (max-width: 945px) {
    .content-wrapper .pagination.bottomPagination a.next,
    .content-wrapper .pagination.bottomPagination a.prev {
        padding: 12px;
    }

    .content-wrapper .pagination.bottomPagination a.next span,
    .content-wrapper .pagination.bottomPagination a.prev span {
        display: none;
    }

    .content-wrapper .pagination.bottomPagination a.prev:before,
    .content-wrapper .pagination.bottomPagination a.next:after {
        margin: 0;
    }
}

@media all and (max-width: 930px) {
    .content-wrapper {
        width: 930px;
    }

    .candy--card {
        background-position: right center;
    }

    .search-intro .guide-contact {
        padding: 5px 60px 10px 25px;
        width: 40%;
        width: 45%\0/;
    }

    #productGridCol {
        width: 720px !important;
    }

    .product-card {
        width: 28%\0 !important;
        width: 28.5%\9 !important;
    }

}

@media all and (max-width: 915px) {
    .pagination__product-count {
        display: none;
    }

    .product__img__flexfix img {
        max-height: 115px;
        max-width: 115px;
    }

    .category-nav ul {
            -moz-column-count: 2;
            -webkit-column-count: 2;
        column-count: 2;
    }

    .product__img__flexfix img {
        /*max-height: 90px;*/
        /*max-width: 90px;*/
    }

    .compare .product-compare {
        width: 630px;
    }
}

@media all and (max-width: 768px) {
    .search-intro .search-intro__guide {
        font-size: 14px;
    }

    .candy--card {
        background-position: right center;

    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .search-intro .guide-contact {
        padding: 5px 80px 10px 25px;
        width: 55%;
    }

    .search-intro__copy {
        font-size: 14px;
    }
}