.navbar-nav > li:first-child {
    border-left: 1px solid #eee;
}
.navbar-nav > li {
  border-right: 1px solid #eee;
}
.pav-megamenu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pav-megamenu .navbar-collapse {
  padding-left: 0;
}
.rtl .pav-megamenu .navbar-collapse {
  padding-right: 0;
  padding-left: inherit;
}
.pav-megamenu .pav-colorbox {
  display: none !important;
}
.pav-megamenu .navbar {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 0;
  width: 100%;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
}
#bs-megamenu > ul > li:hover, #bs-megamenu > ul > li > a:hover   {
  background-color: #fff;
  color: #03a9f4;
}
#bs-megamenu .nav .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
#offcanvasmenu .nav > li > a:hover {
    background-color:#03a9f4;
}
.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.pav-megamenu .navbar-nav > li > a {
    background-color: transparent !important;
    color: #000000;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 22px 16px;
    text-transform: uppercase;
    transition: all 350ms ease-out 0s;
}
.pav-megamenu .navbar-nav > li > a .caret {
  margin-left: 10px;
  position: relative;
  color: #fff;
}
.rtl .pav-megamenu .navbar-nav > li > a .caret {
  margin-right: 10px;
  margin-left: inherit;
  color: #fff;
}
#bs-megamenu > ul > li:hover .caret, #bs-megamenu > ul > li > a:hover .caret {
  border-bottom-color: #03a9f4;
  border-top-color: #03a9f4;
}
.pav-megamenu .dropdown-menu {
  text-align: left;
  color: #2e3039;
  border: 0;
  padding: 20px;
}
.rtl .pav-megamenu .dropdown-menu {
  text-align: right;
}
.pav-megamenu .dropdown-menu:before, .pav-megamenu .dropdown-menu:after {
  left: 30px;
}
.rtl .pav-megamenu .dropdown-menu:before, .rtl .pav-megamenu .dropdown-menu:after {
  right: 30px;
  left: auto;
}
.pav-megamenu .dropdown-menu li {
  float: left;
  position: relative;
  width: 206px;
}
.pav-megamenu .dropdown-menu li ul li {
  margin-left:10px;
}
.pav-megamenu .dropdown-menu li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  left: -8px;
  margin-top: 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
}
.rtl .pav-megamenu .dropdown-menu li:before {
  right: -8px;
  left: auto;
}
.pav-megamenu .dropdown-menu li:hover {
  color: #03a9f4;
}
.pav-megamenu .dropdown-menu li:hover:before {
  color: #03a9f4;
}
.pav-megamenu .dropdown-menu li:hover > a {
  color: #03a9f4;
}
.pav-megamenu .dropdown-menu li:hover > a:hover {
  color: #03a9f4;
}
.pav-megamenu .dropdown-menu li > a {
  color: #2e3039;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.pav-megamenu .dropdown-menu li > a:hover {
  background-color: #fff;;
  color: #03a9f4;
}
.pav-megamenu .dropdown-menu li > a:hover .fa {
  color: #03a9f4;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
  display: block;
  left: 0px;
}
.rtl .pav-megamenu .dropdown:hover > .dropdown-menu {
  right: 0px;
  left: auto;
}
.pav-megamenu .dropdown:hover > a {
  color: #03a9f4;
}
.pav-megamenu .dropdown:hover > a .fa {
  color: #03a9f4;
}
.pav-megamenu .dropdown-submenu {
  position: relative;
}
.pav-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100% !important;
  right: auto !important;
  left: auto;
  position: absolute;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  right: 100% !important;
  left: auto;
}
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
  left: auto !important;
  right: auto;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu:after, .pav-megamenu .dropdown-submenu:hover > .dropdown-menu:before {
  border: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  color: #989898;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
.pav-megamenu .widget-title {
  color: #000000;
}
.pav-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.pav-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.pav-megamenu .megamenu .cols3 {
  min-width: 740px;
}
.sidebar-offcanvas .offcanvas-heading .btn-primary {
  background-color: #03a9f4;
  border-color: #03a9f4;
  background-image: linear-gradient(to bottom,#03a9f4 0,#03a9f4 100%);
}
@media (max-width: 992px) {
  .pav-megamenu {
    display: none !important;
  }

  #sidebar-left {
    display: none;
  }
}
@media (max-width: 480px) {
  .row-offcanvas-left.active {
    left: 70%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -70%;
  }

  .sidebar-offcanvas {
    width: 70%;
  }

  .product-filter .filter-right > div {
    margin-bottom: 5px;
  }

  #cart .dropdown-menu {
    min-width: 325px;
    padding: 8px;
  }

  #input-search {
    margin-bottom: 3px;
  }

  .logo-store {
    padding: 0 0 20px;
  }

  .wrapper-toggle .language-wrapper {
    margin: 0;
  }

  #offcanvasmenu iframe {
    height: 150px !important;
    width: 190px !important;
  }
}

.select span {
    border: 1px solid #cccccc;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 5px;
}
.select span:hover {
    border: 2px solid #ff6701;
    margin: 4px;
}
.select span img {
    height: 40px;
    vertical-align: bottom;
    width: 40px;
}
.select span.on {
    background: url("https://d959ea.staticwbm.com/20251201042005im_/https://www.centremode.com/images/on.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border: 2px solid #ff6701;
    margin: 4px;
}
.select span em {
    color: #ff6600;
    font-style: normal;
    text-decoration: underline;
}
.select span em:hover {
    color: #ff0000;
}
.select span.other_model {
    border: 1px solid #f9f9f9;
    cursor: pointer;
}
.select span.other_model:hover {
    border: 2px solid #fff4ec;
}
.select span.other_model.on {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#pageNotFound {
    background: url("https://12d224.staticwbm.com/20251201042005im_/https://www.centremode.com/images/404.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 600px;
    position: relative;
}
#pageNotFoundHeading {
    border: medium none;
    color: #3e3e3e;
    left: 160px;
    position: absolute;
    top: 65px;
}
#pageNotFoundMainContent {
    color: #888888;
    font-size: 11px;
    height: 113px;
    left: 145px;
    line-height: 15px;
    padding: 0;
    position: absolute;
    top: 88px;
    width: 195px;
}
#tab-description img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.sitemaplinks ul li a {
    padding-left:10px;
}
.sitemaplinks ul li ul li a {
    padding-left:20px;
}
.sitemaplinks ul li ul li ul li a {
    padding-left:30px;
}
.pav-megamenu #bs-megamenu .dropdown-menu li a span.menu-title {
    font-weight:bold;
}
@media (min-width: 768px) {
 .pav-megamenu #bs-megamenu .dropdown-menu {
    min-width:456px;
 }
}
@media (max-width: 768px) {
 #offcanvasmenu ul li ul li a span.menu-title {
    font-weight:bold;
 }
 #offcanvasmenu ul li ul li ul li {
    padding-left:15px;
 }
}

@media (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
    left: auto;
  }
  .rtl .row-offcanvas-right {
    left: 0;
    right: auto;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .rtl .row-offcanvas-left {
    right: 0;
    left: auto;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .rtl .row-offcanvas-right
  .sidebar-offcanvas {
    left: -50%;
    right: auto;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%;
  }
  .rtl .row-offcanvas-left
  .sidebar-offcanvas {
    right: -50%;
    left: auto;
  }

  .row-offcanvas-right.active {
    right: 50%;
    left: auto;
  }
  .rtl .row-offcanvas-right.active {
    left: 50%;
    right: auto;
  }

  .row-offcanvas-left.active {
    left: 50%;
  }
  .rtl .row-offcanvas-left.active {
    right: 50%;
    left: auto;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }

  .canvas-menu {
    margin: 5px;
  }
}
/*offcanvas-menu*/
#offcanvasmenu .nav .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  margin-left: 5px;
}
#offcanvasmenu .pavo-widget .widget-heading {
  margin-top: 15px;
}
#offcanvasmenu .navbar-nav {
  float: none;
  margin: 0;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
  background-color: #03a9f4;
  border-right: none;
}
#offcanvasmenu .navbar-nav > li:hover:after {
  display: none;
}
#offcanvasmenu .navbar-nav > li > a {
  display: block;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: #FFFFFF;
}
#offcanvasmenu .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0 10px;
  position: static;
  visibility: visible;
  width: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 5px 0;
  display: block;
}
#offcanvasmenu .w-product {
  padding: 0;
}
#offcanvasmenu .product-block {
  border: none;
  padding: 0;
}
#offcanvasmenu .product-block .image {
  float: none;
  margin: 0;
}

.support .service {
  width: 50%;
  overflow: hidden;
  float: left;
}
.rtl .support .service {
  float: right;
}
.support .service .service-icon {
  color: #676868;
  float: left;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.rtl .support .service .service-icon {
  float: right;
}
.support .service .desc {
  overflow: hidden;
}
.support .service .desc h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.custom-footer-top {
  margin: 10px 0;
  line-height: 25px;
}
.custom-footer-top article:nth-child(1) {
  margin-top: 10px;
}
.custom-footer-top article:nth-child(1) h3 {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.rtl .custom-footer-top article:nth-child(1) h3 {
  float: right;
}
.rtl .custom-footer-top article:nth-child(1) h3 {
  margin-left: 10px;
  margin-right: inherit;
}
.custom-footer-top article h3 {
  color: #f7f7f7;
  font-size: 16px;
  margin: 0;
}
.custom-footer-top article .body {
  overflow: hidden;
}
.custom-footer-top article .body p {
  margin: 0;
}
.custom-footer-top article img {
  float: left;
  margin-right: 10px;
}
.rtl .custom-footer-top article img {
  float: right;
}
.rtl .custom-footer-top article img {
  margin-left: 10px;
  margin-right: inherit;
}
.custom-footer-top ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}
.custom-footer-top ul li a:hover {
  background-color: #e46d0d;
  color: #FFFFFF;
}
.custom-footer-top ul li span {
  display: none;
}

.border {
  border: 1px solid #e0e3e4;
}

.pav-custom .box-content {
  padding: 0;
}

.custom_info {
  color: #686868;
}
.custom_info .pull-left {
  background-color: #232b2c;
  width: 32%;
  padding: 20px 30px 10px;
  color: #ababab;
}
.custom_info .pull-right {
  position: relative;
  width: 68%;
}
.custom_info .pull-right .body {
  position: absolute;
  top: 20px;
  left: 20px;
}
.custom_info .pull-right .body p {
  margin-bottom: 20px;
}
.custom_info h2, .custom_info h3 {
  color: #FFFFFF;
  margin: 0;
}
.custom_info h3 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.custom_info h2 {
  font-size: 31px;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
}
.rtl .custom_info h2 {
  text-align: left;
}
.rtl .custom_info h2 {
  padding-left: 10px;
  padding-right: inherit;
}
.custom_info span {
  color: #e46d0d;
}

.effect {
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin-top: 18px;
}
.effect img {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.effect:hover img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.highline {
  background: url(https://404d76.staticwbm.com/20251201042005im_/https://www.centremode.com/themes/image/bg_bottom.png) repeat-x scroll left top transparent;
  padding-top: 18px;
}

.custom-contact ul li {
  display: inline-block;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 3px;
}
.custom-contact ul li span {
  background-image: url(https://883358.staticwbm.com/20251201042005im_/https://www.centremode.com/themes/image/icons_contact.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  text-indent: -9999em;
  top: 8px;
}
.rtl .custom-contact ul li span {
  margin-left: 5px;
  margin-right: inherit;
}
.custom-contact ul li.phone span {
  background-position: center 1px;
}
.custom-contact ul li.email span {
  background-position: center -54px;
}

.social ul li {
  float: left;
}
.rtl .social ul li {
  float: right;
}
.social a {
  cursor: pointer;
  text-align: center;
  display: block;
  margin-right: 5px;
  padding-left: 5px;
  font-size: 20px;
  line-height: 33px;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 2.4s ease 0s;
  transition: all 2.4s ease 0s;
  border: 1px solid #e0e0e0;
}
.rtl .social a {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .social a {
  padding-right: 5px;
  padding-left: inherit;
}
.social a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
}
.social .fa-facebook {
  color: #3f67c0;
}
.social .fa-twitter {
  color: #35b5eb;
}
.social .fa-rss {
  color: #805545;
}
.social .fa-google {
  color: #009955;
}
.social .fa-vimeo-square {
  color: #1ab7ea;
}
.social .fa-yahoo {
  color: #4c009e;
}
.social .fa-skype {
  color: #00adef;
}

@media (max-width: 1199px) {
  .btn-outline {
    margin: 0 1px;
    padding: 5px 7px;
  }

  .btn-outline-inverse {
    margin-right: 1px;
    padding: 5px 7px;
  }

  .product-block .name {
    height: 40px;
    overflow: hidden;
  }

  .custom_info h3, .custom_info h2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .column:nth-child(3) {
    clear: both;
  }

  .sidebar .product-block .image {
    width: auto;
  }

  .zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
  }

  .featured-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
  }

  .logo-store {
    padding: 50px 0 0;
    text-align: center;
    width: 100%;
  }

  #page #header .header-right {
    margin: 20px 0px;
  }

  .nav-border > li > a {
    padding: 15px 25px;
  }
  .nav-border > li > a:after {
    left: 5px;
  }
  .rtl .nav-border > li > a:after {
    right: 5px;
    left: auto;
  }

  .custom-footer-top article {
    margin-bottom: 10px;
  }

  .blog-item .more-link {
    margin-bottom: 10px;
  }

  #offcanvasmenu .product-zoom {
    display: none !important;
  }

  .slideshow .inner {
    border: none;
  }
}
@media (max-width: 992px) {
  .pav-megamenu {
    display: none !important;
  }

  #sidebar-left {
    display: none;
  }
}
@media (max-width: 480px) {
  .row-offcanvas-left.active {
    left: 70%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -70%;
  }

  .sidebar-offcanvas {
    width: 70%;
  }

  .product-filter .filter-right > div {
    margin-bottom: 5px;
  }

  #cart .dropdown-menu {
    min-width: 325px;
    padding: 8px;
  }

  #input-search {
    margin-bottom: 3px;
  }

  .logo-store {
    padding: 0 0 20px;
  }

  .wrapper-toggle .language-wrapper {
    margin: 0;
  }

  #offcanvasmenu iframe {
    height: 150px !important;
    width: 190px !important;
  }
}
.box-module-pavreassurances .reassurances-center {
  cursor: pointer;
}
.box-module-pavreassurances .reassurances-center:hover .icon-name {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.box-module-pavreassurances .reassurances-center .description {
  overflow: hidden;
}
.box-module-pavreassurances .reassurances-center .description h4 {
  color: #ed5565;
  margin-top: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}
.box-module-pavreassurances .reassurances-center.orange .icon-name {
  background: #fc6e51;
}
.box-module-pavreassurances .reassurances-center.orange h4 {
  color: #fc6e51;
}
.box-module-pavreassurances .reassurances-center.green .icon-name {
  background: #8cc152;
}
.box-module-pavreassurances .reassurances-center.green h4 {
  color: #8cc152;
}
.box-module-pavreassurances .reassurances-center.cyan .icon-name {
  background: #1abc9c;
}
.box-module-pavreassurances .reassurances-center.cyan h4 {
  color: #1abc9c;
}
.box-module-pavreassurances .reassurances-center button {
  background: none;
  border: none;
  border-radius: 0;
  bottom: 3px;
  color: #949595;
  position: absolute;
  right: 15px;
  left: auto;
  display: none;
}
.rtl .box-module-pavreassurances .reassurances-center button {
  left: 15px;
  right: auto;
}
.box-module-pavreassurances .reassurances-center:hover button {
  display: block;
}
.box-module-pavreassurances .icon-name {
  background: none repeat scroll 0 0 #ed5565;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 25px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  margin: 10px 0 0;
  margin-right: 15px;
  float: left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.rtl .box-module-pavreassurances .icon-name {
  margin-left: 15px;
  margin-right: inherit;
}
.rtl .box-module-pavreassurances .icon-name {
  float: right;
}

#header-main #search-auto {
  border: 1px solid #dbdde1;
  margin-right: -18px;
  padding: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rtl #header-main #search-auto {
  margin-left: -18px;
  margin-right: inherit;
}

#pav-masshead #search-auto {
  background-color: #676868;
  padding: 6px;
  margin-right: -18px;
}
.rtl #pav-masshead #search-auto {
  margin-left: -18px;
  margin-right: inherit;
}
#pav-masshead .box-heading {
  cursor: pointer;
}

#search-auto .button-search {
  color: #9c9c9c;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 3px;
  left: auto;
  z-index: 3;
}
.rtl #search-auto .button-search {
  left: 3px;
  right: auto;
}
#search-auto .search-input-wrapper {
  position: relative;
  width: 75%;
}
#search-auto .category_filter {
  position: relative;
  width: 25%;
}
#search-auto .category_filter select {
  cursor: pointer;
  width: 100%;
  height: 34px;
  font-size: 13px;
  color: #9c9c9c;
  padding: 6px;
  background-color: #f9f9f9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border: none;
}
#search-auto .category_filter span {
  background-color: #F9F9F9;
  pointer-events: none;
  width: 30px;
  height: 34px;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0;
  line-height: 35px;
  padding: 0 10px;
}
.rtl #search-auto .category_filter span {
  left: 0px;
  right: auto;
}
#search-auto .form-control {
  box-shadow: none;
  border: none;
}

.autosearch {
  width: 100%;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl .autosearch {
  text-align: right;
}
.autosearch > li {
  border-bottom: 1px solid #ddd;
}
.autosearch > li:last-child {
  border-bottom: none;
}
.autosearch > li > a {
  float: left;
}
.rtl .autosearch > li > a {
  float: right;
}
.autosearch .media-body {
  float: left;
  padding: 20px 0;
}
.rtl .autosearch .media-body {
  float: right;
}
.autosearch .media-body a {
  font-weight: bold;
}

ul.ui-autocomplete {
  z-index: 9999 !important;
}
ul.ui-autocomplete .active {
  border: solid 1px #CCCCCC;
}
ul.ui-autocomplete li {
  display: block;
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: #fff !important;
  padding: 10px;
}
ul.ui-autocomplete li img {
  cursor: pointer;
  width: 60px;
  height: 60px;
}
ul.ui-autocomplete li .name {
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}
ul.ui-autocomplete li .name:hover {
  color: #7bbd42;
}
ul.ui-autocomplete li a {
  float: right;
  margin: 5px !important;
  border: 1px solid transparent;
}
.rtl ul.ui-autocomplete li a {
  float: left;
}
.select span {
    border: 1px solid #cccccc;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 5px;
}
.select span:hover {
    border: 2px solid #ff6701;
    margin: 4px;
}
.select span img {
    height: 40px;
    vertical-align: bottom;
    width: 40px;
}
.select span.on {
    background: url("https://d959ea.staticwbm.com/20251201042005im_/https://www.centremode.com/images/on.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border: 2px solid #ff6701;
    margin: 4px;
}
.select span em {
    color: #ff6600;
    font-style: normal;
    text-decoration: underline;
}
.select span em:hover {
    color: #ff0000;
}
.select span.other_model {
    border: 1px solid #f9f9f9;
    cursor: pointer;
}
.select span.other_model:hover {
    border: 2px solid #fff4ec;
}
.select span.other_model.on {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#pageNotFound {
    background: url("https://12d224.staticwbm.com/20251201042005im_/https://www.centremode.com/images/404.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 600px;
    position: relative;
}
#pageNotFoundHeading {
    border: medium none;
    color: #3e3e3e;
    left: 160px;
    position: absolute;
    top: 65px;
}
#pageNotFoundMainContent {
    color: #888888;
    font-size: 11px;
    height: 113px;
    left: 145px;
    line-height: 15px;
    padding: 0;
    position: absolute;
    top: 88px;
    width: 195px;
}
#tab-description img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.sitemaplinks ul li a {
    padding-left:10px;
}
.sitemaplinks ul li ul li a {
    padding-left:20px;
}
.sitemaplinks ul li ul li ul li a {
    padding-left:30px;
}
.pav-megamenu #bs-megamenu .dropdown-menu li a span.menu-title {
    font-weight:bold;
}
@media (min-width: 768px) {
 .pav-megamenu #bs-megamenu .dropdown-menu {
    min-width:663px;
 }
}
@media (max-width: 768px) {
 #offcanvasmenu ul li ul li a span.menu-title {
    font-weight:bold;
 }
 #offcanvasmenu ul li ul li ul li {
    padding-left:15px;
 }
}
/*
     FILE ARCHIVED ON 15:48:54 Jun 26, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:08:52 May 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.353
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 5.914
  LoadShardBlock: 73.511 (3)
  PetaboxLoader3.datanode: 68.849 (4)
  load_resource: 81.823
  PetaboxLoader3.resolve: 52.162
*/