@charset "UTF-8";
/*
* @subsection   RD Navbar
* @description  Describes style declarations for RD Navbar extension
*/
.rd-navbar-wrap, .rd-navbar-static.rd-navbar--is-clone, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-fixed .rd-navbar-submenu-toggle, .rd-navbar-cart, .rd-navbar-static .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-cart-floating, .rd-navbar-fixed .rd-navbar-cart-floating:before, .rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy, .rd-navbar-fixed .rd-navbar-search .form-group, .rd-navbar .rd-navbar-collapse, .rd-navbar .rd-navbar-collapse:before {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar-outer {
  background: #fff url('/templates/atemplate/images/shadow_bg.jpg') repeat-x left top;
}

.rd-navbar-static {
  background: #fff;
}

.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-search-wrap,
.rd-navbar-static .rd-navbar-phone-wrapper,
.rd-navbar-static .rd-navbar-contact-wrapper {
  display: table-cell;
  vertical-align: top; 
  text-align: center;
}

.rd-navbar-static .rd-navbar-nav-wrap {
  
}

.rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  z-index: 20;
}

.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
  display: none;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
  display: none;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-nav, .rd-navbar-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-subpanel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
  position: relative;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
  position: absolute;
  padding: 8px 0;
  color: #999;
  background: #333;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 16px;
}

/*.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu li.focus > a,
.rd-navbar-static .rd-navbar-megamenu li.opened > a,
.rd-navbar-static .rd-navbar-megamenu a:hover {
  color: #fff;
  background: #404040;
}*/

.rd-navbar-static .rd-navbar-dropdown {
  width: 285px;
}

.rd-navbar-static .rd-navbar-megamenu {
  margin-top: 10px;
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 16px 8px;
}

.rd-navbar-static .rd-navbar-megamenu > li {
  display: table-cell;
}

.rd-navbar-static .rd-navbar-nav {
  display: table-cell;
  text-align: left;
  margin: 0;
  padding: 0;
}

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
  position: relative;
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.rd-navbar-static .rd-navbar-nav.second-menu > li {
  display: none;
}
.rd-navbar-static .rd-navbar-nav.second-menu > li.catalog_menu_wrapper {
  display: inline-block;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
  top: 100%;
  z-index: 1;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
  left: 50%;
  margin-top: 10px;
  margin-left: -120px;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  left: 100%;
  top: -8px;
  z-index: 2;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding: 13px 16px;
  color: #3c3c3c;
  text-decoration: none;
}

.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
  color: #f26561;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: block;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 8px;
}

.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #f1635f;
  backface-visibility: hidden;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-toggle.active span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-fixed .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: -56px;
  left: 0;
  width: 280px;
  padding: 112px 0 56px;
  bottom: -56px;
  color: #999;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 15;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  height: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
  content: '';
  display: block;
  height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
	display: block;
	padding: 5px 49px 5px 10px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a {
  color: #fff;
  background: #f44336;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  display: none;
}

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu li > a {
  padding-left: 5px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a, .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 5px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font: 400 24px/24px 'Material Icons';
  width: 28px;
  height: 28px;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
  color: #333;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  background: url('/templates/atemplate/images/chevron-down.png') no-repeat center;
  width: 14px;
  height: 12px;
  background-size: 12px auto;
}

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-top-menu-wrap {
  flex: 1;
}
.rd-navbar-static .rd-navbar-brand {
  flex: 182px 0;
}

.rd-navbar-static .rd-navbar-brand > * {
  display: inline-block;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-brand > img {
  margin-right: 10px;
}

.rd-navbar-static .rd-navbar-brand > a {
  font-size: 36px;
  line-height: 48px;
}

.rd-navbar-static .rd-navbar-brand > a span {
  display: none;
}

.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 46px;
  height: 48px;
  z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
  height: 46px;
  width: auto;
}

.rd-navbar-fixed .rd-navbar-brand a {
  display: inline-block;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-cart-floating {
  display: none;
}

.rd-navbar-static .rd-navbar-cart-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 56px;
  font-weight: bold;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-cart-toggle .rd-navbar-cart-icon {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-fixed .rd-navbar-cart-toggle .rd-navbar-cart-icon, .rd-navbar-fixed .rd-navbar-cart-toggle .rd-navbar-cart-icon:before, .rd-navbar-fixed .rd-navbar-cart-toggle .rd-navbar-cart-icon:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-cart-toggle .rd-navbar-cart-icon:before, .rd-navbar-fixed .rd-navbar-cart-toggle .rd-navbar-cart-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-cart {
  display: none;
  text-align: left;
  color: #999;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25), 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  height: 328px;
  width: 100%;
}

/*.rd-navbar-cart:before {
  content: '';
  position: absolute;
  height: 32px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  z-index: 1;
}*/

.rd-navbar-cart-items {
  overflow: auto;
  max-height: 100%;
  height: 100%;
  padding: 16px 0;
}

.rd-navbar-cart-items::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-cart-items::-webkit-scrollbar-thumb {
  background: #999;
}

.rd-navbar-cart .rd-navbar-cart-item__preview {
  border-radius: 50%;
}

.rd-navbar-cart .rd-navbar-cart-item {
  position: relative;
  padding: 8px 0;
}

.rd-navbar-cart .rd-navbar-cart-item__left, .rd-navbar-cart .rd-navbar-cart-item__body, .rd-navbar-cart .rd-navbar-cart-item__remove {
  position: relative;
  display: table-cell;
}

.rd-navbar-cart .rd-navbar-cart-item__left {
  padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item__left img {
  max-width: none;
}

.rd-navbar-cart .rd-navbar-cart-item__body {
  vertical-align: middle;
  width: 100%;
}

.rd-navbar-cart .rd-navbar-cart-item__title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.rd-navbar-cart .rd-navbar-cart-item__counter {
  font-size: 14px;
  line-height: 1.3;
}

.rd-navbar-cart .rd-navbar-cart-item__remove {
  vertical-align: middle;
  width: 56px;
  font-size: 24px;
  padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 88px;
  display: block;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}

.rd-navbar-static .rd-navbar-cart-wrap {
  position: relative;
  width: 187px;
  min-width: 187px;
}

.rd-navbar-static .rd-navbar-cart-floating {
  display: block;
}

.rd-navbar-static .rd-navbar-cart-floating .rd-navbar-cart-buy {
  display: none;
}

.rd-navbar-static .rd-navbar-cart {
  display: block;
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 3;
}

.rd-navbar-static .rd-navbar-cart.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: #2ecc71;
}

.rd-navbar-static .rd-navbar-cart-buy:hover {
  background: #40d47e;
}

.rd-navbar-static .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart {
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 56px;
  z-index: 19;
}

.rd-navbar-fixed .rd-navbar-cart.active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-buy {
  display: none;
}

.rd-navbar-fixed .rd-navbar-cart-floating {
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 20;
  color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
  width: 56px;
  height: 56px;
  outline: 1px solid transparent;
  backface-visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f44336;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
  color: #FFF;
  height: 56px;
  line-height: 56px;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active {
  right: 0;
  bottom: 0;
  border-radius: 0;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active:before {
  -webkit-transform: translate(-50%, -50%) scale(20);
  transform: translate(-50%, -50%) scale(20);
  background: #2ecc71;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-buy {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
  visibility: hidden;
  opacity: 0;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
  padding: 12px 0px 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
  display: table;
  content: "";
  line-height: 0;
}

.rd-navbar-static .rd-navbar-panel:after {
  clear: both;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
  position: fixed;
  height: 56px;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 16;
}

.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  left: 4px;
  border: 0;
  background: transparent;
  border: 0;
}

/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/
.rd-navbar-search,
.rd-navbar-search-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-search {
  display: block;
}

.rd-navbar-static .rd-navbar-search form {
  position: relative;
}

.rd-navbar-static .rd-navbar-search form input {
  display: block;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 56px 0px 16px;
  color: #3c3c3c;
  background: #f3f4f7;
  border: 1px solid #d9d9d9;
  border-radius: 3px 0 0 3px;
  border-right: 0;
  width: 100%;
  border-bottom: 3px solid #d9d9d9;
}

.rd-navbar-search-submit {
  text-align: center;
  background: #f1635f;
  border: 0;
  height: 38px;
  width: 34px;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: -34px;
  padding-top: 3px;
  border-bottom: 3px solid #d6625c;
  transition: .3s all ease;
}

.rd-navbar-search-submit:hover {
  color: #fff;
  background: #d6625c;
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 56px;
  width: 48px;
  height: 48px;
  z-index: 18;
  border: 0;
  padding: 0;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
  content: "";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  background: url('/templates/atemplate/images/search-regular.png') no-repeat center;
  background-size: 24px 24px;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  content: "";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
  background: url('/templates/atemplate/images/times-light.png') no-repeat center;
  background-size: auto;
  background-size: 18px 18px;
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search {
  display: block;
}

.rd-navbar-fixed .rd-navbar-search .form-group {
  position: fixed;
  top: 56px;
  padding-top: 4px;
  left: 0;
  right: 0;
  height: 56px;
  background: #fff;
  z-index: 17;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #ccc;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.rd-navbar-fixed .rd-navbar-search .form-group input {
  width: 96%;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  margin: 0 auto;
  padding: 0px 10px;
  border: 1px solid #ccc;
}

.rd-navbar-fixed .rd-navbar-search.active .form-group {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search form button[type="button"] {
  display: none;
}

/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse,
.rd-navbar-collapse-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-inner {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-static .rd-navbar-collapse {
  display: block;
  float: right;
  margin-left: -15px;
  margin-top: 23px;
}

.rd-navbar-static .rd-navbar-collapse li {
  display: inline-block;
  margin-left: 15px;
}

.rd-navbar-static .rd-navbar-collapse li a:hover {
  text-decoration: underline;
}

.rd-navbar-static .rd-navbar-collapse {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  right: 4px;
  color: #333;
  padding: 48px 0 8px;
  font-size: 16px;
  line-height: 26px;
  z-index: 19;
  width: 180px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
  overflow: hidden;
  transition: .3s box-shadow ease .2s;
}

.rd-navbar-static .rd-navbar-collapse:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.rd-navbar-static .rd-navbar-collapse li {
  position: relative;
  opacity: 0;
  transition: .3s all ease 0s;
}

.rd-navbar-static .rd-navbar-collapse > li > a {
  display: block;
  padding: 11px 16px;
}

.rd-navbar-static .rd-navbar-collapse > li > a:hover {
  background: #f2f2f2;
}

.rd-navbar-static .rd-navbar-collapse.active {
  visibility: visible;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.rd-navbar-static .rd-navbar-collapse.active li {
  transition: .3s all ease .2s;
  opacity: 1;
}

.rd-navbar-static .rd-navbar-collapse.active:before {
  background: #fff;
  -webkit-transform: scale(12);
  transform: scale(12);
}

.rd-navbar-fixed .rd-navbar-collapse {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  right: 4px;
  color: #333;
  padding: 48px 0 8px;
  font-size: 16px;
  line-height: 26px;
  z-index: 19;
  width: 180px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
  overflow: hidden;
  transition: .3s box-shadow ease .2s;
}

.rd-navbar-fixed .rd-navbar-collapse:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #f7f7f7;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.rd-navbar-fixed .rd-navbar-collapse li {
  position: relative;
  opacity: 0;
  transition: .3s all ease 0s;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a {
  display: block;
  padding: 11px 16px;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a:hover {
  background: #f2f2f2;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  visibility: visible;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.rd-navbar-fixed .rd-navbar-collapse.active li {
  transition: .3s all ease .2s;
  opacity: 1;
}

.rd-navbar-fixed .rd-navbar-collapse.active:before {
  background: #fff;
  -webkit-transform: scale(12);
  transform: scale(12);
}


.rd-navbar-static .rd-navbar-collapse-toggle {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.rd-navbar-static .rd-navbar-collapse-toggle {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.rd-navbar-static .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #333;
  position: absolute;
  top: 9px;
  right: -37px;
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
}

.rd-navbar-static .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon, .rd-navbar-static.rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:before, .rd-navbar-static.rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:after {
  transition: .3s all ease;
}

.rd-navbar-static .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:before, .rd-navbar-static.rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-static .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:before {
  content: "\f078";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:after {
  content: "\f077";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-static .rd-navbar-collapse-toggle.active span.rd-navbar-collapse-icon:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-static .rd-navbar-collapse-toggle.active span.rd-navbar-collapse-icon:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 4px;
  z-index: 20;
  padding: 0;
  border: 0;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #333;
  background: url('/templates/atemplate/images/ellipsis-v-regular.png') no-repeat center;
  background-size: auto 24px;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon, .rd-navbar-fixed.rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:before, .rd-navbar-fixed.rd-navbar-collapse-toggle span.rd-navbar-collapse-icon:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span.rd-navbar-collapse-icon:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-collapse-toggle.active span.rd-navbar-collapse-icon:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-search-caption {
  position: absolute;
  top: 6px;
  color: #3c3c3c;
  white-space: nowrap;
}

.rd-navbar-search-before {
  left: 16px; 
}

.rd-navbar-search-after {
  right: 15px;
}

.primary-link {
  text-decoration: none;
  color: #f1635f;
  border-bottom: 1px dashed #f1635f;
}

.rd-navbar-static .mobile_brand {
  display: none;
}

.rd-navbar-static .rd-navbar-phone-wrapper a {
  color: #3c3c3c;
  font-size: 18px;
  text-decoration: none;
}

.rd-navbar-static .rd-navbar-contact-title {
  display: block;
  color: #3c3c3c;
  font-size: 15px;
}

.rd-navbar-static .rd-navbar-worktime {
  display: block;
  color: #898989;
  font-size: 14px;
}

.rd-navbar-static .rd-navbar-phone-wrapper {
  width: 192px;
  text-align: center;
  padding-top: 3px;
  position: relative;
}

.rd-navbar-static .brand {
  /*margin-right: 50px;*/
}

.rd-navbar-static .rd-navbar-search-wrap {
  padding-right: 34px;
  flex-grow: 1;
  margin: 0 15px;
}

.rd-navbar-static .rd-navbar-phone-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 36px;
  background: #dadada;
}

.rd-navbar-static .rd-navbar-contact-wrapper {
  width: 187px;
  padding-top: 8px;
}

.rd-navbar-static .rd-navbar-user-menu {
  display: block;
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 3;
}

.rd-navbar-static .rd-navbar-user-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-user-wrap {
  display: table-cell;
  width: 140px;
  min-width: 140px;
  position: relative;
  vertical-align: top;
}

.rd-navbar-cart-wrap {
  display: table-cell;
  width: 187px;
  min-width: 187px;
  position: relative;
  vertical-align: top;
}

.rd-navbar-static .rd-navbar-cart-toggle.empty .rd-navbar_cart-counter {
  display: none;
}

.rd-navbar-static .rd-navbar-user-menu-toggle {
  background: url('/templates/atemplate/images/user.png') no-repeat 0px center;
  background-size: 22px;
  border: 0;
  padding: 0;
  width: 100%;
  line-height: 56px;
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  text-decoration: none;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  white-space: nowrap;
}

.rd-navbar-static .rd-navbar-user-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 29px;
  background: #dadada;
}

.rd-navbar-contact-wrapper {
  position: relative;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse {
  position: absolute;
  right: 0;
  top: 25px;
  left: initial;
  bottom: initial;
  display: block;
  width: 100vw;
  max-width: 300px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3) !important;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 2;
  transition: .2s ease;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 3;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse:before {
  display: none;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .main,
.rd-navbar-contact-wrapper .rd-navbar-collapse .advanced {
  padding: 15px;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .advanced {
  background: #f3f4f7;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .main h4,
.rd-navbar-contact-wrapper .rd-navbar-collapse .main .h4,
.rd-navbar-contact-wrapper .rd-navbar-collapse .advanced h4,
.rd-navbar-contact-wrapper .rd-navbar-collapse .advanced .h4 {
  font-size: 14px;
  line-height: 1.5em;
  font-family: PTSans, sans-serif;
  color: #676767;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
  color: #333;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .main p,
.rd-navbar-contact-wrapper .rd-navbar-collapse .advanced p {
  margin: 0;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse p.address {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: #3c3c3c;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse p.hours,
.rd-navbar-contact-wrapper .rd-navbar-collapse p.hours2 {
  font-size: 14px;
  line-height: 1.5em;
  color: #676767;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse p.phone {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 7px;
  color: #79797b;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse p.phone a {
  color: #3c3c3c;
  text-decoration: none;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse p.email {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse p.email a {
  color: #4469f6;
  text-decoration: none;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .socials {
  margin: 0 -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .socials .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  text-decoration: none;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .socials .item {}
.rd-navbar-contact-wrapper .rd-navbar-collapse .socials .item svg {
  color: #787878;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .advanced .shop {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfd4e1;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .advanced .shop:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.rd-navbar-static .rd-navbar-cart-icon,
.rd-navbar-static .rd-navbar-cart-total {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
}

.rd-navbar-static .rd-navbar-cart-icon {
  margin-right: 5px;
  position: relative;
}

.rd-navbar_cart-counter {
  position: absolute;
  top: 10px;
  right: -10px;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50px;
  background: #f1635f;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  z-index: 2;
}

.rd-navbar-static #mod_search_form {
  position: relative;
}
.rd-navbar-static #mod_search_form .search_result {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 50px);
  z-index: 20;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in-out;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3) !important;
  border-radius: 5px;
  text-align: left;
}
.rd-navbar-static #mod_search_form .search_result.active {
  transform: translate(0, -45px);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static #mod_search_form .search_result .title {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1em;
  color: #676767;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.rd-navbar-static #mod_search_form .search_result ul {
  margin: 0 0 5px;
  padding: 0 16px;
  list-style: none;
}
.rd-navbar-static #mod_search_form .search_result a {
  text-decoration: none;
}
.rd-navbar-static #mod_search_form .search_result .categories {}
.rd-navbar-static #mod_search_form .search_result .categories li {}
.rd-navbar-static #mod_search_form .search_result .categories li a {
  display: block;
  padding: 13px 0 13px 20px;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.2em;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.rd-navbar-static #mod_search_form .search_result .categories li a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0,-50%);
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/chevron-right.png) no-repeat;
  background-size: cover;
}
.rd-navbar-static #mod_search_form .search_result .products {}
.rd-navbar-static #mod_search_form .search_result .products li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.2em;
  border-bottom: 1px solid #e4e4e4;
}
.rd-navbar-static #mod_search_form .search_result .products li .image {
  width: 50px;
  height: 50px;
  background-size: contain !important;
  background-position: center !important;
}
.rd-navbar-static #mod_search_form .search_result .products li .name {
  width: 340px;
}
.rd-navbar-static #mod_search_form .search_result .products li .name a {
  display: block;
  font-size: 15px;
  line-height: 1.2em;
  color: #1e1e1e;
  text-decoration: none;
}
.rd-navbar-static #mod_search_form .search_result .products li .price {
  width: 110px;
  color: #373738;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.rd-navbar-static #mod_search_form .search_result .products li .btn {
  padding: 10px 20px 11px;
}
.rd-navbar-static #mod_search_form .search_result .products li:last-child {
  border: 0;
  padding-bottom: 0;
}
.rd-navbar-static #mod_search_form .search_result .more {
  display: block;
  background: #f3f4f7;
  text-align: center;
  padding: 10px;
  margin: 6px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1em;
  color: #1e1e1e;
  text-decoration: none;
  border-radius: 5px;
}
.rd-navbar-static #mod_search_form .search_result ul li.count {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  margin: 0px;
  color: #676767;
}
.rd-navbar-static #mod_search_form .search_result .empty {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  color: #1e1e1e;
}

.rd-navbar-user-menu {
  background: #fff;
  /*padding: 15px;*/
  border-radius: 5px;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 2;
  transition: .2s ease;
}
.rd-navbar-user-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.rd-navbar-user-menu h4,
.rd-navbar-user-menu .h4 {
  font-size: 24px;
  line-height: 1em;
  color: #3c3c3c;
  font-weight: 400;
  margin: 0;
  margin-bottom: 7px;
  padding: 15px;
  padding-bottom: 7px;
}
.rd-navbar-user-menu form,
.rd-navbar-user-menu ul {
  padding: 15px;
}
.rd-navbar-user-menu label.input {
  display: block;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
.rd-navbar-user-menu label.input input {
  display: block;
  width: 100%;
  outline: none;
  border: 0;
  background: #e9e9e9;
  font-size: 16px;
  line-height: 1em;
  padding: 15px 40px 15px 15px;
  border-radius: 5px;
  color: #3c3c3c;
}
.rd-navbar-user-menu label.input input::placeholder {
  color: #3c3c3c99;
}
.rd-navbar-user-menu label.input .show {
  position: absolute;
  width: 19px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
  color: #9b9b9b;
  cursor: pointer;
}
.rd-navbar-user-menu label.input .show.active {
  color: #f1635f;
}
.rd-navbar-user-menu p {
  margin: 15px 0 25px;
  font-size: 14px;
  line-height: 1em;
}
.rd-navbar-user-menu p a {
  color: #4469f6;
}
.rd-navbar-user-menu .btn {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.rd-navbar-user-menu .btn.primary {
  margin-bottom: 0;
}
.rd-navbar-user-wrap ul {
  margin: 0;
  list-style: none;
  background: #f3f4f7
}
.rd-navbar-user-wrap ul li.divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #cfd4e1;
  margin: 5px 0;
}
.rd-navbar-user-wrap ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin: 10px 0;
  color: #3c3c3c;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  transition: .2s ease-in-out;
}
.rd-navbar-user-wrap ul li a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.rd-navbar-user-wrap ul li:first-child a {
  margin-top: 0;
}
.rd-navbar-user-wrap ul li:last-child a {
  margin-bottom: 0;
}
.rd-navbar-user-wrap ul li a:hover {
  color: #f1635f;
}

.rd-navbar-cart {
  width: 100vw !important;
  max-width: 400px;
  height: initial !important;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3) !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 2;
  transition: .2s ease;
}
.rd-navbar-cart.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*.rd-navbar-cart {
  width: calc(100vw - 30px) !important;
  max-width: 700px;
  height: initial !important;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3) !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 2;
  transition: .2s ease;
}
.rd-navbar-cart.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}*/
.rd-navbar-cart h4,
.rd-navbar-cart .h4 {
  display: block;
  padding: 15px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #676767;
  border-bottom: 1px solid #e4e4e4;
  font-family: CeraPro, serif;
}
.rd-navbar-cart h4 strong,
.rd-navbar-cart .h4 strong  
{
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  margin-right: 33px;
  
}
.rd-navbar-cart .info {
  padding: 10px;
}
.rd-navbar-cart .info .rd-navbar-cart-items {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  height: initial;
  max-height: 216px;
  overflow: hidden;
  overflow-y: auto;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item {
  margin: 0 -10px;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .image {
  width: 51px;
  height: 51px;
  background-size: cover !important;
  background-position: center !important;
  margin: 0 10px;
  text-decoration: none;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .info {
  margin: 0 10px;
  padding: 0;
  width: 100%;
  max-width: 270px;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .info .title {
  display: block;
  font-size: 15px;
  line-height: 1.1em;
  color: #666;
  text-decoration: none;
  margin-bottom: 5px;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .info .price {
  display: block;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-align: left;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .info .price .price-digits {
  float: right;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .remove {
  color: #666;
  transition: .2s ease;
  cursor: pointer;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .remove:hover {
  color: #f15d58;
}
/*.rd-navbar-cart .info .rd-navbar-cart-items .item .title {
  max-height: 38px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3em;
  color: #1e1e1e;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  margin: 0 10px;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .price {
  width: 100%;
  max-width: 112px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  color: #1e1e1e;
  margin: 0 10px;
}
.rd-navbar-cart .info .rd-navbar-cart-items .item .quantity {}
.rd-navbar-cart .info .rd-navbar-cart-items .item .remove {}*/
.rd-navbar-cart .info .btn {
  text-align: center;
  font-size: 15px;
}
.rd-navbar-cart .info .btn.disabled {
	color: #1e1e1e;
	background: #eee;
	border: 1px solid #d9d9d9 !important;
}

.rd-navbar-static .rd-navbar-dropdown.catalog {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  z-index: 9999 !important;
  border-radius: 5px;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3);
  position: absolute;
}
.rd-navbar-dropdown.catalog > li {
  border-right: 1px solid #ccc;
}
.rd-navbar-dropdown.catalog > li > a {
  display: block;
  background: #fff;
  color: #494949;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 10px 15px;
  position: relative;
}
.rd-navbar-dropdown.catalog > li.parent > a {
  background: #fff url('/images/icons/chevron-right-regular.png') no-repeat;
  background-position: 264px 14px;  
  background-size: 8px;
}
.rd-navbar-dropdown.catalog > li.active > a {
  background: #f1635f;
  color: #fff;
}
.rd-navbar-dropdown.catalog > li.parent.active > a {
  background: #f1635f url('/images/icons/chevron-right-regular.png') no-repeat;
  background-position: 264px 14px;
  background-size: 8px;
}
.rd-navbar-dropdown.catalog > li.parent.active > a:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 15px solid #f1635f;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li > .childs {
  display: none;
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3);
  list-style: none;
  margin: 0;
  padding: 25px;
  width: 100vw;
  max-width: calc(1250px - 270px);
  z-index: -1;
  overflow:hidden;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-content: flex-start;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li {
  margin: 0 10px 25px 10px;
  max-width: calc(100%/4 - 20px);
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > a {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #545457;
  text-decoration: none;
  line-height: 1.2;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > a:hover {
  background: transparent;
  color: #f1635f;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > ul > li {}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > ul > li > a {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 1.2em;
  color: #6e6e6e;
  text-decoration: none;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > ul > li > a:hover {
  background: transparent;
  color: #f1635f;
}
.rd-navbar-dropdown.catalog > li > ul > li > ul > li > ul {
  display: none;
}

.category_ico {
  width: 25px !important;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-static .rd-navbar-nav > li > a.catalog_menu_link {
  padding: 13px 34px 13px 54px;
  background: #fff;
  color: #f1635f;
  border-radius: 8px;
  transition: .2s ease;
  border: 1px solid #f1635f;
}

.rd-navbar-static .rd-navbar-nav > li > a.catalog_menu_link:hover {
  background: #f1635f;
  color: #fff;
  border: 1px solid #f1635f;
}

.catalog_menu_icon:before, .catalog_menu_icon:after {
  content: "";
  position: absolute;
  left: 0;
  color: #f1635f;
  top: -8px;
  transition: .3s all ease;
}

.catalog_menu_icon:after {
  top: 8px;
}

.catalog_menu_icon:after, .catalog_menu_icon:before, .catalog_menu_icon {
  width: 19px;
  height: 3px;
  background-color: #f1635f;;
  backface-visibility: hidden;
  border-radius: 0;
}

.catalog_menu_icon {
  width: 13px;
  position: absolute;
  top: 25px;
  left: 16px;
  transition: .3s all ease;
}

.focus .catalog_menu_link .catalog_menu_icon {
  height: 0;
  transition: .3s all ease;
}

.focus .catalog_menu_link .catalog_menu_icon:before {
  -webkit-transform-origin: 0px 2px;
  -moz-transform-origin: 0px 2px;
  -o-transform-origin: 0px 2px;
  -ms-transform-origin: 0px 2px;
  transform-origin: 0px 2px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25.3px;
}
.focus .catalog_menu_link .catalog_menu_icon:after {
  -webkit-transform-origin: 3px 2px;
  -moz-transform-origin: 3px 2px;
  -o-transform-origin: 3px 2px;
  -ms-transform-origin: 3px 2px;
  transform-origin: 3px 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 25.4px;
}

.catalog_menu_link:hover .catalog_menu_icon:after, .catalog_menu_link:hover .catalog_menu_icon:before, .catalog_menu_link:hover .catalog_menu_icon {
  background-color: #fff;
}

.rd-navbar-dropdown.catalog > li.parent > .childs > li.quick_cats {
  position: absolute;
  bottom: 0;
  right: 25px;
  max-width: 100%;
  margin: 0;
  left: 25px;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e2e3e8;
}

.rd-navbar-dropdown.catalog > li.parent > .childs > li.quick_cats > a {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #545457;
  border-radius: 5px;
  background: #f1f1f1;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.rd-navbar-dropdown.catalog > li.parent > .childs > li.quick_cats > a:hover {
  /*color: #545457;
  background: #e2e2e7;*/
  background: #f26561;
  color: #fff;
}

.quick_cats span {
  color: #545457;
  font-weight: bold;
}

.catalog_menu_wrapper {
  z-index: 10;
}
.catalog_menu_wrapper:before {
  content: '';
  z-index: -1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: -100vh;
  background: rgba(0,0,0,.3);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in-out;
}
.catalog_menu_wrapper.focus:before {
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-outer > .rd-navbar-inner {
  padding: 10px 15px;
}

.rd-navbar-static {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.rd-navbar-static .rd-navbar-user-menu-toggle.rd-navbar-guest {
  background: url('/templates/atemplate/images/user.png') no-repeat 0px center;
  background-size: 22px;
  padding-left: 30px;
}

.rd-navbar-static #mod_search_form .search_result .products li .image picture,
.rd-navbar-static #mod_search_form .search_result .products li .image picture > * {
  width: 100%;
}

.rd-navbar-cart h3,
.rd-navbar-cart .h3 {
  font-size: 24px;
  padding: 15px 10px 0px 10px;
  line-height: 1em;
  color: #3c3c3c;
  font-weight: 400;
  margin: 0;
  font-family: CeraPro, serif;
}

.rd-navbar-static .rd-navbar-user-menu.rd-navbar-registered {
  width: 180px;
}

.rd-navbar-static .extra_link {
  padding: 10px 15px;
}

.rd-navbar-static .extra_link a {
  color: #3c3c3c;
  text-decoration: none;
}
.rd-navbar-static .extra_link a:hover {
  cursor: pointer;
  color: #3c3c3c;
  text-decoration: underline;
}

.rd-navbar-wrap p.address,
.rd-navbar-wrap p.hours,
.rd-navbar-wrap p.hours2,
.rd-navbar-wrap p.phone {
  position: relative;
  margin-left: 15px !important;
}
.rd-navbar-wrap p.address {
  margin-left: 0 !important;
}
.rd-navbar-wrap p.address:before,
.rd-navbar-wrap p.hours:before,
.rd-navbar-wrap p.phone:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 6px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
}
.rd-navbar-wrap p.address:before {
  top: 8px;
  width: 9px;
  height: 10.5px;
  background: url(/images/icons/point.png) no-repeat;
}
.rd-navbar-wrap p.hours:before {
  width: 10px;
  height: 10px;
  background: url(/images/icons/clock.png) no-repeat;
}
.rd-navbar-wrap p.phone:before {
  left: -13px;
  width: 7px;
  height: 10.5px;
  background: url(/images/icons/phone.png) no-repeat;
}
.rd-navbar-wrap p.address:before {
  display: none;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .socials .item svg {
  transition: .2s ease-in-out;
}
.rd-navbar-contact-wrapper .rd-navbar-collapse .socials .item:hover svg{
  color: #f15d58 !important;
}
.rd-navbar-static .extra_link a {
  transition: .2s ease-in-out;
  text-decoration: none;
  border-bottom: 1px dashed #3c3c3c;
  position: relative;
  margin-left: 15px;
}
.rd-navbar-static .extra_link a:hover:hover {
  color: #f15d58;
  text-decoration: none;
  border-color: #f15d58;
}
.rd-navbar-static .extra_link a:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 5px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
  width: 11px;
  height: 12.5px;
  background: url(/images/icons/point.png) no-repeat;
}

@media screen and (max-width: 1100px){
  .rd-navbar-static .catalog_menu_title {
    display: none;
  }
  .rd-navbar-static .rd-navbar-nav > li > a.catalog_menu_link {
    padding: 13px 26px 13px 26px;
    height: 53px;
  }
  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
    margin-left: -26px;
  }
}

.rd-navbar-fixed .rd-navbar-contact-title,
.rd-navbar-fixed .catalog_menu_icon,
.rd-navbar-fixed .rd-navbar-worktime {
  display: none;
}

.rd-navbar-fixed .rd-navbar-dropdown.catalog > li .childs {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  visibility: hidden;
}

.rd-navbar-dropdown.catalog > li.parent.active > a::after {
  border: 0;
}

.rd-navbar-fixed .rd-navbar-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rd-navbar-dropdown.catalog > li.parent.active > .childs > li.quick_cats > a {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #545457;
  border-radius: 5px;
  background: #f1f1f1;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.rd-navbar-dropdown.catalog > li.parent.active > .childs > li.quick_cats {
  position: absolute;
  bottom: 0;
  right: 25px;
  max-width: 100%;
  margin: 0;
  left: 25px;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e2e3e8;
}

.rd-navbar-fixed .category_ico {
  display: none;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown {
  padding-left: 15px;
}

.rd-navbar-fixed .rd-navbar-search-before {
  top: 15px;
  left: 5%;
}

.rd-navbar-fixed .rd-navbar-search-after {
  display: none !important;
}

.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .main h4,
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .main .h4,
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .advanced h4,
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .advanced .h4 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse p.address {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 5px;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse p.hours,
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse p.hours2 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 3px;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse p.phone {
  font-size: 14px;
  line-height: 1.5em;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse p.email {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .socials {
  margin: 0 -10px;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .socials .item {
  width: 18px;
  height: 18px;
  margin: 0px 10px;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .advanced .shop {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .advanced .shop:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.rd-navbar-wrap .rd-navbar-fixed p.address::before {
  top: 2px;
}

.rd-navbar-wrap .rd-navbar-fixed p.hours::before {
  top: 2px;
}

.rd-navbar-wrap .rd-navbar-fixed p.phone::before {
  top: 6px;
}

.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse p.phone {
  margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse .advanced {
  padding: 10px;
}

.rd-navbar-fixed .extra_link {
  padding: 10px;
}

.rd-navbar-fixed .extra_link a {
  color: #3c3c3c;
  text-decoration: none;
}
.rd-navbar-fixed .extra_link a:hover {
  cursor: pointer;
  color: #3c3c3c;
  text-decoration: underline;
}

.rd-navbar-fixed .extra_link a {
  transition: .2s ease-in-out;
  text-decoration: none;
  border-bottom: 1px dashed #3c3c3c;
  position: relative;
  margin-left: 15px;
}
.rd-navbar-fixed .extra_link a:hover:hover {
  color: #f15d58;
  text-decoration: none;
  border-color: #f15d58;
}
.rd-navbar-fixed .extra_link a:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 5px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
  width: 11px;
  height: 12.5px;
  background: url(/images/icons/point.png) no-repeat;
}

.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse {
  max-width: 250px;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span.rd-navbar-cart-icon img,
.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span.rd-navbar-cart-total {
  display: none;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: url('/templates/atemplate/images/cart-white.png') no-repeat 14px center;
  background-size: 25px 25px;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span.rd-navbar_cart-counter {
  color: #f44336;
  top: 9px;
  left: 15px;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.rd-navbar-fixed .rd-navbar-cart-toggle.empty .rd-navbar_cart-counter {
  display: none;
}

.rd-navbar-fixed .rd-navbar-contact-wrapper .rd-navbar-collapse {
  position: fixed;
  z-index: 20;
  top: 0;
}

.rd-navbar-fixed .rd-navbar-phone-wrapper {
  display: none;
}

.rd-navbar-fixed .rd-navbar-user-menu-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 112px;
  width: 48px;
  height: 48px;
  z-index: 17;
  background: url('/templates/atemplate/images/user-pink.png') no-repeat center;
  background-size: 22px;
}
.rd-navbar-fixed .rd-navbar-user-menu-toggle span {
  display: none;
}

.rd-navbar-fixed .rd-navbar-cart-wrap {
  width: 0;
  min-width: 0;
}

.rd-navbar-fixed .rd-navbar-user-menu {
  display: none;
}

.rd-messages-counter {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50px;
  background: #f1635f;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
@media screen and (max-height: 800px) {
  .rd-navbar-dropdown.catalog > li > a {
    padding: 5px 15px;
  }
  .rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > a {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active > .childs > li > ul > li > a {
    font-size: 12px;
  }
  .children-image {
    flex: 200px 0;
  }
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li .children {
  display: none;
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3);
  list-style: none;
  margin: 0;
  padding: 25px;
  width: 100vw;
  max-width: calc(1250px - 270px);
  z-index: -1;
  overflow:hidden;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children {
  display: flex;
  /*! flex-direction: column; */
  /*! flex-wrap: wrap; */
  margin: 0 -10px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 8px 8px 20px;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children > li {
  margin: 0 10px 25px 10px;
  max-width: calc(100%/4 - 20px);
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children > li > a {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #545457;
  text-decoration: none;
  line-height: 1.2;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children > li > a:hover {
  background: transparent;
  color: #f1635f;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children > li > ul > li {}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children > li > ul > li > a {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 1.2em;
  color: #6e6e6e;
  text-decoration: none;
}
.rd-navbar-static .rd-navbar-dropdown.catalog > li.parent.active .children > li > ul > li > a:hover {
  background: transparent;
  color: #f1635f;
}
.rd-navbar-dropdown.catalog > li.parent .children > li.quick_cats {
  position: absolute;
  bottom: 0;
  right: 25px;
  max-width: 100%;
  margin: 0;
  left: 25px;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e2e3e8;
}

.rd-navbar-dropdown.catalog > li.parent .children > li.quick_cats > a {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #545457;
  border-radius: 5px;
  background: #f1f1f1;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.rd-navbar-dropdown.catalog > li.parent .children > li.quick_cats > a:hover {
  /*color: #545457;
  background: #e2e2e7;*/
  background: #f26561;
  color: #fff;
}
.rd-navbar-dropdown.catalog > li.parent.active .children > li.quick_cats > a {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #545457;
  border-radius: 5px;
  background: #f1f1f1;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.rd-navbar-dropdown.catalog > li.parent.active .children > li.quick_cats {
  position: absolute;
  bottom: 0;
  right: 25px;
  max-width: 100%;
  margin: 0;
  left: 25px;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e2e3e8;
}
.children-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}
.children-cats.level-1 {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  overflow-y: auto;
  height: 100%;
}
.children-cats > li {
  flex: 33%;
}
.children-image {
  flex: 250px 0;
  margin-left: 5px;
}
.children-cats.level-1 > li > a {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #545457;
  text-decoration: none;
  line-height: 1.2;
}
.children-cats.level-2 > li > a {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 1.2em;
  color: #6e6e6e;
  text-decoration: none;
}
.children-cats.level-2 {
  margin-bottom: 15px;
}
.children-cats.level-2:last-child {
  margin-bottom: 0;
}
.bold {
  font-weight: bold;
}
.rd-navbar-static .rd-navbar-top-menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.rd-navbar-static .rd-navbar-top-menu > li > a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding: 13px 16px;
  color: #3c3c3c;
  text-decoration: none;
}
.rd-navbar-static .rd-navbar-top-menu > li.active > a,
.rd-navbar-static .rd-navbar-top-menu > li > a:hover {
  color: #f26561;
}
.rd-navbar-static .rd-navbar-top-menu {
	padding: 0;
	text-align: center;
}
.rd-navbar-fixed .rd-navbar-top-menu {
  display: none;
}
@media screen and (max-width: 1199px)
{
	.rd-navbar-static .rd-navbar-top-menu > li > a {
		font-size: 16px;
		line-height: 26px;
		padding: 13px 8px;
	}
}
.rd-navbar-fixed .rd-navbar-nav.second-menu > li.catalog_menu_wrapper {
	display: none;
}


.rd-navbar-fav{
  margin-left: 15px;
  margin-right: 15px;
}

.rd-navbar-fav a{
  display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #3c3c3c;
}

.rd-navbar-static .rd-navbar-user-wrap::after{
  content: none;
}
.rd-navbar-fav a .fa-star:before{
  content: "\f005";
  font-size: 22px;
  color: #656665;
  font-weight: 300;
}
.rd-navbar-fav a:hover .fa-star:before{
 
  color: #f1635f;
  
}

.footer-title{
  font-size: 18px;
  line-height: 26px;
  color: #3c3c3c;
  margin-top: 0;
}
.rd-navbar-fixed #mod_search_form {
  position: relative;
}
.rd-navbar-fixed #mod_search_form .search_result {
  position: fixed;
  left: 0;
  right: 0;
  top: 156px;
  z-index: 20;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in-out;
  box-shadow: 10px 10px 50px rgba(0,0,0,.3) !important;
  border-radius: 5px;
  text-align: left;
}
.rd-navbar-fixed #mod_search_form .search_result.active {
  transform: translate(0, -45px);
  opacity: 1;
  visibility: visible;
}
.rd-navbar-fixed #mod_search_form .search_result .title:first-child,
.rd-navbar-fixed #mod_search_form .search_result .categories {
  display: none;
}
.rd-navbar-fixed #mod_search_form .search_result .title {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1em;
  color: #676767;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.rd-navbar-fixed #mod_search_form .search_result ul {
  margin: 0 0 5px;
  padding: 0 16px;
  list-style: none;
}
.rd-navbar-fixed #mod_search_form .search_result a {
  text-decoration: none;
}
.rd-navbar-fixed #mod_search_form .search_result .categories {}
.rd-navbar-fixed #mod_search_form .search_result .categories li {}
.rd-navbar-fixed #mod_search_form .search_result .categories li a {
  display: block;
  padding: 13px 0 13px 20px;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.2em;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.rd-navbar-fixed #mod_search_form .search_result .categories li a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0,-50%);
  display: block;
  width: 6px;
  height: 9px;
  background: url(../images/chevron-right.png) no-repeat;
  background-size: cover;
}
.rd-navbar-fixed #mod_search_form .search_result .products {}
.rd-navbar-fixed #mod_search_form .search_result .products li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  margin: 0;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.2em;
  border-bottom: 1px solid #e4e4e4;
}
.rd-navbar-fixed #mod_search_form .search_result .products li .image {
	display: none;
  width: 50px;
  height: 50px;
  background-size: contain !important;
  background-position: center !important;
}
.rd-navbar-fixed #mod_search_form .search_result .products li .name {
  width: 340px;
}
.rd-navbar-fixed #mod_search_form .search_result .products li .name a {
  display: block;
  font-size: 15px;
  line-height: 1.2em;
  color: #1e1e1e;
  text-decoration: none;
}
.rd-navbar-fixed #mod_search_form .search_result .products li .price {
  width: 110px;
  color: #373738;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.rd-navbar-fixed #mod_search_form .search_result .products li .btn {
	display: none;
  padding: 10px 20px 11px;
}
.rd-navbar-fixed #mod_search_form .search_result .products li:last-child {
  border: 0;
  padding-bottom: 0;
}
.rd-navbar-search-clear {
	position: absolute;
	top: 6px;
  right: 6px;
  cursor: pointer;
}
.rd-navbar-search-clear svg {
  width: 24px;
  height: 24px;
  color: #f1635f;
  opacity: .4;
  transition: var(--transition)
}
.rd-navbar-search-clear:hover svg {
  opacity: 1;
}
.rd-navbar-fixed .rd-navbar-search-clear {
	top: 15px;
	right: 15px;
}
.rd-navbar-fixed #mod_search_form .search_result .more {
  display: block;
  background: #f3f4f7;
  text-align: center;
  padding: 10px;
  margin: 6px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1em;
  color: #1e1e1e;
  text-decoration: none;
  border-radius: 5px;
}
.rd-navbar-fixed #mod_search_form .search_result ul li.count {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  margin: 0px;
  color: #676767;
}
.rd-navbar-fixed #mod_search_form .search_result .empty {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  color: #1e1e1e;
}
.rd-navbar-fixed .rd-navbar-nav li.mobile-check-bonuses {
	display: block !important;
	margin-left: 10px;
}
@media (max-width: 992px){
  .rd-navbar-fav a{
    position: fixed;
    top: 4px;
    right: 168px;
    width: 48px;
    height: 48px;
    z-index: 17;
    justify-content: center;

  }

  .rd-navbar-fav a .fa-star:before{
    font-size: 28px;
    line-height: 48px;
    color: #f1635f;
  }
}

@media (max-width: 470px){
  .rd-navbar-fav a{
    top: 10px;
    width: 30px;
    height: 30px;
    right: 138px;
  }
  .rd-navbar-fixed .rd-navbar-user-menu-toggle{
    top: 10px;
    right: 92px;
    width: 30px;
    height: 30px;
  }
  .rd-navbar-fixed .rd-navbar-search-toggle{
    top: 10px;
    right: 46px;
    width: 30px;
    height: 30px;
  }
  .rd-navbar-fixed .rd-navbar-search-toggle span{
    width: 30px;
    height: 30px;
  }
  .rd-navbar-fixed .rd-navbar-collapse-toggle{
    top: 10px;
  }
  .rd-navbar-fixed .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 360px){
  .rd-navbar-fav a{
    top: 14px;
    width: 24px;
    height: 24px;
    right: 120px;
  }
  .rd-navbar-fav a .fa-star:before{
    line-height: 24px;
    font-size: 22px;
  }
  .rd-navbar-fixed .rd-navbar-user-menu-toggle{
    top: 14px;
    right: 80px;
    width: 24px;
    height: 24px;
    background-size: 21px;
  }
  .rd-navbar-fixed .rd-navbar-search-toggle{
    top: 14px;
    right: 36px;
    width: 24px;
    height: 24px;
  }
  .rd-navbar-fixed .rd-navbar-search-toggle span{
    width: 24px;
    height: 24px;
  }
  .rd-navbar-fixed .rd-navbar-collapse-toggle{
    top: 14px;
  }
  .rd-navbar-fixed .rd-navbar-collapse-toggle span.rd-navbar-collapse-icon{
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .rd-navbar-fixed .rd-navbar-search-toggle span::before{
    background-size: 21px 21px;
  }
  .rd-navbar-fixed .rd-navbar-brand{
    display: flex;
    align-items: center;
  }
  .rd-navbar-fixed .rd-navbar-brand a{
    display: flex
  }
  .rd-navbar-fixed .rd-navbar-brand img{
    height: 35px;
  }
}
.method-pay{
  margin-bottom: 30px;
}
.method-pay p{
  margin-bottom: 0;
  color: #7e8186;
  font-size: 14px;
  line-height: 1.3;

}
.method-pay img{
  width: 100%;    
  max-width: 210px;
}
@media (max-width: 470px){
  .method-pay img{
    
  }
}
.rd-navbar-fav a {
  font-size: 24px;
  color: #f15d58
}
.rd-navbar-dropdown.catalog > li > a.accent {
  color: #f1635f;
}
.rd-navbar-dropdown.catalog > li.active > a.accent {
  color: #fff;
}