@charset "UTF-8";
body {
  /*    font-family: 'Roboto', sans-serif;
      font-weight: 400;
      color: #221F20;
      font-size: 14px;
      line-height: 1.6;*/
  width: 100%;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #444;
}*/
/* default font size */
/*.fa {
	font-size: 14px;
}*/
/* Override the bootstrap defaults */
/*h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}*/
a {
  color: #1586DB;
  /*#3196db;/*#23a1d1;*/
}

a:hover, a:focus {
  text-decoration: underline;
  color: #1586DB;
}

h1, .h1 {
  margin-top: 0;
  margin-bottom: 30px;
  /*23px;*/
  font-weight: 300;
}

h2.h1 {
  margin-bottom: 20px;
}

h2, h3 {
  font-weight: 300;
}

p {
  line-height: 1.5;
  font-weight: 300;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-header {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.sub-header:first-of-type {
  margin-top: 0;
}

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

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

/*#content {
	min-height: 600px;
}*/
/* list group */
.list-group a {
  display: block;
  font-size: 12px;
  border-style: solid;
  border-color: #E7E7E7;
  border-width: 0 1px 1px 1px;
  color: #7F7F7F;
  padding: 11px 10px;
}
.list-group a:first-child {
  border-top: 1px solid #E7E7E7;
}
.list-group a.active {
  background: linear-gradient(90deg,#084177, #76A3E0);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  color: #fff;
  text-decoration: none;
}
.list-group a.active:hover {
  color: #fff;
}
.list-group a:hover {
  color: #1586DB;
  text-decoration: none;
}

#product-category .list-group a:first-child {
  font-size: 14px;
  padding: 14px;
}

/*.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}*/
.img-thumbnail {
  border-color: #C4C4C4;
  border-radius: 0;
}

.thumbnail {
  border-radius: 0;
}

.dropdown-menu {
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  top: auto;
}
.dropdown-menu li > a {
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 300;
}
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #084177;
}

.table-no-outer {
  border-collapse: collapse;
}

.table-no-outer td, .table-no-outer th {
  border: 1px solid #DDDDDD;
}

.table-no-outer tr:first-child th {
  border-top: 0;
}

.table-no-outer tr:last-child td {
  border-bottom: 0;
}

.table-no-outer tr td:first-child,
.table-no-outer tr th:first-child {
  border-left: 0;
}

.table-no-outer tr td:last-child,
.table-no-outer tr th:last-child {
  border-right: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  #content .col-lg-5ths:nth-child(5n+1) {
    clear: left;
  }
}
header {
  position: relative;
  margin-top: 20px;
}

#top-links > ul {
  margin-bottom: 0;
  /*font-size: 12px;*/
}
#top-links > ul > li {
  margin-bottom: 14px;
  display: block;
}
#top-links > ul > li > a {
  color: #808080;
}
#top-links > ul > li:first-child > a {
  color: #221F20;
}
#top-links > ul > li:first-child > a.logged {
  color: #808080;
}
#top-links > ul > li:hover > a, #top-links > ul > li:hover > a.logged {
  color: #084177;
  text-decoration: none;
}
#top-links > ul > li:hover .icon-account {
  background-position: -16px -63px;
}
#top-links > ul .dropdown-menu {
  font-size: 12px;
  min-width: auto;
}

#top-links a + a {
  margin-left: 15px;
}

#top-links.nav .open > a, #top-links.nav .open > a:focus, #top-links.nav .open > a:hover {
  background-color: transparent;
}

#search {
  width: 100%;
  display: flex;
  align-items: center;
}
#search button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: 0;
  outline: none;
  /*        &:hover {
              background-color: #0C7FC7;
              border-color: #0C7FC7;
          }*/
}
#search .search-advanced-label {
  margin-left: 10px;

  color: #221F20;
  font-size: 12px;
  line-height: 14px;
}
#search input {
  height: 40px;
  font-size: 14px;
  font-style: normal;
  border-radius: 20px;
  border-color: #221F20;
}

.search-input-wrapper {
  position: relative;
  flex-grow: 1;
  /*width: 100%;*/
  /*display: inline-block;*/
}

#form-language {
  position: relative;
  /*    position: absolute;
      top: -1px;
      right: 20px;*/
}
#form-language .dropdown-menu {
  right: 0;
  left: auto;
  min-width: auto;
}
#form-language button {
  position: relative;
  padding: 0;
  text-transform: capitalize;
  font-size: 14px;
  padding-left: 15px;
  background-color: #fff;
  z-index: 1;
  outline: none;
  color: #808080;
}
#form-language button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 4px;
  left: 3px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #221F20;
  vertical-align: middle;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  transition: transform 0.2s;
}
#form-language button[aria-expanded=true]:before {
  transform: rotate(-45deg);
  top: 8px;
}
#form-language button:hover, #form-language button:focus {
  text-decoration: none;
}

#logo {
  display: block;
  width: 215px;
  height: 77px;
  background: url(/image/catalog/logo_sm_70.png) no-repeat 0 0;
  align-self: flex-start;
  margin-bottom: 10px;
}

.header-sl-l, .header-sl-r {
  position: absolute;
  top: 30px;
  color: #7F7F7F;
  font-weight: 300;
  line-height: 16px;
}

.header-sl-l {
  left: 40px;
}

.header-sl-r {
  right: 40px;
}

@media (max-width: 1790px) {
  .header-sl-l, .header-sl-r {
    display: none;
  }
}
@media (min-width: 1024px) {
  #logo {
    width: 265px;
    height: 80px;
    background: url(/image/catalog/logo.png) no-repeat 0 0;
    margin-bottom: 0;
  }


  #top-links {
    padding-top: 0;
    margin-left: 7px;
  }
  #top-links > ul {
    display: flex;
    justify-content: space-between;
  }
  #top-links > ul > li {
    display: inline-block;
    margin-bottom: 0;
    /*padding-right: 0px;*/
    padding-right: 25px;
  }

  #search {
    justify-content: flex-end;
  }

  /* .search-input-wrapper {
    max-width: 380px;
  } */

  .search-wrapper {
    flex-grow: 1;
  }

  #form-language {
    /*        position: relative;
            top: auto; right: auto;*/
    margin-right: 25px;
    margin-left: 12px;
  }
}
@media (min-width: 992px) {
  /* moved from 768 */
  /* moved from 768 */
  #top-links > ul {
    justify-content: center;
    /*            > li {
                    padding-right: 25px;
                }*/
  }
}
@media (min-width: 1024px) {
  /*    .header-service {
          justify-content: flex-end;
      }*/
}
@media (min-width: 1200px) {
  #form-language {
    margin-right: 0;
    margin-left: 0;
  }

  #top-links > ul > li {
    padding-right: 20px;
  }

  #search {
    padding-left: 63px;
  }
  #search input {
    font-style: italic;
  }
}
/* footer */
footer {
  margin-top: 40px;
  padding-top: 16px;
  /*background-color: #1661A4;#303030;*/
  background: linear-gradient(90.12deg, #084177 0.03%, #76A3E0 99.97%);
  color: #fff;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #fff;
  /*666;*/
  margin: 10px 0;
}

footer a {
  text-decoration: underline;
  color: #fff;
  /*C4ECFF;/*#ccc;*/
}

footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer h5 {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}

footer .copy {
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 5px;
}
footer .copy a:hover {
  color: #fff;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.footer-col {
  margin-bottom: 20px;
}

.footer-col:nth-child(1), .footer-col:nth-child(3) {
  /*padding-right: 40px;*/
  width: 45%;
  padding-right: 10px;
}

.footer-col:nth-child(2), .footer-col:nth-child(4) {
  width: 55%;
}

@media (min-width: 768px) {
  .footer-container {
    flex-wrap: nowrap;
    gap: 0 50px;
  }

  .footer-col:nth-child(1), .footer-col:nth-child(3) {
    padding-right: 0;
    width: auto;
  }

  .footer-col:nth-child(2), .footer-col:nth-child(4) {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footer-container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* alert */
.alert {
  padding: 8px 18px 8px 14px;
  position: fixed;
  z-index: 9999;
  width: 90%;
  margin-left: 5%;
  top: 20px;
  /*left: 0; right: 0;*/
  /*font-size: 1.3rem;*/
  color: #fff;
  box-shadow: 0px 3px 5px lightgrey;
  border: 0;
  transition: top 0.5s;
}

.alert button.close {
  position: absolute;
  top: 5px;
  right: 12px;
  color: inherit;
  opacity: 1;
  font-weight: 400;
  text-shadow: none;
}

/* breadcrumb */
.breadcrumb {
  font-size: 14px;
  font-weight: 300;
  margin: 40px 0 35px 0;
  padding: 0;
  /*border: 1px solid #ddd;*/
  /*border-radius: 0 0 4px 4px;*/
}

/*.breadcrumb i {
	font-size: 15px;
}*/
.breadcrumb > li {
  display: inline-block;
  padding: 0 6px;
  position: relative;
  /*white-space: nowrap;*/
  /*height: 35px;*/
}
.breadcrumb > li a {
  color: #7F7F7F;
}
.breadcrumb > li a:hover {
  color: #1586DB;
  text-decoration: none;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.breadcrumb > li:last-child a, .breadcrumb > li:last-child a:hover {
  color: #221f20;
}
.breadcrumb > li:last-child:after {
  content: "";
}
.breadcrumb > li:after {
  content: "/";
  display: block;
  position: absolute;
  top: 0px;
  right: -5px;
  /*	width: 26px;
  	height: 26px;
  	border-right: 1px solid #DDD;
  	border-bottom: 1px solid #DDD;
  	-webkit-transform: rotate(-45deg);
  	-moz-transform: rotate(-45deg);
  	-o-transform: rotate(-45deg);
  	transform: rotate(-45deg);*/
}

.tooltip.top, .tooltip.bottom {
  padding: 7px 0;
}

.tooltip-inner {
  padding: 6px 12px 5px;
  border-radius: 12px;
}

.tooltip.top .tooltip-arrow {
  margin-left: -7px;
  border-width: 7px 7px 0;
}

.tooltip.bottom .tooltip-arrow {
  margin-left: -7px;
  border-width: 0 7px 7px;
}

.input-group-btn .btn {
  margin-top: -3px;
  margin-left: -11px !important;
}

.input-group-btn:last-child > .btn {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.nav-tabs > li {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  /*    &.active >a {
          border-top-color: transparent; border-top-color: transparent; border-top-color: transparent;
          border-bottom-color: #221f20;
      }*/
}
.nav-tabs > li > a {
  border-width: 0 0 1px 0;
  border-color: transparent transparent #e6e6e6 transparent;
  color: #7F7F7F;
  margin-bottom: -1px;
  /*        &:focus {
              text-decoration: none;
          }*/
}
.nav-tabs > li > a:hover {
  background-color: #fff;
  color: #221f20;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-width: 0 0 1px 0;
  border-color: transparent transparent #221f20 transparent;
  background-color: #fff;
  color: #221f20;
}

/*.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;-3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
/*.breadcrumb > li > a {
    line-height: 35px;
}*/
/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "";
  font-family: FontAwesome;
}

/*.swiper-viewport {
    box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
}*/
.swiper-viewport .swiper-button-next {
  right: 0 !important;
}
.swiper-viewport .swiper-button-next:before {
  content: "" !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  transform: rotate(45deg) skew(15deg, 15deg);
  border-radius: 5px;
  box-shadow: 3px -3px 3px 0px rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
.swiper-viewport .swiper-button-prev {
  left: 0 !important;
}
.swiper-viewport .swiper-button-prev:before {
  content: "" !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  transform: rotate(-135deg) skew(15deg, 15deg);
  border-radius: 5px;
  box-shadow: 3px -3px 3px 0px rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 10px;
  margin-top: 10px;
}
.swiper-viewport .swiper-pagination {
  bottom: 30px;
}
.swiper-viewport .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  margin: 0 8px;
  background: #fff;
  opacity: 0.5;
}
.swiper-viewport .swiper-pagination-bullet-active {
  opacity: 1;
}

/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  /*border-radius: 4px;*/
}

.pagination > li {
  display: inline;
}

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

.pagination > li > a {
  color: #221F20;
}

.pagination > li > span, .pagination > li > a:hover {
  color: #1586DB;
}

.panel-body {
  padding: 20px 0;
}

.panel-body-group {
  margin-bottom: 20px;
}

h4.panel-title {
  margin: 0;
  padding: 14px 0 12px;
  border-bottom: 1px solid #E6E6E6;
  color: #BFBFBF;
}
h4.panel-title a {
  color: #221F20;
  position: relative;
}
h4.panel-title a:hover {
  text-decoration: none;
}
h4.panel-title a:after {
  position: absolute;
  top: 7px;
  right: -10px;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 4px;
  vertical-align: top;
  width: 4px;
  transform: rotate(135deg);
  transition: transform 0.2s;
}
h4.panel-title a[aria-expanded=true]:after {
  transform: rotate(-45deg);
  top: 9px;
}
h4.panel-title a:focus {
  text-decoration: none;
  outline: none;
}

.bootstrap-datetimepicker-widget thead tr:first-child th,
.bootstrap-datetimepicker-widget th {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  background-color: #1EA7F4 !important;
  border-radius: 18px !important;
  text-shadow: none !important;
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
  border-radius: 18px;
}

.bootstrap-datetimepicker-widget td.active.today:before {
  display: none;
}

.bootstrap-datetimepicker-widget td span {
  border-radius: 28px !important;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #1EA7F4 !important;
  text-shadow: none !important;
}

.modal-content {
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.modal-header {
  border-color: #E6E6E6;
}

.modal-footer {
  border-top: 0;
}

h4.modal-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #7F7F7F;
}

.modal-body {
  font-weight: 300;
  font-size: 14px;
}

.modal-body .alert, .alert.alert-static {
  position: static;
  background-color: transparent;
  color: #C8453D;
  box-shadow: none;
  padding: 5px 0;
  margin: 0;
}

.modal-body .sub-header {
  font-size: 14px;
}

.list-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 9px;
  border-bottom: 1px solid #E7E7E7;
}
.list-controls .list-control-group label {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  padding-right: 8px;
  margin-bottom: 0;
}

.pseudo-select {
  display: inline-block;
}
.pseudo-select ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 29px;
  left: -10px;
  display: none;
  z-index: 99;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.03);
}
.pseudo-select ul li {
  border-top: 1px solid #E6E6E6;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}
.pseudo-select ul li:first-child {
  border-top: 0;
}
.pseudo-select ul li span {
  display: block;
  color: #221F20;
  padding: 6px 10px;
  cursor: pointer;
}
.pseudo-select ul li span:hover {
  text-decoration: none;
  background-color: #1EA7F4;
  color: #fff;
}

.pseudo-select-current {
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #221F20;
  padding-right: 5px;
}
.pseudo-select-current:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -5px;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 4px;
  vertical-align: top;
  width: 4px;
  transform: rotate(135deg);
}

.input-group .pseudo-select-current {
  padding: 6px 0;
}

.alert-success {
  background-color: #51a351;
  /*#4D9426;/*#68C934;*/
  color: #fff;
}

.alert-info {
  background-color: #45ABCD;
  color: #fff;
}

.alert-warning {
  background-color: #ff9800;
  color: #fff;
}

.alert-danger {
  background-color: #C8453D;
  /*#9E170E;*/
  color: #fff;
}

.alert {
  padding: 20px;
}
.alert a {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 767px) {
  .alert {
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .alert {
    top: 20px;
    right: 20px;
    width: 300px;
  }

  .modal-body {
    padding: 15px 28px;
  }
  .modal-body .sub-header {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .modal-header {
    padding: 20px 28px;
  }
}
@media (min-width: 1200px) {
  #product-category .breadcrumb {
    font-size: 12px;
  }
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #E5E5E5;
}

.subcategories {
  margin-top: 40px;
}
.subcategories h3 {
  border-bottom: 1px solid #E7E7E7;
  /*margin-top: 30px;*/
  padding-bottom: 8px;
}
.subcategories ul {
  margin-top: 12px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.subcategories ul li {
  margin-bottom: 14px;
}
.subcategories ul li a {
  font-weight: 300;
  font-size: 12px;
  color: #1586DB;
}
.subcategories ul li:last-child {
  margin-bottom: 0;
}

.header-container {
  display: grid;
  grid-template-areas: "logo serv" 
                       "cart cart" 
                       "search search";
  /*grid-template-rows: 1fr 1fr;*/
  grid-template-columns: 215px 1fr auto;
  align-items: flex-start;
}

#logo {
  grid-area: logo;
}

#top-links {
  grid-area: serv;
  justify-self: right;
}

#cart {
  grid-area: cart;
}

#search {
  grid-area: search;
}

#form-language {
  grid-area: lang;
}

@media (min-width: 768px) {
  .header-container {
    grid-template-areas: "logo logo serv cart" 
                         "logo logo search search";
    grid-template-columns: 265px 20px 1fr 213px;
    align-items: normal;
  }
  
  #top-links { justify-self: left; }

  /*    #top-links, #form-language {
          align-self: 
      }*/
  /*    #form-language {
          grid-area: lang;
          position: relative;
          right: 0;
      }*/
}
@media (min-width: 992px) {
  .header-container {
    grid-template-columns: 265px minmax(20px, 20%) 1fr 213px;
  }
  /* moved from 768 */
  /*    #form-language {
          grid-area: lang;
      }*/
}
@media (min-width: 1200px) {
  .header-container {
    grid-template-areas: "logo search cart serv";
    grid-template-columns: 265px 1fr auto auto;
    align-items: center;
  }

  /*    #form-language {
          position: relative;
      }*/
}
@media (min-width: 1200px) {
  #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-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-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%;
}

#column-right {
  margin-top: 40px;
}
#column-right .list-group {
  max-width: 160px;
  width: 100%;
  float: right;
}

#column-left .list-group {
  margin-top: 20px;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.content {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

legend {
  font-size: 16px;
  line-height: 19px;
  color: #7F7F7F;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  padding-top: 15px;
}

.section-header {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #7F7F7F;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
  padding-top: 15px;
  margin-bottom: 0;
}

label {
  /*font-size: 12px;*/
  font-weight: normal;
}

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: 12px;*/
}

.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;
}

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

.form-control {
  border: 1px solid #7F7F7F;
  border-radius: 18px;
  padding: 6px 20px;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  color: #221F20;
}

.form-control:focus {
  border-color: #1586DB;
  box-shadow: none;
}

textarea.form-control {
  padding-top: 11px;
  padding-bottom: 11px;
}

label.control-label {
  /*:not([class^="label-visibled"])*/
  display: none;
}

label.label-visibled {
  display: block !important;
}

label.auto-label {
  width: auto;
  padding-right: 0;
  padding-left: 15px;
  padding-top: 7px;
  float: left;
}

.control-button {
  position: absolute;
  top: 6px;
  right: 16px;
  border: 0;
  background: transparent;
  padding: 0;
}

.pseudo-select {
  position: relative;
  outline: none;
}

/*div.required .control-label:before {*/
div.required:before {
  content: "* " !important;
  color: #EC2027;
  display: inline-block !important;
  left: 14px;
  position: absolute;
  margin-top: 8px;
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
}

.form-horizontal .form-group {
  margin-left: 0;
}

.form-horizontal.form-no-margin .form-group {
  margin-left: -15px;
}
.form-horizontal.form-no-margin div.required:before {
  left: -4px;
}

.extra-top-margin {
  margin-top: 20px;
}

.label-in-line-text {
  margin-right: 15px;
}

.label-in-line-el {
  margin-right: 15px;
}

.text-danger {
  color: #EC2027;
}

.form-group.has-error .text-danger {
  font-size: 12px;
  padding-left: 20px;
  margin-top: 8px;
}

.has-error .form-control {
  border-color: #EC2027;
}

.form-note {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #7F7F7F;
}

.label-as-legend {
  font-size: 16px;
  line-height: 19px;
  color: #7F7F7F;
}

.buttons.with-agree {
  display: flex;
  flex-direction: column;
}
.buttons.with-agree .btn-primary {
  margin-right: 20px;
}
.buttons.with-agree .register-button {
  order: 2;
}
.buttons.with-agree .register-agree {
  order: 1;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

/*@media screen and (max-width: 767px){
    div.required:before {
        left: 4px;
    }
}*/
@media screen and (min-width: 768px) {
  .buttons.with-agree {
    flex-direction: row;
    align-items: center;
  }
  .buttons.with-agree .register-agree {
    order: 3;
    padding-bottom: 0;
  }
}
/* menu */
.menu-wrapper {
  margin-top: 20px;
  background: linear-gradient(91.56deg, #084177 0.03%, #76A3E0 99.97%);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

#menu {
  min-height: 40px;
}
#menu .navbar-nav {
  margin: 0;
}

#menu.navbar {
  border: 0;
  border-radius: 0;
}

#menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  /*float: left;*/
  /* background: linear-gradient(90.1deg, #0E8DE1 0.03%, #087FCE 99.97%); */
  /*box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);*/
}

#menu .nav > li > a {
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  /*    padding: 10px 15px 10px 15px;
      min-height: 15px;*/
  padding: 9px 15px 9px 20px;
  line-height: 16px;
  background-color: transparent;
  display: inline-block;
}

#menu .nav > li.dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  height: 4px;
  vertical-align: top;
  width: 4px;
  transform: rotate(135deg);
}

#menu .nav > li:hover, #menu .nav > li.open {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  background-color: #76A3E0;
}

/*#menu .nav > li:first-child > a {
    padding-left: 0;
}*/
#menu .dropdown-menu {
  background: linear-gradient(180deg, #76A3E0 0%, #084177 100%);
  /*background: #1EA7F4;*/
  padding-bottom: 0;
  border-radius: 0;
  border: 0;
  /*box-shadow: inset 0px 2px 4px rgba(14,141,225, 0.9);*/
}

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

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

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #fff;
  /*333333;*/
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #5888C3;
  /*#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: 12px;
  color: #ffffff;
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  /*	background-color: #229ac8;
  	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  	background-repeat: repeat-x;*/
  /*    background-color: rgb(0, 164, 242);
      background-image: linear-gradient(to bottom, rgb(0, 164, 242), #1661A4);
      background-repeat: repeat-x;*/
  background: #3D70A9;
  /*linear-gradient(91.56deg, #0E8DE1 0.03%, #087FCE 99.97%);*/
}

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

#menu .navbar-toggle {
  /*	font-size: 15px;
  	font-stretch: expanded;
  	color: #FFF;
  	padding: 2px 18px;
  	float: right;
          background-color: #00A4F2;
          border-color: #1f90bb #1f90bb #145e7a;*/
  color: #fff;
  padding: 14px 18px;
  margin: 0;
  /*float: left;*/
  order: 3;
}
#menu .navbar-toggle:active {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  outline: none;
}

/*#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #1661A4;
}*/
#menu .icon-phone-w {
  vertical-align: baseline;
  margin-right: 10px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-header {
  /*float: right;*/
  display: flex;
  float: none;
}

.header-contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*float: left;*/
  margin-left: 10px;
  margin-top: 9px;
  margin-bottom: 8px;
  order: 2;
  flex-grow: 1;
}
.header-contacts a {
  color: #fff;
  font-size: 9px;
  margin-left: 10px;
}
.header-contacts a:last-child {
  text-transform: uppercase;
}
.header-contacts a .icon {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .header-contacts a {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  /*    .navbar-header {
          float: none;
      }*/
  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    /*float: right;*/
    order: 1;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  #menu .navbar-collapse {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #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: #fff;
  }

  #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: #fff;
  }
}
/*@media (min-width: 500px)and(max-width: 992px){
    #menu { 
        .navbar-nav {
            width: 200px;
            float: right !important;
        }
    }
}*/
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .btn-navbar {
    padding: 5px 18px;
  }

  .header-contacts {
    /*float: right;*/
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    order: 1;
  }
  .header-contacts a {
    font-size: 14px;
    line-height: 14px;
    margin-left: 28px;
  }
  .header-contacts a:first-child {
    margin-left: 0;
  }
  .header-contacts a :last-child {
    font-size: 12px;
  }
  .header-contacts a .icon {
    margin-bottom: 0;
  }
  .header-contacts .icon-phone-w {
    background-position: 0 -19px;
    width: 14px;
    height: 11px;
  }
  .header-contacts .icon-email-w {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: right;
  }
  #menu {
    background: transparent;
    box-shadow: none;
  }
  #menu .nav > li > a {
    padding: 12px 15px 12px 20px;
  }
  #menu .nav > li.dropdown > a {
    display: block;
  }
  #menu .nav > li.dropdown > a::after {
    bottom: 6px;
    left: 50%;
    margin-left: -2px;
    top: auto;
    right: auto;
    margin-top: 0;
  }
  #menu .navbar-collapse {
    margin-left: -15px;
  }

  .header-contacts {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .menu-wrapper {
    margin-top: 10px;
  }
}
/* return-policy page */
.return-policy ul {
  font-weight: 300; 
}
.return-policy b{
  font-weight: 500; 
}
/* terms and conditions */
.terms-conditions h2 {
  font-weight: 500;
}
.terms-conditions ul {
  font-weight: 300; 
}
/* buttons */
.buttons {
  margin: 15px 0;
}

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

.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: #777;
  	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  	background-color: #e7e7e7;
  	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  	background-repeat: repeat-x;
  	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;*/
}

.btn-primary {
  position: relative;

  /*	color: #ffffff;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgb(0, 164, 242);
      background-image: linear-gradient(to bottom, rgb(0, 164, 242), #1661A4);
      background-repeat: repeat-x;
      border-color: rgb(0, 164, 242) #1f90bb #1661A4;*/
  color: #221F20;
  font-size: 14px;
  text-shadow: none;

  background: #fff;
  border: 1px solid #221F20;
  box-shadow: none;
  outline: none;
  transition: background .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}

.btn-primary::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;

  background: linear-gradient(90deg,#084177, #76A3E0);
  border-radius: inherit;
}

.btn-primary:active::after, .btn-primary.active::after {
  opacity: 1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  border-color: transparent;
  background: transparent;
}

input.btn-primary:hover, input.btn-primary:focus, input.btn-primary:active {
  background: linear-gradient(90deg,#084177, #76A3E0) no-repeat;
  background-clip: padding-box; 
  border-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
}

.btn-primary:hover::after, .btn-primary:focus::after {
  opacity: 1;
}

.btn-primary.disabled, .btn-primary[disabled] {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled::after, .btn-primary[disabled]::after {
  display: none;
}

#d_quickcheckout .btn-primary::after {
  display: none;
}

.btn-action {
  color: #fff;
  border: 0;
  background: #008BD9;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-action:active, .btn-action.active {
  margin-bottom: 1px;
  outline: none;
}

.btn-action:hover, .btn-action:focus {
  color: #fff;
  margin-bottom: 1px;
  outline: none;
}

.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);
}

/* 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;
}

.btn-list-action {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #1586DB;
  /*rgba(34, 31, 32, 0.1);*/
  border-radius: 20px;
  position: relative;
  /*margin-right: 10px;*/
}
.btn-list-action .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  margin-right: 0;
}
.btn-list-action:hover {
  border: 1px solid #084177;
  background-color: #084177;
  /*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
}
.btn-list-action:last-child {
  margin-right: 0;
}

.icon {
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url(/image/catalog/ikticons.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.icon-login {
  background-position: 0 -96px;
  height: 17px;
}

.icon-account {
  background-position: 0px -63px;
  height: 17px;
}

.icon-favorites {
  background-position: -32px 0;
}

a:hover .icon-favorites {
  background-position: -48px 0;
}

.icon-compare {
  background-position: -15px -132px;
  height: 15px;
}

.icon-checkout {
  background-position: 0 0;
  margin-left: 1px;
  margin-right: 1px;
}

.icon-checkout-bl {
  background-position: -16px 0px;
}

.icon-sort {
  background-position: -31px -132px;
}

.icon-cart {
  background-position: -16px -48px;
}

a:hover .icon-cart, .btn-list-action:hover .icon-cart {
  background-position: 0 -48px;
}

.icon-search {
  background-position: 0 -80px;
  /*-16px -79px;*/
  /*    width: 14px;
      height: 14px;*/
  margin-top: 5px;
  margin-right: 7px;
}

.icon-delete-bl {
  background-position: -41px -28px;
  /*width: 12px; height: 17px;*/
}

.icon-delete {
  background-position: -48px -97px;
}

a:hover .icon-delete, .btn-list-action:hover .icon-delete {
  background-position: -32px -97px;
}

.icon-edit {
  background-position: -15px -32px;
}

a:hover .icon-edit {
  background-position: 0 -32px;
}

.icon-view {
  background-position: -48px -32px;
}

a:hover .icon-view {
  background-position: -32px -32px;
}

.icon-reply {
  background-position: -48px -64px;
}

a:hover .icon-reply {
  background-position: -32px -64px;
}

.icon-update {
  background-position: -16px -146px;
}

a:hover .icon-update, .btn-list-action:hover .icon-update {
  background-position: 0 -146px;
}

.icon-calendar {
  background-position: -32px -80px;
}

.icon-phone-w {
  background-position: -33px -147px;
  width: 23px;
  height: 18px;
}

.icon-email-w {
  background-position: 0px -115px;
  width: 23px;
  height: 17px;
}

.icon-menu {
  background-position: -26px -115px;
  width: 23px;
  height: 17px;
}

.icon-phone {
  background-position: -16px -17px;
  /*width: 12px; height: 11px;*/
}

.icon-fax {
  background-position: -32px -16px;
  /*width: 12px; height: 12px;*/
}

.icon-location {
  background-position: 0px -133px;
  /*width: 12px; height: 12px;*/
}

.icon-email {
  background-position: -48px -16px;
  /*width: 12px; height: 11px;*/
}

.icon-caret {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #221F20;
  display: inline-block;
  vertical-align: middle;
  height: 4px;
  width: 4px;
  transform: rotate(135deg);
}

/*@media (min-width: 768px) {
    .icon-search {
        background-position: 0px -79px;
        width: 16px; height: 16px;
    }
}*/
.table > thead > tr > th, .table > thead > tr > td {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #7F7F7F;
  border-bottom: 0;
  padding: 12px;
}

.table.table-important > thead > tr > th, .table.table-important > thead > tr > td,
.table.table-info > thead > tr > th, .table.table-info > thead > tr > td {
  font-weight: normal;
  border-bottom: 1px solid #E6E6E6;
}

.table-important > tbody > tr > td {
  /*font-size: 16px;*/
  font-weight: 300;
  border-top: 0;
}

.table-info > tbody > tr > td {
  font-weight: 300;
  font-size: 12px;
  border-top: 0;
}

.table-info td.table-key, .table-important td.table-key {
  font-weight: normal !important;
}

.table.table-list > tbody > tr > td {
  padding: 13px 12px;
}

.table-list tr {
  border-bottom: 1px solid #E6E6E6;
}

#cart {
  position: relative;
  margin-bottom: 15px;
  margin-top: 4px;
}
#cart .table > thead > tr > th, #cart .table > tbody > tr > th, #cart .table > tfoot > tr > th, #cart .table > thead > tr > td, #cart .table > tbody > tr > td, #cart .table > tfoot > tr > td {
  border-top: none;
}
#cart .dropdown-menu {
  overflow: hidden;
  margin-top: 4px;
  min-width: 100%;
  z-index: 1001;
  background: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  /*        table {
              margin-bottom: 10px;
          }*/
}
#cart .dropdown-menu .img-thumbnail {
  width: 30px;
  max-width: 60px;
}
#cart .cart-btn-delete {
  border: 0;
  background: transparent;
}
#cart .cart-table-summary {
  background: #fff;
  color: #7F7F7F;
}
#cart .cart-table-summary:first-of-type {
  border-top: 1px solid #E6E6E6;
}
#cart .cart-table-summary:last-of-type {
  border-bottom: 1px solid #E6E6E6;
}
#cart .cart-table-summary-value {
  color: #221F20;
}
#cart .cart-products {
  font-size: 10px;
}
#cart .cart-products a {
  color: #221F20;
}
#cart .cart-actions {
  margin: 20px 20px;
  font-size: 14px;
  text-align: right;
}
#cart .cart-actions a {
  margin-left: 24px;
}
#cart > .btn {
  position: relative;

  color: #221F20;
  font-size: 14px;
  text-shadow: none;

  background: #fff;
  border: 1px solid #221F20;
  box-shadow: none;
  outline: none;
  transition: background .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}
#cart > .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;

  background: linear-gradient(90deg,#084177, #76A3E0);
  border-radius: 20px;
}
#cart > .btn .icon-cart {
  background-position: -48px -48px;
  vertical-align: top;
  transition: background-position 150ms ease-out;
}
#cart .cart-actions a:hover .icon-cart {
  background-position: -16px -48px;
}

#cart.open > .btn, #cart > .btn:hover, #cart > .btn:focus {
  color: #fff;
  background: transparent;
  border-color: #084177;
}
#cart.open > .btn .icon-cart, #cart > .btn:hover .icon-cart, #cart > .btn:focus .icon-cart {
  background-position: -32px -48px;
}

.cart-empty {
  padding: 1em 0;
  margin: 0;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
  /* #cart .dropdown-menu li > div {
     min-width: 100%;
  }*/
}
@media (min-width: 768px) and (max-width: 1200px) {
  #cart .dropdown-menu {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #cart {
    margin: -10px 0 0 0;
    /*        &.open > .btn, > .btn:hover, > .btn:focus {
                .icon-cart {
                    background-position: 0 -48px;
                }
            }*/
  }
  #cart > .btn {
    width: 213px;
    font-size: 12px;
    padding: 8px 15px 10px;
    height: 40px;
  }
  #cart > .btn .icon-cart {
    vertical-align: text-bottom;
  }
  #cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  /*    #cart {
          margin: -10px 0 0 0;

          > .btn {
              width: 213px;
              font-size: 12px;
              padding: 8px 15px 10px;
              height: 40px;

              .icon-cart {
                  vertical-align: bottom;
              }
          }
          .dropdown-menu {
              li > div {
                  min-width: 427px;
              }
          }
      }*/
  #cart {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #cart {
    margin: 0 18px;
  }
}
/* product list */
.product-thumb {
  /*border-radius: 4px;*/
  margin-bottom: 50px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
  float: left;
  margin-right: 20px;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb h4 {
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  /*min-height: 64px;*/
  margin-bottom: 15px;
}
.product-thumb h4 a {
  color: #221F20;
}
.product-thumb .price-new {
  display: block;
}
.product-thumb .button-group {
  display: flex;
  margin-top: 12px;
  align-items: center;
}
.product-thumb .button-group button {
  border: none;
  display: inline-block;
  /*float: left;*/
  background-color: transparent;
  font-size: 12px;
  line-height: 1.2;
  color: #1586DB;
  cursor: pointer;
  text-align: left;
  padding: 0;
  margin-right: 5px;
}
.product-thumb .button-group > button {
  position: relative;
  padding: 6px 16px;
  margin-right: 14px;
  color: #221F20;
  text-align: center;

  border: 1px solid #221F20;
  border-radius: 20px;
  background-color: transparent;
  transition: border-color 150ms ease-out, color 150ms ease-out;
}
.product-thumb .button-group > button:after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;

  border-radius: 20px;
  background: linear-gradient(90deg, #084177, #76A3E0);
  opacity: 0;
  transition: opacity .2s ease-out;
}
.product-thumb .button-group > button:hover {
  color: #fff;
  border-color: transparent;
}
.product-thumb .button-group > button:hover:after{
  opacity: 1;
}
.product-thumb .button-group button.product-button-dummy {
  cursor: default;
  outline: none;
  color: #BFBFBF;
  border-color: #BFBFBF
}
.product-thumb .button-group button.product-button-dummy:hover {
  text-decoration: none;
}
.product-thumb .button-group > button.product-button-dummy:hover:after {
  opacity: 0;
}
.product-thumb .button-group button + button {
  margin-right: 0;
}

@media (min-width: 768px) {
  .product-grid .product-thumb .image, #common-home .product-thumb .image {
    float: none;
    margin-right: 0;
  }
  .product-grid .product-thumb .caption, #common-home .product-thumb .caption {
    margin-left: 0;
    /*min-height: 130px;*/
  }
  .product-grid .product-thumb .caption h4, #common-home .product-thumb .caption h4 {
    min-height: 64px;
  }
}
.product-card-serv-buttons button:hover .icon, .product-thumb > div button:hover .icon {
  margin-bottom: 1px;
}

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

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #E69500;
}

h2.price {
  margin: 0;
}

.price {
  font-size: 14px;
  font-weight: 500;
}

.price-wrapper {
  padding: 0.5rem 0 1.6rem;
}

.price-call {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1586DB;
}

.price-sale {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.special-price, .price-new {
  color: #EC2027;
}

.price-old {
  position: relative;
  color: #BFBFBF;
}
.price-old:before {
  border-bottom: 1px solid #FF9EA2;
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
}

.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;
	}
}*/
.category-img {
  border: 0;
}

@media (max-width: 767px) {
  .category-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .product-card-serv-buttons button:focus .icon, .product-thumb > div button:focus .icon {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .category-img {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
.product-card {
  display: flex;
  flex-direction: column;
}
.product-card .price-sale .price-new {
  display: block;
}
.product-card .short_description {
  display: none;
}
.product-card div.required:before {
  display: none !important;
}

.product-card-img {
  flex: 0 0 265px;
}

.product-card-sdesc {
  display: none;
  position: relative;
  /*flex: 0 0 410px;*/
  flex-grow: 1;
  max-width: 410px;
  padding-left: 30px;
  padding-right: 25px;
}
.product-card-sdesc:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  height: calc(100% - 40px);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.product-card-sdesc h3 {
  display: none;
}
.product-card-sdesc h2 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.product-card-right {
  /*padding-left: 32px;*/
  max-width: 320px;
}
.product-card-right .price-wrapper {
  padding: 0px 0 28px;
}

.product-card-right .price-wrapper.no-price{
  padding: 0px 0 10px;
}
.product-card-right #input-quantity {
  margin-bottom: 20px;
}

.product-card-model {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #7F7F7F;
  margin-bottom: 10px;
}

.product-card-serv-buttons {
  margin-top: 9px;
}
.product-card-serv-buttons button {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0px 4px;
}

.product-gallery {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.product-gallery .thumbnail {
  flex: 0 0 78px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.product-gallery .thumbnail:nth-child(3n) {
  margin-right: 0;
}

.product-card-serv-buttons .icon-favorites, .product-thumb .icon-favorites {
  background-position: -48px 0;
}

.product-description-wrap {
  margin-top: 40px;
  max-width: 675px;
}
.product-description-wrap strong, .product-description-wrap em {
  font-weight: 500;
  font-style: normal;
}
.product-description-wrap li {
  font-weight: 300;
}
.product-description-wrap td {
  font-weight: 300;
  padding: 3px 2px;
}
.product-description-wrap .nav-tabs li a {
  margin-bottom: 0;
}

.pr-td-caption, .product-description-wrap th {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0 5px;
  font-weight: 500;
}

.tab-content table {
  width: 100% !important;
}
.tab-content img {
  max-width: 100%;
}
.tab-content h2 {
  font-size: 1.8rem;
}

.category-desc strong {
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-description-wrap .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .product-description-wrap .nav-tabs li {
    flex-grow: 1;
    text-align: center;
  }
  .product-thumb .button-group > button {
    padding: 6px;
    border-radius: 13px;
  }
}
@media (min-width: 768px) {
  .product-card {
    flex-direction: row;
  }

  .product-card-right {
    padding-left: 32px;
    min-width: 320px;
    max-width: auto;
  }

  .product-description-wrap {
    margin-top: 84px;
  }
}
@media (min-width: 992px) {
  .product-card-sdesc {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product-description-wrap {
    margin-top: 140px;
  }
}
/*.contact-left {
    margin-top: 30px;
}
.contact-right {
    margin-top: 15px;
}

.contact-form legend {
    border: 0;
    font-size: 14px;
}*/
.contact-data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-data ul li {
  margin-bottom: 12px;
}
.contact-data ul .icon {
  margin-right: 4px;
  vertical-align: middle;
}

.contact-address address {
  line-height: 2.3;
}

.contact-left .h1 {
  margin-top: 36px;
  margin-bottom: 25px;
}

.contact-right .buttons {
  text-align: center;
}

@media (min-width: 768px) {
  .contact-left .h1 {
    margin-top: 56px;
  }

  .contact-address address {
    margin-top: -6px;
  }
}
@media (min-width: 1200px) {
  .contact-right .buttons {
    text-align: left;
  }
}
#account-account h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
#account-account .list-unstyled {
  font-weight: 300;
}
#account-account .list-unstyled li {
  margin-bottom: 15px;
}

#account-login .form-note {
  margin-bottom: 16px;
}
#account-login .well {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#account-address .content-inner {
  position: relative;
  max-width: 445px;
}
#account-address .table td {
  font-weight: 300;
}

.forgot-email {
  padding-top: 10px;
  font-weight: 300;
}

.checkout-register .form-group {
  margin-left: 15px;
}

@media screen and (min-width: 992px) {
  #account-login .well {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #account-login .well:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    display: block;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #account-login .buttons {
    margin-bottom: 0;
  }
}
#account-forgotten h1 {
  margin-bottom: 20px;
}
#account-forgotten .form-note {
  margin-bottom: 25px;
}
#account-forgotten .buttons {
  margin: 10px 0;
}

#account-register h1 {
  margin-bottom: 20px;
}
#account-register legend {
  max-width: 445px;
}
#account-register .subsrcibe {
  margin-top: 10px;
}

#account-address .table, .account-order-list .table {
  border-bottom: 1px solid #ddd;
}

.account-form input[name=quantity] {
  max-width: 82px;
}

#account-return {
  /*    .buttons {
          display: flex;
          flex-direction: column;
      }*/
}
#account-return .table > tbody > tr > td:first-child, #account-return .table > thead > tr > td:first-child, #account-return .table.table-list > tbody > tr > td:first-child {
  padding-left: 0;
}
#account-return .table.table-list > tbody > tr > td {
  padding: 12px 12px;
  font-weight: 300;
}

#account-order .jspContainer > .jspVerticalBar, #account-return .jspContainer > .jspVerticalBar {
  display: none;
}

#product-compare strong, #product-compare em {
  font-style: normal;
  font-weight: 500;
}
#product-compare a strong {
  font-weight: 300;
}
#product-compare .table > thead > tr > th, #product-compare .table > thead > tr > td {
  padding: 8px;
  font-style: normal;
  font-weight: 500;
}
#product-compare .table > thead > tr > th, #product-compare .table > thead > tr > td, #product-compare .table > tbody > tr > td {
  color: #221F20;
}
#product-compare .table > tbody > tr > td {
  font-weight: 300;
}
#product-compare .table-no-outer > tbody > tr > td:first-child {
  font-weight: 400;
}
#product-compare .table-no-outer {
  margin-bottom: 30px;
}
#product-compare .table-no-outer h2 {
  font-size: 16px;
  margin: 10px 0 5px;
}

@media screen and (min-width: 450px) and (max-width: 767px) {
  .account-form .form-control, .account-form .jq-selectbox, .checkout-register .form-control, .checkout-register .jq-selectbox {
    max-width: 362px;
  }
  .account-form .pseudo-select, .checkout-register .pseudo-select {
    max-width: 362px;
  }
}
@media screen and (min-width: 768px) {
  /*    #account-register, #account-return {
          .buttons {
              flex-direction: row;
              align-items: center;
          }
          .register-agree {
              order: 3;
              padding-bottom: 0;
          }
      }*/
  .account-form .form-control, .account-form .jq-selectbox {
    max-width: 236px;
  }
  .account-form .pseudo-select {
    max-width: 153px;
  }
}
@media screen and (min-width: 992px) {
  #account-address .content-inner .buttons {
    position: absolute;
    top: -76px;
    right: -256px;
  }
}
@media screen and (min-width: 1200px) {
  #account-address .content-inner .buttons {
    right: -290px;
  }
}
#information-information p {
  max-width: 635px;
}
#information-information hr {
  max-width: 730px;
  text-align: left;
  margin-left: 0;
}

/*#checkout-checkout {
    .panel-body-group:last-child {
        margin-bottom: 0;
    }
}*/
.paypal-button {
  text-align: center;
}

#account-wishlist .buttons-action {
  display: block;
  margin-bottom: 10px;
}

#account-wishlist .scroll-pane, #account-order .scroll-pane, #account-reward .scroll-pane, #account-return .scroll-pane, #account-transaction .scroll-pane {
  max-width: 822px;
}

#account-return .table, #account-return h3 {
  max-width: 822px;
}

#checkout-cart .table > thead > tr > th.table-product-name-h, #account-wishlist .table > thead > tr > th.table-product-name-h {
  padding-left: 0;
}
#checkout-cart .table > tbody > tr > td.table-product-image, #account-wishlist .table > tbody > tr > td.table-product-image {
  padding-left: 0;
  padding-right: 0;
}
#checkout-cart .table > tbody > tr > td.table-product-image img, #account-wishlist .table > tbody > tr > td.table-product-image img {
  width: 60px;
  max-width: 60px;
}
#checkout-cart .table > tbody > tr > td.table-product-total, #account-wishlist .table > tbody > tr > td.table-product-total {
  font-size: 14px;
}
#checkout-cart .table > tbody > tr > td.table-product-name, #account-wishlist .table > tbody > tr > td.table-product-name {
  min-width: 100px;
}
#checkout-cart .table > tbody > tr > td.table-product-price-wrap, #account-wishlist .table > tbody > tr > td.table-product-price-wrap {
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
#checkout-cart .table > tbody > tr > td.table-product-model, #account-wishlist .table > tbody > tr > td.table-product-model {
  font-weight: 300;
  color: #221F20;
  padding-top: 30px;
}
#checkout-cart .table > tbody > tr > td.table-product-total, #account-wishlist .table > tbody > tr > td.table-product-total {
  padding-top: 26px;
}
#checkout-cart .table > tbody > tr > td.table-product-qnt input, #account-wishlist .table > tbody > tr > td.table-product-qnt input {
  margin-top: 8px;
  width: 52px;
}
#checkout-cart .table > tbody > tr > td.table-product-action, #account-wishlist .table > tbody > tr > td.table-product-action {
  white-space: nowrap;
}
#checkout-cart .table > tbody > tr > td.table-product-action .btn, #account-wishlist .table > tbody > tr > td.table-product-action .btn {
  margin-top: 3px;
}
#checkout-cart .table, #account-wishlist .table {
  /*font-size: 12px;*/
  margin-bottom: 7px;
}
#checkout-cart .table a, #account-wishlist .table a {
  color: #221F20;
}
#checkout-cart .table a:hover, #account-wishlist .table a:hover {
  text-decoration: underline;
}
#checkout-cart h2, #account-wishlist h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
}
#checkout-cart #cart-ext-tabs, #account-wishlist #cart-ext-tabs {
  /*        .nav-tabs>li {
              font-size: 16px;
              font-weight: normal;
              line-height: 19px;

              >a {
                  color: #7F7F7F;
                  &.collapsed {
                      color: #7F7F7F;
                  }
                  &:focus {
                      text-decoration: none;
                  }
              }
              &.active >a {
                  color: #221F20;
              }
          }*/
}
#checkout-cart #cart-ext-tabs .nav-tabs > li, #account-wishlist #cart-ext-tabs .nav-tabs > li {
  float: none;
}
#checkout-cart #cart-ext-tabs .panel-body, #account-wishlist #cart-ext-tabs .panel-body {
  padding: 20px 0;
}
#checkout-cart .buttons, #account-wishlist .buttons {
  margin-top: 30px;
}
#checkout-cart .buttons a, #account-wishlist .buttons a {
  margin-right: 15px;
}

table.cart-ext-summary td {
  padding: 10px 15px 10px 0;
  color: #7F7F7F;
  font-size: 20px;
  line-height: 23px;
}
table.cart-ext-summary tr:last-child td {
  color: #221F20;
}

table.cart-ext-summary.small td {
  padding: 6px 10px 6px 0;
  color: #7F7F7F;
  font-size: 14px;
}
table.cart-ext-summary.small tr:last-child td {
  color: #221F20;
}

.table-product-name-wrap {
  margin-bottom: 20px;
}

.table-product-stock-wrap {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

#product-category .breadcrumb {
  margin-bottom: 20px;
}

.product-list-container {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 10px;
}

.product-list-results {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #808080;
  margin-top: -27px;
  display: none;
}

#product-category .list-controls, #product-search .list-controls {
  /*justify-content: space-between;*/
  display: grid;
  grid-template-areas: "sort sort" "show pager" "compare compare";
  /*grid-template-rows: 1fr 1fr;*/
  grid-template-columns: auto 1fr;
  margin-top: 40px;
  margin-bottom: 22px;
}
#product-category .list-controls .compare-button, #product-search .list-controls .compare-button {
  margin-bottom: 0;
}
#product-category .list-controls .compare-button a, #product-search .list-controls .compare-button a {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
#product-category .list-controls > div, #product-search .list-controls > div {
  margin-bottom: 16px;
}
#product-category #list-control-view, #product-search #list-control-view {
  grid-area: view;
}
#product-category #list-control-sort, #product-search #list-control-sort {
  grid-area: sort;
  /*text-align: right;*/
  padding-right: 10px;
  margin-left: -6px;
}
#product-category #list-control-show, #product-search #list-control-show {
  grid-area: show;
}
#product-category #list-control-compare, #product-search #list-control-compare {
  grid-area: compare;
}
#product-category #list-control-pager, #product-search #list-control-pager {
  grid-area: pager;
  text-align: right;
}
#product-category .product-list-pager-bottom, #product-search .product-list-pager-bottom {
  text-align: center;
}
#product-category .product-list-pager-top .pagination, #product-search .product-list-pager-top .pagination {
  vertical-align: middle;
}
#product-category .product-list-pager-top .pagination > li > span, #product-category .product-list-pager-top .pagination > li > a, #product-search .product-list-pager-top .pagination > li > span, #product-search .product-list-pager-top .pagination > li > a {
  padding: 0px 8px;
}
#product-category .product-list-pager-top .pagination > li:first-child > span, #product-category .product-list-pager-top .pagination > li:first-child > a, #product-search .product-list-pager-top .pagination > li:first-child > span, #product-search .product-list-pager-top .pagination > li:first-child > a {
  padding-left: 3px;
}
#product-category .product-list-pager-top .pagination > li:last-child > span, #product-category .product-list-pager-top .pagination > li:last-child > a, #product-search .product-list-pager-top .pagination > li:last-child > span, #product-search .product-list-pager-top .pagination > li:last-child > a {
  padding-right: 0;
}
#product-category .pagination, #product-search .pagination {
  margin: 0;
}
#product-category .compare-button, #product-search .compare-button {
  order: 1;
}

#product-search .search-a-input-wrap {
  display: flex;
  align-items: center;
}
#product-search .search-a-input-wrap label {
  display: inline-block !important;
  margin-right: 15px;
  white-space: nowrap;
}
#product-search .search-a-input-wrap input {
  flex-grow: 1;
}
#product-search .search-a-form-group {
  margin-bottom: 20px;
}
#product-search .search-a-check {
  margin-top: 20px;
}
#product-search h2 {
  margin-top: 40px;
}
#product-search .list-controls {
  margin-top: 20px;
}

#common-home {
  /*    .tab-content {
          margin-bottom: 20px;
      }*/
  /*    .nav-tabs {
          border-bottom: 0;
          border-radius: 3px;
          margin-bottom: 20px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          flex-wrap: wrap;
          overflow-x: visible;
          overflow-y: visible;
          -webkit-overflow-scrolling: touch;
          min-width: 50px;

          > li {
              border-width: 0;
              border-left-width: 0px;
              border-left-width: 1px;
              border-style: solid;
              border-color: 
              rgba(226, 226, 226, 1);
              flex-grow: 0;

              > a {
                  justify-content: center;
                  white-space: normal;
                  padding: 15px;
                  padding-top: 15px;
                  padding-bottom: 15px;
                  padding-top: 11px;
                  padding-bottom: 12px;
              }
          }
          > li:not(:last-child) {
              margin-right: 0px;
          }

          > li > a, > li.active > a, > li.active > a:hover, > li.active > a:focus {
              font-family: 'Montserrat';
              font-weight: 700;
              font-size: 13px;
              color: rgba(105, 105, 115, 1);
              text-transform: uppercase;
          }
          > li.active > a, > li.active > a:hover, > li.active > a:focus {
              color: rgba(255, 255, 255, 1);
          }
          > li > a, > li:hover > a, > li.active > a, > li.active > a, > li.active > a:hover, > li.active > a:focus {
              background: rgba(238, 238, 238, 1);   !important
          }
          > li.active > a, > li.active > a:hover, > li.active > a:focus {
              background: rgba(13, 82, 214, 1) !important;
              background-color: #00a4f2;
              background-image: linear-gradient(to bottom, #00a4f2, #1661A4);
              background-repeat: repeat-x;
              border-color: #00a4f2 #1f90bb #1661A4;
          }
          > li.active::after {
              content: '';
              display: block;
              position: absolute;
              border: 10px solid transparent;
              border-top-color: transparent;
              border-top-width: 10px;
              left: 50%;
              top: 100%;
              transform: translate(-50%, 0);
              border-top-color: #1661A4;rgba(13, 82, 214, 1);
              border-top-width: 10px;
          }
      }*/
}
#common-home h3 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 30px;
}
#common-home .block-tabs-products h3 {
  display: none;
}
#common-home .swiper-outer {
  padding-left: 15px;
  padding-right: 15px;
  margin: 49px auto;
}
#common-home .swiper-viewport {
  border: 0;
  border-radius: 0;
  /*overflow: hidden;*/
  box-shadow: none;
}
#common-home .swiper-slide div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 159px;
}
#common-home .product-layout:last-child .product-thumb {
  margin-bottom: 0;
}
#common-home .nav-tabs {
  display: flex;
  justify-content: space-between;
}
#common-home .nav-tabs > li {
  flex-grow: 1;
  margin: 0;
}
#common-home .nav-tabs > li:nth-child(2) {
  text-align: center;
}
#common-home .nav-tabs > li:last-child {
  text-align: right;
}
#common-home .nav-tabs > li.active > a {
  color: #221F20;
}
#common-home .nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
  font-size: 18px;
  color: #808080;
  /*border-color: transparent;*/
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #cart-ext-tabs .nav-tabs > li > a, #cart-ext-tabs .nav-tabs > li > a:hover, #cart-ext-tabs .nav-tabs > li.active > a, #cart-ext-tabs .nav-tabs > li.active > a:hover, #cart-ext-tabs .nav-tabs > li.active > a:focus {
    border: 0 !important;
  }
  #cart-ext-tabs .nav-tabs {
    border: 0;
  }
  #cart-ext-tabs .panel-body {
    border-top: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
  }

  #product-category .list-controls #list-control-view, #product-search .list-controls #list-control-view {
    display: none;
  }

  #product-search .search-a-check .checkbox-inline {
    padding-left: 0;
  }
  #product-search .search-a-input-wrap + .search-a-check {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  /*    #checkout-cart, #account-wishlist, #account-order {*/
  .table.table-list {
    font-size: 14px;
  }

  .table.table-list > thead > tr > th {
    padding: 14px;
  }

  .table.table-list > tbody > tr > td {
    padding: 30px 16px;
  }

  /*}*/
  #checkout-checkout .table.table-list > tbody > tr > td {
    padding: 12px;
    font-weight: 300;
    font-size: 14px;
  }
  #checkout-checkout .table.table-list > tbody > tr > td.table-product-name {
    font-size: 16px;
  }
  #checkout-checkout .table.table-list > tbody > tr > td.table-product-total {
    font-weight: 400;
  }

  #checkout-cart, #account-wishlist {
    /*        .btn {
                max-width: 190px;
                white-space: normal;
            }*/
  }
  #checkout-cart .table > tbody > tr > td.table-product-image img, #account-wishlist .table > tbody > tr > td.table-product-image img {
    width: 90px;
    max-width: 90px;
  }
  #checkout-cart .table > tbody > tr > td.table-product-qnt input, #account-wishlist .table > tbody > tr > td.table-product-qnt input {
    margin-top: -6px;
  }
  #checkout-cart .table > tbody > tr > td.table-product-action .btn, #account-wishlist .table > tbody > tr > td.table-product-action .btn {
    margin-top: -12px;
  }
  #checkout-cart .table > tbody > tr > td.table-product-model, #account-wishlist .table > tbody > tr > td.table-product-model {
    padding-top: 30px;
  }
  #checkout-cart .table > tbody > tr > td.table-product-total, #account-wishlist .table > tbody > tr > td.table-product-total {
    padding-top: 30px;
  }
  #checkout-cart #cart-ext-tabs .input-group, #checkout-cart #cart-ext-tabs .form-group, #account-wishlist #cart-ext-tabs .input-group, #account-wishlist #cart-ext-tabs .form-group {
    max-width: 490px;
  }
  #checkout-cart #cart-ext-tabs .nav-tabs > li, #account-wishlist #cart-ext-tabs .nav-tabs > li {
    float: left;
  }

  #account-wishlist .table > tbody > tr > td.table-product-action .btn-list-action {
    margin-top: 0;
  }

  #product-category .list-controls, #product-search .list-controls {
    grid-template-areas: "view sort show" "compare compare pager";
    /*grid-template-rows: 1fr 1fr;*/
    grid-template-columns: auto 1fr auto;
    /*            >div {
                    margin-right: 45px;
                }
                >div:last-child {
                    margin-right: 0;
                }*/
  }
  #product-category .list-controls #list-control-sort, #product-search .list-controls #list-control-sort {
    text-align: center;
    padding-right: 0;
    margin-left: 0;
  }
  #product-category .list-controls #list-control-pager, #product-search .list-controls #list-control-pager {
    margin-bottom: 0;
  }

  #common-home .nav-tabs {
    justify-content: flex-start;
    margin-right: 86px;
  }
  #common-home .nav-tabs > li {
    margin-right: 36px;
    flex-grow: 0;
  }
  #common-home .swiper-outer {
    width: 740px;
    margin: 62px auto;
  }
}
@media screen and (min-width: 992px) {
  #common-home .swiper-outer {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  /*#checkout-cart, #account-wishlist, #account-order {*/
  .table.table-list {
    font-size: 16px;
  }
  .table.table-list tbody > tr:hover {
    background: #F2F2F2;
  }

  /*}*/
  .product-list-results {
    display: block;
  }

  #checkout-cart .table > thead > tr > th.table-product-name-h, #account-wishlist .table > thead > tr > th.table-product-name-h {
    padding-left: 30px;
  }
  #checkout-cart .table > tbody > tr > td, #account-wishlist .table > tbody > tr > td {
    padding: 30px 19px;
  }
  #checkout-cart .table > tbody > tr > td.table-product-image, #account-wishlist .table > tbody > tr > td.table-product-image {
    padding-left: 30px;
  }
  #checkout-cart .table > tbody > tr > td.table-product-image img, #account-wishlist .table > tbody > tr > td.table-product-image img {
    width: 135px;
    max-width: 135px;
  }
  #checkout-cart .table > tbody > tr > td.table-product-action .buttons-action, #account-wishlist .table > tbody > tr > td.table-product-action .buttons-action {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #checkout-cart .table > tbody > tr > td.table-product-action .btn, #account-wishlist .table > tbody > tr > td.table-product-action .btn {
    margin-top: -12px;
  }

  #product-category, #product-search {
    /*        .product-list-pager-top {
                justify-self: flex-end;
            }*/
    /*        .compare-button {
                order: 0;
                flex-grow: 1;
            }*/
  }
  #product-category .list-controls, #product-search .list-controls {
    /*justify-content: flex-start;*/
    grid-template-areas: "view sort show compare pager";
    grid-template-columns: auto auto auto 1fr auto;
  }
  #product-category .list-controls > div, #product-search .list-controls > div {
    margin-bottom: 0;
    margin-right: 40px;
  }
  #product-category .list-controls > div.product-list-pager-top, #product-search .list-controls > div.product-list-pager-top {
    margin-right: 0;
  }

  #common-home .swiper-outer {
    padding: 0;
    width: 100%;
  }
  #common-home .swiper-slide div {
    padding-bottom: 21%;
    min-height: 300px;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: transparent;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  /*16px;*/
}

.jspHorizontalBar {
  background: transparent;
  bottom: 0;
  height: 4px;
  /*16px;*/
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: transparent;
  /*#dde;*/
  position: relative;
}

.jspDrag {
  background: #BFBFBF;
  /*#bbd;*/
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
  border-radius: 4px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 4px;
  /*16px;*/
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 4px;
  /*16px;*/
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid transparent;
  outline: none;
}

.jspCorner {
  background: transparent;
  /*#eeeef4;*/
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  /*	vertical-align: -4px;
  	width: 16px;
  	height: 16px;
  	margin: 0 4px 0 0;*/
  vertical-align: -5px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border: 1px solid #1586DB;
  /*C3C3C3;*/
  /*background: linear-gradient(#FFF, #E6E6E6);*/
  /*box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;*/
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  /*    width: 8px;
      height: 4px;
      margin: 3px 0 0 3px;*/
  width: 12px;
  height: 7px;
  margin: 4px 0 0 3px;
  border-bottom: 2px solid #1586DB;
  border-left: 2px solid #1586DB;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 4px 0 0 4px;
  /*3px 0 0 3px;*/
  border-radius: 50%;
  background: #1586DB;
  /*#777;*/
  /*box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);*/
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  /*display: block;*/
  width: 100%;
}

.jq-selectbox__select {
  /*	height: 32px;
  	padding: 0 45px 0 10px;
  	border: 1px solid #CCC;
  	border-bottom-color: #B3B3B3;
  	border-radius: 4px;
  	background: linear-gradient(#FFF, #E6E6E6);
  	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
  	font: 14px/32px Arial, sans-serif;
  	color: #333;
  	text-shadow: 1px 1px #FFF;*/
  display: block;
  width: 100%;
  height: 34px;
  padding: 9px 20px;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: 1px solid #7F7F7F;
  border-radius: 18px;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  color: #221F20;
  z-index: 1;
}

/*.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}*/
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  /*border-left: 1px solid #CCC;*/
}

.jq-selectbox__trigger-arrow {
  /*	position: absolute;
  	top: 14px;
  	right: 12px;*/
  /*	width: 0;
  	height: 0;
  	border-top: 5px solid #999;
  	border-right: 5px solid transparent;
  	border-left: 5px solid transparent;*/
  /*position: relative;*/
  position: absolute;
  top: 13px;
  right: 16px;
  content: "";
  border-style: solid;
  border-width: 1px 1px 0 0;
  /* border-color: #221F20; */
  display: inline-block;
  height: 4px;
  vertical-align: top;
  width: 4px;
  transform: rotate(135deg);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  /*	box-sizing: border-box;
  	width: 100%;
  	margin: 2px 0 0;
  	padding: 0;
  	border: 1px solid #CCC;
  	border-radius: 4px;
  	background: #FFF;
  	box-shadow: 0 2px 10px rgba(0,0,0,.2);
  	font: 14px/18px Arial, sans-serif;*/
  box-sizing: border-box;
  width: 100%;
  margin: -14px 0 0;
  padding: 14px 0 0 0;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 18px 18px;
  background: #FFF;
  overflow: hidden;
}

.jq-selectbox.inverted .jq-selectbox__dropdown {
  border-radius: 18px 18px 0 0;
  margin-top: 0;
  margin-bottom: -14px;
  padding-top: 6px;
  padding-bottom: 14px;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  /*color: #231F20;*/
  border-bottom: 1px solid #E6E6E6;
  font-size: 12px;
  color: #221F20;
  padding-left: 20px;
}

.jq-selectbox li:last-child {
  border-bottom: 0;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

#d_quickcheckout div.required:before {
  content: '' !important;
}

/*# sourceMappingURL=styles.css.map */
.dropdown-menu .dropdown-inner .list-unstyled ul {
    display: flex;
}
#menu .own-menu .dropdown-inner ul{
      list-style-position: inside;
    -moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:3;
    list-style-type:decimal;
    height:200px;
  }
