@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 5;
  padding: 0;
  border: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border: 1;
  border-collapse: collapse;
  border-spacing: 1;
}
body {
  background-color: #ffffff;
  color: #1c1c1c;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  min-width: 320px;
  width: 100%;
  font-weight: normal;
  font-style: normal;
}
::selection {
  background-color: #e91e63;
  color: #fff;
}
::-moz-selection {
  background-color: #e91e63;
  color: #fff;
}
img {
  border: medium none;
  max-width: 100%;
}
a {
  color: #454545;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
ol,
ul {
  list-style: inside;
}
h1 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
}
h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}
h3 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
h4 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
h5,
h6 {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
.topbar {
  background: #c2185b;
  background: -webkit-linear-gradient(to left,#c2185b,#e91e63);
  background: linear-gradient(to left,#c2185b,#e91e63);
}
.topbar ul {
  margin-bottom: 0;
}
.topbar ul li {
  color: #fff;
  font-size: 13px;
  margin-left: 24px;
  line-height: 45px;
}
.topbar ul li i {
  margin-right: 5px;
}
.topbar ul a {
  color: #fff;
}
.topbar ul a:hover {
  text-decoration: underline !important;
}
.topbar .topbar-right ul {
  text-align: right;
}
.topbar .topbar-phone {
  font-size: 14px;
}
.text-align-center {
  text-align: center !important;
}
.centerbar {
  padding: 26px 0 30px;
}
.centerbar .logo {
  margin-top: 12px;
}
.centerbar .search-wrapper {
  margin: 10px 40px 0;
}
.centerbar .search-wrapper .search-form form {
  position: relative;
}
.centerbar .search-wrapper .search-form .search-box {
  border: 2px solid #cddc39;
  color: #757575;
  height: 42px;
  padding: 0 30px 0 15px;
  width: 100%;
}
.centerbar .search-wrapper .search-form .search-btn {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 42px;
  color: #cddc39;
}
.top-cart,
.centerbar .top-favorite {
  display: inline-block;
}
.top-cart {
  margin-top: 10px;
}
.top-cart a.top-cart-link::before,
.top-favorite a.top-favorite-link::before {
  bottom: 0;
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  left: 1px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 41px;
}
.top-cart a.top-cart-link::before {
  color: #AFB42B;
}
.top-favorite a.top-favorite-link::before {
  color: #F8BBD0;
}
.top-cart a.top-cart-link,
.top-favorite a.top-favorite-link {
  border-radius: 50%;
  display: block;
  height: 41px;
  position: relative;
  width: 41px;
}
.top-cart a.top-cart-link {
  background-color: #cddc39;
}
.top-favorite a.top-favorite-link {
  background-color: #e91e63;
}
.top-cart a.top-cart-link span,
.top-favorite a.top-favorite-link span {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  font-size: 11px;
  font-weight: 600;
  height: 21px;
  line-height: 17px;
  position: absolute;
  right: -10px;
  text-align: center;
  width: 21px;
}
.top-cart a.top-cart-link span {
  border: 1px solid #cddc39;
  color: #cddc39;
}
.top-favorite a.top-favorite-link span {
  border: 1px solid #e91e63;
  color: #e91e63;
}
.top-favorite {
  margin-right: 20px;
  margin-top: 10px;
}
.top-favorite a.top-favorite-link::before {
  content: "" !important;
}
.more-cart-info {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
  padding: 15px;
  position: absolute;
  right: 0;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  display: none;
  width: 250px;
  z-index: 110;
  top: 50px;
  left: auto;
}
.cart-item-list-empty {
  padding: 10px 0 10px 10px;
  font-size: 14px;
}
.more-cart-info > span {
  padding: 10px;
  font-size: 12pt;
  font-weight: 300;
}
.cart-active + .more-cart-info {
  display: block;
}
.cart_content h3 > i {
  font-size: 17px;
  padding-right: 10px;
}
.cart-item-image {
  min-width: 60px;
  text-align: center;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.cart-item-image img {
  max-width: 100%;
  max-height: 64px;
}
.cart-item-list {
  margin-bottom: 0px;
}
.cart-item {
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  padding: 10px;
}
.cart-item:hover {
  background-color: #f2f2f2;
}
.cart-item-name {
  padding-left: 10px;
}
.cart-item-name > a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.cart-price {
  font-size: 8pt;
  color: #999;
  padding: 5px 0 0 10px;
}
.cart-item-name > a:hover {
  color: #e91e63;
}
.cart-link {
  float: right;
  padding: 10px 10px 10px 0;
}
.cart-link a {
  color: #e91e63;
}
.btn-hover::after {
  background-color: #ffffff;
  border-radius: inherit;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
.bunker-color-bg {
  background-color: #2e2e2e;
}
.bunker-color-bg:hover {
  color: #fff;
}
.white {
  color: #fff;
}
.cart-price {
  cursor: default;
}
.bottombar {
  border-bottom: 1px solid #e1e1e1;
}
.main-menu nav ul li {
  color: #4a4a4a;
  display: inline;
  margin-right: 25px;
  position: relative;
}
.main-menu nav > ul > li > a {
  font-family: sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}
.main-menu nav ul li.active i,
.main-menu nav ul li.active a {
  color: #AFB42B;
}
.main-menu nav > ul > li > a:hover {
  color: #e91e63;
}
.main-menu nav ul li ul {
  padding: 10px 0;
  top: 50px;
  width: 200px;
}
.main-menu nav ul li ul::before {
  border-color: rgba(58,61,66,0) rgba(58,61,66,0) rgba(236,233,233,0.92);
  border-style: solid;
  border-width: 10px;
  content: "";
  left: 10px;
  position: absolute;
  top: -20px;
}
.main-menu nav ul li ul li {
  margin-right: 0;
}
.main-menu nav ul li ul li a {
  display: block;
  line-height: 13px;
}
.main-menu nav ul li ul li a {
  color: #1c1c1c !important;
  font-size: 12px;
  padding: 11px 27px;
  text-align: left;
  text-transform: capitalize;
}
.main-menu nav ul li ul li a:hover,
.single-mega-menu-item a.single-megamenu-title:hover,
.single-mega-menu-item a:hover {
  background: transparent none repeat scroll 0 0;
  color: #e91e63 !important;
}
.main-menu nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
.main-menu nav > ul > li > ul {
  background-color: #fff;
  border: 1px solid #f7f4f3;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 40px;
  visibility: hidden;
  width: 200px;
  z-index: 102;
}
.main-menu nav ul li i {
  font-weight: 600;
  margin-left: 2px;
  font-size: 16px;
}
.main-slider .static-image-wrapper ul li a {
  display: block;
  position: relative;
}
.main-slider .static-image-wrapper ul li {
  margin-top: 30px;
}
.main-slider .static-image-wrapper ul li a::before,
.main-slider .static-image-wrapper ul li a::after {
  background: rgba(0,0,0,0.1) none repeat scroll 0 0;
  content: "";
  height: 0;
  position: absolute;
  transition: all 0.25s ease-in-out 0s;
  width: 0;
}
.main-slider .static-image-wrapper ul li a::before {
  left: 0;
  top: 0;
}
.main-slider .static-image-wrapper ul li a::after {
  bottom: 0;
  right: 0;
}
.main-slider .static-image-wrapper ul li a:hover::before,
.main-slider .static-image-wrapper ul li a:hover::after {
  height: 100%;
  width: 100%;
}
.main-slider .static-image-wrapper .static-image-overlay {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-slider .static-image-wrapper .static-image-overlay div {
  color: #fff;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 2px solid #fff;
  padding: 10px;
  opacity: 0;
  transition: all 0.25s ease-in-out 0s;
}
.main-slider .static-image-wrapper ul li a:hover .static-image-overlay div {
  opacity: 1;
}
.shop-banners {
  margin-top: 25px;
}
.section-block {
  margin-top: 10px;
}
.section-heading {
  margin-top: 20px;
  overflow: hidden;
}
.section-heading h2 {
  border-bottom: 1px solid #e1e1e1;
  color: #212121;
  display: inline-block;
  font-size: 24px;
  font-weight: 240;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.section-heading h2 span {
  color: #e91e63;
}
.products-grid {
  padding: 0;
  position: relative;
  margin-top: 30px;
}
.products-grid div.item {
  box-sizing: border-box;
  float: left;
}
.grid_wrap {
  margin-bottom: 10px;
  position: relative;
}
.item-img::before {
  background: inherit;
  bottom: 50%;
  content: "";
  left: -35%;
  position: absolute;
  right: -35%;
  top: 50%;
  transition-delay: 0.1s;
  z-index: 1;
}
.item-img::before,
.item-img::after {
  box-sizing: border-box;
  transition: all 0.4s ease 0s;
}
.item-img {
  backface-visibility: hidden;
  background: rgba(204,204,204,0.5) none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transform: translateZ(0px);
}
.img-responsive {
  display: inline !important;
}
ul.product-buttons > li::before,
.cart-button::before {
  background: #e91e63 none repeat scroll 0 0;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
ul.product-buttons .favorite_current {
  background: #e91e63 none repeat scroll 0 0;
  color: #fff;
}
.item .hover-box .btn-button.cart-button {
  background-color: #fff;
  border-radius: 15px;
  left: 0;
  margin: 0 auto;
  padding: 7px 20px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  width: 150px;
  transition: all 0.3s ease-out 0s;
  z-index: 25;
}
.btn {
  border: 0 none transparent;
  text-decoration: none !important;
}
.btn-primary {
  background-color: #03a9f4;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.btn.bg-lightred {
  background-color: #e91e63;
}
.btn-circle.btn-lg {
  border-radius: 25px;
  font-size: 18px;
  height: 50px;
  line-height: 1.33;
  padding: 10px 16px;
  width: 50px;
}
.btn-circle {
  border-radius: 20px;
  font-size: 15px;
  height: 40px;
  line-height: 1.95;
  padding: 6px 0;
  text-align: center;
  width: 40px;
}
.item .hover-box .btn-button.cart-button.button-fast-order {
  margin-top: 40px;
}
ul.product-buttons {
  background: #fff none repeat scroll 0 0;
  bottom: -200px;
  left: 0;
  margin-bottom: 0;
  padding-left: 0 !important;
  position: absolute;
  transition: all 0.4s ease-out 0s;
  width: 100%;
  z-index: 25;
}
ul.product-buttons > li {
  border-right: 1px solid #f7f7f7;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  overflow: hidden;
  padding: 9px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  width: 50%;
}
ul.product-buttons > li > button,
ul.product-buttons > li > button:hover,
ul.product-buttons > li > button:focus {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.item .hover-box .btn .fa {
  margin-right: 5px;
}
.grid_wrap .product-content {
  overflow: hidden;
  padding: 20px;
}
.grid_wrap .product-content .product-content-inner {
  display: block;
  text-align: center;
  width: 100%;
}
.products-grid .product-name,
.products-list .product-name {
  font-size: 15px;
  font-weight: 600;
}
.products-grid .product-name a,
.products-list .product-name a {
  color: #363636;
  text-decoration: none;
}
.rating {
  margin-top: 20px;
}
.grid_wrap .price-box {
  margin-top: 5px;
  position: relative;
  width: 100%;
}
.regular-price {
  margin-top: 10px;
}
.products-grid .price-box .price,
.item-price {
  color: #e91e63;
  line-height: 21px;
  margin-right: 10px;
}
.price {
  white-space: nowrap !important;
}
.products-grid .price-box .old-price,
.old-price {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
}
@media not all {
  .item .hover-box .btn-button.cart-button {
    left: 30%;
  }
}
.item-img:hover .hover-box .btn-button.cart-button {
  top: 30%;
  transition: all 0.3s ease-out 0s;
}
.item .hover-box .btn-button.cart-button:hover {
  background-color: #e91e63;
  color: #fff;
}
.item-img:hover ul.product-buttons {
  bottom: 0;
  transition: all 0.4s ease-out 0s;
}
ul.product-buttons > li:last-child {
  border-right: 0 none;
}
ul.product-buttons > li:hover::before,
.cart-button:hover::before {
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
ul.product-buttons > li:hover > button,
ul.product-buttons > li:focus > button,
ul.product-buttons > li:active > button {
  color: #fff !important;
}
.item-img:hover::before {
  bottom: -35%;
  top: -35%;
  transition-delay: 0s;
}
.item-img:hover img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.item-img:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}
.products-grid .price-box .price {
  font-size: 14px;
  font-weight: 600;
}
.product-label {
  display: block;
  font-size: 11px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 2;
}
.product-label > span {
  display: inline-block;
  line-height: 20px;
  padding: 2px 9px;
  position: relative;
  text-align: center;
}
.product-label > span.label-sale {
  background-color: #e91e63;
  color: #fff;
}
.product-label.left {
  left: 0;
}
.product-label.left > span.label-sale {
  background-color: #cddc39;
}
.section-block .owl-controls {
  top: -84px;
}
.section-block .owl-controls {
  height: 46px;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 50px;
  text-align: center;
  color: #cddc39;
}
.section-block .owl-controls .owl-nav {
  line-height: 30px;
}
.section-block .owl-controls .owl-nav {
  height: 46px;
}
.section-block .owl-theme .owl-controls .owl-nav div {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  display: inline-block;
  height: 15px;
  margin: 0 3px;
  opacity: 1;
  padding: 0;
  vertical-align: middle;
  width: 15px;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: transparent;
  cursor: default;
}
.shop-banners .shop-condition {
  height: 120px;
  display: table;
  width: 100%;
  color: #fff !important;
}
.shop-banners .shop-condition i {
  display: block;
  float: left;
  font-size: 40px;
  margin: 40px 18px 0 20px;
}
.shop-banners .shop-condition span {
  display: table-cell;
  font-size: 17px;
  height: 100%;
  line-height: 1em;
  padding-right: 10px;
  vertical-align: middle;
}
.shop-banners .shop-condition small {
  display: block;
  margin-top: 10px;
}
.shop-banners .shipping-block {
  background: #e43a15;
  background: -webkit-linear-gradient(to left,#e65245,#e43a15);
  background: linear-gradient(to left,#e65245,#e43a15);
}
.shop-banners .shipping-block,
.shop-banners .shipping-block a {
  color: #F8BBD0;
}
.shop-banners .support-block {
  background: #56ab2f;
  background: -webkit-linear-gradient(to left,#a8e063,#56ab2f);
  background: linear-gradient(to left,#a8e063,#56ab2f);
}
.shop-banners .support-block,
.shop-banners .support-block a {
  color: #AFB42B;
}
.shop-banners .moneback-block {
  background: #ffcc33;
  background: -webkit-linear-gradient(to right,#ffb347,#ffcc33);
  background: linear-gradient(to right,#ffb347,#ffcc33);
}
.shop-banners .moneback-block,
.shop-banners .moneback-block a {
  color: #FFECB3;
}
.shop-banners .warranty-block {
  background: #00d2ff;
  background: -webkit-linear-gradient(to right,#3a7bd5,#00d2ff);
  background: linear-gradient(to right,#3a7bd5,#00d2ff);
}
.shop-banners .warranty-block,
.shop-banners .warranty-block a {
  color: #B3E5FC;
}
.main-slider .default-slider {
  margin-top: 30px;
}
.main-slider .unslider-arrow::before {
  font-family: fontawesome;
  font-size: 25px;
  position: absolute;
  text-align: center;
  color: #000;
  line-height: 48px;
  bottom: 0;
}
.main-slider .unslider-arrow.prev::before {
  content: "";
  left: 37%;
}
.main-slider .unslider-arrow.next::before {
  content: "";
  left: 45%;
}
.main-slider .unslider-arrow {
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  opacity: 0;
  top: 50%;
  width: 50px;
}
.main-slider .unslider:hover .unslider-arrow {
  opacity: .3;
  display: block;
  transition: all 0.5s ease 0s;
}
.main-slider .unslider-nav {
  bottom: 10px;
  left: 50%;
  position: absolute;
}
.middle-banners {
  margin-top: 30px;
  margin-bottom: 30px;
}
.middle-banners .middle-banner-block {
  position: relative;
}
.middle-banners .middle-banner-block .middle-banner-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content {
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  float: left;
  line-height: 40px;
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content.bordered {
  border: 2px solid #EA1E63;
  text-align: center;
  transform: translate(0%,-50%);
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content.bordered span {
  display: block;
  padding: 10px 30px;
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content.bordered span:first-child {
  color: #EA1E63;
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content.bordered span:last-child {
  background-color: #EA1E63;
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content div {
  font-size: 20px;
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content a {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  background-color: #feae1b;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin-top: 10px;
}
.middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content a:hover {
  background-color: #fec04e;
  border-color: #fec04e;
  color: white;
}
.middle-banners .middle-banner-block img {
  transition: all 0.5s ease 0s;
}
.middle-banners .middle-banner-block {
  display: block;
  overflow: hidden;
}
.middle-banners .middle-banner-block:hover img {
  transform: scale(1.1);
}
.shop-categories {
  margin-top: 30px;
}
.shop-categories .shop-categories-wrapper {
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px;
}
.shop-categories .shop-categories-wrapper .shop-category-item {
  float: left;
  margin-right: 10px;
  width: 48%;
}
.shop-categories .shop-categories-wrapper .shop-category-item h2 {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.shop-categories .shop-categories-wrapper .shop-category-item h2 a {
  color: #454545;
}
.shop-categories .shop-categories-wrapper .shop-category-item ul li {
  line-height: 21px;
  padding: 4px 0;
}
.shop-categories .shop-categories-wrapper .shop-category-image {
  float: right;
  width: 48%;
}
.shop-categories .shop-categories-wrapper .shop-category-item h2 a:hover,
.shop-categories .shop-categories-wrapper .shop-category-item ul li a:hover {
  color: #EA1E63;
}
.shop-categories .shop-categories-wrapper .shop-category-item ul li i {
  font-size: 12px;
  cursor: pointer;
  color: #ccc;
}
.shop-categories .shop-categories-wrapper .shop-category-item ul li i:hover {
  color: #EA1E63;
}
.shop-categories .shop-categories-wrapper .shop-category-item ul li ul li {
  font-size: 12px;
  margin-left: 15px;
}
.slider-brand-wrapper {
  padding: 1px 60px;
}
.slider-brand-wrapper .owl-carousel .owl-item img {
  margin: auto;
  width: auto;
}
.slider-brand-wrapper .owl-controls .owl-nav > div {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  top: 50%;
  width: 40px;
}
.slider-brand-wrapper .owl-controls .owl-nav > div::before {
  color: #e8e8e8;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 4px;
  width: 100%;
}
.slider-brand-wrapper .owl-controls .owl-nav > div.owl-next::before {
  content: "";
  display: inline-block;
  font: 22px/1 FontAwesome;
  left: 2px;
  text-align: center;
}
.slider-brand-wrapper .owl-controls .owl-nav > div.owl-prev::before {
  content: "";
  display: inline-block;
  font: 22px/1 FontAwesome;
  text-align: center;
}
.slider-brand-wrapper .owl-controls .owl-nav > div:hover {
  border-color: #c3c3c3;
}
.slider-brand-wrapper .owl-controls .owl-nav > div:hover::before {
  color: #c3c3c3;
}
.slider-brand-wrapper .owl-controls .owl-nav > div::before {
  top: 7px;
}
.slider-brand-wrapper .owl-controls .owl-nav > div.owl-prev {
  left: -45px;
}
.slider-brand-wrapper .owl-controls .owl-nav > div.owl-next {
  right: -45px;
}
.shop-newsletters {
  height: 180px;
  background: #56ab2f;
  background: -webkit-linear-gradient(to left,#56ab2f,#a8e063);
  background: linear-gradient(to left,#56ab2f,#a8e063);
  margin-top: 30px;
  margin-bottom: -30px;
}
.shop-newsletter-wrapper {
  padding: 25px 0;
  text-align: center;
}
.shop-newsletter-wrapper .news-form-group {
  position: relative;
}
.shop-newsletters .shop-newsletter-header h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 180;
  text-align: center;
  margin-top: 25px;
}
.shop-newsletter-wrapper .news-form-con {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 36px;
  width: 400px;
}
.shop-newsletters .shop-newsletter-bottom {
  color: #fff;
  text-align: center;
}
.shop-newsletter-wrapper .news-btn {
  background-color: transparent;
  border: medium none;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 0;
}
.shop-newsletter-wrapper .news-btn i {
  color: #ea1e63;
  display: block;
  font-size: 20px;
  height: 36px;
  line-height: 38px;
}
.footer-block {
  background: #e7e7e7 none repeat scroll 0 0;
  padding-top: 20px;
}
.top-part {
  padding-bottom: 30px;
}
.bottom-part {
  padding: 20px 0;
}
.copyright-block {
  text-align: center;
}
.copyright-block p.copyright {
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
.copyright-block p.copyright a {
  color: #EA1E63;
}
#back-to-top {
  backface-visibility: hidden;
  bottom: 30px;
  color: #cdcdcd;
  height: auto;
  margin: 0;
  position: fixed;
  right: 10px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 10000;
}
#back-to-top.off {
  right: 10px;
}
#back-to-top.on {
  opacity: 1;
  right: 10px;
  visibility: visible;
}
#back-to-top span {
  border: 2px solid #fff;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 52px;
  background-color: #ccc;
}
#back-to-top span i {
  transition: color 0.2s ease 0s;
  color: #fff;
  font-size: 22px;
  line-height: 45px;
}
#back-to-top:hover span {
  background-color: #EA1E63;
}
#back-to-top:hover span i {
  color: #fff;
}
#back-to-top span {
  text-align: center;
}
.footer-item h2 {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 700;
  margin: 35px 0 20px;
  text-transform: uppercase;
}
.footer-item ul li {
  margin-bottom: 10px;
}
.footer-item ul li a {
  display: block;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.footer-item ul li a:hover {
  color: #EA1E63;
}
.footer-item .social {
  margin-top: 20px;
  overflow: hidden;
}
.footer-item .social ul li {
  float: left;
  margin-right: 5px;
}
.footer-item .social ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 38px;
}
.footer-item .social ul li a.twitter {
  background-color: #55acee;
}
.footer-item .social ul li a.facebook {
  background-color: #3b5998;
}
.footer-item .social ul li a.google {
  background-color: #dc4e41;
}
.footer-item .social ul li a.vk {
  background-color: #507299;
}
.footer-item .address p {
  line-height: 19px;
  margin-bottom: 8px;
}
.footer-item .address p strong {
  color: #000;
  float: left;
  font-weight: 500;
  min-width: 70px;
}
.footer-item .address p span {
  color: #000;
  font-weight: 300;
  overflow: hidden;
  padding-top: 5px;
}
.main-content-block {
  padding-top: 20px;
}
.main-content-block ul {
  list-style: inside;
  padding-left: 10px;
}
.breadcrumbs {
  line-height: 19px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.breadcrumbs ul li {
  display: inline;
  text-transform: capitalize;
}
.breadcrumbs ul li:first-child::before,
.breadcrumbs ul li::before {
  color: #3c3c3c;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 16px;
  margin-left: 0;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.breadcrumbs ul li::before {
  color: #9a9a9a;
  content: "";
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  top: 0;
}
.breadcrumbs ul li a:hover {
  color: #EA1E63;
}
.sidebar-block-item h2 {
  border-bottom: 2px solid #EA1E63;
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.sidebar-list {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.sidebar-list ul {
  list-style: none;
}
.sidebar-list h3 {
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar-list ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
  text-transform: uppercase;
}
.sidebar-list ul li a::before {
  color: #6d6d6d;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 10px;
}
.sidebar-list ul li a {
  color: #6d6d6d;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
}
.sidebar-list ul li a:hover {
  color: #EA1E63;
}
.sidebar-list ul li span {
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #ccc;
  float: right;
  height: 22px;
  text-align: center;
  width: 22px;
  line-height: 19px;
}
.shop-filter input {
  border: 1px solid #ccc;
  padding: 5px;
}
.shop-filter input:first-child {
  margin-right: 10px;
}
.shop-filter .slider {
  margin-top: 20px;
}
.shop-filter .range-price-item {
  margin-top: 15px;
}
.shop-filter .range-price-item span {
  padding: 0 10px;
}
.shop-filter .ui-widget-header {
  background-image: none !important;
  background-color: #03a9f4 !important;
}
.shop-filter .ui-state-default,
.shop-filter .ui-widget-content .ui-state-default,
.shop-filter .ui-widget-header .ui-state-default {
  background-image: none !important;
  background-color: #0288d1;
  border: none !important;
  border-radius: 50%;
  color: #1c94c4;
  font-weight: bold;
  cursor: pointer;
}
.shop-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.shop-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.shop-filter .select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #AFB42B !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #cddc39 !important;
  color: #fff;
}
.squared {
  margin: 15px 0;
  position: relative;
  width: 100%;
}
.squared:last-child {
  margin-bottom: 0;
}
.squared input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.squared input[type="checkbox"] {
  visibility: hidden;
}
.squared label::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #333;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 3px 3px;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 9px;
}
.squared label {
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  border: 1px solid #ccc;
}
.squared span {
  left: 20px;
  padding-left: 10px;
  position: absolute;
  top: 1px;
}
.groups-list {
  margin-bottom: 10px;
}
.tag-list a,
.groups-list a {
  border: 1px solid #e1e1e1;
  color: #9d9d9d;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 4px 17px 3px;
  transition: all 0.3s ease 0s;
}
.groups-list a {
  font-size: 15px;
  padding: 10px 30px;
}
.tag-list a:hover,
.groups-list a:hover {
  border-color: #e91e63;
  background-color: #e91e63;
  color: #fff;
}
.filter-apply {
  background-color: #03a9f4;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  padding: 0 !important;
  border: 1px solid #03a9f4 !important;
}
.main-content-block .products-grid {
  margin-top: 0;
}
.main-content-block .category-title {
  margin-bottom: 20px;
}
.main-content-block .category-title .btn-default {
  background-color: #BDBDBD;
  color: #fff;
}
.main-content-block .category-title .list-grid-group .btn {
  border-radius: 0;
  padding: 5px 10px;
}
.main-content-block .category-title .list-grid-group .btn.active {
  background-color: #03a9f4;
  box-shadow: none;
}
.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  border: none;
  padding-top: 0;
}
.item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: " ";
}
.item.list-group-item .item-img {
  float: left;
}
.item.list-group-item .grid_wrap .product-content .product-content-inner {
  text-align: left;
}
.item.list-group-item .grid_wrap .product-content {
  padding-top: 0;
  padding-left: 40px;
}
.item.list-group-item .grid_wrap .product-content .product-description {
  display: block;
  margin: 20px 0;
}
.item.list-group-item .grid_wrap .product-content .product-description p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}
.item.list-group-item .product-add-buttons {
  margin-top: 30px;
  display: block;
}
.item.list-group-item .product-add-buttons a {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 37px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.item.list-group-item .product-add-buttons a:first-child {
  margin-right: 10px;
}
.item.list-group-item .product-add-buttons .product-add-button-cart {
  border: 1px solid #e91e63;
  color: #e91e63;
}
.item.list-group-item .product-add-buttons .product-add-button-cart::before,
.shop-item-actions .btn-add-cart::before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  color: #e91e63;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
}
.shop-item-actions .btn-add-cart::before {
  color: #212121;
}
.shop-item-actions .btn-add-cart:hover::before {
  color: #AFB42E;
}
.shop-item-actions .btn-add-cart {
  background-color: #cddc39;
  color: #212121;
  padding: 8px 15px;
  border-radius: 0;
}
.shop-item-actions .btn-add-cart:hover {
  color: #AFB42E;
  cursor: pointer;
}
.shop-item-actions .btn-fast-order {
  background-color: #9E9E9E;
  color: #F5F5F5;
  padding: 8px 15px;
  border-radius: 0;
}
.shop-item-actions .btn-fast-order:hover {
  cursor: pointer;
}
.item.list-group-item .product-add-buttons .product-add-button-cart:hover::before {
  color: #fff;
}
.item.list-group-item .product-add-buttons a.product-add-button-cart:hover {
  background-color: #e91e63;
  color: #fff;
  cursor: pointer;
}
.item.list-group-item .product-add-buttons .product-add-button-fast-order {
  border: 1px solid #cddc39;
  color: #cddc39;
}
.item.list-group-item .product-add-buttons a.product-add-button-fast-order:hover {
  background-color: #cddc39;
  color: #fff;
  cursor: pointer;
}
.item.list-group-item .hover-box .btn-button.cart-button,
.item.list-group-item .hover-box .btn-button.cart-button.button-fast-order,
.item.list-group-item .product-content .rating,
.product-add-buttons {
  display: none;
}
.item.list-group-item .grid_wrap .price-box {
  margin-top: 30px;
}
.products-grid .item.list-group-item .price-box .price {
  font-size: 24px;
}
.products-grid .item.list-group-item .price-box .old-price,
.old-price {
  font-size: 20px;
}
.products-grid .item.list-group-item .product-name {
  font-size: 20px;
}
.grid_wrap .product-content .product-description {
  display: none;
}
ul.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
ul.pagination li.active > a,
ul.pagination li.active > a:hover {
  background-color: #e91e63;
}
ul.pagination li > a {
  margin-right: 8px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
}
ul.pagination li > a {
  background-color: #cddc39;
  border: medium none;
  color: #fff;
  margin-right: 8px;
}
.full-width {
  width: 100% !important;
}
.banner-list.sidebar-list a {
  display: inline-block;
  position: relative;
}
.banner-list.sidebar-list a img {
  width: 100%;
}
.banner-list.sidebar-list a::after {
  background: rgba(0,0,0,0.3) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 0;
  top: 50%;
  opacity: 0;
  position: absolute;
  left: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.banner-list.sidebar-list a:hover::after {
  top: 0;
  opacity: 1;
  height: 100%;
}
.modal-dialog {
  width: 70% !important;
}
.modal-body {
  font-size: 15px;
  font-weight: 300;
}
.onestep-modal-header-background {
  background-color: #e91e63;
  color: #fff;
}
.onestep-modal-header-background .modal-title {
  color: #fff;
}
label.input_error {
  display: block;
  line-height: 1.8;
  vertical-align: top;
  color: #e91e63;
  font-size: 10pt;
  font-weight: 300;
  margin-left: 5px;
}
input.input_error,
select.input_error {
  border: 2px solid #e91e63 !important;
}
.quantity {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-bottom: 10px;
}
.shop-item-actions {
  display: inline-block;
}
.shop-item-actions > * {
  margin-right: 10px;
}
.quantity input {
  -moz-appearance: textfield;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px 6px 15px;
  text-align: left;
  width: 80px;
}
.quantity .qty-inner > span.qty-up {
  border-radius: 0;
  display: block;
  position: absolute;
  right: 8px;
  top: 3px;
}
.quantity .qty-inner > span {
  cursor: pointer;
  font-size: 10px;
  font-weight: 400;
  height: 19px;
  line-height: 19px;
  padding: 0;
  text-align: center;
  width: 19px;
}
.quantity .qty-inner > span.qty-down {
  border-radius: 0;
  bottom: 0;
  display: block;
  position: absolute;
  right: 8px;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.btn-secondary {
  background-color: #cddc39;
  color: #fff !important;
}
.item-wishlist {
  background-color: #e91e63;
  color: #F8BBD0;
}
.item-compare {
  background-color: #03a9f4;
  color: #B3E5FC;
}
.item-wishlist:hover,
.item-compare:hover {
  color: #fff;
  cursor: pointer;
}
.tab-badge {
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 10px;
  margin-left: 5px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 11px;
  width: 20px;
  right: -10px;
}
.nav-tabs > li > a {
  position: relative !important;
  font-weight: 700;
}
.nav-tabs > li.active > a {
  color: #e91e63 !important;
}
.nav-tabs > li.active > a span {
  background-color: #e91e63 !important;
}
.nav-tabs > li > a {
  border-width: 2px !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  border-width: 2px !important;
}
.nav-tabs > li:not(:first-child) {
  margin-left: 10px;
}
.shop-item-discounts {
  color: #828282;
  font-weight: 300;
  margin-top: 20px;
  color: #e91e63;
}
.shop-item-discounts i {
  margin-right: 10px;
}
.item-price {
  color: #e91e63;
  font-size: 24px;
  line-height: 23px;
  font-weight: 800;
  margin-top: 20px;
}
.item-description {
  margin-top: 20px;
  font-size: 15px;
}
.item-text {
  font-size: 15px;
  text-align: justify;
}
.item-tags > i {
  margin-right: 5px;
  margin-top: 10px;
}
.item-tags > span > a {
  color: #e91e63;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.tab-content > .tab-pane {
  padding: 25px 5px;
}
.nav-tabs {
  border-bottom: 1px solid #fff !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-color: #fff #fff #e91e63 transparent !important;
}
.nav-tabs > li > a:hover {
  border-color: #fff #fff #e91e63 transparent;
  background-color: #fff;
}
.main-image {
  margin-bottom: 30px;
}
.thumbnail {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  line-height: 1.42857;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.thumbnails .owl-theme .owl-controls .owl-nav {
  text-align: center;
}
.thumbnails .owl-theme .owl-controls .owl-nav .owl-prev {
  margin-left: 10px;
}
.thumbnails .owl-theme .owl-controls .owl-nav div.owl-next {
  padding: 5px 7px 3px 9px;
}
.thumbnails .owl-theme .owl-controls .owl-nav div.owl-prev {
  padding: 5px 9px 3px 7px;
}
.thumbnails .owl-theme .owl-controls .owl-nav div {
  background: #869791 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  opacity: 0.5;
  margin: 5px;
}
.thumbnails .owl-theme .owl-controls {
  margin-top: 10px;
}
#additional-images .item .active img {
  border: 2px solid #e91e63 !important;
}
.shop_item_properties {
  margin-top: 20px;
}
.shop_property {
  margin-top: 5px;
}
.shop_property > span {
  font-weight: 600;
}
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(/images/stars.png) no-repeat 0 0;
}
.ui-stars-star a {
  background-position: 0 -32px;
}
.ui-stars-star-on a {
  background-position: 0 -48px;
}
.ui-stars-star-hover a {
  background-position: 0 -64px;
}
.ui-stars-cancel-hover a {
  background-position: 0 -16px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important;
}
.reviews .media .media-left {
  padding-right: 30px;
}
.reviews .media-left .avatar-inner {
  border-radius: 50%;
  display: inline-block;
  height: 64px;
  overflow: hidden;
  width: 64px;
}
.reviews .rating {
  width: 70px;
  margin-top: 10px;
}
.reviews .media-heading {
  font-size: 18px;
  margin-top: 5px;
  color: #636363;
  font-weight: 700;
}
.reviews .media-body p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #777;
}
.reviews .review-info {
  color: #999;
  display: inline-block;
  font-size: 13px;
}
.reviews .review-info .review-answer {
  cursor: pointer;
  text-decoration: underline;
}
.reviews .review-info span {
  margin-right: 10px;
}
.reviews .review-info i {
  margin-right: 3px;
}
.review-button {
  margin-top: 30px;
}
.form,
#review {
  background-color: #f5f5f5;
  display: none;
  padding: 25px;
}
.form-group {
  margin-bottom: 15px;
}
label {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.form-control {
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 7px 10px;
}
div.comment_reply {
  display: none;
  margin: 0 0 10px 20px;
}
.wizard {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  overflow: hidden;
  position: relative;
}
.wizard.wizard-tabbed {
  background: #fbfbfb none repeat scroll 0 0;
}
.wizard.wizard-tabbed ul li {
  background-color: #fbfbfb;
  padding: 0 30px;
}
.wizard.wizard-tabbed ul li .chevron {
  display: none;
}
.wizard.wizard-tabbed ul li .chevron::before {
  display: none;
}
.wizard.wizard-tabbed ul li.complete {
  background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li.active {
  background: #fff none repeat scroll 0 0;
}
.wizard.wizard-wired {
  background: #fff none repeat scroll 0 0;
  box-shadow: none;
  display: block;
  padding-top: 10px;
  text-align: center;
  margin-bottom: 30px;
  z-index: 0;
}
.wizard.wizard-wired ul {
  display: table;
  position: relative;
  width: 100%;
}
.wizard.wizard-wired ul li {
  background-color: #fff;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 1s ease 0s;
  width: 20%;
}
.wizard.wizard-wired ul li .chevron {
  display: none;
}
.wizard.wizard-wired ul li .chevron::before {
  display: none;
}
.wizard.wizard-wired ul li.complete {
  background-color: #fff;
}
.wizard.wizard-wired ul li.complete .title {
  color: #cddc39;
}
.wizard.wizard-wired ul li.active .title {
  color: #e91e63;
}
.wizard.wizard-wired ul li.complete .step::before {
  font-size: 22px;
  line-height: 36px;
}
.wizard.wizard-wired ul li.complete:hover {
  background-color: #fff;
}
.wizard.wizard-wired ul li.active {
  background-color: #fff;
}
.wizard.wizard-wired ul li .step {
  background-color: #fff;
  border-width: 2px;
  font-size: 15px;
  height: 40px;
  line-height: 34px;
  width: 40px;
  z-index: 2;
}
.wizard.wizard-wired ul li .title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
  margin-top: 4px;
  max-width: 100%;
  overflow-wrap: break-word;
  table-layout: fixed;
  text-align: center;
  z-index: 104;
}
.wizard.wizard-wired ul li::before {
  background-color: #e5e5e5;
  content: "";
  display: block;
  font-size: 0;
  height: 2px !important;
  overflow: hidden;
  position: relative !important;
  top: 25px;
  width: 100%;
  z-index: 1 !important;
}
.wizard.wizard-wired ul li:first-child::before {
  left: 50%;
  max-width: 51%;
}
.wizard.wizard-wired ul li:last-child::before {
  max-width: 50%;
  width: 50%;
}
.wizard ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 4000px;
}
.wizard ul.previous-disabled li.complete {
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
  background: #f3f3f3 none repeat scroll 0 0;
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover .chevron::before {
  border-left-color: #f3f3f3;
}
.wizard ul li {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #d0d0d0;
  cursor: default;
  float: left;
  font-size: 16px;
  line-height: 47px;
  margin: 0;
  padding: 0 20px 0 30px;
  position: relative;
  transition: all 0.218s ease 0s;
}
.wizard ul li .step {
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  color: #ccc;
  display: inline-block;
  font-size: 13px;
  height: 24px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 24px;
  z-index: 2;
}
.wizard ul li .chevron {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent currentcolor transparent #d4d4d4;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 24px 0 24px 14px;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.wizard ul li .chevron::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent currentcolor transparent #f5f5f5;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 24px 0 24px 14px;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
  transition: all 0.218s ease 0s;
}
.wizard ul li.complete {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #444;
}
.wizard ul li.complete::before {
  background-color: #cddc39;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  max-height: 2px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  z-index: 10000;
}
.wizard ul li.complete:hover {
  background: #eee none repeat scroll 0 0;
  cursor: pointer;
}
.wizard ul li.complete:hover .chevron::before {
  border-left: 14px solid #eee;
}
.wizard ul li.complete .chevron::before {
  border-left: 14px solid #f5f5f5;
}
.wizard ul li.complete .step {
  border-color: #cddc39;
  color: #cddc39;
}
.wizard ul li.complete .step::before {
  background-color: #fff;
  border-radius: 100%;
  bottom: 0;
  color: #cddc39;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 3;
}
.wizard ul li.active {
  background: #fff none repeat scroll 0 0;
  color: #262626;
}
.wizard ul li.active .step {
  border-color: #e91e63;
  color: #e91e63;
}
.wizard ul li.active::before {
  background-color: #e91e63;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  max-height: 2px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  z-index: 10000;
}
.wizard ul li.active .chevron::before {
  border-left: 14px solid #fff;
}
.wizard ul li .badge {
  margin-right: 8px;
}
.wizard ul li:first-child {
  background-clip: padding-box;
  border-radius: 2px 0 0;
}
table.shop-cart,
table.account-table {
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
table.shop-cart thead tr th,
table.account-table thead tr th {
  border: 1px solid #f2f2f2 !important;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
}
table.shop-cart tbody tr td,
table.account-table tbody tr td {
  border-top: 0 solid #000;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
table.shop-cart tr td,
table.account-table tr td {
  border: 1px solid #f1f1f1;
}
.alert-danger,
.alert-info,
.alert-warning {
  border-radius: 0;
  margin-top: 20px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #f8bbd0;
  color: #e91e63;
}
.alert.alert-cart {
  margin-top: 20px;
  border-radius: 0;
}
table.shop-cart i {
  color: #e91e63;
}
table.shop-cart a:hover {
  color: #e91e63;
}
table.shop-cart .total {
  font-weight: 700;
}
.shop-coupon {
  margin-bottom: 20px;
}
form.cart-authorization {
  margin-top: 20px;
  margin-bottom: 20px;
}
form.cart-authorization a {
  color: #e91e63;
}
form.cart-authorization .checkbox input {
  margin-top: 2px !important;
}
.social-authorization {
  border-radius: 0.4rem;
  margin-bottom: 20px;
  margin-top: 6px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 12px;
  text-align: center;
}
.social-icon:hover {
  background: #fff none repeat scroll 0 0 !important;
  opacity: 0.5;
}
.shop-cart .squared label {
  left: 40%;
}
.shop-cart .squared,
.cart-authorization .squared {
  margin-top: 0;
}
.cart-authorization .squared span,
.box-user-content .squared span {
  padding-left: 20px;
}
#confparser {
  margin: 20px 2%;
  width: 95%;
}
#confparser .container {
  width: 95%;
}
#confparser .container .event .link {
  margin: 10px 0px;
}
#confparser .container .event .link a,
#confparser .container .event .link a:link,
#confparser .container .event .link a:active,
#confparser .container .event .link a:visited {
  color: #ca2f1a;
  font-weight: bold;
  font-size: 20px;
}
#confparser  .container .event .link a:hover {
  text-decoration: underline;
}
#confparser button {
  width: 100%;
  border: 1px solid darkblue;
  background: #c3185b;
  margin: 10px 0px;
  line-height: 30px;
  cursor: pointer;
}
#fastRegistration {
  display: none;
}
#fastRegistration form {
  margin-top: 20px;
}
#fastRegistration form .captcha {
  font-size: 12px;
}
#fastRegistration form .captcha:hover {
  cursor: pointer;
}
#fastRegistrationDescription h3 {
  font-size: 20px;
  margin: 20px 0;
}
ul.ul-line {
  margin-bottom: 30px;
  list-style: none;
}
ul.ul-line li::before {
  content: "—";
  margin: 0 1em;
}
.no-padding-left {
  padding-left: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.pay-description {
  color: #686868;
  font-size: 13px;
  font-weight: 300;
  margin-left: 40px;
}
.pay-name {
  font-size: 17px;
  font-weight: 700;
}
.radio input {
  margin-top: 3px !important;
}
.text-align-left {
  text-align: left !important;
}
table.shop-cart.cart-delivery thead tr th {
  text-transform: none !important;
}
h2 {
  margin: 10px 0;
}
.account-menu ul {
  list-style: none;
}
.account-menu ul li.active a {
  color: #e91e63;
}
.account-menu ul li a {
  padding: 10px 0;
  display: block;
}
.account-menu ul li a:hover {
  color: #e91e63;
}
.user-registration {
  margin-bottom: 30px;
}
.restore-password {
  margin: 30px 0;
}
label.required::after {
  color: #e91e63;
  content: "*";
  font-weight: bold;
  margin-left: 3px;
}
footer.footer-block {
  margin-top: 30px;
}
table.account-table {
  margin-top: 30px;
}
table.account-table tbody tr td:last-child {
  font-weight: 700;
}
.box-user-content {
  margin-top: 30px;
}
.box-user-content .user-orders h2,
.box-user-content .user-maillists h2,
.box-user-content .user-tickets h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #000;
  padding-top: 15px;
}
.box-user-content .user-orders .user-orders-link,
.box-user-content .user-maillists .user-maillist-row .user-maillist-buttons,
.box-user-content .user-tickets .user-tickets-add-link {
  text-align: right;
}
.box-user-content .btn i {
  font-size: 9pt;
  margin-right: 5px;
}
.bg-darkgray {
  background-color: #bab9b2 !important;
}
.box-user-content .user-orders > .row:first-child,
.box-user-content .user-maillists > .row:first-child,
.box-user-content .user-tickets > .row:first-child {
  margin-bottom: 20px;
}
.box-user-content .table-header {
  border-bottom: 1px solid #eae9e7;
  border-top: 1px solid #eae9e7;
  font-weight: 700;
  padding: 15px 15px 15px 0;
}
.box-user-content .table-row {
  border-bottom: 1px solid #eae9e7;
  font-size: 10pt;
  font-weight: 300;
  padding: 15px 15px 15px 0;
}
.hostcms-label {
  background-clip: padding-box !important;
  background-image: none !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 1;
  padding: 6px !important;
  text-align: center;
  text-shadow: none !important;
  vertical-align: baseline;
  white-space: nowrap;
}
.box-user-content .user-order-more span {
  padding: 6px !important;
}
.hostcms-label.gray {
  background-color: #f2f2f2 !important;
}
.box-user-content .user-order-more a {
  color: #a29f9e;
  cursor: pointer;
  text-decoration: none;
}
.hostcms-label.white,
.hostcms-label.white a {
  color: #fff !important;
}
.hostcms-label.green {
  background-color: #cddc39 !important;
}
.hostcms-label.blue {
  background-color: #0097e2 !important;
}
.modal-dialog {
  width: 70% !important;
}
.box-user-content .modal-header.more-order-header {
  background-color: #f9f9f9;
}
.modal-body {
  font-size: 15px;
  font-weight: 300;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.user-order-modal {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.box-user-content .user-orders span.order-total {
  font-weight: 700;
  height: auto;
  padding: 10px !important;
}
.box-user-content .user-maillist-row {
  border-bottom: 1px solid #eae9e7;
  border-top: 1px solid #eae9e7;
  font-size: 10pt;
  font-weight: 300;
  padding: 15px 15px 15px 0;
}
.box-user-content .user-maillists-name {
  font-size: 16px;
  padding-top: 10px;
}
.box-user-content > div {
  margin-bottom: 30px;
}
.account-info {
  margin-top: 50px;
}
.account-info ul {
  list-style: none !important;
}
.account-info ul li {
  font-size: 14px;
  color: #616161;
  padding: 5px 0;
}
.account-info ul li i {
  margin-right: 5px;
  font-size: 14px;
}
.user-tickets a {
  color: #0097e2;
}
.user-tickets a:not(.btn):hover {
  color: #e91e63;
}
.no-margin-top {
  margin-top: 0 !important;
}
.box-user-content .squared span {
  font-size: 16px;
}
.box-user-content .squared {
  margin-top: 10px;
}
.user-registration .squared span {
  padding-left: 20px;
}
.orderListChangePaymentSystem {
  margin: 15px 0;
  display: none;
}
.orderListPaymentSystem i {
  font-size: 13px;
}
.account-orders h2 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 700;
}
.account-orders .account-order-address {
  margin: 15px 0;
}
.account-orders .orderListActions a {
  color: #0097e2;
}
.account-orders .orderListActions a:hover {
  color: #e91e63;
  cursor: pointer;
}
.account-orders table.shop-cart tbody tr td {
  text-align: left;
}
.label {
  background-clip: padding-box !important;
  border-radius: 2px !important;
  font-size: 14px;
  padding: 4px 6px;
  display: inline-block;
  margin: 10px 0;
  font-weight: 400;
}
.label a {
  color: #fff;
  text-decoration: underline;
}
.label-sky {
  background-color: #03a9f4;
  background-image: none !important;
}
.box-user-content .table-row i {
  color: #ddd;
  margin-left: 5px;
}
.add-file {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}
.green-text {
  color: #8dc100 !important;
}
.helpdesk_hour div,
.helpdesk_wt_0,
.helpdesk_wt_1,
.helpdesk_wt_2 {
  color: #6a6a6a;
  float: left;
  height: 20px;
  margin: 0 1px 1px 0;
  width: 20px;
}
.helpdesk_wt_0 {
  background-color: #efeeea;
}
.helpdesk_wt_1 {
  background-color: #cddc39;
}
.helpdesk_wt_2 {
  background-color: #e91e63;
}
.helpdesk_legend {
  margin-left: 30px;
  margin-top: -2px;
}
.helpdesk_day div {
  height: 19px;
  margin: 0 10px 1px 0;
  padding: 1px 0 0 5px;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.helpdesk-messages {
  font-size: 15px;
  margin-bottom: 20px;
}
.comment.helpdesk-message-block {
  background-color: #fff;
  border: 1px solid #f4f1f1;
  padding-top: 15px !important;
}
div.comment {
  color: #333;
  margin: 5px 50px 10px 0;
  padding: 20px;
  position: relative;
}
div.comment div.subject {
  font-weight: bold;
}
.helpdesk-message-info {
  color: #999;
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}
.helpdesk-message-info .message-answer {
  cursor: pointer;
  text-decoration: underline;
}
.helpdesk-message-info span {
  margin-right: 10px;
}
.helpdesk-message-info i {
  margin-right: 3px;
}
.autocomplete-suggestions {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cddc39;
  overflow: auto;
  top: 45px;
  width: 100% !important;
}
.autocomplete-suggestion {
  font-size: 10pt;
  font-weight: 300;
  overflow: hidden;
  padding: 2px 5px;
  white-space: nowrap;
}
.autocomplete-selected {
  background: #f0f0f0 none repeat scroll 0 0;
}
.autocomplete-suggestions strong {
  color: #e91e63;
  font-weight: normal;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control-search {
  left: 0;
}
.has-feedback .form-control-feedback {
  top: 11px;
}
.has-feedback .form-control-search-input {
  padding-left: 35px;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  top: 11px;
}
.form-control-feedback {
  pointer-events: auto;
}
.cms-search .total-result {
  color: #838383;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.cms-search ul {
  list-style: outside none none;
  padding: 0;
}
.cms-search li {
  margin-bottom: 15px;
}
.cms-search .search-content > div {
  color: #686868;
  font-size: 14px;
}
.cms-search .search-content {
  display: inline-block;
}
.cms-search a,
.shop-producers a {
  color: #0097e2;
}
.cms-search a:hover,
.shop-producers a:hover {
  color: #e91e63;
}
.main-home {
  padding: 50px 0;
}
.main-home header {
  text-align: center;
}
.main-home header h2 {
  margin-bottom: 35px;
  font-size: 24px;
  margin-top: 20px;
}
.main-home .separator-small {
  background-color: #e91e63;
  display: block;
  height: 2px;
  margin: 20px auto;
  position: relative;
  width: 200px;
}
.main-home header .sub-heading {
  color: #888;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.search-item-image {
  display: inline-block;
  padding-right: 10px;
  text-align: center;
}
.search-item-image img {
  max-width: 100%;
}
.main-news .news-item {
  background-color: #f7f7f7;
  margin-bottom: 25px;
}
.main-news {
  margin-top: 20px;
}
.main-news .news-item {
  background-color: #f7f7f7;
  margin-bottom: 25px;
}
.main-news .news-item img {
  display: block;
  height: auto;
  max-width: 100%;
  transition: opacity 0.3s ease-in-out 0s;
}
.main-news .news-item img:hover {
  opacity: 0.5;
}
.main-news .news-item .news-item-content {
  position: relative;
}
.main-news .news-item .news-item-text {
  padding: 51px 33px 59px;
}
.main-news .news-item h4 {
  line-height: 0.8;
}
.main-news .news-item h4 a {
  color: #303030;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3em;
}
.main-news .news-item h4 a:hover {
  color: #e91e63;
  text-decoration: none;
}
.main-news .news-item .news-item-text p {
  color: #777;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 30px;
}
.main-news .news-item .news-item-date {
  color: #888;
  font-size: 12px;
}
#yandexMap {
  height: 450px;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
.item-old-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #999;
}
ul.siteMap {
  list-style: none;
  margin-top: 20px;
}
ul.siteMap ul {
  list-style: none;
  padding-left: 20px;
}
ul.siteMap a:link,
ul.siteMap a:hover,
ul.siteMap a:visited {
  color: #0097e2;
}
ul.siteMap li {
  padding: 3px 0;
}
.captcha {
  cursor: pointer;
}
ul.media-list {
  list-style: none !important;
}
@media only screen and (max-width: 992px) {
  .squared {
    width: 20%;
    float: left;
  }
  .sidebar-list ul li {
    width: 20%;
    display: inline-block;
    padding-right: 10px;
  }
  .middle-banners .middle-banner-block .middle-banner-wrapper .middle-banner-content {
    left: 28%;
  }
}
@media only screen and (max-width: 768px) {
  .main-slider .static-image-wrapper ul li {
    text-align: center;
  }
  .main-slider .static-image-wrapper ul li a::before,
  .main-slider .static-image-wrapper ul li a::after {
    visibility: hidden;
  }
  .main-slider .static-image-wrapper .static-image-overlay div {
    opacity: 1 !important;
  }
  .shop-banners .shop-condition {
    margin-bottom: 20px !important;
  }
  .topbar .topbar-right ul,
  .topbar ul,
  .centerbar .logo {
    text-align: center !important;
  }
  .topbar ul li {
    margin-left: 5px;
  }
  .centerbar .logo {
    margin-bottom: 20px;
  }
  .centerbar .search-wrapper {
    margin-bottom: 20px;
  }
  .owl-carousel .owl-stage-outerm {
    margin-left: 13%;
  }
  .shop-newsletter-wrapper .news-form-con {
    width: 100%;
  }
  .shop-newsletter-wrapper .news-btn {
    top: 0;
  }
  .shop-newsletter-wrapper {
    padding-bottom: 0;
  }
  .item.list-group-item .product-add-buttons a:first-child,
  .shop-item-actions a:first-child {
    margin-bottom: 10px;
  }
  .sidebar-shop-item {
    display: none;
  }
  .grid_wrap .product-content {
    padding-left: 0;
    padding-right: 0;
  }
  .grid_wrap .product-content .product-content-inner {
    text-align: left;
  }
  .squared {
    width: 50%;
    float: left;
  }
  .sidebar-list ul li {
    width: 45%;
    display: inline-block;
    padding-right: 10px;
  }
  .item.list-group-item .item-img {
    float: none;
  }
  .item.list-group-item .grid_wrap .product-content {
    padding-left: 0;
  }
}
@media print {
  .hidden-print {
    display: none;
  }
  * {
    background: #FFF !important;
    color: #000 !important;
  }
  @page {
    margin: 1cm;
  }
  img {
    max-width: 100% !important;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
}