/* ==========================================================================
   $Table of Contents
   ========================================================================== */
/**
 * $Variables
 * $Mixins
 * $Globals
 * $Buttons
 * $Slider
 * $Animations
 */
/* ==========================================================================
   $Variables
   ========================================================================== */
/* ==========================================================================
   $Mixins
   ========================================================================== */
.wrap:before, .row:before, .item-preview:before, .wrap:after, .row:after, .item-preview:after {
  content: '';
  display: table;
}
.wrap:after, .row:after, .item-preview:after {
  clear: both;
}

/* ==========================================================================
   $Globals
   ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: white;
  color: #1e1d1d;
  font: 1.125em/1.4 "Signika", sans-serif;
  margin: 0;
  padding: 0;
}

.wrap {
  background-color: #fff;
  max-width: 81%;
  margin: auto;
}

h1,
.h1 {
  font-size: 3.38em;
  font-weight: 700;
  line-height: 1.23;
  margin: 0.82em 0  0.41em;
}

h2,
.h2 {
  font-size: 2.27em;
  font-weight: 700;
  line-height: 1.23;
  margin: 1.22em 0  0.61em;
}

h3,
.h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.85;
  margin: 0.96em 0  0.96em;
}

h4,
.h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.4em 0;
}

small,
.small {
  font-size: 73%;
}

p,
ul,
ol,
table {
  margin: 1.4em 0;
}

a {
  color: #1e1d1d;
  color: rgba(30, 29, 29, 0.6);
  text-decoration: none;
  transition: color 0.3s;
}
a:focus, a:active, a:hover {
  color: inherit;
}

:focus {
  outline: 1px dotted #2C53B7;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-size: 73%;
  text-transform: capitalize;
}

input,
select,
textarea {
  border: 1px solid #beb7b9;
  border-radius: 0.3em;
  margin-bottom: 1.4em;
  max-width: 100%;
  padding: 0.35em;
  width: 100%;
  transition: border-color 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
input:focus, input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border-color: #2C53B7;
}

.grid {
  list-style: none;
  letter-spacing: -0.25em;
  margin: 0;
  padding: 0 0.5em;
}
.grid > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 0 1.4em;
  padding: 0 0.5em;
  vertical-align: top;
}

@media only screen and (min-width: 28.125em) {
  .grid-sm-2 > li {
    width: 50%;
  }
}
@media only screen and (min-width: 40.625em) {
  .grid-md-2 > li {
    width: 50%;
  }

  .grid-md-3 > li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 50em) {
  .grid-lg-3 > li {
    width: 33.33%;
  }

  .grid-lg-4 > li {
    width: 25%;
  }
}
.row {
  margin: 0 -0.5em;
  width: auto;
}

.col {
  float: left;
  padding: 0 0.5em;
  width: 100%;
}

@media only screen and (min-width: 50em) {
  .col-lg-3-4 {
    width: 75%;
  }

  .col-lg-1-4 {
    width: 25%;
  }
}
/* ==========================================================================
   $Buttons
   ========================================================================== */
.btn {
  border-radius: 0.3em;
  border: none;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0.7em 2.8em;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  z-index: 1;
}
.btn2 {
  border-radius: 0.3em;
  border: none;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0.7em 2.8em;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  z-index: 1;
}

.btn-expanded {
  width: 100%;
}
.btn2-expanded {
  width: 100%;
}

.btn-circle {
  border-radius: 50em;
  height: 2.8em;
  width: 2.8em;
  padding: 0.7em;
}
.btn-circle:focus, .btn-circle:active, .btn-circle:hover {
  -webkit-animation: bounceOut 0.4s;
          animation: bounceOut 0.4s;
}
.btn-circle2 {
  border-radius: 50em;
  height: 2.8em;
  width: 2.8em;
  padding: 0.7em;
}
.btn-circle2:focus, .btn-circle:active, .btn-circle:hover {
  -webkit-animation: bounceOut 0.4s;
          animation: bounceOut 0.4s;
}

.btn-primary {
  background-color: #D52223;
  color: #FFF;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: #A81112;
  color: #FFF;
}

.btn-secondary {
  background-color: #FFF;
  color: #beb7b9;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  color: #1e1d1d;
}
.btn-secondary2 {
  background-color: #FFF;
  color: #beb7b9;
}
.btn-secondary2:focus, .btn-secondary2:active, .btn-secondary2:hover {
  color: #1e1d1d;
}

.cartButton {
	background-color:#0085fa;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Times New Roman;
	font-size:17px;
	font-weight:bold;
	padding:14px 31px;
	text-decoration:none;
    text-align: center;
}
.cartButton:hover {
	background-color:#ffdd00;
}
.cartButton:active {
	position:relative;
	top:1px;
}


/* ==========================================================================
   $Slider
   ========================================================================== */
.slider {
  position: relative;
  z-index: 1;
}

.owl-carousel {
  position: relative;
  width: 100%;
}

.owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
}
.owl-wrapper:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.owl-item {
  float: left;
}
.owl-item img {
  display: block;
}

.owl-item.active {
  display: block;
}

.owl-next,
.owl-prev {
  height: 2.8em;
  width: 2.8em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.cat-item {
  margin: 0.7em 0;
}
.cat-item2 {
  margin: 0.7em 0;
}

.item-header {
  position: relative;
  text-align: center;
}
.item-header2 {
  position: relative;
  text-align: center;
}

.item-img {
  display: block;
}
.item-img2 {
  display: block;
}

.item-img-zoom {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.item-img-zoom2 {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.item-body {
  background-color: #FFF;
  padding: 0.7em;
}
.item-body2 {
  background-color: #FFF;
  padding: 0.7em;
}

.item-title {
  margin: 0;
}

.item-title2 {
  margin: 0;
}

@media only screen and (min-width: 50em) {
  .item-img-zoom {
    opacity: 0;
    visibility: hidden;
  }
  .cat-item:hover .item-img-zoom {
    opacity: 1;
    visibility: visible;
  }
}
.rating-stars {
  color: #F7C80C;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.rating-stars > li {
  display: inline;
}

.rating-no {
  color: #817478;
  vertical-align: middle;
}

.overlay-bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.overlay-bg2 {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.overlay-bg.active {
  -webkit-animation: fadeIn 0.2s ease-in forwards;
          animation: fadeIn 0.2s ease-in forwards;
}

.overlay-bg2.active {
  -webkit-animation: fadeIn 0.2s ease-in forwards;
          animation: fadeIn 0.2s ease-in forwards;
}
.overlay-wrap {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  max-width: 327px;
  height: 50%;
}
.overlay-wrap2 {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  max-width: 327px;
  height: 50%;
  background-color: white;
}
.overlay-wrap.active {
  -webkit-animation: fadeIn 0.3s ease-in-out forwards;
          animation: fadeIn 0.3s ease-in-out forwards;
}
.overlay-wrap2.active {
  -webkit-animation: fadeIn 0.3s ease-in-out forwards;
          animation: fadeIn 0.3s ease-in-out forwards;
}

.overlay {
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.overlay2 {
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.overlay-close {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  z-index: 10;
}
.overlay-close2 {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  z-index: 10;
}


.preview-img {
  max-width: 327px;
  margin: auto;
  width: 100%;
}
.preview-img2 {
  max-width: 327px;
  margin: auto;
  width: 100%;
}

.preview-body {
  padding: 1em;
}

.preview-title {
  margin-bottom: 0;
}
.preview-body2 {
  padding: 1em;
}

.preview-title2 {
  margin-bottom: 0;
}


@media (min-width: 700px) {
  .overlay-wrap {
    max-width: 37.44em;
    position: fixed;
  }
.overlay-wrap2 {
    max-width: 37.44em;
    position: fixed;
  }
  .preview-img {
    float: left;
  }

  .preview-body {
    float: left;
    width: 51.4%;
  }
    .preview-img2 {
    float: left;
  }

  .preview-body2 {
    float: left;
    width: 51.4%;
  }
}
/* ==========================================================================
   $Animations
   ========================================================================== */
@-webkit-keyframes bounceOut {
  0%,
	40%,
	60%,
	80% {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  40% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
  }
  80% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceOut {
  0%,
	40%,
	60%,
	80% {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  }
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  40% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
  }
  80% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
