/* Skin Default*/
/* Paste your slice guide styles here */
/* Bootstrap (grid only) */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {    position: relative;    min-height: 1px;    padding-right: 15px;    padding-left: 15px;  }  * {    -webkit-box-sizing: border-box;    box-sizing: border-box;    outline: none;  }  .row {    margin-right: -15px;    margin-left: -15px;  }  .row:before,  .row:after {    display: table;    content: " ";  }  .row:after {    clear: both;  }  .col-xs-1,  .col-sm-1,  .col-md-1,  .col-lg-1,  .col-xs-2,  .col-sm-2,  .col-md-2,  .col-lg-2,  .col-xs-3,  .col-sm-3,  .col-md-3,  .col-lg-3,  .col-xs-4,  .col-sm-4,  .col-md-4,  .col-lg-4,  .col-xs-5,  .col-sm-5,  .col-md-5,  .col-lg-5,  .col-xs-6,  .col-sm-6,  .col-md-6,  .col-lg-6,  .col-xs-7,  .col-sm-7,  .col-md-7,  .col-lg-7,  .col-xs-8,  .col-sm-8,  .col-md-8,  .col-lg-8,  .col-xs-9,  .col-sm-9,  .col-md-9,  .col-lg-9,  .col-xs-10,  .col-sm-10,  .col-md-10,  .col-lg-10,  .col-xs-11,  .col-sm-11,  .col-md-11,  .col-lg-11,  .col-xs-12,  .col-sm-12,  .col-md-12,  .col-lg-12 {    position: relative;  }  .col-xs-1,  .col-xs-2,  .col-xs-3,  .col-xs-4,  .col-xs-5,  .col-xs-6,  .col-xs-7,  .col-xs-8,  .col-xs-9,  .col-xs-10,  .col-xs-11,  .col-xs-12 {    float: left;  }  .col-xs-12 {    width: 100%;  }  .col-xs-11 {    width: 91.66666667%;  }  .col-xs-10 {    width: 83.33333333%;  }  .col-xs-9 {    width: 75%;  }  .col-xs-8 {    width: 66.66666667%;  }  .col-xs-7 {    width: 58.33333333%;  }  .col-xs-6 {    width: 50%;  }  .col-xs-5 {    width: 41.66666667%;  }  .col-xs-4 {    width: 33.33333333%;  }  .col-xs-3 {    width: 25%;  }  .col-xs-2 {    width: 16.66666667%;  }  .col-xs-1 {    width: 8.33333333%;  }  @media (min-width: 768px) {    .col-sm-1,    .col-sm-2,    .col-sm-3,    .col-sm-4,    .col-sm-5,    .col-sm-6,    .col-sm-7,    .col-sm-8,    .col-sm-9,    .col-sm-10,    .col-sm-11,    .col-sm-12 {      float: left;    }    .col-sm-12 {      width: 100%;    }    .col-sm-11 {      width: 91.66666667%;    }    .col-sm-10 {      width: 83.33333333%;    }    .col-sm-9 {      width: 75%;    }    .col-sm-8 {      width: 66.66666667%;    }    .col-sm-7 {      width: 58.33333333%;    }    .col-sm-6 {      width: 50%;    }    .col-sm-5 {      width: 41.66666667%;    }    .col-sm-4 {      width: 33.33333333%;    }    .col-sm-3 {      width: 25%;    }    .col-sm-2 {      width: 16.66666667%;    }    .col-sm-1 {      width: 8.33333333%;    }  }  @media (min-width: 992px) {    .col-md-1,    .col-md-2,    .col-md-3,    .col-md-4,    .col-md-5,    .col-md-6,    .col-md-7,    .col-md-8,    .col-md-9,    .col-md-10,    .col-md-11,    .col-md-12 {      float: left;    }    .col-md-12 {      width: 100%;    }    .col-md-11 {      width: 91.66666667%;    }    .col-md-10 {      width: 83.33333333%;    }    .col-md-9 {      width: 75%;    }    .col-md-8 {      width: 66.66666667%;    }    .col-md-7 {      width: 58.33333333%;    }    .col-md-6 {      width: 50%;    }    .col-md-5 {      width: 41.66666667%;    }    .col-md-4 {      width: 33.33333333%;    }    .col-md-3 {      width: 25%;    }    .col-md-2 {      width: 16.66666667%;    }    .col-md-1 {      width: 8.33333333%;    }  }  @media (min-width: 1200px) {    .col-lg-1,    .col-lg-2,    .col-lg-3,    .col-lg-4,    .col-lg-5,    .col-lg-6,    .col-lg-7,    .col-lg-8,    .col-lg-9,    .col-lg-10,    .col-lg-11,    .col-lg-12 {      float: left;    }    .col-lg-12 {      width: 100%;    }    .col-lg-11 {      width: 91.66666667%;    }    .col-lg-10 {      width: 83.33333333%;    }    .col-lg-9 {      width: 75%;    }    .col-lg-8 {      width: 66.66666667%;    }    .col-lg-7 {      width: 58.33333333%;    }    .col-lg-6 {      width: 50%;    }    .col-lg-5 {      width: 41.66666667%;    }    .col-lg-4 {      width: 33.33333333%;    }    .col-lg-3 {      width: 25%;    }    .col-lg-2 {      width: 16.66666667%;    }    .col-lg-1 {      width: 8.33333333%;    }  }  @media screen and (max-width: 991px) {    .col-sm-0 {      display: none;    }  }  @media screen and (max-width: 767px) {    .col-xs-0 {      display: none;    }  }
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bcontainer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bcontainer {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* Basic Styles and base.css resets */
.href {
  cursor: pointer;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
.dbnSpacer {
  float: left;
  display: inline;
  width: 100%;
  height: 25px;
}
.clear {
  clear: both;
}
.underline {
  text-decoration: underline;
}
.blockquote {
  display: block;
  margin-left: 30px;
}
.float-left {
  float: left;
  display: inline;
}
.float-right {
  float: right;
  display: inline;
}
.ir {
  float: left;
  display: inline;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
}
.alignvertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
p,
ul,
ol {
  margin: 0 0 1em;
}
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
.textalignleft {
  text-align: left;
}
.textaligncenter,
.centered,
.center {
  text-align: center;
}
.textalignright {
  text-align: right;
}
.floatleft,
.alignleft {
  float: left;
  display: inline;
  margin: 0px 10px 10px 0;
}
.floatright,
.alignright {
  float: right;
  display: inline;
  margin: 0px 0px 10px 10px;
}
.block {
  display: block;
}
.hidden,
.hide,
.mobile,
.mobile-only,
.mobileonly,
.phone-only,
.phoneonly {
  display: none;
}
.layout-zone-footer ul {display: block; list-style: none; margin: 0; padding: 0; text-align: center;}
.layout-zone-footer ul li {
	display: inline;
	border: none;
	list-style: none;
	padding: 0;
	margin: 0 5px;
}
.drop-down-menu,
.drop-down-menu ul {
  background: 0;
}
.drop-down-menu-item {
  background: 0;
}
.container-main #main {
  min-height: 0;
  margin: 0;
}
.fieldset select {
  height: auto;
}
.container-main .layout-zone-left {
  min-height: 0px;
}
.container-main .layout-zone-left.droppable {
  min-height: 150px;
}
.gutter10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter15 {
  margin-left: -15px;
  margin-right: -15px;
}
/* Custom Styles */
img,
iframe,
object,
embed,
video {
  max-width: 100%;
}
input,
select,
textarea,
.fieldset select,
.fieldset input[type="text"],
.fieldset input[type="password"] {
  padding: 8px;
  color: #757575;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #999;
  height: auto;
  border-radius: 2px;
  max-width: 100%;
  background: #fff;
}
input[type="image"] {
  padding: 0;
  border-radius: 0;
  border: none;
  width: auto;
  background: 0;
}
input[type="submit"] {
  color: #fff;
  border: none;
  -webkit-appearance: none;
  background: #3D8EDE;
}
button {
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="reset"] {
  color: #fff;
  -webkit-appearance: none;
  background: #777;
}
.button.button-inline {
  display: inline-block;
  color: #000;
  transition: all 0.5s ease 0s;
}
.button.button-standard {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 35px;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.5s ease 0s;
  border-radius: 2px;
}
.button.button-standard:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
textarea {
  resize: vertical;
}
.section,
.subsection,
.site-container {
  clear: both;
  float: left;
  display: inline;
  width: 100%;
}
.container-navigation {
  background: #ffffff;
}
.layout-zone-navigation {
  min-height: 0;
  line-height: normal;
  background: 0;
}
#search {
  float: right;
  display: inline;
  width: 255px;
}
#search .search-input-box {
  float: left;
  display: inline;
  width: 88%;
}
#search input#s {
  float: left;
  display: inline;
  width: 100%;
  vertical-align: middle;
  color: #555555;
  border: none;
  background: 0;
}
#search .search-submit-box {
  float: right;
  display: inline;
  width: 12%;
  text-align: center;
}
#search input#search-go {
  display: inline-block;
  vertical-align: middle;
  color: #555555;
}
#search button {
  display: block;
  -webkit-appearance: none;
  color: #fff;
  text-align: center;
  border: none;
  width: 100%;
  font-size: 24px;
  padding: 7px 2px;
  cursor: pointer;
  background: #9A1617;
}
.layout-zone-navigation ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.layout-zone-navigation ul li {
  display: inline;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}
.layout-zone-navigation ul li a {
  border-left: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 0px 8px;
  text-decoration: none;
  vertical-align: middle;
}
.layout-zone-navigation ul li a:hover {
  text-decoration: underline;
}
.layout-zone-navigation ul li:first-child a {
  border: none;
}
.layout-zone-navigation ul li.current-menu-item a {
  color: #403E44;
}
.layout-zone-navigation ul li * {
  vertical-align: middle;
}
.layout-zone-navigation ul li.link-cart {
  padding: 10px;
  text-align: center;
  width: 57px;
  cursor: pointer;
  border: none;
  background: 0;
}
.layout-zone-navigation ul li.link-cart a {
  display: block;
  width: 100%;
  min-height: 28px;
  padding-left: 5px;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: transparent url(../images/cart-icon.png) no-repeat center top;
}
.layout-zone-navigation ul li.link-cart a .carticon {
  float: left;
  margin: 0;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 14px;
  height: 14px;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #693816;
}
.layout-zone-navigation ul li.link-cart.two-digit a .carticon {
  width: 20px;
  height: 20px;
}
.layout-zone-navigation ul li.link-cart.three-digit a .carticon {
  width: 25px;
  height: 25px;
  padding-top: 2px;
}
.container-menu {
  background: #ffffff;
}
.layout-zone-menu {
  min-height: 0;
}
.container-main {
  background: #ffffff;
}
#left {
  width: 270px;
}
.panel {
  border: none;
  margin-top: 30px;
}
.panel:first-child {
  margin-top: 0;
}
.panel .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #2B2B2B;
  padding: 12px;
  margin: 0;
  border: 1px solid #EBEBEB;
  background: #F8F8F8;
}
.panel.panel-catalog-categories .title {
  color: #fff;
  background: #434343;
}
.panel .content {
  padding: 25px;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
.panel ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel ul li {
  display: block;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.panel ul li:first-child {
  margin-top: 0;
}
.panel.panel-catalog-categories .content {
  padding: 0;
}
.panel.panel-catalog-categories > .content > ul {
  clear: both;
  float: left;
  display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel.panel-catalog-categories > .content > ul > li {
  display: block;
  margin: 0;
  position: relative;
}
.panel.panel-catalog-categories > .content > ul > li > a,
.panel.panel-catalog-categories > .content > ul > li > span > a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
.panel.panel-catalog-categories > .content > ul > li:hover > a,
.panel.panel-catalog-categories > .content > ul > li:hover > span > a {
  text-decoration: none;
  background: #E0E0E0;
}
.panel.panel-catalog-categories > .content > ul > li > ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  width: 200px;
  text-align: left;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li {
  float: none;
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  background: #E0E0E0;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li:hover > a {
  color: #333;
  background: #fff;
}
.panel.panel-catalog-categories > .content > ul > li:hover > ul {
  display: block;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  z-index: 200;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li:hover > ul {
  display: block;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li {
  float: none;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  background: #E0E0E0;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li:hover > a {
  color: #333;
  background: #fff;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li:hover > ul {
  display: block;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  z-index: 200;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li:hover > ul {
  display: block;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li {
  float: none;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  background: #E0E0E0;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li:hover > a {
  color: #333;
  background: #fff;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li:hover > ul {
  display: block;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  z-index: 200;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li:hover > ul {
  display: block;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li > ul > li {
  float: none;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  background: #E0E0E0;
}
.panel.panel-catalog-categories > .content > ul > li > ul > li > ul > li > ul > li > ul > li:hover > a {
  color: #333;
  background: #fff;
}
.panel.panel-brands ul li {
  text-align: center;
}
.content-left {
  float: left;
  display: inline;
  width: 48%;
}
.content-right {
  float: right;
  display: inline;
  width: 48%;
}
.fr {
  clear: both;
  float: left;
  display: inline;
  width: 100%;
  padding: 5px 0;
}
.fr > label {
  display: block;
}
.fr > label > span {
  display: block;
}
.fr > label > input[type="number"],
.fr > label > input[type="text"],
.fr > label > input[type="email"],
.fr > label > input[type="tel"],
.fr label select,
.fr label textarea {
  display: block;
}
.t {
  clear: both;
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 1em;
}
.t:last-child {
  margin-bottom: 0;
}
.t p:empty {
  display: none;
}
.tr {
  clear: both;
  float: left;
  display: inline;
  width: 100%;
}
.tr:nth-child(2n+1) {
  background-color: #eee;
}
.th,
.td {
  float: left;
  display: inline;
  padding: 5px;
  width: 25%;
  box-sizing: border-box;
}
/* Begin basic slider styles */
.cycle-slideshow {
  clear: both;
  float: left;
  display: inline;
  width: 100%;
}
.layout-zone-slider {
  position: relative;
}
.slide {
  clear: both;
  float: left;
  display: none;
  width: 100%;
  z-index: 3 !important;
}
.image-nav .cycle-prev {
  float: left;
  width: 19px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 45%;
  left: 10px;
  z-index: 4;
  background: transparent url(../images/slider-sprite.png) no-repeat left top;
}
.image-nav .cycle-next {
  float: right;
  width: 19px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 45%;
  right: 10px;
  z-index: 4;
  background: transparent url(../images/slider-sprite.png) no-repeat right top;
}
.cycle-prev,
.cycle-next {
  display: none;
  cursor: pointer;
  position: relative;
}
.dynamic-nav .cycle-prev,
.dynamic-nav .cycle-next {
  background: #fefefe none repeat scroll 0 0;
  border-radius: 40px;
  -webkit-box-shadow: 1px 1px 2px 0 #333333;
  box-shadow: 1px 1px 2px 0 #333333;
  height: 24px;
  margin-top: -12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease 0s;
  width: 24px;
  z-index: 501;
}
.layout-zone-slider:hover .cycle-prev,
.layout-zone-slider:hover .cycle-next {
  display: block;
  opacity: 0.4;
}
.layout-zone-slider .cycle-prev:hover,
.layout-zone-slider .cycle-next:hover {
  opacity: 1;
}
.dynamic-nav .arrow {
  height: 0;
  left: 50%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.dynamic-nav .cycle-prev {
  left: 10px;
}
.dynamic-nav .cycle-prev .arrow {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-top: 6px solid transparent;
  margin-left: -4px;
}
.dynamic-nav .cycle-next {
  right: 10px;
}
.dynamic-nav .cycle-next .arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
  border-top: 6px solid transparent;
  margin-left: -2px;
}
.cycle-pages {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 4;
  display: block;
  text-align: center;
  width: 100%;
}
.cycle-pages span {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  color: #ffffff;
  border-radius: 20px;
  border: 1px solid #777777;
  background: #000000;
}
.cycle-pages span:hover,
.cycle-pages span.cycle-pager-active {
  border: 1px solid #777777;
  background: #ffffff;
}
.cycle-slideshow img {
  width: auto;
  height: auto;
  display: block;
}
/* End basic slider styles */
/* Begin Slick Carousel Styles */
.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 {
  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;
  margin: 0 auto;
  text-align: center;
}
.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;
}
.carousel-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.slick-prev {
  position: absolute;
  left: -60px;
  top: 30%;
  width: 52px;
  height: 52px;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 3;
  background: transparent url(../images/carousel-sprite.png) no-repeat left top;
}
.slick-next {
  position: absolute;
  right: -60px;
  top: 30%;
  width: 52px;
  height: 52px;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 3;
  background: transparent url(../images/carousel-sprite.png) no-repeat right top;
}
.slick-slide {
  text-align: center;
  padding: 5px;
}
/* End Slick Carousel Styles */
.g-recaptcha > div > div,
.g-recaptcha > div > div > iframe {
  max-width: 100%;
}
.ff {
  float: right;
  width: 48%;
  font-size: 16px;
  padding: 25px 0;
}
.ff:nth-child(2n+1) {
  clear: both;
  float: left;
}
.ff.ff-full,
.ff.ff-type-textarea {
  clear: both;
  width: 100%;
}
.ff > label,
.label-check-radio {
  clear: both;
  float: left;
  width: 100%;
  background: #EEE6E0;
}
.ff span {
  float: left;
  width: 40%;
  padding: 23px 0 23px 15px;
}
.ff.required span {
  color: #693816;
}
.ff input[type="text"],
.ff input[type="search"],
.ff input[type="tel"],
.ff input[type="email"],
.ff select,
.ff textarea,
.cfield-radio-check {
  float: left;
  width: 60%;
  border: none;
  padding: 22px 8px;
  background: #EEE6E0;
}
.ff textarea {
  min-height: 300px;
}
.ff.ff-submit input {
  width: 100%;
  background: #687310;
}
.ff-captcha {
  clear: both;
  float: left;
  width: 100%;
}
/* colorbox CSS */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/colorbox/overlay.png) repeat 0 0;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  background: #fff;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  border: 0;
  display: block;
  max-width: none;
  margin: auto;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  overflow: visible;
  width: auto;
  background: none;
  margin: 0;
  padding: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}*/
#colorbox,
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

div.page-text > div.spacer {
  padding: 10px 0;
}
.fieldset select {
  height: auto;
}
.product-image ul {
  display: block;
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.product-image li {
  display: none;
  list-style: none;
}
.product-image li.active {
  display: block;
}
.product-image img,
.product-view-style2 .product-page-center .product-secondary-images ul li img {
  display: block;
  margin: 0 auto;
}
.product-view-style2 .product-purchase {
  padding: 0;
  border: none;
  max-width: 100%;
  background: 0;
}
.product-purchase > .spacer {
  padding: 0;
}
#lightbox-container-image-box,
#lightbox-container-image-data-box {
  max-height: 90% !important;
  max-width: 90% !important;
  height: auto !important;
}
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fb_iframe_widget {
  display: block !important;
}
.fb_iframe_widget span,
.fb_iframe_widget span iframe {
  display: block;
  width: 100% !important;
}
.catalog-bread-crumbs,
.catalog-bread-crumbs a,
.page-product .product-bread-crumbs,
.page-product .product-bread-crumbs a {
  font-size: 16px;
  padding: 0;
  color: #000;
}
.drop-down-menu li#catalog-navigation-menu-view {
  display: none;
}
.container-main ul.star-rating {
  padding: 0;
}
.product-page-top > .spacer {
  padding: 10px 0;
}
.page-cart table.list tr td .quantity {
  width: 60px;
}
table.fieldset tr.field td div select.select-expiration-year {
  width: 96px;
}
table.fieldset tr.field td div input.input-cvv2 {
  width: 65px;
}
img,
iframe,
embed,
object,
video {
  max-width: 100%;
}
body > iframe {
  display: none;
}
.mobile-nav-subcategories-toggle {
  float: right;
  padding: 5px;
  margin-top: -5px;
  display: none;
}
.mobile-nav-subcategories-panel {
  display: none;
}
.mobile-nav-subcategories-panel ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #efefef;
}
.mobile-nav-subcategories-panel ul > li {
  position: relative;
  display: block;
}
.mobile-nav-subcategories-panel ul > li > a,
.mobile-nav-subcategories-panel ul > li > span {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.mobile-only {
  display: none;
}
.custom-home {
  margin-bottom: 25px;
}
.loupe {
  border-radius: 900px;
  z-index: 2;
  background-color: #555;
  background: rgba(0, 0, 0, 0.25);
  border: 5px solid rgba(0, 0, 0, 0);
  cursor: url(../images/blank.png), url(../images/blank.cur), none;
}
.loupe img {
  max-width: none !important;
}
.product-secondary-images {
  position: relative;
  z-index: 1;
}
.catalog-product-sub-categories ul li {
  float: left;
  display: inline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}
.catalog-product-sub-categories ul li:nth-child(4n+1) {
  clear: both;
}
#catalog-top {
  padding: 20px;
  border: 1px solid #eee;
  font-size: 14px;
  background: #fff;
}
.catalog-image {
  float: left;
  display: inline;
  width: 40%;
}
#categoryDescriptionTop {
  float: right;
  display: inline;
  width: 58%;
}
#categoryDescriptionTop.full-width {
  clear: both;
  width: 100%;
}
.catalog-page-breaks span {
  margin: 8px;
  padding: 0;
  font-size: 25px;
  text-align: center;
  border: none;
  background: 0;
}
.catalog-page-breaks span a {
  display: block;
  padding: 8px 12px;
  color: #000;
  transition: all 0.5s ease 0s;
  border: 1px solid #D7D7D7;
  text-decoration: none;
  background: #fff;
}
.catalog-page-breaks span:hover a {
  text-decoration: none;
  background: #E8F1F9;
}
.catalog-page-breaks span.active {
  color: #000;
  margin: 8px;
  padding: 8px 12px;
  border: 1px solid #E8F1F9;
  background: #E8F1F9;
}
.product-page-top {
  margin-top: 0;
}
#ppt-top {
  margin-top: 0;
}
.ppt-bc {
  float: left;
  display: inline;
  width: 75%;
}
.ppt-print {
  float: right;
  display: inline;
  width: 23%;
  text-align: right;
}
#ppt-title {
  margin-top: 10px;
}
.product-page-center {
  margin-top: 15px;
}
.product-left {
  float: left;
  display: inline;
  width: 48%;
}
.product-right {
  float: right;
  display: inline;
  width: 48%;
}

.slick-slide .author-bio {display: none;}
.ab {display: none;}
.ab.active {display: block;}
#social-footer {margin-top: 15px;}

.container-trade {padding-bottom: 15px; background: #232323;}
	.container-trade .title {color: #fff;}
	.container-trade ul {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
		.container-trade ul li {
			display: inline-block;
			margin: 15px;
			padding: 0;
			list-style: none;
		}

@media screen and (max-width: 991px) {
  .mobilehide,
  .mobile-hide {
    display: none;
  }
  .mobile,
  .mobile-only,
  .mobileonly {
    display: block;
  }
  .page-home .container-header,
  .layout-zone-header,
  .container-header {
    height: auto;
  }
  .tabbed-navigation {
    display: none;
  }
  .mobilepad {
    padding: 5px;
  }
  #account-links {
    display: none;
  }
  .container-menu {
    display: none;
  }
  .mobile-navigation,
  .mobile-only {
    display: block;
  }
  .mobile-nav-subcategories-toggle {
    display: block;
  }
  .page .layout-zone-header {
    width: 100%;
  }
  .home-container {
    width: 100% !important;
  }
  .mobile-nav-subcategories-toggle > .icon-bar + .icon-bar {
    width: 80%;
  }
  .page .layout-zone-header {
    min-height: 0;
  }
  #header > .container-menu {
    display: none;
  }
  .page .image-logo {
    margin: 0;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .mobile-navigation {
    display: block;
  }
  .page .image-home {
    margin: 0;
    display: block;
    max-width: 100%;
    height: auto;
  }
  .container-main .layout-zone-left,
  .container-main .layout-zone-right {
    display: none;
  }
  #catalog-navigation-menu-pagesize,
  #catalog-navigation-menu-view {
    display: none;
  }
  .page-signup .fieldset .field label {
    width: 100% !important;
  }
  .fieldset .field label {
    padding-left: 0;
  }
  .page-signup .fieldset .field div {
    margin-left: 0;
  }
  .fieldset input[type="text"],
  .fieldset input[type="password"],
  .fieldset select {
    width: 100%;
  }
  .page-login #content .col-50,
  .page-product #content .product-page-center .col-50 {
    width: 100%;
  }
  .page-login #content .col-50.col-left .spacer {
    border: none;
  }
  .page-product .product-print {
    display: none;
  }
  .page-cart #form-cart div.gap-right div.col-wrap div.col-50,
  .page-cart #form-cart div.cart-other-options div.col-50 {
    width: 100%;
  }
  .page-cart #form-cart div.cart-other-options div.col-50 > .spacer {
    margin: 0;
  }
  .page-cart #form-cart div.gap-right div.col-wrap div.col-50:first-child,
  .page-cart #form-cart div.cart-other-options div.col-50:first-child {
    display: none;
  }
  #form-cart > .gap-right {
    display: none;
  }
  #form-cart > .gap-right > .col-wrap > .col-right > .col-wrap > div {
    margin-top: 30px;
  }
  #form-cart > .gap-right > .col-wrap > .col-right > .col-wrap > div:first-child {
    margin-top: 0;
  }
  #form-cart > .gap-right > .col-wrap > .col-right > .col-wrap > div > span {
    display: none;
  }
  #form-cart .cart-totals > div > div > div > div {
    margin-top: 15px;
    width: 100%;
    text-align: right;
  }
  #form-cart .cart-totals > div > div > div > div:first-child {
    margin-top: 0;
  }
  .page-cart .cart-paypal-or {
    display: none;
  }
  #form-cart table td {
    overflow: hidden;
  }
  #opc-billing-form .col-wrap .col-50,
  #opc-shipping .col-wrap .col-50 {
    width: 100%;
  }
  .page-opc > div > div > div.col-75,
  .page-opc > div > div > div.col-25 {
    float: none;
    width: 100%;
  }
  .page-opc > div > div > div.col-75 > .gap-right {
    margin-right: 0;
  }
  .page-opc > div > div > div.col-25 > .gap-left {
    margin-left: 0;
  }
  #opc-billing-form table.fieldset tr.field td div input[type="text"],
  #opc-billing-form table.fieldset tr.field td div input[type="password"],
  #opc-billing-form table.fieldset tr.field td div select {
    width: 100% !important;
  }
  #opc-payment-inner .col-wrap .col-50,
  #opc-payment-inner .col-wrap .col-30,
  #opc-payment-inner .col-wrap .col-70 {
    width: 100%;
  }
  .page-opc .payment-methods-form-wrapper {
    overflow: hidden;
    float: none;
    width: 100%;
    max-width: 100%;
    clear: both;
  }
  #opc-button-complete {
    width: 100%;
    clear: both;
    margin-top: 10px;
  }
  #opc-invoice-totals {
    border-bottom: 2px solid #888888;
  }
  #-opc-dialog-login {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 30px;
    left: 0px;
    margin: 10px;
  }
  .page-cart .cart-image {
    width: 100px;
  }
  .page-cart .cart-description {
    margin-left: 115px;
  }
  #content.layout-zone-content {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0px 15px;
  }
  .search-row {
    clear: both;
    float: left;
    width: 100%;
    padding: 5px;
  }
  .s-mobile {
    float: left;
    display: inline;
    width: 80%;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #222;
    vertical-align: top;
    box-sizing: border-box;
  }
  .search-go-mobile {
    float: right;
    display: inline;
    width: 19%;
    padding: 10px 5px !important;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #222 !important;
    vertical-align: top;
    box-sizing: border-box;
  }
  #mobile-bc {
    padding: 15px;
    position: relative;
  }
  .mbc-button {
    float: left;
    display: inline;
    position: absolute;
  }
  .mbc-button a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background: #FACA22;
  }
  .mbc-text {
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
  }
  #mm-actual {
    padding: 0 15px;
  }
  .mobile-navigation-panel ul {
    clear: both;
    float: left;
    display: inline;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-navigation-panel ul li {
    clear: both;
    float: left;
    display: inline;
    width: 100%;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-navigation-panel ul li ul {
    display: none;
  }
  .mobile-navigation-panel ul li.active > ul {
    display: inline;
  }
  .mobile-navigation-panel ul li .mn-title {
    clear: both;
    float: left;
    display: inline;
    width: 100%;
  }
  .mobile-navigation-panel ul li.has-children > .mn-title {
    clear: none;
    padding-right: 10px;
    width: calc(65%);
  }
  .mobile-navigation-panel ul li .mn-title a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
  }
  .mobile-navigation-panel ul li .mn-button {
    float: right;
    display: inline;
    width: 35px;
  }
  .mobile-navigation-panel ul li .mn-button a {
    display: block;
    padding: 7px 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
  }
  .mobile-navigation-panel ul li > .mn-button a span:after {
    display: block;
    color: #fff;
    text-align: center;
    content: '+';
  }
  .mobile-navigation-panel ul li.active > .mn-button a span:after {
    content: '-';
  }
  .framed-block {
    padding: 10px;
    margin: 0;
  }
  .fieldset .field label,
  .fieldset .field.title {
    float: none;
    display: block;
  }
  .framed-block .fieldset .field div {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .page-profile.wrap > .spacer {
    padding: 0;
  }
  .fieldset .field label[for="receives_marketing"] {
    display: inline;
  }
  #colorbox,
  #cboxPrevious:active,
  #cboxNext:active,
  #cboxSlideshow:active,
  #cboxClose:active {
    max-width: 100% !important;
  }
  #colorbox,
  #cboxContent,
  #cboxLoadedContent {
    max-width: 100% !important;
  }
  #cboxContent {
    border-radius: 4px;
  }
  #cboxWrapper {
    width: 100% !important;
  }
  #cboxTopLeft,
  #cboxMiddleLeft,
  #cboxBottomLeft,
  #cboxTopRight,
  #cboxMiddleRight,
  #cboxBottomRight,
  #cboxTopCenter,
  #cboxBottomCenter {
    display: none;
  }
  #cboxWrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  #colorbox,
  #cboxContent,
  #cboxLoadedContent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fieldset .field label,
  .fieldset .field > div {
    float: none;
    display: block;
    margin: 2px 0;
  }
  .page-shipping-quote .fieldset .field label {
    clear: both;
    float: left;
    width: 100%;
  }
  .page-shipping-quote .fieldset .field div {
    clear: both;
    float: left;
    width: 100%;
    margin: 5px 0 0;
  }
  .page-shipping-quote .fieldset .buttons {
    clear: both;
    float: left;
    width: 100%;
    margin: 5px 0 0;
  }
  .t {
    font-size: 12px;
  }
  .gutter10,
  .gutter15 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .phone-only,
  .phoneonly {
    display: block;
  }
  .phonehide,
  .phone-hide {
    display: none;
  }
  .tabbed-navigation {
    display: none;
  }
  .logo {
    margin-left: 2%;
  }
  .page .layout-zone-header {
    width: 100%;
  }
  .home-container {
    width: 100% !important;
  }
  .page-cart .cart-image {
    width: 50px;
  }
  .page-cart .cart-description {
    margin-left: 65px;
  }
  .product-review-item.col-wrap .col-30 {
    clear: both;
    width: 100%;
  }
  .product-review-item.col-wrap .col-70 {
    clear: both;
    width: 100%;
  }
  .catalog-product-sub-categories ul li {
    width: 50%;
  }
  .catalog-product-sub-categories ul li:nth-child(2n+1) {
    clear: both;
  }
  .product-left {
    clear: both;
    width: 100%;
  }
  .product-right {
    clear: both;
    width: 100%;
    margin-top: 15px;
  }
  #lightbox-container-image-data-box {
    box-sizing: border-box;
  }
  .catalog-image,
  #categoryDescriptionTop {
    clear: both;
    width: 100%;
  }
  .th,
  .td {
    clear: both;
    width: 100%;
  }
  .th-spacer,
  .td-spacer {
    display: none;
  }
  .content-left {
    clear: both;
    width: 100%;
  }
  .content-right {
    clear: both;
    width: 100%;
    margin-top: 15px;
  }
  .footer {
    clear: both;
    width: 100%;
    margin-top: 50px;
  }
  .footer:first-child {
    margin-top: 0;
  }
  .ff {
    clear: both;
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .ff span {
    clear: both;
    width: 100%;
  }
  .ff input,
  .ff select,
  .ff textarea {
    clear: both;
    width: 100%;
    padding-left: 15px;
  }
  .ff.ff-submit input {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
/* Custom CSS*/
body {
  background-color: #ffffff;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  margin: auto;
}
h1 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 25px;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}
h3 {
  font-size: 18px;
  color: #18073A;
  padding: 0;
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  color: #19073A;
  padding: 0;
  margin-bottom: 7px;
}
h6 {
  font-size: 16px;
  font-weight: 400;
}
.title {
  margin: 60px 0;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.head {
  font-weight: 400;
  font-size: 36px;
}
b,
strong {
  font-size: inherit;
  font-weight: bold;
}
p {
  font-size: 14px;
  color: #666666;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
figure {
  margin: 0;
}
.btn {
  border-radius: 5px;
  background-color: #006BB7;
  padding: 20px 60px;
  text-decoration: none;
  color: #ffffff;
  border: none;
  font-size: 18px;
  display: inline-block;
  width: auto;
}
.btn:hover {
  text-decoration: none;
}
.icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #084eba;
}
.icon-bar + .icon-bar {
  margin-top: 4px;
}
.container-wrap {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  font-style: normal;
}
:-moz-placeholder {
  font-style: normal;
}
::-moz-placeholder {
  font-style: normal;
}
:-ms-input-placeholder {
  font-style: normal;
}
.container-navigation {
  background-color: #F3F3F3;
  padding: 10px 0;
}
.container-navigation * {
  color: #0192be;
}
.container-navigation a {
  font-weight: bold;
}
.container-header {
  background-color: #ffffff;
  padding-top: 10px 0;
}
.container-header #header {
  position: relative;
  padding-top: 5px;
}
.container-header .custom-menu > li:hover > ul {
  display: block;
}
.container-header .custom-menu > li > ul {
  display: none;
}
.container-header .custom-menu li {
  display: inline-block;
  vertical-align: middle;
}
.container-header .custom-menu li.new {
  margin-top: -10px;
}
.container-header .custom-menu li a {
  font-size: 18px;
  color: #96b2dd;
  padding: 32px 10px;
  display: block;
}
.container-header .custom-menu .mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 11;
  padding: 10px 0;
  overflow: hidden;
}
.container-header .custom-menu .mega-menu li {
  display: block;
  width: 300px;
}
.container-header .custom-menu .mega-menu li:first-child ul {
  z-index: 1;
}
.container-header .custom-menu .mega-menu li:hover {
  background-color: #F3F3F3;
}
.container-header .custom-menu .mega-menu li:hover ul {
  z-index: 10;
}
.container-header .custom-menu .mega-menu li a {
  padding: 10px;
  padding-left: 50px;
  color: #232323;
}
.container-header .custom-menu .thumb-list {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 300px);
  height: 100%;
  background-color: #F3F3F3;
  padding: 30px 50px;
}
.container-header .custom-menu .thumb-list li {
  width: 33.33%;
  float: left;
  background-color: #F3F3F3;
  text-align: center;
}
.container-header .custom-menu .thumb-list li:nth-child(4) {
  margin-top: 30px;
  width: 100%;
}
.container-header .custom-menu .thumb-list li:nth-child(4) a {
  display: initial;
}
.container-header .custom-menu .thumb-list li a {
  padding: 0;
}
.container-header .custom-menu .thumb-list li figure {
  height: 220px;
  width: 160px;
  margin: auto;
  overflow: hidden;
}
.container-header .custom-menu .thumb-list li figcaption {
  color: #666666;
  margin-bottom: 20px;
}
.container-header .custom-menu .search-bar {
  width: 40px;
  height: 40px;
  position: relative;
}
.container-header #search {
  transition: all 1s ease;
  width: 40px;
  float: none;
  background-color: #96b2dd;
  padding: 5px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 40px;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.container-header #search.active {
  width: 290px;
  transition: all 1s ease;
}
.container-header #search.active form {
  transition: all 1s ease;
  width: 250px;
  height: auto;
  float: left;
  max-height: 30px;
  overflow: hidden;
}
.container-header #search.active form #search-input {
  width: calc(100% - 40px);
  float: left;
  border: none;
  padding: 5px;
}
.container-header #search.active form button {
  margin-right: 5px;
}
.container-header #search.active #search-action .fa-search:before {
  content: "\f061";
}
.container-header #search.active button {
  float: left;
}
.container-header #search form {
  transition: all 1s ease;
  width: 0px;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.container-header #search form #search-input {
  padding: 0 ;
  box-sizing: border-box;
}
.container-header #search button {
  background: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
}
.container-header .layout-zone-header {
  min-height: 0;
}
.container-header #logo {
  width: 200px;
}
.container-menu {
  display: table;
  background-color: #0192be;
}
.container-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.container-menu ul li {
  position: relative;
  float: left;
}
	.container-menu #custom-menu li.cid-35 ul {
		width: 600px;
		-webkit-column-count: 3;  -webkit-column-gap: 15px;
		-moz-column-count: 3;     -moz-column-gap: 15px;
		column-count: 3;          column-gap: 15px;
	}
		.container-menu #custom-menu li.cid-35 ul li a {display: block; padding: 8px;}
.container-menu ul li.link-cart {
  position: relative;
}
.container-menu ul li.link-cart .icon {
  font-size: 29px;
  padding: 10px;
}
.container-menu ul li.link-cart .item {
  background-color: #dcc505;
  padding: 2px;
  position: absolute;
  bottom: 6px;
  right: 0px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  text-align: center;
}
.container-menu ul li a {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  padding: 15px 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.container-menu #custom-menu {
  margin-top: 0;
  float: left;
}
.container-menu #custom-menu ul ul {
  right: -220px;
  top: 48px;
  left: 0;
}
.container-menu #custom-menu ul ul li {
  float: none;
  display: block;
}
.container-menu #custom-menu ul ul li a {
  padding: 8px;
  margin: 0;
  display: block;
  font-size: 14px;
  padding-right: 0;
}
.container-menu #custom-menu li:hover ul {
  display: block;
}
.container-menu #custom-menu li a:hover {
  background-color: #ffffff;
  color: #006BB7;
}
.container-menu #custom-menu li ul {
  display: none;
  width: 200px;
  position: absolute;
  z-index: 100000;
  background-color: #006BB7;
}
.container-menu .actions {
  float: right;
}
.container-menu .actions ul li:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  height: 15px;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}
.icon-bar {
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 1px;
  background-color: #084eba;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}
.mobile-navigation-panel ul li {
  background: #006BB7;
}
.mobile-navigation-panel ul li:hover,
.mobile-navigation-panel ul li.active {
  background: #003381;
}
.mobile-navigation-panel ul li .mn-title a {
  color: #fff;
}
.mobile-navigation-panel ul ul li {
  background: #E5E5E5;
}
.mobile-navigation-panel ul ul li .mn-title a {
  padding-left: 20px;
  color: #006BB7;
}
.mobile-navigation-panel ul ul ul li .mn-title a {
  padding-left: 30px;
  color: #006BB7;
}
.container-slider {
  position: relative;
  overflow: visible;
  padding-bottom: 10%;
}
.container-slider:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('../images/slider-polygons.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 45%;
	z-index: 11;
}
.container-slider .slide-inner {
	position: relative;
	z-index: 11;
}
.container-slider .slide-inner .slide-text {
	margin: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.container-slider .slide-inner .slide-text h2 {
  color: #ffffff;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 42px;
}
.container-slider .slide-inner .slide-text .button {
  background-color: #084eba;
  color: #ffffff;
  font-size: 24px;
  padding: 15px 25px;
  border-radius: 5px;
  font-weight: 300;
}
.container-newsletter * {
  text-align: center;
}
.container-newsletter h4 {
  font-size: 24px;
  font-weight: 400;
}
.container-newsletter .panel-newsletters-subscribe {
  margin: 30px 0;
}
.container-newsletter .panel-newsletters-subscribe .content {
  border: none;
  padding: 0;
}
.container-newsletter .panel-newsletters-subscribe .content form {
  width: 600px;
  margin: auto;
  display: table;
  font-size: 24px;
}
.container-newsletter .panel-newsletters-subscribe .content form > * {
  font-size: 24px;
  float: left;
  padding: 15px;
  border: none;
  border-radius: 0;
  line-height: 1.2;
  height: initial;
  margin: 0;
}
.container-newsletter .panel-newsletters-subscribe .content form .email-subscribe {
  width: 420px;
  background-color: #F3F3F3;
  text-align: left;
}
.container-newsletter .panel-newsletters-subscribe .content form .button-subscribe {
  width: 180px;
}
.container-newsletter .social h4 {
  margin-bottom: 20px;
}
.container-newsletter .social ul {
	position: relative;
	text-align: center;
}
.container-newsletter .social ul li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 !important;
  margin-left: -5px !important;
  padding-left: 25px;
  background-color: #ffffff;
}
.container-newsletter .social ul li:last-child {
  padding-right: 25px;
}
.container-newsletter .social ul:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #95b1e0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.container-author {
  background-image: url('../images/authors-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.container-author * {
  text-align: center;
}

.container-author .slick-slider {
  position: relative;
}
.container-author .slick-slider:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  background-image: url('../images/laptop-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.container-author .slick-slider .slick-list {
  margin-bottom: 30px;
  padding: 0 !important;
  padding-top: 120px !important;
  padding-bottom: 150px !important;
  max-width: 800px;
  margin: auto;
}
.container-author .slick-slider .slick-slide {
  display: inline-block;
  float: none;
  vertical-align: middle;
  position: relative;
}
.container-author .slick-slider .slick-slide.slick-active {
  width: 225px !important;
}
.container-author .slick-slider .slick-slide.slick-active.slick-current {
  width: 340px  !important;
}
.container-author .slick-slider .slick-slide.slick-active.slick-current .author h5 {
  margin-top: 50px;
  font-size: 24px;
}
.container-author .slick-slider .slick-slide .author {
  margin: 0 5px;
}
.container-author .slick-slider .slick-slide .author img {
  width: 100%;
}
.container-author .slick-slider .slick-slide .author h5 {
  margin-top: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.container-author p {
  margin-bottom: 50px;
  font-size: 18px;
}
#trading-container {
	background-image: url('../images/trading-bc.jpg');
	background-repeat: no-repeat;
	padding-bottom: 70px;
	background-size: cover;
}
.container-trading {
	padding-bottom: 65px;
	background: 0;
}
.container-trading * {
  text-align: center;
}
.container-trading h3,
.container-trading a,
.container-trading button {
  color: #ffffff;
}
.container-trading .head {
  margin-bottom: 30px;
}
.container-trading ul {
  list-style: none;
}
.container-trading ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.container-trading ul li a {
  display: table-cell;
  padding: 5px;
  position: relative;
  font-size: 18px;
  vertical-align: middle;
}
.container-trading .option1 a {
  width: 270px;
  height: 60px;
}
.container-trading .option2 {
  background-color: #232323;
  margin: 60px 0;
  padding: 40px 0;
}
.container-trading .option2 a {
  width: 200px;
  height: 50px;
}
.page-home .container-main {
  margin-top: 0px;
}
.container-main {
  margin-top: 50px;
  margin-bottom: 200px;
  min-height: 500px;
}

.catalog-view-display .catalog-product-add .input-quantity {
  display: none;
}
.catalog-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-navigation ul li {
  padding: 0;
  list-style: none;
}
.catalog-navigation .drop-down-menu-item {
  background: #526EA3;
}
.catalog-product-hot-deal {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}
.catalog-view-display .catalog-product {
  width: 25%;
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
}
.catalog-view-display .catalog-product:nth-child(4n+1) {
  clear: both;
}
.catalog-view-display .catalog-product .spacer {
  padding: 12px;
}
.catalog-view-display .catalog-product .spacer > * {
  margin-bottom: 15px;
  padding: 0;
}
.catalog-view-display .catalog-product .catalog-group-details {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.catalog-view-display .catalog-product .catalog-group-details:hover .more-info {
  height: 100%;
  transition: all 0.5s ease;
  opacity: 1;
}
.catalog-view-display .catalog-product .catalog-group-details .more-info {
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
  margin: auto;
}
.catalog-view-display .catalog-product .catalog-group-details .more-info a {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  color: #ffffff;
}
.catalog-view-display .catalog-product .catalog-product-title {
  min-height: 72px;
}
.catalog-view-display .catalog-product .catalog-product-title *,
.catalog-view-display .catalog-product .catalog-product-add * {
  font-size: 18px;
  font-weight: 400;
}
.catalog-view-display .catalog-product .catalog-product-sale-price {
  min-height: 30px;
}
.catalog-view-display .catalog-product .catalog-product-sale-price * {
  font-size: 24px;
  color: #232323;
  font-weight: 500;
}
.catalog-view-display .catalog-product .catalog-product-add .button-add-to-cart,
.catalog-view-display .catalog-product .catalog-product-add a {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #006BB7;
  color: #ffffff;
  display: block;
  line-height: 1;
}
/* Slider */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  background-image: none;
  text-indent: 0;
  top: calc(50% - 26px);
  margin: 0;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 60px;
	color: #006BB7;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-prev:before {
  content: "\f0a8";
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider .slick-next:before {
  content: "\f0a9";
}
.container-footer {
  position: relative;
  padding: 35px 0;
  padding-top: 200px;
  background-color: #232323;
}
.container-footer:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  background-image: url('../images/footer-polygons.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  z-index: 11;
}
.layout-zone-footer {
  padding: 0;
  margin: 0;
  min-height: 0;
  text-align: left;
  background: 0;
}

.layout-zone-footer ul li a {
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
}
.footer-column {
  float: left;
  width: 25%;
}
.footer-column:last-child {
  float: right;
}
.footer-column .footer-accordion {
  display: none;
}
.footer-column .social h4,
.footer-column h6 {
  color: #084eba;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
}
.container-subfooter {
  border-top: #151515 1px solid;
  background-color: #232323;
  padding: 25px 0;
}
.container-subfooter p {
  color: #ffffff;
}
.container-subfooter .left {
  float: left;
}
.container-subfooter .right {
  float: right;
}
#subfooter {text-align: center;}

.social ul li a {
  background-color: #006BB7;
  color: #ffffff;
  width: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 35px !important;
  padding: 5px !important;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.social ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .container-wrap {
    width: 992px;
  }
  .container-slider .slide-inner {
    z-index: 11;
  }
  .container-slider .slide-inner .slide-text h2 {
    margin-bottom: 30px;
    font-size: 35px;
  }
  .container-slider .slide-inner .slide-text .button {
    padding: 12px 20px;
  }
  .container-menu ul li a {
    font-size: 14px;
    padding: 15px 6px;
  }
  .container-menu ul li.link-cart .icon {
    font-size: 25px;
  }
  .container-header .custom-menu li a {
    font-size: 16px;
    padding: 30px 6px;
  }
  .container-header .custom-menu .mega-menu li {
    width: 260px;
  }
  .container-header .custom-menu .mega-menu li a {
    padding-left: 30px;
  }
  .container-header .custom-menu .thumb-list {
    width: calc(100% - 260px);
  }
  .container-author .slick-slider:before {
    top: -60px;
  }
  .container-author .slick-slider .slick-list {
    max-width: 720px;
    margin-bottom: 30px;
    padding-top: 80px !important;
  }
  .container-author .slick-slider .slick-slide.slick-active {
    width: 210px !important;
  }
  .container-author .slick-slider .slick-slide.slick-active.slick-current {
    width: 300px !important;
  }

  .catalog-view-display .catalog-product .catalog-group-details {
    height: 250px;
  }
  .page-home .catalog-view-display {
    max-height: 1600px;
  }
}
@media screen and (max-width: 991px) {
  .container-wrap {
    width: 768px !important;
  }
  .title {
    margin: 20px 0;
    font-size: 30px;
  }
  .head {
    font-size: 30px;
  }
  .container-menu,
  .container-navigation,
  .desktop-only {
    display: none;
  }
  .catalog-view-display .catalog-product .catalog-product-title {

  }
  .catalog-view-display .catalog-product .catalog-group-details {
    
  }
  .catalog-view-display .catalog-product .catalog-product-title *,
  .catalog-view-display .catalog-product .catalog-product-add * {
    font-size: 14px;
  }
  .catalog-view-display .catalog-product .catalog-product-add .button-add-to-cart,
  .catalog-view-display .catalog-product .catalog-product-add a {
    padding: 10px 5px;
  }
  .container-header {
    padding: 2px 0;
  }
  .container-header #header {
    padding-top: 0;
  }
  .container-header #mm-actual {
    padding: 0;
  }
  .container-header .mobile-only .mobile-navigation #logo {
    float: left;
    max-width: 120px;
  }
  .container-header .mobile-only .mobile-navigation .mobile-nav-toggle {
    float: right;
    padding: 5px;
    border: none;
    margin-top: 10px;
    background-color: transparent;
  }
  .container-header .mobile-only .mobile-navigation-panel {
    display: none;
  }
  .container-trading {
    background-image: url('../images/trading-bc-mobile.jpg');
  }
  .container-trading .option1 ul li {
    display: table;
    margin: auto;
    margin-bottom: 20px;
  }
  .container-trading .option2 ul li {
    float: left;
    margin: auto;
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
  }
  .container-trading .option2 ul li a {
    display: block;
    height: inherit;
    padding: 15px;
    margin: auto;
  }
  .container-slider .slide-inner {
    position: relative;
    overflow: hidden;
  }
  .container-slider .slide-inner .slide-text h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .container-slider .slide-inner .slide-text .button {font-size: 18px;}
  .container-author .slick-slider:before {
    max-width: 760px;
  }
  .container-author .slick-slider .slick-slide.slick-active {
    width: 160px !important;
  }
  .container-author .slick-slider .slick-slide.slick-active.slick-current {
    width: 230px !important;
  }
  .container-author .slick-slider .slick-slide.slick-active.slick-current .author h5 {
    font-size: 20px;
  }
  .container-author .slick-slider .slick-slide .author {
    margin: 0;
  }
  .container-author .slick-slider .slick-slide .author h5 {
    margin-top: 20px;
    font-size: 16px;
    padding: 0;
  }

  .container-author .slick-slider .slick-list {
    max-width: 550px;
  }
  .container-subfooter #subfooter {
    text-align: center;
  }
  .container-subfooter #subfooter .left,
  .container-subfooter #subfooter .right {
    float: none;
    margin-bottom: 10px;
  }
  .footer-column {
    width: 50%;
    min-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .page .container-wrap,
  .doc800x600C,
  .doc800x600L,
  .doc1024x768L,
  .doc1280x1024C,
  .doc1280x1024L {
    width: 100% !important;
  }
  .catalog-view-display .catalog-product {
    width: 50%;			
  }
   .catalog-view-display .catalog-product:nth-child(2n+1){clear: both;}
  .container-slider .slide-inner .slide-text h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .container-slider .slide-inner .slide-text .button {font-size: 14px; padding: 5px 15px;}
  .container-newsletter .panel-newsletters-subscribe .content form {
    width: 100%;
    max-width: 480px;
  }
  .container-newsletter .panel-newsletters-subscribe .content form .email-subscribe,
  .container-newsletter .panel-newsletters-subscribe .content form .button-subscribe {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .container-author .slick-initialized {
    max-width: 450px;
    margin: auto;
  }
  .container-author .slick-slider:before {
    max-width: 450px;
    top: -60px;
  }
  .container-author .slick-slider .slick-slide {
    visibility: hidden !important;
  }
  .container-author .slick-slider .slick-slide.slick-active {
    width: 75px !important;
  }
  .container-author .slick-slider .slick-slide.slick-active.slick-current {
    width: 170px !important;
    visibility: visible !important;
  }
  .container-author .slick-slider .slick-slide.slick-active.slick-current .author h5 {
    font-size: 16px;
    margin-top: 5px;
    min-height: 40px;
  }
  .container-author .slick-slider .slick-slide .author h5 {
    margin-top: 5px;
    font-size: 16px;
  }

  .container-author .slick-slider .slick-list {
    max-width: 320px;
    padding-bottom: 120px !important;
    padding-top: 50px !important;
    margin-bottom: 0;
  }
  .container-footer {
    padding-top: 100px;
  }
  .container-footer:before {
    top: -100px;
    height: 200px;
  }
}
@media screen and (max-width: 479px) {
  .title {
    font-size: 24px;
  }
  .head {
    font-size: 20px;
  }
  .btn {
    padding: 10px 30px;
  }

  .container-slider .slide-inner .slide-text .slide-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .container-slider .slide-inner .slide-text .button {
    padding: 5px 10px;
    font-size: 16px;
  }
  .container-newsletter .panel-newsletters-subscribe .content form .email-subscribe,
  .container-newsletter .panel-newsletters-subscribe .content form .button-subscribe {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .container-newsletter .social ul li {
    padding-left: 10px;
  }
  .container-newsletter .social ul li:last-child {
    padding-right: 10px;
  }
  .container-trading .option2 ul li {
    width: 100%;
  }
  .footer-column {
    width: 100%;
    min-height: inherit;
  }
  .footer-column h6 {
    width: calc(100% - 20px);
    float: left;
  }
  .footer-column ul {
    display: none;
    width: 100%;
  }
  .footer-column .social ul {
    display: block;
    width: 100%;
  }
  .footer-column .footer-accordion {
    float: right;
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50px;
    transition: all 0.5s ease;
    background-color: #084eba;
  }
  .footer-column .footer-accordion.show:after {
    transform: rotate(0);
  }
  .footer-column .footer-accordion:before,
  .footer-column .footer-accordion:after {
    content: "";
    width: 75%;
    height: 3px;
    background-color: #232323;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .footer-column .footer-accordion:after {
    transform: rotate(90deg);
  }
  .container-footer {
    padding-top: 100px;
  }
  .container-footer:before {
    top: -50px;
    height: 120px;
  }
  .container-author .slick-slider .slick-slide.slick-active.slick-current img {
    max-width: 100px;
  }

  .container-author .slick-slider .slick-list {
    width: 100%;
    padding-bottom: 50px !important;
    padding-top: 0 !important;
  }
  .catalog-view-display .catalog-product {
    width: 100%;
  }
  .social ul li a {
    font-size: 30px !important;
    width: 40px;
    height: 40px;
  }
  .social ul li a i {
    height: 30px;
    width: 30px;
  }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    font-size: 45px;
  }
  .container-slider:after {background: 0; display: none;}
  .container-slider .slide-inner .slide-text .button {font-size: 12px;}
}
@media screen and (max-width: 319px) {
  .container-slider:after {
    height: 100px;
  }
  .container-author .slick-slider:before {
    width: 300px;
    left: -10%;
  }

}
