/** Shopify CDN: Minification failed

Line 424:0 Expected identifier but found "*"
Line 1463:42 "ist-style" is not a known CSS property
Line 2532:100 Expected ":"
Line 2660:7 Expected ":"
Line 2660:8 Expected identifier but found "1px"

**/
html{ padding-top: 0 !important; }

/* CSS Sprits*/
.sprites {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprites-arrow {
    width: 73px;
    height: 33px;
    background-position: -5px -5px;
}

.sprites-arrow-white {
    width: 73px;
    height: 33px;
    background-position: -5px -48px;
}

.sprites-cart-icon {
    width: 16px;
    height: 16px;
    background-position: -88px -5px;
}

.sprites-icon-phone {
    width: 16px;
    height: 16px;
    background-position: -88px -31px;
    margin-right: 9px;
    vertical-align: text-bottom;
    margin-bottom: 2px;
}

.sprites-social-fb {
    width: 10px;
    height: 16px;
    background-position: -114px -5px;
}

.sprites-social-insta {
    width: 16px;
    height: 16px;
    background-position: -88px -57px;
}

.sprites-social-tw {
    width: 17px;
    height: 16px;
    background-position: -88px -83px;
}

.sprites-social-yt {
    width: 16px;
    height: 16px;
    background-position: -5px -109px;
}

/* Slider */
/* 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;
}
.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;
}


/*********end************/

svg.icon:not(.icon--full-color) circle, svg.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polygon, svg.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) circle, symbol.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) polygon, symbol.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit;
}
/*
.template-page .grid__item {
    float: left;
    padding-left: 30px;
    width: 100%;
}
*/

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.mobile-nav-wrapper {
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    position: absolute;
    background-color: /*!setting.color_body_bg{*/white/*}*/;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    display: none;
    overflow: hidden;
    width: 100%;
}
.site-header__menu {
    display: none;
}
.visually-hidden, .icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    display: none !important;
}
.mobile-nav {
    display: block;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.btn--link {
    background-color: black;
    border: 0;
    margin: 0;
    color: /*!setting.color_text{*/#3d4246/*}*/;
    text-align: left;
}
.mobile-nav__item {
    display: block;
    width: 100%;
}

.mobile-nav__link, .mobile-nav__sublist-link {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
}
.mobile-nav__dropdown {
    position: absolute;
    background-color: /*!setting.color_body_bg{*/white/*}*/;
    z-index: 8;
    width: 100%;
    top: 0;
    right: -100%;
    display: none;
}

/* ASP-83 */
.mobile-nav__sublist .mobile-nav__sublist {
	padding-left: 30px;
}
/* end: ASP-83 */

.site-nav__link .icon-chevron-down {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    color: #999999;
}

.customProd .product-single__thumbnails{width: 70px;position: absolute;top: 0;left: 0;margin-left: 0;z-index: 402;}
.product-single__photos div.slick-slide, .product-single__thumbnails div.slick-slide{margin-bottom: 20px;padding-left: 0;}

.customProd .product-single__thumbnails .slick-next.slick-arrow,
.customProd .product-single__thumbnails .slick-prev.slick-arrow{
    width: 100%;
    height: 10px;
    background: url(arrow-up.png) no-repeat center;
    border: none;
    overflow: hidden;
    text-indent: 999px;
    outline: 0;
}
.customProd .product-single__thumbnails .slick-next.slick-arrow{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.customProd .product-single__thumbnails .slick-arrow.slick-disabled,
.customProd .product-single__thumbnails .slick-arrow.slick-disabled{
    opacity: 0.5
}
.slick-product-thumbnail{ outline: 0; }
.product-single__price{ margin-bottom: 0px; }
.stars-on-product{ /*margin-bottom: 30px;*/ }
.stars-on-product .spr-badge-caption{ display: none; }
#ProductPhoto{ display: none; }

.slick-product-thumbnail.magic-360-link,
.slick-product-thumbnail.video-link{
    position: relative;
}
.slick-product-thumbnail.magic-360-link:after,
.slick-product-thumbnail.video-link:after{
    display:block;
    content:"";
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2) url(product-play-button.png) center;
    position:absolute;
    top:0;
    left:0;
    border-radius: 5px;
}
.slick-product-thumbnail.magic-360-link:after{
    background: rgba(0,0,0,0.5) url(360-icon-v1.png) center no-repeat;
    background-size: auto 90%;
}
.slick-product-thumbnail.magic-360-link img,
.slick-product-thumbnail.video-link img{ border-radius: 5px; }



.slick-slide.slick-current .slick-product-thumbnail.magic-360-link:after,
.slick-slide.slick-active .slick-product-thumbnail.video-link:after{ background-color: rgba(0,0,0,0); }

#ComparePrice{
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
	margin-right:5px;
}

.product-price__sale{ margin-left: 5px; }

.frameWrap {
width: 100%;
height: 1px;
padding-top: 80%; 
position: relative;  
}
.frameWrap .iframe_content,
.frameWrap iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0 !important;  
z-index: 1;  
height: 100% !important;
width: 100% !important;  
}
.entry dd {
margin-left: 0;  
}


.selector-wrapper, 
.entry {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: block;
    zoom: 1;
    vertical-align: top;
    padding: 0 0px 15px 0;
    flex: 0 0 auto;
    float: left;
    margin-right: 1%;
}
.selector-wrapper.do_no_hide{ display: block !important; }

.single-variant-only .selector-wrapper,
.single-variant-only .entry,
.no-variant-product .entry,
.no-variant-product .selector-wrapper{ width: 100%; margin-left: 0; margin-right: 0; }

.entry.right{float: right;margin-left: 1%;margin-right: 0;}

.entry.first{ width: 100%; }
.entry dl {
margin: 0 0 0 0;  
}
.engraving-enable-box,
select.single-option-selector,
.entry select,
.entry input[type="text"] {width: 100%;height: 43px;border: #d7d7d7 1px solid;border-radius: 0;background-color: #fff;}
.engraving-enable-box{padding: 12px 10px;font-size: 12px;font-weight: bold;}
.engraving-enable-box input[type="radio"]{margin-bottom:0;vertical-align: middle;margin-right: 2px;}
.selector-wrapper label, 
.product-form__item label,
.entry dl dt {line-height: 25px;margin: 0;font-weight: 500;font-size: 12px;position: relative;}
.quantity-selector{
    line-height: 25px;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
}
.none {
display: none;  
}
.entry input[type="range"] {
border: solid 0px;  
padding: 10px 0;  
  
}
.product-form__item--submit{padding:0;display: block;flex: none;overflow: hidden;}
.customProd .product-form__item .btn {width: 100%;margin-right: 0;display: block;
*display: inline;zoom: 1;vertical-align: top;float: left;margin-left: 2%;height: 38px;border-radius: 0;background: #e21616;text-transform: uppercase;margin-top: 27px;}

.customProd .product-form__item .btn.engraveMe{margin-right: 2%;margin-left:0;background: #333333;}

.product-form{ margin:0; }

.product-image-spec{
    border-right: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
    border-top: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    padding: 14px 5px 10px;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(240,240,240,1);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(240,240,240,1);
    box-shadow: inset 0px 2px 2px 0px rgba(240,240,240,1);
    margin-bottom:20px;
}
.ansi-images .ansi-image,
.ansi-photo{
    margin-bottom:20px;
    text-align:left;
}
.ansi-images .ansi-image img,
.ansi-photo img{ max-width:100%; }
.product-image-spec img{ margin: 0 2px; }

.notification-bar{
    text-align: center;
    position: relative;
    z-index: 10;
  	height: 39px; display: flex; display: -ms-flex; display: -webkit-flex; align-items: center; justify-content: center;
}
.notification-bar__message{
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    padding: 5px 55px 5px;
    display: block;
}
.site-header{font-family: 'Roboto';padding: 0;}

.site-header__logo{margin: 10px 16px 9px -104px;float: left;}
.site-header__logo img{ width: 93px; }
.site-header .site-name{font-size: 20px;font-weight: bold;color: #fff;line-height: 22px;padding-top: 36px;max-width: 220px;margin-bottom: 5px; width:220px; text-transform: uppercase;}
.site-header .site-name a,
.site-header .site-name a:hover{ color:#fff; text-decoration:none; }
.site-header .site-phone{
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding-left: 27px;
    background: url(icon-phone.png) no-repeat left center;
    margin-left: -2px;
}

.header-logo-section {float: left;padding-left: 102px;margin-left: -289px;}

.site-nav .site-nav__link .icon-chevron-down{ display:none; }
.site-nav ul,
.site-nav { margin: 0; padding: 0; text-align: left; }
.site-nav { display:flex; justify-content: center; }
.site-nav li{margin-right: 33px;}
.site-nav li.site-nav--has-dropdown{margin-right: 33px;}
.site-nav > li:nth-child(1){/* margin-right: 24px; */margin-left: 0;}
.site-nav > li:nth-child(2){/* margin-right: 28px; */}
.site-nav > li:nth-child(3){/* margin-right: 29px; */}
.site-nav > li:nth-child(4){/* margin-right: 29px; */}
.site-nav > li:nth-child(5){/* margin-right: 25px; */}
.site-nav > li:nth-child(6){/* margin-right: 32px; */}
/*.site-nav > li:nth-child(7){margin-right: 6px;}*/

.site-nav a {
    padding: 27px 0 27px;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 14px;
    color: #999999;
    /*text-transform: uppercase;*/
    position: relative;
}
.site-nav li.nav-hover > a,
.site-nav li.site-nav--active > a,
.site-nav li.site-nav--active-dropdown > a,
.site-nav li:hover > a{
    color: #fff;
    opacity: 1;
}
.site-nav__dropdown{ top: 76px; left: 0; }

/*
.site-nav li.site-nav--active > a:after,
.site-nav li.site-nav--active-dropdown > a:after,
.site-nav li.site-nav--has-dropdown:hover > a:after,
*/
.site-nav > li:hover > a:after{
content: "";
display: block;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
background:#fff;
height: 2px;
}

.site-nav .site-nav__dropdown{background: #444444;padding: 35px;border:none;min-width: 295px;display: none;}
.site-nav .site-nav__dropdown h3{
    margin-bottom: 25px;
    font-weight: 400;
    color: #828282;
    font-size:20px;
    display: none;
}
.site-nav .site-nav__dropdown li{margin: 0;padding: 0;margin-bottom: 7px;}
.site-nav .site-nav__dropdown li:last-child{ border-bottom: none; margin-bottom:0; }
.site-nav .site-nav__dropdown li a{display: block;padding: 2px 0;color: #fff;background: transparent;font-weight: normal;}

#shopify-section-header{position: fixed;top: 0 !important;left: 0;width: 100%;z-index: 999;}
#PageContainer{padding-top: 259px;position: relative;top: 0 !important;}

nav#AccessibleNav{
    border-top: 1px solid #343434;
    background: url(nav-bg.png) repeat-x top center #1d1d1d;
    padding: 0 55px;
    min-height: 78px;
}
ul.top-nav li{display: inline-block;margin: 0 8px;}
ul.top-nav li a{font-size: 14px;font-family: 'Roboto';color: #999999;padding: 0;font-weight: bold;text-transform: uppercase; position:relative }

.site-nav__link:hover, .site-nav__link:active, .site-nav__link:focus {
    color: #999999;
}
ul.top-nav li.active-state > a,
ul.top-nav li.site-nav--active > a,
ul.top-nav li a:hover{ color:#fff; }
ul.top-nav li.active-state a:after,
ul.top-nav li.site-nav--active > a:after,
ul.top-nav li a:hover:after{ border-bottom: 2px solid #fff; content:''; display:block; }

#top-nav-section{float:left;text-align: left;padding: 50px 0px 34px 10px;}

.cntSplitit{
  margin-top:10px;
  padding-top:10px;
  font-weight:bold;
  border-top:2px solid #a77bc7;
  line-height:10px;
}

.cntSplitit a{
  color:#a87bca;
  font-weight:bold;
  /*font-size:20px;*/
}

.cntSplitit a:hover{
  color:#632f6c;
  text-decoration:underline;
}

@media (min-width: 1250px) {
  #top-nav-section{
 		padding-left: 40px; 
  }
}
#top-nav-section ul{ margin:0; padding:0;}

#top-nav-section ul.top-nav > li:hover > .site-nav__dropdown {
    top: 100%;
    left: -10px;
    display: block;
    padding: 0;
    background: #444;
    border: none;
    min-width: 150px;
    display: none;
}
#top-nav-section ul.top-nav > li:hover:after{
    content:"";
    display:block;
    height: 42px;
    background: transparent;
    position:absolute;
    left: 250px;
    top: 72px;
    right: 253px;
}
#top-nav-section ul.top-nav .site-nav__dropdown li{display:block;margin: 0;}
#top-nav-section ul.top-nav .site-nav__dropdown li a{display:block;background:transparent;text-align:left;padding: 0 10px;}
#top-nav-section ul.top-nav > li:hover > .site-nav__dropdown a{ display: block; }

.site-wrapper{ max-width: 1170px; margin: 0 auto;  }
.site-header .main-wrapper{max-width: 1170px;position: relative;margin: 0 auto;padding: 0 197px 0 289px;}
.product-single-wrapper:after,
.page-custom-wrapper:after,
.page-main-content:after,
.form-wrap:after,
.contact-wrapper:after,
.site-header .main-wrapper:after{ content: ""; display: block; width: 100%; height: 0; clear: both; }
.site-header .header-newletter{font-family: 'Roboto';width: 132px;float: right;position: relative;margin: 0px 0 24px 0;position: absolute;top: 40px;right: 2px;}
.site-header .header-newletter .form--success{
    color: #fff;
    padding: 30px 0 0;
    font-weight: bold;
}
.site-header .header-newletter .form-wrap{ position: relative; padding-right: 89px; }
.site-header .header-newletter .textfield{
    max-width: 186px;
    background: transparent;
    border: 1px solid #363636;
    color: #999;
    font-size: 12px;
    font-family: 'Roboto';
    padding: 9px 15px;
    height: 38px;
    line-height: 20px;
    width: 100%;
    border-radius: 0;
}
.site-header .header-newletter label{color: #fff; font-size: 12px; line-height:24px; font-weight: bold; margin-bottom: 0; }

.site-header .header-newletter .errors{
    position: absolute;
    top: 103%;
    width: 100%;
    left: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.site-header .header-newletter .errors ul{ list-style: none; margin: 0; }

.site-footer__newsletter input[type="email"]::-webkit-input-placeholder,
.site-header .header-newletter .textfield::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.site-footer__newsletter input[type="email"]::-moz-placeholder,
.site-header .header-newletter .textfield::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.site-footer__newsletter input[type="email"]:-ms-input-placeholder,
.site-header .header-newletter .textfield:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.site-footer__newsletter input[type="email"]:-moz-placeholder,
.site-header .header-newletter .textfield:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.site-header .header-newletter .form-field.submit{ position: absolute; top: 0; right: 0; }
.site-header .header-newletter .form-field.submit input{
    width: 79px;
    border: none;
    padding: 0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    border-radius: 0;
}

.site-header .main-wrapper .site-header__search{
    position: absolute;
    right: 152px;
    padding-right: 0;
    top: 40px;
    max-width: 44px;
    margin-top: 0;
    transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.site-header .main-wrapper .site-header__search.search-focus{ max-width: 240px; }

.site-header .main-wrapper .site-header__search .search-header__input{
    height: 38px;
    border: 1px solid #363636;
    padding: 0 12px;
    font-family: 'Roboto';
    width: 274px;
    color: #999;
    background: #0f0f0f;
    position: relative;
    z-index: 1;
    border-radius: 0;
    outline: 0;
}
.site-header .main-wrapper .search-header{max-width:44px;display: inline-block;position: relative;width: 100%;vertical-align: middle;}
.site-header .main-wrapper .search-header.search--focus{ max-width:240px; }
.site-header .main-wrapper .site-header__search .search-header__submit{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 5px;
    height: 36px;
    z-index: 2;
    padding: 0 11px;
    left: auto;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: #0f0f0f;
    outline: 0;
    color: #fff;
}
.site-header .main-wrapper .site-header__search .icon-search{margin:0;display: inline-block;width: 20px;height: 25px;vertical-align: middle;fill: currentColor;}


@media only screen and (min-width: 780px){
    .hero--large {
        height: 40vw;
	    min-height: 400px;
    	max-height: 500px;
    }
    .medium-up--one-half {
        width: 50%;
    }
}
@media only screen and (min-width: 780px){
    .medium-up--one-quarter,
    .medium-up--one-third {
        width: 33.33333%;
    }
    .recent-viewed-wrapper .medium-up--one-quarter,
    .recent-viewed-wrapper .medium-up--one-third {
        width: 25%;
    }
}
@media only screen and (max-width: 779px){
    .medium-up--one-quarter,
    .medium-up--one-third {
        width: 50%;
    }
    .recent-viewed-wrapper .medium-up--one-quarter,
    .recent-viewed-wrapper .medium-up--one-third {
        width: 50%;
    }
}
.collection-hero__title-wrapper,
.page-width {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
}
.section-header .page-width{
    position:relative;
    z-index:2;
}

.template-index .hero{text-align: left;position: relative;display: table;width: 100%;background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;}
.template-index .hero .page-width{
    text-align: left !important;
}
.template-index .hero .page-width h2{
    max-width: 670px;
    font-weight: 300 !important;
    font-family: 'Roboto';
    font-size: 60px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
}

.template-index .hero .page-width h2:after{
    height: 2px;
    width: 54px;
    position: absolute;
    bottom: -27px;
    content: "";
    display: block;
    background: rgba(63,63,63,0.2);
}
.template-index .hero .page-width h1{
    max-width: 670px;
    font-weight: 300 !important;
    font-family: 'Roboto';
    font-size: 60px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
}

.template-index .hero .page-width h1:after{
    height: 2px;
    width: 54px;
    position: absolute;
    bottom: -27px;
    content: "";
    display: block;
    background: rgba(63,63,63,0.2);
}
.template-index .hero .page-width .mega-subtitle{
    color: #999999;
    font-size: 24px;
    left: 0px;
    max-width: 610px;
    text-align: left !important;
    margin: 0;
    font-family: 'Roboto';
    line-height: 30px;
}
.template-index .hero .hero__inner{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0;
    color: /*!setting.color_image_overlay_text{*/white/*}*/;
    z-index: 2;
    /*
    background: url(slider-screen.png) repeat;
    vertical-align: top;
    padding-top: 122px;
    */
    /* padding-top: 70px; */
}

.template-index .hero .hero__btn{
    padding: 0 42px;
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    background: #e21616;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 31px;
    margin-left: -3px;
    border-radius: 0;
}
.collection-grid-item{ padding-bottom: 222px; }
.collection-grid .grid{margin-left: -4px;}
.collection-grid .grid__item{ padding-left: 4px; }
.collection-grid .collection-grid-item{margin-bottom: 4px;position: relative;}
.collection-grid > .grid.grid--uniform > .grid__item{
    width: 33.33%;
    position: relative;
}
.collection-grid > .grid.grid--uniform > .grid__item:nth-child(2){}
.collection-grid > .grid.grid--uniform > .grid__item:nth-child(2) .collection-grid-item__title{padding: 0 35px;}
.collection-grid > .grid.grid--uniform > .grid__item:nth-child(3) .collection-grid-item__title{padding: 0 41px;}
.collection-grid > .grid.grid--uniform > .grid__item:nth-child(4) .collection-grid-item__title{
    top: 25px;
}
.collection-grid > .grid.grid--uniform > .grid__item:nth-child(5) .collection-grid-item__title{padding: 0 35px;}
.collection-grid > .grid.grid--uniform > .grid__item:nth-child(6) .collection-grid-item__title{padding: 0 41px;}


.collection-grid .collection-grid-item a:before{content:"";width:73px;height:33px;display:block;background:url(arrow.png) no-repeat center;position:absolute;bottom:30px;left:30px;z-index: 10;}


.collection-grid-item a:hover:before{background:url(arrow-white.png) no-repeat center;border: 2px solid #fff;}

.collection-grid-item__overlay{opacity:0.5;position: relative;display: block;height: 100%;width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center top;}
.collection-grid-item__link{border:none;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.collection-grid-item__link:hover .collection-grid-item__overlay,
.collection-grid-item__link:hover{ opacity:1; }

.collection-grid .collection-grid-item__title{
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Roboto';
    color:#fff;
    text-align: left;
    padding: 0 25px;
    top: 25px;
    word-break: break-word;
    display: inline-block;
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
    text-overflow: ellipsis;
    width: 50%;
    position: absolute;
}

.template-index .index-section{
    padding: 0;
}
.main-content{ margin-top: 0; }
.template-index .main-content{padding-bottom: 73px;}
.template-index .main-content { background: #0f0f0f; }
.template-index .index-section:first-child{padding-bottom: 35px;}
.template-index .collection-grid{ margin-bottom: 0; }

.custom-home-navigation{height: 412px;background-size: cover;}

.custom-home-navigation .section-header h4{
    font-weight: 500;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Roboto';
    max-width: 240px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.custom-home-navigation .section-custom-nav-wrap .section-header{margin-bottom: 53px; padding: 0; }

.custom-home-navigation .section-custom-nav-wrap{
    padding: 60px 64px;
    margin-bottom: 0;
    text-align: left !important;
}
.custom-home-navigation .section-custom-nav-wrap ul{float:left;margin: 0;margin-right:50px;min-width: 235px;list-style: none;}
.custom-home-navigation .section-custom-nav-wrap ul li a{
    display: block;
    height: 30px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 0 28px;
    line-height: 30px;
    font-weight: bold;
    opacity: 0.5;
    padding-top: 1px;
}

.custom-home-navigation .section-custom-nav-wrap ul li a:hover{ opacity:1; }
.custom-home-navigation .section-custom-nav-wrap ul li{border-bottom: solid 1px rgba(235,235,235,0.2);margin-bottom: 15px;}

.custom-home-navigation .section-custom-nav-wrap ul.custom-nav-menu-1 li:nth-child(1) a{background: url(icon-menu-home.png) no-repeat left center;}
.custom-home-navigation .section-custom-nav-wrap ul.custom-nav-menu-1 li:nth-child(2) a{background: url(icon-menu-travel.png) no-repeat left center;}
.custom-home-navigation .section-custom-nav-wrap ul.custom-nav-menu-1 li:nth-child(3) a{ background: url(icon-menu-car.png) no-repeat left center;}

.custom-home-navigation .section-custom-nav-wrap ul.custom-nav-menu-2 li:nth-child(1) a{background: url(icon-menu-outdoor.png) no-repeat left center;}
.custom-home-navigation .section-custom-nav-wrap ul.custom-nav-menu-2 li:nth-child(4) a{background: url(icon-menu-book.png) no-repeat left center;}
.custom-home-navigation .section-custom-nav-wrap ul.custom-nav-menu-2 li:nth-child(2) a{ background: url(icon-menu-trade.png) no-repeat left center;}
.custom-home-navigation .section-custom-nav-wrap ul.custom-nav-menu-2 li:nth-child(3) a{background: url(icon-menu-gift.png) no-repeat left center;}

nav#AccessibleNav .site-cart{
    position: absolute;
    top: 0;
    right: 0;
    height: 76px;
    display: table;
    font-size: 14px;
    color: #999999;
    font-family: 'Roboto';
}

nav#AccessibleNav .site-cart > span,
nav#AccessibleNav .site-cart > div{display: table-cell;vertical-align:middle;}
nav#AccessibleNav .site-wrapper{ position: relative; }
nav#AccessibleNav .site-cart > div.cart-count{padding-left: 19px;}
nav#AccessibleNav .site-cart > div.cart-count .cart-icon{
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(66,66,66,0.4) url(cart-icon.png) no-repeat center;
    border-radius: 50%;
    position: relative;
    text-align: center;
}
nav#AccessibleNav .site-cart > div.cart-count .cart-icon span{
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 16px; 
    position: absolute;
    top: 0;
    right: 0;
    background: #e31616;
    color: #fff;
    font-family: 'Roboto';
    border-radius: 50%;
}
.site-footer{margin:  0 0 0;padding: 60px 0 0;background: #212121;position: relative;}
.site-footer:after{ clear:both; content:""; display: table; }

.site-footer .grid__item.text-center{ text-align: left !important; }
.site-footer .grid__item.text-center > li{float: left;list-style: none;width: 16.66%;margin-right: 0 !important;padding-right: 20px;}
.site-footer .grid__item.text-center > li:last-child{ padding-right:0; }
.site-footer .grid__item.text-center > li ul{ margin: 0; list-style:none; padding:0; }
.site-footer .grid__item.text-center > li.site-nav--has-dropdown{font-family: 'Roboto';}
.site-footer .grid__item.text-center > li.site-nav--has-dropdown ul li a{color: #999999;font-size: 14px;line-height: 18px;margin-bottom: 15px;padding: 0;}
.site-footer .grid__item.text-center > li > a{
    color:#ffffff;
    text-transform:uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 0;
}
/* 
.site-footer:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(testing-psd.jpg) no-repeat top center;
    opacity: 1;
}
 */
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(1){ margin-right: 70px; }
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(2){ margin-right: 79px; }
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(3){ margin-right: 91px; }
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(4){ margin-right: 50px; }
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(5){margin-right: 43px;margin-bottom: 30px;}
/*
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(1) > a{margin-bottom: 21px;}
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(2) > a{margin-bottom:22px;}
*/

.site-footer__copyright{padding: 24px 0;border-top: 1px solid #363636;clear: both;color: #999999;font-size: 14px;font-family: 'Roboto';text-align: center;margin-top: 20px;}

.footer-social{ float: right; }
.footer-social a:first-child img{ margin-left: 0; }
.footer-social a { margin-left: 6px; }

body.template-index{ position: relative; }

.site-footer .grid__item.text-center > li:nth-child(7){
    clear: both;
    margin-left: 400px;
    position: relative;
    display: block;
    margin-top: -71px;
}
.site-footer .grid__item.text-center > li:nth-child(8){
    clear: both;
    margin-left: 400px;
    position: relative;
    display: block;
    margin-top: -35px;
}
.site-footer .grid__item.text-center > li:nth-child(9){
    clear: both;
    margin-left: 400px;
    position: relative;
    display: block;
    margin-top: 0;
}
.site-footer .grid__item.text-center > li:nth-child(9) ul{ display:none; }

.site-footer .grid__item.text-center > li:nth-child(7) a,
.site-footer .grid__item.text-center > li:nth-child(8) a,
.site-footer .grid__item.text-center > li:nth-child(9) a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}

.site-footer__newsletter{margin:0;float:right;width: 100%;}
.site-footer__newsletter .input-group{
    position: relative;
    padding-right: 100px;
    display: table;
    width: 100%;
    border-collapse: separate;
}
.site-footer__newsletter .input-group__btn{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.site-footer__newsletter input[type="email"]{
    background: transparent;
    border: 1px solid #363636;
    color: #999999;
    font-size: 12px;
    font-family: 'Roboto';
    padding: 9px 15px;
    height: 38px;
    line-height: 20px;
    width: 100%;
    outline: 0;
}
.site-footer__newsletter .input-group__btn .btn{
    border: none;
    padding: 0 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    border-radius: 0;
    text-transform: none;
}
.grid__item.footer-newsletter-section{float: right;width: 378px;margin-top: -80px;padding-left: 0;}

.site-footer__newsletter label{
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 18px;
    font-family: 'Roboto';
}
.template-product .main-content,
.template-collection .main-content,
.template-page .main-content{ padding-top: 0; }

.breadcrumb{
    background: white;
    padding: 14px 0;
    font-size: 12px;
    margin-bottom: 0;
  	margin-top: 10px;
}
.main-content > .breadcrumb{ display:none; }
.template-product .main-content > .breadcrumb{ display:block; }
.breadcrumb a{color: #333333;margin-right: 0;padding-right: 0;}
.breadcrumb span{color: #333333;display: inline-block;padding: 0; text-transform: capitalize;margin-right: 0px !important; }
.breadcrumb span.separator{ color: #9f9f9f; font-size: 18px; line-height: 14px; height: 14px; margin-left: 7px; margin-right: 9px !important;}

.section-header,
.template-login .section-header,
.template-article .section-header,
.template-blog .section-header,
.template-page .main-content .section-header{ position:relative; }

.section-header:after,
.template-login .section-header:after,
.template-article .section-header:after,
.template-blog .section-header:after,
.template-page .main-content .section-header:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(collection-hero-filter-full-v5.png) no-repeat center;
    background-size: cover;
}
.template-page .main-content .section-header,
.template-collection .collection-header .section-header,
.template-page .main-content .section-header{margin-bottom: 0;background: #393742;background-position: center;background-repeat: no-repeat;}
.template-page .main-content .section-header h1{
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	/* text-transform: uppercase; */
	margin-bottom: 0;
	padding: 0;
}
.template-cart .section-header, 
.template-page .main-content .section-header.history{padding: 0;}

.template-cart .section-header h1,
.template-page .main-content .section-header.history h1{
    font-size: 30px;
    line-height: 30px;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    padding: 0;
}
.template-cart .section-header p, 
.template-page .main-content .section-header.history p{
    padding-top:12px;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.7;
    max-width: 303px;
    margin-bottom: 0;
    color: #fff;
}
.template-cart .section-header a{ color:#fff; }
.template-cart .section-header h1.empty-prod{ margin:0; padding: 18px 0; }

.template-login .section-header,
.template-cart .main-content .section-header{color:#fff;margin-bottom: 0;background: #393742;background-position: center;background-repeat: no-repeat;}
.template-cart .main-content .section-header p { margin-bottom: 0; }
.template-cart .breadcrumb{ margin-bottom: 38px; }


.template-blog .section-header h1, .template-blog .section-header .h1,
.template-article h1, .template-article .h1,
.template-list-collections .section-header .h1,
#shopify-section-recently-viewed .section-header .section-header__title,
.template-page h1, .template-page .h1{font-weight: bold;color: #000;/* text-transform: uppercase; */}
.template-list-collections .section-header .h1{ margin-bottom: 0; }

.template-blog .section-header h1, .template-blog .section-header .h1,
.template-article h1, .template-article .h1{ margin-bottom:0; }

.section-header {
    padding: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: #393742;
}

.section-header .section-header-wrap{ display:table; width:100%; height:121px; vertical-align:middle; }
.section-header .section-header-wrap .inner-section-header-wrap{ display:table-cell; vertical-align: middle; }

.template-login .section-header h1,
.template-collection .collection-header .section-header h1,
.template-article .section-header h1, .template-article .section-header .h1,
.template-blog .section-header h1, .template-blog .section-header .h1,
.section-header h1{margin-bottom: 0;font-size: 30px;line-height: 30px;/* text-transform: uppercase; */padding: 0;color: #fff;}


.template-login.customer{ margin-bottom:50px; }

.template-collection .collection-header .section-header{ padding: 50px 0; color: #fff; background-position: center; background-repeat: no-repeat; }
.template-collection .collection-header .section-header .sort-filter-header label{ color:#fff; }
.template-collection .collection-header select{ background-color: #fff; }

/* ASP-83 */
.page-custom-sidebar,
#contact-sidebar{width: 200px;float:left;margin-left: -370px;position: relative;}
/* end/ASP-83 */

.page-sidebar-title,
.contact-sidebar-title{ font-weight: bold; font-size: 16px; text-transform: uppercase; color: #333; padding-bottom: 34px; border-bottom: 1px solid #e1e1e1; }

.contact-sidebar-address{
    border-bottom: 1px solid #e1e1e1; 
    color: #666666;
    padding: 18px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}


.contact-sidebar-phones .phone{
    border-bottom: 1px solid #e1e1e1; 
    color: #666666;
    padding: 18px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    background: url(icon-phone-contact.png) left center no-repeat;
    padding-left: 38px;
}
.page-custom-wrapper,
.contact-wrapper{ padding-left: 370px; padding-bottom: 75px; }

.page-custom-wrapper .page-main-content,
.contact-wrapper div.contact-form{float: right;width: 100%;}

.contact-wrapper .contact-form .rte{ margin-bottom: 0;  }
.contact-wrapper .contact-form h3{
    font-weight: bold; font-size: 16px; text-transform: uppercase; color: #333; padding-bottom: 34px;
    margin-bottom: 0;
}
#contact_form .grid.grid--half-gutters,
#contact_form textarea{ margin-bottom: 20px; }

.form-vertical input[type="email"],
.form-vertical input[type="phone"],
.form-vertical input[type="tel"],
.form-vertical input[type="text"],
.form-vertical select, .form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.contact-wrapper form.contact-form{
    padding: 35px;border:1px solid #d7d7d7;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}
.contact-wrapper form.contact-form label{ font-size: 12px; font-weight: 500; }
.contact-wrapper form.contact-form label span{color: #cc0000; }
.contact-wrapper form.contact-form .btn{
    margin-bottom: 0;
    float: right;
    background: #333333;
    width: 118px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    height: 48px;
    line-height: 50px;
    padding: 0;
}
.sort-filter-header{padding-right: 0;margin-bottom: 30px;width: 100%;}
.sort-filter-header .sort-filter-wrap{ float:right; }

.sort-filter-header{float: right; padding: 0; }
.sort-filter-header.collection-list-display{ padding: 14px 10px 14px 0; }

.sort-filter-header .filters-toolbar{ float: left; margin-left: 20px; }
.filters-toolbar .collection-view{ display: none; }

.sort-filter-header label{ display: inline-block; font-size: 12px; color: #666666; font-weight: 500; margin-right: 10px; }
.sort-filter-header .filters-toolbar__input{
    border: 1px solid #d7d7d7;
    height: 38px;
    padding: 0 17px;
    color: #666666;
    font-size: 12px;
    font-family: 'Roboto';
    width: 200px !important;
}
.template-list-collections .section-header .h1,
.template-collection .section-header h1{ float: left; }

.page-custom-wrapper .page-main-content .grid-view-item{
    margin: 0 auto 35px;
    padding: 20px 20px 20px;
    border: 1px solid #d7d7d7;
}
.page-custom-wrapper .page-main-content .grid-view-item__title{font-size: 16px;color: #333333;font-weight: bold; min-height:46px;/* text-transform: uppercase; */}
.page-custom-wrapper .page-main-content .grid-view-item__meta{ margin-top: 2px; margin-bottom:5px; }
.page-custom-wrapper .page-main-content .product-price__price{
    color: #666666;
    font-size: 14px;
}

.page-sidebar-title{ margin-bottom: 24px; }

/* ASP-83 */
.custom-sidebar-menu > li > a,
.list-collection-side,
.list-collection-side a {color: #9D9D9D; font-size: 14px; text-transform: uppercase; font-weight: bold; }
.list-collection-side { margin-bottom: 12px; }

.custom-sidebar-menu li { margin-bottom: 12px; }
.custom-sidebar-menu li a { color: #9D9D9D; font-weight: bold; text-transform: uppercase; }
.custom-sidebar-menu li > .dropdown { display: none; padding: 12px 0 0 12px; }
.custom-sidebar-menu li.active > .dropdown { display: block; }
.custom-sidebar-menu li.active > a { color:#333; }
.custom-sidebar-menu li.active--store > a { color:#E21616; }
.custom-sidebar-menu li > .dropdown--last li { margin-bottom: 6px; }
.custom-sidebar-menu li > .dropdown--last a { text-transform: none; font-weight: normal; }
/* end: ASP-83 */

.template-page .page-content,
.template-blog .page-content,
.template-article .page-content{ padding-top: 50px; }

.template-page.storelocator .page-content{ padding: 0 0 !important; }
.template-page.storelocator .page-content .rte,
#map-container{ margin-bottom:0 !important; }

.faq-accord{border: 1px solid #e8e8e8;margin-bottom: 28px; width: 100%;}
.faq-accord .faq-question{
    color: #717171;
    font-size: 16px;
    font-weight: bold;
    /* text-transform: uppercase; */
    padding: 15px 100px 15px 29px;
    cursor: pointer;
    position: relative;
}

.faq-accord .faq-question:after{
content: "";
display: block;
width: 27px;
height: 16px;
background: url(faq-arrow.png) no-repeat center;
position: absolute;
right: 28px;
top: 50%;
margin-top: -8px;
}

.faq-accord.active .faq-question:after{
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}

.faq-accord .faq-answer{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    padding: 0 29px 29px;
    display: none;
    overflow: hidden;
}
.faq-accord.active .faq-question{color:#333333;padding-bottom: 18px; padding-top:33px; }


.product-single-meta{width: 414px;background: url(product-single-meta.png) repeat;padding: 35px 42px;}

.product-single-meta h1.product-single__title,
.product-single-meta .product-single__title.h1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 30px;
    /* text-transform: uppercase; */
    line-height: 36px;
    margin-bottom: 0px;
    color: #000;
}
.product-price__price{font-size: 24px;line-height: 24px;color:#131313; }
.single-option-selector,
.product-form__input{height:43px;border-color: #d7d7d7;}
.product-form{display: block;position: relative;z-index: 30;}

.selector-wrapper.left{
    width: 50% !important;
    float:left;
    display:block;
    padding-right: 6px;
}
.entry.right{float:right;padding-left: 0px;}


.product-single-wrapper{ padding-right: 470px; }
.product-single-wrapper .product-image-wrapper{float: left;width: 100%;position: relative;}
.product-single-wrapper .product-image-wrapper.has_thumbnails{
    padding-left: 0;
}
.product-single-wrapper .product-single-meta{ margin-right: -470px; float: right; }



.product-main-details-section{
    padding: 50px 0;
    box-shadow: none;
	overflow:hidden;
}
.product-single__description .tab-content,
.product-single__description .tab-titles{ ist-style: none; margin: 0; list-style: none; }

.product-single__description .tab-content{
    padding: 40px 0;
    clear: both;
}
.product-single__description .tab-titles :after{ clear: both; width: 100%; height: 0; display: block; content: ""; }
.product-single__description{ margin: 0; }
.product-single__description .tab-titles { float: left; width: 100%; border-bottom: 1px solid #e1e1e1; list-style: none; margin: 0; }
.product-single__description .tab-titles li{
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
}
.product-single__description .tab-titles li:last-child{ margin-right:0; }
.product-single__description .tab-titles li.active{
    font-weight: bold;
    color: #000000;
}
.product-single__description .tab-titles li.active:after{
    color: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #252525;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-single__description .tab-titles li a{ display: block; font-size: 14px; color: #999999; }

/* #description{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}*/

#description strong{ color: #333333; }

#shopify-section-recently-viewed .section-header{ box-shadow: none; }
#shopify-section-recently-viewed .section-header .section-header__title{ text-align: left; }

.custom-sidebar-menu,
.custom-sidebar-menu ul{ list-style: none; margin: 0; padding: 0; }

.page-custom-wrapper.recent-viewed-wrapper{
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 55px;
    padding-right: 55px;
}
#accessories-products-section.page-custom-wrapper.recent-viewed-wrapper{
    padding:0;
}
#accessories-products-section.page-custom-wrapper .page-main-content .grid-view-item{margin-bottom:0;padding-bottom: 0;}

#accessories-products-section a{ text-decoration:none; }

.page-custom-wrapper.recent-viewed-wrapper .recently-header {
    border-top: 1px solid #d7d7d7;
    padding: 35px 0;
}
.page-custom-wrapper.recent-viewed-wrapper .recently-header h2.h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #333333;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.product-short-description{
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.engraving-entry-wrapper .selector-wrapper:nth-child(even){ margin-right: 0; margin-left: 2%; }
.engraving-entry-wrapper .show-when-enable{ display: none !important; }
.engraving-entry-wrapper.enabled .show-when-enable{ display: block !important; }

/* ASP-96 */
/* removed */
/* end: ASP-96 */

.engrave-wrap-options{ display: none; }
.engraving-entry-wrapper.enabled .engrave-wrap-options{ display: block; }

.bordered-section{
    padding: 45px;
    background: #fff;
    border:1px solid #d7d7d7;
}
.two-column-section .two-column{ padding: 0 0 50px; margin: 0 -30px; }
.two-column-section .two-column.last{ padding-bottom: 0; }
.two-column-section .two-column:after{ content: ""; display: block; clear: both; width: 100%; height: 0; }
.two-column-section .two-column .column{
    float: left;
    width: 50%;
    display: block;
    padding: 0 30px;
}
.bordered-section h3,
.two-column-section .two-column .column h3{ font-weight: normal; font-size: 18px; line-height: 30px; }
.bordered-section p,
.two-column-section .two-column .column p{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.two-column-section .two-column.right_image .column.image{
    float: right;
}

.two-column.flashlight-spec .column{ margin-bottom: 15px; }
.two-column.flashlight-spec .column span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #a6101b;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 50%;
}

/* .blog-content{ width: 70%; float: left; }
.blog-content .blog-content-wrap{ max-width: 720px; } */
.blog-sidebar{ width: 30%; float: right; }

.blog-content .blog-content-wrap .blog-details .article__featured-image{
    padding: 14px;
    display: block;
    width: 270px;
    float: left;
    margin-left: -310px;
}
.blog-content .blog-content-wrap .blog-details .article__featured-image .image-box{
    width: 240px; height: 216px;    
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border:1px solid #ebebeb;
}

.blog-content .blog-content-wrap .blog-details{ padding-left: 310px; font-size: 14px; line-height: 24px; color: #000; -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
border-radius: 10px;
                                              }

.single-article .single-article-content .datetime,
.blog-content .blog-content-wrap .blog-details p.datetime{ line-height: 12px; }

.single-article .single-article-content time,
.blog-content .blog-content-wrap .blog-details time{ font-size: 12px; color: #666666; text-transform: uppercase; margin-bottom: 15px; }

.single-article .single-article-content h2.h3,
.blog-content .blog-content-wrap .blog-details h2.h3{margin-bottom: 0px;font-size: 20px;color: #000;/* text-transform: uppercase; */line-height: 24px; padding-top: 20px;}
.blog-content .blog-content-wrap .blog-details h2.h3 a{ color: #000; }
.blog-content .blog-content-wrap .blog-details h2.h3 a:hover{ text-decoration: underline; }
.blog-content .blog-content-wrap .blog-details .read-more a{   
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #e21616;
}
.blog-content .blog-content-wrap .blog-details .read-more a:hover{ color:#fff; background-color: #000; }
.blog-sidebar .blog-sidebar-wrap{ max-width: 250px; float: right; }
.blog-sidebar .blog-sidebar-wrap h3.h4{
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.blog-sidebar .blog-sidebar-wrap .article__featured-image{ float: left; margin-right: 20px; margin-bottom: 22px; }
.blog-sidebar .blog-sidebar-wrap .article__featured-image .image-box{
    width: 50px; height: 50px;  
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border:1px solid #ebebeb;
}
.blog-sidebar .blog-sidebar-wrap a{ color: #333333; font-weight: 500; font-size: 14px; line-height: 24px; }
.blog-sidebar .blog-sidebar-wrap a:hover{ color: #666; text-decoration: underline; }
.blog-sidebar .blog-sidebar-wrap ul li{ clear: both; margin-bottom: 20px; }
.template-blog .article{ margin-bottom: 50px; }
.template-blog .pagination{ clear: both; padding: 20px 0 0; }
.template-blog .pagination span{ margin: 0 4px; border: 1px solid #ddd; }
.template-blog .pagination span.current{     border: 2px solid #e21616;
    color: #fff;
    background-color: #e21616; }
.template-blog .pagination span,
.template-blog .pagination a{
    display: inline-block; vertical-align: top; display: inline-block; width: 45px; height: 38px; text-align: center; line-height: 38px;
    color:#999999;
    font-size: 14px;
    font-weight: bold;
    padding: 0 !important;
}
.template-blog .pagination span.prev,
.template-blog .pagination span.next {width: auto;}
.template-blog .pagination span.prev a,
.template-blog .pagination span.next a{
    color: #333333;
    border: none;
    text-transform: uppercase;
    width: auto;
    padding: 0 50px !important;
}
/* .single-article .blog-content .blog-content-wrap{ max-width: 800px; } */
.single-article .single-article-content .featured-image-post { margin-bottom: 30px; text-align: center; }
.single-article .single-article-content .featured-image-post img{ border:1px solid #ebebeb; }

.single-article-content{
    padding: 37px;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}
.engrave-details-final,
.entry.buttons{ display: none; }
.entry.buttons button{
    width: 49%;
    margin-bottom: 10px;
    border-radius:0;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    outline: 0;
    float: left;
    font-size: 12px;
    display: block;
    height: auto;
    white-space: normal;
}
#add-laser-engraving.btn{
    background: #494949;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 43px;
    border-radius: 0;
    outline: 0; 
    width: 100%;
    line-height: 43px;
    padding: 0;
    text-transform: uppercase;
}

#remove-laser-engraving.btn{
    background: url(remove-engrave.png) no-repeat right center #fff;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 43px;
    border-radius: 0;
    outline: 0;
    width: 100%;
    line-height: 43px;
    padding: 0;
    text-transform: uppercase;
    border:1px solid #cccccc;
    color: #333333;
    text-align: left;
    padding: 0 10px;
    display: none;
}
.entry.buttons button.engraveMe{
    background: #333;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    margin-right: 1%;
}
.entry.buttons button.engraveCancel{background: #b2b2b2;margin-left: 1%;height: 52px;}

.main-buttons-section{clear: both;padding-left: 112px;}

.main-buttons-section .quantity-box-section{float:left;width:100px;margin-left: -112px;}

.collection-hero{ position: relative; /*margin-bottom: 38px; */ }

.template-article .section-header,
.template-blog .section-header,
.collection-hero { margin-bottom: 0; background-position: center; background-repeat: no-repeat; background: #393742; }

.template-page .main-content .breadcrumb,
.template-article .breadcrumb,
.template-blog .breadcrumb,
.template-collection .breadcrumb { margin-bottom: 38px; }

.template-collection .breadcrumb.page-breadcrumb{margin-bottom:0;background: transparent;font-size: 12px;font-weight: 400;top: 0;left: 0;padding-top: 0;padding-bottom: 0;float: left;}
.template-collection .breadcrumb.page-breadcrumb a,
.template-collection .breadcrumb.page-breadcrumb span{color: #000;}
.template-collection .breadcrumb.page-breadcrumb a{text-transform: capitalize;}
.template-collection .breadcrumb.page-breadcrumb a:first-child{ margin-left:0; }
.template-collection .breadcrumb.page-breadcrumb span.separator{position:relative;font-weight:normal;color: #666;}
.template-collection .page-sidebar-title{padding:0;margin-bottom: 0;border-bottom: none;}
.template-collection .page-custom-wrapper{ padding-top: 50px; }
.template-collection #Collection{ position:relative; }
.template-collection .custom-breadcrumbs-collection{position: absolute;top: 40px; z-index: 20; }
.template-collection .page-custom-sidebar{ padding-top: 58px;}

.collection-hero__image{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*
    background-size: cover;
    background-repeat: no-repeat;background-position: center right;
    */
    background-position: center;
    background-repeat: no-repeat;
    background-color: #393742;
}
.collection-hero__image:after{
    content: "";
    display: block;
    position: absolute;
    top:0;
    right: 0;
    left:0;
    bottom: 0;
    background: url(collection-hero-filter-full-v5.png) no-repeat center;
    background-size:cover;
}
.collection-hero-header-wrap{
    display: table;
    width: 100%;
    height: 150px;
    vertical-align: middle;
    text-align: left;
}
.collection-hero-header-wrap .inner-wrap{
    display: table-cell;
    vertical-align: middle;
    color:#fff;
}
.collection-hero__title-wrapper{ position: relative; z-index: 100; }
.collection-hero__title-wrapper .collection-hero__title{
    font-size: 30px;
    line-height: 30px;
    /* text-transform: uppercase; */
    margin-bottom: 12px;
    padding: 0;
}
.collection-hero__title-wrapper .collection-description{
    font-size: 18px;
    line-height: 24px;
    opacity: 0.7;
    max-width: 325px;
    margin-bottom: 0;
}
.collection-hero__title-wrapper .collection-description p:last-of-type{margin-bottom:0; }
.collection-with-featured{ margin-bottom: 38px; width: 100%; }

.engrave-details-final{
    background:#fff;
    border:1px solid #d9d9d9;
    padding: 20px;
    font-size: 12px;
    clear: both;
    font-weight: 400;
    margin-bottom: 20px;
}

.engrave-details-final li {
    word-break: break-all;
}

.engrave-details-final h3{ font-size: 16px; font-weight: normal; line-height: 24px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #d9d9d9; }

.engrave-details-final h3 a.btn{
    width: 65px;
    height: 27px;
    border-radius: 0;
    line-height: 27px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    float: right;
    background: #e9e9e9;
    color: #666666;
    border-bottom: 1px solid #d7d7d7;
}

.engrave-details-final ul{ list-style:none; margin:0;}

.engrave-details-final .meta-engrave-font{ text-transform: capitalize; }
.engrave-input-box{ display: none; }

.testimonial-intro{
    padding: 30px 0 20px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #919191;
    font-weight: 300;
    font-family: 'Roboto';
}
.testimonial:after{ content: ""; display: block; width: 100%; height: 0; clear: both; }
.testimonial{
    background: #fff;
    padding: 40px 40px 40px 350px;
    border: 1px solid #d7d7d7;
    margin-bottom: 50px;
}
.testimonial .testimonial-image{
    float: left;
    margin-left: -310px;
}
.testimonial .testimonial-image img{ float: left; max-width: 234px; }
.testimonial .testimonial-content h3{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 15px 0 20px;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}
.testimonial .testimonial-content .content{
    font-weight: normal;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin-bottom: 15px;
}
.testimonial .testimonial-content .content:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -28px;
    width: 19px;
    height: 14px;
    background: url(testimonial-quote.png) no-repeat center;
}

.testimonial .testimonial-content .content:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 19px;
    height: 14px;
    background: url(testimonial-quote.png) no-repeat center;
    margin-left: 10px;
    margin-top: -3px;
}

.testimonial .testimonial-content .author{
    color: #0f0f0f;
}

.small-banner-container:after{ content:""; display: block; height:0; width:100%; clear:both; }

.mini-banner-wrap{ float:left; width:50%; }
.mini-banner-wrap:nth-child(1){ padding-right:2px; }
.mini-banner-wrap:nth-child(2){ padding-left:2px; }

.small-mini-banner{display:block; padding: 21px 30px;position: relative;margin-bottom: 4px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.small-mini-banner:before{
    background: url(home-engrave-filter.png) repeat center;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.small-mini-banner .section-header{padding: 0;margin: 0;position: relative;z-index: 2;box-shadow: none;background: transparent;}
.small-mini-banner .section-header:after{ display:none; }
.small-mini-banner .section-header h4.h2{
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    font-family: 'Roboto';
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.small-mini-banner .section-header span.link{
    border:2px solid #fff;
    content: "";
    width: 73px;
    height: 28px;
    display: block;
    background: url(arrow-white.png) no-repeat center;
    margin-top: 20px;
    z-index: 10;
    margin-top: 11px;
    margin-left: 20px;
    float: right;
    opacity: .5;
}
.small-mini-banner:hover .section-header span.link{opacity: 1;}


.swatch .header{ display: none; }
.swatch .swatch-element{ width: 14px; height: 14px; display: inline-block; vertical-align:middle; }
.swatch .swatch-element label{
    width: 14px;
    height: 14px; overflow: hidden; border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b7b7b7;
}
.swatch .swatch-element label img{ display: table-cell; }

.swatch .swatch-element input[type="radio"]{ display: none; }
.swatch .swatch-element .tooltip{ display: none; }

.grid-view-item .swatch{
    float: right; text-align: right;    
    width: 50%;
    padding-left: 10px;
}
.grid-view-item .star-rating-on-loop{ float: left; width: 100%; padding-right: 10px; }

.product-single-meta .stars-on-product .spr-icon-star-empty:before,
.grid-view-item .star-rating-on-loop .spr-icon-star-empty:before {
    content: '\e801';
    color: #c2ab00;
}
.product-single-meta .stars-on-product .spr-icon-star:before,
.grid-view-item .star-rating-on-loop .spr-icon-star:before{
    content: '\e800';
    color: #c2ab00;
}
.grid-view-item .star-rating-on-loop .stars-on-product{ margin-bottom: 0; }

.grid-view-item .specifications{
    margin: 0 0 9px;
    padding: 0;
    font-size: 13px;
    color: #000;
    list-style: none;
}
#create_customer .input-full,
#CustomerLoginForm #CustomerEmail{ margin-bottom: 20px; }

.collection-list-page .page-custom-wrapper{ padding:0; }


.pagination {
  text-align: center;
  list-style: none;
  font-size: 13px;
}
.pagination li {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    padding: 0 10px;
}

.product-properties{ text-transform: capitalize; }

/* videos */
.page-videos {
    clear: both;
}

.videos-filters-container {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.videos-filters-toggle {
    display: inline-flex;
      align-items: center;
    background: #fff;
    border: 1px solid #E4E4E4;
    line-height: 1;
    padding: 12px;
}

.videos-filters-toggle::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #333333 transparent transparent transparent;
    margin-left: 10px;
}

.videos-filters {
    list-style: none;
    margin: 0;
}

/* dropdown */
/* bof - ASP-58 */
@media (max-width: 1024px) {
    #shopify-section-videos-sidebar {
        position: absolute;
        top: 0;
        display: flex;
	    justify-content: space-between;
    	width: 100%;
    }
}
/* eof - ASP-58 */

@media (max-width: 1023px) {
    .videos-filters {
        display: none;
        background: #fff;
        border: 1px solid #E4E4E4;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
        min-width: 130px;
        padding: 12px;
        position: absolute;
          left: 0;
          top: 100%;
    }

    .videos-filters.show {
        display: block;
    }

        .videos-filters li {
            white-space: nowrap;
        }
}

@media (min-width: 1024px) {
    .videos-filters-toggle {
        display: none;
    }

    #shopify-section-videos-sidebar {
        width: 182px;
        margin-right: 5.12%;
    }

    #shopify-section-videos, #shopify-section-loginvideos {
        flex: 1;
        display: flex;
    }

    .videos-filters {
        display: block;
    }
}

.videos-section {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 0 -9px;
      align-content: baseline;
}

    .videos-section .video-wrapper { 
        padding: 0 9px 30px;
        width: 100%;
    }

    @media (min-width: 365px) {
        .videos-section .video-wrapper {
            width: 50%;
        }
    }

    @media (min-width: 650px) {
        .videos-section .video-wrapper {
            width: 33.3%;
        }
    }

    @media (min-width: 990px) {
        .videos-section {
            margin-left: -15px;
            margin-right: -15px;
        }

            .videos-section .video-wrapper { 
                padding: 0 15px 30px;
            }
    }

    @media (min-width: 1170px) {
        .videos-section .video-wrapper { 
            padding: 0 15px 30px;
            width: 25%;
        }
    }

.videos .video-title {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.videos .video-description { 
    padding: 20px 0 0;
}
    
    .videos .video-description:empty { display: none }

.videos .video-poster { 
    position: relative;
    margin-bottom: 9px;
}

    .videos .video-poster span {
        background: url(video-play-button.png) no-repeat center rgba(68,68,68,0.4);
        position: absolute; 
          top: 0; 
          left: 0; 
          right: 0; 
          bottom: 0; 
          display: block;
    }

    .videos .video-poster img { display: block; }
    
    .videos .video-poster:after{
        clear: both;
        width: 100%;
        height: 0;
        display: block;
        content: "";
    }

.mobile-nav{ display: none; }
#video-container{ margin-left: 100px; overflow:hidden; position:relative; z-index:21; }
.blog-prev-next:after{
    clear: both;
    width: 100%;
    height: 0;
    display: block;
    content: "";
}
.blog-prev-next.with-links{
    padding: 65px 0;
}
.blog-prev-next a{
    display: block;
    width: 135px;
    height: 38px;
    text-align: center;
    border:1px solid #ddd;
    line-height: 38px;
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    font-weight: bold;
}
.blog-prev-next a.prev-article{ float: left; }
.blog-prev-next a.next-article{ float: right; }
.blog-prev-next a:hover{ color: #000; }

.product-single-wrapper .social {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-190px);
    -ms-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.product-single-wrapper .social.active {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 50;
}
.product-single-wrapper .social ul {
    position: relative;
    left: 0;
    right: 0;
    /* width: 120px; */
    /* height: 36px; */
    color: #fff;
    background: #2CA8D2;
    margin: auto;
}
.product-single-wrapper .social ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
 /*   right: 0;*/
    bottom: -42px;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2CA8D2;
}
.product-single-wrapper .social ul li {
    font-size: 20px;
    cursor: pointer;
    /*width: 32px;*/
    margin: 0;
    text-align: center;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.product-single-wrapper .social .atclear {
    display: none;
}
.social a {
    padding: 0 !important;
}
.addthis_toolbox a {
    margin-bottom: 0 !important;
  font-size:13px; 
  font-weight:400;
  padding:4px !important;
}
.social-trigger{float: left;clear: both;margin-left: 0px;margin-top: 0px;}
.template-search .grid .grid__item{
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}
.template-search .grid .grid__item.push--one-third {
    left: 33.333%;
}
.template-search .grid .grid__item.one-third {
    width: 33.333%;
}
.template-search .grid .grid__item.two-thirds {
    width: 66.666%;
}
.shopping-cart-empty{ padding-top: 60px; }


/** PDF Table **/
template-page lightmatrix{ background:#f7f7f7; }

.template-page.lightmatrix #shopify-section-footer .site-footer,
.template-page.pdftable #shopify-section-footer .site-footer{padding-top:0; }
.template-page.lightmatrix #shopify-section-footer .page-width > div:nth-child(1),
.template-page.pdftable #shopify-section-footer .page-width > div:nth-child(1){ display:none; }
.template-page.lightmatrix #shopify-section-footer .site-footer__copyright,
.template-page.pdftable #shopify-section-footer .site-footer__copyright{ margin-top:0; border-top:0; }

/*
.template-page.pdftable .header-newletter,
.template-page.pdftable .site-header .main-wrapper .site-header__search,
.template-page.pdftable #shopify-section-header #top-nav-section,
.template-page.pdftable #shopify-section-header nav#AccessibleNav,
.template-page.pdftable #shopify-section-header .notification-bar,
.template-page.lightmatrix .header-newletter,
.template-page.lightmatrix .site-header .main-wrapper .site-header__search,
.template-page.lightmatrix #shopify-section-header #top-nav-section,
.template-page.lightmatrix #shopify-section-header nav#AccessibleNav,
.template-page.lightmatrix #shopify-section-header .notification-bar{ display:none; }

.template-page.lightmatrix #shopify-section-header,
.template-page.pdftable #shopify-section-header{ position:relative; }

.template-page.lightmatrix .site-header .main-wrapper,
.template-page.pdftable .site-header .main-wrapper{padding: 0;text-align: center;}

.template-page.lightmatrix .header-logo-section,
.template-page.pdftable .header-logo-section{margin:0;float: none;display: inline-block;text-align: left;width: auto;padding: 0;margin-right: -93px;}

.template-page.lightmatrix #PageContainer,
.template-page.pdftable #PageContainer{ padding-top: 0 !important; }

*/
.template-page.lightmatrix .main-content .section-header,
.template-page.pdftable .main-content .section-header{background: #fff !important;padding: 30px 0;overflow: hidden;}

.template-page.lightmatrix .main-content .section-header:after,
.template-page.pdftable .main-content .section-header:after{ background:none; }

.template-page.lightmatrix .main-content .section-header h1,
.template-page.pdftable .main-content .section-header h1{color:#000;text-transform: none;}

.template-page.lightmatrix .main-content .section-header p,
.template-page.pdftable .main-content .section-header p{font-size:30px;font-weight:300;color: #000;margin-bottom: 0;line-height: 1;}


.template-page.lightmatrix .main-content,
.template-page.pdftable .main-content{ padding-bottom: 0; }

#pdftable-main-container:after{ color:""; display:table; clear:both; }
#pdftable-main-container.enable_sticky{margin-top: 152px;}
#pdftable-main-container.enable_sticky .lightmatix-data-specs{ top:143px; }
.page-content.pdftable{background: #f7f7f7;padding-bottom: 0;padding: 50px 0;font-weight: 400;}

.pdf-table-tabs{ list-style: none; position: relative; margin: 0; display: none; }
.pdf-table-tabs li{ float: left; width: 25%; margin: 0; position: relative; }
.pdf-table-tabs li a{
    display: block;
    border-right: 1px solid #b8b8b8;
    padding: 16px 10px 14px;
    color: #f7f7f7;
    /* text-transform: uppercase; */
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #888;
}
.pdf-table-tabs li:last-child a{ border-right: 0; }
.pdf-table-tabs li.active a{ background: #0f0f0f; border-right: none; }

.pdf-table-tabs li.active:after,
.pdf-table-tabs li.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.pdf-table-tabs li.active:after {
    border-top-color: #0f0f0f;
    border-width: 8px;
    margin-left: -8px;
}
.pdf-table-tabs li.active:before {
    border-top-color: #838383;
    border-width: 9px;
    margin-left: -9px;
}

.pdf-table{list-style: none;margin: 0 -15px;padding: 50px 0 0;}
.pdf-table-symbols:after,
.pdf-table-symbols:after,
.pdf-table-tabs:after,
.tabled.pdf-table li .wrap-in:after,
.tabled.pdf-table .product-table-specs:after,
.pdf-table:after{ clear: both; width: 100%; height: 0; display: block; content: ""; }
.tabled.pdf-table li{ width: 50%; padding: 0 15px; float: left; margin-bottom: 30px; display:none; }

.tabled.pdf-table li .wrap-in{ border:1px solid #ddd; background: #fff; padding: 30px 20px 30px 30px; }

.tabled.pdf-table li .wrap-in .wrap-image{float: left;width: 22%;margin-right: 3%;padding-top: 45px;}
.tabled.pdf-table li .wrap-in .wrap-content{float: left;width: 75%;}
.tabled.pdf-table li .wrap-in .wrap-content .product-title{ color: #333333; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 16px; }
.tabled.pdf-table li .wrap-in .wrap-content .product-table-price{ padding: 10px 0 5px; }
.tabled.pdf-table li .wrap-in .wrap-content .product-table-price .product-price__price{ font-size: 16px; color: #e21616; }

.tabled.pdf-table .product-table-specs{ margin: 0 -10px;  }
.tabled.pdf-table .product-table-specs .product-table-spec-block{ float: left; width: 50%; padding: 0 10px; }
.tabled.pdf-table .product-table-specs .product-table-spec-block .product-spec{ margin-bottom: 10px; font-size: 13px; color: #555555; }
.tabled.pdf-table .product-table-specs .product-table-spec-block .product-spec span{ font-weight: bold; color: #000; }

.pdf-table-symbols{ padding-bottom: 50px; clear: both; }
.pdf-table-main-symbols .pdf-symbol{
    font-size: 13px;
    color: #000;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding-left: 30px;
}
.meta-spec.symbol-1,
.pdf-table-main-symbols .pdf-symbol.symbol-1{ background-image: url(pdf-table-symbol-1.png); }
.meta-spec.symbol-2,
.pdf-table-main-symbols .pdf-symbol.symbol-2{ background-image: url(pdf-table-symbol-2.png); }
.meta-spec.symbol-3,
.pdf-table-main-symbols .pdf-symbol.symbol-3{ background-image: url(pdf-table-symbol-3.png); }
.meta-spec.symbol-4,
.pdf-table-main-symbols .pdf-symbol.symbol-4{ background-image: url(pdf-table-symbol-4.png); }
.meta-spec.symbol-5,
.pdf-table-main-symbols .pdf-symbol.symbol-5{ background-image: url(pdf-table-symbol-6.png); }
.meta-spec.symbol-6,
.pdf-table-main-symbols .pdf-symbol.symbol-6{ background-image: url(pdf-table-symbol-triangle.svg); }
.pdf-table-main-symbols .pdf-symbol.symbol-6{ background-size: 15px 13px; }
.meta-spec.symbol-7,
.pdf-table-main-symbols .pdf-symbol.symbol-7{ background-image: url(pdf-table-symbol-7.svg); }
.pdf-table-main-symbols .pdf-symbol.symbol-7{ background-position: 2px center; } /* change by ASP-43 */
.meta-spec.symbol-8,
.pdf-table-main-symbols .pdf-symbol.symbol-8{ background-image: url(pdf-table-symbol-number.svg); }
.pdf-table-main-symbols .pdf-symbol.symbol-8{ background-size: 10px 13px; background-position: 1px center; } /* change by ASP-43 */

.meta-spec{
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    margin-top: 4px;
    margin-left: 5px;
}
#sticky-header-light-matrix .pdf-table.grid_layout{padding-top: 50px;border-bottom: 0;}
.pdf-table.grid_layout{float: left;margin: 0;display: block;border: 1px solid #ddd;background: #fff;width: 100%;position: relative;padding-top: 0;}
.pdf-table.grid_layout li{float: left;width: 120px;background: #fff;margin-bottom: 0;display: block !important;}
.pdf-table.grid_layout li.product-list.hovering{
    position:relative;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec.spec_hover{
    position:relative;
    background:#fff;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
}
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec.spec_hover.spec_active{
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.pdf-table.grid_layout li.display_important{ display: block !important; }
#lightmatix-data-center td .wrap-in .wrap-content .product-title,
.grid_layout.pdf-table li .wrap-in .wrap-content .product-title{color: #fff;font-size: 12px;font-weight: bold;line-height: 16px;height: 48px;display: table;margin-bottom: 0;text-align: center;width: 100%;background: #333333;}
#lightmatix-data-center td .wrap-in .wrap-content .product-title a,
.grid_layout.pdf-table li .wrap-in .wrap-content .product-title a{display: table-cell;vertical-align middle;padding-bottom: 0;vertical-align: middle;color: #fff;border-right: 1px solid #2f2f2f;}

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec span,
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec span{ display: none; }

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec span.product-price__price{
    display:inline;
    font-size:14px;
    font-weight:bold;
    color: #e21616;
}

#lightmatix-data-center td .wrap-in .product-table-specs,
.grid_layout.pdf-table .product-table-specs{border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center;}
#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec,
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec{padding: 10px 5px;height: 100px; max-height: 100px; overflow: hidden; display: table;width: 100%;vertical-align: middle;font-size: 12px;position: relative;color: #333;font-weight: 400;}
#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec > div,
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec > div{ display: table-cell; vertical-align:middle; white-space: wrap; }

.spec-table-title{ position: relative; }

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec > div.appended-desc,
.spec-table-title > div.appended-desc{
    background: #333;
    position: absolute;
    top: 0;
    width: 200px;
    padding: 20px;
    color: #fff;
    text-align: left;
    left: 100%;
    right: auto;
    z-index: 190;
}


.spec-table-title > div.appended-desc:before{
    right: 100%;
    top: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -10px;
}
.spec-table-title > div.appended-desc:before{
    right:auto;
    left: -10px;
    border-right-color: #333;
    border-width: 5px;
    border-left-color: transparent;
}

#lightmatix-data-center td .wrap-in .product-table-specs .product-table-spec-block .product-spec:nth-child(2n),
.grid_layout.pdf-table .product-table-specs .product-table-spec-block .product-spec:nth-child(2n) { background: #f7f7f7; }

#mobile-list-spec{ display:block; }
#pdftable-main-container .page-width{ position:relative; }

#mobile-list-spec{
    position: absolute;
    top: 0;
    z-index: 250;
    width: 88px;
}
.lightmatix-data-specs{
    width: 88px;
    position:absolute;
    top: 109px;
    left:0;
}
#lightmatix-data-center tr td:first-child .wrap-in .wrap-image{ border-left:1px solid #ddd; }
#lightmatix-data-center td .wrap-in .wrap-image,
.grid_layout.pdf-table li .wrap-in .wrap-image{display:flex; align-items: center; justify-content: center; border-top:1px solid #ddd;border-right:1px solid #ddd;padding: 10px 5px;height: 120px;position: relative;}
.lightmatix-data-specs,
.grid_layout.pdf-table li.first-list{width: 88px;font-size: 12px;font-weight: bold;color: #fff;background: #888888;z-index: 200;}
.grid_layout.pdf-table li .product-table-price{ display: none; }

.grid_layout.pdf-table li .product-table-specs{border-bottom:none; }

#lightmatix-data-center td .wrap-in .wrap-image .lightmatix-t-w{ display: table; width: 100%; height: 100%; }
#lightmatix-data-center td .wrap-in .wrap-image .lightmatix-t-w-c{ display: table-cell; vertical-align: bottom; }
#lightmatix-data-center td .wrap-in .wrap-image .lightmatix-t-w-c img{ vertical-align: bottom; }

.lightmatix-data-specs .spec-table-titles .spec-table-title,
.grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title{
    padding: 10px 15px;
    height: 100px;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-right: solid 1px #ddd;
}
.lightmatix-data-specs .spec-table-titles .spec-table-title{border-right:none;}
.lightmatix-data-specs .spec-table-titles .spec-table-title.image-con{border-right:1px solid #ddd;width: 88px;}
.lightmatix-data-specs .spec-table-titles .spec-table-title span,
.grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title span{
     display: table-cell; vertical-align:middle; 
}
.lightmatix-data-specs .spec-table-titles .spec-table-title .description,
.grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title .description{ display: none; }

.lightmatix-data-specs  .image-con{min-height: 90px;background: #fff;}
.grid_layout.pdf-table .first-list.table-first .image-con {
    min-height: 120px;background: #fff;
}
.lightmatix-data-specs  .title-con,
.grid_layout.pdf-table .first-list.table-first .title-con {min-height: 48px;height: auto !important;background: #333;}


.lightmatix-data-specs .title-con .arrow-left,
.grid_layout.pdf-table .first-list.table-first .title-con .arrow-left {
    width: 0;
    height: 0;
    border-top: 48px solid #000;
    border-left: 89px solid #fff;
    position:absolute;
    top: 0;
    left: 0px;
}
.lightmatix-data-specs .title-con .arrow-left.sec,
.grid_layout.pdf-table .first-list.table-first .title-con .arrow-left.sec {
    width: 0;
    height: 0;
    border-top: 48px solid transparent;
    border-left: 89px solid #000;
    top;1px
}
.lightmatix-data-specs .title-con,
.grid_layout.pdf-table .first-list.table-first .title-con{
  position:relative;
  overflow:hidden;
  height:48px;
  overflow: hidden;
}
.lightmatix-data-specs .image-con{height: 170px !important;border-left: 1px solid #ddd;}

.lightmatix-data-specs .label-right,
.grid_layout.pdf-table .first-list.table-first .title-con .label-right{position:relative;text-align:right;z-index:100;padding-right: 7px;font-weight: 400;padding-top: 3px;height: 24px;}
.lightmatix-data-specs .title-con .label-left,
.grid_layout.pdf-table .first-list.table-first .title-con .label-left{
    position: relative;
    z-index: 100;
    padding-left: 7px;
    font-weight: 400;
    padding-top: 4px;
    height: 24px;
}

.lightmatix-data-specs .spec-table-title:nth-child(2n),
.grid_layout.pdf-table .first-list.table-first .spec-table-title:nth-child(2n){background:#777777;}

.pdf-table.grid_layout li.first-list.table-first:hover{ box-shadow: none; }


.with_margin-top{ margin-top: 50px !important; margin-bottom: 50px !important; }

#sticky-header-light-matrix.remove-li-activate .pdf-table.grid_layout{ padding-top:0; }
.lightmatix-data-specs .spec-table-titles .spec-table-title.image-con.no-heading-bar{ height: 120px !important; }

#sticky-header-light-matrix.remove-li-activate .grid_layout.pdf-table li .wrap-in .wrap-image{border-top:1px solid transparent; }

#pdftable-main-container.enable_sticky #sticky-header-light-matrix.remove-li-activate{top: 276px;}

#sticky-header-light-matrix .clone-pdf-table-title.tile-edc,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-edc,
.pdf-clone-table-1 .clone-pdf-table-title.tile-edc{
    position: absolute;
    top: 0;
    left: 87px;
    right: 250px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-transitional,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-transitional,
.pdf-clone-table-1 .clone-pdf-table-title.tile-transitional{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    width: 250px;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-duty,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-duty,
.pdf-clone-table-2 .clone-pdf-table-title.tile-duty{
    position: absolute;
    top: 0;
    left: 87px;
    right: 499px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-strategic,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-strategic,
.pdf-clone-table-2 .clone-pdf-table-title.tile-strategic{
    position: absolute;
    top: 0;
    right: 333px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    border-right: 0;
    left: 668px;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-edc,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-edc{
    right: auto;
    width: 831px;
    background:#888;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-transitional,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-transitional{
    left: 916px;
    right: auto;
    width: 251px;
    border-right: 1px solid #ddd;
    background: #777;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-duty,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-duty{
    left: 1166px;
    right: auto;
    width: 582px;
    border-right: 1px solid #ddd;
    background:#888;
}
#sticky-header-light-matrix .clone-pdf-table-title.tile-strategic,
.pdf-table-mobile-wrapper .clone-pdf-table-title.tile-strategic{
    left: 1749px;
    right: 0;
    background: #777;
}
#main-pdftable-list.grid_layout{padding-left: 88px;border-top: 0;}
#main-pdftable-list{padding-left: 0px;border-top: 0;}

.grid_layout.pdf-table li .spec-table-titles{display:none;}
#sticky-header-light-matrix li .spec-table-titles{ display:block;}
.grid_layout.pdf-table li .wrap-in .wrap-content .product-title,
.grid_layout.pdf-table li .wrap-in .wrap-image{ display:none; }
#sticky-header-light-matrix .grid_layout.pdf-table li .wrap-in .wrap-content .product-title{ display:table; }
#sticky-header-light-matrix .grid_layout.pdf-table li .wrap-in .wrap-image{ display:flex;}
#sticky-header-light-matrix .grid_layout.pdf-table li .wrap-in .wrap-image img { max-height: 100%; }


.pdf-table-mobile-wrapper{width: 100%;overflow: hidden;overflow-x: scroll;padding-bottom: 30px;/* margin-bottom: 50px; */}

.pdf-table-mobile-wrapper .grid_layout.pdf-table li:nth-child(14) .product-table-specs{ border-right:1px solid #ddd; }
.pdf-table-mobile-wrapper .grid_layout.pdf-table li:nth-child(14) .wrap-in .wrap-image{ border-right:1px solid #ddd; }
.pdf-table-mobile-wrapper .pdf-table.grid_layout li:nth-child(14){min-width: 84px;}

.pdf-table-mobile-wrapper .grid_layout.pdf-table li:last-child .product-table-specs{ border-right:none; }
.pdf-table-mobile-wrapper .grid_layout.pdf-table li:last-child .wrap-in .wrap-image{ border-right:none; }

.pdf-clone-table-1 .clone-pdf-table-title.tile-edc{
    position: absolute;
    top: 0;
    left: 87px;
    right: 250px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
.pdf-clone-table-1 .clone-pdf-table-title.tile-transitional{
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    width: 250px;
}
.pdf-clone-table-2 .clone-pdf-table-title.tile-duty{
    position: absolute;
    top: 0;
    left: 87px;
    right: 499px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
.pdf-clone-table-2 .clone-pdf-table-title.tile-strategic{
    position: absolute;
    top: 0;
    right: 333px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #ddd;
    left: 668px;
}
.pdftable-controls{ float: right; margin-top: 10px; }
.pdftable-header-left{float: left;margin-top: 13px;}
.pdftable-controls a{
    
    width: 40px;
    height: 40px;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.pdftable-controls a span{
    display: table-cell;
    vertical-align: middle;
}
.pdftable-controls a span span{
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display:block;
}
.pdftable-controls #pdftable-control-table span span{
    background: url(pdf-table-table-view.png) no-repeat center #000;
}
.pdftable-controls #pdftable-control-grid span span{
    background: url(pdf-table-grid-view.png) no-repeat center #fff;
}

.pdftable-controls a.active{ border-radius:50%; border:1px solid #ddd; background:#f7f7f7; }

.pdftable-controls #pdftable-control-grid.active span span{
    background: url(pdf-table-grid-view-active.png) no-repeat center #f7f7f7;
}
.pdftable-controls #pdftable-control-table.active span span{
    background: url(pdf-table-table-view.png) no-repeat center #e21616;
}

.pdftable-controls > div{ display: inline-block; vertical-align: middle; margin-left: 5px; }
.pdftable-controls > div.pdftable-label{ color: #000; font-size: 16px; font-weight: bold; margin-right: 5px; }

.pdf-symbol-table-con{float: right;width: 67%;}
.pdf-table-main-symbols{float: left;width: 30%;margin-right: 1%;}
.pdf-symbol-tables { margin: 0 -5px; }
.pdf-symbol-tables .pdf-symbol-table{ width:33.33%; padding: 0 5px; float:left; }
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box{background:#fff;border:1px solid #ddd;border-bottom:none;font-size: 13px;}
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box.last{ border-bottom: 1px solid #ddd; }
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box:after{content:""; display:block; clear:both; width:100%; height:0; }
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box .pdf-symbol-table-box-left{
    padding: 10px 20px;
    display: block;
    vertical-align: middle;
    width: 70%;
    float: left;
    border-right:1px solid #ddd;
}
.pdf-symbol-tables .pdf-symbol-table .pdf-symbol-table-box .pdf-symbol-table-box-right{
    padding: 21px 10px;
    display: block;
    vertical-align: middle;
    width: 30%;
    float: left;
    text-align: center;
}

table.symbol-spec{ float: left; width: 21.7%; margin-left: 1%; vertical-align: middle; background: #fff; }

.liability-manuals{ width: 50%;  margin: 0; list-style: none; }
.liability-manuals a{ color: #BE0808; font-size: 15px; text-decoration: none; }
.liability-manuals a:hover{ color:#008cba; text-decoration: underline; }


.spec-question-mark{
	position: absolute;
	top: 3px;
	right: 3px;
	background: #e21616;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
#top-scroll-bar-wrapper{
    width: 100%;
    overflow: hidden;
    /* overflow-x: scroll; */
    max-width: 1170px;
    /* display: none; */
    height: 14px;
    background: transparent;
}
#pdftable-main-container.enable_sticky  #top-scroll-bar-wrapper{
    position: fixed;
    top: 259px;
    z-index: 998;
    background: transparent;
}
#top-scroll-bar-pdf{ height:30px; position:relative; }
#pdftable-main-container.enable_sticky #dragger-pdf{
    position: fixed;
    top: 259px;
    z-index: 950;
}
.dragger-pdf{position:relative;height: 20px;width:100%;margin-bottom: 27px;background: #888;max-width: 1170px;display: none;}
.dragger{
	display: block;
	width: 30px;
	height: 20px;
	background: rgb(51, 51, 51);
	position: absolute;
	top: 0;
	left: 4px;
	cursor: pointer;
}
#sticky-header-light-matrix{width:100%;overflow-x: hidden;max-width: 1170px; position:relative; }

#pdftable-main-container.enable_sticky #mobile-list-spec{top: 119px;}
#pdftable-main-container.enable_sticky #sticky-header-light-matrix{
    position:fixed;
    top: 226px;
    z-index:400;
    background: #fff;
}
#pdftable-main-container.enable_sticky .clone-pdf-table-title{ display:none; }

#pdftable-main-container.enable_sticky #main-pdftable-list2 > li:nth-child(2){margin-left: 88px;}

#pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table .first-list.table-first .spec-table-titles .spec-table-title{
    height: 121px;
    width: 89px;
}
#pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table .first-list.table-first .title-con{width: 89px;}
#pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table li.first-list{
    position: fixed;
    top: 276px;
    margin-left: -2px;
    border-left: 1px solid #ddd;
}
#pdftable-main-container.enable_sticky #main-pdftable-list.grid_layout{
    padding-top: 168px;
}

#pdftable-main-container.enable_sticky .lightmatix-data-specs .spec-table-titles .spec-table-title.image-con,
#pdftable-main-container.enable_sticky .lightmatix-data-specs .spec-table-titles .title-con{ display:none; }

#sticky-header-light-matrix:after{
    content:"";
    display:block;
    width:100%;
    height:0;
    clear:both;
}
.remove-matix-column:active,
.remove-matix-column:hover,
.remove-matix-column {
    display: none;
    text-align: center;
    line-height: 16px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    padding: 1px 2px;
    position: absolute;
    top: 5px;
    right: 4px;
}
.pdf-table.grid_layout li .wrap-in {
    position: relative;
}
.pdf-table.grid_layout li.product-list.hovering .remove-matix-column,
.pdf-table.grid_layout li.product-list:hover .remove-matix-column{display: block;}

.page-content .rte:after{ clear: both; width: 100%; height: 0; content: ""; display: contents; }

.rte a.block-btns,
.block-btns{
    padding: 10px 42px;
    color: #fff;
    font-family: 'Roboto';
    text-transform: uppercase;
    background: #e21616;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    min-width: 250px;
    text-align: center;
}

.top-bar-header-section{
    background: #232323;
}
.top-bar-header-section:after,
.top-bar-header-section ul:after{ content: ""; display: block; width: 100%; height: 0; clear: both; }
.top-bar-header-section ul{ list-style: none; margin: 0; float: right; }
.top-bar-header-section ul li{float: left;margin-left: 18px;margin-bottom: 0;}
.top-bar-header-section ul li a{
    text-transform: uppercase;
    color: #919191;
    display: block;
    line-height: 40px;
    padding-top: 3px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    height: 42px;
  	transition: all .25s ease;
}
.top-bar-header-section ul li a:hover {
 	color: white; 
}
.top-bar-header-section .top-bar-wrapper{
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}

.top-bar-header-section ul li.top-bar-cart a{
    background: url(cart-icon.png) no-repeat left center;
    background-size: 12px;
    padding-left: 25px;
}
.top-bar-header-section ul li.top-bar-cart a span{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e31616;
    text-align: center;
    line-height: 17px;
    font-size: 8px;
    color: #fff;
    margin-left: 10px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
/**
	BOF ASP-59
**/
#click-here-to-save{
    display: block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    width: 100%;
    background: #e21616;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
/**
	EOF ASP-59
**/

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}
#error-on-checkout{
	padding: 20px 20px 20px 20px;
	background:#fff;
	font-size: 18px;
	text-align: center;
}

/* Container */
#simplemodal-container {
    height:470px;
    width:680px;
    color: #000;
    background-color:#fff;
    border:4px solid #fff;
    padding:0;
    background-image: url(pop-up-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
#simplemodal-container:before{
    position:absolute;
    content:"";
    display:block;
    background: rgba(255, 255, 255, 0.4);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
}
#simplemodal-container .simplemodal-wrap{ position:relative; z-index:3; }
#simplemodal-container .simplemodal-data {padding:50px; }
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#cart-checkout-modal a.modalCloseImg,
#simplemodal-container a.modalCloseImg {background:url(x-1.png) no-repeat; width:24px; height:24px; display:inline; z-index:3200; position:absolute; top:26px; right:26px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
#cart-checkout-modal{
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(240,240,240,1);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(240,240,240,1);
    box-shadow: 0px 0px 20px 0px rgba(41, 41, 41,0.8);
    border-radius: 10px;
}
#cart-checkout-modal #error-on-checkout{
    border-radius:5px;
}
#cart-checkout-modal a.modalCloseImg{top: -10px;right: -10px;background-color: #000;height: 30px;width: 30px;background-position: center;background-size: 50%;border-radius: 50%;}

.asp-modal-newsletter-wrap{
    color: #636363;
    font-size: 16px;
    line-height: 30px;
}
.asp-modal-newsletter-wrap .asp-modal-newsletter-content{max-width: 70%;margin-bottom: 20px;color: #000;}
.asp-modal-newsletter-wrap .asp-modal-newsletter-title{
    color: #414141;
    font-weight: bold;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.asp-modal-newsletter-wrap #mc_embed_signup_scroll{ position:relative; }
.asp-modal-newsletter-wrap .form-wrap{ position: relative; }
.asp-modal-newsletter-wrap .form-wrap input[type="email"],
.asp-modal-newsletter-wrap .form-wrap input[type="text"]{
    width:335px;
    height:48px;
    padding:0 18px;
    border:1px solid #959595;
    border-radius:0;
    margin-right:10px;
    font-size:16px;
    font-family:"Roboto";
    color:#8b8b8b;
}
.asp-modal-newsletter-wrap .form-wrap input[type="submit"]{
    background:#e21616;
    color:#fff;
    height:48px;
    width:166px;
    text-align:center;
    line-height:50px;
    padding: 0;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    border-radius:0;
    border: none;
    outline: 0;
}
.asp-modal-newsletter-wrap .form-wrap .form-field{ display: inline-block; vertical-align: top; position:relative; }
.asp-modal-newsletter-wrap .form-wrap .form-field input[type="checkbox"],
.asp-modal-newsletter-wrap .form-wrap .form-field input[type="radio"]{ margin: 0 0 0 8px; }
.asp-modal-newsletter-small-print{
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.asp-modal-newsletter-wrap .errors{ margin-top: -55px; }

.tooltip-asp-engrave{
    position:absolute;
    bottom:100%;
    right: 0;
    width: 250px;
    padding: 15px 20px;
    color: #fff;
    background: #232323;
    margin-bottom: 5px;
    display:none;
    text-align: left;
}
.tooltip-asp-engrave:before{
    right:7px;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #232323;
    border-width: 5px;
    border-left-color: transparent;
}

.tooltip-engrave-q{
    display:inline-block;
    vertical-align:middle;
    color:#fff;
    background:#f00;
    width: 18px;
    height:18px;
    text-align:center;
    font-size:12px;
    line-height:18px;
    border-radius:50%;
    margin-left:3px;
    cursor: pointer;
}
.tooltip-engrave-q:hover .tooltip-asp-engrave{ display:block; }
#zoom-fig{ z-index: 11; position:relative; margin-left:90px; }
#enable-zoom-on-engrave{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #e8e8e8 url(magnifying-glass.png) no-repeat center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
	text-indent:-9999px;
	overflow:hidden;
	width:40px;
	height:40px;
	color:#e8e8e8;
}
#enable-zoom-on-engrave.active_zoom{ background: #e8e8e8 url(magnifying-glass-hover.png) no-repeat center; }

/* ASP-96 */
.customProd #FeaturedImageZoom-product-template { display: block; pointer-events: none;}
/* end: ASP-96 */

.slide-to-see-right{
	height:50px;
	margin-bottom:0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	font-family:'Roboto';
}
.instruction-pdftable{text-align:center;font-size:12px;margin-bottom:0;padding: 0 20px 20px;height: 44px;overflow: hidden;} 
#slide-to-see-right a{
	margin-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #e31616;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

#variant-stockstatus{
    color: #ce2e3f;
    font-size: 18px;
}

@media only screen and (max-width: 1080px){
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(4){clear: both;margin-bottom: 30px;}
  .site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(1),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(2),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(3),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(4),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(5),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(6){width:33.3333%; margin: 0 0 40px;}
  .site-footer .grid__item.text-center > li:last-child p img {float:left !important;}
  
}


@media only screen and (max-width: 1280px){
    .site-footer__newsletter{ display: none; }





.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(1),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(2),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(3){margin-bottom: 70px;}

.site-footer .grid__item.text-center > li:nth-child(7){
    clear: both;
    margin-left: 0;
    position: relative;
    display: block;
    margin-top:0;
    margin-bottom: 15px;
}
.site-footer .grid__item.text-center > li:nth-child(8){
    clear: both;
    margin-left: 0;
    position: relative;
    display: block;
    margin-top:0;
    margin-bottom: 15px;
}
.site-footer .grid__item.text-center > li:nth-child(9){
    clear: both;
    margin-left: 0;
    position: relative;
    display: block;
    margin-top:0;
}

}

@media only screen and (max-width: 1200px){
    #mobile-list-spec{ display:block; }
    #pdftable-main-container .page-width{ position:relative; }
    .top-bar-header-section,
    .page-width,
    nav#AccessibleNav,
    .site-header{ padding: 0 35px; }
    #map-container{margin-top: -50px;margin-bottom: -65px !important;}

    .site-footer .grid__item.text-center > li:nth-child(7) {
        clear: none;
        margin-left: 50%;
        position: relative;
        display: block;
        margin-top: 0;
        margin-bottom: 21px;
        margin-top: -205px;
    }
    .site-footer .grid__item.text-center > li:nth-child(8) {
        clear: none;
        margin-left: 50%;
        position: relative;
        display: block;
        margin-top: -173px;
    }
    .site-footer .grid__item.text-center > li:nth-child(9) {
        clear: none;
        margin-left: 50%;
        position: relative;
        display: block;
        margin-top: -141px;
        margin-bottom: 21px;
    }
}

@media only screen and (min-width: 1171px){
    nav#AccessibleNav.show_menu_on_desktop{ display: block !important; }
}

@media only screen and (max-width: 1170px){
    #PageContainer{padding-top: 180px;}

    .main-content{ padding-bottom:0; }
    .page-custom-wrapper, .contact-wrapper{padding-left: 200px; padding-bottom: 20px; }
    .page-custom-sidebar, #contact-sidebar{margin-left: -200px;}
    .site-header .main-wrapper .site-header__search .search-header__submit,
    .site-header{ background-color: #000 !important; }
    .header-logo-section{ padding-left: 116px; }
    .site-header__logo{ margin-left: -116px; margin-right: 0; }
    .site-header{ border-bottom: none; }
    .site-header .site-phone{ font-size: 16px; color: #999999; }
    .site-header .header-newletter{right: 58px;width: 130px;margin-top: 0px;top: 38px;}
    .site-header .header-newletter .form-wrap{ padding-right: 98px; }
    .site-header .main-wrapper .site-header__search .search-header__input{ background-color: #000; }
    .site-header .main-wrapper .site-header__search{right: 207px;top: 38px;margin-top: 0;}
    nav#AccessibleNav{ display: none; position: absolute; left: 0; top:100%; z-index: 100; }
    #top-nav-section{ display: none; }
    .header-section{ position: relative; }



    .site-header__menu{
        display: block !important; position: absolute; top: 42px; right: 0; padding: 0; margin: 0; color: #fff; outline: 0;
    }
    .template-page.pdftable .site-header__menu{/* display: none !important; */}
    .site-header__menu .title{ font-size: 12px; text-transform: uppercase; }
    .site-header__menu.mobile-nav--close{}

    .site-header__menu span,
    .site-header__menu span:before,
    .site-header__menu span:after{ 
    width: 33px; 
    height: 2px; 
    float: left; 
    display: block; 
    background: #fff; 
    position: relative; 
    text-indent: -9000px; 
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    }
    .site-header__menu span{ margin: 9px 0 20px; }
    .site-header__menu span:before,
    .site-header__menu span:after{ content: ''; position: absolute; }
    .site-header__menu span:before{ top: -9px; }
    .site-header__menu span:after{ bottom: -9px; }
    .site-header__menu.mobile-nav--close span{ background-color: transparent; }
    .site-header__menu.mobile-nav--close span:before,
    .site-header__menu.mobile-nav--close span:after{ top: 0; }
    .site-header__menu.mobile-nav--close span:before{ transform: rotate(45deg); -webkit-transform: rotate(45deg); }
    .site-header__menu.mobile-nav--close span:after{ transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); top: 10px; }
    .medium-up--hide{ display: block !important; }

    .collection-grid .collection-grid-item__title{ width: 100%; }

    .site-nav>li, .site-nav--mobile>li{
        display: block;
        width: 100%;
    }
    .site-nav .site-nav__dropdown{
        width: 100%;
        top: 0;
        right: 0%;
        left:auto;
        position: relative;
        display: none;
    }
    .mobile-nav{ margin: 0; display: block; }

    .site-nav.list--inline{ display: none; }
    .mobile-nav>.mobile-nav__item{ background: transparent; }
    .mobile-nav__item:after{ display: none; }

    .mobile-nav__item a{
        padding: 14px 22px;
    }

    .mobile-nav__item a:active, .mobile-nav__item a:focus, .mobile-nav__toggle button:active, .mobile-nav__toggle button:focus{ background-color: transparent; }
    .mobile-nav__item a:hover, .mobile-nav__item a:active, .mobile-nav__item a:focus, .mobile-nav__toggle button:hover, .mobile-nav__toggle button:active, .mobile-nav__toggle button:focus{
        color: #fff;
    }


    .mobile-nav__item a, .mobile-nav__toggle button{
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 14px;
        color: #999999;
        text-transform: uppercase;
    }
    .mobile-nav__toggle button{ padding: 15px 0 15px 15px; }

    .mobile-nav.second-mobile-nav a{ font-weight: normal; text-transform: none; }
    .mobile-nav .icon{ width: 12px; margin-right: 6px; }

    .supports-no-touch .site-nav--has-dropdown:hover .site-nav__dropdown,
    .site-nav--has-dropdown.nav-hover .site-nav__dropdown,
    .nav-focus+.site-nav__dropdown


    nav#AccessibleNav{
        background: #444444;
        padding: 0;
        width: auto;
    }
    .site-nav>li a{
        display: block;
        padding: 14px 22px;
        background: transparent;
    }

    .site-nav li.site-nav--active-dropdown > a:after, .site-nav li.site-nav--has-dropdown:hover > a:after{ display: none; }


    nav#AccessibleNav .site-cart{
        position: relative;
        width: 100%;
        padding: 24px 22px 17px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 10px;
    }
    nav#AccessibleNav .site-cart:after{
        bottom:0; left: 22px; right: 22px;background: #e21616; height: 2px; content: "";
        display: block;
        position: absolute;
    }
    nav#AccessibleNav .site-cart > div.cart-count .cart-icon{ float: right; background: rgba(31,31,31,1) url(cart-icon.png) no-repeat center; }

    .grid-view-item .star-rating-on-loop{ width: 100%; padding-right: 0; }
    .grid-view-item .swatch {
        float: right;
        text-align: left;
        width: 100%;
        padding-left: 0;
    }

    
    .site-nav > li:nth-child(1){margin-right: 0;margin-left:0;}
    .site-nav > li:nth-child(2){margin-right: 0;}
    .site-nav > li:nth-child(3){margin-right: 0;}
    .site-nav > li:nth-child(4){margin-right: 0;}
    .site-nav > li:nth-child(5){margin-right: 0;}
    .site-nav > li:nth-child(6){margin-right: 0;}
    .site-nav > li:nth-child(7){margin-right: 0;}

    .sort-filter-header .sort-filter-wrap{float: right;}
    #pdftable-main-container.enable_sticky #dragger-pdf{top: 181px;margin-bottom:0;}
    #pdftable-main-container.enable_sticky  #top-scroll-bar-wrapper{top: 181px;}
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix{top: 139px;}
    #pdftable-main-container.enable_sticky #mobile-list-spec{/* top: 100px; */}
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table li.first-list{top: 189px;}
    #pdftable-main-container .page-width{ padding:0; }
    .pdf-table-symbols{padding: 0 30px 40px;}
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix.remove-li-activate{top: 189px;}
}
@media only screen and (max-width: 1024px){
    .pdf-table{ margin: 0; padding-top: 30px; }
    ul.pdf-table{ padding-top:50px;}
    .tabled.pdf-table li{ width: 100%; padding: 0; }
    .page-content.pdftable{ padding-top: 30px; }
    table.symbol-spec{ width: 49%; margin-left: 1%; margin-bottom: 30px; }
    table.symbol-spec.second{ width: 49%; margin-left: 0; margin-right: 1%; clear: both; }

    .pdf-table-main-symbols{ width: 49%; margin-right: 1%; }
    .pdf-symbol-table-con{ width: auto; }
    .pdf-symbol-tables .pdf-symbol-table{ width: 50%; }

    .template-page.pdftable .main-content .section-header h1,
    .template-page.pdftable .main-content .section-header p{ font-size:24px; }

    .customProd .product-single__thumbnails{width: 100%;padding: 0 50px;position: relative;}

    .product-single__photos a, .product-single__photos img, .product-single__thumbnails a, .product-single__thumbnails img{
        display: inline-block; vertical-align:middle; margin-bottom:0; 
    }
    .product-single__photos div.slick-slide, .product-single__thumbnails div.slick-slide{margin-bottom:0;display: inline-block;vertical-align: middle;float: none;padding: 10px;}

    .customProd .product-single__thumbnails .slick-next.slick-arrow{
        position: absolute;
        right: 0;
        top: 50%;
        width: 40px;
        height: 40px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: -20px;
    }
    .customProd .product-single__thumbnails .slick-prev.slick-arrow{
        position: absolute;
        left: 0;
        top: 50%;
        width: 40px;
        height: 40px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: -20px;
    }
    .entry.buttons button.engraveMe,
    .entry.buttons button.engraveCancel{
        width:100%;
        margin-left:0;
        margin-right:0;
        height: auto;
    }
	
	#zoom-fig,
	#video-container{ margin-left:0; }
}
@media only screen and (max-width: 900px){
  	
    .cntSplitit{
    	line-height:18px;
    }
    .cntSplitit a{
      
      margin-top:15px;
		display:block;
    }	

    .product-single-wrapper{ padding-right:0; }
    .product-single-wrapper .product-image-wrapper.has_thumbnails{width: 55%;overflow: hidden;min-height: 430px;}
    .product-single-wrapper .product-single-meta{margin-right:0;width: 40%;padding: 25px;}
    .selector-wrapper, .entry{ width:100%; }
    .main-buttons-section{ padding-left:0; }
    .main-buttons-section .quantity-box-section,
    #Quantity{width:100%;margin-left: 0;}
    
    .product-form__item--submit{ clear:both; }
    .customProd .product-form__item .btn{ margin-top: 10px; margin-bottom: 15px;}

    .frameWrap{width:100%;height: 500px;padding-top:0;}
    .frameWrap .iframe_content,
    .frameWrap iframe{position: relative;width: 100%;height: inherit !important;}
}
@media only screen and (max-width: 900px){
#simplemodal-container{
    width: 90% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: auto !important;
    background-position: left;
   }
   .asp-modal-newsletter-wrap .asp-modal-newsletter-title{max-width:100%;color: #000;text-shadow: 0px 0px 1px #fff;}
   #simplemodal-container .simplemodal-data{padding: 20px 20px;}
   .asp-modal-newsletter-wrap .asp-modal-newsletter-content{max-width:100%;margin-bottom: 20px;}
   .asp-modal-newsletter-wrap .form-wrap input[type="submit"],
   .asp-modal-newsletter-wrap .form-wrap input[type="email"], .asp-modal-newsletter-wrap .form-wrap input[type="text"]{
       width:100%;
   }
   .asp-modal-newsletter-wrap .form-wrap .form-field{ display:block; margin-top: 20px; }
   #simplemodal-container a.modalCloseImg{background-color:#000;border-radius:50%;background-size: 50%;background-position: center;top: 10px;right: 10px;}
}
@media only screen and (max-width: 768px){

.sort-filter-header .filters-toolbar{float: none;text-align: right;margin-bottom: 20px;margin-left: 0;text-align: right;}
.sort-filter-header .filters-toolbar__input{text-align: left;display: block;width: 100% !important;}

.notification-bar { background-color: #e21616 !important; }
.notification-bar__message{ font-weight: bold; }


.site-header{ padding: 0 20px;}

.template-index .index-section:first-child{ padding-bottom: 4px; }
.template-index .main-content{ background: #000; padding-bottom: 4px; }
.template-index .shopify-section.index-section .page-width{ padding: 0; }
.template-index .shopify-section.index-section .hero .page-width{ padding: 0 66px; }

.template-index .shopify-section.index-section .page-width .medium-up--one-third{ width: 50%; }
.template-index .shopify-section.index-section .page-width .grid--uniform .medium-up--one-third:nth-child(3n+1){ clear: none; }
.template-index .hero{ background-position: right; }

.custom-home-navigation{margin: 0;background-position: right;height: auto;padding-bottom: 40px;}
.custom-home-navigation .section-custom-nav-wrap{ padding: 0 66px; }
.custom-home-navigation .section-custom-nav-wrap .section-header{ padding: 60px 0 30px; margin-bottom: 0; }
.site-footer .grid__item.text-center > li,
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(1),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(2),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(3),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(4),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(5),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(6){width: 33.33%;margin: 0 0 40px;}
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(4){clear: both;margin-bottom: 30px;}
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(5){ clear:none; }
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(1),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(2),
.site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(3){margin-bottom: 70px;}

.site-footer .grid__item.text-center > li:nth-child(7){
    clear: both;
    margin-left:0;
    position: relative;
    display: block;
    margin-top: 0;
}
.site-footer .grid__item.text-center > li:nth-child(8){
 clear: both;
    margin-left:0;
    position: relative;
    display: block;
    margin-top: 0;
}
.site-footer .grid__item.text-center > li:nth-child(9){
 clear: both;
    margin-left:0;
    position: relative;
    display: block;
    margin-top: 0;
}
.grid__item.footer-newsletter-section{ display: none; }
.site-footer__copyright{ margin-top: 30px; }

.collection-grid .collection-grid-item__title{width: 60%;}

.blog-content{ padding-right: 20px; }
.blog-content .blog-content-wrap .blog-details{ padding-left: 0; }
.blog-content .blog-content-wrap .blog-details .article__featured-image{ margin-left: 0; width: 100%; margin-bottom: 20px; }
.blog-content .blog-content-wrap .blog-details .article__featured-image .image-box{ width: 100%; }

.sort-filter-header .sort-filter-wrap {
    float: none;
    width: 100%;
}
.liability-manuals{ width: 100%; }

}

@media only screen and (max-width: 768px){
    #PageContainer{padding-top: 221px;}
    
    .site-header .main-wrapper{ padding: 0; }
    .header-logo-section{margin-left:0;padding: 0 50px 0 0;width: 100%;}
    .site-header .main-wrapper .site-header__search{ display:none; }
    .site-header .header-newletter{position:relative;top:0;right:0;margin: 0;width: 100%;padding: 5px 0 15px;}
    .site-header__logo{ padding-left:0; }
    .site-header__logo{margin: 14px 10px 14px 0;height: 66px;width: 66px;}
    .site-header__logo img{ width:100%; padding:0; margin:0; }
    .site-header .site-name{max-width:300px;padding-top: 31px;font-size: 13px;line-height: 16px;margin-bottom: 3px; width: 300px}
    .site-header__menu{ top: 26px; right: -6px; }
    .site-header__menu span { margin: 9px 0 17px; }
    .site-header .site-phone{ font-size:14px; }
    .site-header .header-newletter .form-field.submit{ right: -6px; }
    .site-header .header-newletter .form-wrap{padding-right: 85px;}
    .site-header .header-newletter .textfield{ max-width:100%; }

    .sort-filter-header{ width: 100%; }

    .page-custom-wrapper, .contact-wrapper{ padding-left: 0; }
    .page-custom-sidebar, #contact-sidebar{ margin-left: 0; width: 100%; margin-bottom: 30px; }


    

    .product-single-wrapper{ padding-right: 0; }
    .product-single-wrapper .product-image-wrapper.has_thumbnails{padding-left: 0;width: 100%;min-height: auto;}
    .product-single-wrapper .product-single-meta{margin-right: 0;width: 100%;padding: 20px;}
    .frameWrap .iframe_content,
  	.frameWrap iframe{position: relative;height: auto !important;}

    .product-single-wrapper .product-image-wrapper.has_thumbnails .frameWrap{
    min-height: 1px;
    height: auto;
    }
    
    .selector-wrapper, .entry{ width:100%; margin: 0 0 10px; }
    .main-buttons-section .quantity-box-section{width: 100%;margin-left: 0;}
    .main-buttons-section{margin-left:0;padding-left:0;clear: both;display: block;}
    .product-form__item--submit{ clear:both; }
    .product-single__description .tab-titles li{ margin-right:10px; }

    .section-header{ padding: 20px 0;}
    .two-column-section .two-column .column{width:100%;padding: 0 20px;}
    .bordered-section{ padding: 20px 0; }
    .two-column-section .two-column{margin:0;padding-bottom: 20px;}
    .main-content{ padding-bottom:0; }

    .page-custom-wrapper.recent-viewed-wrapper{ padding: 0 20px; }
    .product-single__description .tab-content{ padding: 20px 0; }

     .template-index .hero .hero__inner{padding: 30px 20px;display: block;}
    .template-index .shopify-section.index-section .hero .page-width{ padding: 0; }
    .template-index .hero .page-width h2{font-size:28px;line-height: 28px;margin-bottom: 40px;}
    .template-index .hero{ height: auto; min-height:1px; }
    .template-index .hero .page-width .mega-subtitle{ font-size:14px; line-height:18px; }
    .template-index .hero .hero__btn{width:100%;margin-left: 0;margin-top: 20px;}
    .template-index .shopify-section.index-section .page-width .medium-up--one-third{width: 50%;}
    .mini-banner-wrap{width:100%;}
    .mini-banner-wrap:nth-child(1){ padding:0;}
    .mini-banner-wrap:nth-child(2){ padding:0; }
    .top-bar-header-section,
    .page-width, nav#AccessibleNav, .site-header{ padding: 0 20px; }
    nav#AccessibleNav{ padding-bottom: 10px;}
    nav#AccessibleNav .site-cart{ padding: 20px 0 10px; }
    nav#AccessibleNav .site-cart:after{ left:0; right:0; }

    .mobile-nav__item a,
    .site-nav>li a{padding: 12px 0;}



    .template-collection .custom-breadcrumbs-collection{ position:relative; top:0; padding-top: 30px; }
    .template-collection .breadcrumb.page-breadcrumb{ font-size: 14px; padding-bottom:0; }
    .sort-filter-header .filters-toolbar{ margin-bottom: 0; }
    .sort-filter-header .filters-toolbar{ text-align: left; }

    .pdf-table-tabs{position:relative;width: 99.99%;padding-bottom: 45px;}
    .pdf-table-tabs li{ width:33.33%; }
    .pdf-table-tabs li.active{position:absolute;bottom:0;width:100%;z-index: 10;}
    
    .pdf-table.grid_layout li{ display: block !important; }

     table.symbol-spec{ width: 100%; margin-left: 0%; margin-bottom: 30px; }
    table.symbol-spec.second{ width: 100%; margin-left: 0; margin-right: 1%; clear: both; }

    .pdf-table-main-symbols{ width: 100%; margin-right: 0%; margin-bottom:30px; }
    .template-page.pdftable .header-logo-section{ margin-right:0; }
    .instruction-pdftable{height: auto;height: 100px;font-size: 14px;}
    .lightmatix-data-specs{top: 165px;}
    #pdftable-main-container.enable_sticky .lightmatix-data-specs{top: 164px;}
    #pdftable-main-container.enable_sticky{margin-top: 121px;}
    #pdftable-main-container.enable_sticky #main-pdftable-list.grid_layout{ padding-top:133px;}
    
    .sort-filter-header .sort-filter-wrap{float: right;}
    #pdftable-main-container.enable_sticky #dragger-pdf{top: 221px;}
    #pdftable-main-container.enable_sticky  #top-scroll-bar-wrapper{top: 220px;}
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix{top: 179px;}
    #pdftable-main-container.enable_sticky #mobile-list-spec{/* top: 100px; */}
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table li.first-list{top: 229px;}
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix.remove-li-activate{top: 229px;}
}
/* bof - ASP-8 */
@media only screen and (max-width: 768px){
  .template-index .hero .page-width h2{font-size:28px;line-height: 1.35;margin-bottom: 10px;}
  .template-index .hero .page-width .mega-subtitle {letter-spacing: 0.07em; line-height: 1.5;}
  .template-index .hero .hero__btn {margin-top: 8px;}
  .template-index .index-section .hero {background-position: center;}
}
/* eof - ASP-8 */
@media only screen and (max-width: 580px){
    .top-bar-header-section ul li{ display:none; }
  	.top-bar-header-section ul li.is-mobile { display: block; }
    html .zoomContainer{ display:none !important; }
	.product-single__description .tab-titles li{ margin-right: 5px }
}

@media only screen and (max-width: 480px){
    .pdftable-controls{float:left;padding-top:0px;width:100%;text-align: center;}
    .pdf-table-tabs li a{height: 70px;}
    .pdf-table-tabs li.active a{ height:auto; }
    .pdf-table-tabs{ display:none; }
    .pdftable-header-left{ float: none; text-align: center; }
    ul.pdf-table{ padding-top:0;}
    .tabled.pdf-table .product-table-specs .product-table-spec-block{ width:100%;}
    .tabled.pdf-table li{margin-bottom:10px;display: block;}
    .tabled.pdf-table li.first-list{ display:none; }

    .template-page.pdftable .main-content .section-header h1,
    .template-page.pdftable .main-content .section-header p{ font-size: 18px; line-height:1.5 }


    .blog-content{ width: 100%; padding-right: 0; }
    .blog-sidebar{ width: 100%; }
    .notification-bar__message{padding: 9px 10px 7px;}
    .notification-bar__message{ font-weight: bold; font-size:12px; }
    .blog-sidebar .blog-sidebar-wrap{ max-width: 100%; width: 100%; padding-top: 50px; }

    .template-index .hero .hero__inner{padding: 30px 20px;display: block;}
    .template-index .shopify-section.index-section .hero .page-width{ padding: 0; }
    .template-index .hero .page-width h2{font-size:24px;line-height: 28px;margin-bottom: 40px;}
    .template-index .hero{ height: auto; min-height:1px; }
    .template-index .hero .page-width .mega-subtitle { font-size:14px; line-height:18px; }
    .template-index .hero .hero__btn{width:100%;margin-left: 0;margin-top: 20px;}
    .template-index .shopify-section.index-section .page-width .medium-up--one-third{ width:100%; }
    .collection-grid .collection-grid-item__title{width: 58%;padding: 0 20px !important;}
    .custom-home-navigation .section-custom-nav-wrap{padding: 0 42px 30px;background: url(slider-screen.png) repeat;overflow: hidden;}
    .custom-home-navigation .section-custom-nav-wrap ul{ width:100%; margin-right:0; }
    .custom-home-navigation{height: auto;background: #212120;background-image: none !important;padding-bottom: 0;}
    .site-footer{padding: 40px 0px 0;}

    .site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(1),
    .site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(2),
    .site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(3),
    .site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(4),
    .site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(5),
    .site-footer .grid__item.text-center > li.site-nav--has-dropdown:nth-child(6){width: 100%;margin-bottom: 20px;}

    .site-footer .grid__item.text-center > li:nth-child(7),
    .site-footer .grid__item.text-center > li:nth-child(8),
    .site-footer .grid__item.text-center > li:nth-child(9){ margin-top:0; left:0; margin-left:0; margin-bottom: 20px; }
    .footer-social{ float:none; padding: 10px 0 0px; }


    .medium-up--one-quarter,
    .medium-up--one-third {
        width: 100%;
    }
    .page-custom-wrapper .page-main-content .grid-view-item,
    #accessories-products-section.recent-viewed-wrapper .medium-up--one-quarter{margin-bottom: 20px;}
    .recent-viewed-wrapper .medium-up--one-quarter,
    .recent-viewed-wrapper .medium-up--one-third {
        width: 100%;
        
    }
    .page-custom-wrapper .page-main-content .grid-view-item{ height: auto !important; }

    .form-vertical input, .form-vertical select, .form-vertical textarea{ width: 100%; }
    .contact-wrapper{ padding-bottom: 0; }

    .page-width, nav#AccessibleNav, .site-header{ padding: 0 15px; }
    nav#AccessibleNav{ padding-bottom: 10px;}
    nav#AccessibleNav .site-cart{ padding: 20px 0 10px; }
    nav#AccessibleNav .site-cart:after{ left:0; right:0; }
    .site-nav>li a{ padding: 10px 0; }
    .site-nav > li:nth-child(1){margin-right: 0;margin-left:0;}
    .site-nav > li:nth-child(2){margin-right: 0;}
    .site-nav > li:nth-child(3){margin-right: 0;}
    .site-nav > li:nth-child(4){margin-right: 0;}
    .site-nav > li:nth-child(5){margin-right: 0;}
    .site-nav > li:nth-child(6){margin-right: 0;}
    .site-nav > li:nth-child(7){margin-right: 0;}
    .sort-filter-header .filters-toolbar{float: none;text-align: left;}
    .testimonial-intro{font-size: 18px;line-height: 28px;padding-top: 0;}

    .small-mini-banner .section-header span.link{display:block;margin-left:0;margin-top:10px;float: none;}
    .instruction-pdftable{ font-size:12px;}

    #PageContainer {
        padding-top: 221px;
    }
    .product-main-details-section{ padding-top: 30px; }
}
/* bof - ASP-8 */
@media only screen and (max-width: 480px){
  .template-index .hero .page-width h2 {line-height: 1.35;margin-bottom: 10px;}
  .template-index .hero .page-width .mega-subtitle {letter-spacing: 0.07em; line-height: 1.5;}
  .template-index .hero .hero__btn {margin-top: 8px;}
}
/* eof - ASP-8 */
@media only screen and (max-width: 380px){
    .lightmatix-data-specs{}
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix{
        top: 170px;
    }
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix .grid_layout.pdf-table li.first-list{
        top: 220px;
    }
    #pdftable-main-container.enable_sticky{ margin-top: 95px; }
    #pdftable-main-container.enable_sticky #sticky-header-light-matrix.remove-li-activate{top: 220px;}
}

@media only screen and (max-height: 500px) and (max-width: 800px){
#simplemodal-container{
    width: 90% !important;
    top: 0 !important;
    left: 5% !important;
    transform: none;
    height: auto !important;
    background-position: left;
   }
   .asp-modal-newsletter-wrap .form-wrap .form-field{ margin-top:5px !important; }
   .asp-modal-newsletter-wrap .asp-modal-newsletter-content{ margin-bottom:10px; }
   .asp-modal-newsletter-wrap .asp-modal-newsletter-title{ margin-bottom: 5px}

   .asp-modal-newsletter-wrap .form-wrap .form-field br,
   .asp-modal-newsletter-wrap .form-wrap .form-field br:after{ display:inline-block; content:"";}
   .asp-modal-newsletter-small-print{ padding-top:10px;}
   .asp-modal-newsletter-wrap .asp-modal-newsletter-content{ line-height:22px;}
}

body.template-index:before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(desktop-sample-1.jpg) no-repeat top center #fff;
    position: absolute;
    top:0;
    left: 0;
    z-index: 100000;
    z-index: -1;
    opacity: 0.5;
}
#lightmatrix-main-container {padding-top:40px;padding-bottom: 40px;}
#lightmatrix-main-container .lightmatrix-main-wrapper{position:relative;padding-top: 50px;background: #fff;border-top: 1px solid #ddd;border-right: 1px solid #ddd;}
#lightmatix-data-center.tabled{overflow-x:auto;position: relative;padding-left: 88px;}

#lightmatix-data-center.tabled table tr td{padding: 0;vertical-align: top;width: 83px;border: none;}
#lightmatix-data-center.tabled table tr td .wrap-in{ width: 83px; }

#pdftable-main-container.enable_sticky2 #pdf-clone-table-2.grid_layout.pdf-table li .wrap-in .wrap-image,
#pdftable-main-container.enable_sticky #pdf-clone-table-1.grid_layout.pdf-table li .wrap-in .wrap-image{
    position:fixed;
    width:83px;
    top:0;
    z-index:200;
    background:#fff;
}
#pdftable-main-container.enable_sticky #pdf-clone-table-1.grid_layout.pdf-table li .wrap-in .wrap-image img{
    
}
#pdftable-main-container.enable_sticky2 #pdf-clone-table-2.grid_layout.pdf-table li .wrap-in .wrap-content .product-title,
#pdftable-main-container.enable_sticky #pdf-clone-table-1.grid_layout.pdf-table li .wrap-in .wrap-content .product-title{
    position:fixed;
    top:0;
    width:83px;
    top:120px;
    z-index:201;
}
#pdftable-main-container.enable_sticky2 #pdf-clone-table-2.grid_layout.pdf-table .first-list.table-first .image-con,
#pdftable-main-container.enable_sticky #pdf-clone-table-1.grid_layout.pdf-table .first-list.table-first .image-con{
    position:fixed;
    top:0;
    width:88px;
    z-index:200;
}
#pdftable-main-container.enable_sticky2 #pdf-clone-table-2.grid_layout.pdf-table .first-list.table-first .title-con,
#pdftable-main-container.enable_sticky #pdf-clone-table-1.grid_layout.pdf-table .first-list.table-first .title-con{
    position:fixed;
    top:120px;
    width:88px;
    z-index:201;
}
#pdftable-main-container.enable_sticky2 #pdf-clone-table-2.grid_layout.pdf-table,
#pdftable-main-container.enable_sticky #pdf-clone-table-1.grid_layout.pdf-table{ padding-top: 200px;}

#pdftable-main-container.enable_sticky2 #pdf-clone-table-2.grid_layout.pdf-table .remove-matix-column,
#pdftable-main-container.enable_sticky #pdf-clone-table-1.grid_layout.pdf-table .remove-matix-column{ display:none; }


#AddAddress label{margin-top: 20px;display: block;}
#AddAddress p{ padding-top: 20px; }
#AddAddress p label{ display:inline; margin-top:0; }

#return-policy-footer{ font-size:11px; line-height:1.5; padding: 0 0 15px; }

#pdf-table-main-symbols-con{
	background: #f7f7f7;
}
#pdf-table-main-symbols-con .wrapper{ padding:0; }
.customcollection .small-banner-container,
.customcollection .collection-grid{ background:#0f0f0f; }

.customcollection .main-content > .breadcrumb{ display:block; }
.customcollection.template-page .main-content .small-banner-container .section-header {background:transparent;box-shadow: none;}
.customcollection.template-page .main-content .small-banner-container .section-header:after{ display:none; }
.customcollection nav#AccessibleNav{ display:none; }
.customcollection #PageContainer{ padding-top:181px; }
.customcollection.template-page .main-content{ background:#0f0f0f; }
.show-on-print{ display:none; }

.loader{
display:none;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgb(226, 25, 25);
}
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .5);
border-right: 6px solid rgba(255, 255, 255, .5);
border-bottom: 6px solid rgba(255, 255, 255, .5);
border-top: 6px solid rgba(255, 255, 255, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }


/* bof - ASP-6 */
#Collection .custom-breadcrumbs-collection {
  display: none;
}
#Collection .page-main-content {
  position: relative;
}
#Collection .sort-filter-header {
  margin-top: -130px;
  z-index: 999;
  position: relative;
  right: 0;
}
.sort-filter-header label {
  color: #FFF;
  font-size: 14px;
}
#Collection .sort-filter-header select {
  background-color: #FFF;
}
.template-page .main-content .section-header .inner-section-header-wrap p,
.collection-hero__title-wrapper .collection-description {
  font-size: 14px;
  max-width: 340px;
}
nav#AccessibleNav {
  display: none;
  border-top: 0;
  min-height: 70px;
  background-image: none;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
nav#AccessibleNav.active-state {
  display: block;
}
.site-nav a {
  padding: 24px 0;
}
.site-nav .site-nav__dropdown li a {
  padding: 2px 0;
}
.site-nav__dropdown{
  top: 70px;

}
.site-nav__dropdown {
  box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
/* ASP-83 */
/* #Collection .custom-sidebar-menu > li .dropdown li.active > a {
  font-weight: bold;
  color: #000;
} */
/* end: ASP-83 */
#PageContainer {
  padding-top: 181px;
}
#shopify-section-header.gizle + #PageContainer,
#shopify-section-header.sabit + #PageContainer {
  padding-top: 181px; /* header height + header margin bottom for creating spacing between header and content */
}

#shopify-section-header.gizle + #PageContainer,
#shopify-section-header.sabit + #PageContainer {
  padding-top: 181px; /* home page usually doesn't need extra space between header and its content */
}

#shopify-section-header.gizle,
#shopify-section-header.sabit {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-221px);
}

#shopify-section-header.sabit {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
#Collection .page-custom-sidebar {
  padding-top: 0;
}
.template-page .main-content .section-header,
.section-header .section-header__image,
.collection-hero__image {
  background-color: #3c3a44;
}
.section-header .section-header__image .site-wrapper,
.collection-hero__image .site-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: right;
  background-repeat: no-repeat;
}
.template-page .main-content .section-header:after,
.collection-hero__image:after {
  background: url(collection-hero-filter-full-v5.png) no-repeat center;
  background-size: cover;
}
.template-page .main-content .section-header .inner-section-header-wrap,
.collection-hero-header-wrap .inner-wrap {
  padding: 2px 0 0;
}
.template-page .main-content .section-header .section-header-wrap,
.collection-hero-header-wrap {
  height: 121px;
}
@media only screen and (max-width: 779px){
  #Collection .sort-filter-header .sort-filter-wrap {
    width: auto;
  }
  #PageContainer {
    padding-top: 221px;
  }
  #shopify-section-header.gizle + #PageContainer,
  #shopify-section-header.sabit + #PageContainer {
    padding-top: 221px; /* header height + header margin bottom for creating spacing between header and content */
  }

  #shopify-section-header.gizle + #PageContainer,
  #shopify-section-header.sabit + #PageContainer {
    padding-top: 221px; /* home page usually doesn't need extra space between header and its content */
  }
}
@media only screen and (max-width: 860px){
  .section-header .section-header__image .site-wrapper,
  .collection-hero__image .site-wrapper {
    display: none;
  }
  .collection-hero__title-wrapper {
    padding-right: 22px;
    padding-left: 22px;
  }
  .template-page .main-content .section-header .section-header-wrap,
  .collection-hero-header-wrap {
    height: 121px;
  }
  #Collection .sort-filter-header {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 600px){
  #Collection .sort-filter-header {
    margin-top: 0;
    position: static;
  }
  .sort-filter-header label {
    color: #666;
  }
  #Collection .sort-filter-header select {
    background-color: inherit;
  }
}
/* eof - ASP-6 */
.swatch .swatch-element label img.crossed-out {
  display: none;
}
/* BOF - ASP-44 */
@media only screen and (max-width: 768px){
  	.site-header .main-wrapper .site-header__search{
    	right: 44px;
    	top: 26px;
      	display: block;
    }
}
@media only screen and (max-width: 480px){
	.site-header .main-wrapper .site-header__search{
    	right: 0;
      	top: 99px;
    }
	.site-header .header-newletter {
      	right: 20%;
      	width: 80%;
    }
}
/* EOF - ASP-44 */

/* BOF - ASP-45 */
.grid-limit-wrap {
  	float: left;
  	display: flex;
  	align-items: center;
	font-weight: normal;
}
.grid-limit__options {
  	list-style: none;
    padding: 0;
    margin: 0;
  	cursor: pointer;
}
.grid-limit__items {
    float: left;
    display: inline-flex;
    border: 1px solid #d6d6d6;
    border-radius: 0;
  	height: 39px;
    width: 39px;
  	margin: 0 0 0 7px;
	align-items: center;
    justify-content: center;
}
.grid-limit__items.active {
  background-color: #737373;
  color: #FFF;
  border-color: #4A4A4A;
}
.template-collection .page-custom-wrapper {
  padding-top: 37px;
}
#Collection .sort-filter-header {
  margin-top: 0;
  width: auto;
}
#Collection .sort-filter-header ~ .grid {
  clear: both;
}
#Collection .grid-view-item .star-rating-on-loop {
  display: inline;
}
#Collection .grid-view-item__link {
  display: block;
}
.page-custom-wrapper .page-main-content .grid-view-item {
  padding-bottom: 40px;
}
.grid-limit-wrap label,
.sort-filter-header label {
  color: #333;
  font-weight: normal;
}
@media only screen and (max-width: 424px){
  .grid-limit-wrap {
    float: left;
    margin: -12px 0 16px;
  }
  #Collection .sort-filter-header {
    float: left;
  }
}
input,
textarea,
select {
  border: 1px solid #d6d6d6;
}
input,
textarea,
select,
.btn,
.btn--secondary {
  border-radius: 0 !important;
}
.btn,
.rte .btn,
.contact-wrapper form.contact-form .btn {
    padding: 8px 10px;
    width: auto;
    height: auto;
    line-height: 1.42;
    background-color: #737373;
}
#add-laser-engraving.btn,
.btn--secondary,
.rte .btn--secondary {
  background-color: #737373;
}
.btn:hover,
.rte .btn:hover,
.btn--secondary:hover,
.rte .btn--secondary:hover,
#add-laser-engraving.btn:hover,
.contact-wrapper form.contact-form .btn:hover {
	background-color: #4A4A4A;
}
/* Fix btn and inputs and other items on the punch list */
#click-here-to-save,
.customProd .product-form__item .btn,
.btn[name="checkout"] {
  background-color: #E11B1D;
}
#click-here-to-save:hover,
.customProd .product-form__item .btn:hover,
.btn[name="checkout"]:hover {
  background-color: #c11718;
}
.page-custom-wrapper .page-main-content .grid-view-item {
  border-color: #e4e4e4;
}
/* EOF - ASP-45 */

/* BOF - ASP-46 */
.product_warning {
  margin: 4px 0 24px;
  position: relative;
}
.product_warning .warning_label {
  font-weight: bold;
  cursor: pointer;
}
.product_warning .warning_label span {
  color: #747474;
  text-decoration: underline;
}
.product_warning .warning_label span:hover {
  color: #9a9a9a;
}
.product_warning #warning_body {
  display: none;
  position: absolute;
  background: #FFF;
  border: 2px solid #000;
  padding: 12px 14px;
  top: -6em;
  left: 0;
  max-width: 385px;
}
.product_warning #warning_body p {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #000;
}
.product_warning #warning_body p:last-child {
  margin-bottom: 0;
}
.product_warning #warning_body.active {
  display: block;
  z-index: 1;
}
.product_warning #warning_body .close{
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #000;
  cursor: pointer;
  display: inline-block;
  padding: 1px 2px 2px;
  line-height: 1;
}
.warning_highlight {
  font-weight: bold;
}
.warning_highlight:before {
  content: '';
  display: block;
  float: left;
  height: 2em;
  width: 14px;
  margin-right: 6px;
  background: url('warning_sign.png') no-repeat left 2px;
  background-size: 14px;
}
.cart__row a.cart__remove,
.cart__row a.notes_link {
  text-decoration: underline;
}
.grid__item label[for] {
  cursor: text;
}
@media only screen and (min-width: 768px){
  .product_warning #warning_body {
    top: -2em;
    left: 24em;
  }
}
.btn--secondary.update-cart,
.btn[name="checkout"] {
	margin-bottom: 8px;
}
.grid__padding_bottom {
    margin-bottom: 32px;
}
.cart-attribute__field.note_cart {
  margin: 0;
  position: relative;
  padding-left: 20px;
}
.cart-attribute__field.note_cart #additional-checkout-checkbox {
  margin: 4px 8px 0 0;
  position: absolute;
  left: 0;
}
/* EOF - ASP-46 */
/* BOF - ASP-54 */
.grid-view-item {
  padding-top: 28px !important;
  position: relative;
}
.grid-view-item__special-ribbon {
  background-color: #e11e19;
  color: white;
  display: flex;
  	display: -ms-flex;
  	display: -webkit-flex;
  		align-items: center;
  		justify-content: center;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  position: absolute;
  	top: 0;
  	left: 0;
  text-transform: uppercase;
  width: 100%;
}

.product-single-meta.has-ribbon {
  padding-top: 63px !important;
  position: relative;
}

.special-ribbon {
  background-color: #e11e19;
  color: white;
  display: flex;
  	display: -ms-flex;
  	display: -webkit-flex;
  		justify-content: center;
  		align-items: center;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  position: absolute; 
  	top: 0;
  	left: 0;
  text-transform: uppercase;
  width: 100%;
}

.product-single__price {
  font-size: 24px;
}
/* EOF - ASP-54 */

.cart-icon {
  height: 16px;
  width: 18px;
  fill: #a5a5a5;
  position: relative;
  	top: 3px;
  margin-right: 3px;
}

.cart-has-items {
  color: #E11B1D !important; 
}

.cart-has-items .cart-icon {
 	fill: #E11B1D; 
}

.icon-share,
.icon-email {
  fill: #747474;
  margin-right: 9px;
}

.meta-product-share a:hover .icon-share,
.meta-product-share a:hover .icon-email {
  fill: #E11B1D;
}

.icon-share {
  height: 16px;
  width: 16px;
}

.icon-email {
  height: 14px;
  width: 18px;
}
.meta-product-share {
 	clear: both;
  	display: flex;
  		display: -ms-flex;
  		display: -webkit-flex;
  		align-items: center;
  margin-top: 20px;
}
.share-email,
.share-social {
  color: #747474;
  display: inline-flex;
  		display: -ms-inline-flex;
  		display: -webkit-inline-flex;
  		align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.share-email {
  margin-left: 45px;
}

.meta-product-share a:hover {
  color: #E11B1D;
}

.account-dropdown-trigger {
 	position: relative; 
}

.account-dropdown {
  background-color: white; 
  display: none;
  list-style: none;
  padding: 6px 20px;
  position: absolute;
  	z-index: 100;
  	left: -13px;
}

.account-dropdown::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 6px 4.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  	top: -6px;
  	left: 50%;
  transform: translateX(-50%);
}

.account-dropdown-trigger:hover .account-dropdown {
  display: block;
}

	.account-dropdown__item {
      margin-left: 0 !important;
    }

	#customer_logout_link {
      color: #333;
      height: auto !important;
      font-size: 12px;
      line-height: 1.2 !important;
      white-space: nowrap;
      transition: all .25s ease;
    }

	#customer_logout_link:hover {
      color: black;
    }

/* ASP-82 */
.sell-sheet-iframe {
	display: none;
  	margin-top: 10px;
}

.sell-sheet-iframe.show {
  display: block;
}
/* end: ASP-82 */

.cart .fontpreview {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}



/************************************************
revised styles JS
*************************************************/

/*Banner Button*/

.btn.hero__btn.second {
  margin-left:10px!important; margin-right:10px;
}

.a.shappify-motivator-x {
  padding: 20px!important;
}

@media only screen and (max-width: 800px) {
.site-header .header-newletter {
    right: 62.1%;
    width: 40%;
}
  .site-header .header-newletter {
    top: -131px;
  }
  
  #click-here-to-save {
    height: 33px;
    line-height: 33px;
  }
  .header-newletter {
    padding:0!important;
    height:0!important;
  }
  
  .custom-sidebar-menu {
    display:none;
  }
}
  


@media only screen and (max-width: 600px) {
 
  .template-index .hero .hero__btn {
        width: 46% !important;
    display: inline-block !important;
    font-size: 14px !important;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
 .grid__item.small--one-half.medium-up--one-third, #related-products-section .grid__item, #accessories-products-section .grid__item{
   width: 50%!important;
 }
  
  #shopify-section-1488266211167 .grid__item.small--one-half.medium-up--one-third:last-of-type {
    width: 100%!important;
  
  }
 
  .collection-grid .collection-grid-item__title {
    width: 100%!important;
    font-size: 20px!important;
  }
  

  
  .product-single__description .tab-titles li {
    background-color:#f0f0f0;
    padding: 10px!important;
    margin-bottom: 5px!important;
    border:0!important;
  }
  
.product-single__description .tab-titles li.active {
  background-color:#E11B1D!important;
  border-bottom:0!important;
  color:#fff!important;
}
  #shopify-section-footer .site-nav--has-dropdown {
    width: 50%!important;
  }
  .product-single__description .tab-titles li.active:after {
    display:none!important;
  }
  
  .testimonial-image, .testimonial-content {
    display:block!important;
    width: 100%!important;
  clear:both!important;
  }
  .testimonial {
    padding: 40px!important;
  }
  
  .testimonial .testimonial-image {
    margin-left:0!important;
  }
  .site-header .main-wrapper .site-header__search {
    right: 60px;
    top: 23px;
}
  

  #PageContainer, #shopify-section-header.gizle + #PageContainer, #shopify-section-header.sabit + #PageContainer {
    padding-top: 170px;
}
    .js-sell-sheet-iframe-toggle {
      background-color:#f0f0f0;
      padding: 10px 20px!important;
      text-decoration:none;
      display:inline-block;
      margin-top: 10px;
    }
  
  .product-single__title, .collection-hero__title, .page .inner-section-header-wrap h1,
  .blog .inner-section-header-wrap h1, .article h1, .blog h1
  {
    font-size: 25px!important;
  }
  
  
  
  .recently-header h2 {
    text-align:center;
  }
  
  #related-products-section .grid-view-item, #shopify-section-collection-template .grid-view-item{
    padding: 10px!important;
    min-height:462px!important;
  }
  
  .grid__item.small--one-half.medium-up--one-third:nth-child(2n+1), #related-products-section .grid__item:nth-child(2n+1), #accessories-products-section .grid__item:nth-child(2n+1) {
   clear:both!important;
    
}
  .grid-limit-header, .sort-filter-header {
    max-width: 50%;
  }
  .grid-limit-wrap {
  flex-direction: column;
   align-items: flex-start!important;
     margin-top: -20px;
  }
  
  .collection-hero__title-wrapper .collection-description, .page .inner-section-header-wrap p{
    font-size: 15px;
  }
  
  .blog .section-header .section-header-wrap, .article .section-header .section-header-wrap {
    height: 60px!important;
  }
  
  .blog-content .blog-content-wrap .blog-details {
    color:#000;
  }
  
  .site-header .header-newletter {
    right: 40%;
    width: 64%;
}
  .site-header .header-newletter {
    top: -131px;
  }
  
  #click-here-to-save {
    height: 33px;
    line-height: 33px;
  }

  
  .grid-limit-wrap ul {
    margin-left: -6px;
  }
  
  .sort-filter-header {
    float:right!important;
  }
  
  .sort-filter-wrap select{
    width: 100%;
  }
  .sort-filter-wrap {
    margin-left: 15px;
    margin-top: -20px;
  }
}

/** ----------------------------------------------
    RQ! styles start here 
    ---------------------------------------------- **/
  
/* Popup with button on header - STARTS */
#simplemodal-container .simplemodal-data {
    padding: 0px;
}
.simplemodal-container {
    width: 600px !important;
    height: auto !important;
    top: 40px !important;
}
#simplemodal-container {
    height: unset;
    width: unset;
    color: unset;
    background-color: #fff;
    border: unset;
    padding: unset;
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
    background-position: unset;
}
#simplemodal-container form {
    max-width: 100% !important;
} 
@media only screen and (max-width: 767px) {
 #simplemodal-container form {
    width: 100% !important;
    max-width: 100% !important;
  }
  .fDKaZK.fDKaZK {
    padding: 10px 6px 10px 0px !important;
  }
  .cHDFYY.cHDFYY {
    padding: 5px 6px 10px 0px !important;
  }
  .iVQeZN.iVQeZN {
    display: block !important;
  } 
  .fMODCf.fMODCf {
    padding: 10px 0px 10px 00px !important;
  }
  .bmDbEM.bmDbEM {
    background-position: left !important;
    padding: 15px 20px 15px !important;
  }  

  .page-custom-wrapper .page-main-content .grid-view-item__title {min-height:68px; font-size:14px;}
}    
/* Popup with button on header - ENDS */



#js-videos-search-container {
  margin-bottom: 1.5em;
}

/* Hero */

.image-bg {
  height: 40vw;
  min-height: 400px;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 25px;

}


.rowflex {display:flex;}
.rowflex .col-md-6 {
  	flex: 0 0 auto;
    width: 50%;
  	padding-right: 15!important;
    padding-left: 15!important;
}

@media (max-width: 576px) {
  .image-bg {
    margin: -30px -20px;
    padding: 30px 20px;
    height: 400px;
    min-height: 1px;
  }
  
}


/*** Custom  Product Page ***/
body.template-product .product-single__photo img{
  width: auto;
}

body.template-product .product-main-details-section{
  padding-bottom: 0px;
}
.product-tabs .product-single__description #accessories-products-section.page-custom-wrapper .page-main-content .grid-view-item {min-height: 510px;}
@media only screen and (max-width: 768px){
  body.template-product .product-main-details-section{
  	padding-bottom: 30px;
  }
  .rowflex {display:flex; flex-direction:column }
  .rowflex .col-md-6 {
  	flex: 0 0 auto;
    width:100%;
  	padding-right: 15!important;
    padding-left: 15!important;
    
}
}

.blog-content .blog-content-wrap .blog-details ul {display:flex;}
.blog-content .blog-content-wrap .blog-details ul p {margin-bottom:0px; line-height: inherit !important; margin-right:30px;}
.blog-content .blog-content-wrap .blog-details ul li a {
    background-color: #E6E6E6;
    padding: 5px 14px;
    border-radius: 14px;
}
.blog-content .blog-content-wrap .blog-details ul li span {padding-left: 20px; background-image: url(tags.png); background-repeat: no-repeat;}

body.template- #PageContainer{
  margin-top: 50px;
}
.blog-content.blog-new.clearfix
{
   width: 70%;
  float: left;
}
.trainer
{
  display: flex;
}
.trainer img
{
  max-width: 80%;
}
.notes{
  font-size: 11px;
  color: red;
}
.page-content.affiliate-program {
  overflow: hidden;
}
/* Review */
.write-review-on-product a{
  text-decoration: underline;
  font-weight:600;
}
.write-review-on-product{
  padding-bottom: 10px;
  display: inline-block;
}
/* Yopto Product Review */
.yotpo .yotpo-bottomline .yotpo-icon-star, 
.yotpo .yotpo-bottomline .yotpo-icon-half-star, 
.yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .write-review .yotpo-header .yotpo-icon{
  color: #c2ab00 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, 
.yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, 
.yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, 
.yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
   color: #c2ab00 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, 
.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, 
.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, 
.yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
   background-color: #c2ab00 !important;
}

.yotpo-header  .y-label.yotpo-user-name{
  font-style: italic !important;
  font-size: 13px !important;
  line-height: 1.6;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #333 !important;
  font-weight: 700 !important;
}

.stars-on-product .yotpo-bottomline{
  flex-direction: column;
  gap: 10px;
}

.yotpo-bottomline .write-review-btn-hidden{
  display:none;
}

.stars-on-product .yotpo.bottomLine .yotpo-bottomline a{
  text-decoration: underline !important;
  font-weight: 600;
  color: #747474 !important;
  font-size: 14px;
  line-height: 1.6;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

#yotpo_main_widget_container{
  padding: 24px;
  border: 1px solid #ececec;
  min-height: 300px;
}

#yotpo_main_widget_container .yotpo-label-container {
  display: none;
}

#yotpo_main_widget_container h2{
  font-size: 24px;
}

#yotpo_main_widget_container .write-question-review-button-text{
  text-decoration: underline;
  color: #747474;
  font-size: 14px;
  line-height: 1.6;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300;
}

#yotpo_main_widget_container .write-question-review-button-icon{
  display : none;
}

#yotpo_main_widget_container .write-question-review-buttons-container .write-question-review-button {
  border : none;
}

#yotpo_main_widget_container .yotpo .write-review .connect-wrapper {
  padding-left : 0px;
}

#yotpo_main_widget_container .yotpo-default-button.yotpo-submit{
  padding: 8px 10px;
  width: auto;
  height: auto;
  line-height: 1.42;
  background-color: #737373;
}

#yotpo_main_widget_container .yotpo-nav-wrapper,
.star-rating-on-loop .yotpo-bottomline a,
#yotpo_main_widget_container .dropdown-filters-container span[data-type="images"],
.yotpo-display-wrapper .mobile-single-filter[data-type="images"]{
  display: none;
}

#yotpo_main_widget_container .yotpo a ,
#yotpo_main_widget_container .more-filters-btn .more-filters-icon , 
.mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-selected-color{
  color: #9a9a9a !important;
}

.mobile-filters-modal .mobile-filters-footer-btn {
  background-color: #9a9a9a !important;
}

.mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button input[type="radio"]:checked + .radio-label::before {
  background-color: #9a9a9a !important;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #9a9a9a !important;
}

.yotpo-regular-box.bottom-line-items-container {
  padding: 0px !important;
}

.yotpo-regular-box.bottom-line-items-container .bottom-line-items{
  margin: 0 !important;
  padding: 0;
}

.yotpo-reviews-main-widget .yotpo-reviews-trademark{
 display:none !important;
}

#yotpo_main_widget_container .yotpo-display-l .yotpo-main-layout .yotpo-head, #yotpo_main_widget_container .yotpo-display-m .yotpo-main-layout .yotpo-head {
  margin-bottom: 30px;
  margin-top: 0px;
}

@media only screen and (min-width: 961px) {
 #yotpo_main_widget_container .main-widget .bottom-line-items {
    text-align: left;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 961px) {
.star-rating-on-loop .yotpo-sr-bottom-line-summary {
  flex-direction: column !important;
  }

 .star-rating-on-loop .yotpo-sr-bottom-line-text--right-panel{
  margin-top:10px; 
 }
  
}

@media only screen and (max-width: 768px) {
 #yotpo_main_widget_container  .main-widget .write-question-review-buttons-container {
    text-align: left;
  }
  
 #yotpo_main_widget_container  .main-widget .write-question-review-buttons-container button {
    width: auto;
  }
}
body.template-product .product-single__photo img {
    width: auto;
    height: auto;
}