/* Static color */
/*Main Color*/
/* Font */
/* Header */
/* Navigation */
/* Body */
/* Footer */
/* Button Default*/
/* Button Primary*/
/*  Base HTML tags -------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased; }

body.cart-loading .loading {
  display: block !important; }

/*  Forms -------------------------- */
.visible-phone {
  display: none; }

fieldset, legend {
  border: none; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
  padding: 1.384615385em 0.615384615em; }

.row-fluid textarea[class*="span"] {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

input[type="image"] {
  width: auto; }

textarea {
  border: none; }

input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin: 0;
  padding: 0.615384615em; }

textarea,
textarea.form-control {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: inset 0 0 0 white;
  -ms-transform: inset 0 0 0 white;
  -o-transform: inset 0 0 0 white;
  box-shadow: inset 0 0 0 white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: white;
  padding: 15px 30px;
  line-height: 1.35;
  border: 1px solid #eaeaea;
  color: #a0a0a0; }

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 15px 30px;
  line-height: 1.35;
  height: 50px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: inset 0 0 0 white;
  -ms-transform: inset 0 0 0 white;
  -o-transform: inset 0 0 0 white;
  box-shadow: inset 0 0 0 white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: white;
  border: 1px solid #eaeaea;
  color: #a0a0a0; }

input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -ms-transform: 0 0 0px 1000px white inset;
  -o-transform: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset; }

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-appearance: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/*input[type="submit"] { line-height: 1.1; }*/
label {
  margin-bottom: 7px;
  font-weight: 400; }

label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px; }

.form-actions {
  background: none;
  border: none;
  padding: 20px 0 0 0; }

.alert ul {
  margin-bottom: 0; }

.alert > p, .alert > ul {
  margin-top: 0; }

ul {
  padding: 0;
  list-style: disc inside none; }

ol {
  padding: 0;
  list-style: decimal inside none; }

/*li { margin-bottom: 0.25em; }*/
ul ul, ul ol, ol ol, ol ul {
  padding-left: 10px; }

.list-inline {
  margin: 0; }
  .list-inline > li {
    padding: 0;
    margin: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.form-success {
  border: 1px solid #c8d9b9;
  background: url(icons_new14.png) 10px -1307px no-repeat;
  margin-bottom: 20px;
  padding: 5px 20px 5px 30px; }

/*  Images -------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

.image {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

/*  Typography -------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

h1 {
  font-size: 40px;
  margin-bottom: 0px; }

h2 {
  font-size: 28px;
  /* 30/13 */
  margin-bottom: 0px; }

h3 {
  font-size: 24px;
  margin-bottom: 0px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px;
  margin-bottom: 0px; }

h6 {
  font-size: 14px;
  margin-bottom: 0px; }

.page-title {
  font-size: 36px;
  font-weight: 400;
  text-align: center; }

p:last-child {
  margin-bottom: 0; }

small {
  font-size: 12px; }

h2 small.pull-right {
  padding-top: 0.538461538em; }

/*  Links -------------------------- */
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

a:focus {
  text-decoration: none; }

a, a:link, a:hover, a:active {
  outline: none; }

/*  Global classes -------------------------------------------------- */
.no-style {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.hide,
.hidden {
  display: none; }

.move {
  cursor: move; }

/*  Formatting ------------------------------------------ */
.hidden {
  display: none; }

.move {
  cursor: move; }

.section-title {
  display: none; }

.owl-theme .owl-controls .owl-buttons > div {
  position: absolute; }

/* menu ---------------------------------*/
/* Begin Dropdown Menu */
.navigation > nav > ul > li.mega-menu {
  position: relative; }

.main-nav .mega-menu > .dropdown-menu {
  left: auto;
  right: 0;
  padding: 20px !important; }

.main-nav .mega-menu .mega-col-2 img {
  width: 100%; }

/* End Dropdown Menu */
html.menu-opened {
  overflow: hidden; }

.menu-mobile.opened {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  background: white;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0; }

.menu-mobile {
  top: 0 !important;
  position: fixed;
  width: 260px;
  z-index: 100000;
  height: 100%;
  overflow: auto;
  left: 0px;
  -webkit-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  -o-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: white; }

#page-body {
  position: relative;
  left: 0; }

.navigation .navbar {
  margin-bottom: 0; }

.main-nav {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  float: left; }

.main-nav > li {
  position: relative; }
  .main-nav > li.dropdown > a > i {
    display: none; }
  .main-nav > li.dropdown a.dropdown-link i {
    float: right;
    line-height: 1.4;
    width: 35px;
    text-align: right;
    padding: 15px;
    margin: -15px; }
  .main-nav > li.mega-menu {
    position: static; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #c52724; }

.dropdown-menu > li.dropdown-submenu > .dropdown-menu {
  left: 100%;
  top: 0px;
  display: none;
  padding: 10px 0;
  border: 1px solid #eaeaea;
  border-top: none;
  font-size: 14px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #c52724; }

.dropdown-menu {
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 110px;
  z-index: 999;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #dddddd;
  border-top: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -ms-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
  -o-transform: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 14px; }
  .dropdown-menu:before {
    content: '';
    position: absolute;
    display: block;
    left: -1px;
    top: 0;
    right: -1px;
    width: auto;
    height: 2px;
    background: #c52724; }

.main-nav .mega-menu .dropdown-menu-sub {
  position: static; }

.main-nav .dropdown-menu {
  padding: 20px 0;
  width: 270px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px; }
  .main-nav .dropdown-menu li {
    padding: 0px 18px; }
    .main-nav .dropdown-menu li a {
      white-space: normal;
      padding: 5px 0px;
      line-height: 26px;
      border-bottom: 1px solid #eaeaea;
      display: block;
      color: #333e48; }
      .main-nav .dropdown-menu li a:hover {
        color: #c52724;
        font-weight: 700;
        color: #c52724; }
    .main-nav .dropdown-menu li:last-child > a {
      border-bottom: 0; }
.main-nav .mega-menu .dropdown-menu {
  padding: 0 0 20px; }
  .main-nav .mega-menu .dropdown-menu li a {
    text-transform: capitalize; }
  .main-nav .mega-menu .dropdown-menu li:last-child {
    border-bottom: 0; }

#scroll-to-top a:hover {
  text-decoration: none; }

/*currency----------------------------*/
/*quickshop -------------------------------*/
#quick-shop-modal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  #quick-shop-modal .modal-content {
    z-index: 999; }

.modal-open .modal-backdrop {
  display: none; }

div.jGrowl div.jGrowl-notification {
  background-color: #fff;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #dddddd;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-transform: 0 0 5px rgba(0, 0, 0, 0.5);
  -o-transform: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  div.jGrowl div.jGrowl-notification .btn-default {
    padding: 5px 30px;
    font-size: 14px;
    color: white; }

/*css----*/
.alert-danger {
  border-radius: 0;
  border-color: #d02e2e;
  color: #d02e2e;
  background-color: #fff6f6; }

.alert-success {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border: none;
  background: none;
  color: #5bb300;
  padding: 0; }
  .alert-success button.close {
    color: #5bb300;
    opacity: 1; }

.loading {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  position: fixed;
  top: 0 !important;
  bottom: auto;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  margin: 0px auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: -999em; }

#circularG {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin: -58px 0 0 -58px;
  width: 58px;
  height: 58px; }

.circularG {
  position: absolute;
  background-color: white;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal; }

#circularG_1 {
  left: 0;
  top: 23px;
  animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s; }

#circularG_2 {
  left: 6px;
  top: 6px;
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s; }

#circularG_3 {
  top: 0;
  left: 23px;
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s; }

#circularG_4 {
  right: 6px;
  top: 6px;
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s; }

#circularG_5 {
  right: 0;
  top: 23px;
  animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s; }

#circularG_6 {
  right: 6px;
  bottom: 6px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

#circularG_7 {
  left: 23px;
  bottom: 0;
  animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s; }

#circularG_8 {
  left: 6px;
  bottom: 6px;
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s; }

@keyframes bounce_circularG {
  0% {
    transform: scale(1); }

  100% {
    transform: scale(0.3); } }

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1); }

  100% {
    -o-transform: scale(0.3); } }

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1); }

  100% {
    -ms-transform: scale(0.3); } }

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1); }

  100% {
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1); }

  100% {
    -moz-transform: scale(0.3); } }

/*Fixed CSS*/
#body-content {
  -moz-transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  min-height: 0px;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid #eaeaea; }

.zoomContainer {
  z-index: 1;
  overflow: hidden; }

.modal-open .zoomContainer {
  z-index: 1050; }

#related-product .product-wrapper .product-head .product-button {
  display: none !important; }

.add-to-cart.disabled,
.add-to-wishlist.disabled {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #c52724 !important;
  color: white !important;
  border: 1px solid #c52724 !important;
  opacity: 0.65 !important; }

#fsb_bar {
  z-index: 10 !important; }

html .cart-opened {
  overflow: hidden; }

.cart-opened #page-body {
  cursor: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/toggle_close.png?v=3369798533849860891), progress;
  position: relative;
  left: 0px; }

.cart-opened .header-content, .cart-opened .mobile-version {
  left: 0px; }

body.cart-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

.cart-sb {
  background: #fff;
  position: fixed;
  width: 280px;
  z-index: 100000;
  height: 100%;
  overflow: auto;
  top: 0px !important;
  right: 0px;
  -webkit-transform: translate(375px, 0);
  -ms-transform: translate(375px, 0);
  -o-transform: translate(375px, 0);
  transform: translate(375px, 0);
  -webkit-box-shadow: 0 0 0 white !important;
  -ms-transform: 0 0 0 white !important;
  -o-transform: 0 0 0 white !important;
  box-shadow: 0 0 0 white !important;
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 20px; }
  .cart-sb .cart-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .cart-sb.opened {
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0); }
    .cart-sb.opened .cart-content {
      opacity: 1;
      visibility: visible; }

/*Search Sidebar*/
html.search-opened {
  overflow: hidden; }

.search-opened #page-body {
  cursor: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/toggle_close.png?v=3369798533849860891), progress;
  position: relative;
  left: 0px; }

.search-opened .header-content, .search-opened .mobile-version {
  left: 0px; }

body.search-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

.search-sb {
  background: #fff;
  position: fixed;
  width: 280px;
  z-index: 100000;
  height: 100%;
  overflow: auto;
  top: 0px !important;
  right: 0px;
  -webkit-transform: translate(280px);
  -moz-transform: translate(280px);
  -ms-transform: translate(280px);
  -o-transform: translate(280px);
  transform: translate(280px);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 20px; }
  .search-sb .search-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .search-sb.opened {
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px); }
    .search-sb.opened .search-content {
      opacity: 1;
      visibility: visible; }

.menu-opened #page-body {
  cursor: url(//cdn.shopify.com/s/files/1/0007/9029/8742/t/8/assets/toggle_close.png?v=3369798533849860891), progress; }

.menu-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

/* Scroll to top */
#scroll-to-top.off {
  /*right: -60px;*/ }

#scroll-to-top.on {
  bottom: 10%;
  opacity: 1;
  right: 25px;
  filter: alpha(opacity=100); }

#scroll-to-top {
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -moz-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  /*right: -50px;*/
  bottom: 10px;
  z-index: 1000;
  display: block;
  cursor: pointer;
  text-align: center; }

/* Sidebar mobile--------------------------------*/
html .filter-opened {
  overflow: hidden; }

.filter-opened #page-body:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }
