@charset "UTF-8";
/*Modules*/
/*========================================================
                      Blog Styles
=========================================================*/
.blog_article {
  margin-bottom: 40px;
}
.blog_article .btn {
  margin-top: 30px;
}
.blog_article + .blog_article {
  padding-top: 40px;
  border-top: 1px solid #d6d6d6;
}

.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;
  text-transform: uppercase;
}
.article-title > a {
  display: inline;
}
.article-title + * {
  margin-top: 20px;
}

* + .article-description {
  margin-top: 30px;
}

.article-sub-title {
  font-size: 14px;
  color: #2b2e39;
  font-weight: 400;
}
.article-sub-title span:before {
  font-size: 18px;
  font-family: "material-design";
  color: #e56664;
  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: #e56664;
  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: #2b2e39;
  font-size: 16px;
  font-weight: 700;
}
.article-description + * {
  margin-top: 20px;
}

.related-article h4 {
  text-transform: uppercase;
  color: #e56664;
}
.related-article h4 a:hover {
  color: #2b2e39;
}
.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 #d6d6d6;
}
.article-comment .author {
  float: left;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
.article-comment .reply-message {
  float: right;
  text-transform: uppercase;
  color: #e56664;
}
.article-comment .reply-message a:hover {
  color: #2b2e39;
}
.article-comment .comment-date {
  clear: both;
  color: #2b2e39;
  text-transform: uppercase;
}
.article-comment .comment-date:before {
  content: '\e053';
  font-size: 15px;
  color: #e56664;
  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: #e56664;
  -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: #2b2e39;
}

#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: #2b2e39;
  -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: #e56664;
}
aside .blog-categories ul > li > a {
  background: #fff;
  display: block;
  color: #2b2e39;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
}
aside .blog-categories ul > li > a:hover {
  background: #f7f7f7;
}
aside .blog-categories ul > li + li {
  border-top: 1px solid #d6d6d6;
}
aside .blog-categories ul ul {
  display: none;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #d6d6d6;
}
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: 35px;
  top: 0;
  color: #2b2e39;
  font-family: "FontAwesome";
  background: none;
}
aside #blog-search a:before {
  content: '\f002';
}
aside #blog-search a:hover {
  color: #e56664;
}

.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 {
  margin-bottom: 57px;
}
.rd-parallax-inner {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  height: 690px;
}
.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"] > div {
  padding: 96px 0 102px;
  position: relative;
  display: table;
}
.rd-parallax-layer[data-type="html"] > div h1 {
  position: relative;
  color: #2b2e39;
  font-size: 203px;
  line-height: 167px;
  letter-spacing: -11px;
  text-indent: -9px;
  margin: 0;
  text-transform: uppercase;
}
.rd-parallax-layer[data-type="html"] > div h2 {
  position: relative;
  color: #e56664;
  font-size: 113px;
  line-height: 93px;
  text-indent: -3px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.rd-parallax-layer[data-type="html"] > div p {
  position: relative;
  color: #818388;
  font-size: 43px;
  line-height: 50px;
  margin: 0 0 57px;
}
.rd-parallax-layer[data-type="html"] > div a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #e56664;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  padding: 21px 34px 20px;
}
.rd-parallax-layer[data-type="html"] > div a:hover {
  background: #2b2e39;
}

/* ===================   Social list   =================== */
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 10px;
}
.social-list i {
  text-align: center;
  font-size: 24px;
}
.social-list i[class*="youtube"] {
  color: #8f9096;
}
.social-list i[class*="facebook"] {
  color: #8f9096;
}
.social-list i[class*="google"] {
  color: #8f9096;
}
.social-list i[class*="twitter"] {
  color: #8f9096;
}
.social-list i[class*="pinterest"] {
  color: #8f9096;
}
.social-list i[class*="instagram"] {
  color: #8f9096;
}
.social-list i[class*="vimeo"] {
  color: #8f9096;
}
.social-list i:hover {
  color: #e56664;
}

/*Menu*/
/*========================================================
                      Menu styles
=========================================================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 20px;
}

.navigation {
  background: #131622;
  width: 100%;
  z-index: 25;
  top: 0;
}

.megamenu {
  position: relative;
  top: 0;
  width: 100%;
  min-height: inherit;
  margin-bottom: 0;
  border-radius: 0;
  background: #131622;
  border: none;
  margin-bottom: 0;
}

/*================ Menu  ===============*/
.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.sf-menu > li {
  padding: 0;
  display: inline-block;
  border-right: 1px solid #363943;
}
.sf-menu > li:first-child {
  border-left: 1px solid #363943;
}
.sf-menu > li + li {
  margin-left: 0;
}
.sf-menu > li > a {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 23px 20px;
  background: none;
}
.sf-menu > li > a:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #e56664;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li > a.active {
  color: #fff;
  background: #2b2e39;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before, .sf-menu > li > a.active:before {
  height: 6px;
}
.sf-menu > li.sf-with-mega {
  position: static;
}
.sf-menu li {
  position: relative;
}

/*================ Sub-menu lvl1  ===============*/
.sf-menu .simple_menu {
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 109;
  left: 0;
  top: 100%;
  width: 200px;
  margin-top: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*================ Sub-menu lvl1 item  ===============*/
.sf-menu .simple_menu li {
  position: relative;
}
.sf-menu .simple_menu a {
  display: block;
  background: #fff;
  color: #2b2e39;
  padding: 13px 30px 13px 20px;
}
.sf-menu .simple_menu li.active > a, .sf-menu .simple_menu a:hover, .sf-menu .simple_menu li.sfHover > a {
  color: #e56664;
  background: #f7f7f7;
}

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.sf-menu .simple_menu .simple_menu:after {
  display: none;
}

.menu-gadget {
  display: none !important;
}

/*--------------------------------------------------------------
                     Megamenu Styles
--------------------------------------------------------------*/
.sf-menu .sf-mega {
  display: none;
  position: absolute;
  list-style-type: none;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 109;
  padding: 28px;
  border: 0;
  min-height: 420px;
  background-position: right;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  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;
  text-align: left;
}
.sf-menu .sf-mega > li .submenu_title {
  margin-bottom: 15px;
}
.sf-menu .sf-mega > li .submenu_title > a {
  font-size: 20px;
  line-height: 22px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #131622;
  background: none;
}
.sf-menu .sf-mega > li .submenu_title > a:hover {
  color: #e56664;
  background: none;
}
.sf-menu .sf-mega > li a {
  padding: 0 10px;
  font-size: 15px;
  display: block;
  line-height: 34px;
}
.sf-menu .sf-mega > li a:hover {
  background: #131622;
  color: #fff;
}
.sf-menu .sf-mega ul {
  padding: 0;
  list-style-type: none;
}
.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-with-ul styles
--------------------------------------------------------------*/
.sf-menu > li > .sf-with-ul,
.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:after,
.sf-menu ul > li > .sf-with-ul:after {
  position: relative;
  right: 0;
  top: 0;
  margin-left: 6px;
  content: '\f107';
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .sf-mega_section {
    width: 100% !important;
  }

  .rd-mobilemenu_submenu {
    background-image: none !important;
  }
}
/*==================  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: #A5BFD2;
  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: #2b2e39;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #e56664;
  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: #A5BFD2;
}
.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: 24px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 45px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #131622;
  color: #fff;
  -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: #fff;
  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: #fff;
  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: #fff;
    font-size: 28px;
  }
  .cart > button:hover, .nav > .toggle:hover {
    color: #e56664;
  }
}
@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }

  .cart > button, header .nav > .toggle {
    font-size: 22px;
  }
}
/*========================================================
                      Content styles
=========================================================*/
body {
  font: 400 13px/21px "Lora", serif;
  color: #2b2e39;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #2b2e39;
  margin: 0 0 20px;
  line-height: 1.2em;
  text-transform: uppercase;
}

button {
  outline: none;
}

.form-control {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  display: inline-block;
  font: inherit;
  text-decoration: none;
  color: #e56664;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:visited, a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #2b2e39;
}

img {
  max-width: 100%;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

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 {
  font-size: 12px;
  border-radius: 0;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* top */
#top {
  padding: 6px 0;
  background: #f3f3f4;
  margin-bottom: 19px;
}

#top #currency .currency-select {
  text-align: left;
}

#top-links {
  margin: 7px 0 5px;
}

#top-links a {
  font-size: 15px;
  line-height: 18px;
  color: #131622;
}

#top-links a:visited {
  color: #131622;
}

#top-links a:hover,
#top-links a:focus,
#top-links a:active {
  color: #e56664;
}

#top .btn-link, #top-links li {
  text-decoration: none;
}

.list-inline > li {
  padding-left: 9px;
  padding-right: 9px;
}

#top-links li a i {
  font-size: 15px;
  margin-right: 0;
  color: #e56664;
  display: none;
}

#top-links li a:visited i {
  color: #e56664;
}

#top-links li a:hover i,
#top-links li a:focus i,
#top-links li a:active i {
  color: #131622;
}

#top-links li a span span {
  line-height: 28px;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-top: -5px;
  text-align: center;
  color: #fff;
  background: #e56664;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
}

#top-links ul {
  margin: 0;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 16px;
  float: left;
}

/* soc-icon */
ul.soc-icon {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.soc-icon li {
  float: left;
  margin-left: 4px;
  line-height: 20px;
}

ul.soc-icon li a:hover i {
  color: #333;
}

ul.soc-icon li i {
  color: #dadada;
  font-size: 20px;
  vertical-align: top;
}

/* search */
#search {
  position: relative;
  z-index: 46;
  margin: 0 0 10px 0;
  clear: right;
  text-align: left;
}

#search button:active,
#search button:hover {
  color: #e56664;
}

#search button {
  float: left;
  background: none;
  border: 1px solid #e4e4e6;
  border-left: none;
  margin-left: -1px;
  padding: 0 10px 0 5px;
  font-size: 13px;
  line-height: 33px;
  height: 35px;
  vertical-align: top;
}

#search button i {
  display: block;
  vertical-align: top;
  float: right;
  font-size: 20px;
  line-height: 33px;
  vertical-align: top;
  color: #e56664;
}

#search i.fa-search {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 6px;
  left: 12px;
  font-size: 17px;
  line-height: 20px;
  color: #d6d6d6;
}

#search button:hover i {
  color: #2b2e39;
}

#search input {
  float: left;
  color: #777;
  border: 1px solid #e4e4e6;
  border-right: none;
  line-height: 18px;
  height: 35px;
  padding: 5px 5px 5px 35px;
  width: 173px;
}

/* log-button */
.log-button {
  float: right;
  display: inline-block;
  margin: 8px 0 5px;
}

.log-button a {
  float: right;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #131622;
  margin-left: 21px;
}

.log-button a:hover {
  color: #e56664;
}

.log-button i {
  margin-right: 9px;
  color: #e56664;
  font-size: 15px;
  line-height: 18px;
}

/* cart */
.box-cart {
  position: relative;
  margin-bottom: 14px;
}

.box-cart .btn-danger i {
  font-size: 13px;
}

.box-cart .btn-danger {
  border: 0;
  padding: 0;
  background: none;
  color: #333;
}

.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
  background: none;
  color: #e56664;
}

#cart {
  position: relative;
  text-align: left;
}

#cart > button i {
  display: none;
}

#cart > button {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 15px;
  color: #131622;
  background: none;
  padding-left: 58px;
  text-align: left;
  background: url(../image/bg-cart.png) no-repeat left center;
}

#cart > button strong {
  font-size: 20px;
  line-height: 25px;
  color: #e56664;
  text-transform: uppercase;
  font-weight: normal;
}

#cart .btn {
  margin-bottom: 2px;
}

#cart tr:first-child td {
  border-top: 0;
}

#cart td {
  font-size: 13px;
}

#cart td .name a {
  font-size: 14px;
}

#cart .total td strong {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #777;
}

#cart .total td {
  border: 0;
  padding: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #e56664;
}

#cart .price-cart {
  color: #e56664;
  font-weight: normal;
}

#cart #cart-total2 {
  display: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #fff;
  border: 1px solid #e4e4e6;
  z-index: 1001;
}

#cart .dropdown-menu img {
  max-width: 50px;
}

#cart .dropdown-menu {
  min-width: 300px;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  padding: 0 10px;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

#cart .table.total tr:nth-child(4) td strong,
#cart .table.total tr:nth-child(4) td {
  font-size: 17px;
  font-style: normal;
  color: #e56664;
}

.cart-q {
  max-width: 100px;
  float: none;
  display: inline-block;
  margin-right: 3px;
}

.shoping_cart td {
  vertical-align: middle !important;
}

input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px;
}

/* menu */
#menu-gadget {
  display: none;
}

/* content */
#content {
  min-height: 600px;
}

/* footer */
.common-home footer {
  border-top: 0;
  padding-top: 0;
}

footer {
  font-size: 13px;
  line-height: 16px;
  color: #a3a4a7;
  background: #f3f3f4;
  margin-top: 28px;
  padding-top: 30px;
}

footer .col-sm-2 li {
  padding: 8px 0;
}

footer .col-sm-4 li {
  padding: 2px 0;
}

footer .footer_box {
  font-size: 15px;
  line-height: 18px;
  color: #a3a4a7;
}

footer .foot_phone {
  margin-top: 8px;
}

footer .foot_phone,
footer .fax {
  font-size: 24px;
  line-height: 29px;
  color: #e56664;
}

footer h5 {
  color: #131622;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

footer .contact-block {
  margin-top: 7px;
  display: inline-block;
  width: 100%;
}

footer .social {
  display: inline-block;
}

footer .social li {
  display: inline-block;
  float: left;
  margin-right: 12px;
  padding: 0;
}

footer .social li a {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
}

footer .social li a i {
  color: #8f9096;
  font-size: 25px;
  line-height: 25px;
}

footer .social li a:hover i {
  color: #e56664;
}

.footer_box {
  margin-bottom: 15px;
}

.footer_box a,
.footer_box a:visited {
  color: #a3a4a7;
}

.footer_box a:hover,
.footer_box a:focus,
.footer_box a:active {
  color: #e56664;
}

.copyright br {
  display: none;
}

.copyright a {
  font-size: 13px;
  color: #a3a4a9;
}

.copyright a,
.copyright a:visited {
  color: #a3a4a9;
}

.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #e56664;
}

.copyright {
  margin-top: 54px;
  padding: 16px 0 17px;
  font-size: 13px;
  line-height: 16px;
  color: #a3a4a9;
  background: #e8e8ea;
}

/* alert */
.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 10;
}

.alert-warning {
  background-color: #ec710d;
  border-color: #d45634;
}

#product .alert {
  position: relative;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 25px 0;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
  color: #131622;
  background: #efedee;
}

.breadcrumb a,
.breadcrumb a:visited {
  color: #131622;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #e56664;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.breadcrumb li .lock-buton {
  cursor: default;
  display: block;
  height: 110%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.breadcrumb a:hover,
.breadcrumb li.last a {
  color: #e56664;
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
  overflow: auto;
}

.btn:visited,
.btn {
  border-radius: 0;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2b2e39;
  background: #fff;
  border: 1px solid #e4e4e6;
  position: relative;
  padding: 14px 18px 15px;
  box-shadow: none;
}

.btn-icon {
  padding-left: 15px;
  padding-right: 15px;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  background: #2b2e39;
  border-color: #2b2e39;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn i {
  line-height: 20px;
  font-size: 18px;
  vertical-align: top;
  display: block;
  float: right;
  min-width: 20px;
}

.product-buttons .btn i {
  float: none;
}

.input-group-btn .btn i {
  font-size: 15px;
  line-height: 18px;
}

.input-group-btn .btn {
  padding: 7px 12px;
}

.btn.btn-icon i {
  font-size: 17px;
  line-height: 20px;
}

/*************************/
.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.dropdown-menu {
  border-radius: 0;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

#list-view.active,
#grid-view.active,
#list-view:hover,
#grid-view:hover {
  color: #e56664;
}

#list-view i,
#grid-view i {
  line-height: normal;
}

#list-view,
#grid-view {
  background: none;
  box-shadow: none;
  color: #ccc;
}

.table-responsive .btn i {
  min-width: 15px;
}

.table-responsive button {
  margin-bottom: 2px;
  vertical-align: top;
}

.table-hover > tbody > tr:hover > td {
  background: none;
}

.btn-danger {
  color: #fff;
  text-shadow: none;
  background-color: #e56664;
  border: 1px solid #e56664;
  border-radius: 0;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  border-color: #000;
  background: #333;
  text-shadow: none;
  color: #fff;
  box-shadow: none;
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.owl-carousel .owl-buttons div {
  color: #ccc;
}

.owl-carousel .owl-buttons div:hover {
  opacity: 1;
  color: #e56664;
}

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  margin-bottom: 30px;
  position: relative;
  text-align: left;
}

.product-thumb .image {
  text-align: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.image img {
  background-color: #f7f7f7;
}

.fancybox-inner .image {
  margin-bottom: 15px;
}

.fancybox-inner .image img {
  background-color: #fff;
}

.product-thumb .image a {
  display: block;
}

.product-grid .product-thumb .image {
  float: none;
}

.product-grid .block-icon,
.product-list .block-icon {
  display: inline-block;
}

.product-grid .block-icon,
.product-grid .btn-add,
.product-list .block-icon,
.product-list .btn-add {
  margin-bottom: 3px;
  vertical-align: top;
}

.product-grid .cart-button {
  display: inline-block;
}

.product-thumb h4 {
  font-weight: bold;
}

.product-list .product-thumb .caption {
  margin-left: 270px;
}

.product-list .product-thumb .rating {
  right: auto;
  left: 10px;
}

.product-thumb .rating {
  padding-bottom: 10px;
  position: absolute;
  top: 15px;
  right: 19px;
}

.product-list .description,
.product-grid .description1 {
  display: none;
}

.rating .fa-stack {
  font-size: 8px;
  width: 1.2em;
}

.rating .fa-star {
  color: #dadada;
  font-size: 11px;
}

.fa-star {
  color: #dadada;
}

.rating .fa-star.active {
  color: #e56664;
  font-size: 11px;
}

.fa-star.active {
  color: #e56664;
}

h2.price {
  margin: 0;
}

.product-thumb .description,
.product-thumb .description1 {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}

.price {
  color: #e56664;
  font-size: 24px;
  line-height: 29px;
}

.price-old {
  color: #777;
  font-size: 17px;
  line-height: 20px;
  text-decoration: line-through;
}

.product-thumb .price,
.fancybox-inner .price {
  margin-bottom: 7px;
}

.price-tax {
  font-size: 12px;
}

td .name a {
  font-size: 13px;
}

td .price,
.price b {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 0;
}

.price-total {
  font-weight: bold;
}

.green,
.product-info .product-section span.green {
  color: #67c381;
}

.price s {
  font-size: 14px;
  color: #777;
}

.prod-stock {
  color: #6ba239;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

.flexslider .slides img {
  width: inherit;
}

.flexslider.carousel .slides img {
  width: auto;
}

.slides {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slides li {
  text-align: center;
}

.slides li img {
  text-align: center;
}

.flex-direction-nav a:before {
  line-height: 40px;
}

/*****************************************/
.box .name {
  margin-bottom: 2px;
}

.name a {
  font-size: 15px;
  line-height: 18px;
  color: #2b2e39;
}

.name a:hover {
  color: #e56664;
}

/************** BOX ***********************/
.box {
  margin-bottom: 30px;
}

.box-heading {
  text-align: center;
}

.box-heading h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: #2b2e39;
  margin: 0 0 38px;
  text-transform: uppercase;
}

.box-heading h3:before,
.box-heading h3:after {
  background: #d6d6d6;
  content: "";
  height: 1px;
  right: -109px;
  position: absolute;
  top: 13px;
  width: 94px;
}

.box-heading h3:before {
  left: -109px;
}

.box.info .box-content ul {
  padding: 0;
}

#column-left > .box {
  position: relative;
  overflow: hidden;
}

.box.info .box-content ul li,
.site-map-page ul li,
#content ul.list-unstyled li {
  list-style-type: none;
  padding: 5px 0;
}

.box.info .box-content ul li a,
.site-map-page ul li a,
#content ul.list-unstyled li a {
  font-size: 15px;
  line-height: 18px;
  color: #2b2e39;
}

.site-map-page ul ul li a {
  font-size: 13px;
  line-height: 16px;
}

.box.info .box-content ul li i,
.site-map-page ul li i,
#content ul.list-unstyled li i {
  font-size: 6px;
  line-height: 18px;
  color: #e56664;
  vertical-align: top;
  margin-right: 6px;
}

.box.info .box-content ul li a:visited,
.site-map-page ul li a:visited,
#content ul.list-unstyled li a:visited {
  color: #2b2e39;
}

.box.info .box-content ul li a:hover,
.box.info .box-content ul li a:focus,
.box.info .box-content ul li a:active,
.site-map-page ul li a:hover,
.site-map-page ul li a:focus,
.site-map-page ul li a:active,
#content ul.list-unstyled li a:hover,
#content ul.list-unstyled li a:focus,
#content ul.list-unstyled li a:active {
  color: #e56664;
}

.account-account #content ul.list-unstyled {
  margin-bottom: 30px;
}

.sale,
.new_pr {
  font-size: 15px;
  line-height: 29px;
  height: 29px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 11px;
  color: #fff;
  background: #e56664;
  padding: 0 8px;
  z-index: 10;
}

.new_pr {
  background: #2b2e39;
}

/*********FACEBOOK BOX*****************/
aside .box.twitter,
aside .box.facebook {
  float: none;
  width: 100%;
}

.box.facebook .box-heading h3 {
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.box.facebook {
  max-width: 370px;
  margin-bottom: 0;
}

.content_bottom .box .box-heading h3 i {
  font-size: 26px;
}

.content_bottom .box .box-heading h3 {
  border-bottom: 0;
  padding-bottom: 0;
}

.content_bottom .box.facebook .box-heading h3 {
  font-size: 25px;
}

/***************** BOX TWITTER **********************/
.box.twitter {
  margin-bottom: 45px;
}

/**************** HEADER ****************************/
header {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
body.common-home header {
  margin-bottom: 0;
}

header > div {
  position: relative;
}

#page {
  overflow: hidden;
}

.top-panel {
  display: inline-block;
}

/**************** PARALLAX **************************/
.parallax {
  margin-bottom: 57px;
}

.parallax > div {
  padding: 96px 0 102px;
  position: relative;
  display: table;
}

.parallax .col-sm-12 > div {
  position: relative;
}

.parallax h1 {
  position: relative;
  color: #2b2e39;
  font-size: 203px;
  line-height: 167px;
  letter-spacing: -11px;
  text-indent: -9px;
  margin: 0;
  text-transform: uppercase;
}

.parallax h2 {
  position: relative;
  color: #e56664;
  font-size: 113px;
  line-height: 93px;
  text-indent: -3px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.parallax p {
  position: relative;
  color: #818388;
  font-size: 43px;
  line-height: 50px;
  margin: 0 0 57px;
}

.parallax a {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #e56664;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  padding: 21px 34px 20px;
}

.parallax a:hover {
  background: #2b2e39;
}

/**************** CAMERA **************************/
div.fluid_container {
  padding: 0;
}

div.camera_container {
  padding-bottom: 0;
}

.camera_caption > div > div {
  max-width: 840px;
}

div.camera_caption {
  top: 50%;
  margin-top: -251px;
}

.camera_wrap .camera_caption h1 {
  font-size: 203px;
  line-height: 166px;
  color: #2b2e39;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -7px;
  text-indent: -9px;
  margin: 0;
}

.camera_wrap .camera_caption h2 {
  font-size: 113px;
  line-height: 93px;
  color: #e56664;
  font-weight: normal;
  text-indent: -3px;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}

.camera_wrap .camera_caption h3 {
  font-size: 43px;
  line-height: 54px;
  color: #9b9a9d;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 7px 0;
}

.camera_wrap .camera_caption p {
  font-size: 43px;
  line-height: 54px;
  color: #9b9b9e;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 48px 0;
}

div.camera_wrap .camera_caption a {
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  padding: 20px 35px;
  background: #e56664;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

div.camera_wrap .camera_caption a:hover {
  background: #2b2e39;
}

div.camera_prev {
  left: 3.3%;
}

div.camera_next {
  right: 3.3%;
}

div.camera_prev,
div.camera_next {
  display: inline-block;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

div.camera_prev i,
div.camera_next i {
  font-size: 35px;
  line-height: 56px;
  color: #fff;
  vertical-align: top;
}

div.camera_prev:hover i,
div.camera_next:hover i {
  color: #131622;
}

/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
  padding: 0;
  margin: 0;
  padding: 0 !important;
}

.box-category .menu li {
  position: relative;
  list-style-type: none;
}

.box-category .menu li a {
  display: inline-block;
}

.box-category .menu li > a:hover {
  background-color: #f6f6f6;
}

.box-category .menu > li:first-child > a {
  border-top: 1px solid #dadada;
}

.box-category .menu li > a {
  padding: 5px 20px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #dadada;
  display: block;
}

.box-category .menu li li a {
  padding: 5px 20px;
  display: block;
  color: #777;
}

.box-category .menu li li a > i {
  color: #333;
  margin-right: 10px;
}

.box-category .menu li li li a > i {
  color: #333;
  margin-right: 10px;
  margin-left: 10px;
}

.box-category .menu li a:hover {
  color: #e56664;
}

.box-category .menu li li.last {
  padding-bottom: 0 !important;
}

.box-category .menu li a + i {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  height: 24px;
  width: 24px;
}

.box-category .menu li a + i {
  display: block;
  top: 0;
  color: #c0c0c0;
  font-size: 14px;
  vertical-align: top;
  height: 30px;
  background-color: #f6f6f6;
  line-height: 30px;
  width: 30px;
  text-align: center;
  right: 0;
}

.box-category .menu li a + i.fa-minus:before {
  content: "" !important;
}

.box-category .menu li a + i:hover {
  cursor: pointer;
  color: #e56664;
}

.box-category .menu li a + i.opened {
  background-position: center 7px;
}

/** dropdown **/
.box-category .menu ul {
  width: auto;
  padding: 0px 0px;
  display: none;
}

.box-category .menu li.active > a > span {
  color: inherit;
}

.box-category .menu li li a.active,
.box-category .menu li li a:hover {
  color: #e56664;
}

/**************BANNERS***********************/
.banners {
  display: block;
  overflow: hidden;
  margin: 0 0 20px;
}

.banners .col-sm-4 {
  padding: 0;
}

.banners a {
  display: inline-block;
  max-width: 100%;
}

.banners a:before {
  position: absolute;
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  top: 50%;
  right: 10%;
  margin-top: -51px;
  width: 97px;
  height: 97px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  font-size: 35px;
  line-height: 93px;
  vertical-align: top;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 0;
}

.banners a:hover:before {
  opacity: 1;
}

.banners > div a img {
  display: inline-block;
  vertical-align: top;
}

.banners > div div.banner-box a {
  overflow: hidden;
}

.banners > div div.banner-box {
  position: relative;
}

.banners > div .s-desc {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 7%;
  margin-top: -69px;
  width: 50%;
  font-size: 40px;
  line-height: 47px;
  color: #2b2e39;
  letter-spacing: -1px;
}

.banners > div .s-desc span {
  font-size: 73px;
  line-height: 72px;
  color: #e56664;
  text-transform: uppercase;
}

/**************Box HTML Module***********************/
.map {
  margin-bottom: 66px;
}

.box_html.our-services {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.box_html.our-services .col-sm-6 {
  position: relative;
}

.box_html.our-services .box-heading {
  margin-top: 8px;
}

.box_html.our-services .box-heading h3 {
  margin-bottom: 41px;
}

.box_html.top-info {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #131622;
  text-transform: uppercase;
  text-align: center;
  margin: 36px 0 10px;
}

.box_html.top-info a {
  color: #131622;
}

.box_html.top-info a:hover {
  color: #e56664;
}

.box_html.top-info a span {
  color: #e56664;
}

.box_html.top-info .top-block {
  display: inline-block;
  border-left: 1px solid #e4e4e6;
  float: left;
  padding: 0 19px;
}

.box_html.top-info .top-block:first-child {
  border: none;
}

.box_html.our-services .drop {
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 29px;
  width: 72px;
  height: 72px;
  padding: 21px 0 22px;
  margin: 4px 28px 10px 0;
  text-align: center;
  color: #fff;
  background: #2b2e39;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.box_html.our-services .services-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.box_html.our-services .services-box p {
  overflow: hidden;
  margin-bottom: 0;
  padding-right: 12%;
}

.box_html.our-services .services-box p a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 20px;
  color: #e56664;
  text-transform: uppercase;
}

.box_html.our-services .services-box:hover .drop {
  background: #e56664;
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

.box_html.our-services .services-box a:hover {
  color: #2b2e39;
}

/***************HOME PAGE**********************/
#container {
  padding-top: 20px;
}

div.owl-carousel {
  border: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

#content .box.featured .box-content,
#content .box.specials .box-content {
  margin: 0 -15px;
}

.owl-item > div {
  margin: 0 15px;
}

.header_modules .bx-wrapper .bx-caption {
  background: none;
  bottom: auto;
  top: 5%;
  max-width: 1170px;
  margin: 0 auto;
}

.header_modules .bx-wrapper .bx-caption span {
  padding: 0;
  max-width: 740px;
}

/***************PRODUCT PAGE**********************/
.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  float: left;
  margin-right: 2em;
}

.quickview_description iframe {
  height: auto;
}

.fancybox-overlay-fixed {
  z-index: 100;
}

.fancybox-opened {
  z-index: 101;
}

.product-desc ul {
  list-style: inside;
}

.product-section {
  margin-bottom: 3em;
}

.product-content-columns {
  margin-bottom: 3em;
}

.product-share {
  clear: both;
  padding: 0;
  height: 32px;
  margin-top: 1em;
}

.product-share li {
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}

.product-share li a {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #ccc;
  color: #fff;
}

.product-share li a:hover {
  background: #383838;
}

.product-share li i {
  line-height: 32px;
  font-size: 18px;
}

.product-buttons {
  clear: both;
  overflow: hidden;
  margin: 0 -5px 1em;
  padding: 0;
}

.product-buttons li {
  float: left;
  width: 50%;
  padding: 0 5px;
  list-style: none;
}

.product-buttons li button {
  width: 100%;
}

ul.product-section.list-unstyled li a i {
  display: none;
}

.product-section_title {
  margin-bottom: 1em;
  text-align: center;
}

.review-form-title h3:hover {
  color: #e56664;
}

.review-form-title {
  text-align: center;
}

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 5px;
  display: inline-block;
  text-align: center;
}

#reviews_form_title:before {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #ddd;
  content: '';
  margin-left: -10px;
}

.product-review-form {
  display: none;
}

.bootstrap-datetimepicker-widget .timepicker-picker td span:hover {
  background: none !important;
}

.bootstrap-datetimepicker-widget .timepicker-picker {
  margin-top: 2px;
  margin-bottom: 2px;
}

.product_page #button-cart,
.product_page #button-cart:visited {
  width: 100%;
  color: #fff;
  background: #e56664;
  border-color: #e56664;
}

.product_page #button-cart:hover,
.product_page #button-cart:focus,
.product_page #button-cart:active {
  color: #fff;
  background: #2b2e39;
  border-color: #2b2e39;
}

.bx-wrapper .bx-viewport {
  background-color: transparent;
}

.bx-wrapper .bx-controls-direction a i {
  line-height: 40px;
  vertical-align: top;
}

.related-products .owl-carousel .owl-buttons > div > i:hover,
.box .owl-carousel .owl-buttons > div > i:hover,
.bx-wrapper .bx-controls-direction a:hover {
  color: #191919;
}

.bx-wrapper .bx-controls-direction a {
  background: #fff;
  border: 1px solid #dadada;
  color: #babcbf;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  font-size: 15px;
  vertical-align: top;
  opacity: 1 !important;
}

.related-products .owl-carousel .owl-buttons > div > i,
.box .owl-carousel .owl-buttons > div > i {
  margin: 0;
  background: #fff;
  border: 1px solid #e4e4e6;
  color: #d6d6d6;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 15px;
  line-height: 36px;
  vertical-align: top;
  opacity: 1 !important;
}

.related-products .owl-carousel .owl-buttons > div,
.box .owl-carousel .owl-buttons > div {
  width: 36px;
  height: 36px;
  top: 34% !important;
  margin-top: -2px;
  left: auto !important;
  opacity: 1 !important;
}

.related-products .owl-carousel .owl-buttons .owl-prev {
  left: -15px !important;
}
@media (max-width: 767px) {
  .related-products .owl-carousel .owl-buttons .owl-prev {
    left: 0 !important;
  }
}

.related-products .owl-carousel .owl-buttons .owl-next {
  left: auto;
  right: -15px;
}
@media (max-width: 767px) {
  .related-products .owl-carousel .owl-buttons .owl-next {
    right: 0;
  }
}

#content .box .owl-carousel .owl-buttons .owl-prev {
  left: -45px !important;
}

#content .box .owl-carousel .owl-buttons .owl-next {
  left: auto !important;
  right: -45px !important;
}

aside .box .owl-carousel .owl-buttons .owl-prev {
  left: 0 !important;
}

aside .box .owl-carousel .owl-buttons .owl-next {
  left: auto !important;
  right: 0 !important;
}

#full_gallery {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

#full_gallery .bx-wrapper .bx-prev {
  left: -1px;
}

#full_gallery .bx-wrapper .bx-next {
  right: -1px;
}

#default_gallery {
  margin-bottom: 30px;
}

#default_gallery .bx-controls-direction,
#default_gallery .bx-controls {
  height: 100%;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  right: auto;
  margin: 0;
  left: auto;
  border: 0;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #e56664;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
  right: auto;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i {
  line-height: 34px;
  color: #fff;
  display: block;
}

#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
  border-color: #e56664;
}

#default_gallery .image-thumb img {
  border: 1px solid #dddddd;
}

#default_gallery .image-thumb {
  padding: 0;
  float: left;
  padding-right: 1em;
  width: 16%;
}

.product_page #default_gallery .image {
  float: left;
  width: 84%;
  background: none;
}

.zoomWindow {
  background-color: #f7f7f7;
}

#image-additional {
  margin: 0;
  padding: 0;
}

#image-additional li {
  float: none;
  list-style: none;
}

#default_gallery .bx-wrapper {
  margin: 0 !important;
}

#default_gallery img {
  background-color: #f7f7f7;
  width: 100%;
}

.product-reviews .review-item {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.review-score .fa-stack {
  width: 1.2em;
  height: 1.2em;
}

.product_page h1 {
  margin-bottom: 20px;
  color: #333;
  line-height: normal;
}

.product-info .product-section span {
  color: #888;
}

.product-info .product-section a {
  color: #e56664;
}

.product-info .product-section a:hover {
  color: #2b2e39;
}

.price-section span.price-old {
  text-decoration: line-through;
  margin: 0 10px 0 0;
}

.price-section span.price-new {
  font-size: 31px;
  color: #e56664;
}

.price-section span.reward {
  display: block;
  margin-top: 10px;
}

.price-section span.reward {
  display: block;
}

.price-section {
  line-height: normal;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.reward-block span {
  display: block;
}

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

#product h3 {
  color: #e56664;
}

.ps-carousel-item img {
  background-color: #f7f7f7;
}

.ps-zoom-pan-rotate img {
  background-color: #f7f7f7;
}

#full_gallery {
  display: none;
}

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
  vertical-align: top;
}

#default_gallery .image {
  background-color: #f7f7f7;
  width: 100%;
  overflow: hidden;
  border: none;
  margin-bottom: 1px;
}

#default_gallery .image img {
  width: auto;
  vertical-align: top;
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative !important;
}

.product_page h1.product-title {
  margin-bottom: 0;
}

.general_info {
  margin-bottom: 20px;
}

.fancybox-skin .rating {
  margin: 10px 0;
}

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.box-subcat {
  padding: 0;
  margin: 0;
}

.box-subcat .image a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.box-subcat li {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

box-subcat li .name a:hover {
  color: #ccc;
}

.box-subcat li .image {
  margin-bottom: 10px;
}

.box-subcat li.first-in-line {
  clear: left;
}

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0;
}

.product-filter {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
  margin-bottom: 12px;
}

.product-filter label {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding-top: 7px;
}

#compare-total {
  display: inline-block;
  color: #2b2e39;
  background: #fff;
  font-size: 17px;
  line-height: 20px;
  padding: 15px;
  border: 1px solid #e4e4e6;
  text-transform: uppercase;
}

#compare-total:visited {
  color: #2b2e39;
  background: #fff;
  border: 1px solid #e4e4e6;
}

#compare-total:hover,
#compare-total:focus,
#compare-total:active {
  color: #fff;
  background: #2b2e39;
  border-color: #2b2e39;
}

.product-compare .table-bordered > tbody > tr > td {
  white-space: normal;
}

.nav-cat {
  margin-bottom: 20px;
}

.nav-cat .nam-page {
  margin: 5px 0 15px 10px;
}

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
  color: #e56664;
}

.button-view button {
  border: 0;
  background: none;
  font-size: 27px;
  padding: 0;
  margin: 0 5px;
}

.button-view button i {
  vertical-align: top;
  border: 0;
  background: none;
  font-size: 27px;
}

.product-list .image {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

/*======== RELATED PRODUCTS =============*/
.related-products .owl-carousel {
  padding-left: 30px;
  padding-right: 30px;
}

.related-products div .product-thumb {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
  max-width: 248px;
}

.related-products .btn.btn-add span {
  display: none;
}

.image-thumb {
  padding: 0 40px;
}

.image-thumb .bx-wrapper .bx-prev {
  left: -34px;
}

.image-thumb .bx-wrapper .bx-next {
  right: -34px;
}

.related-products .bx-wrapper .bx-prev {
  left: -50px;
}

.related-products .bx-wrapper .bx-next {
  right: -50px;
}

.bx-wrapper .bx-controls-direction a i {
  font-size: 15px;
}

.related-products .btn-icon {
  float: left;
  margin-right: 3px;
}

/*======== PRODUCT TABS =============*/
.tabs {
  margin-top: 10px;
}

.tabs .tab-heading i {
  font-size: 26px;
  color: #7e7e7e;
  float: right;
  margin-top: 5px;
}

.tabs .tab-heading {
  padding: 13px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-bottom: 4px solid #000;
  background-color: #f9f9f9;
}

.tabs .tab-content {
  padding: 20px 0;
}

#review td {
  font-size: 13px;
}

.rating a {
  cursor: pointer;
}

.rating a:hover,
.rating a:focus,
.rating a:active {
  color: #2b2e39;
}

/*======================= BACK TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 60px;
  z-index: 99;
  left: 50%;
  margin-left: 640px;
}

#back-top {
  width: 40px;
  height: 30px;
  display: inline-block;
  margin-bottom: 0;
}

#back-top .fa {
  font-size: 40px;
  line-height: 30px;
}

#back-top a {
  display: inline-block;
  color: #ccc;
  color: rgba(204, 204, 204, 0.9);
}

#back-top a:hover {
  color: #e56664;
}

/*======== BLOCK COMPARE =============*/
.compare-block {
  margin-bottom: 20px;
}

.compare-block .image {
  margin-right: 10px;
}

.compare-block .remove a {
  font-size: 19px;
  line-height: normla;
}

.compare-info {
  width: 100%;
}

.block-compare {
  position: relative;
  overflow: hidden;
}

/******** TOP BUTTON ************/
.top-button {
  display: inline-block;
  float: right;
  margin-left: 21px;
}

/********BOX CURRENCY************/
.box-currency {
  float: right;
  margin-left: -1px;
}

.box-currency .btn-group {
  vertical-align: top;
}

.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover,
.box-language .dropdown-toggle:active,
.box-currency .dropdown-toggle:active,
.box-language .dropdown-toggle:focus,
.box-currency .dropdown-toggle:focus {
  color: #e56664;
}

.box-language .dropdown-menu {
  text-align: left;
}

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  padding: 7px 10px 8px;
  color: #131622;
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #e4e4e6;
  background: #fff;
}

.box-currency .dropdown-toggle {
  padding-left: 9px;
  padding-right: 10px;
}

.box-language .dropdown-toggle:visited,
.box-currency .dropdown-toggle:visited {
  color: #131622;
}

.box-language i,
.box-currency i {
  font-size: 11px;
  line-height: 19px;
  display: inline-block;
  height: 19px;
  margin-left: 2px;
  vertical-align: top;
}

.box-currency i {
  margin-left: -2px;
}

.box-currency .dropdown-menu button:hover,
.box-language .dropdown-menu li a:hover {
  color: #fff;
  background-color: #e56664;
}

.box-currency .dropdown-menu button,
.box-language .dropdown-menu li a {
  border: 0;
  margin: 0;
  color: #818388;
  font-size: 13px;
  line-height: 16px;
  padding: 3px 10px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: none;
}

.box-currency .dropdown-menu,
.box-language .dropdown-menu {
  border: 1px solid #e4e4e6;
}

/************** QUICKVIEW **************************/
.quick_info {
  display: none;
}

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible;
}

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px;
}

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #e3e3e3;
  padding: 10px;
}

a.quickview i {
  vertical-align: top;
  line-height: 30px;
}

a.quickview:hover {
  background-color: #e56664;
  color: #fff;
}

a.quickview {
  display: inline-block;
  visibility: hidden;
  z-index: 5;
  width: 107px;
  vertical-align: top;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -53px;
  text-align: center;
  line-height: 28px;
  padding: 5px 5px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  color: #333;
  opacity: 0;
}

.product-thumb:hover a.quickview {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0;
}

.recent-posts {
  text-align: center;
}

/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden;
}

.information-information #content {
  padding: 20px 0 30px;
}
.information-information #content h1 {
  text-align: center;
  font-size: 34px;
  line-height: 36px;
}
.information-information #content h4, .information-information #content h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #e56664;
}
.information-information #content h4 a:hover, .information-information #content h5 a:hover {
  color: #2b2e39;
}
.information-information #content h3 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 0;
}
.information-information #content h3:after {
  content: '';
  height: 1px;
  display: block;
  background: #d6d6d6;
  margin: 20px 0 40px;
}
.information-information #content h3.clear {
  margin-bottom: 30px;
}
.information-information #content h3.clear:after {
  display: none;
}
.information-information #content h5 {
  color: #e56664;
}
.information-information #content h1, .information-information #content h2, .information-information #content h3, .information-information #content h4, .information-information #content h5 {
  font-weight: 500;
}
.information-information #content * + h3 {
  margin-top: 60px;
}
.information-information #content p + h4 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .information-information #content [class*="col-sm"] + [class*="col-sm"] {
    margin-top: 30px;
  }
}

/* ===================   Count box   =================== */
.count-box {
  margin-top: 40px;
}
.count-box strong {
  display: block;
  color: #e56664;
  font-weight: 500;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 15px;
}

/* ===================   Icon box   =================== */
.icon-box i {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #e56664;
  font-size: 66px;
  color: #e56664;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ===================   Testimonials   =================== */
.testimonials blockquote {
  border: none;
  padding: 0;
}
.testimonials blockquote:before {
  content: '\e09d';
  display: inline-block;
  color: #e56664;
  font-size: 84px;
  line-height: 100px;
  font-family: "material-design";
  margin-bottom: 20px;
}

/* ===================   Thumbnail   =================== */
.thumbnail {
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto 25px;
  border-radius: 0;
  overflow: hidden;
}
.thumbnail img {
  -moz-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  -webkit-transition: 0.3s transform ease;
  transition: 0.3s transform ease;
}
.thumbnail a {
  display: block;
  max-width: 100%;
}
.thumbnail a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .thumbnail a {
    display: inline-block;
  }
}

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0;
}
.table-bordered .img-thumbnail {
  background-color: transparent;
}

.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;
  }
}
/* ===================   Delivery Page   =================== */
.delivery_page {
  text-align: center;
}
.delivery_page h4 {
  color: #e56664;
}
.delivery_page .table {
  border-top: 2px solid #e56664;
  text-align: left;
}
.delivery_page .table tbody td:first-child {
  color: #e56664;
}
.delivery_page .table tbody td:last-child {
  color: #2b2e39;
  font-weight: 700;
}
.delivery_page .table tbody td {
  min-width: 150px;
}

/* ===================   Terms and Conditions Page   =================== */
.terms_conditions_page h4 {
  position: relative;
  padding-left: 60px;
}
.terms_conditions_page h4:before {
  content: '\e174';
  position: absolute;
  left: 0;
  bottom: -7px;
  color: #e56664;
  font-size: 40px;
  line-height: 40px;
  font-family: "material-design";
}
.terms_conditions_page p + h4 {
  margin-top: 40px;
}

/* ===================   Privacy Policy  =================== */
.privacy_page ol {
  list-style-type: none;
  counter-reset: list;
  padding-left: 0;
}
.privacy_page ol li {
  counter-increment: list;
}
.privacy_page ol li h4:before {
  content: counter(list,decimal);
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e56664;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.privacy_page ol li + li {
  margin-top: 40px;
}

/* ===================   Site Map Page  =================== */
.site-map-page h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #e56664;
}
.site-map-page ul + h5 {
  margin-top: 40px;
}
.site-map-page #content ul {
  list-style-type: none;
  padding-left: 0;
}
.site-map-page #content ul li {
  position: relative;
  line-height: 21px;
}
.site-map-page #content ul li + li {
  margin-top: 19px;
}
.site-map-page #content ul li a:hover {
  color: #e56664;
}
.site-map-page #content ul.category-list {
  position: relative;
}
.site-map-page #content ul.category-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10.5px;
  bottom: 10.5px;
  width: 1px;
  background: #e56664;
}
.site-map-page #content ul.category-list .ul-with-ul:before, .site-map-page #content ul.category-list .ul-with-ul:after {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.site-map-page #content ul.category-list .ul-with-ul:before {
  top: 10.5px;
}
.site-map-page #content ul.category-list .ul-with-ul:after {
  top: 4.5px;
}
.site-map-page #content ul.category-list ul {
  position: relative;
  margin-top: 19px;
}
.site-map-page #content ul.category-list ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10.5px;
  bottom: 10.5px;
  width: 1px;
  background: #d6d6d6;
}
.site-map-page #content ul.category-list li {
  position: relative;
  padding-left: 60px;
}
.site-map-page #content ul.category-list li:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1px;
  width: 35px;
  background: #d6d6d6;
}
.site-map-page #content ul.category-list > li:after {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 35px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.site-map-page #content ul.category-list > li:before, .site-map-page #content ul.category-list > li:after {
  background: #e56664;
}
@media (max-width: 767px) {
  .site-map-page .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .site-map-page .col-xs-6 {
    width: 100%;
    float: none;
  }
  .site-map-page .col-xs-6 + .col-xs-6 {
    margin-top: 30px;
  }
}

/********/
.manufacturer-list {
  border: 1px solid #e6e6e6;
  margin-bottom: -1px;
}

.manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px;
}

.manufacturer-heading span {
  background: #e56664;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.manufacturer-content {
  padding: 20px;
}

.product-manufacturer #content a,
.product-manufacturer #content a:visited {
  font-size: 15px;
  line-height: 18px;
  color: #2b2e39;
}

.product-manufacturer #content a:hover,
.product-manufacturer #content a:focus,
.product-manufacturer #content a:active {
  color: #e56664;
}

/********** ACCOUNT ******************/
.well {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
}

.well .heading {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.well p {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.well .heading i {
  color: #e56664;
  float: left;
  font-size: 56px;
  margin-right: 14px;
}

.well .heading h2 {
  font-size: 23px;
  font-weight: bold;
  color: #e56664;
  margin: 0 0 5px;
}

.well .heading strong {
  font-weight: normal;
  font-style: italic;
}

/********** Swipe menu ******************/
.toprow-1 {
  background-color: #131622;
  border-bottom: 1px solid #363943;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
}

.swipe-control:hover i,
.swipe-control:focus i,
.swipe-control:active i,
.swipe-control:visited i {
  color: #fff;
}

.swipe-control i {
  color: #fff;
  line-height: 50px;
  font-size: 30px;
  vertical-align: top;
}

.swipe-control {
  border-right: 1px solid #363943;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100;
}

.swipe ul {
  padding: 0;
  margin: 0;
}

.swipe ul li {
  list-style-type: none;
}

.swipe ul li a:hover {
  background-color: #353843;
}

.swipe ul li a {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #000;
  line-height: 25px;
}

.swipe .foot li a:before {
  content: "\f05a";
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  display: inline;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  margin-top: 0;
  text-decoration: inherit;
  vertical-align: baseline;
  width: auto;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-right: 9px;
}

.swipe .foot li + li a:before {
  content: "";
}

.swipe .foot li + li + li a:before {
  content: "";
}

.swipe .foot li + li + li + li a:before {
  content: "";
}

.swipe .foot.foot-1 li a:before {
  content: "";
}

.swipe .foot.foot-1 li + li a:before {
  content: "";
}

.swipe .foot.foot-1 li + li + li a:before {
  content: "";
}

.swipe .foot.foot-2 li a:before {
  content: "";
}

.swipe .foot.foot-2 li + li a:before {
  content: "";
}

.swipe .foot.foot-2 li + li + li a:before {
  content: "";
}

.swipe .foot.foot-2 li + li + li + li a:before {
  content: "";
}

.swipe .foot.foot-3 li a:before {
  content: "";
}

.swipe .foot.foot-3 li + li a:before {
  content: "";
}

.swipe ul li a i {
  font-size: 21px;
  color: #fff;
  line-height: 25px;
  vertical-align: top;
  margin-right: 5px;
}

.swipe {
  background-color: #2b2e39;
  color: #fff;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  height: 100%;
  left: -237px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swipe .swipe-menu {
  height: 100%;
  overflow: auto;
}

.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;
}

.zoomWindow {
  z-index: 5 !important;
}

/* 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%;
  }
}
/*======================= bootstrap reset =======================*/
/* bootstrap reset */
.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  width: 100%;
  z-index: 91;
}

.alert button.close {
  vertical-align: top;
  margin-top: -3px;
}

.alert {
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 13px;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.alert i {
  font-size: 21px;
}

.alert a:hover {
  text-decoration: none;
}

.alert a {
  color: #fff;
  text-decoration: underline;
}

.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;
}

.modal-header .close:hover {
  color: #e56664;
}

.modal-header .close {
  color: #ccc;
}

.close {
  color: #fff;
  opacity: 1;
}

.pagination {
  border-radius: 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: #131622;
  border-color: #131622;
}

.pagination > li > a, .pagination > li > span {
  color: #777;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #e56664;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: none;
  outline: none;
}

.table-bordered {
  border-radius: 0;
}

.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;
}

.table .btn {
  margin: 3px 2px;
}

.table td.price {
  font-size: 15px;
}

.table .price-old {
  font-size: 13px;
  line-height: 16px;
}

.product-compare .table .btn:visited,
.product-compare .table .btn {
  padding-left: 12px;
  padding-right: 12px;
}

.block-compare .table th, .block-compare .table td {
  padding: 7px;
}

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;
}

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 {
  border-radius: 0;
  box-shadow: none;
}

.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 {
  border-radius: 0;
}

.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 {
  border-radius: 0;
}

.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 {
  border-color: #d7d7d7;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  color: #323232;
}

label {
  font-weight: bold;
}

textarea {
  resize: none;
}

label {
  cursor: default;
}

.close:hover,
.close:focus {
  opacity: 1;
}

.panel-group .panel, .panel {
  border-radius: 0;
}

.panel {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.panel-title > a,
.panel-title > a:visited {
  color: #2b2e39;
}

.panel-title > a:hover,
.panel-title > a:focus,
.panel-title > a:active {
  color: #e56664;
}

.panel-heading {
  padding: 15px;
}

.information-contact .panel .btn-info {
  margin-bottom: 15px;
}

a.addthis_button_tweet {
  width: 85px !important;
}

html[lang="de"] a.addthis_button_tweet {
  width: 97px !important;
}

html[lang="ru"] a.addthis_button_tweet {
  width: 101px !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;
}

/*required messages on the product page fix*/
.form-group.required {
  position: relative;
}

.has-error {
  position: static;
}

.text-danger {
  color: red;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 13px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .text-danger {
    left: auto;
    top: -6px;
    right: 15px;
  }
}

/*end of required messages*/
.product_page #default_gallery .image {
  padding-right: 1px;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  max-width: 96px;
}
