@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}
body {
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 span {
  font-weight: 700;
}
hr {
  border-top: 2px solid #ebebeb;
  margin: 15px 0;
}
ul,
ol {
  padding-left: 18px;
}
ol li {
  padding-left: 5px;
}
a {
  color: #9245dc;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #9245dc;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.color {
  background-color: #9245dc;
}
#home {
  border-top: 8px solid #9245dc;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.title h2 {
  margin-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 15px;
  font-weight: 400;
}
/**
 *
 * Forms
 *
 */
.myform {
  padding-top: 5px;
  padding-bottom: 15px;
}
.myform form p {
  margin-top: 16px;
}
.myform h2 {
  margin-bottom: 20px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 15px;
  font-weight: 400;
}
.myform h3 {
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  font-weight: 700;
  padding: 8px;
  margin: 0 0 15px 0;
}
.myform .btn {
  margin: 0;
  height: 44px;
}
.myform .form-group label {
  display: none;
}
.myform .form-control {
  display: inline;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  border: 2px solid #ebebeb;
  box-shadow: none;
  color: #000000;
  /*  ios gradiet fix */
  -webkit-appearance: none;
}
.myform .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.myform .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.myform .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.myform .form-control:focus {
  outline: none;
  border: 2px solid #000;
}
.myform textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 8px;
  vertical-align: top;
}
.myform .no-placeholder .form-group label {
  display: block;
}
.myform.no-placeholder .controls {
  margin-top: 0;
}
.special {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.controls {
  position: relative;
}
.checkbox,
.radio {
  margin: 24px 0px;
  position: relative;
  font-size: 14px;
  line-height: inherit;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.checkbox label,
.radio label {
  padding-left: 0;
  font-size: 14px;
  vertical-align: -webkit-baseline-middle;
}
.checkbox label span,
.radio label span {
  vertical-align: top;
  line-height: 23px;
  color: #000;
}
label.show {
  display: block;
  text-decoration: none;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 7px 0 0;
  line-height: normal;
  font-size: 21px;
  text-align: center;
}
#total {
  font-weight: 600;
  font-size: 21px;
}
.form-control-inline {
  min-width: 0;
  width: auto!important;
  display: inline!important;
}
.table tbody > tr > td.vert-align {
  vertical-align: middle;
}
address {
  font-size: 14px;
}
/* ------------------------------ skin checkbox -------------------------- */
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-right: 10px;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="radio"] + span:before {
  content: "\e631";
}
input[type="radio"]:checked + span:before {
  content: "\e630";
}
input[type="checkbox"] + span:before {
  content: "\e62e";
}
input[type="checkbox"]:checked + span:before {
  content: "\e62d";
}
/**
 *
 * Accordion
 *
 */
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  margin-top: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-group .panel-body {
  padding: 15px 0;
}
.panel-group .panel-heading {
  border-radius: 0;
  background-color: #ebebeb;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.panel-group .panel-title a {
  font-weight: 700;
  font-size: 16px;
  color: #9245dc;
}
.panel-group .panel-title a.collapsed {
  color: #000000;
}
.panel-group .panel-title a:hover {
  text-decoration: none;
  color: #9245dc;
}
.panel-group .panel-collapse {
  padding: 0 15px;
}
/**
 *
 * Menu
 *
 */
.menu-wrapper {
  position: relative;
  font-weight: 300;
}
.menu-wrapper h3 {
  color: #ffffff;
  margin-left: 20px;
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 22px;
}
.menu-wrapper .mt-info {
  padding-left: 20px;
}
.menu-wrapper .mt-info h3 {
  color: #ffffff;
  margin-left: 0;
}
.menu-wrapper .mt-info .btn {
  margin-left: 2px;
  margin-bottom: 30px;
}
.menu-wrapper .mt-info ul {
  list-style-type: none;
  margin: 20px 0 35px 0;
  padding-left: 0;
}
.menu-wrapper .mt-info ul li {
  font-size: 16px;
  margin-bottom: 15px;
}
.menu-wrapper .mt-info ul li a {
  font-weight: 300;
}
@media (max-width: 767px) {
  .menu-wrapper .nav-list {
    padding: 0 0 0 15px;
  }
  .menu-wrapper .nav-list li {
    display: list-item;
    margin: 0;
    text-align: left;
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: 400;
    z-index: 100;
  }
  .menu-wrapper .nav-list li a {
    color: #ffffff;
    width: 75%;
    text-transform: none;
    font-weight: 300;
  }
  .menu-wrapper .nav-list li a:hover {
    color: #9245dc;
  }
  .menu-wrapper .nav-list li.active a {
    color: #9245dc;
  }
}
@media (max-width: 767px) {
  .menu-wrapper {
    border-top: 8px solid #9245dc;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    height: 100%;
    background-color: #000000;
    font-size: 13px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.effect li a {
  position: relative;
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  padding: 0 5px;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.effect li a:hover,
.effect li a:focus {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.effect li.active a {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
/* ------------------------------ nav menu -------------------------- */
.main-nav a {
  color: #000000;
}
.nav-list {
  list-style-type: none;
  display: block;
  margin: 20px auto;
  padding: 0 2em;
  font-weight: 300;
  color: #ffffff;
}
.nav-list li {
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  height: auto;
}
.nav-list li a {
  text-transform: uppercase;
}
.nav-list .active a span {
  background-color: #000000;
  color: #ffffff;
}
.nav-brand {
  border: 2px solid #000000;
  width: auto;
  font-size: 38px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 260px;
  font-weight: 300;
  line-height: 46px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-brand:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 10px;
}
.nav-brand span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .nav-brand {
    float: left;
    width: auto;
    font-size: 28px;
    letter-spacing: -1px;
    border: 0;
  }
}
.nav-header {
  margin: 15px 0 45px 0;
  position: relative;
  height: 48px;
}
.nav-header h1 {
  margin: 5px 0 0 0;
}
.nav-header .cart {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .nav-header .cart {
    position: relative;
  }
}
.nav-header .badge {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  background-color: #9245dc;
}
@media (max-width: 767px) {
  .nav-header {
    margin: 15px 0;
  }
}
.nav-icon,
.nav-icon-outline {
  background-color: #000000;
  border: 2px solid #000000;
  display: block;
  color: #ffffff;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-icon:hover,
.nav-icon-outline:hover,
.nav-icon:focus,
.nav-icon-outline:focus {
  color: #ffffff;
  background: #9245dc;
  text-decoration: none;
  border-color: #9245dc;
}
a.nav-icon-outline {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
a.nav-icon-outline:hover,
a.nav-icon-outline:focus {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
  border-color: #000000;
}
/* mobile */
#wrap {
  position: relative;
  backface-visibility: hidden;
  min-height: 100%;
  min-width: 100%;
  z-index: 1030;
  background-color: #ffffff;
  top: 0;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(146, 69, 220, 0.4);
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-open#wrap::before {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 100;
}
.menu-open {
  -webkit-transform: translate3d(-240px, 0, 0);
  -moz-transform: translate3d(-240px, 0, 0);
  -o-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0);
  overflow: hidden;
}
.close-menu:hover {
  color: #9245dc;
  text-decoration: none;
}
@media (max-width: 767px) {
  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
/**
 *
 * Buttons
 *
 */
.btn {
  font-size: 12px;
  cursor: pointer;
  padding: 0 35px;
  line-height: 43px;
  display: inline-block;
  margin: 0 15px 15px 0;
  height: 48px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  top: 0;
  text-decoration: none;
  background-color: #9245dc;
  box-shadow: none;
  border: 2px solid #9245dc;
}
.btn.pull-right,
.btn.pull-left {
  margin: 0;
}
.btn-outline,
.btn-outline-w {
  background: transparent;
  border: 2px solid #000000;
  box-shadow: none;
  color: #000000;
  text-decoration: none;
}
.btn-outline:hover,
.btn-outline-w:hover,
.btn-outline:focus,
.btn-outline-w:focus {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  top: 0;
  text-decoration: none;
}
.btn-outline-w {
  border-color: #FFF;
  color: #FFF;
}
.btn-outline-w:hover,
.btn-outline-w:focus {
  color: #ffffff;
  top: 0;
  text-decoration: none;
  background-color: #9245dc;
  box-shadow: none;
  border: 2px solid #9245dc;
}
.btn-disable,
.btn-disable:hover,
.btn-disable:focus {
  background: #ddd;
  border-color: #ddd;
}
.btn-right {
  margin-right: 0;
  float: right;
}
@media (max-width: 767px) {
  .btn-right {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
.btn i {
  font-style: normal;
  font-size: 16px;
  vertical-align: sub;
}
.btn i:before {
  line-height: 39px;
}
.btn i.left {
  padding-right: 10px;
}
.btn i.right {
  padding-left: 10px;
}
/**
 *
 * Breadcrumb
 *
 */
.breadcrumb {
  background-color: transparent;
  padding: 15px 17px;
  margin: 0;
}
.breadcrumb a {
  color: #000000;
}
.breadcrumb > .active {
  color: #ccc;
}
/**
 *
 * Product list
 *
 */
.productlist a .product-price {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #000000;
}
.productlist a:hover .product-price {
  background-color: #000;
  color: #FFF;
}
.productlist .product {
  padding-top: 0;
  padding-bottom: 50px;
}
.productlist .row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .productlist .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.productlist .col-sm-12,
.productlist .col-sm-8,
.productlist .col-sm-6,
.productlist .col-sm-4 {
  position: relative;
  min-height: 1px;
  padding: 2px;
}
@media (max-width: 767px) {
  .productlist .col-sm-12,
  .productlist .col-sm-8,
  .productlist .col-sm-6,
  .productlist .col-sm-4 {
    min-height: 1px;
    padding: 0 15px 15px 15px;
  }
}
.productlist .col-sm-4.special {
  padding: 0;
}
.productlist .productlist-price-container {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 90%;
  text-align: right;
  z-index: 89;
  margin: 22px;
}
@media (max-width: 767px) {
  .productlist .productlist-price-container {
    margin: 30px;
  }
}
.productlist .productlist-love-container {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%;
  text-align: left;
  z-index: 89;
  margin: 22px;
  font-size: 20px;
  line-height: 20px;
}
.productlist .product-price {
  background-color: #fff;
  display: inline-block;
  padding: .7em 1.1em;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.3em;
}
.productlist .product-price .original-price {
  text-decoration: line-through;
  margin-left: .5em;
}
.price:before {
  content: '$';
}
.productlist-label {
  position: absolute;
  top: 26px;
  right: 22px;
}
@media (max-width: 767px) {
  .productlist-label {
    top: 18px;
    right: 30px;
  }
}
.sold-out-label,
.sale-label {
  color: #9245dc;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 9px;
  border: 2px solid #9245dc;
}
.sale-label {
  color: #000;
  border-color: #000;
}
.show-more {
  margin-top: 30px;
}
/**
 *
 * Product colors
 *
 */
.product-colors {
  padding: 0;
  margin-bottom: 30px;
  padding-top: 15px;
}
.product-colors li {
  border: 2px solid #fff;
  display: inline-block;
  margin: 2px 1px;
  vertical-align: top;
  list-style: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-colors li a {
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid #fff;
  display: block;
  height: 38px;
  text-align: center;
  width: 38px;
  border-radius: 50%;
}
.product-colors li a.white {
  border: 4px solid #eee;
}
.product-colors li:hover {
  border: 2px solid #000;
}
.product-colors li.selected {
  border: 2px solid #000;
}
/**
 *
 * Product detail
 *
 */
.product .product-title {
  margin-top: 0;
  margin-bottom: 21px;
}
.product .product-price {
  font-weight: 300;
  font-size: 32px;
  padding: 0;
}
.product .product-price .original-price {
  color: #ebebeb;
  margin-left: 5px;
}
.product .product-detail {
  margin: 30px 0;
}
.product .product-detail ul {
  padding-left: 20px;
}
.product .product-img {
  margin-bottom: 15px;
}
.product .product-mark {
  padding-top: 30px;
}
.product-mobile {
  padding-bottom: 30px;
}
/**
 *
 * Social links
 *
 */
.social-links {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  margin-right: -9px;
}
.social-links li {
  display: inline-block;
  margin: 0 9px 0 9px;
  border-radius: 3px;
  box-shadow: 0 4px 0 transparent;
}
.social-links li a {
  background: transparent;
  border: 2px solid #000000;
  display: block;
  color: #000000;
  font-size: 16px;
  width: 41px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-links li a:hover {
  color: #FFF;
  background: #000000;
  text-decoration: none;
  border-color: #000000;
}
/**
 *
 * Cart
 *
 */
.cart-list {
  min-height: 600px;
  margin-bottom: 30px;
}
.cart-list a.remove-item {
  color: #000000;
}
.cart-list a.remove-item i {
  line-height: 34px;
}
.cart-list a.remove-item:hover {
  color: #9245dc;
  text-decoration: none;
}
.cart-list a.remove-item th {
  font-size: 16px;
}
/**
 *
 * Blog
 *
 */
.blog-sidebar h3 {
  margin-top: 28px;
}
.blog-sidebar ul {
  padding-left: 18px;
}
.blog-sidebar .post-date {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-sidebar .post-date span {
  float: right;
}
article {
  margin-bottom: 60px;
}
article h1 {
  font-size: 32px;
}
article h1 a {
  color: #000;
}
article h1 a:hover {
  text-decoration: none;
}
article .social-links {
  margin: 30px 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  background-color: transparent;
  padding: 10px 0;
}
.paging {
  margin: 30px 0;
}
.paging .btn {
  padding: 0 20px;
}
.content .productlist {
  padding: 0 0 20px 0;
}
#comments_pagination {
  margin: 16px 0;
  text-align: center;
}
#comments_pagination a,
#comments_pagination span {
  cursor: pointer;
  font-size: 12px;
  padding: 0 16px;
  line-height: 38px;
  display: inline-block;
  margin: 0 8px 4px 0;
  height: 40px;
  text-decoration: none;
  font-weight: 700;
  outline: none;
  position: relative;
  background: #FFF;
  color: #000000;
  border: 2px solid #ebebeb;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#comments_pagination a:hover,
#comments_pagination span:hover,
#comments_pagination a:active,
#comments_pagination span:active,
#comments_pagination a:focus,
#comments_pagination span:focus {
  color: #fff;
  top: 0;
  text-decoration: none;
  background-color: #000000;
  box-shadow: none;
  border: 2px solid #000000;
}
#comments_pagination span {
  border: 2px solid #000000;
  background: #000000;
  color: #FFF;
}
.media {
  font-weight: 400;
}
.media hr {
  margin-top: 0;
}
.media h4 {
  margin: 0;
}
.media h4 span {
  float: right;
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 400;
}
.media p {
  font-size: 13px;
  font-weight: 400;
}
.avatar,
.avatar:hover,
.avatar:active {
  border: 0;
}
#more-items {
  display: none;
}
.post-date {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-date span {
  float: right;
}
/**
 *
 * Footer
 *
 */
.footer {
  background-color: #ebebeb;
  padding: 40px 0;
}
.footer .copyright ul.nav-list {
  margin: 0 0 0 -5px;
  padding: 0;
}
.footer .copyright ul.nav-list li {
  margin-left: 0;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .social-links {
    margin-right: 0;
  }
  .footer .pull-left,
  .footer .pull-right {
    float: none!important;
  }
}
