html {
  font-size: 14px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #34314b;
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
  background-color: #F2F3F7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  background-color: #FFF;
  box-shadow: 1px 1px 3px hsla(0, 0%, 40%, .2);
  margin-bottom: 7px;
  padding-top: 14px;
}

h2, h3, h4, h5, h6 {
  color: #444;
  margin-top: 10px !important;
  font-family: 'Open Sans', sans-serif;
}

p {
  margin: 0 0 10px !important;
}

h1, h1.bread {
  color: #444;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px !important;
}

@media (max-width: 478px) {
  h1 {
    font-size: 20px !important;
    font-weight: 700;
  }
}

h1.hidden-xs {
  margin-top: 0px !important;
  font-size: 26px !important;
}

h1.product {
  text-align: center;
}

h1.span {
  font-size: 20px;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12.2px;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.container {
  padding-right: 3px !important;
  padding-left: 3px !important;
  max-width: 1500px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
    .container {
        width:100%;
    }
}

@media (min-width: 992px) {
    .container {
        width:100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.row {
  margin-right: 2px !important;
  margin-left: 2px !important;
}


@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%;
    }

}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

}


@media (min-width: 768px) {
.item {
  padding-right: 6px;
  padding-left: 6px;
  margin-top: 5px;
}
}

@media (max-width: 768px) {
.item {
  padding-right: 2px;
  padding-left: 2px;
}
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 16px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
  margin-top: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
  text-decoration: none;
  color: #000;
  /*background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x; */
  ;
}


/* top */
#top {
  background-color: #fff;
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0px 0px 0px 0;
  margin: 0 0 0px 0;
  min-height: 15px;
}

nav {
  max-width: 100%;
}

#top .container {
  padding: 0 20px;
}


#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
  color: #444;
}


/* logo */
#logo {
  margin: 0px 0 0px 0;
}

@media (max-width: 768px) {
  #logo {
    background-image: url(/image/catalog/logo_n_xs.png);
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  #logo {
    background-image: url(/image/catalog/logo_large_nn.png);
    width: 230px;
    height: 57px;
  }
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 45px;
  line-height: 10px;
  /*padding: 0 10px; */
  border-radius: 0px !important;
}

#search .btn-lg {
  font-size: 1rem;
  padding: 5px 15px;
  height: 45px;
  border-radius: 0px !important;
  color: #fff;
  background-color: #ed2f77;
  border: 1px solid #ed2f77;
}

#search.input-group {
  border-radius: 2px;
}

#search input.form-control {
  /*border: 1px solid #f7df01;*/
  border: 1px solid #ed2f77;
}

.sphinxsearch {
  top: 51px !important;
}

#search .btn-lg:hover {
  /*background-color: #FFEB3B;
	color: #3b3b3b;
	border-color: #FFEB3B;
	*/
  background-color: #f66769;
  color: #fff;
  border-color: #f66769;
}

.thumbnail {
  border: 0px solid #dae2ee;
  padding: 0;
}

a.thumbnail:hover {
  border-color: #dae2ee;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open>.btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 15px;
}

#menu .nav>li>a {
  color: #000;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  padding: 10px 14px 10px 14px;
  min-height: 15px;
  background-color: transparent;
  font-size: 14px;
}

#menu .nav>li>a:hover, #menu .nav>li.open>a {
  /*background-color: #e7e8ec;*/
  background-color: #1eddb7;
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 7px 20px;
  clear: both;
  line-height: 20px;
  color: #6666666;
  font-size: 14px;
  white-space: nowrap;
}

#menu .dropdown-inner li a:hover {
  color: #000;
  text-decoration: underline;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #00b9f1;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff !important;
  padding: 2px 18px;
  float: right;
  background-color: transparent;
  background-repeat: repeat-x;
  border-color: #fff;
  border: 0
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #000;
  background-color: rgb(247, 223, 0);
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #000;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #000;
  }
}

.navbar {
  border-radius: 0px !important;
}

/*
.breadcrumb {
	background-color: #fff;
}
*/


/* breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: auto;
  text-align: center;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 0px;
  position: relative;
}

.breadcrumb>li+li:before {
  content: '/';
  padding: 0 5px;
}

.breadcrumb>li:after {
  padding: 0 5px;
}

.breadcrumb a {
  color: #666;
  font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* content */
#content {
  min-height: 600px;
  /*background-image: linear-gradient(0deg, #f6f8f9 90%, rgba(255, 255, 255, 0) 100%); */
  padding-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
}

.html_box {
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}

.price-old {
  text-decoration: line-through;
}


/* footer */
footer {
  padding-top: 30px;
  background-color: #5b2eff;
  border-top: 1px solid #ddd;
  color: #fff;
  background-image: linear-gradient(90deg, #5c2fff 0%, #ff2a77 100%);
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}


.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, .2), 0 0px 0px rgba(0, 0, 0, .05);
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #000;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
  border-color: #dfdfdf;
}

.btn-primary {
  color: #323232;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  border-color: #e5e5e5;
  font-size: 14px !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #ffffff;
  background-position: 0 -15px;
  border-color: #919191;
  color: #000;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  color: #888888;
  font-size: 14px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #000;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  border: 0px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 80px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}



h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  #border-top: 1px solid #ddd;
  #background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #fff;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button+button {
  width: 20%;
  border-left: 1px solid #fff;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

#images.row > div.col-sm-12 {
  padding: 0;
}

.thumbnails {
  /*overflow: auto; */
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails {
  /*margin-left: -20px; */
  margin-top: 5px;
}

.thumbnails>img {
  width: 100%;
}

.image-additional a {
  /*margin-bottom: 20px; */
  padding: 0px;
  display: block;
  border: 0px solid #ddd;
}


.thumbnails .image-additional {
  float: left;
  /*margin-left: 20px; */
  ;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
  clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/*OPENCART.PRO*/
/*img category*/
.imgcategory .product-thumb.transition>h4 {
  padding-left: 10px;
}

/* products in category */
#mfilter-content-container .product-grid.active {
  display: block;
}

.product-grid {
  position: relative;
  #margin-top: -30px;
  clear: both;
}

.product-grid .product {
  /* padding-top: 49px; */
  text-align: center;
  position: relative;
}

.product-grid .product>.left {
  position: relative;
}

.product-grid .product .image-swap-effect {
  position: relative;
}

.product-grid .product .image {
  overflow: hidden;
}

.product-grid .product .image-swap-effect .swap-image {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}

.product-grid .product .image img {
  display: block;
  margin: 0px auto;
}

img {
  height: auto;
  width: 100%;
  border: 0;
  filter: saturate(120%);
  -webkit-filter: saturate(120%);
}

.product-grid .product .name {
  overflow: hidden;
  line-height: 17px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 17px;
  margin: 2px 2px 2px 6px;
}

.product-grid .product .name a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 33px;
  #font-family: Montserrat, arial, serif;
  color: #000;
}

.product-grid .product .price, .advanced-grid-products .product .right .price {
  font-size: 1em;
  font-weight: 600;
  /*float: left;*/
  margin: -5px 5px 5px 5px;
  /*background-color: #ffeb3b63;*/
  padding: 3px;
  border-radius: 3px;
  z-index: 100;
  position: relative;
}

.product-grid .product .price, .hover-product .price, .product-list .actions>div .price, .product-info .price .price-new, ul.megamenu li .product .price, .advanced-grid-products .product .right .price {
  color: #000;
}

.product-grid .product {
  padding-top: 0px;
  text-align: center;
  position: relative;
  border: solid 0px;
  border-color: #eaeaea;
  margin-bottom: 3px;
  margin-top: 3px;
  /*padding-bottom: 5px; */
  background-color: #fff;
  border-radius: 3px;
  /*box-shadow: 0px 0px 20px 0px rgba(52,49,75,0.1); */
}

.product-grid .product:hover {
/*  box-shadow: 0 6px 25px rgba(0, 0, 0, .1), 0 5px 15px rgba(0, 0, 0, .1); */
  -webkit-transition: all .2s cubic-bezier(.11, .85, 1, 1);
  transition: 1.3s;
}

.product-grid .addtocart {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
  font-size: 13px;
  padding-bottom: 1px;
}

.product-grid .addtocart .button {
  margin: 0;
  max-width: 135px;
  overflow: hidden;
  white-space: normal;
}

.button, .btn {
  font-size: 13px;
  font-weight: 400;
  font-family: Open Sans;
}

.product-grid .addtolist {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  color: black;
}

.add-to-links>div {
  display: inline-block;
  margin: 0 3px;
}

.add-to-links>div a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #999999;
  background-color: #ffffff;
  border-color: #999999;
  cursor: pointer;
}

.add-to-links>div a i {
  font-size: 17px;
  line-height: 38px;
  display: block;
  vertical-align: top;
}

.icon_heart_alt:before {
  content: "\e030";
}

.blog-category-list-main {
  padding: 15px 7px 15px 15px;
  background-color: #ffffff;
  margin: 10px 0px 10px 0px;
  text-align: center;
  border-radius: 3px;
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  height: calc(100% - 20px);
}
.main-subcategories-list {
	text-align: left;
	padding-left: 7px;
  list-style: none;
	max-height: 100px;
	overflow-y: auto;
	display: block;
}

.subcategory-list-child {
		padding: 0;
    margin-bottom: 10px;
}

.subcategory-list-child a:hover {
text-decoration: underline;
}

.blog-category-list-main img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 filter: saturate(140%);
 -webkit-filter: saturate(140%);
}

.blog-category-list-main img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 filter: saturate(160%);
 -webkit-filter: saturate(160%);
 }


.prc span {
  font-weight: 600;
  font-size: 16px;
}

.old_price {
  text-decoration: line-through;
  font-weight: 300;
  text-decoration-color: #ff9395e0;
  font-size: 12px !important;
}

.discount_price {
  color: #fe2a78;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.onsale {
  position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #fd2a79;
    margin: 1px;
    padding: 3px 2px;
    border-radius: 1px;
    z-index: 100;
    background-image: linear-gradient(
  90deg, #f72b7e 0%, #952fd0 100%);
    font-weight: 600;
    opacity: 0.9;
}

/*  Блок подкатегорий */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px solid #eee;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  /*margin: 15px; */
  ;
}



.offer:focus {
  color: #222;
  text-decoration: none;
}




/* pagination-top */
div.pagination-results-right {
  position: relative;
  padding: 40px 0px 0px 5px;
  margin: 0px;
  overflow: auto;
}

div.pagination-results-right .text-right {
  padding: 0px 0px 0px 0px;
  text-align: right;
  float: right;
}

div.pagination-results-right ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  /* padding: 20px 0px 10px 0px; */
  ;
}

div.pagination-results-right ul li.active {
  background: #333333;
  color: #ffffff;
  border-color: #333;
}

div.pagination-results-right ul li.active span {
  background: #333333;
  color: #ffffff;
  border-color: #333;
}

div.pagination-results-right ul li.active span:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333;
}

div.pagination-results-right ul li {
  display: inline-block;
  /* width: 45px; */
  background: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  text-align: center;
  margin: 0px 2px 10px 4px;
  border: 0px solid #e5e5e5;
  font-size: 15px;
  line-height: 32px;
  height: 34px;
  font-weight: bold;
}

div.pagination-results-right ul li a {
  color: #000;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}

div.pagination-results-right ul li a:hover {
  color: #999;
  text-decoration: none;
}

/* pagination-bottom */
div.pagination-results {
  clear: both;
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  padding-top: 50px;
}

div.pagination-results-right .text-left {
  /*  padding: 30px 0px 0px 40px; */
  text-align: left;
}

div.pagination-results ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding: 10px 0px 10px 0px;
}

div.pagination-results ul li.active {
  background: #333333;
  color: #ffffff;
  border-color: #333;
}

div.pagination-results ul li.active span {
  background: #333333;
  color: #ffffff;
  border-color: #333;
}

div.pagination-results ul li.active span:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333;
}

div.pagination-results ul li {
  display: inline-block;
  /* width: 45px; */
  background: #fff;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  text-align: center;
  margin: 0px 3px 10px 4px;
  border: 0px solid #e5e5e5;
  font-size: 15px;
  line-height: 32px;
  height: 34px;
  font-weight: bold;
}

div.pagination-results ul li a {
  color: #000;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
}

div.pagination-results ul li a:hover {
  color: #999;
  text-decoration: none;
}

/* --- */
.record_name {
  font-size: 18px;
  color: #5b2eff;
}

.record_name a {
  color: #5b2eff;
}
/* Product page */
div.description {
  line-height: 25px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f6f8f9 100%);
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0px;
}

div.description span {
  display: inline-block;
  /*width: 115px;
    max-width: 50%;
    padding-right: 20px; */
}

.price {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: -25px;
  z-index: 1;
  position: relative;
}

.button-cart {
  min-width: 200px;
  text-align: center;
  display: block;
  width: 100%;
  height: 55px !important;
}

.form-group input {
  margin: 10px 0px 0px 0px !important;
  height: 50px;
  display: block;
  /*float: left; */
}

.button-cart:hover {
  color: #000;
  border-color: #ffcd33;
  background-color: #ffcd33;
}

.button-cart:focus {
  color: #000;
  text-decoration: none;
}

.button-cart {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  -moz-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  background: rgb(247, 223, 0);
  /* line-height: 50px; */
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid rgb(247, 223, 0);
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  background-color: rgb(247, 223, 0);
  border-color: rgb(247, 223, 0);
  margin: 7px 0px;
  font-size: 1.3em;
}



#search, .searchbox {
  z-index: 1000 !important;
}

.circle .image-wrap {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}

.circle {
  margin-top: 20px;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6),
    0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.ch-info {
  position: absolute;
  background: rgba(63, 147, 147, 0.8);
  width: inherit;
  height: inherit;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0);
}

.ch-info h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0 0;
  height: 140px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 0 0 1px #fff,
    0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 1s ease-in-out 0.4s;
}

.ch-info a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info a:hover {
  color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
}

.ch-item:hover .ch-info {
  transform: scale(1);
  opacity: 1;
}

.ch-item:hover .ch-info a {
  opacity: 1;
}


.type h4 {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 18px;
}

.dates .price {
  font-size: 1.4rem !important;
  display: inline-block;
  font-weight: 400;
}

.date {
  font-size: 1.4rem !important;
}



.price-update {
  background-color: #fff;
  border: 0;
}

.form-control:focus {
  border-color: #d4d4d4;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 223, 1, 0.7);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 223, 1, 0.7);
}

#result {
  padding-left: 0;
  padding-right: 0;
}

/* Категории на главной */
.showcase .item-info a {
  font-family: Open Sans;
  color: #000;
  font-size: 22px;
  font-weight: 200;
}

/* Обзоры на главной */
.ascp-list-title-widget {
  font-size: 100% !important;
  line-height: 140%;
  text-decoration: none;
  font-weight: bold !important;
}



/* окно с инфой о производителе */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 10px 25px;
  width: auto;
  heigh: auto;
  max-width: 98%;
  max-height: 98%;
  margin: 20px auto;
}

/* ==== // ==== */
.tags {
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
}

.model_cat {
  font-size: 1rem;
  color: #5b2fff;
  /*height: 20px;
    line-height: 20px; */
  overflow: hidden;
  /*text-align: left;*/
  text-transform: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 3px 3px 3px;
  font-weight: 300;
}

.model_cat:hover {
  color: #1c01ff;
  font-weight: 400;
  #text-decoration: underline;
}

.model_cat > span {
  font-size: 1.1rem;
  text-transform: uppercase;
  display:block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desc-list {
  visibility: hidden;
  /*display:none;*/
  opacity: 0;
  transition: visibility ease 0s, opacity ease 1s;
}
 
.item:hover>.product .right .desc-list {
  visibility: visible;
  /*display:block;*/
  opacity: 1;
  transition: 1.5s;
}

.manufacturer_cat span {
  overflow: hidden;
  color: #000;
  float: right;
  #text-transform: uppercase;
  font-size: 10px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgb(247, 247, 247);
}

.btn-succes.pv {
  background-color: #f5f5f5;
  color: #000000;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 10px;
  border-radius: 3px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn-succes.pv:focus, .btn-succes.pv:hover, .btn-succes.pv:active {
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, .2), 0 0px 0px rgba(0, 0, 0, .05);
  outline: none !important;
  border: 1px solid #cccccc;
}

.pv i.fa.fa-bell-o {
  padding-right: 5px;
}

.fa-tags {
  font-size: 12px;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  #filter: url(/image/grayscale.svg);
}

.grayscale:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: contrast(250%);
  // Browser Specific
  -webkit-filter: contrast(250%);
  -moz-filter: contrast(150%);
  -o-filter: contrast(150%);
  -ms-filter: contrast(150%);
  filter: saturate(150%);
  // Browser Specific
  -webkit-filter: saturate(150%);
  -moz-filter: saturate(150%);
  -o-filter: saturate(150%);
  -ms-filter: saturate(150%);
}

.bread {
  font-size: 0.9rem;
  font-weight: 600;
}

.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #646464;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #e4e4e4;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  /*padding: 5px 10px; */
  margin-left: -1px;
  line-height: 1.42857143;
  color: #919191;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 3;
  color: #777777;
  background-color: #eee;
  border-color: #ddd;
}

/* Статьи и обзоры */
.ascp-list-title {
  font-size: 100% !important;
  line-height: 140%;
  text-decoration: none;
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase;
}

.record_columns .column {
  /* max-width: 24%; */
  /*  padding-right: 5px;
    padding: 20px !important; */
  background-color: #fff;
  margin: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  min-height: 60px;
}

a.seocms_further {
  text-decoration: none;
  float: right;
  margin: 15px;
}

.blog-image {
  margin-right: 30px !important;
}

.blog-small-record {
  float: right;
}

.blog-category-list {
  padding: 20px !important;
  background-color: #f6f5f3;
  margin: 1px;
}

.blog-category-list h4 a div {
  padding-bottom: 15px !important;
  padding-top: 10px;
}

.blog-category-list-main h4 a div {
  padding-bottom: 15px !important;
  padding-top: 10px;
}

.blog-category-list-main h4 a div {
  padding-bottom: 15px !important;
  padding-top: 10px;
}

.blog-category-list h4 a {
  font-weight: 400;
}

.blog-category-list-main h4 a {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 32px;
  /* fallback */
  max-height: 32px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

.blog-category-list-main a div {
  /*padding-bottom: 10px;*/
  margin-left: -7px;
}


.mfilter-content {
  background-color: #f5f5f5;
  padding: 10px;
}

.latest {
  margin-bottom: 45px;
}

.addthis_sharing_toolbox {
  margin: 0 25% 0 25%;
}

.scroll {
  overflow-y: auto;
  max-height: 300px;
  border-bottom: solid 1px;
  border-top: solid 1px;
  border-color: #ebebeb;
  margin: 3px;
}
}

.scroll::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

.scroll::-webkit-scrollbar-track {
  background-color: #ecedee;
}

.scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgb(247, 223, 0);
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #56999f;
}

.scroll::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}

.product-thumb-related {
  border: 0px solid #ddd;
  margin-bottom: 0px;
  overflow: auto;
}

.nav_wrap {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.nav_header {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}

.nav_header>li {
  width: auto;
  letter-spacing: normal;
  display: inline-block;
}

.nav_header>li:hover {
  background-color: #5b32ee;
}

.nav_header>li>a {
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 50px;
  display: block;
}

#menu {
  background-color: #5b2eff;
  border: 1px solid #5b2eff;
  background-image: linear-gradient(90deg, #5b2eff 0%, #8667f7 100%)
}

section {
  margin-top: -20px;
  margin-left: 20px;
}

.center-column {
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #f6f5f3;*/
}

.btn-primary {
  display: block;
  margin-top: 15px;
}

.btn-primary:active:hover {
  color: #222;
  background-color: #fff !important;
  border-color: #122b40;
}

.tab-content>.tab-pane {
  line-height: 1.6em;
}

.navbar {
  margin-bottom: 10px;
}

.main {
  margin-top: 0px !important;
}

#mob_shopping_block {
  margin-left: -20px;
  margin-right: -20px;
}


.mfilter-content {
  margin: 0px 5px 0px 5px;
  padding: 15px;
  /*border: solid 1px; */
  border-color: #e7e7e7;
  box-shadow: 0 16px 34px 7px rgba(121, 121, 121, .1);
  border-radius: 4px;
  background-color: #fff !important;
}

.mfilter-button-bottom {
  padding: 2px 2px 2px 0 !important;
  border-top: 0px solid #EEEEEE !important;
}

.filter_links {
  font-size: 12px;
}

.tnf {
  float: right;
  padding-top: 0px !important;
  margin-bottom: 15px;
}


.dropdown-menu {
  /* min-width: 100% !important; */
}


.region {
  display: inline-block;
  padding: 4px 17px 4px 17px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  z-index: 9999;
  position: relative;
}

#goroda {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  max-width: 1160px;
  padding: 4%;
  z-index: 9999;
  box-shadow: 0 0 44px 8px #9a9a9a;
  top: 17px;
  width: 95%;
  overflow-y: overlay;
  height: auto;
  max-height: 100%;
}

.closeregion {
  font-size: 15px;
  padding: 8px;
  color: #da0000;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  text-align: center;
  background-color: #f7f7f7;
}

.closeregions {
  text-align: center;
  background-color: #b1b1b1;
  color: #fff;
  text-decoration: underline;
  display: block;
  padding: 8px 44px 8px 44px;
  margin: 10px 0 10px 0;
  cursor: pointer;
}

.futgorod {
  color: #888;
  font-size: 17px;
}

.futtelefon {
  font-size: 17px;
  color: #ff0c0c;
}

.region a {
  font-size: 17px;
  cursor: pointer;
  color: #000;
}

.desc-list {
  color: #404040;
  overflow: hidden;
  /* line-height: 1.6em; */
  margin: 5px 10px 5px 10px;
  text-align: left;
  border-top: 0.1px solid #dbdcde;
}

.desc-list-name {
  color: #7f7d8e;
  font-weight: 300;
}

.desc-list-info {
  font-size: 12px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 3px 3px 3px;
  display: block;
}

.desc-list-info a {
    color: #7f7d8e;
    font-weight: 300;
}

.desc-list-info a:hover {
color: #000;
text-decoration: underline;
}

.desc-list ul {
  list-style: none;
  margin-bottom: 0;
}
.desc-list li {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.desc-list-tags {
padding-top: 5px;
border-top: 0.1px solid #dbdcde;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
}

.desc-list-tags a {
padding: 4px 8px;
font-size: 12px;
margin: 4px;
display: inline-block;
border: 0.1px solid #dbdcde;
border-radius: 50px;
color: #000;
}




.mfilter-content>ul>li {
  list-style-type: none;
  margin: 0;
  padding: 20px 0px 20px 0px;
  border-bottom: 0px !important;
}

.label-tag {
  font-size: 1.2em;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  margin: 8px 0px 8px 0px;
  padding: 6px;
  border-radius: 3px;
  line-height: 1.2rem;
  color: #000;
  border-bottom: solid 1px #dddddd7d;
  /* text-transform: uppercase; */
  display: block;
  /* max-width: 200px; */
  text-align: left;
}

.label-tag {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 10px;
}

.label-tag a {
  text-transform: none;
}

.tags_main_box {
  margin: 12px 4px 12px 4px;
}

.count {
  color: #545454;
  padding-left: 5px;
  font-weight: 300;
  font-size: .8em;
}

.delivery_vm {
  margin: 10px;
}

.sphinxsearch {
  display: none;
  width: 100%;
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  line-height: 1.2;
  z-index: 9999999;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#search, .searchbox {
  overflow: visible;
  z-index: 9999999;
}

.sphinxsearch .categories span,
.sphinxsearch .products span {
  text-align: center;
  display: block;
  padding: 10px 0;
  background: #eee;
  font-size: 14px;
}


.sc-grid {
  background-color: #f6f5f3;
}

.carousel-main-tab {
  text-align: center;
}

.price-carousel {
  font-weight: 600;
}

h1 #total_search {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.hedear_link_order {
  transition: all .1s ease-in;
  background-color: #40c057;
  color: #f8f9fa;
  text-decoration: none;
  border-radius: .25rem;
  padding: 7px;
}

.hedear_link_order: hover, .hedear_link_order: focus {
  background-color: #37b24d;
}

.notavailable {
  font-size: 14px;
  font-weight: normal;
}

.seocmspro_content_main_cat img {
  border-radius: 50%;
}

.blog-category-list-main h4 {
  font-weight: 600;
  display: block;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-description {
  font-size: 110%;
  /* word-spacing: 3px; */
  letter-spacing: 0.3px;
  line-height: 25px;
}

.click {
  padding: 10px 20px !important;
  font-size: 14px;
  border-bottom: #f6f5f3 solid 1px;
  cursor: pointer;
}

.featured-main {
  margin-bottom: 20px;
}

.sertifikat {
  /*font-weight: 600; */
  ;
}

.sertifikat>a {
  color: #f44336 !important;
  font-weight: 400;
}

.sobtab-links {
  text-align: center;
  font-style: italic;
  font-size: 1.4em;
  margin-top: -15px;

}

.sobtab-links a {
  color: #5c2efe;
  }

.blog_cat-img {
  border-radius: 50%;
}

.record-img img {
  border-radius: 1%;
}

.record-img {
  overflow: hidden;
  border-radius: 1%;
}

.record-img img {
  -moz-transition: all 1s ease-out !important;
  -o-transition: all 1s ease-out !important;
  -webkit-transition: all 1s ease-out !important;
  transition: all 1s ease-out !important;
}

.record-img img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  filter: saturate(145%) !important;
  -webkit-filter: saturate(145%) !important;
}

.blog-record-description h1 {
  text-align: center;
}

.holder {
  /* margin-top: 20px; */
  zoom: 1;
}

.holder img {
  /*float: left; */
  width: 35%;
  display: block;
  margin: auto;
}

.holder .text {
  float: right;
  width: 100%;
}

.holder .text h4 {
  margin-bottom: 15px;
  font-size: 32px;
  text-align: center;
}

.holder .text h5 {
  font-size: 22px;
}

.holder .text .description {
  float: left;
  font-size: 13px;
  width: 47%;
}

.holder .text .description p.colors {
  position: relative;
}

.holder .text .description p.colors strong {
  position: relative;
  top: -3px;
}

.holder .text .safety {
  float: right;
  font-size: 13px;
  width: 47%;
}

.holder .additional-photo {
  width: 100%;
  zoom: 1;
}

.holder .additional-photo:after, .holder .additional-photo:before, .holder .additional-photo:after, .holder .additional-photo:before {
  content: " ";
  display: table;
}

.holder .additional-photo li, .holder .additional-photo li {
  display: block;
  float: left;
  width: 33.33333%;
}

.holder .additional-photo li img, .holder .additional-photo li img {
  margin-top: 20px;
  width: 100% !important;
}

.mfp-content {
  background: #fff;
}

.mfp-close {
  font-size: 46px !important;
}

.popup-content i {
  /*border-bottom: 1px dotted #444;
    font-size: 14px; */
  text-decoration: none;
}

.blog-next-prev a {
  font-weight: bold;
}

.collections_columns-item a {
  font-size: 0.9em;
  border-bottom: 1px dotted #444;
}

.collections_columns-name a {
  font-size: 1.1em;
  /*border-bottom: 1px dotted #444; */
  line-height: 2.2;
  cursor: pointer;
}

.collections_columns-name {
  background-color: #f6f5f3;
  list-style-type: none;
  padding: 10px 0px 10px 20px;
  margin: 5px;
}

.collections-subnames {
  display: none;
}

#for_load1 {
  width: 100%;
  background-color: #f6f5f3;
  padding: 15px;
}

.related_record_img {
  border-radius: 50%;
}

.sc_caption h4 {
  text-align: center;
}

.record_content h1 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 28px !important;
}

.social-record {
  /* padding-top: 10px; */
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}


.ya-share2 {
display: block;
padding-bottom: 10px;
text-align: center;
}


#before-load {
  position: relative;
  background: #fff;
  /*цвет заднего фона блока*/
  z-index: 1001;
  /*располагаем его над всеми элементами на странице*/
  ;
}

#before-load i {
  font-size: 70px;
  /*размер иконки*/
  position: absolute;
  /*положение абсолютное, позиционируется относительно его ближайшего предка*/
  left: 50%;
  /*слева 50% от ширины родительского блока*/
  top: 50%;
  /*сверху 50% от высоты родительского блока*/
  margin: -35px 0 0 -35px;
  /*смещение иконки, чтобы она располагалась по центру*/
  ;
}

/* Блог */

.tags__link {
    color: #353535;
    cursor: pointer;
    /* margin: .75em 0 0 .625em; */
    /* background-color: #8667f7; */
    width: 150px;
    min-height: 4em;
    text-align: center;
    padding: 0 1.5em;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.4;
    /* background-image: linear-gradient(
60deg
, #64ecf5 0%, #1cebbc 100%); */
    border-radius: 4px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;

		flex-wrap: nowrap;
    /*margin: -.75em 0 0 -.625em; */
}


.tags_block .tags__link:nth-child(4n+1) {
	background-color: transparent;
	background-image: linear-gradient(
 90deg
 , #5f45ea 0%, #8667f7b0 100%);
	    border-radius: 0px 0px 0px 0px;
}

.tags_block .tags__link:hover:nth-child(4n+1) {
  background-color:#5f45ea;
	box-shadow: 0px 10px 20px 0px rgb(114 86 241 / 50%);

}

.tags_block .tags__link:nth-child(4n+2) {
	background-color: transparent;
	    background-image: linear-gradient(
	90deg
	, #64ecf5 0%, #1cebbc 100%);
	    border-radius: 0px 0px 0px 0px;
}
.tags_block .tags__link:nth-child(4n+3) {
	background-color: transparent;
    background-image: linear-gradient(
90deg
, #ff8b8d 0%, #8667f7 100%);
    border-radius: 0px 0px 0px 0px;
}

.tags_block .tags__link:nth-child(4n+4) {
background-color: transparent;
    background-image: linear-gradient(
90deg
, #64ecf5 0%, #8667f7 100%);
    border-radius: 0px 0px 0px 0px;
}


.amenu li > div {
    cursor: pointer;
    padding-left: .5em;
    -ms-flex-align: center;
    align-items: center;
}

.amenu li > div {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
}

.amenu > div, .amenu li > div > span {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amenu li > div > span {
  display: -ms-flexbox;
  display: flex;
}

.amenu li > div {
  cursor: pointer;
}

.amenu li > div > a {
  position: relative;
  display: block;
  margin: 0;
  padding: .75em;
  text-decoration: none;
  color: #000;
  outline: none;
  background: transparent;
  flex-grow: 1;
}

.amenu {
  position: relative;
  min-width: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
  border: 1px solid #dfdfdf;
  border-radius: .5rem;
  background-color: #fff;
  background-clip: border-box;
  display: inline-block;
  list-style: none;
  padding: 20px;
  margin: 5px;
  width: 99%;
}

.amenu, .amenu li {
  -ms-flex-direction: column;
  flex-direction: column;
}

.amenu li > div {
  font-size: 16px;
  position: relative;
  padding: .75em .75em .75em 1em;
  max-height: 70px;
  box-shadow: 0 1px 0 #dfdfdf;
}

.blog-record-description {
  font-size: 110%;
  font-weight: 400;
  margin: 10px;
  background: #fff;
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}


a.blog-title {
  word-spacing: 1px;
  letter-spacing: 0;
}

.blog-description {
  font-size: 110%;
  word-spacing: 1px;
  letter-spacing: 0;
  line-height: 120%;
}

.blog-image {
  max-width: 100%;
  /*margin-right:5px; */
  float: left;
}

.blog-small-record img {
  vertical-align: top !important;
}

.blog-small-record {
  padding-left: 0;
  height: 20px;
}

.blog-small-record li {
  float: left;
  padding: 0 15px 0 18px !important;
}

.blog-small-record ul li {
  left: 0;
  list-style: none outside none;
}

.blog-small-record ul {
  margin: 0;
  padding: 0;
}


.record_description {
  font-size: 110%;
}




.clearboth {
  clear: both;
}






.record_columns, .record_columns_center {
  /* width:auto; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.record_columns>div, .record_columns_center>div, .record_columns>noindex>div, .record_columns_center>noindex>div {
  display: inline-block;
  min-width: 10%;
  /* width:auto; */
  vertical-align: top;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.sc_after100:after {
  content: " ";
  clear: both;
  width: 100%;
  visibility: hidden;
  display: inline-block;
  height: 0;
}



.blog-category-list {
  min-width: 160px !important;
  max-width: 48% !important;
  text-align: center !important;
  margin-bottom: 5px !important;
  padding: 15px !important;
}

.nav-tabs {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 0px solid #dbdcde;
}

 .nav-tabs>li {
  float: none;
  display: inline-block;
}



 .nav-tabs>li>a {
    color: #797979;
    background-color: transparent;
    padding: 2px;
    margin: 0px 10px 5px 10px;
    border-style: solid;
    border-width: 0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 576px) {
.nav-tabs>li>a {
  font-size: 16px;
}
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: transparent;
    border: 0px;
    border-bottom: 3px solid #1eddb7;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}


.divider100 {
  content: '&nbsp;';
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  border: none;
  width: 100%;
}


ul.ascp_list_info li {
  width: auto;
  max-width: 100%;
  padding-left: 19px !important;
  margin-left: 3px;
}




[data-sc-tooltip] {
  cursor: pointer;
  overflow: visible;
  position: relative;
  z-index: 2;
}

[data-sc-tooltip]::before, [data-sc-tooltip]::after {
  margin-bottom: -6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in-out 0 200ms ease-in-out 0 200ms ease-in-out 0;
  visibility: hidden;
}

[data-sc-tooltip]::before {
  background-color: rgba(30, 30, 30, 0.6);
  bottom: 50px;
  color: #FFF;
  content: attr(data-sc-tooltip);
  font-weight: 300;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  padding: 10px 12px;
}

.sc_pn_icon[data-sc-tooltip]:first-child::before {
  transform: translateX(-19px);
}

.sc_pn_icon.add_to_cart[data-sc-tooltip]::before {
  left: auto;
  right: 50%;
  transform: translateX(19px);
}

[data-sc-tooltip]::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid rgba(30, 30, 30, 0.6);
  bottom: 46px;
  content: " ";
  font-size: 0;
  left: 50%;
  line-height: 0;
  margin-left: -5px;
  position: absolute;
  width: 0;
}

[data-sc-tooltip]:hover::before, [data-sc-tooltip]:hover::after {
  margin-bottom: 0;
  opacity: 1;
  transition: opacity 200ms ease-in-out 0 200ms ease-in-out 0;
  visibility: visible;
}

.blog-next-prev a {
  display: inline-block;
  text-align: center;
}

.blog-next-prev [data-sc-tooltip]::before {
  bottom: 40px;
}

.blog-next-prev [data-sc-tooltip]::after {
  bottom: 36px;
}


article, section, .form_reply, .sc-reviews-stat__description {
  display: block;
}

.record_columns_center, .sc-stat-text-center {
  text-align: center;
}

.seocmspro_content a, .hrefajax {
  cursor: pointer;
}




/* ----//---- */
.current_cat a {
  font-weight: 600;
  color: #000;
}

.current_subcat {
  font-weight: 600;
  font-size: 12px;
}

.cat .list-group-item {
  font-size: 12px;
}

.list-group-item span {
  float: right;
  display: block;
  cursor: pointer;
}

.subcat a {
  font-size: 12px;
  padding-left: 1.5em;
}

.subcat .cat {
  border-bottom: 1px solid #ddd;
}

h2.blog {
  text-align: center;
}

h2.blog span {
  text-transform: lowercase;
}

.pagi {
  display: none;
}

.tit_tags_main_box {
  font-weight: 600;
  padding: 7px;
}



.tags_main {
  background-color: #fff;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}

.more {
  text-align: center;
}




.thumb_share {
  border: .5px solid #d6d6d6;
  padding: 2px 0px 10px 5px;
  border-radius: 100%;
  height: 45px !important;
  width: 45px !important;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  cursor: pointer
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.button_more-center {
  text-align: center;
  display: block;
  /*overflow: hidden;*/
  margin-bottom: 40px;
}

.load_more {
  display: inline-block;
  margin: 15px auto 5px auto;
  padding: 15px 40px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  /*white-space: nowrap; */
  width: 90%;
}

#ajax_loader {
  width: 100%;
  height: 30px;
  margin-top: 25px;
  text-align: center;
  border: none !important;
}

.arrow_top {
  background: no-repeat transparent;
  background-size: cover;
  position: fixed;
  bottom: 50px;
  right: 10px;
  cursor: pointer;
  display: block;
}

.spoiler {
  width: 100%;
  overflow: hidden;
}

#totat_search {
  font-size: 1rem;
  color: #9f9f9f;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}

@media (max-width: 768px) {
.heading_tit_search {
font-size: 1.4rem;
text-transform: uppercase;
}
}  

@media (min-width: 768px) {
.heading_tit_search {
  font-size: 2rem;
  text-transform: uppercase;
}
}  

.heading_search {
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.count_tit_search {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}

.cart_head {
  text-align: center;
}

.cart_head a {
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  border: 1px solid #d6d6d6;
  color: #000;
}

.main-page-tab {
  margin-bottom: 25px;
}

#cmswidget-3 .name {
  margin-bottom: 5px;
  text-align: center;
  /* padding-top: 20px; */
  ;
}

#cmswidget-3.cmswidget div h3 {
  text-align: center;
  font-size: 2.2rem;
}

/* magnific */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.15s ease-out;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  position: absolute;
  right: 5px;
  top: -15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
  font-weight: 300;
  padding: 0 0 18px 10px;
  font-size: 28px;
  /*font-family: Arial, Baskerville, monospace;*/
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  /*top: 1px;*/
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 95%;
  height: 100%;
  max-height: 95%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}



/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; */
  ;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
    ;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* --------- */
#filtr_models h2 {
  text-align: center;
  font-style: italic;
}

.sitelinks {
  text-align: center;
}

.sitelinks>li {
  display: inline;
  list-style: none;
  padding: 0px 20% 0px 0px;
}

.sitelinks>li a {
  text-decoration: none;
  font-style: italic;
  border-bottom: .8px #000 dashed;
}

.product_info {
  font-size: 1.08rem;
  line-height: 2.1rem;
  display: block;
  margin-left: -30px;
  list-style: none;
  /*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}

.premium_select__modal_title {
  
  font-size: 26px;
  font-weight: 600;
  
}

.product_info ul {
list-style: none;
margin-left: -40px;
line-height: 25px;
}

.premium_select__modal_star_icon {
    display: block;
    width: 18px;
    height: 18px;
}

.premium_select__modal_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 8px 0;
    text-align: left;
    list-style-type: none;
}

.premium_select__modal_list {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 20px 0 0 0;
    text-align: left;
    list-style-type: none;
    padding-inline-start: 10px;
}

.premium_select__modal_item {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    border-top: .9px solid #ccc;
    padding-bottom: 10px;
}
.premium_select__modal_item_text {
    display: block;
    line-height: 1.4em;
    font-style: normal;
    color: #4f4f4f;
    text-align: left;
    margin: 2px 0;
}

.premium_select__modal_item_title {
    display: block;
    font-weight: 700;
    line-height: 1.4em;
    font-style: normal;
    color: #4f4f4f;
    text-align: left;
    margin: 4px 0;
}

.product_info>li span {
  font-weight: 300;
  /*cursor:pointer;*/
  color: #4c4c4c;
}

.product-cart {
  /* margin: 0px 15px 0px 0px; */
  /* font-size: 1.4rem; */
  border: 0.9px solid #0000005e;
  /* padding: 3px 6px 3px 4px; */
  border-radius: 50%;
  cursor: pointer;
  display: block;
  position: absolute;
  color: #5a5a5a;
  width: 34px;
  height: 34px;
  right: 15px;
  bottom: -7px;
  padding: 5px 0px 0px 5px;
}

.price_product_page {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  /*line-height: 2.em;*/
  text-align: center;
  float: left;
  color: #000;
}

.discount_price_product_page {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  /*line-height: 2.em;*/
  text-align: center;
  float: left;
  color: #fe2a78;
}

.old_price_product_page {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.2em;
  text-align: center;
  float: left;
  margin-right: 10px;
  text-decoration: line-through;
  text-decoration-color: #E91E63;
}

.price_product_page i {
  color: #000;
}

.discount_p_p {
  position: absolute;
  top: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 11px;
  color: #fff;
  background-color: #ec0000ba;
  padding: 9px 9px;
  border-radius: 0;
  z-index: 100;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 20px;
  white-space: nowrap;
}

.discount_text_pp {
  display: inline-block;
  position: absolute;
  top: 8px;
  font-size: 12px;
  line-height: 16px;
  margin-left: 85px;
  padding: 5px;
  color: #F44336;
}

.gomarket1 {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  -moz-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: visible;
  position: relative;
  background: rgb(247, 223, 0);
  white-space: normal;
  text-transform: uppercase;
  color: #000;
  background-color: rgb(247, 223, 0);
  font-size: 1.3em;
  padding: 18px 4px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  transition: box-shadow 0.2s ease;
}

.gomarket {
  display: inline-block;
  cursor: pointer;
  webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  border: none;
  cursor: pointer;
  overflow: visible;
  position: relative;
  white-space: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4em;
  padding: 20px 4px;
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(196, 121, 194, 0.5);
  background-image: linear-gradient(90deg, #d92798 0%, #8667f7 100%);
  font-weight: 600;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  background-color: #8667f7;
}

.gomarket:hover {
  background-image: none;
  background-color: #5b2eff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  opacity: 1;
}

.shopping-block {
  margin-bottom: 20px;
}

.unavailable_product_page {
  font-size: 12px;
}

.date_up {
  float: right;
  font-size: 0.9rem;
}

.label-tag_blog-page {
  font-size: 0.9em;
  font-weight: 300;
  /* background-color: rgb(255, 255, 255); */
  margin: 9px 3px 9px 3px;
  padding: 7px;
  border-radius: 3px;
  line-height: 1.6rem;
  color: #000;
  border: solid 1px #dddddd;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 100px; */
  font-weight: 400;
}

.inline {
  display: inline-block !important;
}

.blog_name a {
  font-size: 14px;
}

#filtr_models label {
  font-size: 1.6rem;
  padding: 5px;
}

#filtr_models label input {
  margin: 5px;
}

.social {
  text-align: center;
}

#block {
  background-color: #f6f5f3;
  padding: 15px 0 15px 0px;
}

.product__color-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.product__color-list li {
  border-radius: 15px;
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 8px 8px 0;
  padding: 1px;
  text-align: center;
  width: 30px;
}

.product__color-list li[data-tkey=white] span {
  border: 1px solid #dcdcdc;
}

.product__color-list li span {
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 15px;
  display: block;
  height: 100%;
  overflow: hidden;
}

.product_info_size {
  font-size: 95%;
  white-space: normal;
}

.btn-sp {
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
}

#btn-size {
  background-color: #5f45ea;
  color: #fff;
  background-image: linear-gradient(90deg, #5f45ea 0%, #8667f7 100%);
}

.btn2-sp a {
  display: block;
  cursor: pointer;
  color: silver;
  padding-top: 1em;
  text-align: right;
}

/*.text {display: block; padding: 7px; margin: 15px 0px 15px 0px; border: 1px dashed silver; height: auto;} */
.spoiler input[type=checkbox] {
  display: none;
}

.spoiler input[type=checkbox]+.text {
  display: none;
}

.spoiler input[type=checkbox]:checked+.text {
  display: block;
}

.models_name_in_search_page {
  font-size: 14px;
  /*line-height: 24px; */
  /* border: 0.5px solid #ebebeb; */
  padding: 10px 0px 10px 10px;
  /*margin: 10px; */
  list-style: none;
}

.more-products {
  text-align: center;
  font-style: italic;
  margin-top: 45%;
}

#tab-name {
  min-height: 300px;
}

.nav-tabs>li>a {
  border-radius: 0 !important;
}

.tags-menu-blog {
  margin-left: -20px;
}

.tags-menu-blog .list-group {
  max-height: 600px;
  overflow-y: scroll;
}

.list-group::-webkit-scrollbar {
  width: 5px;
  background-color: #353535;
}

.list-group::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #ffffff;
}

.list-group::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 3px solid #626262;
}

.blog_subcat_links {
  border-radius: 0;
  border: solid 1px solid #dfdfdf;
  margin-bottom: 5px;
  display: block;
}

.models_name_in_search_page a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-weight: 400;
    line-height: 2.1rem;
    /* border-bottom: .5px solid #ddd; */
    padding: 12px 14px 12px 14px;
    /* border: 1px solid #5a2eff; */
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.25px;
    background-color: #fff;
    text-align: center;
}


.models_name_in_search_page a:hover {
  background-color: #e8e8e8;
  transition: 1.5s;
  text-decoration: underline;

}

.more_info a {
  border-bottom: dashed .5px #000;
  /*font-style: italic; */
}

.price-xs {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: right;
  z-index: 1;
  position: relative;
}

@media (max-width:1000px) {
  .deliverInfo table td:nth-child(5), .deliverInfo table td:nth-child(6), .deliverInfo table th:nth-child(5), .deliverInfo table th:nth-child(6), .js-select-list {
    display: none;
  }
}

.deliverInfo table {
  width: 100%;
  margin-top: 15px;
  overflow-x: auto;
  display: block;
}

.deliverInfo table tr.dhide td:first-child {
  width: auto;
}

.deliverInfo table tr td:first-child, .deliverInfo table tr th:first-child {
  min-width: 32px;
}

.deliverInfo .rowHide {
  display: table-row;
}

.deliverInfo table tr td:first-child img {
  display: block;
}

.deliverInfo table tr td:first-child span.hide, .deliverInfo table tr th:first-child span.hide {
  display: block;
}

.deliverInfo table td, .deliverInfo table th {
  width: auto !important;
  line-height: 16px;
  vertical-align: middle;
}

.deliverInfo table th {
  text-align: center;
  font-size: 11px;
  color: #fff;
  background-color: #000;
  background-image: none;
  padding: 15px 5px;
}

.deliverInfo table td {
  padding: 30px 10px;
  font-size: 14px;
  text-align: left;
  border: 0;
  color: #7C7C7C;
}

.deliverInfo table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.deliverInfo table td:first-child, .deliverInfo table td:nth-child(2), .deliverInfo table td:nth-child(3), .deliverInfo table td:nth-child(4) {
  text-align: center;
  font-size: 16px;
}

.deliverInfo table td span {
  float: none;
  font-size: 16px;
}

.deliverInfo table td span.vigoda {
  background-color: #EE254A;
  color: #fff;
  padding: 5px 3px;
  margin-top: 5px;
  display: block;
}

.deliverInfo table td span.small {
  font-size: 12px;
}

.deliverInfo table th:first-child {
  min-width: 132px;
}

.deliverInfo table th:nth-child(2) {
  min-width: 47px;
}

.deliverInfo table th:nth-child(3) {
  min-width: 98px;
}

.deliverInfo table th:nth-child(4) {
  min-width: 107px;
}

.deliverInfo h2 {
  margin: 30px 0px 0;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}

.deliverInfo .rowHide {
  display: none;
}

.center-text {
  text-align: center;
}

.soc {
  text-align: center;
  padding: 20px;
}

.search_page {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}



.places-page__filters {
  /*max-width: 72.25rem; */
  padding: 0 1rem;
  /* margin: 0 auto 1.25em; */
}

.place-filters__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  /*justify-content: center; */
  margin: 0 0 .75em;
  white-space: nowrap;
  overflow: hidden;
}

.place-filters__label {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 5em;
  padding: 0 .625em 0 0;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
}

.place-filters__btns>a, .place-filters__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.place-filters__btns {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: -.75em 0 0 -.625em;
}



.place-filters__btns>a {
    color: #353535;
    cursor: pointer;
    margin: .75em 0 0 .625em;
    background-color: #8667f7;
    width: 150px;
    height: 4em;
    text-align: center;
    padding: 0 1.5em;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.4;
    background-image: linear-gradient(60deg, #64ecf5 0%, #1cebbc 100%);
    border-radius: 4px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}





.place-filters__btns>a:focus, .place-filters__btns>a:hover, .place-filters__btn_active {
  color: #fff;
  /* background-color: #5F45EA; */
  background-color: transparent;
  background-image: linear-gradient(90deg, #1cebbc 0%, #1cebbc 100%);
  box-shadow: 0px 0px 0px 0px rgba(64, 236, 217, 0.4);
}


.watch_price_btn {
  text-align: center;
}

.watch_price_btn>span {
  background-color: #1cebbc;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  background-image: linear-gradient(90deg, #64ecf5 0%, #1cebbc 100%);
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 0px rgba(64, 236, 217, 0.5);
  transform: translateZ(0);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}

.watch_price_btn>span:hover {
  background-color: #1cebbc;
  box-shadow: none;
  background-image: none;
}

#pv_form .modal-dialog {
  background-color: #eeebfca8;
  background-image: url(/image/subscribe-form.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 0px 80px 0px;
}

.item_finished {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  color: #e21111;
}

.price span {
  background-image: linear-gradient(90deg, rgba(255, 139, 141, 0.9) 0%, rgba(134, 103, 247, 0.9) 100%);
  padding: 3px 10px;
  border-radius: 100px;
  color: #fff;
  float: right;
  position: absolute;
  bottom: 5px;
  right: 0px;
  /*opacity: 0.9;*/
}

.ui-menu-item-wrapper {
  margin-left: -35px;
}

.ui-menu-item {
  height: 35px;
  padding: 5px;
}

.ui-autocomplete {
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}

.add_photo li {
  display: inline-block;
  list-style-type: none;
}

.add_photo li img {
  /*max-width: 450px; */
}

.product-info__image-holder {
  display: inline-block;
  max-width: 100%;
}

#delivery_desc {
  font-size: 1rem;
  color: #000;
  line-height: 1.8rem;
  background-image: linear-gradient(0deg, #ffffff 0%, #f6f8f9 100%);
  padding: 5px 10px 5px 5px;
}

.small {
  font-size: .8rem;
  display: block;
}

.deliverRow img {
  max-width: 60px;
}

.table>tbody>tr>td td {
  white-space: normal;
}

#delivery_desc a {
  font-weight: 700;
  cursor: pointer;
}

#delivery_desc a:hover {
  color: #000;
}

#description, #get_delivery_info_vm {
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #000;
}

.box_product_page {
  font-size: 1.2rem;
  color: #424242;
  line-height: 2.1rem;
  background-color: #ffffff;
  padding: 20px 15px 10px 20px;
  margin: 0px 0px 20px 0px;
}

.t-red {
  background: #db0000
}

.t-orange {
  background: #e8a426
}

.t-yellow {
  background: #ffff3c
}

.t-green {
  background: #3ec34e
}

.t-sky {
  background: #88c0ef
}

.t-blue {
  background: #4071b8
}

.t-sea {
  background: #0f1bad
}

.t-purple {
  background: #550a5f
}

.t-white {
  background: #fff
}

.t-grey {
  background: #939393
}

.t-black {
  background: #000
}

.t-pink {
  background: #d66d7b
}

.t-brown {
  background: #68002a
}

.t-melange {
  background: #e1e1e1
}

.t-royalblue {
  background: #3a3792
}

.t-citrus {
  background: #e69b0c
}

.t-fuchsia {
  background: #860339
}

.t-lightgray {
  background: #ccc
}

.t-burgundy {
  background: #933
}

.t-lightgreen {
  background: #45bf76
}

.t-rose {
  background: #fc7383
}

.t-lightblue {
  background: #58acd0
}

.t-lilac {
  background: #873da5
}

.t-blackwhite {
  background: #333
}

.t-whiteyellow {
  background: #fdfd23
}

.t-bluewhite {
  background: #68c2f2
}

.t-deepblue {
  background: #0172bc
}

.t-redwhite {
  background: red
}

.t-whiteblack {
  background: #333
}

.colors span {
  border: 1px solid #d0d0d0;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 10px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

#all_items {
  opacity: 0;
}



.sp-arrow {
  background-color: transparent;
  /*background-image: linear-gradient(90deg, #5F45EA 0%, #8667f7 100%); */
  background-image: linear-gradient(90deg, #FF8B8D 0%, #8667F7 100%);
  color: #ffffff;
  /*font-size: 18px; */
  width: 37px;
  height: 37px;
  border-radius: 50% 50% 50% 50%;
  /*box-shadow: 0px 10px 20px 0px rgba(114,86,241,0.5); */
  box-shadow: 0px 10px 20px 0px rgba(196, 121, 194, 0.5);
  opacity: .75;
}

.sp-arrow:hover {
  opacity: .90;
  transition: .7s;
}

.sp-arrow i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0em;
}



.deliveries .type {
  border: 1px solid #dcdcdc;
  margin: 15px 0px 15px 0px;
  padding: 3px 10px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  zoom: 1;
}

.delivery .type {
  margin: 10px 0;
}

.deliveries .type .one .name {
  /*float: left; */
  line-height: 30px;
  /*width: 320px; */
}

.deliveries .type .one .dates {
  padding-top: 7px;
  zoom: 1;
}


.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  /*width:27px;height:44px;*/
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  /*background-size:27px 44px;*/
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .0;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 15px;
  right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 15px;
  left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -2px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1cebbc
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .05);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1cebbc;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 1.2px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  /*height:100%*/
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

/*** //Swiper ***/
.wishlist_cp {
  right: 5px;
  position: absolute;
  left: auto;
  top: 5px;
  z-index: 100;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility ease 0s, opacity ease 1s;
  cursor: pointer;
}
.wishlist_cp i {
color: #fe2a78;
}




.item:hover>.product .wishlist_cp {
  visibility: visible;
  /*display:block;*/
  opacity: 1;
  transition: 1.5s;
}

.name_wsh {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.model_wsh {
  display: block;
  font-size: 14px;
}

.stock_wsh {
  font-size: 12px;
  font-weight: 300;
}

.price_wsh {
  display: block;
  font-size: 32px;
}

.product-info__washing-icon {
  height: 50px;
  width: 50px;
}
  