body {
    margin: 0;
    background-color: #D9D9D9;
         padding: 0;
}

p {
    margin: 20px;
    line-height: 1.8;
}

.sqrtopbar {
    background-color: #666666;
}

.sqrtopbar::after {
    content: '';
    clear: both;
    display: block;
}

.sqrtopbar img {
    display: block;
    float: left;
    border: 0;
}

.sqrmainbox {
    box-sizing: border-box;
}

.sqrnav {
    padding: 0;
    line-height: 19px;
    text-transform: uppercase;
    box-sizing: border-box;
    background-color: #ffffff;
}

.sqrnav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sqrnav li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.sqrnav li li {
    background-color: #EFF2F4;
}

.sqrnav li li li {
    background-color: #ffffff;
}

.sqrnav a {
    padding: 12px 48px 12px 16px;
    text-decoration: none;
    color: #666666;
    border-bottom: 1px solid #dddddd;
    display: block;
}

.sqrnav .sqrnavcurrent>a {
  font-weight: bold;
  color: #000000;
}

.sqrnav a:hover {
  color: #BF4688;
}


.sqrnav .sqrnavmore ul {
    height: 0;
    overflow: hidden;
    transition: opacity 0.7s;
    opacity: 0;
}

.sqrnav .sqrnavopen>ul {
    height: inherit;
    opacity: 1;
}

.sqrnav span {
    display: block;
}

.sqrnav li li a {
    padding-left: 32px;
}

.sqrnav li li li a {
    padding-left: 48px;
}

.sqrnav .sqrnavmore>div {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    background: url(./sprites.svg) -2px -146px no-repeat;
    cursor: pointer;
    transition: transform 0.5s;
}

.sqrnav .sqrnavmore>div:hover {
  background-position: -50px -146px;
}

.sqrnav .sqrnavopen>div {
    transform: rotate(90deg);
}

.sqrcontent {
    margin: 0;
    padding: 0.1px 0;
    box-sizing: border-box;
    background-color: #EFF2F4;
}

.sqrsidebar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    padding: 0.1px 0;
}

.sqrmainbox {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sqrhome {
  width: 37px;
  height: 43px;
  display: block;
  background: url(./sprites.svg) -5px -242px no-repeat;
  float: right;
}

.sqrsearch {
  width: 37px;
  height: 43px;
  display: block;
  background: url(./sprites.svg) -5px -98px no-repeat;
  float: right;
}

#sqrcartindicator {
  width: 37px;
  height: 43px;
  display: block;
  background: url(./sprites.svg) -5px -2px no-repeat;
  float: right;
}

#sqrcartindicator.sqrcartfull {
  background-position: -5px -50px;
}

.sqrsearchbar {
  display: none;
}

.sqrmodesearch .sqrsearchbar {
  display: block;
}

.sqrmodesearch .sqrsearch {
  background-position: -53px -98px;
}

.sqrsearchbar form {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}

.sqrsearchbar input {
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff url(./sprites.svg) -50px -242px no-repeat;
  border: 0;
  padding: 12px 16px 12px 48px;
  box-sizing: border-box;
  width: 100%;
  line-height: 19px;
  color: #666666;
  outline: none;
}

#searchajax {
	background-color: #ffffff;
	display: none;
}
#searchajax>a {
    padding: 12px 16px;
    text-decoration: none;
    color: #666666;
    border-top: 1px solid #dddddd;
    display: block;
}

#searchajax a.activelink {
	background-color: #EFF2F4;
}


.sqrcartbar {
  display: none;
}

.sqrmodecart .sqrcartbar {
  display: block;
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}

.sqrcartbar a {
  display: inline-block;
  text-transform: uppercase;
  color: #666666;
  line-height: 19px;
  padding: 12px 16px;
  text-decoration: none;
  border-right: 1px solid #dddddd;
}

.sqrcartbar a:hover {
  color: #BF4688;
}

.sqrfooter {
  background-color: #666666;
  padding: 6px 8px;
  box-sizing: border-box;
  text-align: center;
}

.sqrfooter a {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  line-height: 19px;
  padding: 6px 8px;
  text-decoration: none;
}

.sqrfooter p {
  margin: 0;
  padding: 18px 32px 6px 32px;
  color: rgba(255,255,255,0.4);
  font-size: 90%;
  text-align: center;
}


.sqrfooter a:hover {
  color: #BF4688;
}

@media screen and (max-width: 1024px) {
  .sqrcartbar a {
    display: block;
    border-right: none;
    border-bottom: 1px solid #dddddd;
  }
  .sqrcartbar a:last-child {
    border-bottom: none;
  }
}

.sqrmodecart #sqrcartindicator {
  background-position: -53px -2px;
}

.sqrmodecart #sqrcartindicator.sqrcartfull {
  background-position: -53px -50px;
}



@media screen and (min-width: 1600px) {
    #sqrouterbox {
        margin: 40px auto;
        max-width: 1520px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 1200px) {
    .sqrnav {
        display: table-cell;
        width: 25%;
        vertical-align: top;
        border-right: 1px solid #dddddd;
    }
    .sqrcontent {
        display: table-cell;
        width: 75%;
        vertical-align: top;
    }
    .sqrwithsidebar .sqrcontent {
        width: 55%;
    }
    .sqrsidebar {
        display: table-cell;
        width: 20%;
        vertical-align: top;
        border-left: 1px solid #dddddd;
    }
    .sqrlogow {
        display: none;
    }
    .sqrshownav {
        display: none;
    }
    .sqrlogoq {
        width: 100%;
        height: auto;
        display: block;
        border: 0;
    }
}

@media screen and (max-width: 1199px) {
    .sqrnav {
        display: none;
    }
    .sqrmodenav .sqrnav {
        display: block;
    }
    .sqrlogoq {
        display: none;
    }
    .sqrsidebar {
        border-top: 1px solid #dddddd;
    }
    .sqrlogow {
        width: 100%;
        height: auto;
        display: block;
        border: 0;
        border-bottom: 1px solid #dddddd;
    }
    .sqrshownav {
        width: 37px;
        height: 43px;
        display: block;
        background: url(./sprites.svg) -5px -194px no-repeat;
        float: right;
    }
    .sqrmodenav .sqrshownav {
        background-position: -53px -194px;
    }
}