/*
Theme Name: Stand M
Description: Special theme
Version: 3.1

Orange color: #ff9000 rgb(255,144,0);
Orenge hover: #f58c04 rgb(245,140,0);
*/

body {
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ff9000;
}
a:hover,
a:active,
a:focus {
  color: #f58c04;
}

.img-fluid {
  display: inline-block;
}

.btn {
  border-radius: 2px;
  white-space: pre-wrap;
}

.btn-primary {
  background-color: #ff9000;
  border-color: #ff9000;
  -webkit-box-shadow: 0px 2px 1px #a92701;
  box-shadow: 0px 2px 1px #a92701;
}
.btn-primary:hover {
  background-color: #f58c04;
  border-color: #f58c04;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 140, 0, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}

/** My special classes **/
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-top-30 {
  margin-top: 30px;
}

/* Used in WP Editor */
.grey-text {
  color: #777;
}

/* Header
##############################################################################*/
#header {
  padding: 10px 0;
}

#header .logo {
  max-width: 180px;
}

#header .header-contact {
  font-size: 15px;
}
#header .header-contact > .fa {
  color: #d0d0d0;
  font-size: 16px;
  margin-right: 7px;
}
#header .header-contact .fa + a {
  color: #000;
}
#header .header-contact .fa + a span {
  color: #5e5e5e;
}

#header .mb-5 {
  display: block;
  margin-bottom: 5px !important;
}

#nav {
  background-color: #ececec;
  border: 0 none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #nav.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0 0 5px #ccc;
  }
  #nav.sticky a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
  }
  #nav.sticky .header-contact-tel {
    display: inline-block !important;
  }
  #nav.sticky .header-contact a {
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  #nav.sticky .header-contact-email {
    display: inline-block !important;
  }
}

#nav li {
  list-style: none;
  display: inline-block;
}

#nav a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding: 15px;
  transition: all 0.2s;
}

#nav .current-menu-item a {
  background-color: #ff9000;
  color: #fff;
}

#nav a:hover {
  text-decoration: none;
}

.global-desktop .custom_table_wrap_flex23_desctop .price {
  padding: 10px;
  text-align: start!important;
}

#nav li:not(.current-menu-item):hover > a {
  background-color: rgba(245, 140, 0, 0.85);
  color: #fff;
}

/* Drop-Down Menu */
#nav .menu-item-has-children {
  position: relative;
}
#nav .navbar-nav > .menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  margin-left: 5px;
  transition: all 0.2s;
}
#nav .navbar-nav > .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}

#nav .sub-menu {
  padding: 0;
}
#nav .navbar-nav > .menu-item-has-children > .sub-menu {
  padding: 0;
  margin: 0;
  background-color: #ececec;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 50px;
  display: none;
  box-shadow: 0 2px 5px #ccc;
}
#nav .navbar-nav > .mega-menu.menu-item-has-children > .sub-menu {
  width: 690px;
}

#nav .navbar-nav > .mega-menu.menu-item-has-children > .sub-menu > li {
  width: 230px;
  padding: 10px;
  float: left;
}

/* Title */
#nav
  .navbar-nav
  > .mega-menu.menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > a {
  font-size: 18px;
  color: #ff811c;
  cursor: default;
  border-bottom: 2px dotted #ff811c;
}
#nav
  .navbar-nav
  > .mega-menu.menu-item-has-children
  > .sub-menu
  > .menu-item-has-children:hover
  > a {
  background-color: transparent;
}

#nav .sub-menu li {
  display: block;
}
#nav .sub-menu li a {
  padding: 7px 15px;
  margin: 0;
  font-size: 0.9rem;
  text-transform: none;
  display: block;
}
#nav .mega-menu .sub-menu li a {
  margin: 0 10px;
  padding: 7px;
}
#nav .navbar-nav > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Mobile menu
##############################################################################*/
#header .header-logo {
  position: relative;
}
#header .header-logo.sticky {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0 0 5px #ccc;
}
@media (min-width: 992px) {
  #header .header-logo.sticky {
    display: none !important;
  }
}

#header .header-logo.sticky .logo {
  margin: 10px 0;
  width: 100px;
}

#header .header-logo.sticky .sticky-mobile-contact-link {
  display: block !important;
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 13px;
}

#header .menu-btn {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  color: #000;
}

.pushy {
}
.pushy-left {
}

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

.pushy .pushy-content > ul > li {
  position: relative;
  padding-left: 10px;
}
.pushy .pushy-content > ul > li:before {
  position: absolute;
  left: 10px;
  top: 13px;
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 12px;
}
.pushy .sub-menu li {
  position: relative;
  padding-left: 7px;
}
.pushy .sub-menu li > a:before {
  position: absolute;
  left: 7px;
  top: 11px;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.pushy #mobile-menu a {
  color: #fff;
  padding: 7px 16px;
}
@media (max-width: 991px) {
  #header .logo {
    margin-bottom: 15px;
  }

  .header-contact.address {
    padding-right: 0;
  }
  .header-contact-top {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
  }

  .header-contact-top {
    display: flex !important;
    flex-direction: column;
  }

  .header-contact-top i {
    color: #ff821e;
  }
  .header-contact-top a {
    color: inherit;
  }

  #header .header-contact {
    background-color: #ffecdd;
    padding: 10px 0;
  }
  #header .header-contact .fa {
    display: block;
    font-size: 20px;
    color: #ff821e;
  }
  #header .header-contact .fa + a {
    font-size: 14px;
    color: #000;
  }
}

@media (max-width: 479px) {
  .header-contact-top,
  #header .header-contact .fa + a {
    font-size: 11px;
  }
}

#breadcrumbs {
  color: #868e96;
  font-size: 0.9rem;
}

/* Content
##############################################################################*/
#wrapper {
  word-wrap: break-word;
}

/**
 * HOME page
 */
.section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .section {
    padding: 45px 0;
  }
}

.section-with-border {
  border-bottom: 1px solid #e3e3e3;
}
.section .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
}
.section .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 220px;
  border-bottom: 2px dotted #ff9000;
  margin: 10px auto 0 auto;
}
.section .descr {
  margin-bottom: 30px;
}
.section .content {
}

/** Витрина товаров **/
.vitrina_items {
}
.vitrina_items .content {
  position: relative;
}
.vitrina_items .vitrina-item {
  padding: 10px 0;
}
.vitrina_items .vitrina-title {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.vitrina_items a:hover .vitrina-title {
  color: #f58c04;
  text-decoration: none;
}
.vitrina_items img {
  max-width: 90%;
  margin-bottom: 20px;
}

/** Наша продукция **/
.our_production {
}
.our_production .col-our-product {
  margin-bottom: 30px;
}
.our_production .our-pruduct {
  border: 1px solid #f2f2f2;
  padding: 10px;
  height: 100%;
}
@media (min-width: 576px) {
  .our_production .our-pruduct {
    padding: 20px;
  }
}

.our_production .pruduct-title {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.our_production a:hover .pruduct-title {
  color: #f58c04;
  text-decoration: none;
}
.our_production a:hover {
  text-decoration: none;
}
.main-nav-bread {
  padding-left: 0px;
}
.main-nav-bread li {
  float: left;
  list-style: none;
}

.main-nav-bread .nav-divider {
  padding: 0 10px;
}

.tag {
  min-height: 35px;
}

.tag-list {
  padding: 0;
  float: left;
}
.tag-list li,
.tag-list open li {
  display: block;
  margin-right: 5px;
  padding: 0 10px 0 0;
  font-weight: 300;
  font-size: 16px;
  float: left;
}

.tag-list li:nth-child(n + 7) {
  display: none;
}

.tag-list.active li:nth-child(n + 7) {
  display: list-item;
  display: inline;
}
.open,
.close1 {
  display: none;
  cursor: pointer;
  padding-top: 2px;
  border-bottom: 1px dashed;
  padding-bottom: 2px;
}
.open {
  padding-top: 2px;
  border-bottom: 1px dashed;
  padding-bottom: 2px;
}
.open.active,
.close1.active {
  display: block;
  overflow: hidden;
  float: left;
}
.tag-list li a {
  background-color: #fff;
  border-radius: 5px;
  color: #f58c04;
  cursor: pointer;
  font-size: 14px;
  margin: 7px auto -15px;
  padding: 4px 8px;
  text-align: center;
  width: 150px;
  transition: 0.3s;
  white-space: nowrap;
}
.tag-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/** Остались вопросы **/
.voprosy {
  padding-bottom: 0px;
}
.voprosy .content {
  background-color: #ff9000;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
}
.voprosy .content .container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .voprosy .content .container {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.voprosy .content .container p {
  margin-bottom: 0;
}
.voprosy .content .container img {
  position: absolute;
  left: 15px;
  top: -40px;
}
@media (max-width: 575px) {
  .voprosy .content .container img {
    display: none;
  }
}
.voprosy a {
  color: #fff;
  text-decoration: underline;
}
.voprosy a:hover {
  color: #f3f3f3;
  text-decoration: none;
}

.video-block .wrapper {
  position: relative;
}

.video-block .wrapper img {
  max-width: 100%;
  height: auto;
}

.video-block .play-btn {
  position: absolute;
  z-index: 666;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
}

.video-block .play-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

.video-block .play-btn:focus {
  outline: 0;
}

.video-block .headtext {
  padding: 10px 0;
  background-color: #7c7c7c;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
}

.prices {
}

.price {
  padding: 10px;
  text-align: center;
}
.section-7 .row.ceny_items:hover {
  background-color: rgba(255, 223, 0, 0.3);
}

.section-7 .row.ceny_items:hover .price img {
  background-color: rgb(255, 129, 28);
}
.section-7 .row.ceny_items:hover .price .price-title {
  color: rgb(255, 129, 28);
  font-weight: bold;
}

.price-title {
  font-size: 14px;
  white-space: nowrap;
}
.price img {
  border-radius: 50%;
}

.price-description {
}
@media (min-width: 768px) {
  .section-7 .col-icon {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
  }
  .section-7 .col-text {
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}

.zayavka {
  padding: 30px 30px 10px;
  border: 1px solid rgb(255, 129, 28);
  border-radius: 5px;
}

.zayavka-title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.zayavka input[type="submit"] {
  background-color: rgb(255, 129, 28);
  border-radius: 5px;
  color: white;
  border-bottom: 2px solid red;
}

/** offers **/
.our_offers {
  min-height: 610px;
}

.our_offers .slick-arrow {
  z-index: 2;
}

.offer {
  border: 1px solid #f2f2f2;
  margin: 0 40px;
  text-align: center;
  padding: 10px 15px 10px;
  transition: all 0.2s;
}

.offer:hover {
  border: 1px solid rgb(255, 129, 28);
}

.offer:hover .offer-description {
  /*height: 70px;*/
  height: auto;
}

.offer .offer-header {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.offer .image-wrapper {
  margin-bottom: 10px;
}

.offer .offer-description {
  font-size: 14px;
  color: rgb(94, 94, 94);
  height: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.offer .offer-after-price {
  display: block;
  font-size: 24px;
  color: rgb(255, 129, 28);
  font-weight: bold;
  line-height: 0.75;
  text-align: center;
  margin-bottom: 20px;
}

.our_offers_item_descr {
  padding: 0;
  margin: 0;
}
.our_offers_item_descr li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  position: relative;
}
.our_offers_item_descr li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(255, 129, 28);
  position: absolute;
  left: 0;
  top: 7px;
}
.our_offers_item_descr li + li {
  margin-top: 4px;
}

.offers .content {
  position: relative;
  padding: 0 45px;
}

.offer .take-offer {
  background-color: rgb(255, 129, 28);
  border-bottom: 2px solid #af2901;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 5px;
  display: block;
  color: white;
  padding: 5px;
}

.get-all-offers {
  margin-top: 20px;
}

.get-all-offers a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: rgb(255, 129, 28);
}

/** latest photos**/
.latest_photos {
  background-color: #f1f5f8;
}

#sliders-controller {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#sliders-controller li a {
  color: #2f2f2f;
}

#sliders-controller li a:focus {
  box-shadow: none;
  outline: none;
}

#sliders-controller li a.active {
  color: #f58c04;
  border-bottom: 1px dotted #f58c04;
}

#sliders-controller li a:hover {
  background-color: #f58c04;
  box-shadow: 0px 2px 1px #a92701;
  color: white;
}

#sliders {
}

.img-wrap {
  position: relative;
}
.img-wrap a {
  display: block;
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-wrap img {
}

.img-wrap .description {
  position: absolute;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-wrap .img-title {
  font-weight: bold;
}

.img-wrap .date {
  font-style: italic;
}
/** advantages **/

.advantages {
  background-color: #f1f5f8;
}

.advantage-item {
  position: relative;
}

.advantage-item:hover .advantage-title {
  color: rgb(255, 129, 28);
}

.advantage-image {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .advantage-image img {
    max-width: 90px;
  }
}

.advantage-description {
  font-size: 14px;
}

.advantage-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  bottom: 0;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .advantage-image {
    width: auto;
  }
}

@media (min-width: 576px) {
  .vitrina-item img {
    height: 200px;
  }
}

.slick-dots {
  margin: 20px 0 0 0;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  border: 2px solid grey;
  border-radius: 50%;
  height: 18px;
  padding: 2px;
}
.slick-dots button {
  border: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
}

.slick-dots .slick-active button {
  background-color: rgb(255, 129, 28);
}

.slick-prev.slick-arrow {
  z-index: 5;
}

/** Отзывы **/
.opinions {
}

.opinions .content {
  position: relative;
  padding: 0 45px;
}
.opinions .col-photo {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.opinions .col-photo {
  border-radius: 50%;
  border: 1px solid #d0d0d0;
}
.opinions .col-text {
  overflow: hidden;
}
.opinions .col-text .text {
  font-size: 14px;
  color: #2f2f2f;
  font-style: italic;
}
.opinions .col-text .name {
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
  padding-top: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.opinions .col-text .contacts {
  font-size: 14px;
}
@media (min-width: 576px) {
  .opinions .col-photo {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .opinions .col-photo {
    width: 140px;
    margin-right: 30px;
  }
}

/** Наши клиенты **/
.our_clients {
}
.our_clients .content {
  position: relative;
  padding: 0 20px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-slide img {
  display: inline-block;
}
.our_clients .slick-slide img {
  max-width: 90%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #ff9000;
  cursor: pointer;
  margin-top: -20px;
}
.slick-arrow:hover {
  color: #f58c04;
}
.slick-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.slick-prev {
  left: -15px;
}
.slick-next {
  right: -15px;
}

/**
 * LOOP & Single-post
 */
.article-in-loop {
  margin-bottom: 30px;
}
.post-header {
  margin-bottom: 15px;
}
body.single .post-header {
  padding-bottom: 7px;
  border-bottom: 2px dotted #ff9000;
  margin-bottom: 25px;
}

.article-in-loop .post-title {
  font-size: 26px;
}
.post-meta {
  font-size: 0.85rem;
  color: #777;
}

.pagination {
  margin-top: 10px;
}
.pagination .page-link {
  color: #ff9000;
}
.pagination .page-link:focus,
.pagination .page-link:hover {
  color: #f58c04;
}
.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #f58c04;
  background-color: #f58c04;
}

/**
 * Default page
 */
.page-header {
  margin-bottom: 30px;
}

.additional-page-header span {
  padding: 0 10px 10px 10px;
  border-bottom: 2px dotted #ff9000;
}

#content li {
  margin-bottom: 10px;
}

/**
 * Карточка товара
 */
.product-price {
  padding: 10px 30px;
}
.item_price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

table th {
  background-color: #7c7c7c;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .03);
}

.table td,
.table th {
  padding: 0.5rem;
}

/**
 * Страница контактов
 */
.driving_directions {
  margin-top: 35px;
}
.driving_directions .title {
  padding-bottom: 5px;
  border-bottom: 2px dotted #ff9000;
  margin-bottom: 15px;
}
.driving_directions .title .fa {
  color: #ff9000;
  margin: 0 10px 0 0;
}
.driving_directions .descr {
  margin-bottom: 20px;
}
.driving_directions_item {
  font-size: 0.9rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.driving_directions_item img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .driving_directions_item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

.page-content .tab-pane ul {
  padding: 0;
}
.page-content .tab-pane li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
.page-content .tab-pane li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  background: url(/wp-content/themes/stand-m-v3/assets/img/banner-list-stile.png) no-repeat;
  width: 20px;
  height: 20px;
}

/**
 * Contact Form 7
 */
.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  color: red;
}

/**
 * Fotorama gallery
 */
.fotorama {
  /*background: #ececec;*/
  margin: 1em 0;
}

.fotorama > .fotorama__wrap {
  margin: 0 auto;
}

.fotorama__stage__frame .fotorama__caption {
  display: none;
}
.fotorama__stage__frame:hover .fotorama__caption {
  display: block;
}

.fotorama__caption {
  text-align: center;
}
.fotorama__caption .fotorama__caption__wrap {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  display: inline-block;
  margin: 0 auto;
}

.post .fotorama__stage {
  margin-bottom: 7px;
}

/*.post .fotorama__thumb-border {display: none;}*/

#content .fotorama__thumb-border {
  border-color: #ff9000;
}

.post .fotorama__nav--thumbs .fotorama__nav__frame {
  opacity: 0.6; /*margin: 0 3px 0 0;*/
}

.post .fotorama__nav--thumbs .fotorama__nav__frame:hover {
  opacity: 0.9;
}
.post .fotorama__nav__frame.fotorama__active {
  opacity: 1;
}
/**/

/* Sidebar
##############################################################################*/
/* Add right border */
@media (min-width: 992px) {
  #sidebar {
    padding-right: 30px;
  }
  #sidebar:after {
    content: "";
    width: 1px;
    height: 100%;

    position: absolute;
    right: 5px;
    top: 0;
    background-color: #e3e3e3;
  }
}
@media (min-width: 1200px) {
  #sidebar {
    padding-right: 43px;
  }
  #sidebar:after {
    right: 9px;
  }
}

/**
 * Menu
 */
#sidebar .widget {
  margin-bottom: 30px;
}
#sidebar .menu {
  shape-margin: 0;
  padding: 0;
  border: 1px solid #c8c8c8;
}
#sidebar .menu li {
  list-style: none;
}
#sidebar .menu li + li {
  border-top: 1px solid #c8c8c8;
}
#sidebar .menu a {
  display: block;
  padding: 13px 20px;
  background-color: #ececec;
  color: #000;
  font-size: 0.9rem;
  transition: all 0.2s;
}
#sidebar .menu a:hover {
  text-decoration: none;
}
#sidebar .menu li:not(.current-menu-item) a:hover {
  background-color: rgba(245, 140, 0, 0.85);
  color: #fff;
}
#sidebar .menu .current-menu-item a {
  background-color: #ff9000;
  color: #fff;
  position: relative;
}
#sidebar .menu .current-menu-item a:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  float: right;
  position: absolute;
  top: 18px;
  right: 7px;
}

/* Footer
##############################################################################*/
#footer {
  background-color: #e5e5e5;
  margin-top: 30px;
}

#footer .widget-area {
  padding-top: 30px;
}
#footer .widget-area .widget {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.4;
}
#footer .widget-area .widget:last-child {
  min-width: 220px;
}
#footer .widget-area .contact-row {
  margin-bottom: 10px;
}
#footer .widget-area .contact-row .fa {
  width: 21px;
  float: left;
  position: relative;
  top: 2px;
}
#footer .widget-area .contact-row .fa + span {
  display: block;
  overflow: hidden;
}
@media (max-width: 575px) {
  #footer .widget-area .widget {
    width: 100%;
  }
}

#footer .widget-title {
  font-size: 14px;
  color: #646464;
}
#footer .widget_nav_menu {
}
#footer .widget_nav_menu .menu {
  margin: 0;
  padding: 0;
}
#footer .widget_nav_menu .menu li {
  list-style: none;
  line-height: 1.3;
  margin-bottom: 7px;
}
#footer .widget_nav_menu .menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff9000;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}
#footer .widget_nav_menu .menu a {
  font-size: 12px;
  color: #000;
}

#footer .widget-area hr {
  margin: 0;
  border-top-color: #cacaca;
}

#footer .copy {
  display: flex;
  align-items: center;

  padding-top: 30px;
  padding-bottom: 30px;
  color: #8e8e8e;
  font-size: 0.9rem;
}
#footer .copy img {
  max-width: 130px;
}
#footer .copy .text {
  padding-left: 20px;
}

.socials {
  margin: 0px 0 0 20px;
  display: inline-block;
}
.socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  background-color: #ff9000;
  color: #fff;
  font-size: 16px;
}

/* Scroll top button */
#go-top {
  position: fixed;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  background: #ff9000;
  box-shadow: 0 0 5px #ccc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  opacity: 0.7;
  transition: all 0.2s;
}
#go-top:hover {
  opacity: 1;
}

/** product-page **/

.item_price_before {
  text-decoration: line-through;
  font-size: 20px;
  font-family: "Times New Roman";
  color: rgb(81, 81, 81);
  text-align: center;
  margin-top: 20px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
}
.panel-body {
  text-align: center;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f58c04;
  border-color: #f58c04;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-primary {
  border-color: #f58c04;
}

.panel-body .btn {
  margin: 40px 0;
}

.item_properties {
  padding: 30px;
  text-align: left;
}
.item_propery {
  display: block;
}
.item_propery + .item_propery {
  margin-top: 10px;
}
.item_propery .icon {
  width: 30px;
  margin-right: 15px;
  display: inline-block;
}

.services {
  border-top: 1px solid #ff9000;
  border-bottom: 1px solid #ff9000;
  text-align: left;
  padding: 30px;
}

.services .icon {
  width: auto;
  float: left;
}
.services .service-description {
  overflow: hidden;
}

.service-description span {
  color: #ff9000;
}
.service-title {
  font-weight: bold;
}
.service-image {
  width: 25px;
  height: 25px;
}
.service-image img {
  width: 100%;
  height: 100%;
}

.more-cheaper {
  padding: 30px 20px;
}
.panel-body button {
  margin: 20px 0;
}

#description-tabs {
  margin-top: 30px;
}

#description-tabs .nav-link {
  font-weight: 500;
  font-size: 15px;
  padding: 0.5rem;
}
#description-tabs .nav-link.active {
  color: #ff9000;
}
#description-tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-bottom-color: transparent;
}

#description-tabs .tab-pane {
  border: 1px solid #ff9000;
  padding: 15px;
  margin-top: -1px;
  min-height: 200px;
}
#description-tabs .nav-link.active {
  border-right-color: #ff9000;
  border-left-color: #ff9000;
  border-top-color: #ff9000;
  transition: border-color 0s;
}
#description-tabs .nav-item {
  margin-bottom: -1px;
}

#main-tab .title {
  font-weight: bold;
}

#description-tabs .tab-pane .title {
  display: block;
  font-weight: bold;
  margin: 15px 0;
}

.text_field {
  margin-top: 25px;
}

.product-page-slider-wrapper .slider1 {
  border-right: none;
}
.product-page-slider-wrapper .slick-arrow {
  background-color: #ff9000;
  color: white;
  padding: 0 0 0 3px;
  font-size: 42px;
}

.product-page-slider-wrapper .content {
  margin: 0 -10px;
}
.product-page-slider-wrapper {
  border: 1px solid #ff9000;
  padding: 30px 0;
}

.product-page-slider-wrapper .img-wrap {
  margin-bottom: 0 !important;
}

.product-description {
  text-align: center;
}
input[name="checkbox-315"] {
  margin-right: 15px;
  padding: 3px;
  margin-top: 22px;
}
#text-29 iframe {
  width: 150px;
  height: 50px;
  margin-top: 25px;
  border-radius: 5px;
}

/** Small text on small screens **/
@media (max-width: 575px) {
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h1 {
    font-size: 22px !important;
  }
}

.btn-default {
  background-color: #ff811c;
  border: 0;
  border-bottom: 2px solid #af2901;
  font-size: 18px;
  color: #fff;
}
.banner-table-wrapper table a:hover,
.btn-default:hover,
.banner-order .order-btn.active:hover {
  background-color: #ffa35a;
}

embed {
  /* height: auto; */
  width: 100%;
}

@media (max-width: 991px) {
  .shop-regions-picker {
    width: 100%;
    margin-top: 15px;
    display: grid !important;
    justify-items: center;
    justify-content: center;
  }
  .shop-regions-window__wrapper {
    top: 100px;
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: left;
    padding: 15px;
  }
}

