

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

/**/

/* reset */

/**/


ul,
li,
form,
input,
select,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}



html,
body {
  -webkit-text-size-adjust: none;
}

ul,
li {
  list-style: none;
}

a,
button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**/

/* defaults */

/**/


input,
select {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font: 400 14px/20px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.3s;
}

input:focus,
select:focus {
  border-color: #c52d2f;
}

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

select:-moz-focusring {
  text-shadow: 0 0 0 #000;
  color: transparent;
}


.fa {
  /*vertical-align: middle;*/
}

.select {
  position: relative;
}

.select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -2px;
  border-top: 4px solid #808b8d;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  box-shadow: 0 0 0 17px #fff;
  pointer-events: none;
}

/*----------------------------------------------*/

/*                    LAYOUT                    */

/*----------------------------------------------*/

/**/

/* clearfix */

/**/

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/**/

/* grid */

/**/

.grid-row {
  width: 1170px;
  margin: 0 auto;
}

.grid-row:after {
  content: '';
  display: table;
  clear: both;
}

.grid-col {
  float: left;
  margin-left: 30px;
}

.grid-col:first-child {
  margin-left: 0;
}

.grid-col-3 {
  width: 270px;
}

.grid-col-9 {
  width: 870px;
}

@media screen and (max-width: 1200px) {
  /* laptop */

  .grid-row {
    width: 940px;
  }

  .grid-col {
    margin-left: 20px;
  }

  .grid-col-3 {
    width: 220px;
  }

  .grid-col-9 {
    width: 700px;
  }
}

@media screen and (max-width: 980px) {
  /* pad */

  .grid-row {
    width: 738px;
  }

  .grid-col {
    margin-left: 18px;
  }

  .grid-col-3 {
    width: 171px;
  }

  .grid-col-9 {
    width: 549px;
  }
}

@media screen and (max-width: 767px) {
  /* phone */

  .grid-row {
    width: auto;
    margin: 0 20px;
  }

  .grid-col {
    float: none;
    width: 100%;
    margin: 0;
  }
}

/**/

/* page */

/**/


/**/

/*----------------------------------------------*/

/*                    CONTENT                   */

/*----------------------------------------------*/

/**/

/* rating */

/**/

.rating {
  display: block;
  width: 70px;
  height: 12px;
  background: url(../img/rating.png);
}

.rating div {
  height: 12px;
  background: url(../img/rating.png) 0 -12px;
}

/**/

/* accordion */

/**/

/**/

/* pagination */

/**/

.pagination {
  font-size: 0;
  text-align: center;
  display: block;
}

.pagination a {
  display: inline-block;
  vertical-align: top;
}

.pagination .active:hover {
  cursor: default;
}

.pagination-2 a {
  width: 28px;
  margin-right: -1px;
  border: 1px solid #ecf0f1;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  color: #808b8d;
  transition: border 0.3s, color 0.3s;
}

.pagination-2 a:hover {
  color: #c52d2f;
}

.pagination-2 .active,
.pagination-2 .active:hover {
  background: #c52d2f;
  color: #fff;
}



/**/

/* catalog toolbar */

/**/

.block-catalog-toolbar {
  margin: -10px 0 60px;
}

.block-catalog-toolbar .view {
  float: right;
  margin-top: 10px;
  line-height: 30px;
}

.block-catalog-toolbar .view a {
  display: block;
  float: right;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #ddd;
  transition: border 0.3s, color 0.3s;
}

.block-catalog-toolbar .view a:hover {
  border-color: #c52d2f;
  color: #c52d2f;
}

.block-catalog-toolbar .view .active,
.block-catalog-toolbar .view .active:hover {
  border-color: #c52d2f;
  background: #c52d2f;
  color: #fff;
  cursor: default;
}

.block-catalog-toolbar .select {
  float: left;
  width: 240px;
  margin: 10px 10px 0 0;
}

.block-catalog-toolbar .select:after {
  right: 13px;
  box-shadow: 0 0 0 12px #fff;
}

.block-catalog-toolbar .select select {
  height: 30px;
  padding: 4px 10px;
}

.block-catalog-toolbar .direction {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin: 10px 10px 0 0;
  border: 1px solid #c52d2f;
  background: #c52d2f;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s, color 0.3s;
}

.block-catalog-toolbar .direction:hover {
  background: #fff;
  color: #c52d2f;
}

@media screen and (max-width: 980px) {
  /* pad */

  .block-catalog-toolbar .select {
    width: 160px;
  }
}

/**/

/* catalog grid */

/**/

.block-catalog-grid ul {
  margin: -30px 0 0 -30px;
}

.block-catalog-grid li {
  display: inline-block;
  vertical-align: top;
  width: 297px;
  margin-top: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}

.block-catalog-grid li h3 {
  padding: 0 20px;
  line-height: 20px;
}

.block-catalog-grid li h3 a {
  text-decoration: none;
}

.block-catalog-grid li h3 a:hover {
  text-decoration: underline;
}

.block-catalog-grid li p {
  padding: 0 20px;
  font-size: 13px;
  line-height: 20px;
}

.block-catalog-grid .pic {
  display: block;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #ecf0f1;
}

.block-catalog-grid .pic img {
  display: block;
}



.block-catalog-grid .pic:hover:before {
  opacity: 0.8;
}

.block-catalog-grid .price {
  margin-bottom: 15px;
  padding: 5px 20px 15px;
  border-bottom: 1px solid #ecf0f1;
  font-size: 24px;
  color: #c52d2f;
}

.block-catalog-grid .rating {
  margin-left: 20px;
}

.block-catalog-grid .actions {
  margin-top: 15px;
  padding: 12px 20px;
  background: #ecf0f1;
}

.block-catalog-grid .actions i {
  margin-right: 6px;
  vertical-align: baseline;
}



.block-catalog-grid .actions .more {
  float: right;
  color: inherit;
}

.block-catalog-grid .inner {
  border: 1px solid #ecf0f1;
}

.block-catalog-grid .pagination {
  margin-top: 60px;
}

@media screen and (max-width: 1200px) {
  /* laptop */

  .block-catalog-grid ul {
    margin-left: -20px;
  }

  .block-catalog-grid li {
    width: 240px;
    padding-left: 20px;
  }

  .block-catalog-grid .pic img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  /* pad */

  .block-catalog-grid ul {
    margin-left: -18px;
  }

  .block-catalog-grid li {
    width: 189px;
    padding-left: 18px;
  }

  .block-catalog-grid .actions .more {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* phone */

  .block-catalog-grid li {
    width: 33.33%;
  }
}

@media screen and (max-width: 479px) {
  /* mini phone */

  .block-catalog-grid li {
    width: 100%;
  }
}

/**/

/* catalog list */

/**/


.widget {
  margin-bottom: 60px;
}

.widget-head-2 {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}



.widget-search {
  position: relative;
}

.widget-search input {
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.widget-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  color: #cecece;
}

/**/

/* categories filter */

/**/

.widget-categories-filter li {
  margin-top: 10px;
  line-height: 24px;
}

.widget-categories-filter a {
  display: block;
  text-decoration: none;
  color: #808b8d;
}

.widget-categories-filter a:hover {
  color: #c52d2f;
}

.widget-categories-filter i {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 24px;
}

.widget-categories-filter span {
  float: right;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #a0a8aa;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

.widget-categories-filter .active {
  color: #c52d2f;
}

.widget-categories-filter .active span {
  background: #c52d2f;
}



.widget-top-products li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dedede;
  line-height: 20px;
}

.widget-top-products li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.widget-top-products h4 {
  margin-bottom: 3px;
  line-height: 20px;
}

.widget-top-products h4 a {
  text-decoration: none;
  color: #000;
}

.widget-top-products h4 a:hover {
  text-decoration: underline;
}

.widget-top-products .pic {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
  text-decoration: none;
  color: #fff;
}

.widget-top-products .pic i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #c52d2f;
  font-size: 30px;
  line-height: 72px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.widget-top-products .pic img {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #dedede;
}

.widget-top-products .pic:hover i {
  opacity: 1;
}

.widget-top-products .rating {
  float: left;
  margin-top: 6px;
}

@media screen and (max-width: 980px) {
  /* pad */

  .widget-top-products .pic {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* phone */

  .widget-top-products .pic {
    display: block;
  }
}


