@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin-ext,cyrillic-ext);
/* global styles */
body {
  font-family: Open Sans, sans-serif;
  background: #fff;
  color: #2f2f2f;
  background-attachment: fixed;
}

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

h1 {
  margin: 20px 0;
  font-size: 32px;
  font-weight: 600;
}

.text-success {
  color: #79a000;
}

.oc-category-page-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.oc-category-page-list li {
  margin-bottom: 10px;
}

.oc-category-page-list a {
  background-color: #f5f5f5;
  padding: 3px 7px;
  border-radius: 7px;
  color: #3a3c40;
  display: block;
  font-size: 13px;
  align-items: center;
  font-weight: normal;
  margin: 0 5px;
  min-height: 100%;
  text-decoration: none;
}

a {
  color: #2f2f2f;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #f08511;
}
img {
  max-width: 100%;
}
.red-link,
.red-links a {
  color: #f08511;
}
.text-blue {
  color: #f08511;
}
.fa {
}
i.required {
  color: #f08511;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.hr-margin-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* override bootstrap styles */

/* header */
.menu-line {
  background: #474747;
  margin-bottom: 15px;
}

.menu-line.fixed-top {
  z-index: 8040 !important;
  position: fixed !important;
  top: -54px;
  left: 0;
  right: 0;
  bottom: inherit;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  transform: translateY(54px) translateZ(0);
  transition: transform 0.15s ease-in-out;
  transition-delay: 50ms;
}

.breadcrumb {
  background: none;
  padding: 0 5px;
  margin-bottom: 15px;
}

.breadcrumb > li {
  display: inline;
}
.btn-link {
  color: #333;
}

.pagination-wrapper {
  margin-bottom: 30px;
  margin-top: 10px;
}

.pagination-wrapper .col-sm-6.text-left {
  width: auto;
  float: none;
  text-align: left;
}
.pagination-wrapper .col-sm-6.text-right {
  width: auto;
  float: none;
  text-align: left;
  font-weight: 300;
  font-size: 12px;
}

.pagination {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
}
.pagination > li > a,
.pagination > li > span {
  color: #888;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2f2f2f;
}

label {
  font-weight: normal;
}
.required > label:before {
  content: "* ";
  color: #f00;
}

#show-modules-col-left > .hid-icon,
#show-modules-col-left.open > .show-icon,
#show-modules-col-right > .hid-icon,
#show-modules-col-right.open > .show-icon {
  display: none;
}

#show-modules-col-left > .show-icon,
#show-modules-col-left.open > .hid-icon,
#show-modules-col-right > .show-icon,
#show-modules-col-right.open > .hid-icon {
  display: inline-block;
}

.col-show-button {
  margin-bottom: 20px;
}
.common-home .col-show-button {
  display: none !important;
}

.image-radio {
  display: inline-block;
}
.image-radio input {
  display: none;
}
.image-radio img {
  cursor: pointer;
}

.image-radio input:checked + img {
  border-color: #444;
  background-color: #444;
}

@media (min-width: 768px) {
  .image-radio img {
    max-width: 39px;
  }
}
@media (min-width: 992px) {
  .image-radio img {
    max-width: 41px;
  }
}
@media (min-width: 1200px) {
  .image-radio img {
    max-width: 44px;
  }
}

.dropdown-menu .divider {
  margin: 5px 0;
}

/* new helper classes */
@media (max-width: 767px) {
  .text-right-xs {
    text-align: right;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .dropdown-menu.pull-left-xs {
    left: 0;
    right: auto;
  }
  .hid-col-left,
  .hid-col-right {
    display: none;
  }
  .hid-col-left.show,
  .hid-col-rigth.show {
    display: block;
  }
  .common-home .hid-col-left,
  .common-home .hid-col-right {
    display: block;
  }
}
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
}

.visible-xs-inline {
  display: none;
}
@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline;
  }
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.caretalt {
  transition: transform ease 0.2s;
}
.open .caretalt {
  transform: rotate(-180deg);
  transition: transform ease 0.2s;
}

.alert-alt {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-info-alt {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-success-alt {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-danger-alt {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-warning-alt {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* top line*/
#top {
  background: #f8f9fa;
  font-size: 0;
  padding-top: 4px;
}
#top img {
  max-width: none;
}
#top .btn-group {
  margin: 0 3px;
}
#top .pull-left > div:first-child .btn-group {
  margin-left: 0;
}
#top .pull-right > div:last-child .btn-group {
  margin-right: 0;
}
#top .btn {
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 8px;
  background: transparent;
  box-shadow: none;
}
#top .btn:hover {
}
#top .btn a {
  text-decoration: none;
}
#top .btn img {
  vertical-align: baseline;
}
#top .btn .badge {
  background: transparent;
  color: #333;
  font-weight: normal;
}

#top .btn .caretalt {
  color: #777;
}

#top .btn .icon,
#top .btn .icon {
  color: #777;
}
#top .btn:hover .icon,
#top .btn:hover .icon {
  color: #e65136;
}
#top .dropdown-menu {
  z-index: 1012;
  min-width: 100%;
}
#top .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #top .btn-group {
    margin-left: 2px;
    margin-right: 2px;
  }
  #top .btn {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.dropdown-menu-icon {
  font-size: 14px;
  text-align: center;
  color: #777;
}
a:hover .dropdown-menu-icon {
  color: #e65136;
}

.list-group-icon {
  font-size: 14px;
  width: 20px;
  text-align: center;
  color: #777;
}
a:hover .list-group-icon {
  color: #e65136;
}

.card-icon {
  line-height: 42px;
  width: 50px;
  text-align: center;
  font-size: 42px;
  color: #aaa;
}
.well:hover .card-icon {
  color: #e65136;
}

.input-group-addon .fa {
  width: 18px;
  text-align: center;
}

/* logo */
#logo {
  padding: 16px 0;
  position: relative;
}
#logo img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  #logo {
    padding: 20px 0 10px 0;
  }
}

/* phone */
#phone {
  padding: 10px 0;
  position: relative;
}
@media (min-width: 992px) {
  #phone {
    margin-left: -10px;
  }
}
#phone .phone {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  display: inline-block;
}
#phone .main-phone {
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
}
#phone .phone .icon {
  color: #ccc;
  font-size: 18px;
}
#phone .hint {
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #aaa;
  margin-right: 10px;
  margin-left: 10px;
}
#phone .allcontacts {
  min-width: 100%;
  margin-top: 7px;
  z-index: 1012;
}
#phone .fu {
  width: 16px;
  text-align: center;
  padding: 1px 0;
}
#phone .max16 {
  max-width: 16px;
}
#phone .schedule {
  padding: 0 20px;
}

.two-small-phones {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}

@media (min-width: 992px) {
  #phone {
    padding: 24px 0;
  }
}

/* header menu */
#header-menu {
  padding: 10px 0 20px 0;
}
#header-menu .btn {
  line-height: 20px;
  font-size: 15px;
  box-shadow: none;
}
#header-menu .btn:hover {
  color: #f08511;
}
#header-menu .btn span {
}
#header-menu i {
  color: #ccc;
}
@media (min-width: 992px) {
  #header-menu {
    padding: 31px 0 31px 0;
  }
}

/* search */
#search {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  z-index: 1011;
}
#search .btn {
  padding-top: 10px;
  padding-bottom: 7px;
  border: none;
  outline: none;
  box-shadow: none;
}
#change_category {
  background-color: #eee;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  border-right-width: 0px;
  border-color: #ccc;
}
#change_category .category-name {
  display: inline-block;
  vertical-align: bottom;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search .btn .caret {
  color: #ccc;
}
#search-button {
  background-color: #fff;
  color: #f08511;
  border-color: #ccc;
  padding-left: 20px;
  padding-right: 20px;
}
#search .form-control {
  height: 40px;
  border: none;
}

/* cart */
#cart {
  position: relative;
  z-index: 1010;
}
#cart > .btn {
  background: url(../image/cart.png) left center no-repeat;
  color: #fff;
  padding: 12px 15px 12px 10px;
  line-height: 32px;
  border: none;
  border-radius: 0;
}
#cart > .btn > .fa {
  line-height: 32px;
  float: right;
  color: #fff;
}
#cart > .btn #cart-total {
  display: block;
  color: #ddd;
  text-align: left;
  margin-left: 40px;
  margin-right: 15px;
}
#cart > .btn #cart-total b {
  color: #fff;
}
#cart .products,
#cart .prices {
  line-height: 32px;
  font-size: 14px;
  white-space: no-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}
#cart .dropdown-menu {
  min-width: 100%;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  #cart .products,
  #cart .prices {
    font-size: 16px;
    display: block;
  }
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

/* menu */
#menu {
  border-radius: 6px;
  z-index: 1009;
}
#menu a {
  text-decoration: none;
}
#menu .btn-menu {
  color: #fff;
  text-align: left;
  padding: 17px 17px 16px 13px;
  z-index: 1001;
  background-color: #2f2f2f;
  border-radius: 0px;
  font-size: 16px;
}
#menu:active {
  box-shadow: none;
}
.common-home.open-hm #menu:active {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.common-home.open-hm .btn-menu:active {
  box-shadow: none;
}

#menu.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#menu.open .btn-menu {
  border-radius: 6px 6px 1px 1px;
}

#menu .btn-menu > .fa {
  float: right;
  line-height: 20px;
}

#menu #menu-list {
  width: 100%;
  border-color: #ddd;
  border-radius: 0px;
  padding: 0;
  margin: 0;
}
#menu #menu-list .arrow {
  color: #aaa;
  line-height: 20px;
  float: right;
  transition: all 0.1s ease;
}
#menu #menu-list > li.hover > .with-child .arrow {
  color: #f08511;
  transform: translate(2px);
  transition: all 0.1s ease;
}
#menu #menu-list .count {
  font-size: 0.75em;
  color: #ccc;
  margin-left: 3px;
}
#menu #menu-list .livel-down {
  color: #ddd;
  margin-right: 5px;
}
#menu #menu-list > li {
  padding: 0;
}
#menu #menu-list > li.nofullheight {
  position: relative;
}
#menu #menu-list > li + li {
  border-top: 1px solid #eee;
}
#menu #menu-list > li > a {
  padding: 8px 20px 8px 13px;
  white-space: normal;
}
#menu #menu-list > li > a > span.with-image {
  display: block;
  margin-left: 30px;
}
#menu #menu-list > li:hover > a {
  color: #283655;
  position: relative;
  z-index: 1009;
}
#menu #menu-list > li.hover > a {
  background: #f5f5f5;
  color: #283655;
  position: relative;
  z-index: 1009;
}

#menu #menu-list > li > a > .icon {
  margin: -2px 13px -2px 0px;
  float: left;
}

#menu #menu-list > li > a .peace-icon,
#menu #menu-list > li > a .hover-icon {
}
#menu #menu-list > li.hover > a .peace-icon.with-hover,
#menu #menu-list > li > a .hover-icon {
  display: none;
}
#menu #menu-list > li > a .peace-icon,
#menu #menu-list > li.hover > a .hover-icon {
  display: block;
}

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

#menu #menu-list > li:first-child > a {
  padding-top: 10px;
}
#menu-home-helper {
  display: none;
}
#menu #menu-list:hover {
  display: block;
}
#menu #menu-list > li a .arrow {
  display: none;
}
#menu #menu-list > li .with-child {
  position: relative;
  margin-right: 39px;
  clear: none;
}
#menu #menu-list > li .with-child .mobilink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.desktop #menu #menu-list > li .with-child .mobilink {
  display: block !important;
}
#menu #menu-list > li .toggle-child {
  display: block;
  float: right;
  width: 38px;
  padding: 8px 0;
  text-align: center;
  color: #aaa;
}
#menu #menu-list > li .toggle-child.open {
  background: #f5f5f5;
}
#menu #menu-list > li:first-child .toggle-child {
  padding: 10px 0 8px;
}
#menu #menu-list > li .toggle-child .fa {
  float: none;
}
#menu #menu-list > li .toggle-child .minus {
  display: none;
}
#menu #menu-list > li .toggle-child.open .minus {
  display: inline;
}
#menu #menu-list > li .toggle-child.open .plus {
  display: none;
}
#menu #menu-list > li .with-child2 {
  margin-right: 40px;
  clear: none;
}
#menu #menu-list > li .toggle-child2 {
  display: block;
  float: right;
  width: 38px;
  padding: 11px 0 10px;
  text-align: center;
  color: #aaa;
}
#menu #menu-list > li .toggle-child2.open {
  background: #f5f5f5;
}
#menu #menu-list > li .toggle-child2 .fa {
  float: none;
}
#menu #menu-list > li .toggle-child2 .minus {
  display: none;
}
#menu #menu-list > li .toggle-child2.open .minus {
  display: inline;
}
#menu #menu-list > li .toggle-child2.open .plus {
  display: none;
}
#menu #menu-list > li .child-box {
  padding: 0;
  display: none;
}
#menu #menu-list > li .child-box-cell {
  padding: 0;
  border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box .h5 {
  margin: 0;
}
#menu #menu-list > li .child-box .h5 a {
  display: block;
  padding: 8px 20px;
  line-height: 1.42857143;
}

#menu #menu-list > li .child-box .h5 a > .icon {
  display: none;
}

#menu #menu-list > li .child-box-cell .child2-box {
  padding: 0 0 0 0;
  margin: 0;
  list-style: none;
  display: none;
}
#menu #menu-list > li .child-box-cell .child2-box li {
  border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box-cell .child2-box a {
  display: block;
  padding: 8px 20px 8px 35px;
  line-height: 1.42857143;
  color: #555;
}
#menu #menu-list > li .child-box-cell .child2-box a:hover {
  color: #e4003a;
}

@media (min-width: 992px) {
  #menu #menu-list > li.hover > .with-child:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    width: 10px;
    background: #fff;
    z-index: 1009;
  }
  #menu #menu-list > li.hover > .with-child {
    background: linear-gradient(to right, #f8f8f8 70%, #fff 90%);
  }

  #menu-list + #menuMask {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    background: #000;
    visibility: hidden;
    z-index: 1038;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #menu-list:hover + #menuMask {
    visibility: visible;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #menu-list:hover {
    z-index: 1039;
  }
  #menu:hover {
    z-index: 1039;
  }
  #menu:hover > .btn-menu {
    z-index: 1039;
  }
  #menu-list:hover #menu-list {
    z-index: 1039;
  }

  .blured .content-wrapper,
  .blured footer,
  .blured header #top,
  .blured header .logo-line,
  .blured header .search-box,
  .blured header .cart-box {
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }

  #menu #menu-list > li a .arrow {
    display: block;
  }
  #menu #menu-list > li .toggle-child {
    display: none;
  }
  #menu #menu-list > li .toggle-child2 {
    display: none;
  }
  #menu #menu-list > li .with-child {
    margin-right: 0;
  }
  #menu #menu-list > li .with-child2 {
    margin-right: 0;
  }
  #menu #menu-list > li .child2-box {
    display: block;
  }
  #menu #menu-list > li .child-box {
    display: none;
    background: #fff;
    position: absolute;
    border: solid 1px #ddd;
    left: 100%;
    top: 0px;
    min-height: 100%;
    padding: 5px 0 25px;
    margin-top: -1px;
    margin-left: -3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-sizing: content-box;
    z-index: 1008;
    overflow: hidden;
  }

  .desktop #menu #menu-list > li .child-box {
    padding: 0;
  }

  #menu .see-all-categories {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    border-top: 1px solid #eee;
    background: #f5f5f5;
    text-align: center;
  }
  #menu .see-all-categories a {
    display: block;
  }

  .desktop #menu .see-all-categories {
    display: none;
  }

  #menu #menu-list > li.hover > .child-box {
    display: block;
  }
  #menu #menu-list > li .child-box > .row {
    padding: 4px 20px;
  }
  #menu
    #menu-list
    > li
    .child-box
    .row
    > .col-md-12:nth-child(1)
    .child-box-cell {
    border-top: none;
  }
  #menu
    #menu-list
    > li
    .child-box
    .row
    > .col-md-6:nth-child(1)
    .child-box-cell,
  #menu
    #menu-list
    > li
    .child-box
    .row
    > .col-md-6:nth-child(2)
    .child-box-cell {
    border-top: none;
  }
  #menu
    #menu-list
    > li
    .child-box
    .row
    > .col-md-4:nth-child(1)
    .child-box-cell,
  #menu
    #menu-list
    > li
    .child-box
    .row
    > .col-md-4:nth-child(2)
    .child-box-cell,
  #menu
    #menu-list
    > li
    .child-box
    .row
    > .col-md-4:nth-child(3)
    .child-box-cell {
    border-top: none;
  }
  #menu #menu-list > li .child-box .h5 {
    margin: 8px 0;
  }
  #menu #menu-list > li .child-box .h5 a {
    display: inline;
    padding: 0;
    line-height: 1.42857143;
  }
  #menu #menu-list > li .child-box .h5 a:hover {
    background: none;
    color: #f08511;
  }

  #menu #menu-list > li .child-box .h5 a > .icon {
    margin: -2px 10px -2px 0px;
    float: left;
  }

  #menu #menu-list > li .child-box .h5 a > .peace-icon,
  #menu #menu-list > li .child-box .h5 a > .hover-icon {
  }
  #menu #menu-list > li .child-box .h5 a:hover > .peace-icon.with-hover,
  #menu #menu-list > li .child-box .h5 a > .hover-icon {
    display: none;
  }
  #menu #menu-list > li .child-box .h5 a > .peace-icon,
  #menu #menu-list > li .child-box .h5 a:hover > .hover-icon {
    display: block;
  }

  #menu #menu-list > li .child-box-cell .child2-box {
    padding: 0 0 10px 10px;
    margin: 0;
    list-style: none;
    display: block;
  }
  #menu #menu-list > li .child-box-cell .child2-box li {
    border-top: none;
  }
  #menu #menu-list > li .child-box-cell .child2-box a {
    display: illine;
    padding: 0;
    line-height: 1.42857143;
  }
  #menu #menu-list > li .child-box a:hover {
    background: none;
  }
  .open-hm #menu #menu-list {
    display: block;
  }
  #menu-home-helper {
    display: block;
    margin-bottom: 20px;
  }
  .box-col-3 {
    width: 331.2%;
  }
  .box-col-2 {
    width: 220%;
  }
  .box-col-1 {
    width: 110%;
  }
}
@media (min-width: 1200px) {
  .box-col-3 {
    width: 325.4%;
  }
}

/* main layouts */
#content {
  min-height: 400px;
}
#column-left {
}
#column-right {
}

.well {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* buttons */
.btn-addtocart {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding: 5px 10px;
  max-width: 116px;
}
.btn-addtocart:hover,
.btn-addtocart:active,
.btn-addtocart.active,
.open > .dropdown-toggle.btn-addtocart {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-wc {
  text-align: left;
}

.btn-orange {
  color: #fff !important;
  background-color: #f08511;
  border-color: #f08511;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #fd982a;
  border-color: #fd982a;
}

.btn-secondary {
  color: #fff !important;
  background-color: #474747;
  border-color: #474747;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

/* box product */
.box-product .panel-heading {
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px 5px 0 0;
  padding: 8px 60px 8px 10px;
  margin: 0;
}
.box-product .panel-body {
  padding: 0;
}
.box-product .product-item {
  position: relative;
  text-align: left;
  padding: 0;
}
.box-product .product-item .image {
  position: relative;
  padding: 5px 15px;
  min-height: 190px;
}
.box-product .product-item .image img {
  margin: 0 auto;
  max-width: 180px;
}
.box-product .product-item .image .sticker {
  position: absolute;
  background: #d9534f;
  left: 0;
  top: 10px;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px 5px 15px;
  opacity: 0.9;
  cursor: default;
  transition: padding ease 0.3s;

  border-radius: 0;
}

.box-product .product-item .image .sticker:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #d9534f;
}
.box-product .product-item:hover .image .sticker {
  opacity: 1;
}
.box-product .product-item:hover .image .sticker.with-date {
}
.box-product .product-item .countdown {
  position: absolute;
  left: 15px;
  bottom: 15px;
  box-sizing: border-box;
  font-weight: normal;
  text-align: left;
  padding: 5px 10px 5px 10px;
  opacity: 1;
  background: #eee;
  color: #000;
  white-space: nowrap;
  transition: all ease 0.3s;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.box-product .product-item:hover .countdown {
  transition: all ease 0.3s;
}
.box-product .product-item .countdown .fa {
}
.box-product .product-item:hover .countdown .fa {
}
.box-product .product-item .countdown > span {
}
.box-product .product-item:hover .countdown > span {
}
.box-product .product-item:hover .countdown > span {
  max-width: 200px;
  transition: max-width ease 0.3s;
}
.box-product .product-item .caption {
  padding: 0 15px 10px;
}
.box-product .product-item .name {
  position: relative;
  overflow: hidden;
  height: 36px;
  margin: 0 0 7px 0;
}
.box-product .product-item .name a {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.box-product .product-item .price {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.box-product .product-item .price-old {
  color: #e4003a;
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
}
.box-product .product-item .price-new {
  font-weight: 600;
}
.box-product .product-item .price-tax {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}
.box-product .product-item .buttons {
  padding: 0 15px 12px 15px;
}
.box-product .product-item:hover .btn-addtocart {
  background-color: #d9534f;
  color: #fff;
  border-color: #d43f3a;
}
.box-product .product-item:hover .btn-addtocart:hover,
.box-product .product-item:hover .btn-addtocart:active,
.box-product .product-item:hover .btn-addtocart.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.box-product .product-item .addtocart-additional > li a {
  padding-left: 10px;
  padding-right: 15px;
}
.box-product .product-item .addtocart-additional {
  min-width: 100%;
}
.box-product-nocarousel .panel-body {
  padding: 0 10px;
}
.product-item-nocarousel {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 15px;
}
@media (min-width: 1200px) {
  .col-sm-12 .product-item-nocarousel,
  .container > .box-product-nocarousel .product-item-nocarousel {
    width: 20%;
  }
  .col-sm-12 .product-item-nocarousel:nth-child(5n),
  .container > .box-product-nocarousel .product-item-nocarousel:nth-child(5n) {
    border-right: none;
  }
  .col-md-9 .product-item-nocarousel {
    width: 25%;
  }
  .col-md-9 .product-item-nocarousel:nth-child(4n) {
    border-right: none;
  }
  .col-md-6 .product-item-nocarousel {
    width: 50%;
  }
  .col-md-6 .product-item-nocarousel:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .col-sm-12 .product-item-nocarousel,
  .container > .box-product-nocarousel .product-item-nocarousel {
    width: 25%;
  }
  .col-sm-12 .product-item-nocarousel:nth-child(4n),
  .container > .box-product-nocarousel .product-item-nocarousel:nth-child(4n) {
    border-right: none;
  }
  .col-md-9 .product-item-nocarousel {
    width: 33.3333333333%;
  }
  .col-md-9 .product-item-nocarousel:nth-child(3n) {
    border-right: none;
  }
  .col-md-6 .product-item-nocarousel {
    width: 50%;
  }
  .col-md-6 .product-item-nocarousel:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .col-sm-12 .product-item-nocarousel,
  .container > .box-product-nocarousel .product-item-nocarousel {
    width: 33.33333%;
  }
  .col-sm-12 .product-item-nocarousel:nth-child(3n),
  .container > .box-product-nocarousel .product-item-nocarousel:nth-child(3n) {
    border-right: none;
  }
  .col-md-9 .product-item-nocarousel {
    width: 50%;
  }
  .col-md-9 .product-item-nocarousel:nth-child(2n) {
    border-right: none;
  }
  .col-md-6 .product-item-nocarousel {
    border-right: none;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .col-sm-12 .product-item-nocarousel,
  .container > .box-product-nocarousel .product-item-nocarousel {
    width: 50%;
    float: left;
  }
  .col-sm-12 .product-item-nocarousel:nth-child(2n),
  .container > .box-product-nocarousel .product-item-nocarousel:nth-child(2n) {
    border-right: none;
  }
  .col-md-9 .product-item-nocarousel {
    width: 50%;
  }
  .col-md-9 .product-item-nocarousel:nth-child(2n) {
    border-right: none;
  }
  .col-md-6 .product-item-nocarousel {
    width: 50%;
  }
  .col-md-6 .product-item-nocarousel:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .col-sm-12 .product-item-nocarousel,
  .container > .box-product-nocarousel .product-item-nocarousel {
    border-right: none;
    width: 100%;
  }
  .col-md-9 .product-item-nocarousel {
    border-right: none;
    width: 100%;
  }
  .col-md-6 .product-item-nocarousel {
    border-right: none;
    width: 100%;
  }
}
#column-left .product-item-nocarousel,
#column-right .product-item-nocarousel,
#home_position_1 .product-item-nocarousel,
#home_position_4 .product-item-nocarousel {
  border-right: none;
  width: 100%;
}
form > .buttons {
  margin-bottom: 20px;
}

/* product page */
.inline-info {
  display: inline-block;
  margin-right: 25px;
  color: #f08511;
}
.inline-info b {
  font-weight: normal;
  color: #333;
}
.inline-info-right {
  display: inline-block;
  font-size: 13px;
}
.stars {
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  margin-right: 7px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.stars .active {
  color: #e4003a;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .inline-info-right {
    float: right;
  }
}
.prod-rat {
  font-size: 0;
  color: #ccc;
  display: inline-block;
  vertical-align: middle;
}
.prod-rat * {
  margin: 0;
}
.prod-rat input {
  display: none;
}
.prod-rat label .fa {
  font-size: 28px;
  padding: 2px 4px 2px 0px;
  cursor: pointer;
}
.rat-star.active {
  color: #273a64 !important;
}
.rat-star.checked {
  color: #273a64;
}
.thumbnails {
  background: #fff;
  margin-bottom: 20px;
}
.thumbnails .main-image-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.thumbnails .main-image {
  display: inline-block;
}
.images-additional {
  text-align: left;
  font-size: 0;
  margin-left: -5px;
}
.images-additional .thumbnail {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}

.images-additional .thumbnail:hover,
.thumbnail:focus,
.thumbnail.active {
  border-color: #474747;
}

.stickers-box {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: left;
}
.stickers-box .sticker-row {
  margin-bottom: 10px;
}
.stickers-box .sticker {
  display: inline-block;
  font-weight: 600;
  padding: 5px 10px 5px 15px;
  opacity: 0.9;
  background: #ccc;
  position: relative;
}
.stickers-box .sticker:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #ccc;
}
.stickers-box .sticker:hover {
  opacity: 1;
}

#product .price .priceBig {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#product .price .price-old {
  color: #e4003a;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}
#product .price .tax,
#product .price .points {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
#product .radio-checbox-options {
  display: inline-block;
}
#product .radio-checbox-options input {
  display: none;
}
#product .radio-checbox-options label {
  padding: 3px 5px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-weight: normal;
  cursor: pointer;
}
#product .radio-checbox-options label:hover {
  background: #f5f5f5;
  border: 1px solid #aaa;
}
#product .radio-checbox-options label .option-price {
  padding: 0 3px;
  font-size: 12px;
  display: inline-block;
  background: #eee;
  border-radius: 3px;
}
#product .radio-checbox-options label:hover .option-price {
  background: #fff;
}
#product .radio-checbox-options input:checked + label {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#product .radio-checbox-options input:checked + label .option-price {
  background: rgba(255, 255, 255, 0.3);
}
.quantity input,
.quantity .btn {
  height: 36px;
}
@media (max-width: 992px) {
  .quantity {
    margin-bottom: 10px;
  }
}
.related-products {
  border-color: #ccc;
}
.product-tabs {
}
.product-tabs > li > a {
  border-color: #ddd;
  background: #f8f9fa;
  margin-right: 5px;
  margin-top: 4px;
}
.product-tabs > li > a:hover {
  border-color: #ccc;
  background: #f8f9fa;
}
.product-tabs > li.active > a {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0px;
}
.product-tabs > li.active > a:after {
  content: "";
  position: absolute;
  background: inherit;
  width: 100%;
  height: 10px;
  top: 100%;
  left: 0;
}
.tab-content {
  padding: 15px 0;
}
.capcha {
  padding: 0;
  overflow: hidden;
}
.capcha img {
  margin: -2px -1px -1px -1px;
}

.bsic-capcha-wrapper {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.bsic-capcha-wrapper img {
  margin: -1px -1px -2px -1px;
  display: block;
  max-width: none;
}
#category-column-left #column-left {
  width: 100%;
  padding: 0;
}

.addtocart-group {
  width: 100%;
}
.addtocart-group #button-cart {
  font-size: 16px;
}
.addtocart-group #button-fastorder {
  width: 30%;
}

#product #column-right {
  width: 100%;
  padding: 0;
}

/* modules styles */
.filter-item {
  padding: 2px 5px;
  margin: 0;
}
.filter-name {
  margin: 0 0 0 20px;
}
.filter-total {
  font-size: 0.8em;
  color: #bbb;
  vertical-align: bottom;
}
.filter-item:hover {
  background: #f5f5f5;
}
.module-filter input[type="checkbox"] {
  display: none;
}
.module-filter input[type="checkbox"] + label {
  font-weight: 400;
  cursor: pointer;
  display: block;
  margin: 0;
  line-height: 20px;
}
.module-filter input[type="checkbox"] + label .check-icon {
  display: block;
  float: left;
  line-height: 20px;
  width: 20px;
  color: #ccc;
}
.module-filter .filter-item:hover .check-icon {
  color: #e4003a;
}
.module-filter input[type="checkbox"] + label .check {
  display: none;
}
.module-filter input[type="checkbox"]:checked + label .check {
  display: inline-block;
  color: #e4003a;
}
.module-filter input[type="checkbox"]:checked + label .uncheck {
  display: none;
}
.filter-toggle {
  cursor: pointer;
  color: #aaa;
}
.filter-toggle:hover {
  color: #337ab7;
}
.filter-toggle .on {
  display: block;
  line-height: 20px;
}
.filter-toggle .off {
  display: none;
}
.filter-toggle.collapsed .on {
  display: none;
}
.filter-toggle.collapsed .off {
  display: block;
  line-height: 20px;
}

.custom-blocks .custom-block {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 13px 15px;
  background: #fff;
}
.custom-block .image {
  width: 50px;
  float: left;
}
.custom-block .text {
  margin-left: 65px;
}
.custom-block a,
.custom-block a:hover {
  text-decoration: none;
}
.custom-block .text .title {
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
  height: 25px;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
}
.custom-block .text p {
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  height: 36px;
  overflow: hidden;
}

.subcategory {
  padding: 4px 7px;
}
.subcategory:hover {
  border-color: #ccc;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.subcategory .image {
  text-align: center;
  height: 200px;
}
.subcategory .no-image {
  font-size: 28px;
  line-height: 120px;
  width: 120px;
  text-align: center;
  color: #ddd;
}
.subcategory .name-wrapper {
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.subcategory p {
}

.short-attr-table {
  width: 100%;
}
.short-attr-table td {
  vertical-align: top;
  overflow: hidden;
}
.short-attr-table .left {
  width: 65%;
}
.short-attr-table .left span {
  margin-right: 7px;
}

.short-attr-table .right {
  width: 35%;
}
.short-attr-table .right span {
  margin-left: 7px;
  display: inline-block;
}
.short-attr-table .left:after {
  content: "";
  display: inline-block;
  width: 100%;
  margin-right: -100%;
  border-bottom: 1px dotted #ccc;
  vertical-align: baseline;
}

.products-filter {
  margin-bottom: 20px;
}

.products-filter #sort-button {
  position: static;
}
.products-filter #sort-button .btn {
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-filter #sort-button .dropdown-menu {
  min-width: 100%;
}

.product-layout .image {
  padding: 5px 5px;
}
.product-layout .caption h4 > a {
  font-size: 16px;
}

.product-layout:hover .btn-addtocart {
  color: #fff;
  background-color: #f08511;
  border-color: #f08511;
  transition: all 0.2s ease;
  transition: all 0.2s ease-in-out;
}
.product-layout:hover .btn-addtocart:hover,
.product-layout:hover .btn-addtocart:active,
.product-layout:hover .btn-addtocart.active,
.product-layout:hover .open > .dropdown-toggle.btn-addtocart {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.product-grid .product-thumb {
  position: relative;
}

.product-grid .stickers-box {
  position: absolute;
  top: 10px;
  left: -1px;
  text-align: left;
}
.product-grid .stickers-box .sticker-row {
  margin-bottom: 10px;
}
.product-grid .stickers-box .sticker {
  display: inline-block;
  font-weight: 600;
  padding: 5px 10px 5px 15px;
  opacity: 0.9;

  position: relative;
}
.product-grid .stickers-box .sticker:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-bottom: 30px solid transparent;
}
.product-grid .stickers-box .sticker:hover {
  opacity: 1;
}

.product-grid .description {
  display: none;
}

.product-grid .sku {
  height: 50px;
}

.product-grid .caption .name {
  margin: 0 0 7px 0;
  position: relative;
  height: 60px;
  overflow: hidden;
}

.product-grid .caption .name a {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.product-layout .caption .price {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}

.product-layout .caption .price .price-old {
  text-decoration: line-through;
  color: #e4003a;
  font-size: 16px;
  font-weight: 300;
}
.product-layout .caption .price .price-new {
  font-weight: 600;
}

.product-layout .caption .price .price-tax {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.product-layout .caption .rating {
  color: #ddd;
}
.product-layout .caption .rating .active {
  color: #e4003a;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.product-list .caption .name {
  margin: 0 0 10px 0;
  position: relative;
  overflow: hidden;
}

.product-list .caption .name a {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .product-list .image {
    float: left;
    margin-right: 20px;
  }
  .product-list .image img {
    max-width: 200px;
  }
  .product-layout .product-thumb:hover {
    border-color: #ccc;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
  }
}

.slideshow {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .common-home .slideshow .nivoSlider {
    left: auto;
    margin-left: 0;
    width: auto;
  }
}
.slideshow .nivo-controlNav {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 12px;
  z-index: 999;
  text-align: center;
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1;
}
@media (min-width: 992px) {
  .slideshow .nivo-controlNav {
    text-align: right;
  }
}
.slideshow .nivo-controlNav .nivo-control {
  background: #fff;
  /* border: 1px solid #bbb; */
  margin: 3px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
  text-align: center;
  font-size: 0px;
  border-radius: 50%;
  text-decoration: none;
}
.slideshow .nivo-controlNav .nivo-control:hover,
.slideshow .nivo-controlNav .nivo-control.active {
  background: #19253f;
  /* border: 1px solid #aaa; */
  color: #fff;
  text-decoration: none;
}

.slideshow .nivo-slice[name="0"] {
  border-radius: 6px;
}

.banner {
  margin-bottom: 20px;
}

.footer-box {
  background: #fff;
  position: relative;
  z-index: 2;
  border-top: 1px solid #ddd;
  border-radius: 6px;
  padding: 30px 30px 20px 30px;
}
#footer-map + .container > .footer-box {
  margin-top: 0;
}

.footer-box h5 {
  font-size: 17px;
  line-height: 20px;
}
.footer-box h5 span {
  vertical-align: bottom;
}

.footer-box hr {
  border-color: #eee;
}

.footer-box li {
  margin: 3px 0;
}
.footer-box li > a {
  color: #555;
}

.footer-box .glyphicon,
.footer-box .fa {
  font-size: 14px;
  line-height: 20px;
  vertical-align: bottom;
  color: #19253f;
  margin-right: 10px;
}

.pay-icons {
  margin: 5px 0 0 0;
}

.pay-icons li {
  display: inline-block;
  opacity: 0.75;
}
.pay-icons li:hover {
  opacity: 1;
}

#footer-map {
  background: #fff /* url('../image/bg.png') 50% 50px no-repeat */;
  background-attachment: fixed;
  position: relative;
}

#footer-map .close-map {
  position: absolute;
  top: 47px;
  right: 10px;
  display: none;
  font-family: arial;
}
#footer-map .close-map button {
}
#footer-map .close-map .btn-contacts {
  width: 200px;
}

#footer-map .map-toogle {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -22px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #bbb;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#footer-map .map-toogle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}
#footer-map .map-toogle a {
  font-size: 14px;
  z-index: 4;
  position: relative;
  display: block;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background: #273a64;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

#footer-map .glass,
#footer-map .glass:before,
#footer-map .glass:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#footer-map .glass:before {
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#footer-map .glass:after {
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#footer-map .map-content {
  position: relative;
  height: 120px;
  overflow: hidden;
  opacity: 1;
}
.map-open #footer-map .map-content {
  height: 100vh;
}

#footer-map .map-content > ymaps {
  width: auto !important;
  height: 100% !important;
}
#footer-map .ymaps-2-1-29-copyrights-pane {
  display: none;
}
#footer-map .ymaps-2-1-29-controls-pane {
  opacity: 0;
}

.map-open {
  overflow: hidden;
}
.map-open #footer-map .container {
  width: 100%;
  padding: 0;
}
.map-open #footer-map .close-map {
  display: block;
}
.map-open #footer-map .glass {
  visibility: hidden;
}
.map-open #footer-map .ymaps-2-1-29-controls-pane {
  opacity: 1;
}

#scroll-top-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: rgba(0, 0, 0, 0.2);
  z-index: 1049;
  cursor: pointer;
}
#scroll-top-button:hover {
  color: rgba(0, 0, 0, 0.3);
}
#scroll-top-button .fa {
  font-size: 42px;
}
.map-open #scroll-top-button {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
}

.modal {
  text-align: center;
}

body.modal-open > header,
body.modal-open > footer,
body.modal-open > .content-wrapper {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal .modal-header .close {
  margin: 0;
  height: 25px;
  width: 25px;
  outline: none;
}
.modal .modal-title {
  font-weight: 600;
}
.modal .modal-load-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 100%;
  color: #ccc;
  border-radius: 6px;
  z-index: 9999;
}
.modal .modal-load-mask > div {
  display: table;
  width: 100%;
  height: 100%;
}
.modal .modal-load-mask > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#modal-cart .products {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#modal-cart .alert {
  padding: 10px 15px;
  margin-bottom: 15px;
}
#modal-cart .product {
  padding: 10px 0;
}
#modal-cart .product + .product {
  border-top: 1px solid #e5e5e5;
}
#modal-cart .cartCell {
  white-space: nowrap;
}
#modal-cart .cartCell:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 0px;
}
#modal-cart .cartCellContent {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  position: relative;
}
#modal-cart .product .image {
  float: left;
  width: 60px;
}
#modal-cart .product .image .img-thumbnail {
  border: none;
}
#modal-cart .product .name {
  margin-left: 75px;
}

#modal-cart .pquantity .form-control {
  text-align: center;
}
#modal-cart .popupTotal {
  color: #333;
}
#modal-cart .popupTotal:hover {
  text-decoration: none;
}
#modal-cart .popupTotal:focus {
  text-decoration: none;
}
#modal-cart .popupTotal .fa-angle-down {
  transform: rotate(-180deg);
  transition: transform ease 0.2s;
}
#modal-cart .popupTotal.collapsed .fa-angle-down {
  transform: none;
  transition: transform ease 0.2s;
}
#modal-cart #total-more table {
  margin-top: 10px;
  margin-bottom: 0;
}
#modal-cart .cartMask {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(245, 245, 245, 1);
  color: #ccc;
  z-index: 9999;
  border-radius: 4px;
}
#modal-cart .cartMask.white {
  background: rgba(255, 255, 255, 1);
}
#modal-cart .cartMask > div {
  display: table;
  width: 100%;
  height: 100%;
}
#modal-cart .cartMask > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #modal-cart .modal-dialog {
    width: calc(100% - 20px);
  }
  #modal-cart .btn-col-2,
  #modal-cart .btn-col-3 {
    margin-top: 10px;
  }
  #modal-cart .pquantity {
    max-width: 100px;
  }
  #modal-cart .pprice {
    text-align: center;
  }
}

.middle-45px-parent {
  white-space: nowrap;
}
.middle-45px-parent:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  white-space: normal;
}
.middle-45px {
  display: inline-block;
  vertical-align: middle;
}

#modal-qview .modal-load-mask {
  position: relative;
  height: 290px;
  min-width: 298px;
  box-sizing: border-box;
  padding: 0 50px;
}

#modal-qview hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#modal-qview hr.first {
  margin-top: 15px;
  margin-bottom: 15px;
}
#modal-qview hr.second {
  margin-top: 15px;
  margin-bottom: 10px;
}

#modal-qview .thumb {
  margin-bottom: 10px;
}
#modal-qview .img-thumbnail {
  cursor: pointer;
}
#modal-qview .img-thumbnail.active {
  border-color: #2e6da4;
}

@media screen and (max-width: 992px) {
  #modal-qview .modal-footer .btn {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #modal-qview .modal-footer .text-center .btn,
  #modal-qview .modal-footer .text-right .btn {
    margin-top: 10px;
  }
}

#modal-qview .price {
  font-size: 30px;
}
#modal-qview .price .price-old {
  color: #e4003a;
  text-decoration: line-through;
  font-size: 16px;
}
#modal-qview .price .tax {
  color: #777;
  font-size: 14px;
  font-weight: 300;
}

#modal-qview .points {
}

#modal-qview .discounts {
}

#modal-qview .review .stars {
  font-size: 20px;
  color: #ccc;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
#modal-qview .review .stars .active {
  color: #f5a33f;
}

#modal-qview .options .cr {
  margin: 3px 2px 3px 0;
}

@media (max-width: 992px) {
  .sm-xs-center {
    text-align: center;
  }
  .sm-xs-center .text-right {
    text-align: center;
  }
}

#modal-callback .modal-load-mask {
  position: relative;
  height: 290px;
  min-width: 298px;
  box-sizing: border-box;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #modal-callback .modal-dialog {
    width: calc(100% - 20px);
  }
}

#modal-fastorder .modal-load-mask {
  position: relative;
  height: 290px;
  min-width: 298px;
  box-sizing: border-box;
  padding: 0 50px;
}
#modal-fastorder .image {
  margin-bottom: 17px;
  cursor: pointer;
}
#modal-fastorder .price {
  line-height: 34px;
  font-size: 18px;
}
#modal-fastorder .price-old {
  color: #e4003a;
  font-size: 16px;
  font-weight: 300;
  text-decoration: line-through;
}
