@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html,
body {
  overflow-x: hidden;
}

body {
  font-weight: normal;
  font-size: 16px;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*min-height: -webkit-fill-available;*/
  hyphens: auto;
}

table,
tr,
td {
  font-weight: normal;
}

a {
  color: #32657c;
}

a:hover {
  color: #a84301;
}

h1,
.h1 {
  font-size: 45px;
  color: #2b6aa6;
}

h1 a,
.h1 a {
  text-decoration: none;
  color: #a10101;
  font-weight: normal;
}

h2 {
}

h2 a {
  text-decoration: none;
}

h3,
.h3 {
  color: #2b6aa6;
}

h3 a {
  color: #000000;
}

h4,
.h4 {
  color: #2b6aa6;
}

.hidden {
  display: none !important;
}

.view_cart_buttons input {
  margin: 3px;
}

img,
form {
  margin: 0px;
  padding: 0px;
  background: none;
  max-width: 100%;
  border: none;
}

.top-mess {
  border-radius: 0;
  background-color: #d94009;
  color: white;
}

.list-group-item.active {
  /*z-index: 2;*/
  /*color: #FFF;*/
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.login-popup-reg {
  padding: 10px 10px 20px 10px;
  background: #e7e4e4;
  margin: 22px -15px -48px;
}

.navbar {
  background: #2b6aa6;
  padding: 10px 0;
}

.navbar.navbar-index {
  transition: background-color 0.5s;
  background: transparent;
}

.top-menu {
  margin-bottom: 0;
}

.top-menu .nav-link {
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.top-menu .nav-link.link-products {
  background: linear-gradient(to right, #069acd, #1da987);
  border-radius: 10px;
}

.top-menu .nav-link.link-products:hover {
  background: linear-gradient(to right, #08b2ed, #1ddbc3);
}

.top-menu li.last .nav-link {
  padding-right: 10px;
}

.top-prod-menu {
  margin: 0;
  padding: 5px 0;
  background: #84391f;
}

.top-menu .nav .nav-item.dropdown {
}

.top-menu li.nav-item .dropdown-menu {
  /*display: block !important;*/
  padding: 15px;
  margin-top: 5px;
}

.top-menu .dropdown-menu .dropdown-item {
  border-bottom: 1px dotted #ccc;
  padding: 7px 25px;
}

.top-menu li.nav-item .dropdown-menu ul {
  display: none !important;
}

.top-prod-menu a.nav-link {
  color: #fff !important;
  font-size: 20px;
}

.breadcrumb-pan {
  padding-top: 15px;
  background: #e7ebef;
  margin-bottom: 50px;
  margin-top: 125px;
}

.btn-primary {
  color: #fff;
  background-color: #2b6aa6;
  border-color: #2b6aa6;
}

.js-searchform {
  display: none;
}

.js-searchform.active {
  display: block;
  position: absolute;
  z-index: 10;
  width: 500px;
  right: -23px;
  top: -24px;
  padding: 10px;
  background: linear-gradient(to right, #08b2ed, #1ddbc3);
}

.js-adrecom-search-toggle {
  display: block;
}

.js-adrecom-search-toggle.active {
  display: none;
}

.top_search {
  position: relative;
  z-index: 1;
}

.top_search input[type='text'] {
  font-size: 14px;
}

.top_search .btn {
  margin-left: -39px;
}

.roof {
  font-size: 15px;
  color: #fff;
  text-align: right;
}

.roof ul {
  margin: 10px 0 !important;
}

.roof li {
  margin: 0 10px;
  vertical-align: middle;
}

.roof a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.roof .phone a {
  font-size: 20px;
  color: #87f1ff;
}

.social-links .fa-lg {
  font-size: 20px;
}

.footer {
  background: url(../img/bg-bot.svg) center top / cover;
  padding-top: 199px;
  position: relative;
  margin-top: 100px;
}

.footer a {
  color: #fff;
}

.footer-pain {
  /*background: url(../img/bg-bot.svg) center top / cover;*/
  background: #0f84c7;
  padding-top: 20px;
  position: relative;
  margin-top: 50px;
}

.footer-pain strong {
  white-space: nowrap;
}

.footer-pain a {
  color: #fff;
}

.footer .rocket {
  position: absolute;
  right: 0;
  text-align: center;
  left: 0;
  top: -42px;
}

.subscribe_line {
  /*padding: 20px 0 20px;*/
  /*background: rgba(243, 243, 243, 0.961);*/
  /*background: #F6F6F6;*/
  /*box-shadow: 0 0 20px #8A8A8A;*/
  text-align: center;
  margin-bottom: 50px;
}

.subscribe_line .lead {
  font-size: 30px;
  font-weight: 400;
}

.subscribe_line .form-inline {
  /*display: inline-block;*/
  /*width: auto;*/
  /*text-align: center;*/
}

.subscribe_line .btn {
  background: linear-gradient(to right, #08b2ed, #1ddbc3);
  border: none;
  margin-left: 5px;
}

.navbar-toggler {
  /*margin-left: 0;*/
}

@media (max-width: 575px) {
  h1 {
    font-size: 25px;
  }

  .breadcrumb-pan {
    padding-top: 15px;
    margin-bottom: 34px;
    font-size: 13px;
    margin-top: 57px;
  }

  .top-menu {
  }

  .top-menu .nav {
    width: 100%;
    padding: 10px;
    background: #105581;
  }

  .top-menu .nav li {
    display: block !important;
    width: 100%;
  }

  .top-menu .nav-link {
    padding: 15px 10px;
    font-size: 17px;
    display: block;
  }

  a.navbar-brand {
    width: 100%;
    margin: 0;
    /*display: block !important;*/
    text-align: center;
    padding: 0;
  }

  a.navbar-brand img {
    max-width: 154px;
  }

  .navbar {
    padding: 0 !important;
    text-align: center;
  }

  .navbar .container-fluid {
    display: inline;
    text-align: center;
  }

  .roof {
    text-align: center;
    /*display: flex;*/
    justify-content: center;
  }

  .roof li {
    /*margin: 0 10px;*/
    margin: 0;
  }

  .roof .phone {
    display: block;
    width: 100%;
    margin-top: -16px;
    margin-bottom: 11px;
    display: none;
  }

  .roof .phone a {
    font-size: 16px;
  }

  .roof .phone a span {
    /*display: none;*/
  }

  .top-menu .navbar-toggler {
    /*margin-left: 10px;*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 102px;*/
  }

  .subscribe_line .lead {
    font-size: 25px;
  }

  .js-searchform.active {
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }

  .top_search {
    position: static;
    z-index: 1;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }

  .breadcrumb-pan {
    padding-top: 15px;
    margin-bottom: 34px;
    font-size: 13px;
    margin-top: 79px;
  }

  .top-menu {
    width: 100%;
    /*margin: 10px 0 0 !important;*/
  }

  .top-menu .nav {
    width: 100%;
    padding: 10px;
    background: #105581;
  }

  .top-menu .nav li {
    display: block !important;
    width: 100%;
  }

  .top-menu .nav-link {
    padding: 15px 10px;
    font-size: 17px;
    display: block;
  }

  a.navbar-brand {
    /*width: 100%;*/
    /*margin-top: 0;*/
    /*display: block !important;*/
    /*text-align: center;*/
    /*padding: 0;*/
  }

  a.navbar-brand img {
    max-width: 226px;
  }

  .navbar {
    /*padding: 0 !important;*/
    /*text-align: center;*/
  }

  .navbar .container-fluid {
    /*display: inline;*/
    /*text-align: center;*/
  }

  .roof {
    /*text-align: center;*/
    /*justify-content: center;*/
    width: 100%;
  }

  .roof .phone {
    display: none;
  }

  .roof .phone a {
    font-size: 17px;
  }

  .js-searchform.active {
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 5px;
  }

  .top_search {
    position: static;
    z-index: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  .breadcrumb-pan {
    padding-top: 15px;
    margin-bottom: 34px;
    font-size: 13px;
    margin-top: 78px;
  }

  .top-menu {
    width: 100%;
  }

  .top-menu .nav {
    width: 100%;
    padding: 10px;
    background: #105581;
  }

  .top-menu .nav li {
    display: block !important;
    width: 100%;
  }

  .top-menu .nav-link {
    padding: 15px 10px;
    font-size: 17px;
    display: block;
  }

  a.navbar-brand {
    width: 100%;
    margin-top: 0;
    /*display: block !important;*/
    /*text-align: center;*/
    /*padding: 10px 20px !important;*/
  }

  a.navbar-brand img {
    max-width: 229px;
  }

  .navbar {
    /*padding: 0 !important;*/
    /*text-align: center;*/
  }

  .navbar .container-fluid {
    /*display: inline;*/
    /*text-align: center;*/
  }

  .roof {
    /*text-align: center;*/
    /*display: flex;*/
    /*justify-content: center;*/
  }

  .roof .phone a {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }

  .top-menu {
    text-align: center;
    display: inline-block;
    /*width: 100%;*/
  }

  .top-menu .nav {
    /*width: 100%;*/
    margin: 10px 0 0 0;
  }

  .top-menu .nav-link {
    padding: 4px 6px;
    font-size: 13px;
  }

  a.navbar-brand {
    /*width: 100%;*/
    /*margin-top: 0;*/
    /*text-align: center;*/
    padding: 0px !important;
    margin: 0 !important;
  }

  a.navbar-brand img {
    max-width: 336px;
  }

  .navbar {
    /*padding: 0 !important;*/
    text-align: center;
  }

  .navbar .container-fluid {
    /*display: inline;*/
    /*text-align: center;*/
  }

  .roof {
    text-align: right;
    display: inline-block;
    margin: 0 0 -24px 0 !important;
  }

  .roof .phone a {
    font-size: 17px;
  }

  .breadcrumb-pan {
    margin-top: 98px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 35px;
  }

  .top-menu {
    text-align: right;
    display: inline-block;
    /*width: 100%;*/
  }

  .top-menu .nav-link {
    padding: 4px 7px;
    font-size: 14px;
  }

  .roof {
    text-align: right;
    display: inline-block;
    margin: 0 !important;
    /*margin: 0 0 -24px 0 !important;*/
  }

  a.navbar-brand {
    max-width: 410px;
    /*margin-top: 27px;*/
  }

  .navbar {
    /*padding: 0 !important;*/
    /*width: 100%;*/
  }

  .breadcrumb-pan {
    margin-top: 105px;
    padding: 15px 0 0 !important;
    font-size: 13px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .top-menu .nav-link {
    padding: 7px 10px;
    font-size: 15px;
  }

  a.navbar-brand {
    max-width: 481px;
  }

  .navbar {
    /*padding: 0 !important;*/
    padding: 10px 0 15px;
  }

  .breadcrumb-pan {
    margin-top: 119px;
    padding: 15px 0 0 !important;
  }

  .roof {
    text-align: right;
    display: inline-block;
    /*margin: 0 0 -24px 0 !important;*/
  }
}

@media (min-width: 1600px) {
  .roof {
    text-align: right;
    display: inline-block;
    /*margin: 0 0 -24px 0 !important;*/
  }

  .navbar {
    /*padding: 0 !important;*/
    padding: 10px 0 15px;
  }
}

.madatorystar {
  color: #cc0000;
}

.count {
  text-align: right;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 10px;
}

.page-sorting {
}

.page-sorting .btn-light {
  margin: 0 4px;
  border: 1px solid rgba(203, 203, 203, 0.55);
}

.page-sorting .btn-light.active {
  font-weight: 600;
  /*color: #D23F03 !important;*/
}

.page-sorting .updown {
  display: inline-block;
  vertical-align: middle;
}

.page-sorting .btn-light i.fa-sort-down {
  display: block;
  height: 10px;
  width: 10px;
  font-size: 16px;
  line-height: 0px;
  vertical-align: 0;
  margin-left: 3px;
}

.page-sorting .btn-light i.fa-sort-up {
  display: block;
  height: 10px;
  width: 10px;
  font-size: 16px;
  line-height: 16px;
  vertical-align: 0;
  margin-left: 3px;
}

.price {
  color: #9e011c;
}

.msrp {
  color: #686464;
  font-weight: normal;
  text-decoration: line-through;
}

.save {
  color: #477558;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #598abf;
  border-color: #598abf;
}

.page-item a.page-link {
  color: #598abf;
}

.alert-secondary {
  color: #383d41;
  background-color: #f5f5f5;
  border-color: #ededed;
}

.card {
  height: 100%;
}

.ic-bag {
  width: 25px;
  background: url(../img/ic-bag.svg);
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px;
}

.ic-login {
  width: 25px;
  background: url(../img/ic-login.svg);
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px;
}

.ic-acc {
  width: 25px;
  background: url(../img/ic-account.svg);
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px;
}

.ic-search {
  width: 25px;
  background: url(../img/ic-search.svg);
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px;
}

.ic-zoom {
  width: 50px;
  background: url(../img/ic-zoom.svg);
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  margin: 3px;
}

/*.gradient-border
{
	(*border: 3px solid transparent;*)
	(*border-image: linear-gradient(to right, red, orange) 0.8 / 1 stretch;*)
	padding: 3px;
	border-radius: 50px;
	(* Задаем градиент *)
}*/
.gradient-border {
  position: relative;
  background: #0d6fae;
  /* Фон элемента */
  padding: 2px;
  /* Отступы для визуального содержимого */
  vertical-align: middle;
  border-radius: 20px;
}

.gradient-border::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /* Помещаем границу под содержимое */
  margin: -3px;
  /* Размер границы */
  background: linear-gradient(to right, #08b2ed, #1ddbc3);
  /* Градиент для границы */
  border-radius: 20px;
  /* Если нужны скругленные углы */
}

h2.title {
  font-size: 50px;
  font-weight: 400;
  color: #0d66a0;
}

h2.title b {
  text-transform: uppercase;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #0dbce2;
}

.btn-outline-light:hover {
  /*color: #000;*/
  background-color: transparent;
  border-color: #f8f9fa;
}

.new {
  background: url(../img/new.png);
  height: 42px;
  width: 85px;
  margin: -215px 0 165px -3px;
  position: relative;
  z-index: 2;
}

.new_index {
  background: url(../img/new.png);
  height: 42px;
  width: 85px;
  margin: -140px 0 100px -3px;
  position: relative;
  z-index: 2;
}

.new_zoom {
  margin: -11px 0 -37px -3px;
  position: relative;
}

.btn-outline-primary {
  color: #2b6aa6;
  border-color: #2b6aa6;
}

.Reproducible {
  color: #dd0000;
  border: 2px solid #dd0000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 209, 0, 0.735);
  border-radius: 5px;
  margin-bottom: 7px;
  font-size: 13px;
  padding: 2px 5px;
  display: block;
}

.commoncore {
  color: #fff;
  /*border: 2px solid #DD0000;*/
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #40abed;
  border-radius: 5px;
  margin-bottom: 7px;
  font-size: 13px;
  padding: 2px 10px;
  display: block;
}

.commoncore b {
  background: #da2725;
  display: block;
  padding: 0 5px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 15px;
}

.preview-online {
  background: url(../img/preview-online.png);
  height: 29px;
  width: 51px;
  /*position: absolute;*/
  /*margin: -19px 0 0 117px;*/
}

.preview-online a {
  display: block;
  height: 100%;
}

.preview-online_zoom {
  background: url(../img/preview-online-big.png);
  height: 50px;
  width: 71px;
}

.preview-online_zoom a {
  display: block;
  height: 100%;
}

.preview-online_small {
  background: url(../img/preview-online-sm.png);
  height: 22px;
  width: 47px;
}

.preview-online_small a {
  display: block;
  height: 100%;
}

.preview-online_index {
  background: url(../img/preview-online-sm.png);
  height: 22px;
  width: 47px;
}

.preview-online_index a {
  display: block;
  height: 100%;
}

.zoom_properties .print a {
  text-decoration: none;
}

.zoom_properties .print a i {
  font-size: 22px;
}

.icons {
  float: none;
  clear: both;
  padding: 0 5px;
  display: block;
}

.icons div.revised {
  /*float: left;*/
  font-size: 13px;
  color: #2b6aa6;
  display: inline-block;
}

.icons div.revised span {
  font-size: 18px;
  font-family: Arial;
  line-height: 100%;
}

.icons div.bestseller {
  a:link {
    color: #black;
  }
  /* unvisited link */
  a:visited {
    color: #bf1616;
  }
  /* visited link */
  a:hover {
    color: #ff00ff;
  }
  /* mouse over link */
  a:active {
    color: #bf1616;
  }
  /* selected link */
  float: left;
  font-size: 9px;
  color: #000000;
  padding-left: 15px;
  padding-right: 2px;
  font-weight: bold;
  line-height: 100%;
  background: url(../img/best.png) no-repeat center left;
  margin-top: 4px;
}

.icons div.commoncore {
  a:link {
    color: #black;
  }
  /* unvisited link */
  a:visited {
    color: #bf1616;
  }
  /* visited link */
  a:hover {
    color: #ff00ff;
  }
  /* mouse over link */
  a:active {
    color: #bf1616;
  }
  /* selected link */
  float: left;
  font-size: 9px;
  color: #000000;
  padding-left: 15px;
  padding-right: 2px;
  font-weight: bold;
  line-height: 100%;
  margin-top: 4px;
}

.icons div.reproducible {
  a:link {
    color: #black;
  }
  /* unvisited link */
  a:visited {
    color: #bf1616;
  }
  /* visited link */
  a:hover {
    color: #ff00ff;
  }
  /* mouse over link */
  a:active {
    color: #bf1616;
  }
  /* selected link */
  float: left;
  font-size: 9px;
  color: #000000;
  padding-left: 15px;
  padding-right: 2px;
  font-weight: bold;
  line-height: 100%;
  background: url(../img/reproducible-small.png) no-repeat center left;
  margin-top: 4px;
}

.icons div.foundational {
  font-size: 13px;
  display: inline-block;
  color: #b93d00;
  padding-left: 22px;
  background: url(../img/brick.svg) no-repeat center left;
  margin-bottom: 10px;
  /*margin-top: 4px;*/
  /*margin-right: 6px;*/
  /*margin-left: 10px;*/
}

.icons div.alternative {
  font-size: 13px;
  color: #f70202;
  padding-left: 25px;
  background: url(../img/alter.svg) no-repeat center left;
  margin-bottom: 10px;
}

.icons div.bestseller {
  font-size: 12px;
  color: #f70202;
  padding-left: 34px;
  background: url(../img/ic-choking.svg) no-repeat center left;
  margin-bottom: 10px;
}

.wishlist-box {
  margin-left: 0;
  margin-top: 0;
}

.wishlist-box .wishlist1 {
  background: url(../img/wish1.svg) center / cover no-repeat;
  height: 33px;
  width: 35px;
  border-radius: 0;
}

.wishlist-box .js_add2wish_list {
  background: url(../img/wish1.svg) center / cover no-repeat;
  height: 33px;
  width: 35px;
  border-radius: 0;
}

.wishlist-box .js_remove_from_wish_list {
  background: url(../img/wish2.svg) center / cover no-repeat;
  height: 33px;
  width: 35px;
  border-radius: 0;
}

@media (max-width: 575px) {
  h2.title {
    font-size: 30px;
  }

  .page-sorting {
    font-size: 12px;
  }

  .page-sorting .text {
    font-size: 11px;
  }

  .page-sorting .btn-light {
    font-size: 12px;
  }

  .page_navigator .page-item .page-link {
    font-size: 12px;
  }

  .ic-bag {
    width: 20px;
    height: 20px;
  }

  .ic-login {
    width: 20px;
    height: 20px;
  }

  .ic-acc {
    width: 20px;
    height: 20px;
  }

  .ic-search {
    width: 20px;
    height: 20px;
  }
  /*.ic-zoom
    {
    	width: 50px;
    	background: url(../img/ic-zoom.svg);
    	height: 50px;
    	vertical-align: middle;
    	display: inline-block;
    	margin: 3px;
    }*/
}

@media (min-width: 576px) and (max-width: 767px) {
  h2.title {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2.title {
    font-size: 35px;
  }

  .page-sorting {
    font-size: 12px;
  }

  .page-sorting .text {
    font-size: 11px;
  }

  .page-sorting .btn-light {
    font-size: 12px;
  }

  .page_navigator .page-item .page-link {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h2.title {
    font-size: 40px;
  }

  .page-sorting {
    font-size: 12px;
  }

  .page-sorting .text {
    font-size: 11px;
  }

  .page-sorting .btn-light {
    font-size: 12px;
  }

  .page_navigator .page-item .page-link {
    font-size: 11px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1400px) and (max-width: 1599px) {
}

@media (min-width: 1600px) {
}

/**********************************************************************************************************************
contact-page*/
.googlemap {
}

.contact_form_box {
  background: #f2f2f2;
}

/**********************************************************************************************************************
left menu*/
.category_menu {
}

.category_menu a {
  text-decoration: none;
}

.category_menu_list--sub {
  display: none;
}

.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--path.category_menu_list__item--open > .category_menu_list--sub,
.category_menu_list__item--current.category_menu_list__item--open > .category_menu_list--sub {
  display: block;
}

.category_menu .badge.badge-secondary {
  font-size: 10px;
  display: none;
  background: #e7ebef;
}

.category_menu .list-group-flush .list-group-item {
  padding: 10px 15px;
  background: #fff;
  font-size: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.category_menu .title {
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 20px;
}

.category_menu_list .list-group-item a.pull-left {
  margin-right: 10px;
  color: #0ab8e9;
}

.category_menu .title b {
  font-weight: 800;
}

.category_menu .list-group-item {
  background: #f6f6f6;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 20px 20px 10px 20px;
}

@media (max-width: 575px) {
  .category_menu .list-group-flush .list-group-item {
    font-size: 13px;
  }

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

  .category_menu .list-group-item {
    padding: 15px 15px 10px 15px;
  }

  .contact_form_box {
    margin-top: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .category_menu .list-group-flush .list-group-item {
    font-size: 13px;
  }

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

  .category_menu .list-group-item {
    padding: 15px 15px 10px 15px;
  }

  .contact_form_box {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category_menu .list-group-flush .list-group-item {
    font-size: 13px;
  }

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

  .category_menu .list-group-item {
    padding: 15px 15px 10px 15px;
  }

  .contact_form_box {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category_menu .list-group-flush .list-group-item {
    font-size: 13px;
  }

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

  .category_menu .list-group-item {
    padding: 15px 15px 10px 15px;
  }

  .category_menu .offcanvas-body {
    display: block;
  }

  .contact_form_box {
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .category_menu .list-group-flush .list-group-item {
    font-size: 14px;
  }

  .category_menu a {
    font-size: 15px;
  }

  .category_menu .offcanvas-body {
    display: block;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .category_menu .offcanvas-body {
    display: block;
  }
}

@media (min-width: 1600px) {
  .category_menu .offcanvas-body {
    display: block;
  }
}

/*lend eft menu
*/
/**********************************************************************************************************************
products list*/
.jumbotron {
}

.nopict {
  font-size: 20px;
  color: #d1d1d1;
  line-height: 195px;
  height: 195px;
  vertical-align: middle;
  text-align: center;
}

.nopict i {
  vertical-align: middle;
}

.products_list {
}

.products_list .card-header {
  background: none;
  padding: 0 0 3px 0;
  border: none;
}

.products__list__item__picture .pict {
  /*height: 270px;*/
  /*line-height: 310px;*/
  padding: 5px;
  height: 310px;
}

.products__list__item__picture .pict img {
  /*height: 100% !important;*/
  width: auto !important;
  /*max-width: 100%;*/
}

.products__list__item__offer__price {
  font-size: 18px;
  color: #eb0000;
}

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

.product_option ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product_option ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.products_list .card-title a {
  text-decoration: none;
  display: block;
  color: #0d71b0;
  word-wrap: normal;
}

li.prod_radio_button label {
  margin-left: 5px;
}

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

.products_list .rating_table .review-post-st {
  display: inline-block;
}

.manuf_list span {
  height: 124px;
  line-height: 117px;
  display: block;
}

.bundled_item .nopict {
  height: 160px;
  line-height: 160px;
}

.levels_ir {
  font-size: 14px;
}

.levels_ir > div {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

.levels_ir .grades {
  padding: 0 8px;
  background: rgba(177, 229, 237, 0.274);
  border-radius: 5px;
  color: #c50200;
}

.levels_ir .reading {
  padding: 0 8px;
  background: rgba(211, 237, 177, 0.274);
  border-radius: 5px;
}

/**********************************************************************************************************************
products list*/
@media (max-width: 575px) {
  .products__list__item__offer__price {
    font-size: 14px;
  }

  .levels_ir {
    font-size: 13px;
  }

  .products_list .card-title {
    font-size: 17px;
  }

  .products__list__item__picture .pict {
    height: 270px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .products__list__item__offer__price {
    font-size: 14px;
  }

  .levels_ir {
    font-size: 13px;
  }

  .products_list .card-title {
    font-size: 17px;
  }

  .products__list__item__picture .pict {
    height: 270px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .products__list__item__offer__price {
    font-size: 14px;
  }

  .levels_ir {
    font-size: 13px;
  }

  .products_list .card-title {
    font-size: 17px;
  }

  .products__list__item__picture .pict {
    height: 314px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .products__list__item__offer__price {
    font-size: 14px;
  }

  .levels_ir {
    font-size: 13px;
  }

  .products_list .card-title {
    font-size: 17px;
  }

  .products__list__item__picture .pict {
    height: 270px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .products__list__item__offer__price {
    font-size: 14px;
  }

  .levels_ir {
    font-size: 13px;
    white-space: nowrap;
  }

  .products_list .card-title {
    font-size: 17px;
  }

  .products__list__item__picture .pict {
    height: 270px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
}

@media (min-width: 1600px) {
}

/*products zoom*/
.zoom_properties .qty {
  display: inline-block;
  vertical-align: middle;
}

.zoom_properties .wishlist-box {
  display: inline-block;
  /*vertical-align: 3px;*/
}

.zoom_properties .product_option label.col-md-5 {
  max-width: 20%;
}

.discounts_info_upsale {
  margin: 10px 0;
}

.discounts_info_upsale th {
  text-align: center;
  font-size: 14px;
  padding: 2px;
}

.discounts_info_upsale td {
  text-align: center;
  font-size: 14px;
  padding: 2px !important;
}

/**********************************************************************************************************************
blog*/
.blog_search {
  /*margin-top: 7px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: #f5f5f5;
}

.rss {
  margin-left: 16px;
  float: right;
}

.blog_cats a.sel {
  color: #d81c1c;
}

/*members*/
.members_list .pict_mem_zoom {
  float: left;
  width: 160px;
  margin-right: 20px;
}

.members_list .inactive {
  float: right;
  color: #ff0000;
}

.members_list .item_property {
  /*float: left;*/
  /*width: 355px;*/
}

/*events
calendar & events search*/
.calendar_search {
  background: #e9ecef;
}

/*video & picts*/
.event_video object embed {
}

.event_video object {
}

/**********************************************************************************************************************
jobs offers*/
.resume_form {
  background: #f7f7f7;
  margin: 20px 0;
  padding: 20px;
}

.resume_form table {
  width: 90%;
}

.jobs_top_search {
  background: #f5f5f5;
}

.jobs_top_search .form-group {
}

/****  raiting*/
.w-stars-st > span.o-act,
.w-stars-st > span.selected {
  background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st {
  margin: 8px 0 0;
  clear: both;
  display: inline-block;
  height: 25px;
}

.rr-star-st > div {
  width: 155px;
  height: 26px;
  line-height: 17px;
  float: left;
  overflow: hidden;
}

.rr-star-st > div > span {
  float: left;
  width: 28px;
  height: 22px;
  background: url(../img/review-st/w-stars-h.png) no-repeat;
  margin-left: 2px;
  margin-top: 1px;
  cursor: pointer;
  /*cursor: pointer;*/
}

.rr-star-st > div.rating1 > span.rating1,
.rr-star-st > div.rating2 > span.rating1,
.rr-star-st > div.rating2 > span.rating2,
.rr-star-st > div.rating3 > span.rating1,
.rr-star-st > div.rating3 > span.rating2,
.rr-star-st > div.rating3 > span.rating3,
.rr-star-st > div.rating4 > span.rating1,
.rr-star-st > div.rating4 > span.rating2,
.rr-star-st > div.rating4 > span.rating3,
.rr-star-st > div.rating4 > span.rating4,
.rr-star-st > div.rating5 > span {
  background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.w-stars-st > span.o-act,
.w-stars-st > span.selected {
  background: url(../img/review-st/w-stars-o.png) no-repeat;
}

.rr-star-st > var {
  color: #00002e;
  font-size: 11px;
  line-height: 17px;
  font-style: normal;
  float: left;
}

.rr-star-st > span {
  display: block;
  clear: both;
  color: #617996;
  font-size: 11px;
}

/*comments*/
.comments {
  text-align: left;
}

.comments .title {
  background: #e9ecef;
}

/**********************************************************************************************************************
sitemap_*/
/*.sitemap_div
{
	padding: 7px;
	float: left;
	width: 45%;
}*/
/*******************************contacts_zoom************************************/
.contacts_information {
  margin-right: 30px;
  line-height: 180%;
}

.contacts_information2 {
  line-height: 180%;
}

.BUSINESS_DIR_card {
  margin: 20px 20px 20px 0;
  float: left;
  border: 1px solid #ccc;
}

.BUSINESS_DIR_card .title {
  background: #1d5188;
  color: #fff;
  padding: 5px 0px;
  font-size: 15px;
  text-align: center;
  margin: 0;
}

.BUSINESS_DIR_card .pict {
  margin: 10px;
  float: none;
}

.BUSINESS_DIR_card .contact_person {
  margin: 20px 20px 0 10px;
  color: #1d5188;
  font-weight: bold;
}

.BUSINESS_DIR_card .contact_person .rep_name {
  color: #1d5188;
  font-size: 18px;
  font-weight: bold;
}

.BUSINESS_DIR_card .rep_name_sm {
  color: #1d5188;
  font-weight: bold;
}

.BUSINESS_DIR_card .company_info {
  margin: 0 2px;
  padding: 5px 20px;
  background: #eee;
}

.BUSINESS_DIR_card td .left {
  text-align: left;
  color: #053260;
  margin: 0 20px 0 10px;
}

.BUSINESS_DIR_card td .right {
  text-align: right;
  color: #053260;
  margin: 0 20px 0 10px;
}

/********************************/
.all_panel_404 {
  text-align: center;
}

.all_panel_404 .shadow_panel {
  padding-bottom: 100px;
}

.all_panel_404 .logo {
  float: none;
  margin: 37px 0 0;
  width: 227px;
  height: 60px;
  display: inline-block;
  clear: both;
  /*[disabled]background:url(../img/logo.jpg);*/
}

.num404 {
  font-size: 150px;
  font-family: 'Trebuchet MS';
  line-height: 100%;
  background: #f0efef;
  color: #d83d04;
  width: 350px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
}

/*Checkout Form
******************************************************************************/
/***********************************************************************/
/******** Checkout cart ticket *****************************************/
/******** Checkout cart ticket *****************************************/
.c_order_preview {
}

.c_order_preview table td table td {
  padding: 3px;
  border-bottom: 1px dotted #ccc;
}

.c_order_preview .prod_table td {
  border: 1px solid #ccc;
  padding: 7px;
  white-space: normal !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .c_order_preview .prod_table td {
    display: block;
    white-space: normal !important;
    border: none;
    padding: 3px 10px 3px 20px;
    /*text-align: center;*/
  }

  /*.c_order_preview .prod_table TR
    {
        display: block;
        padding: 10px 0;
    }*/
  .c_order_preview .prod_table tr:first-child {
    display: none;
  }

  .c_order_preview .prod_table td:nth-child(1) {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }

  .c_order_preview .prod_table td:nth-child(6) {
    border-bottom: 5px solid #ccc;
    padding-bottom: 20px;
  }

  .c_order_preview .prod_table td:nth-child(1):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Item:';
  }

  .c_order_preview .prod_table td:nth-child(2):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Quantity: ';
  }

  .c_order_preview .prod_table td:nth-child(3):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Ship to: ';
  }

  .c_order_preview .prod_table td:nth-child(4):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Shipping method: ';
  }

  .c_order_preview .prod_table td:nth-child(5):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Unit Cost: ';
  }

  .c_order_preview .prod_table td:nth-child(6):before {
    font-size: 12px;
    color: #a3a3a5;
    content: 'Cost: ';
  }

  .c_order_preview > table > tbody > tr > td {
    display: block;
    width: 100% !important;
    text-align: left;
  }

  .c_order_preview > table > tbody > tr > td > table {
    width: auto;
    margin-bottom: 10px;
  }

  .c_order_preview > table > tbody > tr > td > table td {
    text-align: left;
    white-space: normal !important;
  }
}

/********************** registration & forms ********************************/
.madatorystar {
  color: #cc0000;
}

.mandatory_selected {
  border: 1px solid #ff0000;
}

label.mandatory_selected {
  border: 0;
  color: #ff0000;
  font-weight: bold;
}

.form_err_message,
.form_email_error,
.form_password_error,
.form_mandatory_error,
.validate_terms_error {
  display: none;
  color: #cc0000;
  text-align: center;
}

.error_mess,
.submit_mess,
.soldout {
  color: #cc0000;
}

.thanks_reg .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
  height: 38px;
  border: 1px solid rgba(203, 203, 203, 0.651);
  padding-left: 10px;
  border-radius: 3px;
}

/**********************new login form ********************************/
.login_form {
  padding: 0 10px;
}

.offset-md-3 button {
  display: inline-block;
  clear: none;
}

.facebook_login_block {
}

.login_form .form-group {
  margin-top: 0;
  margin-bottom: 7px;
}

.facebook_login_block {
  text-align: center;
}

.forgot_pass_related {
  display: none;
}

.facebook_login_block .sn_login {
  display: inline-block;
  background: #415dae;
  color: #fff;
  padding: 7px 15px;
  font-size: 13px;
  border-radius: 5px;
  width: 45%;
  margin-bottom: 5px;
}

.facebook_login_block .sn_login i {
  font-size: 22px;
  vertical-align: -2px;
  margin-right: 5px;
}

.facebook_login_block .sn_google {
  background: #dd4b39;
}

.facebook_login_block .sn_twitter {
  background: #00b0fc;
}

.facebook_login_block .sn_linked {
  background: #0274b3;
}

.facebook_login_block .sn_vk {
  background: #719ac6;
}

/*#mm-quote LABEL
{
	text-align: right;
	font-weight: bold;
}*/
/*.contact_form LABEL
{
	(*text-align: right;*)
	(*font-weight: bold;*)
}*/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/*==========================================================================================================
!diaolog_st default style!*/
.js-adrecom-scrolltotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #000000;
  cursor: pointer;
  z-index: 1090;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 2em;
  transition: all 250ms;
  transform: scale(0);
}

.js-adrecom-scrolltotop.active {
  transform: scale(1);
}

.js-adrecom-scrolltotop i {
  transition: all 250ms;
}

.js-adrecom-scrolltotop:hover {
  transform: scale(1.1);
  box-shadow: 0 0 3px #000;
}

.js-adrecom-scrolltotop:hover i {
  transform: scale(0.9);
}
