@charset "UTF-8";
/*========================================================
                      Menu styles
=========================================================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic);
.nav__primary .sf-menu {
  display: inline-block; }

.nav__primary .sf-menu:before, .nav__primary .sf-menu:after {
  display: table;
  content: "";
  line-height: 0; }

.nav__primary .sf-menu:after {
  clear: both; }

.nav__primary .sf-menu > li {
  position: relative;
  float: left; }

.nav__primary .sf-menu > li + li {
  margin-left: 20px; }

.nav__primary {
  padding: 54px 0 0px;
  position: relative; }

.nav__primary ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/*================ Menu  ===============*/
.nav__primary .sf-menu {
  display: block; }

.nav__primary .sf-menu li {
  width: 16.66666666666667%;
  text-align: center;
  position: relative;
  display: inline-block;
  background: #3b3f46;
  border-right: 1px solid #4d5056; }

.nav__primary .sf-menu li.sfHover > a, .nav__primary .sf-menu li > a:hover, .nav__primary .sf-menu li > a.active {
  color: #fff;
  border-color: #3498db; }

.nav__primary .sf-menu li + li {
  margin-left: 0; }

.nav__primary .sf-menu li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 39px 0 32px;
  border-bottom: 7px solid #3b3f46;
  color: #fff;
  display: inline-block; }

/*================ Sub-menu lvl1  ===============*/
.nav__primary .sf-menu ul {
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*================ Sub-menu lvl1 item  ===============*/
.nav__primary .sf-menu ul li {
  width: 100%;
  position: relative;
  border-left: 1px solid #4d5056;
  border-right: 1px solid #4d5056; }

.nav__primary .sf-menu ul li:last-child {
  border-bottom: 1px solid #4d5056; }

.nav__primary .sf-menu ul a {
  padding: 9px 5px 5px;
  font-size: 11px;
  border-bottom: 5px solid #3b3f46;
  display: inline-block; }

.nav__primary .sf-menu ul li.active > a, .nav__primary .sf-menu ul a:hover, .nav__primary .sf-menu ul li.sfHover > a {
  color: #fff; }

/*================ Sub-menu lvl2 ===============*/
.nav__primary .sf-menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 15px;
  margin-top: 0; }

.nav__primary .sf-menu ul ul:before {
  display: none; }

.nav__primary .sf-menu ul ul li {
  border: none; }

.nav__primary .sf-menu ul ul li:last-child {
  border: none; }

.nav__primary .sf-menu > li > .sf-with-ul {
  position: relative; }

.nav__primary .sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
  display: none; }

.nav__primary .sf-menu ul > li > .sf-with-ul {
  position: relative; }

.nav__primary .sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome'; }

.sfHover .sfHover .sf-with-ul:before {
  content: '\f078'; }

@media (max-width: 991px) {
  .nav__primary .sf-menu > li {
    max-height: 94px; }

  .nav__primary .sf-menu > li > a {
    height: 94px;
    max-height: 94px; } }
@media (max-width: 767px) {
  .nav__primary .sf-menu {
    display: none; }

  .menu-gadget {
    display: block; } }
/*//--------------------------------------------------------------
//                      Megamenu Styles
//--------------------------------------------------------------*/
.nav__primary .sf-menu .sf-mega ul {
  position: relative;
  left: 0;
  margin: 0;
  top: 0;
  display: block; }

.sf-menu .sf-with-mega {
  position: static !important; }

.sf-menu .sf-mega {
  display: none;
  position: absolute;
  list-style-type: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 109;
  padding: 0 0 20px;
  border-bottom: 1px solid #4d5056;
  background-color: #3b3f46;
  background-repeat: no-repeat; }
  .sf-menu .sf-mega .container, .sf-menu .sf-mega [class*="col-"], .sf-menu .sf-mega .row {
    width: 100%;
    padding: 0;
    margin: 0; }
  .sf-menu .sf-mega > li {
    padding: 0;
    border: 0 !important; }
    .sf-menu .sf-mega > li .submenu_title {
      margin-bottom: 5px; }
      .sf-menu .sf-mega > li .submenu_title a {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        padding: 20px 0 15px;
        border-bottom: 7px solid #3b3f46;
        color: #fff;
        display: inline-block; }
    .sf-menu .sf-mega > li a {
      padding: 9px 5px 5px;
      font-size: 11px;
      border-bottom: 5px solid #3b3f46;
      display: inline-block; }
      .sf-menu .sf-mega > li a:hover {
        border-color: #3498db; }
  .sf-menu .sf-mega ul {
    padding: 0;
    position: relative;
    list-style-type: none;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0; }
  .sf-menu .sf-mega_row {
    margin: 0 -15px; }
    .sf-menu .sf-mega_row:before, .sf-menu .sf-mega_row:after {
      display: table;
      content: "";
      line-height: 0; }
    .sf-menu .sf-mega_row:after {
      clear: both; }
  .sf-menu .sf-mega_section {
    float: left;
    padding: 0 15px; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome'; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    content: '\f054';
    font: 400 14px/14px 'FontAwesome'; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; }

  .sf-mega_section {
    width: 100% !important; } }
/*==================  Stuck menu  ======================*/
.scroll-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  width: auto !important;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

@media (min-width: 991px) {
  .scroll-fix {
    background: #f5f5f5;
    padding: 7px 0 0px; }

  .scroll-fix .logo img {
    max-width: 220px; }

  .scroll-fix .right-part.mod1 {
    padding: 0; }

  .scroll-fix .right-part.mod1 address a {
    font-size: 20px; }

  .scroll-fix .right-part.mod1 address a:before {
    top: -5px;
    font-size: 30px; }

  .scroll-fix .right-part.mod1 address {
    padding-top: 5px;
    margin-bottom: 0; }

  .scroll-fix .right-part.mod1 .cart > button:before {
    border-radius: 23px; }

  .scroll-fix .right-part.mod1 .cart > button i {
    height: 60px;
    width: 60px;
    border-radius: 25px;
    line-height: 60px; }

  .scroll-fix .nav__primary {
    padding-top: 5px; }

  .scroll-fix .nav__primary .sf-menu {
    border-bottom: 1px solid #4d5056; }

  .scroll-fix .nav__primary .sf-menu li > a {
    padding-top: 12px;
    padding-bottom: 6px; } }
@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static; }

  .stuck-menu + div {
    display: none; } }
/*==================  Stuck menu  ======================*/
.stuck-menu {
  width: auto !important; }

.ajax-overlay-open .scroll-fix {
  z-index: 996; }

@media only screen and (min-width: 991px) {
  .scroll-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #f5f5f5;
    padding: 10px 0; } }
@media only screen and (max-width: 991px) {
  .stuck-menu {
    position: static; }
    .stuck-menu + .stuck-menu {
      display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 45px 16px 25px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #3498db;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul {
    list-style-type: none;
    padding-left: 0; }
    .rd-mobilemenu_ul ul a {
      padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 10000; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 52px;
  right: 96px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0; }

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 4px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; }

  .cart {
    right: 40px;
    height: 56px;
    z-index: 10001; }
    .cart > button {
      line-height: 56px; }

  header .nav {
    right: 10px;
    z-index: 10001; }
    header .nav > .toggle {
      line-height: 56px; }

  .cart > button, .nav > .toggle {
    color: #000;
    font-size: 28px; }
    .cart > button:hover, .nav > .toggle:hover {
      color: #3498db; } }
@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px; }

  .cart > button, header .nav > .toggle {
    font-size: 22px; } }
/*========================================================
                      Blog Styles
=========================================================*/
.blog_article {
  margin-bottom: 40px; }
  .blog_article .btn {
    margin-top: 30px; }
  .blog_article + .blog_article {
    padding-top: 40px;
    border-top: 1px solid #dfdfdf; }

.article-info .article-sub-title {
  text-align: center; }
.article-info .btn {
  margin-top: 15px; }

.article-image {
  text-align: center; }

.simple_blog-article-view h1:after {
  margin-bottom: 15px; }

.article-title {
  font-size: 24px;
  font-weight: 500;
  color: #3498db;
  text-transform: uppercase; }
  .article-title > a {
    display: inline; }
  .article-title a:hover {
    color: #333; }
  .article-title + * {
    margin-top: 20px; }

* + .article-description {
  margin-top: 30px; }

.article-sub-title {
  font-size: 14px;
  color: #333;
  font-weight: 400; }
  .article-sub-title span:before {
    font-size: 18px;
    font-family: "material-design";
    color: #3498db;
    line-height: inherit;
    margin-right: 5px;
    vertical-align: bottom; }
  .article-sub-title span + span {
    margin-left: 20px; }
  .article-sub-title + * {
    margin-top: 30px; }

.article-description ul, .article-description ol {
  padding-left: 0;
  list-style-type: none;
  margin: 35px 0 45px; }
  .article-description ul li, .article-description ol li {
    position: relative;
    color: #3498db;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px; }
    .article-description ul li:before, .article-description ol li:before {
      position: absolute;
      left: 0;
      top: 0; }
    .article-description ul li + li, .article-description ol li + li {
      margin-top: 16px; }
.article-description ul li:before {
  content: '\e18e';
  font-size: 28px;
  font-family: "material-design"; }
.article-description ol {
  counter-reset: list; }
  .article-description ol li {
    counter-increment: list; }
    .article-description ol li:before {
      content: counter(list,decimal-leading-zero) ".";
      color: #333;
      font-size: 16px;
      font-weight: 700; }
.article-description + * {
  margin-top: 20px; }

.related-article h4 {
  text-transform: uppercase;
  color: #3498db; }
  .related-article h4 a:hover {
    color: #333; }
.related-article .article-sub-title {
  text-align: left; }
.related-article .article-sub-title span + span {
  margin-left: 5px; }
.related-article .row + .row {
  margin-top: 30px; }
.related-article .image {
  margin-top: 5px; }

.author-info .image {
  float: left;
  margin: 5px 30px 10px 0; }

.article-comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf; }
  .article-comment .author {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px; }
  .article-comment .reply-message {
    float: right;
    text-transform: uppercase;
    color: #3498db; }
    .article-comment .reply-message a:hover {
      color: #333; }
  .article-comment .comment-date {
    clear: both;
    color: #333;
    text-transform: uppercase; }
    .article-comment .comment-date:before {
      content: '\e053';
      font-size: 15px;
      color: #3498db;
      font-family: "material-design";
      margin-right: 5px; }
  .article-comment .text {
    margin-top: 15px; }
  .article-comment .article-reply {
    margin: 30px 0 0 60px; }

.reply-cancel {
  font-size: 16px;
  color: #3498db;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
  margin-top: 10px; }
  .reply-cancel:hover {
    color: #333; }

#review-title {
  clear: both; }

aside .blog_articles .article-title {
  font-size: 16px; }
aside .blog_articles .col-sm-4 + .col-sm-4 {
  margin-top: 30px; }
aside .blog_articles * + .article-description {
  margin-top: 15px; }
aside .blog-categories .box-heading {
  margin-bottom: 0; }
aside .blog-categories ul > li {
  position: relative; }
  aside .blog-categories ul > li > i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    font-size: 20px; }
    aside .blog-categories ul > li > i:hover {
      color: #3498db; }
  aside .blog-categories ul > li > a {
    background: #3b3f46;
    display: block;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 10px 10px 20px; }
    aside .blog-categories ul > li > a:hover {
      background: #34373d; }
  aside .blog-categories ul > li + li {
    border-top: 1px solid #dfdfdf; }
aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #dfdfdf; }
  aside .blog-categories ul ul a {
    padding-left: 40px; }
aside #blog-search {
  margin: 15px 0 0;
  position: relative; }
  aside #blog-search input {
    padding-right: 35px; }
  aside #blog-search a {
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 16px;
    line-height: 30px;
    top: 0;
    color: #333;
    font-family: "FontAwesome";
    background: none; }
    aside #blog-search a:before {
      content: '\f002'; }
    aside #blog-search a:hover {
      color: #3498db; }

.simple_blog-article-view .product_tabs .nav-tabs {
  width: 25%; }
.simple_blog-article-view .product_tabs .tab-content {
  width: 75%; }

/*========================================================
                   Blog Styles Responsive
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
  .article-sub-title span + span {
    margin-left: 5px; } }
@media (max-width: 991px) {
  .article-image {
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .simple_blog-article-view .product_tabs .nav-tabs, .simple_blog-article-view .product_tabs .tab-content {
    width: 100%; } }
@media (max-width: 600px) {
  .reply-cancel {
    float: none;
    display: block; } }
@media (max-width: 479px) {
  .article-sub-title span {
    display: block; }
    .article-sub-title span + span {
      margin: 10px 0 0; } }
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.0.0
*/
.rd-parallax-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  height: 747px; }
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-backface-visibility: hidden; }
  .rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%; }
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
.rd-parallax-layer[data-type="html"] {
  position: relative; }
  .rd-parallax-layer[data-type="html"] .content {
    text-align: center; }
    .rd-parallax-layer[data-type="html"] .content h1 {
      font-size: 100px;
      line-height: 100px;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1199px) {
        .rd-parallax-layer[data-type="html"] .content h1 {
          font-size: 70px;
          line-height: 70px; } }
      @media (max-width: 991px) {
        .rd-parallax-layer[data-type="html"] .content h1 {
          font-size: 50px;
          line-height: 50px; } }
      @media (max-width: 767px) {
        .rd-parallax-layer[data-type="html"] .content h1 {
          font-size: 30px;
          line-height: 30px; } }
    .rd-parallax-layer[data-type="html"] .content h2 {
      font-size: 20px;
      line-height: 28px;
      text-transform: uppercase;
      font-weight: 400;
      color: #fff;
      opacity: .8;
      padding: 0 30%;
      margin: 50px 0; }
      @media (max-width: 1199px) {
        .rd-parallax-layer[data-type="html"] .content h2 {
          padding: 0;
          margin: 25px 0; } }
    .rd-parallax-layer[data-type="html"] .content a {
      display: inline-block;
      font-size: 15px;
      line-height: 16px;
      text-transform: uppercase;
      background: #3b3f46;
      border-radius: 30px;
      padding: 26px 90px 25px 34px;
      position: relative;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      .rd-parallax-layer[data-type="html"] .content a span {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        color: #fff; }
      .rd-parallax-layer[data-type="html"] .content a:hover span {
        color: #3b3f46; }
      .rd-parallax-layer[data-type="html"] .content a:hover:before {
        left: 0; }
      .rd-parallax-layer[data-type="html"] .content a:hover:after {
        border-radius: 0 28px 28px 0; }
      .rd-parallax-layer[data-type="html"] .content a:after {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        text-align: center;
        content: '\f0f6';
        font-family: 'fontAwesome';
        position: absolute;
        color: #fff;
        right: 0;
        top: 0;
        width: 67px;
        height: 67px;
        font-size: 25px;
        line-height: 68px;
        background: #3498db;
        border-radius: 28px; }
      .rd-parallax-layer[data-type="html"] .content a:before {
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 22px;
        bottom: 0;
        left: 100%;
        background: #ebebec;
        border-radius: 28px; }

/*========================================================
                      HTML boxes
=========================================================*/
.box_html .custom-banner1 .info-block {
  display: block;
  position: relative;
  padding: 110px 0; }
  .box_html .custom-banner1 .info-block.left, .box_html .custom-banner1 .info-block.right {
    width: 50%;
    position: relative; }
    .box_html .custom-banner1 .info-block.left:before, .box_html .custom-banner1 .info-block.right:before {
      font-family: 'fontAwesome';
      font-size: 122px;
      line-height: 122px;
      color: #fff;
      display: inline-block;
      position: absolute;
      top: 50%;
      color: #fff;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .box_html .custom-banner1 .info-block.left {
    float: left;
    padding-right: 330px;
    padding-left: 50px;
    text-align: right;
    background: #3498db; }
    .box_html .custom-banner1 .info-block.left:before {
      content: "\f098";
      right: 140px; }
  .box_html .custom-banner1 .info-block.right {
    float: right;
    padding-left: 330px;
    padding-right: 50px;
    text-align: left;
    background: #3b3f46; }
    .box_html .custom-banner1 .info-block.right:before {
      content: "\f0d1";
      left: 140px; }
  .box_html .custom-banner1 .info-block h1 {
    color: #fff;
    font-size: 60px;
    line-height: 58px;
    font-weight: 300;
    text-transform: uppercase; }
  .box_html .custom-banner1 .info-block h2 {
    font-size: 25px;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
    opacity: .6;
    text-transform: uppercase; }

.bg-section {
  background: #3498db;
  position: relative;
  padding-top: 126px;
  padding-bottom: 129px; }
  .bg-section:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: auto;
    width: 50%;
    background: #3b3f46; }

.bg-section2 {
  background: #f7f7f7;
  padding-top: 66px;
  padding-bottom: 65px; }
  .bg-section2 .col-content {
    background: #fff;
    padding: 33px 30px 39px 38px;
    border-radius: 30px; }
    .bg-section2 .col-content h3 {
      padding-left: 4px;
      font-size: 20px;
      line-height: 20px;
      font-weight: 400;
      color: #31353d;
      text-transform: uppercase; }
    .bg-section2 .col-content p {
      margin-top: -9px;
      padding-left: 7px; }
    .bg-section2 .col-content .facebook {
      margin-bottom: 48px; }
    .bg-section2 .col-content [class*="fa-"] {
      padding-left: 0;
      position: absolute;
      left: 0; }
      .bg-section2 .col-content [class*="fa-"]:before {
        position: absolute;
        font-family: 'fontAwesome';
        font-size: 32px;
        width: 64px;
        height: 64px;
        display: inline-block;
        background: #3498db;
        border-radius: 30px;
        color: #fff;
        text-align: center;
        line-height: 64px;
        left: -3px;
        top: -2px; }
      .bg-section2 .col-content [class*="fa-"] + [class*="fa-"] {
        margin-top: 40px; }
    .bg-section2 .col-content .marked-list {
      padding-top: 5px;
      padding-left: 23px; }
      .bg-section2 .col-content .marked-list li {
        display: block;
        list-style-type: none; }
        .bg-section2 .col-content .marked-list li a {
          font-size: 12px;
          line-height: 30px;
          position: relative; }
          .bg-section2 .col-content .marked-list li a:before {
            position: absolute;
            left: -18px;
            top: 3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-color: transparent transparent transparent #3498db;
            content: ''; }
        .bg-section2 .col-content .marked-list li + li {
          margin-top: 0px; }
    .bg-section2 .col-content .icon-list {
      padding-left: 0; }
      .bg-section2 .col-content .icon-list li {
        display: block;
        position: relative;
        padding-left: 77px;
        list-style-type: none; }
        .bg-section2 .col-content .icon-list li + li {
          margin-top: 30px; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (max-width: 1399px) {
  .box_html .custom-banner1 .info-block {
    padding: 80px 0; }
    .box_html .custom-banner1 .info-block.left {
      padding-right: 200px; }
      .box_html .custom-banner1 .info-block.left:before {
        right: 80px;
        font-size: 80px;
        line-height: 80px; }
    .box_html .custom-banner1 .info-block.right {
      padding-left: 200px; }
      .box_html .custom-banner1 .info-block.right:before {
        left: 80px;
        font-size: 80px;
        line-height: 80px; } }
@media (max-width: 1199px) {
  .box_html .custom-banner1 .info-block {
    padding: 60px 0; }
    .box_html .custom-banner1 .info-block.left {
      padding-right: 150px; }
      .box_html .custom-banner1 .info-block.left:before {
        right: 50px;
        font-size: 80px;
        line-height: 80px; }
    .box_html .custom-banner1 .info-block.right {
      padding-left: 150px; }
      .box_html .custom-banner1 .info-block.right:before {
        left: 50px;
        font-size: 80px;
        line-height: 80px; }
    .box_html .custom-banner1 .info-block h1 {
      font-size: 45px;
      line-height: 48px;
      margin: 10px 0; } }
@media (max-width: 991px) {
  .box_html .custom-banner1 .info-block {
    padding: 50px 0; }
    .box_html .custom-banner1 .info-block.left {
      padding-right: 100px;
      padding-left: 30px; }
      .box_html .custom-banner1 .info-block.left:before {
        right: 30px;
        font-size: 40px;
        line-height: 40px; }
    .box_html .custom-banner1 .info-block.right {
      padding-left: 100px;
      padding-right: 30px; }
      .box_html .custom-banner1 .info-block.right:before {
        left: 30px;
        font-size: 40px;
        line-height: 40px; }
    .box_html .custom-banner1 .info-block h1 {
      font-size: 30px;
      line-height: 34px;
      margin: 5px 0; }
    .box_html .custom-banner1 .info-block h2 {
      font-size: 18px;
      line-height: 22px; }

  .bg-section2 {
    text-align: center; }
    .bg-section2 [class*="col-"] {
      width: 50%;
      display: inline-block; }
      .bg-section2 [class*="col-"] .col-content {
        text-align: left;
        width: 100%; }
    .bg-section2 .box_html:last-child [class*="col-"] {
      margin-top: 30px;
      text-align: center;
      width: 100%; }
      .bg-section2 .box_html:last-child [class*="col-"] .col-content {
        width: 60%;
        text-align: center;
        display: inline-block; }
        .bg-section2 .box_html:last-child [class*="col-"] .col-content .marked-list {
          text-align: left;
          display: inline-block; } }
@media (max-width: 767px) {
  .box_html .custom-banner1 .info-block {
    padding: 0; }
    .box_html .custom-banner1 .info-block.left {
      padding: 50px 130px 50px 30px;
      float: none;
      width: 100%; }
      .box_html .custom-banner1 .info-block.left:before {
        right: 50px;
        font-size: 50px;
        line-height: 50px; }
    .box_html .custom-banner1 .info-block.right {
      padding: 50px 30px 50px 130px;
      float: none;
      width: 100%; }
      .box_html .custom-banner1 .info-block.right:before {
        left: 50px;
        font-size: 50px;
        line-height: 50px; }
    .box_html .custom-banner1 .info-block h1 {
      font-size: 40px;
      line-height: 44px;
      margin: 5px 0; }
    .box_html .custom-banner1 .info-block h2 {
      font-size: 22px;
      line-height: 26px;
      margin: 5px 0; }

  .bg-section {
    padding-bottom: 30px; }
    .bg-section:after {
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }

  .bg-section2 {
    padding-top: 10px; }
    .bg-section2 [class*="col-"] {
      width: 60%;
      margin-top: 30px; }
    .bg-section2 .box_html:last-child [class*="col-"] .col-content h3 {
      text-align: left; }
    .bg-section2 .box_html:last-child [class*="col-"] .col-content .marked-list {
      display: block; } }
@media (max-width: 480px) {
  .box_html .custom-banner1 .info-block.left {
    padding: 40px 70px 40px 20px;
    text-align: center; }
    .box_html .custom-banner1 .info-block.left:before {
      right: 20px;
      font-size: 30px;
      line-height: 30px; }
  .box_html .custom-banner1 .info-block.right {
    padding: 40px 20px 40px 70px;
    text-align: center; }
    .box_html .custom-banner1 .info-block.right:before {
      left: 20px;
      font-size: 30px;
      line-height: 30px; }
  .box_html .custom-banner1 .info-block h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 5px 0; }
  .box_html .custom-banner1 .info-block h2 {
    font-size: 16px;
    line-height: 20px; } }
@media (max-width: 599px) {
  .bg-section2 [class*="col-"] {
    width: 80%; }
  .bg-section2 .box_html:last-child [class*="col-"] .col-content {
    width: 80%; } }
@media (max-width: 399px) {
  .bg-section2 [class*="col-"] {
    width: 100%; }
  .bg-section2 .box_html:last-child [class*="col-"] .col-content {
    width: 100%; } }
footer {
  background: #3b3f46;
  padding-top: 48px; }
  footer h5 {
    font-size: 14px;
    line-height: 16px;
    color: #3498db !important;
    text-transform: uppercase;
    font-weight: 400; }
    footer h5 + ul.list-unstyled {
      margin-top: 16px; }
      footer h5 + ul.list-unstyled a {
        color: #6c7079;
        font-size: 12px;
        line-height: 22px; }
        footer h5 + ul.list-unstyled a:hover {
          color: #3498db; }
  footer ul li + li {
    margin-top: 0px; }
  footer .social-list {
    padding-top: 2px; }
    footer .social-list li {
      display: inline-block;
      font-size: 25px;
      line-height: 22px;
      color: #9297a1; }
      footer .social-list li i {
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #50555c; }
      footer .social-list li a:hover i {
        color: #3498db; }
      footer .social-list li span {
        display: none; }
      footer .social-list li + li {
        margin-left: 10px; }
  footer .contacts address {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #9297a1;
    font-family: "Roboto", sans-serif; }
    footer .contacts address a {
      font-size: 20px;
      line-height: 20px;
      display: block;
      color: #3498db; }
      footer .contacts address a:hover {
        color: #fff; }
  footer .contacts address + address {
    margin-top: 5px; }

.copyright br {
  display: none; }

.copyright {
  font-size: 13px;
  line-height: 34px;
  text-align: left;
  color: #65676c;
  font-family: "Roboto", sans-serif; }
  .copyright .powered {
    display: inline-block; }
  .copyright > .container {
    padding-top: 88px;
    padding-bottom: 164px; }
  .copyright a img {
    margin-right: 15px; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (max-width: 1199px) {
  .copyright {
    text-align: center; }
    .copyright > .container {
      display: inline-block; } }
@media (max-width: 767px) {
  footer {
    text-align: center; }
    footer .footer_box {
      margin-bottom: 30px; }
    footer .copyright > .container {
      text-align: center;
      width: 100%;
      padding-top: 30px;
      padding-bottom: 30px; }
      footer .copyright > .container .powered {
        display: block;
        margin-top: 20px; } }
/*========================================================
                   Bootstrap Reset
=========================================================*/
button, .btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

button::-moz-focus-inner, .btn::-moz-focus-inner {
  border: none;
  padding: 0; }

button:focus, .btn:focus {
  outline: none; }

label, input, button, select, textarea {
  font-size: 13px;
  color: #31353d; }

@media (min-width: 768px) and (max-width: 991px) {
  label, input, button, select, textarea {
    font-size: 10px; } }
label {
  font-weight: bold;
  cursor: default; }

textarea {
  resize: none; }

blockquote {
  font-size: inherit;
  line-height: inherit; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {
  font-size: 12px; }

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: none; }

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
  background-color: transparent; }

.bootstrap-datetimepicker-widget .timepicker {
  margin-top: 5px; }

.bootstrap-datetimepicker-widget .timepicker td > span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0; }

.bootstrap-datetimepicker-widget .timepicker td > span:hover {
  color: #3498db; }

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
  background: #3498db;
  color: #FFF;
  cursor: inherit; }

.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  z-index: 1000; }

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30;
  color: #FFF;
  border-radius: 0; }

.alert i {
  font-size: 21px;
  margin-right: 5px; }

.alert a {
  text-decoration: underline; }

.alert a:hover {
  text-decoration: none;
  color: #FFF; }

.alert button.close {
  color: #FFF; }

.alert button.close:hover, .alert button.close:focus {
  opacity: 1;
  color: #FFF; }

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151; }

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D; }

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B; }

.alert-warning {
  background-color: #EC710D;
  border-color: #D45634; }

.pagination {
  margin: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3498db;
  border-color: #3498db;
  color: #FFF; }

.pagination > li > a, .pagination > li > span {
  color: #31353d; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #31353d;
  border-color: #31353d;
  color: #FFF; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-size: 13px;
  background-color: #F9F9F9; }

.table th,
.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-compare .table th, .block-compare .table td {
  padding: 7px; }

.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #e9e9e9; }

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  white-space: normal; }

.table > tbody + tbody {
  border-top: none; }

.panel-heading {
  padding: 20px; }

.addthis_button_tweet {
  width: 100px !important; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8; }

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1; }

.text-danger {
  color: red;
  font-size: 16px; }

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

.tooltip {
  z-index: 10000; }

.no-scroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 12px/18px "Arial", sans-serif;
  color: #bcbcbc;
  background: #3b3f46; }

h1, h2, h3, h4, h5, h6 {
  color: #31353d;
  margin: 10px 0 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

a:active {
  background-color: transparent; }

a:visited, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #3498db; }

p a:hover {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 12px;
  font-weight: normal; }

.input-group .input-group-addon {
  height: 30px; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

td .price, .price b {
  font-size: 18px;
  padding-bottom: 0; }

.fa {
  line-height: inherit; }

.container > .alert, .breadcrumb + .alert {
  z-index: 9999999; }

#modal-agree {
  z-index: 9999999; }

/*========================================================
                      Header styles
=========================================================*/
.header {
  background: #fff;
  padding-top: 26px; }

.header .container.top-menu {
  padding-bottom: 40px; }

.header .box-language, .header .box-currency {
  display: inline-block;
  margin-left: -3px;
  background: #3b3f46;
  text-align: center; }

.header .box-currency {
  border-right: 1px solid #54575d;
  border-radius: 30px 0 0 30px; }

.header .box-language {
  border-radius: 0 30px 30px 0; }

.header .box-cart {
  float: right; }

.header .logo {
  float: left; }

.header .nav {
  float: left; }

.header .right-part {
  float: right; }

.header .right-part:before, .header .right-part:after {
  display: table;
  content: "";
  line-height: 0; }

.header .right-part:after {
  clear: both; }

.header .right-part .search + .settings-block {
  margin-left: 24px; }

.header .right-part.mod1 {
  padding-top: 12px; }

.header .right-part address + .box-cart {
  margin-left: 26px; }

.header address {
  padding-top: 10px;
  float: left;
  font-size: 30px;
  line-height: 42px;
  font-family: "Open Sans", sans-serif; }

.header address a {
  color: #9c9ea0;
  position: relative; }

.header address a:hover {
  color: #3498db; }

.header address a:before {
  color: #3498db;
  left: -38px;
  top: 5px;
  position: absolute;
  font-size: 40px;
  line-height: 42px;
  font-family: 'fontAwesome'; }

.header .box-cart {
  float: right; }

.header .settings-block {
  float: right; }

.header .search {
  float: left; }

.header .dropdown-menu {
  background: #3b3f46; }

.header .dropdown-menu > li > button, .header .dropdown-menu > li > a {
  color: #fff; }

.header .dropdown-menu > li > button:hover, .header .dropdown-menu > li > a:hover {
  background: #f0f0f0;
  color: #a1a194; }

/*================   Top Links style   ===============*/
.nav {
  padding-top: 24px;
  padding-left: 5px; }

.nav > ul {
  padding: 0;
  margin: 0; }

.nav > ul li {
  padding: 0; }

.nav > ul > li + li {
  margin-left: 15px; }

.nav a {
  font-size: 11px;
  line-height: 20px;
  color: #a1a194;
  text-transform: uppercase; }

.nav a i {
  display: none; }

.nav a:hover, .nav a .active {
  color: #3498db; }

.nav i {
  font-size: 20px;
  margin-right: 20px; }

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
  color: #3498db;
  box-shadow: none; }

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  padding-top: 22px;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  width: 68px;
  height: 68px; }

.box-language .dropdown-toggle:after,
.box-currency .dropdown-toggle:after {
  position: absolute;
  display: inline-block;
  content: '\f0dd';
  top: 33px;
  left: 44%;
  color: #59616f;
  font-size: 15px;
  font-weight: 400;
  font-family: "FontAwesome"; }

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  left: auto;
  right: -10px;
  margin-top: 1px; }

.box-currency .dropdown-menu a, .box-currency .dropdown-menu button,
.box-language .dropdown-menu a,
.box-language .dropdown-menu button {
  text-align: left;
  display: block;
  padding: 5px 5px 5px 10px;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #31353d; }

/********** Swipe menu ******************/
.toprow-1 {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: none;
  background: #000;
  border-bottom: 1px solid #e5e5e5; }

.swipe-control {
  border-right: 1px solid #e5e5e5;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100; }

.swipe-control i {
  line-height: 50px;
  font-size: 30px;
  vertical-align: top;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.swipe-control:hover i, .swipe-control.active i {
  color: #3498db; }

.swipe {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  bottom: 0;
  left: -237px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.swipe .swipe-menu {
  height: 100%;
  overflow-y: auto; }

.swipe ul {
  padding: 0;
  margin: 0; }

.swipe ul li {
  list-style-type: none; }

.swipe ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-top: 1px solid #e5e5e5;
  line-height: 25px;
  background: #000; }

.swipe ul li a i, .swipe ul li a:before {
  font-size: 21px;
  color: #fff;
  margin-right: 9px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.swipe ul li a:hover {
  background-color: #3498db;
  color: #fff; }

.swipe ul li a:hover i, .swipe ul li a:hover:before {
  color: #fff; }

.swipe .foot li a:before {
  content: "\f05a";
  font-family: "FontAwesome";
  display: inline-block; }

.ind .swipe {
  display: block;
  left: 0; }

.ind #page {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88; }

.ind .shadow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 88; }

.swipe .foot li + li a:before {
  content: "\f0d1"; }

.swipe .foot li + li + li a:before {
  content: "\f06a"; }

.swipe .foot li + li + li + li a:before {
  content: "\f085"; }

.swipe .foot.foot-1 li a:before {
  content: "\f0ac"; }

.swipe .foot.foot-1 li + li a:before {
  content: "\f079"; }

.swipe .foot.foot-1 li + li + li a:before {
  content: "\f0e8"; }

.swipe .foot.foot-2 li a:before {
  content: "\f02c"; }

.swipe .foot.foot-2 li + li a:before {
  content: "\f06b"; }

.swipe .foot.foot-2 li + li + li a:before {
  content: "\f0c0"; }

.swipe .foot.foot-2 li + li + li + li a:before {
  content: "\f0a3"; }

.swipe .foot.foot-3 li a:before {
  content: "\f0cb"; }

.swipe .foot.foot-3 li + li a:before {
  content: "\f003"; }

@media (max-width: 767px) {
  .toprow-1 {
    display: block; } }
/*========================================================
               Responsive Header styles
=========================================================*/
@media (max-width: 1199px) {
  .header .right-part address + .box-cart {
    margin-left: 8px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nav a span {
    display: none; }

  .nav a i {
    display: block; } }
@media (max-width: 991px) {
  .header .nav > ul > li + li {
    margin-left: 5px; }

  .header .right-part.mod1 {
    float: none;
    display: block;
    padding-left: 40px;
    padding-top: 40px; }

  .header .logo {
    text-align: center;
    float: none;
    display: block; }

  .header .logo img {
    display: inline-block; } }
@media (max-width: 767px) {
  .header {
    padding-top: 50px; }

  .header .nav__primary {
    padding-top: 0; }

  .header .search, .header .settings-block {
    float: none;
    display: inline-block; }

  .header .right-part {
    text-align: center;
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px; }

  .header .right-part.mod1 {
    padding-top: 5px;
    padding-left: 20px; }

  .header .right-part .settings-block {
    display: block;
    margin-top: 10px; }

  .header .right-part .search + .settings-block {
    margin-left: 0; }

  .header address {
    float: none;
    display: inline-block; }

  .header .box-currency {
    margin-right: 0;
    padding: 0; }

  .header .logo {
    float: none;
    text-align: center;
    margin-top: -15px; }

  .header .logo img {
    display: inline-block; }

  .header .box-cart {
    float: none;
    margin-top: 0; }

  .header .nav {
    margin-top: 0; }

  .header .nav ul {
    display: none; }

  .header .nav__primary {
    margin-top: 15px;
    background: none; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden; }

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 0;
  list-style-type: none; }

.box.account ul a, .box.affilate ul a {
  position: relative;
  border-bottom: 1px solid #DADADA;
  display: block;
  padding: 13px 15px; }

.box.account ul a:before, .box.affilate ul a:before {
  content: '\f054';
  margin-right: 10px;
  font-weight: 400;
  font-size: 10px;
  font-family: "FontAwesome";
  color: #3498db;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.box.account ul a:hover, .box.affilate ul a:hover {
  color: #3498db; }

.table-responsive {
  margin-bottom: 10px; }

.site-map-page #content ul, .manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }

.site-map-page #content ul a, .manufacturer-content div a, #content ul.list-unstyled a {
  position: relative; }

.site-map-page #content ul a:before, .manufacturer-content div a:before, #content ul.list-unstyled a:before {
  content: '\f105';
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #3498db; }

#content .product-info ul.list-unstyled a:before {
  display: none; }

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }

  aside .container {
    padding: 0;
    width: 100%; }

  #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 20px; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center; }

.lazy img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0; }

.lazy.lazy-loaded {
  background: none; }

.lazy.lazy-loaded img {
  opacity: 1; }

.search {
  position: relative;
  background: #f0f0f0;
  border-radius: 30px; }

.search input {
  color: #a1a194;
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  height: 68px;
  padding: 23px 70px 23px 34px;
  background: #f0f0f0;
  border: 1px solid #d9d9d9;
  border: none;
  border-radius: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.search input::-webkit-input-placeholder {
  color: #a1a194;
  opacity: 0; }

.search input:-moz-placeholder {
  color: #a1a194;
  opacity: 0; }

.search input::-moz-placeholder {
  color: #a1a194;
  opacity: 0; }

.search input:-ms-input-placeholder {
  color: #a1a194;
  opacity: 0; }

.search input:focus {
  outline: none; }

.search button, .search button:focus, .search button:active {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #a1a194;
  font: 400 26px/26px "FontAwesome"; }

.search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
  border: none;
  padding: 0; }

.search button:before, .search button:focus:before, .search button:active:before {
  content: "\f002"; }

.search button:hover, .search button:focus:hover, .search button:active:hover {
  color: #3498db; }

#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #EBEBEC;
  border: 1px solid #a1a194;
  list-style-type: none;
  z-index: 12;
  font-size: 14px; }

#livesearch_search_results li img {
  float: left;
  margin-right: 10px; }

#livesearch_search_results li img.loading {
  background: #F5F5F5; }

#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
  background-color: #3498db; }

#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {
  color: #FFF; }

#livesearch_search_results a, #livesearch_search_results a:visited {
  display: block;
  padding: 5px;
  color: #31353d; }

#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {
  display: table;
  content: "";
  line-height: 0; }

#livesearch_search_results a:after, #livesearch_search_results a:visited:after {
  clear: both; }

@media (min-width: 767px) and (max-width: 1199px) {
  .search input {
    padding-left: 20px;
    padding-right: 55px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; } }
/*================ Box Cart  ===============*/
.box-cart {
  position: relative; }

.box-cart .btn-danger {
  border: 0;
  padding: 0;
  color: #333;
  font-size: 13px;
  background: none; }

.box-cart .btn-danger:hover {
  color: #3498db;
  background: none; }

.box-cart a:hover img {
  opacity: .5; }

.box-cart .btn {
  margin-bottom: 7px; }

/*================  Cart  ===============*/
.cart {
  position: relative; }

.cart > button {
  background: #ebebec;
  border-radius: 30px;
  position: relative; }

.cart > button strong {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  margin-left: 19px;
  margin-right: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #3b3f46; }

.cart > button i {
  position: relative;
  width: 67px;
  height: 67px;
  font-size: 25px;
  line-height: 63px;
  color: #fff;
  background: #3498db;
  border-radius: 28px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cart > button span.cart-total {
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #afb2b9;
  text-transform: uppercase;
  margin-right: 40px; }

.cart > button span.cart-total:after {
  content: '\f0dd';
  font-family: 'fontAwesome';
  color: #afb2b9;
  font-size: 13px;
  top: -3px;
  right: -24px;
  position: absolute; }

.cart > button:before {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 22px;
  bottom: 0;
  right: 100%;
  background: #3b3f46;
  border-radius: 30px; }

.cart > button:hover strong, .cart > button:hover .cart-total, .cart.open > button strong, .cart.open > button .cart-total {
  color: #fff; }

.cart > button:hover i, .cart.open > button i {
  border-radius: 28px 0 0 28px; }

.cart > button:hover:before, .cart.open > button:before {
  right: 0; }

/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px;
  padding: 10px 10px 5px;
  background: #ebebec;
  box-shadow: none;
  color: #636c7c; }

.cart .dropdown-menu img {
  max-width: 50px; }

.cart .dropdown-menu table {
  margin-bottom: 10px; }

.cart ul > li:first-child tr {
  border-bottom: 1px solid #e9e9e9; }

.cart td {
  font-size: 13px; }

.cart td strong {
  font-size: 12px; }

.cart .total td {
  border: none;
  padding: 2px;
  color: #31353d; }

.cart .price-cart {
  color: #31353d; }

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
  font-size: 20px; }

@media (max-width: 767px) {
  .box-cart {
    z-index: 9999999; }

  .cart {
    position: fixed;
    top: 0;
    right: 10px;
    margin: 0;
    z-index: 10000; }

  .cart > button i, .cart > button strong, .cart > button span {
    vertical-align: middle; }

  .cart > button:before {
    border-radius: 18px; }

  .cart > button i {
    height: 49px;
    width: 49px;
    border-radius: 20px;
    line-height: 50px; }

  .cart .dropdown-menu {
    max-height: 300px;
    overflow: auto; } }
@media (max-width: 479px) {
  .cart > button strong, .cart > button .cart-total {
    display: none; }

  .cart > button:hover i {
    border-radius: 28px;
    color: #3b3f46; }

  .cart > button:before {
    display: none; } }
/*========================================================
                      Product
=========================================================*/
/* ===================   Product Layout   =================== */
.product-layout {
  margin-bottom: 30px; }

.product-thumb .price + .name {
  margin-top: 14px; }

.product-thumb .name + .description {
  margin-top: 3px; }

.product-thumb .description {
  margin-bottom: 72px; }

.product-thumb .description + .cart-button {
  margin-top: 18px; }

.product-thumb .description + .rating {
  margin-top: -54px;
  margin-left: 3px; }

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
  border-radius: 30px; }

.product-thumb .image > a {
  display: block;
  overflow: hidden; }

.product-thumb .image > a img {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px; }

.product-thumb .image > a:hover img {
  opacity: .5;
  border-radius: 30px; }

/* ===================   Product Caption   =================== */
.product-thumb {
  font-family: 'Open Sans', sans-serif;
  border-radius: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-bottom: 15%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.product-thumb .caption {
  padding-top: 20%;
  padding-bottom: 0; }

.product-thumb .name {
  text-transform: uppercase;
  color: #3b3f46;
  font-size: 14px;
  line-height: 24px; }

.product-thumb .cart-button {
  text-align: center;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(-38%);
  -ms-transform: translateX(-38%);
  -o-transform: translateX(-38%);
  -webkit-transform: translateX(-38%);
  transform: translateX(-38%); }

.product-thumb .cart-button .product-btn, .product-thumb .cart-button .product-btn-add {
  width: 64px;
  height: 64px;
  font-size: 19px;
  line-height: 19px;
  text-align: center; }

@media (min-width: 992px) and (max-width: 1199px) {
  .product-thumb .cart-button .product-btn, .product-thumb .cart-button .product-btn-add {
    width: 50px;
    height: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product-thumb .cart-button .product-btn, .product-thumb .cart-button .product-btn-add {
    width: 40px;
    height: 40px;
    margin-left: 4px; } }
.product-thumb .cart-button .product-btn:first-child {
  opacity: 0;
  pointer-events: none; }

.product-thumb .cart-button button + button {
  margin-left: 9px; }

.product-thumb .image {
  background: #f8f8f8;
  border-radius: 30px; }

.product-thumb:hover .quickview {
  opacity: 1; }

.product-thumb:hover .cart-button {
  -moz-transform: translateX(-9%);
  -ms-transform: translateX(-9%);
  -o-transform: translateX(-9%);
  -webkit-transform: translateX(-9%);
  transform: translateX(-9%); }

.product-thumb:hover .cart-button .product-btn:first-child {
  opacity: 1;
  pointer-events: auto; }

@media (min-width: 768px) and (max-width: 1199px) {
  .product-thumb .cart-button {
    -moz-transform: translateX(-36%);
    -ms-transform: translateX(-36%);
    -o-transform: translateX(-36%);
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%); }

  .product-thumb .cart-button .product-btn {
    text-align: center; }

  .product-thumb .cart-button .product-btn i:before {
    margin-left: 0px; }

  .product-thumb:hover .cart-button {
    -moz-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    -o-transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%); } }
@media (max-width: 767px) {
  .product-thumb .cart-button {
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

  .product-thumb .cart-button .product-btn:first-child {
    opacity: 1;
    pointer-events: auto;
    margin-left: 0; }

  .product-thumb:hover .cart-button {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; } }
.product-thumb.ipad .cart-button {
  display: inline-block;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none; }

.product-thumb.ipad .cart-button .product-btn:first-child {
  opacity: 1;
  pointer-events: auto;
  margin-left: 0; }

.product-thumb.ipad:hover .cart-button {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none; }

.product-thumb * + .cart-button {
  margin-top: 32px; }

@media (min-width: 767px) and (max-width: 991px) {
  .owl-carousel .product-thumb .cart-button {
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

  .owl-carousel .product-thumb .cart-button .product-btn:first-child {
    opacity: 1;
    pointer-events: auto;
    margin-left: 0; }

  .owl-carousel .product-thumb .cart-button .product-btn, .owl-carousel .product-thumb .cart-button .product-btn-add {
    width: 50px;
    height: 50px; }

  .owl-carousel .product-thumb:hover .cart-button {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; } }
/* ==================    Product List, Product Grid    =================== */
.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {
  overflow: hidden; }

.product-list .product-thumb .image {
  float: left;
  margin-right: 30px;
  width: 30%;
  border-top-right-radius: 30px; }

.product-grid .product-thumb .image {
  float: none; }

/* ==================   SALE, NEW Message   =================== */
.sale, .new_pr {
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 29px;
  z-index: 9;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 30px 0 0 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.sale:before, .new_pr:before {
  z-index: 8;
  content: '';
  border-style: solid;
  border-width: 68px 68px 0 0;
  border-color: #d8d8d9 transparent transparent transparent;
  position: absolute; }

.sale span, .new_pr span {
  z-index: 10;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 9px;
  left: 6px;
  text-align: center;
  text-transform: uppercase;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

html[lang="en"] .sale span, html[lang="en"] .new_pr span {
  left: 11px; }

/* ===================   Product Price    =================== */
.price-new, .price-old, .price, .product-thumb .description {
  font-family: 'Arial', sans-serif; }

.price-new, .price-old, .price {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  color: #3498db; }

.price-old {
  text-decoration: line-through;
  vertical-align: bottom;
  color: #dadadb;
  font-size: 15px;
  line-height: 17px; }

* + .price-old {
  margin-left: 11px; }

.price-section .price-new, .price-section .price-old {
  font-size: 30px;
  color: #3498db;
  line-height: 30px; }

.price-section .price-old {
  font-size: 20px;
  line-height: 30px; }

.price-section .reward {
  display: block;
  margin-top: 10px; }

.price-tax {
  font-size: 12px; }

.price-total {
  font-weight: bold; }

.price s {
  font-size: 15px; }

.prod-stock {
  color: #6BA239; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

/* ===================   Product Rating   =================== */
.rating .fa-stack i {
  font-size: 11px; }

.fa-stack {
  font-size: 11px;
  line-height: 20px;
  width: 0.9em; }

.fa-stack i {
  color: #3b3f46; }

.fa-stack i.mod1 {
  color: #dadada; }

.table-compare td.rating .fa-stack, .table-compare td.rating .fa-stack-2x {
  width: 1em;
  height: 1em;
  font-size: 1em; }

/* ===================   Product Quickview   =================== */
.quick_info {
  display: none; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px; }

.fancybox-next {
  right: -60px; }

.fancybox-prev {
  left: -60px; }

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #e9e9e9;
  padding: 10px;
  margin-top: 15px; }

.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em; }

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px; }

.quickview-style .cart-button {
  margin-top: 10px; }

.quickview-style .cart-button .btn {
  padding: 0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center; }

.quickview-style .rating {
  margin-top: 5px; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; }

  .fancybox-next {
    right: -30px; }

  .fancybox-prev {
    left: -30px; }

  .product-list .product-thumb {
    padding-bottom: 5%; }

  .product-list .product-thumb .caption {
    padding: 5%; }

  .product-list .product-thumb .cart-button {
    margin-top: 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: right;
    margin-right: 5%; }

  .product-list .product-thumb .cart-button .product-btn:first-child {
    opacity: 1;
    pointer-events: auto; } }
@media (max-width: 767px) {
  #content .product-layout {
    width: 50%;
    float: left; }

  #content .product-layout + .product-layout {
    margin-top: 0; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 100% !important;
    margin: 0 0 2em; }

  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: none;
    margin: 0 0 15px;
    width: 100%; }

  .product-layout {
    margin-bottom: 20px; } }
@media (max-width: 600px) {
  .quickview_description iframe,
  .product-desc iframe {
    height: 240px !important; } }
@media (max-width: 540px) {
  #content .product-layout {
    width: 100%;
    float: none; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-top: 30px; }

.box .box-heading {
  margin: 0 0 30px;
  text-align: center; }

.box .box-heading h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #3b3f46;
  margin: 0;
  font-weight: 400;
  text-align: left; }

@media (max-width: 767px) {
  .box .box-heading h3 {
    font-size: 30px; } }
.box.featured {
  margin-top: 93px;
  margin-bottom: 36px; }

.box.featured .box-heading {
  margin-bottom: 65px; }

aside .box .product-layout {
  width: 100%;
  margin-top: 30px; }

aside .box .product-layout:first-child {
  margin-top: 0; }

aside .box .box-heading h3 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center; }

@media (max-width: 991px) {
  aside .box .box-heading h3 {
    font-size: 16px; } }
/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .box.info .box-content ul a {
    padding: 13px 5px; } }
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    cursor: pointer; }

  aside .box .box-heading:after {
    content: '\f055';
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 21px;
    font-family: "FontAwesome";
    color: #31353d; }

  aside .box .box-heading.active:after {
    content: '\f056'; } }
/*========================================================
                        Buttons
=========================================================*/
.buttons {
  margin: 1em 0; }

.buttons:before, .buttons:after {
  display: table;
  content: "";
  line-height: 0; }

.buttons:after {
  clear: both; }

.input-group-btn .btn {
  padding: 7px 12px; }

.input-group-btn .btn i {
  font-size: 15px;
  line-height: 18px; }

/* ================   Default Buttons BEGIN   =============== */
.btn:visited, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger,
.btn {
  font-size: 14px;
  color: #FFF;
  background: #31353d;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  outline: none; }

a.btn-danger {
  padding: 12px 17px; }

button.btn-primary,
button.btn-danger {
  margin-top: 3px; }

button.btn-primary + a.btn-danger {
  margin-top: 3px; }

.btn:hover,
.btn:focus {
  background: #3498db;
  color: #FFF; }

/*================   Product Buttons BEGIN   ===============*/
.product-btn, .product-btn-add {
  border-radius: 50%;
  text-align: center; }

.product_page .product-btn, .product_page .product-btn-add {
  padding: 10px 20px; }

.product-btn {
  background-color: #3b3f46;
  color: #FFF; }

.product-btn i:before {
  display: inline-block; }

.product-btn:hover {
  background: #3498db; }

.product-btn-add {
  background-color: #3498db;
  color: #FFF; }

.product-btn-add:hover {
  background-color: #31353d; }

.product_page #button-cart, .product_page .product-buttons .product-btn {
  border-radius: 10px; }

/* ================   QuickView  =============== */
.product-thumb .quickview {
  position: absolute;
  right: 8px;
  top: 8px;
  display: inline-block;
  opacity: 0;
  z-index: 1;
  color: #3498db; }

.product-thumb .quickview:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.product-thumb .quickview:before {
  content: '\f00e';
  font-family: 'fontAwesome';
  font-size: 26px;
  line-height: 26px; }

@media (max-width: 767px) {
  .product-thumb .quickview {
    display: none; } }
/* ================   Compare Button  =============== */
.nav-cat .btn {
  padding: 15px 20px;
  font-size: 18px; }

@media (min-width: 768px) and (max-width: 991px) {
  .nav-cat .btn {
    margin-top: 15px; } }
/* ================   Product page buttons  =============== */
.product-buttons {
  margin: 0 -5px 1em;
  padding: 0; }

.product-buttons:before, .product-buttons:after {
  display: table;
  content: "";
  line-height: 0; }

.product-buttons:after {
  clear: both; }

.product-buttons li {
  float: left;
  width: 50%;
  padding: 0 5px;
  list-style: none; }

.product-buttons li button {
  width: 100%; }

.product_page #button-cart {
  width: 100%; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (max-width: 1199px) {
  .button-view {
    margin-top: 10px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .account-wishlist table td .btn {
    padding: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .account-wishlist table td .btn {
    padding: 6px; } }
@media (max-width: 767px) {
  .button-view {
    display: none; }

  .product-thumb .quickview {
    display: none; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }

  .account-address .table td a + a {
    margin-top: 5px; } }
@media (max-width: 400px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 10px; } }
/*=================== Menu gadget ===================*/
.menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 20px;
  font-family: "Arial", sans-serif;
  line-height: 30px;
  padding: 10px 17px;
  background: #3498db;
  -moz-transition: all 0.3s easy;
  -o-transition: all 0.3s easy;
  -webkit-transition: all 0.3s easy;
  transition: all 0.3s easy; }

.menu-icon.active:after {
  content: "\f106"; }

.menu-icon:after {
  -moz-transition: all 0.3s easy;
  -o-transition: all 0.3s easy;
  -webkit-transition: all 0.3s easy;
  transition: all 0.3s easy;
  float: right;
  content: "\f107";
  font-family: "FontAwesome";
  margin-top: 0;
  display: inline-block;
  text-align: center;
  width: 1.25em;
  font-size: 26px;
  color: #fff; }

.menu-icon:hover {
  color: #3b3f46; }

.menu-icon:hover:after {
  color: #3b3f46; }

.menu-gadget {
  display: none;
  margin: 15px 0; }

.menu-gadget .menu ul ul a {
  padding-left: 60px !important; }

.menu-gadget .menu {
  padding: 0;
  margin: 0; }

.menu-gadget .menu ul {
  width: auto;
  padding: 0;
  display: none; }

.menu-gadget .menu li {
  position: relative;
  list-style-type: none; }

.menu-gadget .menu li i {
  position: absolute;
  display: block;
  top: 12px;
  right: 5px;
  height: 24px;
  width: 24px;
  font-size: 21px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.menu-gadget .menu li i:hover {
  color: #e5e5e5; }

.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
  background: #3498db;
  color: #fff; }

.menu-gadget .menu a {
  padding: 10px 15px;
  display: block;
  border-top: 1px solid #e5e5e5;
  color: #fff;
  font-size: 14px;
  background: #3b3f46; }

.menu-gadget .menu li li a {
  padding: 10px 15px 10px 45px; }

.menu-gadget .menu li li:last-child {
  padding-bottom: 0; }

.menu-gadget .menu li li li a {
  padding: 10px 15px 10px 35px; }

.menu-gadget .menu li i.fa-angle-up:before {
  content: "яДЖ" !important; }

/*========================================================
                      Banners
=========================================================*/
.banners > div .banner-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden; }

.banners > div .banner-box img {
  border-radius: 30px; }

.banners > div .banner-box > a {
  display: block; }

.banners > div .s-desc {
  position: absolute;
  top: auto;
  bottom: -4px;
  left: 0;
  right: 0;
  border-radius: 30px;
  height: 130px;
  padding: 18px 33px; }

.banners > div .s-desc h1 {
  color: #fff;
  font-size: 35px;
  line-height: 32px;
  text-transform: uppercase; }

.banners > div .s-desc h3 {
  padding-left: 2px;
  color: #31353d;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: uppercase; }

.banners > div .s-desc h3 + h1 {
  margin-top: 2px; }

.banners > div .s-desc span {
  position: absolute;
  top: 40%;
  right: 28px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.banners > div .s-desc span:before {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '\f002';
  font-family: 'fontAwesome';
  font-size: 48px;
  color: #fff; }

#banner0 {
  padding-top: 52px;
  padding-bottom: 52px;
  background: #3b3f46; }

.banner-1 .s-desc, .banner-2 .s-desc, .banner-3 .s-desc {
  background: #3498db; }

.banner-2 .s-desc {
  background-color: #96ca2d; }

.banner-3 .s-desc {
  background-color: #e74c3c; }

.banners .banner-box a:hover .s-desc span:before {
  color: #31353d; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (min-width: 767px) and (max-width: 1199px) {
  .banners > div .s-desc {
    padding-left: 10px;
    padding-right: 10px;
    height: 110px; }

  .banners > div .s-desc span {
    right: 8px; } }
@media (min-width: 767px) and (max-width: 991px) {
  .banners > div .s-desc {
    padding-top: 5px;
    height: 90px; }

  .banners > div .s-desc h1 {
    font-size: 24px; }

  .banners > div .s-desc h2 {
    font-size: 18px; }

  .banners > div .s-desc span:before {
    font-size: 40px; } }
@media (max-width: 767px) {
  .banners > div {
    text-align: center; }

  .banners > div .banner-box {
    margin-top: 20px;
    text-align: left;
    width: 370px;
    display: inline-block; } }
@media (max-width: 479px) {
  .banners > div .banner-box {
    width: 290px; }

  .banners > div .s-desc {
    padding-left: 10px;
    padding-right: 10px;
    height: 110px; }

  .banners > div .s-desc span {
    right: 8px; } }
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 15px 0;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  background: #fff;
  font-size: 14px;
  line-height: 18px; }

.breadcrumb a {
  display: inline-block; }

.breadcrumb > li {
  padding: 0 30px;
  position: relative;
  white-space: nowrap; }

.breadcrumb > li + li:before {
  content: '';
  padding: 0; }

.breadcrumb > li:after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 27px;
  height: 24px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 600px) {
  .breadcrumb {
    padding: 0; }

  .breadcrumb > li:last-child:after {
    display: none; }

  .breadcrumb > li:after {
    width: auto;
    position: static;
    border: 0;
    content: '>';
    margin-left: 5px;
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

  .breadcrumb > li {
    padding: 0 5px; }

  .breadcrumb > li a {
    line-height: 24px; } }
#list-view,
#grid-view {
  padding: 0;
  margin: 0 5px;
  background: none;
  box-shadow: none;
  color: #31353d;
  font-size: 27px;
  line-height: 30px; }

#list-view.active,
#grid-view.active {
  color: #3498db; }

/* ===================   Product Page   =================== */
.product-section, .product-content-columns {
  margin-bottom: 3em; }

.product-share {
  height: 32px;
  margin-top: 1em; }

.review-form-title {
  text-align: center; }

.review-form-title h3 {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 10px 5px;
  display: inline-block;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.review-form-title h3:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #e9e9e9;
  content: '';
  margin-left: -10px; }

.review-form-title h3:hover {
  color: #3498db; }

.rating-section a {
  cursor: pointer; }

.product-review-form {
  display: none; }

/* ===================   Product Gallery   =================== */
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0; }

.product-gallery:after {
  clear: both; }

.product-gallery .product-image {
  cursor: pointer;
  float: left;
  width: 84%;
  padding-left: 15px; }

.product-gallery .bx-wrapper {
  margin: 0 !important; }

.product-gallery .image-thumb {
  float: left;
  width: 16%; }

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0;
  color: #fff; }

.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
.product-gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #3498db; }

.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto; }

.product-gallery .image-thumb li a {
  border: 1px solid #e9e9e9;
  display: block; }

.product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
  border-color: #3498db; }

.image-additional {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.product-reviews .review-item {
  margin-bottom: 3em; }

.review-score .fa-stack {
  width: 2em;
  height: 1.5em;
  margin-bottom: 10px; }

.product-title {
  margin: 0;
  color: #31353d; }

.reward-block span {
  display: block; }

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

#product h3 {
  color: #3498db; }

#product * + .text-danger {
  margin-top: 5px;
  margin-right: 15px;
  text-align: right; }

#product select + .text-danger {
  margin-right: 0; }

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9; }

#full_gallery {
  display: none; }

#full_gallery .bx-viewport {
  padding-right: 1px; }

#full_gallery #gallery li {
  border: 1px solid #e9e9e9; }

@media (max-width: 1199px) {
  #full_gallery {
    display: block; }

  #full_gallery .bx-viewport {
    padding-right: 2px; }

  .product-gallery {
    visibility: hidden;
    height: 0; }

  .product-gallery .image-thumb, .product-gallery .product-image {
    height: 0; }

  .bx-wrapper .bx-controls-direction a {
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #31353d;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 18px;
    font-family: "FontAwesome"; }

  .bx-wrapper .bx-controls-direction a i {
    display: none; }

  .bx-wrapper .bx-controls-direction a:hover {
    background: #3498db;
    color: #FFF; }

  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\f104'; }

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f105'; } }
/* ===================   Sub Category on Category Page   =================== */
.box-subcat {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.box-subcat li {
  text-align: center;
  margin-bottom: 15px; }

.box-subcat li .name a {
  font-size: 18px;
  text-transform: capitalize; }

.box-subcat li .image {
  margin-bottom: 10px;
  border: 2px solid #e9e9e9;
  padding: 9px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.box-subcat li .image:hover {
  border-color: #3498db; }

.box-subcat li.first-in-line {
  clear: left; }

@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%; }

  .box-subcat li .image {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 25%; }

  .box-subcat li:nth-child(2n+1) {
    clear: both; }

  #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0; } }
@media (max-width: 500px) {
  .box-subcat li {
    width: 100%;
    float: none;
    clear: both; } }
/* ===================   Product Filter  =================== */
.product-filter {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin-bottom: 12px; }

.product-filter label {
  font-size: 13px;
  padding-top: 7px; }

.nav-cat {
  margin-bottom: 13px; }

.nav-cat .nam-page {
  margin: 5px 0 5px 10px; }

/* ========   BLOCK COMPARE   ============= */
.compare-block {
  margin-bottom: 20px; }

.compare-block .image {
  margin-right: 10px; }

.compare-block .remove a {
  font-size: 19px;
  line-height: normal; }

.compare-info {
  width: 100%; }

.block-compare {
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  .product-compare .table-responsive {
    overflow-x: scroll; }

  .product-compare .table-responsive td + td {
    min-width: 270px; }

  .table.table-bordered {
    margin-bottom: 10px; } }
/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden; }

.information-information {
  font-size: 14px;
  line-height: 26px; }

.information-information h3, .information-information h4, .information-information h5 {
  color: #31353d;
  margin: 0 0 10px;
  line-height: normal; }

.information-information h3, .information-information h5 {
  text-transform: uppercase; }

.terms_conditions_page h4 {
  text-transform: uppercase; }

.about-page.excerpt {
  margin-bottom: 30px; }

.recent-posts {
  text-align: center; }

/* ===================   Number   =================== */
.dropcap {
  background: none repeat scroll 0 0 #3498db;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px 30px 0;
  padding: 17px;
  display: block;
  float: left; }

img.alignleft {
  float: left;
  margin-right: 20px; }

/* ===================   Divider   =================== */
.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0; }

/* ===================   Thumbnail   =================== */
.thumbnail {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #e9e9e9;
  padding: 12px;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0; }

.thumbnail img {
  border: 1px solid #e9e9e9; }

.thumbnail a:hover {
  opacity: .5; }

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0; }

.human_info .thumbnail {
  float: left;
  margin-right: 20px; }

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0; }

@media (max-width: 500px) {
  img.alignleft, .human_info .thumbnail {
    float: none;
    margin: 0 auto 20px; } }
/* ===================   Testimonials   =================== */
.testimonials .testi-item {
  margin-bottom: 30px; }

.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px; }

.testimonials .user {
  text-transform: uppercase;
  font-size: 12px;
  color: #3498db; }

.testimonials blockquote {
  border: 1px solid #e9e9e9;
  margin-bottom: 15px; }

/* ===================   Privacy Policy  =================== */
.privacy_page.table td {
  border-top: 0;
  padding: 0 30px 30px; }

.privacy_page.table td:first-child {
  text-align: right; }

.privacy_page tr > td + td {
  border-left: 1px solid #e9e9e9; }

.privacy_page h4 {
  max-width: 300px;
  float: right;
  font-size: 16px; }

/* ===================   Site Map Page  =================== */
.site-map-page #content ul {
  list-style-type: none; }

.site-map-page #content ul li {
  padding: 5px 0; }

.site-map-page #content ul a {
  font-size: 14px; }

/* ===================   Manufacturer List  =================== */
.manufacturer-list {
  border: 1px solid #e9e9e9;
  margin-bottom: -1px; }

.manufacturer-list .manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
  font-weight: bold;
  padding: 5px; }

.manufacturer-list .manufacturer-heading span {
  background: none repeat scroll 0 0 #3498db;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  line-height: 50px; }

.manufacturer-list .manufacturer-content {
  padding: 20px; }

/* ===================   Account Page  =================== */
.well {
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none; }

.well .heading {
  margin-bottom: 20px; }

.well .heading:before, .well .heading:after {
  display: table;
  content: "";
  line-height: 0; }

.well .heading:after {
  clear: both; }

.well .heading i {
  color: #3498db;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px; }

.well .heading h2 {
  font-size: 23px;
  color: #31353d;
  margin: 0 0 5px; }

.well .heading strong {
  font-weight: normal;
  font-style: italic; }

.well p {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0; }

.well a {
  margin-top: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center; }

  .well .heading h2 {
    font-size: 17px; }

  .well .heading i {
    float: none; } }
.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {
  color: #3498db;
  background: transparent; }

.datepicker th {
  text-align: center; }

.radio {
  line-height: 18px; }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px; }

/*========================================================
                         Footer
=========================================================*/
footer {
  background: #3b3f46;
  padding-top: 48px; }

footer h5 {
  font-size: 14px;
  line-height: 16px;
  color: #3498db !important;
  text-transform: uppercase;
  font-weight: 400; }

footer h5 + ul.list-unstyled {
  margin-top: 16px; }

footer h5 + ul.list-unstyled a {
  color: #6c7079;
  font-size: 12px;
  line-height: 22px; }

footer h5 + ul.list-unstyled a:hover {
  color: #3498db; }

footer ul li + li {
  margin-top: 0px; }

footer .social-list {
  padding-top: 2px; }

footer .social-list li {
  display: inline-block;
  font-size: 25px;
  line-height: 22px;
  color: #9297a1; }

footer .social-list li i {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #50555c; }

footer .social-list li a:hover i {
  color: #3498db; }

footer .social-list li span {
  display: none; }

footer .social-list li + li {
  margin-left: 10px; }

footer .contacts address {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #9297a1;
  font-family: "Open Sans", sans-serif; }

footer .contacts address a {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #3498db; }

footer .contacts address a:hover {
  color: #fff; }

footer .contacts address + address {
  margin-top: 5px; }

.copyright br {
  display: none; }

.copyright {
  font-size: 13px;
  line-height: 34px;
  text-align: left;
  color: #65676c;
  font-family: "Open Sans", sans-serif; }

.copyright > .container {
  padding-top: 88px;
  padding-bottom: 164px; }

.copyright a img {
  margin-right: 15px; }

/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #3498db;
  border-radius: 15px;
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20; }

.toTop:hover {
  background: #9297a1;
  text-decoration: none;
  color: #fff; }

.toTop:visited, .toTop:focus, .toTop:active {
  color: #fff; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*========================================================
                  Responsive Styles
=========================================================*/
@media (max-width: 1200px) {
  .table th, .table td {
    padding: 8px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .panel-body input + span {
    margin-top: 5px;
    display: inline-block; } }
@media (max-width: 767px) {
  .table-responsive {
    border: none; }

  .table-responsive .table-bordered {
    border: 1px solid #e9e9e9; }

  .delivery_page .table {
    font-size: 13px; } }
@media (max-width: 530px) {
  .panel-group .panel input#input-voucher,
  .panel-group .panel input#input-coupon {
    width: 100%; }

  .panel-group .panel span {
    display: block;
    margin-top: 5px; }

  h1 {
    font-size: 26px; } }
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word; } }
@media (max-width: 370px) {
  .table.privacy_page td {
    padding: 8px; }

  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px; } }
