@charset "utf-8";

/**
 * Module Description
 *
 * Version    Date            Author           Remarks
 * 1.00       12 May 2017     Evgeni
 *
 */

/* --- Bootstrap --- */
.col-lg-4 {
  width: 33.33333333%;
  /*float: left;*/
}

@media only screen and (max-width:768px){
  .col-lg-4 {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width:480px){
  .col-lg-4 {
    width: 100%;
    float: left;
  }
}

/* --- EV Custom TT SB2_Category-List --- */
#category-general-content {
  max-width: 1230px;
}

#category-general-content .banner {
	background-image: url("/site/ev_custom/image/banner_bg.png");
	width: 100%;
	/*height: 40px;*/
	float: left;
}
#category-general-content .banner .col-md-3 {
	width: 25%;
	float: left;
	height: 40px;
	font-size: 20px;
	color: white;
}
#category-general-content .banner .col-md-3:hover {
	background-color: rgba(83, 158, 196, 0.6);
}
#category-general-content .banner .col-md-3 span {
	padding-top: 8px;
	display: block;
}

/* --- EV Custom TT SB2_Category-List-Cell --- */
.ev-category-cell {
  padding: 0 5px;
}
.ev-category-cell .product-image {
  display: inline-block;
  position: relative;
  vertical-align: middle;
/*  width: 100%;
  height: 240px;*/
  text-align: center;
}
.ev-category-cell .product-image img {
  display: inline-block;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 240px;
  border: none;
}

@media only screen and (max-width: 991px){
  .ev-category-cell .product-image img {
    position: inherit;
    text-align: center;
    width: auto;
    max-width: 95%;
  }
}

@media only screen and (max-width:800px){
  .ev-category-cell {
    float: left;
    width: 98%;
    padding: 0 1% 25px 1%;
    /*border-bottom: 1px solid #CCC;*/
    /*margin: 25px 0 0 0;*/
    /*height:auto;*/
  }
  .ev-category-cell .product-image {
    max-height: 240px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    float: left;
  }
  .ev-category-cell .product-image img {
    position: relative;
    width: auto;
  }
}

@media only screen and (max-width:800px){
  #category-general-content .banner {
    width: 96%;
  }
}

@media only screen and (max-width: 480px){
  .ev-category-cell .product-image {
    width: 100%;
    text-align: center;
    float: none;
  }
  .ev-category-cell .product-image img {
    text-align: center;
    max-width: 95%;
  }
  #category-general-content .banner {
    width: 100%;
    background: none;
  }
  #category-general-content .banner .col-md-3 {
    width: 98%;
    margin-top: 5px;
    background-image: url("/site/ev_custom/image/banner_bg.png");
  }
}

/* --- EV Custom TT SB2_LeftNav_Category-List --- */
#__enclosingtable .left-nav-content {
  display: none;
}
#category-left-nav {
  width: 100%;
  box-sizing: border-box;
}
.category-filters {
  border-right:1px solid #e7e7e7;
  max-width:400px;
  min-width:260px;
  padding-bottom:3em;
  width:25%;
  float: left;
}
.category-filters h4 {
  color:inherit;
  font-size:2em;
  font-weight:400;
  margin:.5em 0
}
.category-nav {
  position:relative
}
.category-nav__item {
  display:block;
  text-align:left
}
.dropdown__content .category__dropdown-headline {
  border-bottom:1px solid #f3f1ee;
  display:block;
  margin:0;
  padding:10px 16px 8px;
  text-align:left
}
.category-filters .dropdown__content {
  background-color:#fff;
  border:1px solid rgba(46,45,43,.2);
  box-shadow:0 2px 5px rgba(0,0,0,.1);
  color:#2e2d2b;
  position:absolute;
  text-align:left;
  z-index:9999
}
.category__dropdown-wrapper {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.category-nav__dropdown-item {
  -webkit-column-break-inside:avoid;
  break-inside:avoid-column;
  page-break-inside:avoid;
  width:inherit
}
.dropdown__content.cat-col--wide {
  min-width:550px;
  width:calc(150% + 2px)
}
.category-nav__dropdown-item > a {
  background:#fff;
  display:block;
  border-bottom:1px solid #f3f1ee;
  font-size:1.2em;
  line-height:1.1;
  padding:13px 16px;
  position:relative;
  text-decoration:none;
  -webkit-transition:all .2s ease;
  transition:all .2s ease
}
.cat-col--wide .category-nav__dropdown-item > a {
  border-right:1px solid #f1efec
}
.cat-col--wide .category-nav__dropdown-item:nth-of-type(even) > a {
  border-right:0
}
.category-nav__item > a:hover svg {
  fill:#ccc;
}
.category-nav__item a:hover {
  background:#f1efec;
  color:#227ca4
}
.category-filters .dropdown__content {
  left:100%;
  min-height:calc(113% + 2px);
  overflow-y:auto;
  top:-55px
}
.category__dropdown-wrapper .category-nav__dropdown-item { width:50% }
.cat-nav__cat-col { width:0 }
.category-nav__item:hover > .cat-nav__cat-col {
  display:block!important;
  -webkit-transition:width .5s ease;
  transition:width .5s ease;
  width:100%
}
.category-filters .icon--arrow-chevron-right {
  height:10px;
  margin-top:-5px;
  position:absolute;
  top:50%;
  right:16px;
  width:6px
}
.category-filter { padding-right:1em }
.category__link {
  border-bottom:1px solid #f3f1ee;
  display:block;
  font-size:1.4em;
  font-weight:600;
  padding:.7em 1.5em .7em 5px;
  position:relative;
  text-decoration:none;
  -webkit-transition:all .2s ease;
  transition:all .2s ease
}
.category-details {
/*  padding: 0 0 3em 60px;
  width: 70%;
*/  padding: 0 0 3em 20px;
  width: calc(75% - 22px);
  float: left;
}
.category-details .col {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.category-details .col-2 {
  width: 48%;
  float: left;
}
.category-details .col-2.left {
  margin-right: 4%;
}
.category-details img {
  max-width: 100%;
  max-height: 100%;
}

/* LightSlider */
.col .divider {
  border-top: 1px solid #333;
  margin-top: 20px;
}
.col h2 {
  font-size: 3em !important;
  font-weight: 700;
  margin: -15px auto 15px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
}
.sliderContainer {
  width: 100%;
}
#category-left-nav ul li {
  margin-left: 0;
}
.top-seller {
  height: auto; !important;
  margin-top: 20px;
}
.top-seller li {
  margin-left: 0;
  list-style: none;
}
.top-seller li a {

}
.top-seller li a div {
  height: 170px;
}
#top-slider li a div img {
  height: auto;
  display: block;
  max-width: 100%;
}
.top-seller li a h4 {
  margin-top: 12px;
}
#category-left-nav .lSAction > a {
  background-image: url('/site/ev_custom/lightslider/controls.png');
  opacity: 0.9;
  /*margin-top: -40px;*/
}

@media only screen and (max-width:1024px){
  .max-width-content {
    max-width: 972px;
  }
  .category-filters {
    min-width: initial;
  }
  .category-details {
  }
  .sliderContainer {
  }
}
@media screen and (max-width:768px) {
  .max-width-content {
    max-width: 728px;
  }
  .top-seller li a div {
    height: 230px;
  }
  .category-details {
    padding: 0 0 3em 0px;
    width: 100%;
  }
  .category-nav__item:hover > .cat-nav__cat-col,.category-nav__item:hover > .cat-nav__cat-col{display:none!important}
  .category-filters {
    border-right:0;
    max-width:inherit;
    width:100%;
  }
  .category-brands{margin-top:1.5em}
  .category-nav{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
  }
  .category-nav__item{width:49%}
  .category-nav__item:nth-of-type(odd){border-right:1px solid #f3f1ee}
}
@media screen and (max-width:736px) {
  .max-width-content {
    max-width: 694px;
  }
  .top-seller li a div {
    height: 230px;
  }
}
@media screen and (max-width:667px) {
  .max-width-content {
    max-width: 632px;
  }
  .top-seller li a div {
    height: 210px;
  }
}
@media screen and (max-width:640px) {
  .max-width-content {
    max-width: 608px;
  }
}
@media screen and (max-width:568px) {
  .max-width-content {
    max-width: 538px;
  }
}
@media screen and (max-width:480px) {
  .max-width-content {
    max-width: 456px;
  }
  .top-seller li a div {
    height: 160px;
  }
  .category-details .col-2 {
    width: 100%;
  }
  .category-nav {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column
  }
  .category-nav__item {width:100%!important}
  .category-nav__item:nth-of-type(odd) {border-right:0!important}
  .category-filters h4{font-size:1.5em}
}
@media screen and (max-width:414px) {
  .max-width-content {
    max-width: 390px;
  }
  .col h2 {
    font-size: 2em !important;
  }
  .top-seller li a div {
    height: 190px;
  }
}
@media screen and (max-width:400px) {
  .max-width-content {
    max-width: 340px;
  }
  .col h2 {
    font-size: 2em !important;
  }
  .top-seller li a div {
    height: 150px;
  }
}
@media screen and (max-width:375px) {
  .max-width-content {
    max-width: 356px;
  }
  .col h2 {
    font-size: 2em !important;
  }
  .top-seller li a div {
    height: 180px;
  }
}
@media screen and (max-width:360px) {
  .max-width-content {
    max-width: 342px;
  }
  .col h2 {
    font-size: 2em !important;
  }
  .top-seller li a div {
    height: 180px;
  }
}
@media screen and (max-width:320px) {
  .max-width-content {
    max-width: 304px;
  }
  .col h2 {
    font-size: 2em !important;
  }
  .top-seller li a div {
    height: 150px;
  }
}

/* Guitar-Builder */
.guitar-builders {

}
.guitar-builder-logo {
  padding: 0 5px 0px 5px;
  float: left;
  width: calc(25% - 10px);
}
.guitar-builder-logo a {

}
.guitar-builder-logo a img {
  opacity: 0.6
}
.guitar-builder-logo a img:hover {
  opacity: 1
}
@media screen and (max-width:768px) {
  .guitar-builder-logo {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width:480px) {
  .guitar-builder-logo {
    width: calc(100% - 10px);
  }
}

/* Knowledge Base */
.top-slider-container {
  margin: 10px 0;
}
.top-slider-container ul li {
  list-style: none;
}
.article-container {
  margin-left: -10px;
  margin-right: -10px;
}
.article-container .item {
  margin: 10px 10px 20px 10px;
}
.article-container .item img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.article-container .item .item-title {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.article-container .item .descriptiion {
  margin-top: 10px;
}

.article-drilldown .main-article {
  float: left;
  width: 68.3%;
}
.article-drilldown .main-article .image {
  text-align: center;
  margin: 20px;
}
.article-drilldown .main-article .item-number {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 15px 20px;
}
.article-drilldown .main-article .description {
  margin: 10px 20px;
}
.article-drilldown .recent {
  float: left;
  width: 31.7%;
}
.article-drilldown .recent h1 {
  padding: 10px;
  font-size: 1.5rem;
}
.article-drilldown .recent .item {
  margin: 10px 0px 20px 20px;
}
.article-drilldown .recent .item img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.article-drilldown .recent .item .item-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.article-drilldown .recent .item .item-description {
  margin-top: 10px;
}

@media screen and (max-width:1024px) {
  .article-drilldown .main-article .image {
    margin: 10px;
  }
  .article-drilldown .main-article .item-number {
    margin: 15px 10px;
  }
  .article-drilldown .main-article .description {
    margin: 10px;
  }
  .article-drilldown .main-article .description img {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .article-drilldown .main-article {
    width: 100%;
  }
  .article-drilldown .recent {
    display: none;
  }
}

/* Newsletter Bug fix */
.newsletterform {
  width: 92%;
}
@media screen and (max-width:1024px) {
  .newsletterform {
    margin-left: 4%;
  }
}

/* Top Blank Text Bug fix */
@media only screen and (max-width:767px){
  .logo-box {
    margin-top: 0;
  }
  body div.blanket {
    position: relative;
    height: auto;
    opacity: 1;
    margin-top: 50px;
  }
  .header-container {
    height: auto;
  }
}
