/*@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+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html {
  height: -webkit-fill-available;
}

body {
  font-weight: normal;
  font-size: 18px;
  /*font-family: 'Raleway', sans-serif;*/
  font-family: "Roboto Condensed", sans-serif;
  /*font-family: arial;*/
  text-align: left;
  background: #FFF;
  padding: 0;
  color: #2D2C2A;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

section.main {
  flex: 1;
}

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

a {
  color: #6EB6D7;
}

a:hover {
  color: #A84301;
}

h1 {
  font-size: 40px;
}

h1 a {
  text-decoration: none;
  color: #A10101;
  font-weight: normal;
}

h2 {
}

h2 a {
  text-decoration: none;
}

h3 {
}

h3 a {
  color: #000000;
}

.hidden {
  display: none !important;
}

.view_cart_buttons input {
  margin: 3px;
}

.dropdown-item {
  white-space: normal;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: rgba(79, 100, 128, 0.397);
}

.btn-danger {
  color: #FFF;
  background-color: #9F0912;
  border-color: #9F0912;
}

.btn-primary {
  color: #FFF;
  background-color: #6D90C1;
  border-color: #6D90C1;
}

.min-h {
  min-height: 500px;
}

.gray_line.bot_cat_desc {
  background: #F5F6F7;
  padding-top: 50px !important;
  margin-bottom: -50px;
}

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

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

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

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

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

img,
form {
  margin: 0px;
  padding: 0px;
  background: none;
}

p {
  margin: 10px 0px;
}

img {
  border: none;
}

select.form-control[size="1"] {
  height: 34px;
}

.navbar-expand-md {
  flex-flow: row wrap;
}

.navbar {
  padding: 0;
  margin: 0;
}

.top-menu {
  width: 100%;
  margin: 0 0 15px 0;
  background: #4F6481;
  text-align: center;
  /*color: #FFF;*/
}

.top-menu ul {
  width: 100%;
}

.top-menu .nav-link {
  font-size: 19px;
  text-transform: uppercase !important;
  padding: 18px 0 !important;
  color: #FFF !important;
}

.top-menu .dropdown-menu {
  min-width: 250px;
  /*display: block;*/
  font-size: 18px;
}

.top-menu .dropdown-menu li {
  border-top: 1px dotted #CCC;
  padding: 10px 20px;
  text-transform: uppercase;
}

.top-menu .dropdown-menu li:first-child {
  border: none;
}

.js-searchform {
  /*display: none;*/
}

.js-searchform.active {
  display: block;
}

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

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

.nav-item.nav-item-home {
  line-height: 37px;
  font-size: 20px;
  padding-right: 20px;
}

.navbar-brand {
  background: #FFF;
  float: left;
  margin: 10px 0;
  /*width: 19%;*/
}

.navbar-brand img {
  /*height: 78%;*/
}

.roof {
  padding: 0px 0px;
  font-size: 15px;
  vertical-align: top;
  text-align: right;
  margin: 0;
  /*width: 78%;*/
}

.roof ul {
  /*margin: 0 0 10px 0;*/
  padding: 0;
  margin-right: 7px;
}

.roof a {
  color: #4B6C99;
  padding: 0 3px;
}

.roof a i {
  color: #464241;
}

.list-about {
  margin: 4px 0 0 !important;
}

.list-about li {
  font-size: 18px;
  padding: 0 5px;
}

.list-inline-item.phone {
  /*padding: 5px 10px;*/
  font-size: 18px;
  /*background: #FFF;*/
}

.list-inline-item.phone a {
  /*color: #00508E;*/
  color: #A00912;
}

.list-inline-item.gsa {
  vertical-align: 1px;
  color: #000;
}

.list-inline-item.gsa span {
  margin-left: 5px;
  vertical-align: -4px;
}

.social-links {
  margin: -5px 0 0;
  padding: 0 !important;
  vertical-align: middle;
}

.social-links a {
  margin: 0 3px;
  vertical-align: middle;
}

.social-links a i {
  width: 25px;
  height: 30px;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 30px;
  transition: all 0.2s linear 0s;
  font-size: 30px;
  text-align: center;
  color: #464241;
}

.slogan {
  /*float: right;*/
  text-align: right;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 0;
  color: #C5C9CD;
}

.slogan a {
  padding: 3px;
  color: #4C555D;
  font-size: 13px;
  letter-spacing: 1px;
}

.top_search {
  padding: 0;
  /*vertical-align: 2px;*/
}

.top_search input[type="text"] {
  min-width: 312px;
  /*font-size: 14px;*/
  vertical-align: middle;
  /*padding: 5px 30px 5px 5px;*/
}

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

.top_search .btn:hover,
.top_search .btn:focus {
}

.creator {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 80px;
}

.footer {
  background: repeat-x #4F6481;
  clear: both;
  color: #FFFFFF;
  margin: 50px 0 0;
  padding: 20px 0;
  z-index: 20;
}

.footer a {
  color: #FFF;
}

.footer a i {
  color: #FFF;
}

.footer ul li {
  /*width: 100% !important;*/
}

.bot-text {
  background: #E9ECEF;
  padding-bottom: 50px;
  margin-bottom: -18px;
  padding-top: 50px;
}

.loginbar {
  margin-top: 8px;
}

.menu-search {
  margin-left: 5px;
}

.menu-search * {
  width: auto;
  margin-left: 5px;
}

.madatorystar {
  color: #CC0000;
}

.count {
  text-align: right;
  /*color: #FFD324;*/
  font-style: italic;
  font-family: georgia;
  font-size: 11px;
  margin-top: 17px;
  margin-right: 6px;
  margin-bottom: 5px;
}

.sorting_form {
  float: right;
}

.price {
  color: #9E011C;
}

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

.save {
  color: #477558;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #598ABF;
  border-color: #598ABF;
}

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

.index-baner {
  height: 368px;
  background: url(../img/bg-index.jpg) 0 0 / cover;
  margin-bottom: 50px;
  color: #000;
  margin-top: -15px;
}

.index-baner h1 {
  font-size: 48px;
  line-height: 135%;
  margin-top: 50px;
}

.index-baner h2 {
  font-size: 24px;
  margin-top: 24px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.478);
}

.index-baner .more {
  border: 2px solid #CCC;
  display: inline-block;
  padding: 7px 25px;
  color: #11181E;
  font-weight: normal;
  border-radius: 3px;
  margin-top: 20px;
}

.index-baner .more a {
  color: #11181E;
}

.index-baner .more a:after {
  font-family: "fontAwesome";
  font-size: 1.3em;
  color: #A3A3A5;
  margin-left: 7px;
  vertical-align: -2px;
  content: "\f105 ";
}

.index-baner.baner-page {
  height: 140px !important;
  background: url(../img/index-baner.jpg) top / auto;
  margin-bottom: 25px;
}

.alert-secondary .review-post-st {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
  clear: none;
}

.alert-secondary .rr-star-st {
  margin: 0;
}

.alert-secondary {
  color: #383D41;
  background-color: #F5F5F5;
  border-color: #EDEDED;
}

.row.js-masonry {
  margin-top: 20px;
}

.page_height {
  min-height: 350px;
}

.blockquote {
  padding-left: 30px;
  border-left: 3px solid #CCC;
}

.featured {
  margin-bottom: 50px;
  margin-top: 50px;
}

.featured h2 {
  margin: 10px 10px 26px 10px;
  font-size: 35px;
  text-transform: uppercase;
  color: #9F0912;
}

.jumbotron_solutions {
  background: url(../img/solutions.png) right / contain no-repeat rgba(232, 235, 238, 0.254) !important;
  margin-top: -15px;
}

.jumbotron_solutions .index-ask-btn {
  font-size: 25px;
  margin-bottom: 20px;
}

.jumbotron_solutions .cat_desc {
  font-size: 22px;
}

.smbrosh {
  display: block;
  background: #FFFFFF;
  color: #962E34;
}

.container_installations .paragraph {
  margin-bottom: 30px;
}

.container_installations h1 {
  margin: 50px 0;
}

.container_installations .paragraph font {
  padding-bottom: 0;
  display: block;
  margin-bottom: -10px;
}

.container_us-canada-representatives .paragraph {
  margin-bottom: 30px;
}

.container_us-canada-representatives h1 {
  margin: 50px 0;
}

.container_us-canada-representatives .paragraph font {
  padding-bottom: 0;
  display: block;
  margin-bottom: -10px;
  font-size: 22px;
}

.container_installations .paragraph font {
  padding-bottom: 0;
  display: block;
  margin-bottom: -10px;
}

.container_where-to-buy .paragraph {
  margin-bottom: 30px;
}

.container_where-to-buy .min-h {
  height: auto !important;
  min-height: 10px !important;
}

/*.container_where-to-buy .min-h .row
{
	(*height: auto !important;*)
	(*min-height: 10px !important;*)
}*/
.container_where-to-buy .min-h iframe {
  /*min-height: 60px !important;*/
  /*height: auto !important;*/
  padding: 0 !important;
  margin: 0;
}

.container_where-to-buy h1 {
  margin: 0 0 20px 0;
}

.container_where-to-buy h2 {
  margin: 50px 0 20px;
  font-size: 40px;
}

#slHeader .input {
}

/*.container_where-to-buy IFRAME INPUT#slSearch
{
	font-size: 30px !important;
	height: 50px !important;
}*/
.container_where-to-buy .paragraph font {
  padding-bottom: 0;
  display: block;
  margin-bottom: -10px;
  font-size: 22px;
}

@media (max-width: 575px) {
  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }
  
  .navbar-brand img {
    max-width: 186px;
    margin-left: 20px;
  }
  
  .navbar-toggler {
    margin-right: 20px;
  }
  
  .roof {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: -8px 0 12px;
    /*margin-bottom: -10px;*/
  }
  
  .roof ul {
    padding: 0;
    margin: 0 0 10px 0;
  }
  
  .list-inline-item.phone {
    font-size: 20px;
    margin-top: -10px;
    display: block;
  }
  
  .top-menu .nav-link {
    font-size: 16px;
    height: auto;
    line-height: 136%;
  }
  
  .top-menu .dropdown-menu li {
    font-size: 15px;
    text-align: center;
  }
  
  .top_search input[type="text"] {
    width: 100%;
    /*margin-top: 10px;*/
    font-size: 15px;
    /*height: 30px;*/
  }
  
  .top_search .btn {
    margin-left: -44px;
  }
  
  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }
  
  .list-about {
    margin: 0 !important;
  }
  
  .list-about li {
    font-size: 16px;
    padding: 0;
  }
  
  .js-searchform {
    margin-top: 10px;
  }
  
  .index-baner {
    height: 239px;
    line-height: 100%;
  }
  
  .footer {
    font-size: 15px;
  }
  
  .list-inline-item.social-links {
    margin-top: 10px;
  }
  
  .footer .col-auto .text-center span {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }
  
  .navbar-brand img {
    max-width: 186px;
  }
  
  .roof {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: -8px 0 12px;
    /*margin-bottom: -10px;*/
  }
  
  .roof ul {
    padding: 0;
    margin: 0 0 7px 0;
  }
  
  .list-inline-item.phone {
    font-size: 16px;
  }
  
  .top-menu .nav-link {
    font-size: 16px;
    height: auto;
    line-height: 136%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    /*padding: 10px 15px !important;*/
  }
  
  .top-menu .dropdown-menu li {
    font-size: 15px;
    text-align: center;
  }
  
  .top_search input[type="text"] {
    min-width: 104px;
    font-size: 15px;
    height: 30px;
  }
  
  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }
  
  .list-about {
    margin: 0 !important;
  }
  
  .list-about li {
    font-size: 16px;
    padding: 0;
  }
  
  .index-baner {
    height: 263px;
  }
  
  li.social-links.list-inline-item {
  }
  
  .footer {
    font-size: 15px;
  }
  
  .list-inline-item.social-links {
    margin-top: 10px;
  }
  
  .footer .col-auto .text-center span {
    display: block;
  }
  
  .contact_form_box {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    max-width: 186px;
  }
  
  .roof {
    font-size: 13px;
    /*margin-bottom: -10px;*/
  }
  
  .roof ul {
    padding: 0;
    margin: 0 0 7px 0;
  }
  
  .list-inline-item.phone {
    font-size: 15px;
  }
  
  .top-menu .nav-link {
    font-size: 14px;
    height: 100%;
    line-height: 136%;
    padding-right: 10px !important;
    padding-left: 10px !important;
    /*padding: 10px 15px !important;*/
  }
  
  .top-menu .dropdown-menu li {
    font-size: 15px;
  }
  
  .top_search input[type="text"] {
    min-width: 104px;
    font-size: 15px;
    height: 30px;
  }
  
  .breadcrumb {
    font-size: 11px;
    padding: 5px 15px;
  }
  
  .list-about {
    margin: 0 !important;
  }
  
  .list-about li {
    font-size: 15px;
    padding: 0;
  }
  
  .index-baner {
    height: 304px;
  }
  
  .contact_form_box {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
  }
  
  .roof {
    font-size: 14px;
  }
  
  .top-menu {
  }
  
  .top-menu .nav-link {
    font-size: 14px;
  }
  
  .top-menu .dropdown-menu li {
    font-size: 16px;
  }
  
  .top_search input[type="text"] {
    min-width: 239px;
    /*font-size: 12px;*/
  }
  
  .list-about li {
    font-size: 16px;
    padding: 0 3px;
  }
  
  .index-baner {
    height: 304px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .top-menu .nav-link {
    font-size: 18px;
  }
  
  .top-menu .dropdown-menu li {
    font-size: 16px;
  }
}

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

/**********************************************************************************************************************
contact-page*/
.googlemap {
  margin-bottom: 30px;
}

.contact_form_box {
  padding: 23px 20px 10px;
  margin-bottom: 30px;
  background: #F2F2F2;
}

.contact_info {
  font-size: 16px;
}

/**********************************************************************************************************************
left menu*/
.left_menu .title {
  font-size: 20px;
  margin: 0 5px 5px 16px;
}

.lead {
  font-size: 20px;
  margin: 5px;
}

.left_menu .badge {
  font-size: 9px;
}

.left_menu .active a {
  color: #FFF;
}

.left_menu .l_0 {
  padding: 7px 15px;
}

.left_menu .l_10 {
  font-size: 13px;
  padding: 6px 15px 6px 20px;
  /*background: #F5F5F5;*/
}

.left_menu .l_20 {
  font-size: 12px;
  font-size: 13px;
  padding: 6px 25px;
  background: #E7E7E7;
}

.category_menu {
}

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

.category_menu .list-group-flush .list-group-item {
  padding: 10px 15px;
  background: #F2F2F2;
  font-size: 13px;
}

/*lend eft menu
*/
/*lend eft menu
*/
/*articles
*/
.plain_list {
}

.plain_list > .row > div {
  margin-bottom: 20px;
}

.plain_list .card {
  height: 100%;
}

.card-header .rr-star-st {
  margin: 0;
}

.plain_list .well {
  border: none;
  background: #F0F0F0;
  font-size: 13px;
  margin: 0 0 10px 0;
  padding: 7px 10px;
  box-shadow: none;
}

.plain_list .well .date {
  margin-right: 10px;
  font-weight: bold;
}

.plain_list .img {
  display: block;
  height: 250px;
  overflow: hidden;
}

.img .review-post-st {
  margin-top: 10px;
  display: inline-block;
}

.more {
}

.more a {
  text-decoration: none;
}

.more a:hover {
  color: #DB0202;
  text-decoration: underline;
}

.side_list .title {
  font-size: 20px;
  margin: 0 5px 5px 16px;
  color: #FC6400;
}

.side_list h4.list-group-item-heading {
  font-size: 15px;
  margin: 0;
}

.side_list p.list-group-item-text {
  margin: 0;
  font-size: 13px;
  margin-top: 5px;
}

.articles__list__item {
  margin-bottom: 30px;
}

.about-pict2 {
  background: url(../img/1779312533.jpg) center center / cover;
  min-height: 350px;
}

.about-pict1 {
  background: url(../img/449050010.jpg) center top / cover;
  min-height: 301px;
}

.about-text1 {
  padding-top: 20px;
  padding-right: 30px;
}

.about-text2 {
  padding-top: 50px;
  padding-left: 50px;
  margin-bottom: 30px;
}

.container_about-owi h1 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/**********************************************************************************************************************
products list*/
.jumbotron {
  /*background: url(../img/products_top.jpg) 0 0 / cover;*/
  /*color: #FFF;*/
  /*text-transform: uppercase;*/
  font-size: 18px;
  padding: 50px;
  border-radius: 0;
  box-shadow: inset 0 -5px 10px 0 rgba(184, 184, 184, 0.238);
  background: rgba(232, 235, 238, 0.444);
}

.shop_price {
  margin-bottom: 20px;
}

.title {
  font-size: 18px;
  margin: 5px 0;
}

.title a {
  color: #818181;
  text-decoration: underline;
}

.next_prev {
  margin: 0;
  position: absolute;
  z-index: 10;
  right: 0;
  padding: 5px;
  background: #F3F3F3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.next_prev a {
  text-decoration: none;
  font-size: 30px;
  color: #CCC;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
}

.next_prev a:hover {
  color: #5296D3;
}

.nopict {
  font-size: 20px;
  color: #D1D1D1;
  line-height: 195px;
  height: 195px;
  vertical-align: middle;
  background: #F0F0F0;
}

.nopict i {
  vertical-align: middle;
}

.discounts_info_upsale {
  margin: 0 0 0 10px;
}

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

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

.products_list {
}

.products_list form {
  height: 100%;
}

.products_list .card {
  height: 100%;
  text-align: center;
}

.products_list .products__list__item {
  /*text-align: center;*/
  margin-bottom: 20px;
}

.products_list .products__list__item .card-footer {
  background: transparent;
  border: none;
  padding-top: 0;
}

.products__list__item__offer {
}

.products__list__item__picture {
  height: 250px;
  line-height: 250px;
  overflow: hidden;
  text-align: center;
  margin-right: 0;
}

.products__list__item .nopict {
  height: 250px;
  line-height: 250px;
  overflow: hidden;
  text-align: center;
  margin-right: 0;
}

.products__list__item__picture img {
  max-height: 100% !important;
}

.products__list__item__offer__price {
  font-size: 18px;
  text-align: center;
  color: #EB0000;
}

.products__list__item {
  padding-bottom: 30px;
}

.products_list .qty div {
  padding: 0 2px;
}

.products_list .cat-item {
  margin-bottom: 20px;
}

.products__list__item h2.card-title {
  font-size: 30px;
}

.product_option {
  float: none;
  padding: 0;
  width: 100% !important;
  margin: 20px 0 25px !important;
}

.product_option label {
  padding-right: 0;
  color: #0055CB;
}

.product_option select.form-control-sm {
  font-size: 17px;
}

.product_option .row {
  margin-top: 3px;
  margin-bottom: 3px;
}

.products_list h3 {
  margin: 10px 0 0;
  font-size: 19px;
}

.products_list .sdesc {
  /*text-align: left;*/
  font-size: 12px;
  margin: 5px 0;
}

.qty {
  margin: 5px 0 10px;
  background: #F0F0F0;
  padding: 7px 0 5px;
  border-radius: 3px;
}

.qty .form-group {
  margin-bottom: 0;
}

.qty label {
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
  font-weight: bold;
}

.products_list .cat_desc {
  margin-bottom: 20px;
}

.bot_cat_desc {
  padding-bottom: 50px;
  padding-top: 20px;
}

.bot_cat_desc h2 {
  font-size: 30px;
  margin-top: 30px;
}

.bot_cat_desc p {
}

.wishlist-box {
  text-align: center;
  margin: 10px 0;
}

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

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

.manuf_list {
  margin-top: 30px;
}

.manuf_list .list-inline-item {
  display: inline-block;
  /*height: 150px;*/
  vertical-align: top;
  width: 15.7%;
  text-align: center;
  vertical-align: top;
  margin-bottom: 20px;
}

.manuf_list .list-inline-item img {
  max-height: 95%;
}

.manuf_list .list-inline-item span {
  display: block;
  vertical-align: middle;
  line-height: 136px;
  height: 150px;
  border: 1px solid #CCC;
}

.products_categories_list {
  /*padding: 30px 0 50px;*/
  /*background: rgba(243, 243, 243, 0.961);*/
  font-size: ;
  margin-bottom: 80px;
  margin-top: 80px;
}

.products_categories_list .item {
  padding-bottom: 40px;
  text-align: center;
}

.pan_commercial-audio-products .products_categories_list .item {
  /*max-width: 100% !important;*/
  min-width: 40% !important;
}

.products_categories_list .item .card {
  height: 100%;
  border: 3px solid rgba(79, 100, 128, 0.619);
}

.products_categories_list .card-img-top {
  height: 231px;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

.products_categories_list .card-body {
  padding: 10px 15px;
  background: #4F6481;
  color: #FFF;
}

.products_categories_list .card-body a {
  color: #FFF;
}

.products_categories_list h2 {
  font-size: 25px;
  text-align: center;
  /*margin-bottom: 20px;*/
}

.featured_products_list {
  background: #E9ECEF;
  padding: 50px 0;
  margin-bottom: -50px;
}

.featured_products_list h3 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pan_solutions .item .card-img-top {
  height: auto;
}

.jumbotron_landing {
  margin-top: -20px;
  font-size: 20px;
}

.jumbotron_landing .Contact-Sales-form {
  padding: 20px;
  color: #FFF;
  background: rgba(79, 100, 128, 0.81);
}

.jumbotron_landing .contact_form .row {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.jumbotron_landing .contact_form .btn {
  margin-top: 10px;
  width: 100%;
}

.jumbotron_landing .contact_form .col-form-label {
  padding-right: 0;
}

.pan_desc2 {
  background: #4F6481;
  color: #FFF;
  padding: 50px 0;
  font-size: 20px;
}

.pan_desc2_hospitality-audio-products {
  margin: -30px 0 26px;
}

.jumbotron_commercial-audio-products {
  /*background: url(../img/commercial.png) left top / cover no-repeat rgba(232, 235, 238, 0.444);*/
}

.pan_landing {
}

.pan_landing .products_categories_list .card-img-top {
  height: auto;
  width: auto;
}

.pan_landing .products_categories_list .card > a.img {
  height: 284px;
  background-size: cover !important;
}

.pan_landing .products_categories_list .card > a.img span {
  display: block;
  height: 100%;
  background-color: rgba(17, 30, 47, 0.526) !important;
}

/*.pan_landing .products_categories_list .card > A:hover SPAN
{
	background-color: transparent !important;
}*/
.pan_landing .products_categories_list .card-body {
  background: transparent;
  padding: 0;
}

.pan_landing .products_categories_list .card-title {
  font-size: 35px;
  position: absolute;
  z-index: 100;
  bottom: 18px;
  right: 15px;
  left: 15px;
}

@media (max-width: 575px) {
  .jumbotron {
    font-size: 15px;
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .jumbotron_landing {
    margin-top: -10px;
    font-size: 18px;
    padding: 20px;
  }
  
  .jumbotron_landing h1 {
    font-size: 25px;
  }
  
  .jumbotron_landing h3 {
    font-size: 20px;
  }
  
  .jumbotron_commercial-audio-products {
    background: none 0 0 / cover no-repeat rgba(232, 235, 238, 0.444);
  }
  
  /*.pan_desc2 IMG
    {
    	margin-bottom: 30px;
    }*/
  .pan_desc2 {
    font-size: 18px;
  }
  
  .pan_desc2 h3 {
    font-size: 25px;
    margin-top: 30px;
  }
  
  .products_categories_list {
    margin-top: 50px;
  }
  
  .qty label {
    font-weight: normal;
    font-size: 15px;
    padding-right: 5px;
    padding-left: 10% !important;
  }
  
  .about-pict1 {
    min-height: 654px;
    margin-top: 30px;
  }
  
  .about-pict2 {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .jumbotron {
    font-size: 18px;
    padding: 30px;
  }
  
  .jumbotron_landing .Contact-Sales-form {
    padding: 10px;
  }
  
  .jumbotron_landing .Contact-Sales-form h3 {
    font-size: 20px;
  }
  
  .jumbotron_landing .Contact-Sales-form label {
    font-size: 14px;
  }
  
  .jumbotron_landing .Contact-Sales-form input {
    font-size: 14px;
  }
  
  .pan_desc2 {
    font-size: 18px;
  }
  
  .pan_desc2 h3 {
    font-size: 25px;
    margin-top: 30px;
  }
  
  .qty label {
    font-weight: normal;
    font-size: 15px;
    padding-right: 5px;
  }
  
  .about-pict1 {
    min-height: 654px;
    margin-top: 30px;
  }
  
  .about-pict2 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron {
    font-size: 18px;
    padding: 30px;
  }
  
  .jumbotron_landing .Contact-Sales-form {
    padding: 10px;
  }
  
  .jumbotron_landing .Contact-Sales-form h3 {
    font-size: 20px;
  }
  
  .jumbotron_landing .Contact-Sales-form label {
    font-size: 14px;
  }
  
  .jumbotron_landing .Contact-Sales-form input {
    font-size: 14px;
  }
  
  .pan_desc2 {
    font-size: 18px;
  }
  
  .pan_desc2 h3 {
    font-size: 25px;
    margin-top: 30px;
  }
  
  .qty label {
    padding-right: 10px;
  }
  
  .about-pict1 {
    min-height: 654px;
    margin-top: 30px;
  }
  
  .about-pict2 {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .jumbotron {
    font-size: 18px;
    padding: 30px;
  }
  
  .jumbotron_landing .Contact-Sales-form {
    padding: 10px;
  }
  
  .jumbotron_landing .Contact-Sales-form h3 {
    font-size: 20px;
  }
  
  .jumbotron_landing .Contact-Sales-form label {
    font-size: 14px;
  }
  
  .jumbotron_landing .Contact-Sales-form input {
    font-size: 14px;
  }
  
  .pan_desc2 {
    font-size: 18px;
  }
  
  .pan_desc2 h3 {
    font-size: 25px;
  }
  
  .products__list__item__picture {
    height: 200px;
    line-height: 200px;
  }
  
  .qty label {
    padding-right: 10px;
  }
  
  .about-text1 {
    padding-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .qty label {
    padding-right: 10px;
  }
}

/*products zoom*/
.content_products_zoom .jumbotron {
  /*background: transparent;*/
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F7F7F7;
  /*border: 2px solid #CCC;*/
}

.long_desc {
  margin: 20px 0;
}

.pict_zoom {
  padding: 0;
  border: 2px solid #EDEDED;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 30px 0;
  min-height: 350px;
  line-height: 350px;
}

.pict_zoom img {
  max-width: 100%;
  max-height: 100%;
}

.products_related_right {
  padding: 0px 0;
  font-size: 13px;
}

.products_related_right .price {
  font-size: 13px;
}

.products_related_right .price .save {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
}

.products_related_right h2 {
  padding: 0px;
  margin-top: 0;
  font-size: 18px !important;
}

.products_related_right .list_item {
  border-bottom: none;
  padding-bottom: 20px;
  /*padding: 0 0 20px 0;*/
  /*padding: 10px 0 5px;*/
}

.products_related_right .pict {
  margin: 0 0 10px 0;
  min-height: 155px;
  float: none;
  border: 1px solid #EBEAEA;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.products_related_right .pict a {
  display: block;
  line-height: 150px;
}

.products_related_right .pict img {
  max-width: 100%;
  max-height: 100%;
}

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

.products_related_right .card {
  height: 100%;
}

.products_related_right form {
  height: 100%;
}

.cat_title {
  font-size: 18px;
  margin: 7px 10px;
  color: #818181;
}

.cat_title a {
  color: #E85800;
  text-decoration: none;
  font-family: "Trebuchet MS";
}

.zoom_properties {
  margin-bottom: 0;
}

.zoom_properties .sku {
  margin: 5px 0;
}

.zoom_properties div.product_option {
  margin: 10px 0;
  width: 70%;
}

.zoom_properties .qty .col-sm-4 {
  padding-left: 0;
}

.zoom_properties .discounts_info_upsale {
  float: right;
}

.zoom_properties .rr-star-st {
  clear: left;
  margin-top: 10px;
}

.zoom_properties .products__list__item__offer__price {
  text-align: left;
  display: inline-block;
  margin-right: 10px;
}

.docs {
  margin-bottom: 30px;
}

.docs ul {
  list-style: none;
  margin: 12px 0 0;
  text-align: center;
  padding: 0;
}

.docs ul li {
  /*display: inline-block;*/
  /*width: 24%;*/
  margin-bottom: 10px;
}

.docs ul li a {
  color: #4F6481;
  font-size: 15px;
  padding: 5px 10px;
}

.docs ul li i {
  font-size: 25px;
  vertical-align: -2px;
  margin-right: 5px;
}

.zoom-rel {
  margin-top: 20px;
}

.product_video {
  margin: 10px 0;
}

.product_video iframe {
  width: 100%;
}

@media (max-width: 576px) {
  .pict_zoom {
    height: auto !important;
    line-height: 100%;
    min-height: 10%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pict_zoom {
    height: auto !important;
    line-height: 100%;
    min-height: 10%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pict_zoom {
    height: auto !important;
    line-height: 100%;
    min-height: 10%;
  }
}

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

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

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

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

/*bundle*/
.bundle_but {
  text-align: center;
  padding: 2px 0px;
  margin: 10px 0;
}

.bundle_but a {
  width: 100%;
}

.bundles_list {
}

.bundl__list__item {
  margin-bottom: 20px;
}

.bundles_list .row {
  margin-top: 20px;
  text-align: center;
}

.bundles_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}

.bundles_list ul li {
  margin: 0.2%;
  padding: 0;
  list-style: none;
  /*float: left;*/
  width: 32%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.bundles_list .pict {
  border: 1px solid #CCCCCC;
  margin-bottom: 5px;
}

.bundles_list .gray {
  min-height: 130px;
}

.bundles_list h3 {
  font-size: 20px;
  text-align: center;
  /*margin-bottom: 10px;*/
}

.bundl_price {
  margin-top: 5px;
  /*font-weight: bold;*/
}

.bundles_in_list {
  margin-top: -8px !important;
}

.bundled_item_info {
}

.bundled_item_info h4 {
  font-size: 15px;
  margin-top: 9px;
}

.bundl_price {
  color: #B30000;
}

.bundle_all_price {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}

.bundle_all_price span {
  padding: 0 5px;
}

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

.bundles_list .qty .row {
  margin: 0;
}

.bundles_list .qty div {
  padding: 0 5px;
}

.bundles_list .tellfriend {
  padding-left: 10px;
}

/**********************************************************************************************************************
blog*/
.blog_list {
}

.blog_list a {
  color: #107DAC;
}

.blog_list h1 {
  text-transform: uppercase;
}

.blog-post .short_desc {
}

.blog-post .long_desc {
  /*padding-left: 30px;*/
  /*border-left: 5px solid #E7E7E7;*/
  /*font-size: 15px;*/
}

.blog-post .long_desc a {
  text-decoration: underline;
}

.blog-post .long_desc ol {
  list-style: numeric outside !important;
}

.blog-post .long_desc ol li {
  list-style: numeric outside !important;
  padding: 0 0 0 8px;
  margin: 5px 0 5px 30px;
}

.blog-post .long_desc ul {
  padding: 0 0 0 8px;
  margin: 5px 0 5px 8px;
}

.blog-post .long_desc ul li {
  list-style-type: disc;
  padding: 0 0 0 3px;
  margin: 5px 0;
}

.blog-post {
  margin-bottom: 50px;
}

.blog-post .card {
  height: 100%;
}

.blog-post h1 {
}

@media (max-width: 767px) {
  .blog-post .pict_right {
    margin: 0;
    float: none;
  }
  
  .blog-post .pict_right img {
    max-width: 100%;
  }
  
  .blog-post h1 {
    font-size: 25px;
  }
}

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

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

.cloud {
  padding: 10px 15px;
  margin: 20px 0 10px;
  background: #F5F5F5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cloud h2 {
  margin: 0 0 10px 0;
  color: #000;
}

.cloud h2 a {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #4C555D;
}

.blog_arhive {
}

.blog_arhive h2 {
  margin-bottom: 5px;
  font-size: 20px;
  padding-left: 10px;
}

.blog_arhive ul {
  margin: 0;
  padding: 0;
}

.blog_arhive li {
  padding: 5px 5px 5px 15px;
  background: #F2F2F2;
  margin-bottom: 1px;
  border-bottom: 1px solid #CCC;
  list-style: none;
}

.blog_arhive li a {
  text-decoration: none;
  color: #171717;
}

.blog_cats {
  margin-top: 20px;
}

.blog_cats .cat_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #4C555D;
  margin-left: 10px;
}

.blog_cats .cat_title a {
  color: #4C555D;
}

.recennt_post .cat_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #4C555D;
  margin-left: 10px;
  margin-top: 30px;
}

.recennt_post .cat_title a {
  color: #4C555D;
}

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

.blog_cats .cnt {
  float: right;
  font-size: 10px;
}

.blog_cats .menu_link a {
  color: #282727 !important;
  text-decoration: none;
}

.subscribe {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 10px 63px;
  color: #9B0101;
  margin: 0 0 20px;
  background: url(../img/icon-subscribe.jpg) no-repeat 8px 1px;
}

.subscribe a {
  padding: 0;
}

.blog-post-title {
  font-size: 30px;
  color: #2D5880;
}

.blog-post-title a {
  color: #2D5880;
}

.contact_links {
  margin-top: -13px;
  padding: 10px;
}

.contact_links a {
  color: #4C555D;
  font-size: 17px;
}

.contact_links .icon {
  margin: 0px 0;
}

.contact_links .icon i {
  width: 20px;
  text-align: center;
}

.news_short_list {
}

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

/*faq*/
.faq_list ol {
  padding: 0 0 0 24px;
  font-size: 25px;
  margin: 30px !important;
}

.faq_list ol li {
  margin: 20px 0;
}

.faq_list h3 {
  font-size: 30px;
  margin: 5px 0;
}

.faq_list ol li a {
  padding-bottom: 0;
  font-size: 25px;
}

.faq_list .list_item {
  padding: 10px 5px;
}

.faq_list .blockquote {
  margin: 50px 0;
}

/*members*/
.members_list {
}

.members_list .nopict {
  text-align: center;
  height: 160px;
  line-height: 160px;
  border: 1px solid #CCC;
}

.members_list .pict {
  text-align: center;
  height: 160px;
  line-height: 160px;
  border: 1px solid #CCC;
  vertical-align: middle;
}

.members_list .date {
  font-size: 11px;
  float: right;
}

.members_list .list_item {
  padding-bottom: 34px;
}

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

/*team*/
.team_pict {
  float: right;
}

.team_linkedin img {
  width: 100px;
  height: 35px;
}

.team_zoom dt {
  font-weight: bold;
}

.team_zoom dd {
  margin: 0;
}

/*events
calendar & events search*/
.calendar_next {
  font-size: 12px;
  color: #434343;
  text-decoration: none;
}

.calendar_next:hover {
  color: #CC0000;
}

.calendar_day_name {
  font-size: 9px;
  text-decoration: none;
  background: #888888;
  color: #FFFFFF;
}

.calendar_sun {
  font-size: 9px;
  font-weight: bold;
}

.calendar_sat {
  font-size: 9px;
  font-weight: bold;
}

.calendar_curr {
  font-size: 9px;
  color: #FF0000;
  font-weight: bold;
}

.calendar_fri {
  font-size: 9px;
  font-weight: bold;
}

.calendar_thu {
  font-size: 9px;
  font-weight: bold;
}

.calendar_wed {
  font-size: 9px;
  font-weight: bold;
}

.calendar_tue {
  font-size: 9px;
  font-weight: bold;
}

.calendar_mon {
  font-size: 9px;
  font-weight: bold;
}

.calendar {
  border: 1px solid #D2DFD8;
  padding: 3px 1px 5px;
  margin-bottom: 7px;
}

.events_calendar_left {
}

.calendar_search {
  padding: 10px;
  background: #ECECEC;
}

.calendar_search input[type="text"] {
  max-width: 45%;
}

/*for alphabetical  search (left and top)*/
.ot {
  text-decoration: none;
  border: 1px solid #D7D7D7;
  text-align: center;
  font-size: 12px;
  padding: 0;
}

.ot a {
  display: block;
  padding: 2px;
}

.table_ab {
}

.table_ab td {
}

.table_ab .last {
  border: none;
  text-align: left;
}

/*befor_after*/
.before_after {
}

.before_after h2 {
  background: #EFEFEF;
  padding: 10px;
  margin: 0 0 10px;
}

.before_after h2 span {
  font-size: 12px;
  float: right;
}

.before_after h3 {
  /*[disabled]background:#EFEFEF;*/
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.before_after .picts {
  clear: both;
}

.before_after .pict {
  padding: 3px;
  text-align: center;
}

/*video & picts*/
.video_list {
}

.video_list a {
  display: block;
  font-size: 22px;
}

.video_list .item {
  /*padding-bottom: 30px;*/
}

.video_list .item .card-img-top {
  text-align: center;
  height: 241px;
  width: auto;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}

.video_list .item .nopict {
  line-height: 270px;
  height: 270px;
  vertical-align: middle;
}

.video_list .item .card {
  background: rgba(203, 203, 203, 0.46);
}

.video_list .item .card > a {
  display: block;
  overflow: hidden;
  text-align: center;
}

.video_zoom {
  text-align: center;
}

.video_zoom .rating_table {
  float: left;
}

.event_video {
  text-align: center;
}

.event_video object embed {
  width: 450px;
  height: 350px;
}

.event_video object {
  /*[disabled]width:486px;*/
  /*[disabled]height:auto;*/
}

.list_picts {
}

.list_picts .list_item {
  padding-bottom: 30px;
}

.galleries_list {
  margin-top: 10px;
}

.galleries_list h1 {
  text-align: center;
  margin-bottom: 20px;
}

.galleries_list .list_item {
  padding-bottom: 20px;
}

.galleries_picts {
  margin-top: 10px;
}

.galleries_picts .list_item {
  padding-bottom: 20px;
}

.galleries_picts .pict {
  float: none;
  padding: 0;
  margin: 0 0 5px;
  border: 1px solid #CCC;
  height: 150px;
  overflow: hidden;
}

.galleries_picts .name {
  margin-bottom: 10px;
}

/**********************************************************************************************************************
jobs offers*/
.job_offers {
}

.job_offers .date {
}

.job_offers .job_desc {
  margin-bottom: 10px;
  border-bottom: 5px solid #CCC;
}

.content_mid_jobs h2 {
  margin: 0;
  padding: 3px;
}

.content_mid_jobs .list_item {
  padding: 3px 3px 10px;
  margin-bottom: 10px;
}

.content_mid_jobs .right {
  margin: -7px 0 0;
  padding: 0;
}

.resume_form {
  background: #F7F7F7;
  margin: 20px 0;
  padding: 20px;
}

.resume_form h2 {
  margin-bottom: 10px;
  text-align: center;
  margin: 10px 0;
}

.resume_form table {
  width: 90%;
}

.jobs_top_search {
  padding: 10px;
  background: #F5F5F5;
  text-align: center;
  margin-bottom: 50px;
}

.jobs_top_search .form-group {
  margin-bottom: 10px;
}

/****  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;
  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-0.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 {
  margin: 0;
  padding: 0;
  clear: both;
  list-style: none none;
  text-align: left;
}

/*.comments .well
{
	padding: 10px;
	border-radius: 5px;
}*/
.comments .well .btn {
  margin-top: 8px;
  margin-right: 10px;
}

.comments .title {
  font-size: 25px;
  background: rgba(203, 203, 203, 0.662);
  padding: 5px 5px 5px 20px;
  border-radius: 5px;
}

.comments li {
  margin: 10px 0;
  padding: 5px 0;
  list-style: none none;
  text-align: left;
}

.comments_list {
  margin: 0;
  padding: 0 20px;
  clear: both;
  /*[disabled]width:100%;*/
  list-style: none none;
  text-align: left;
}

.comments .date {
  font-weight: normal;
  font-style: italic;
  margin-top: 10px;
  color: #666666;
}

.comments .author {
  font-weight: normal;
  font-style: normal;
  margin-left: 10px;
  font-size: 15px;
}

.comments .replay_line {
  border-bottom: 2px solid #EDEDED;
  padding-bottom: 20px;
}

.comments .comment_ID {
  color: #000;
  padding-bottom: 3px;
  font-weight: normal;
}

.comments blockquote {
  font-weight: 100 !important;
  font-size: 16px;
}

.comments .madatorystar {
  font-size: 18px;
  font-weight: normal;
  padding-left: 2px;
}

.comment_form .col-form-label {
  font-weight: bold;
}

/*redefine owl for index*/
.owl-index-carousel-wrap {
  margin: 20px 5px -20px;
}

.owl-index-carousel .item {
  text-align: center;
}

.owl-index-carousel.owl-theme .owl-controls .owl-page span {
  background: #FC6400;
}

.owl-index-carousel.owl-theme .owl-controls .owl-buttons div {
  background: #FC6400;
}

.owl-index-carousel .owl-controls {
  position: relative;
}

.owl-index-carousel.owl-theme .owl-controls .owl-prev,
.owl-index-carousel.owl-theme .owl-controls .owl-next {
  position: absolute;
  top: -210px;
  font-size: 40px;
  background: none !important;
  color: #FC6400;
}

.owl-index-carousel.owl-theme .owl-controls .owl-prev {
  left: -5px;
}

.owl-index-carousel.owl-theme .owl-controls .owl-next {
  right: -5px;
}

.owl-index-carousel.owl-theme .owl-controls .owl-page span {
  margin-left: 3px;
  margin-right: 3px;
}

.owl-cat-index-carousel-wrap {
  margin: 0 20px;
}

.owl-cat-index-carousel-wrap h2 {
  margin-bottom: 10px;
}

.owl-cat-index-carousel .owl-pagination {
  display: none;
}

.owl-cat-index-carousel .owl-controls {
  position: relative;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-prev,
.owl-cat-index-carousel.owl-theme .owl-controls .owl-next {
  position: absolute;
  top: -150px;
  font-size: 20px;
  background: none !important;
  color: #FC6400;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-prev {
  left: -32px;
}

.owl-cat-index-carousel.owl-theme .owl-controls .owl-next {
  right: -32px;
}

.owl-cat-index-carousel-wrap [class*="col-"] {
  padding: 0 5px;
}

/*redefine bootstrap*/
.index-carousel {
  margin-left: 22%;
  padding-top: 40px;
}

.index-carousel .item {
  height: 324px;
  font-size: 25px;
}

.index-carousel .item a {
  display: block;
}

.index-carousel .item a .btn {
  color: #9D0910;
}

.index-carousel .item a:hover {
  text-decoration: none;
}

.index-carousel .carousel-inner .item1 {
  background: url(../img/baner1.jpg) center / cover;
}

.index-carousel .carousel-inner .item2 {
  background: url(../img/baner2.jpg) center / cover;
}

.index-carousel .carousel-inner .item3 {
  background: url(../img/baner3.jpg) center / cover;
}

.index-carousel .item h5 {
  font-size: 40px;
}

.baner-text {
  color: #FFF;
}

.carousel-caption {
  padding: 0;
  margin: 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.carousel-control-prev {
  width: 10%;
  display: none;
}

.carousel-control-next {
  width: 10%;
  display: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.index-2tabs-tab-content {
  padding: 20px;
  border: 1px solid #DDD;
  border-top: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.index-3tabs-tab-content {
  padding: 20px;
  border: 1px solid #DDD;
  border-top: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.index-3tabs-nav-tabs {
  margin-top: 31px;
}

.cat-index-thumbnail .pict {
  background: #F7F7F9;
  display: block;
  height: 90px;
}

.cat-index-thumbnail .caption {
  height: 64px;
  overflow: hidden;
  font-size: 12px;
}

.video-index-thumbnail .pict {
  background: #F7F7F9;
  display: block;
}

.video-index-thumbnail .caption {
  height: 64px;
  overflow: hidden;
  font-size: 12px;
}

.picts-index-thumbnail .pict {
  background: #F7F7F9;
  display: block;
}

.picts-index-thumbnail .caption {
  height: 31px;
  overflow: hidden;
  font-size: 12px;
}

.picts-index-thumbnail .caption h5 {
  margin-top: 0;
}

@media (max-width: 575px) {
  .index-carousel {
    margin-left: 0;
  }
  
  .index-carousel .item .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  
  .index-carousel .item {
    font-size: 13px;
    height: 189px;
  }
  
  .index-carousel .item h5 {
    font-size: 18px;
  }
  
  .index-carousel .item img {
    max-height: 102px !important;
  }
  
  .carousel-indicators {
    bottom: -7px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .index-carousel {
    margin-left: 0;
  }
  
  .index-carousel .item {
    font-size: 16px;
    height: 207px;
  }
  
  .index-carousel .item h5 {
    font-size: 20px;
  }
  
  .index-carousel .item img {
    max-height: 159px !important;
  }
  
  .carousel-indicators {
    bottom: -7px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .index-carousel {
    margin-left: 5%;
  }
  
  .index-carousel .item {
    font-size: 18px;
    height: 252px;
  }
  
  .index-carousel .item h5 {
    font-size: 25px;
  }
  
  .index-carousel .item img {
    max-height: 212px !important;
  }
  
  .carousel-indicators {
    bottom: -7px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .index-carousel {
    margin-left: 5%;
  }
  
  .index-carousel .item {
    font-size: 22px;
  }
  
  .index-carousel .item h5 {
    font-size: 35px;
  }
  
  .index-carousel .item img {
    max-height: 212px !important;
  }
  
  .carousel-indicators {
    bottom: 63px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .index-carousel {
    margin-left: 10%;
  }
  
  .index-carousel .item {
    font-size: 22px;
  }
}

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

/*index*/
.index-tabs-expert article h5 {
  margin-bottom: 0;
}

.index-tabs-expert article h5 + p {
  margin-top: 3px;
}

.index-tabs-expert article hr {
  margin: 5px 0;
}

.index-tabs-news article hr {
  margin: 5px 0;
}

.index-tabs-articles article h5 {
  margin-bottom: 0;
}

.index-tabs-articles article h5 + p {
  margin-top: 3px;
}

.index-tabs-articles article hr {
  margin: 5px 0;
}

.index-right-events article h5 {
  margin-bottom: 0;
}

.index-right-events article h5 + p {
  margin-top: 3px;
}

.index-right-events article hr {
  margin: 5px 0;
}

.index-members article h5 {
  margin-bottom: 0;
}

.index-members article h5 + p {
  margin-top: 3px;
}

.index-members article hr {
  margin: 5px 0;
}

.index-banner {
  margin: 20px 0;
}

.index-right-list article hr {
  margin: 5px 0;
}

.index-buttons {
}

.index-buttons .qa {
  font-size: 20px;
  color: #3F69B3;
}

.index-ask-btn {
  /*width: 100%;*/
  font-size: 20px;
  margin-bottom: 10px;
  white-space: normal;
}

.madein {
  margin-top: -29px;
  margin-bottom: 26px;
}

.madein-zoom {
  position: absolute;
  right: 22px;
  width: 80px;
  margin-top: -128px;
}

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

@media (max-width: 575px) {
  .madein {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  
  .madein img {
    max-width: 94px;
  }
  
  .Award-Logo {
    margin-bottom: 20px;
  }
  
  .Award-Logo img {
    max-width: 132px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .madein {
    margin-top: 0;
    margin-bottom: 26px;
    text-align: center;
    display: inline-block;
  }
  
  .madein img {
    max-width: 94px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .madein {
    margin-top: 0;
    margin-bottom: 26px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .madein img {
    max-height: 106px;
  }
  
  .madein {
    margin-top: -15px;
  }
  
  .index-ask-btn {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .index-ask-btn {
    font-size: 18px;
  }
}

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

/**********************************************************************************************************************
sitemap_*/
.sitemap_div {
  padding: 7px;
  float: left;
  width: 45%;
}

.sitemap_div .collapse {
  display: block;
}

.sitemap_div .collapse li {
}

.sitemap_div .collapse li ul {
  display: block;
  margin-bottom: 20px;
}

/*******************************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 (max-width: 576px) {
  .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;
  }
}

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

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

.register_form {
  margin-bottom: 50px;
}

.register_form h1 {
  margin: 0;
  text-align: center;
}

.register_form .title {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
  color: #4C555D;
}

.register_form .Sign_In_Information {
}

.register_form .Personal_Information {
}

.register_form .Select_Subscription_Plan {
  margin-top: 50px;
  /*margin-bottom: 50px;*/
}

.register_form .Optional {
  /*margin-top: 50px;*/
}

.register_form .form-group {
  margin: 5px 0;
}

.thanks_reg .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
  height: 34px;
  border: 1px solid #CCC;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

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

@media (max-width: 575px) {
  .contact_form label {
    text-align: left;
  }
  
  .address.row {
    padding-left: 15%;
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .contact_form label {
    text-align: left;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .contact_form label {
    text-align: right;
    font-size: 15px;
    /*font-weight: bold;*/
  }
}

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

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

/***********************************************************************************************************************/
/***********************************************************************************************************************/
/**********************************************************************************************************************
for big calendar*/
.right_selector {
  float: right;
  padding-top: 7px;
}

.weekdaytop {
  background: url(../img/tile_sub.gif);
  color: #FFFFFF;
  height: 29px;
  text-align: center;
}

.sundaytop {
  background: url(../img/tile_sub1.gif);
  color: #FFFFFF;
  text-align: center;
}

.sunweekdayempty {
  background: #DFE8E4;
  color: #A6AFB4;
  text-align: center;
}

.weekdayempty {
  background: #DDE0E0;
  color: #A6AFB4;
  text-align: center;
  =height: 65px;
  min-height: 65px;
}

.weekday {
  background: #EEF0F0;
  text-align: center;
}

.sunday {
  background: #DFE8E4;
  text-align: center;
}

.event_box {
  background: url(../img/bg_event.gif) bottom;
  margin: 3px;
  border-top: 1px solid #D0D4D4;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #DFE2E2;
  border-right: 1px solid #DFE2E2;
  padding: 1px 3px 1px 6px;
  =height: 65px;
  min-height: 65px;
}

.event {
  border-bottom: 1px dotted #D0D4D4;
  padding: 3px 0px;
  font-size: 10px;
  text-decoration: none;
  text-align: left;
}

.event a {
  text-decoration: none;
  color: #3D4D55;
}

.weekday:hover {
  background: #CCE1EB;
}

.weekday:hover .calnum {
  background: #CCE1EB;
}

.event a:hover {
  text-decoration: underline;
  color: #FC5300;
}

.calnum {
  float: right;
  margin-right: -4px;
  margin-top: -2px;
  width: 16px;
  text-align: center;
  background: #EEF0F0;
  height: 20px;
  padding-left: 2px;
  border-left: 1px solid #D0D4D4;
  border-bottom: 1px solid #D0D4D4;
  padding-top: 2px;
}

.calnum a {
  text-decoration: none;
  font-weight: bold;
  color: #0F5A80;
}

.sunday .calnum {
  background: #DFE8E4;
}

.sunday:hover {
  background: #D0E8DD;
}

.sunday:hover .calnum {
  background: #D0E8DD;
}

.ev_more {
  text-align: right;
  font-style: italic;
  padding: 3px 0px 0px 3px;
}

.ev_more a {
  font-size: 11px;
  text-decoration: none;
  color: #B80626;
}

.ev_more a:hover {
  text-decoration: underline;
  color: #FC5300;
}

.nextmonth {
  background: #D8E0E4;
  padding: 2px;
  /*[disabled]width:172px;*/
}

.nextmonth a {
  background: #FFFFFF;
  text-decoration: none;
  padding: 3px 5px;
  display: block;
  font-family: georgia;
}

.currentmonth {
  font-family: georgia;
  color: #BD012B;
  font-size: 16px;
  background-color: #DDE0E0;
}

.currday {
  background: #FDD9BB;
}

.currday .calnum {
  background: #FDD9BB;
}

.currday:hover {
  background: #FFC89A;
}

.currday:hover .calnum {
  background: #FFC89A;
}

#calendar_month,
#calendar_year {
  cursor: pointer;
}

div#calendar_year_selector,
div#calendar_month_selector {
  width: 150px;
  padding: 3px;
  background-color: #ACBDC5;
}

#calendar_year_selector,
#calendar_month_selector,
#calendar_year_selector a,
#calendar_month_selector a {
  font-family: georgia;
  color: #6B0C21;
  font-size: 13px;
  background-color: #F9FAFA;
  /*[disabled]font-weight:bold;*/
  padding: 3px 3px 3px 10px;
  margin: 0 0 1px;
  text-decoration: none;
  display: block;
  /*[disabled]font-style:italic;*/
}

#calendar_year_selector a:hover {
  background-color: #FEC799;
}

#calendar_month_selector a:hover {
  background-color: #FEC799;
}

#calendar_year_selector,
#calendar_month_selector {
  display: none;
}

/**********************************************************************************************************************
end for big calendar
*********************************************************************************************************************
*/
/*==========================================================================================================
!diaolog_st default style!*/
.indxe-video {
  padding: 0;
  height: auto;
  margin: 0 10px 0 70px;
  max-width: 100%;
}

.indxe-video video {
  width: 100%;
  height: auto;
}

.free-baner {
  margin-top: 0;
  background: #4CAF50;
  padding: 50px 20px;
  color: #FFF;
  /*min-height: 241px;*/
  text-align: center;
}

.free-baner h2 {
  margin: 0;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
}

.free-baner h3 {
  margin: 0;
  font-size: 15px;
}

.free-baner h4 {
  margin: 14px 0 0;
  font-size: 15px;
}

.free-baner h4 b {
  display: block;
}

.free-baner a {
  color: #FFF !important;
  display: block;
}

.free-baner .img {
  height: 107px;
  background: url(../img/face.png) center top no-repeat;
  margin-top: 20px;
  margin-bottom: 20px;
}

.free-baner span {
  font-size: 20px;
}

.free-baner span b {
  display: block;
}

.popup-order-replenishment {
  width: 300px;
  min-height: 150px;
  text-align: left;
  padding: 15px;
  line-height: 200%;
  background: #FFF;
  border-radius: 10px;
}

.popup-order-replenishment .error-box {
  display: none;
  color: #FF0000;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.bottom_logos {
  margin: 50px 0 20px;
  padding: 0;
  background: #EFF2F3;
  box-shadow: inset 0 0 20px -4px rgba(59, 59, 59, 0.467);
}

.bottom_logos > div > div {
}

.bottom_logos_title {
  background: #3584B6;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 45px 0;
  font-size: 16px;
  line-height: 1.5;
}

.bottom_logos_item {
  height: 130px;
  padding: 0 24px;
  display: table-cell;
  vertical-align: middle;
}

.bottom_logos_item_caption {
  text-align: center;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  margin: 3px 0;
  line-height: 130%;
}

#index-logos-carousel.owl-theme .owl-nav {
  margin-top: 0;
}

#index-logos-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 15px;
  height: 25px;
  top: 50px;
  background-color: transparent;
}

#index-logos-carousel.owl-theme .owl-nav .owl-prev {
  background-image: url(/img/arr-left.png);
  left: -15px;
}

#index-logos-carousel.owl-theme .owl-nav .owl-next {
  background-image: url("/img/arr-right.png");
  right: -15px;
}

.sidemenu .links li ul {
  display: none;
  list-style-type: none;
  margin: 0;
  /* padding: 0; */
}

.sidemenu .links li.selected_menu_item.open > ul,
.sidemenu .links li.open > ul {
  display: block;
}

.sidemenu .links li > .menu_arrow {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
  /* vertical-align: -13px; */
  /* display: inline-block; */
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: currentColor;
  -webkit-transition: border-color 500ms;
  -o-transition: border-color 500ms;
  transition: border-color 500ms;
  text-decoration: none;
}

.sidemenu .links li > .menu_arrow:active,
.sidemenu .links li > .menu_arrow:focus,
.sidemenu .links li > .menu_arrow:hover {
  text-decoration: none;
}

.sidemenu .links li.selected_menu_item.open > .menu_arrow,
.sidemenu .links li.open > .menu_arrow {
  margin-top: 2px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* ======  Autocomlete  ====== */
#type_in_search_autocomplete_data:before {
  content: none;
  position: absolute;
  left: 10px;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #999999 transparent;
  left: 50%;
  margin-left: -5px;
}

#type_in_search_autocomplete_data {
  position: absolute;
  padding-top: 0;
}

#type_in_search_autocomplete_data .autocomoplete_container_inner_wrapper {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  width: 388px;
  height: 350px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

#type_in_search_autocomplete_data .autocomplete-suggestion {
  overflow: hidden;
  font-size: 12px;
  padding: 5px 5px;
}

#type_in_search_autocomplete_data .autocomplete-suggestion:nth-child(odd) {
  background: #F8F8F8;
}

#type_in_search_autocomplete_data .autocomplete-suggestion div {
}

#type_in_search_autocomplete_data .autocomplete-suggestion a {
  display: inline-block;
  width: 53%;
  padding-bottom: 3px;
  /*height: 38px;*/
}

#type_in_search_autocomplete_data .autocomplete-suggestion p {
  margin: 0;
}

#type_in_search_autocomplete_data .autocomplete-selected {
  background: #F0F0F0;
}

#type_in_search_autocomplete_data .autocomplete-group {
  padding: 7px 5px 7px 10px;
  background: #4F6481;
  color: white;
}

#type_in_search_autocomplete_data .autocomplete-group strong {
}

#type_in_search_autocomplete_data .autocomplete_image_link {
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: 50px !important;
}

#type_in_search_autocomplete_data .autocomplete_sku {
  float: right;
}
/* ========================== */
