@charset "UTF-8";
/*--------------------------------------------------------------
                    Variables
--------------------------------------------------------------*/
/*Backgrounds*/
/*Fonts*/
/*Colors*/
/*Backgrounds*/
/*========================================================
                   Bootstrap Reset
=========================================================*/
@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,600&subset=Latin,cyrillic);
/*========================================================
                      Content styles
=========================================================*/
/* 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 #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: #7ecefd;
  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: #7ecefd;
  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: #7ecefd;
  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: #7ecefd;
}
.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: #7ecefd;
}
.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: #7ecefd;
  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: #7ecefd;
  -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: #7ecefd;
}
aside .blog-categories ul > li > a {
  background: #f5f5f5;
  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: #ededed;
}
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: 24px;
  top: 0;
  color: #333;
  font-family: "FontAwesome";
  background: none;
}
aside #blog-search a:before {
  content: '\f002';
}
aside #blog-search a:hover {
  color: #7ecefd;
}

.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;
  }
}
/*========================================================
                        Camera
=========================================================*/
/*--------------------------------------------------------------
                    Variables
--------------------------------------------------------------*/
/*Backgrounds*/
/*Fonts*/
/*Colors*/
/*Backgrounds*/
.camera_container {
  position: relative;
  padding-bottom: 36.09756%;
}

@media (max-width: 831.08108px) {
  .camera_container {
    padding-bottom: 300px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.camera_wrap img {
  max-width: none !important;
}

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}

.camera_src {
  display: none;
}

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cameraContent {
  display: none;
}

.camera_target {
  overflow: hidden;
  text-align: left;
  z-index: 0;
}

.camera_overlayer {
  overflow: hidden;
  z-index: 0;
}

.camera_target_content {
  overflow: hidden;
  z-index: 2;
}

.camera_loader {
  background: #fff url("data:image/gif;base64,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") no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}

.camerarelative {
  overflow: hidden;
  position: relative;
}

.imgFake {
  cursor: pointer;
}

.camera_command_wrap .hideNav {
  display: none;
}

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}

.showIt {
  display: none;
}

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}

.camera_caption {
  display: none;
  padding-top: 138px;
}
.camera_caption [class*="offset-"] {
  padding-left: 110px;
}
.camera_caption h1 {
  font-size: 80px;
  font-weight: 600;
  margin-left: -4px;
  text-transform: uppercase;
  color: #fff;
}
.camera_caption h2 {
  margin-top: -42px;
  font-size: 25px;
  line-height: 33px;
  color: #7ecefd;
  text-transform: uppercase;
}
.camera_caption p {
  font-size: 12px;
  line-height: 22px;
  color: #3b404d;
  max-width: 300px;
  text-transform: uppercase;
}
.camera_caption p + a {
  margin-top: 20px;
}
.camera_caption a {
  display: inline-block;
  padding: 8px 15px 9px;
  color: #383b44 !important;
  font-family: Arial;
  font-weight: 600;
  background: #7ecefd;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
.camera_caption a:hover {
  background: #fff;
  color: #383b44;
}

.cameraContent .camera_caption {
  display: block;
}

.cameraSlide, .cameraContent, .camera_target, .camera_overlayer, .camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*================   Custom Layout&Styles   =====================*/
.camera_prev, .camera_next {
  cursor: pointer;
  position: absolute;
  top: 49%;
  margin-top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 5;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.camera_prev span, .camera_next span {
  font-size: 20px;
  display: inline-block;
}
.camera_prev:hover, .camera_next:hover {
  opacity: .5;
}

.camera_prev {
  left: 0;
}

.camera_next {
  right: 0;
}

/* ===================   Social list   =================== */
.social-list i {
  margin-right: 5px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  display: none;
}
.social-list i[class*="youtube"] {
  color: #fe3432;
}
.social-list i[class*="facebook"] {
  color: #3c5b9b;
}
.social-list i[class*="google"] {
  color: #f63d27;
}
.social-list i[class*="twitter"] {
  color: #2daae1;
}
.social-list i[class*="pinterest"] {
  color: #bd2126;
}
.social-list i[class*="instagram"] {
  color: #125688;
}
.social-list i[class*="vimeo"] {
  color: #17b3e8;
}
.social-list i:hover {
  color: #7ecefd;
}

/* 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 {
  padding: 0;
  margin: 0;
}

.megamenu {
  position: relative;
  border: 1px solid #202228;
}

.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

/*================ Menu  ===============*/
.sf-menu > li {
  position: relative;
  border: 1px solid #202228;
  margin: -1px 0 -1px -1px;
  height: 57px;
  width: 12.5%;
  text-align: center;
  display: table;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li > a.active {
  color: #7ecefd;
}
.sf-menu > li.sf-with-mega {
  position: static;
}
.sf-menu > li + li {
  margin-left: -1px;
}
.sf-menu > li > a {
  display: block;
  padding: 0 10px;
  line-height: 17px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/*================ 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: #f5f5f5;
  color: #333;
  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: #7ecefd;
  background: #ededed;
}

/*================ Sub-menu lvl2 ===============*/
.sf-menu .simple_menu .simple_menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.sf-menu .simple_menu .simple_menu:before {
  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;
  margin-top: 1px;
  right: 0;
  z-index: 109;
  padding: 28px;
  text-align: left;
  background-color: #7ecefd;
  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;
}
.sf-menu .sf-mega > li .submenu_title {
  margin-bottom: 10px;
  border-bottom: 1px solid #202228;
}
.sf-menu .sf-mega > li .submenu_title > a {
  text-transform: uppercase;
}
.sf-menu .sf-mega > li a {
  color: #333745;
  text-transform: none;
}
.sf-menu .sf-mega > li a:hover {
  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 {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 46%;
  bottom: 2px;
  content: '\f107';
  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: '\f107';
  font: 400 14px/14px 'FontAwesome';
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .sf-mega_section {
    width: 100% !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: 1000;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    /* Custom styles*/
    background: #111215;
    padding: 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: #2B3643;
  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;
  text-transform: uppercase;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #7ecefd;
  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: #2B3643;
  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: 25px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 25px;
  font-size: 13px;
  text-transform: none;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2B3643;
  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: 999;
}

.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;
  }

  .submenu_title {
    box-shadow: 0 15px 100px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 100px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }

  .cart {
    right: 40px;
    height: 56px;
    z-index: 1000;
  }
  .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: #7ecefd;
  }
}
@media (max-width: 400px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }

  .cart > button, header .nav > .toggle {
    font-size: 22px;
  }
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 12px/22px "Open Sans", sans-serif;
  color: #bcbcbc;
  background: #e5e5e5;
}

button {
  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;
  font-size: 13px;
  color: #333745;
}
button::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:focus {
  outline: none;
}

.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;
}
.btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
.btn:focus {
  outline: none;
}

label {
  font-size: 13px;
  color: #333745;
  font-weight: bold;
  cursor: default;
  font-size: 12px;
  font-weight: normal;
}

input {
  font-size: 13px;
  color: #333745;
}

select {
  font-size: 13px;
  color: #333745;
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

textarea {
  font-size: 13px;
  color: #333745;
  resize: none;
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

blockquote {
  font-size: inherit;
  line-height: inherit;
}

input[type="text"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="password"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="datetime"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="datetime-local"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="date"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="month"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="time"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="week"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="number"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="email"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="url"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="search"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="tel"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

input[type="color"] {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

.uneditable-input {
  font-size: 13px;
  border-radius: 0;
  box-shadow: none;
}

select.form-control {
  font-size: 12px;
}

textarea.form-control {
  font-size: 12px;
}

input[type="text"].form-control {
  font-size: 12px;
}

input[type="password"].form-control {
  font-size: 12px;
}

input[type="datetime"].form-control {
  font-size: 12px;
}

input[type="datetime-local"].form-control {
  font-size: 12px;
}

input[type="date"].form-control {
  font-size: 12px;
}

input[type="month"].form-control {
  font-size: 12px;
}

input[type="time"].form-control {
  font-size: 12px;
}

input[type="week"].form-control {
  font-size: 12px;
}

input[type="number"].form-control {
  font-size: 12px;
}

input[type="email"].form-control {
  font-size: 12px;
}

input[type="url"].form-control {
  font-size: 12px;
}

input[type="search"].form-control {
  font-size: 12px;
}

input[type="tel"].form-control {
  font-size: 12px;
}

input[type="color"].form-control {
  font-size: 12px;
}

.input-group input {
  font-size: 12px;
}
.input-group select {
  font-size: 12px;
}
.input-group .dropdown-menu {
  font-size: 12px;
}
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  height: 30px;
}

.input-group-addon {
  font-size: 12px;
}

input[type="checkbox"] {
  outline: none;
}
input[type="checkbox"]:focus {
  outline: none;
}

input[type="radio"] {
  outline: none;
}
input[type="radio"]:focus {
  outline: none;
}

.bootstrap-datetimepicker-widget td.day:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget td.hour:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget td.minute:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget td.second:hover {
  background-color: transparent;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background-color: transparent;
}

.container > .alert {
  position: fixed;
  z-index: 1000;
}

.breadcrumb + .alert {
  position: fixed;
  z-index: 1000;
}

.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 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 {
  opacity: 1;
  color: #fff;
}
.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 {
  border-radius: 0;
}
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li:first-child > a {
  border-radius: 0;
}
.pagination > li:first-child > span {
  border-radius: 0;
}
.pagination > li > a {
  color: #333745;
}
.pagination > li > a:hover {
  background: #333745;
  border-color: #333745;
  color: #fff;
}
.pagination > li > a:focus {
  background: #333745;
  border-color: #333745;
  color: #fff;
}
.pagination > li > span {
  color: #333745;
}
.pagination > li > span:hover {
  background: #333745;
  border-color: #333745;
  color: #fff;
}
.pagination > li > span:focus {
  background: #333745;
  border-color: #333745;
  color: #fff;
}
.pagination > .active > a {
  background-color: #7ecefd;
  border-color: #7ecefd;
  color: #fff;
}
.pagination > .active > a:hover {
  background-color: #7ecefd;
  border-color: #7ecefd;
  color: #fff;
}
.pagination > .active > a:focus {
  background-color: #7ecefd;
  border-color: #7ecefd;
  color: #fff;
}
.pagination > .active > span {
  background-color: #7ecefd;
  border-color: #7ecefd;
  color: #fff;
}
.pagination > .active > span:hover {
  background-color: #7ecefd;
  border-color: #7ecefd;
  color: #fff;
}
.pagination > .active > span:focus {
  background-color: #7ecefd;
  border-color: #7ecefd;
  color: #fff;
}

.nav .open > a {
  background: none;
  text-decoration: none;
}
.nav .open > a:hover {
  background: none;
  text-decoration: none;
}
.nav .open > a:focus {
  background: none;
  text-decoration: none;
}
.nav > ul {
  padding: 0;
  margin: 0;
}
.nav > ul li {
  padding: 0;
}
.nav > ul li ul li a {
  border: none;
}
.nav > ul li.open a {
  border-color: #202228;
}
.nav > ul > li + li {
  margin-left: -4px;
}
.nav a {
  font-size: 12px;
  line-height: 14px;
  color: #373b44;
  padding: 12px 23px 13px 23px;
  border: 1px solid #202228;
  border-top: none;
  display: inline-block;
  text-transform: uppercase;
}
.nav a i {
  display: none;
}
.nav a:hover {
  color: #7ecefd;
}
.nav a .active {
  color: #7ecefd;
}
.nav i {
  font-size: 20px;
  margin-right: 20px;
}

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232;
  font-size: 13px;
  background-color: #F9F9F9;
}
.table th {
  padding: 20px;
  border-color: #D7D7D7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table > tbody + tbody {
  border-top: none;
}

.block-compare .table th {
  padding: 7px;
}
.block-compare .table td {
  padding: 7px;
}

.panel-group .panel {
  border-radius: 0;
}

.panel {
  border-radius: 0;
}

.table-bordered {
  border-radius: 0;
  border-color: #dfdfdf;
}
.table-bordered thead:first-child tr:first-child > th:last-child {
  border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child {
  border-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child {
  border-radius: 0;
}
.table-bordered tbody:first-child tr:first-child > td:last-child {
  border-radius: 0;
}
.table-bordered tbody:first-child tr:first-child > td:first-child {
  border-radius: 0;
}
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-radius: 0;
}
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-radius: 0;
}
.table-bordered tbody:last-child tr:last-child > td:first-child {
  border-radius: 0;
}
.table-bordered tbody:last-child tr:last-child > th:first-child {
  border-radius: 0;
}
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  border-radius: 0;
}
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0;
}
.table-bordered > thead > tr > th {
  border-color: #dfdfdf;
}
.table-bordered > thead > tr > td {
  border-color: #dfdfdf;
}
.table-bordered > tbody > tr > th {
  border-color: #dfdfdf;
}
.table-bordered > tbody > tr > td {
  border-color: #dfdfdf;
}
.table-bordered > tfoot > tr > th {
  border-color: #dfdfdf;
}
.table-bordered > tfoot > tr > td {
  border-color: #dfdfdf;
}

.table-responsive > .table > thead > tr > th {
  white-space: normal;
}
.table-responsive > .table > thead > tr > td {
  white-space: normal;
}
.table-responsive > .table > tbody > tr > th {
  white-space: normal;
}
.table-responsive > .table > tbody > tr > td {
  white-space: normal;
}
.table-responsive > .table > tfoot > tr > th {
  white-space: normal;
}
.table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}

.panel-heading {
  padding: 20px;
}

.addthis_button_tweet {
  width: 100px;
}

.fancybox-close {
  opacity: 0.8;
}
.fancybox-close:hover {
  opacity: 1;
}

.fancybox-prev span {
  opacity: 0.8;
}
.fancybox-prev span:hover {
  opacity: 1;
}

.fancybox-next span {
  opacity: 0.8;
}
.fancybox-next span:hover {
  opacity: 1;
}

/*required messages on the product page fix*/
.form-group.required {
  position: relative;
}

.has-error {
  position: static;
}

#product .text-danger {
  position: absolute;
  top: 0;
  left: 13px;
  line-height: 32px;
}
@media (max-width: 767px) {
  #product .text-danger {
    left: auto;
    right: 15px;
  }
}

.text-danger {
  position: relative;
  left: 0;
  color: red;
  font-weight: 400;
  font-size: 12px;
}

.form-horizontal .control-label {
  padding-top: 5px;
}

/*end of required messages*/
.buttons input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.tooltip {
  z-index: 10000;
}

h1 {
  color: #333745;
  margin: 10px 0 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

h2 {
  color: #333745;
  margin: 10px 0 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

h3 {
  color: #333745;
  margin: 10px 0 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

h4 {
  color: #333745;
  margin: 10px 0 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

h5 {
  color: #333745;
  margin: 10px 0 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

h6 {
  color: #333745;
  margin: 10px 0 20px;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

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 {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #7ecefd;
}

p a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

td .price {
  font-size: 18px;
  padding-bottom: 0;
}

.price b {
  font-size: 18px;
  padding-bottom: 0;
}

.fa {
  line-height: inherit;
}

.header {
  background: #111215;
  margin-bottom: 30px;
}
body.common-home .header {
  margin-bottom: 0;
}
.header .header-block1 {
  padding-top: 38px;
  padding-bottom: 40px;
}
.header .box-language {
  display: inline-block;
  margin-left: -4px;
}
.header .box-currency {
  display: inline-block;
}
.header .box-cart {
  float: right;
}
.header .logo {
  float: left;
}
.header .nav {
  float: left;
}
.header .settings-block {
  float: right;
}
.header .right-part {
  float: right;
}
.header .right-part address {
  float: left;
  margin-left: 25px;
  position: relative;
  padding-top: 10px;
  margin-right: 3px;
  font-size: 25px;
  line-height: 26px;
  color: #363b4b;
}
.header .right-part address a:hover {
  color: #7ecefd;
}
.header .right-part address a:before {
  position: absolute;
  font-family: 'fontAwesome';
  font-size: 30px;
  line-height: 30px;
  left: -27px;
  color: #7ecefd;
}
.header .right-part .search {
  float: left;
  margin-left: 25px;
}
.header .right-part .box-cart {
  float: left;
  margin-left: 25px;
}
.header .dropdown-menu {
  background: #7ecefd;
}
.header .dropdown-menu > li > button:hover {
  background: #7ecefd;
  color: #fff;
}
.header .dropdown-menu > li > a:hover {
  background: #7ecefd;
  color: #fff;
}

.box-language .open .dropdown-toggle {
  color: #7ecefd;
  box-shadow: none;
}
.box-language .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
  padding: 9px 12px 9px 27px;
  border: 1px solid #202228;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box-language .dropdown-toggle:hover {
  color: #7ecefd;
  box-shadow: none;
}
.box-language .dropdown-toggle:after {
  display: inline-block;
  content: '\f0dd';
  margin-left: 20px;
  margin-top: -3px;
  font-size: 13px;
  font-weight: 400;
  font-family: "FontAwesome";
  color: #363b4b;
}
.box-language .dropdown-menu a {
  text-align: left;
  display: block;
  padding: 5px 5px 5px 10px;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #333745;
}
.box-language .dropdown-menu button {
  text-align: left;
  display: block;
  padding: 5px 5px 5px 10px;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #333745;
}

.box-currency .open .dropdown-toggle {
  color: #7ecefd;
  box-shadow: none;
}
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
  padding: 9px 12px 9px 27px;
  border: 1px solid #202228;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.box-currency .dropdown-toggle:hover {
  color: #7ecefd;
  box-shadow: none;
}
.box-currency .dropdown-toggle:after {
  display: inline-block;
  content: '\f0dd';
  margin-left: 20px;
  margin-top: -3px;
  font-size: 13px;
  font-weight: 400;
  font-family: "FontAwesome";
  color: #363b4b;
}
.box-currency .dropdown-menu a {
  text-align: left;
  display: block;
  padding: 5px 5px 5px 10px;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #333745;
}
.box-currency .dropdown-menu button {
  text-align: left;
  display: block;
  padding: 5px 5px 5px 10px;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
  color: #333745;
}

@media (min-width: 768px) and (max-width: 991px) {
  label {
    font-size: 10px;
  }

  input {
    font-size: 10px;
  }

  button {
    font-size: 10px;
  }

  select {
    font-size: 10px;
  }

  textarea {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .nav a {
    padding-right: 5px;
  }
}
/*========================================================
               Responsive Header styles
=========================================================*/
@media (max-width: 1199px) {
  .header .logo {
    float: none;
    display: inline-block;
  }

  .header .right-part {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .header .right-part .search {
    margin-left: 6px;
  }

  .header .right-part .search input {
    width: 180px;
  }

  .header .right-part address {
    margin-right: 6px;
  }

  .header .right-part .box-cart {
    margin-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav a span {
    display: none;
  }

  .nav a i {
    display: block;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 40px;
  }

  .header .header-block1 {
    text-align: center;
  }

  .header .box-currency {
    margin-right: 0;
    padding: 0;
  }

  .header .logo {
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .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;
  }
}
@media (max-width: 660px) {
  .header .right-part {
    float: none;
    text-align: center;
  }
  .header .right-part .search {
    top: 14px;
  }

  .header .right-part address, .header .right-part .search {
    float: none;
    display: inline-block;
  }

  .header .right-part .search input {
    width: 235px;
  }
}
@media (max-width: 491px) {
  .header .right-part {
    text-align: center;
  }

  .header .right-part address, .header .right-part .search {
    float: none;
    display: inline-block;
  }
}
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden;
}

aside .box .box-content .product-layout {
  padding-left: 15px;
  padding-right: 15px;
}

/*==================  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: #7ecefd;
  -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: #7ecefd;
}

.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: #7ecefd;
}

@media (max-width: 991px) {
  #content .table-responsive {
    overflow-x: scroll;
  }
}
#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;
  border: 1px solid #202228;
}

.search input {
  color: #7ecefd;
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  width: 235px;
  height: 44px;
  padding: 12px 55px 12px 20px;
  padding-top: 10px;
  border: 0;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search input::-webkit-input-placeholder {
  color: #7ecefd;
  opacity: 0;
}

.search input:-moz-placeholder {
  color: #7ecefd;
  opacity: 0;
}

.search input::-moz-placeholder {
  color: #7ecefd;
  opacity: 0;
}

.search input:-ms-input-placeholder {
  color: #7ecefd;
  opacity: 0;
}

.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: -1px;
  right: 0px;
  width: 46px;
  height: 46px;
  background: linear-gradient(to bottom, #495066 0%, #303543 100%);
  color: #fff;
  font: 400 17px/17px "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";
  font-size: 27px;
}

.search button:hover, .search button:focus:hover, .search button:active:hover {
  color: #7ecefd;
}

#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #7ecefd;
  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: #7ecefd;
}

#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: #333745;
}

#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: 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: #7ecefd;
  background: none;
}

.box-cart a:hover img {
  opacity: .5;
}

.box-cart .btn {
  margin-bottom: 7px;
}

/*================  Cart  ===============*/
.cart {
  position: relative;
  width: 298px;
  height: 46px;
  border: 1px solid #202228;
}

.cart:before, .cart:after {
  display: table;
  content: "";
  line-height: 0;
}

.cart:after {
  clear: both;
}

.cart .cart-total {
  float: right;
  margin-left: 4px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 14px;
  color: #363b4b;
  text-transform: uppercase;
}

.cart .cart-total:after {
  content: '\f0dd';
  font-family: 'fontAwesome';
  font-size: 11px;
  margin-left: 3px;
}

.cart .dropdown-toggle strong {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.cart strong {
  color: #fff;
}

.cart > button {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cart > button:hover i:before, .cart.open > button i:before {
  color: #fff;
}

.cart i {
  display: inline-block;
  float: left;
  width: 45px;
  height: 45px;
  border-right: 1px solid #202228;
  padding-top: 12px;
}

.cart i:before {
  font-size: 27px;
  color: #7ecefd;
}

.cart .btn-danger.btn-xs i {
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
}

.cart .btn-danger.btn-xs i:before {
  font-size: 15px;
  color: #fff;
}

.cart .btn-danger.btn-xs:hover i:before {
  color: #202228;
}

.cart .btn.btn-primary {
  background: #fff;
  border: 1px solid #dfdfdf;
  color: #202228;
}

.cart .btn.btn-primary:hover {
  background: #fff;
  color: #7ecefd;
}

/*================  Cart DropDown ===============*/
.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px;
  padding: 0 10px;
  padding-top: 10px;
  color: #fff;
}

.cart .dropdown-menu img {
  max-width: 50px;
}

.cart .dropdown-menu table {
  margin-bottom: 10px;
}

.cart .dropdown-menu table .name a:hover {
  color: #202228;
}

.cart ul > li:first-child tr {
  border-bottom: 1px solid #dfdfdf;
}

.cart td {
  font-size: 13px;
}

.cart td strong {
  font-size: 12px;
}

.cart .total td {
  border: none;
  padding: 2px;
  color: #333745;
}

.cart .price-cart {
  color: #333745;
}

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
  font-size: 20px;
}

@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    margin: 0;
    border: 0;
    width: auto;
  }
  .cart i {
    border: 0;
    padding: 0;
  }
  .cart > .dropdown-menu {
    margin-top: 10px;
  }
  .cart > button {
    float: left;
    padding: 21px 0 0;
    line-height: 15px;
  }
  .cart > button strong {
    margin-top: 0 !important;
  }
  .cart > button .cart-total {
    line-height: auto;
    margin-left: 5px;
    color: #fff;
    margin-top: 0;
  }

  .cart .dropdown-menu {
    max-height: 300px;
    overflow: auto;
  }
}
@media (max-width: 400px) {
  .cart {
    width: 45px;
    border-right: none;
    margin-right: 6px;
  }

  .cart .dropdown-toggle strong {
    display: none;
  }

  .cart .dropdown-toggle span {
    display: none;
  }
}
/*========================================================
                      Product
=========================================================*/
.product-layout {
  margin-bottom: 30px;
}

.product-thumb {
  padding-top: 30px;
  border: 1px solid #dfdfdf;
  margin-bottom: 1px;
}

.product-thumb .caption + .cart-button {
  margin-top: 14px;
}

.product-thumb:hover img {
  opacity: .3;
}

/* ===================   Product Image   =================== */
.product-thumb .image {
  position: relative;
}

.product-thumb .image > a {
  display: block;
}

.product-thumb .image > a img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 0 auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product-thumb .image {
    pointer-events: none;
  }
}
/* ===================   Product Caption   =================== */
.product-thumb {
  background: linear-gradient(to bottom, #f7f7f7 0%, #fff 100%);
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-thumb .caption {
  padding: 12px 20px;
}

.product-thumb .name {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  color: #7ecefd;
}

.product-thumb .name a:hover {
  color: #333745;
}

.product-thumb .description {
  display: block;
}

.product-thumb:hover .quickview {
  opacity: 1;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.product-thumb .cart-button {
  background: linear-gradient(to bottom, #f6f6f6 0%, #fff 100%);
  border-top: 1px solid #dfdfdf;
  padding: 21px 20px 16px 22px;
}
.product-list .product-thumb .cart-button {
  background: none;
}

.product-thumb .cart-button:before, .product-thumb .cart-button:after {
  display: table;
  content: "";
  line-height: 0;
}

.product-thumb .cart-button:after {
  clear: both;
}

.product-thumb .cart-button .product-btn-add {
  float: right;
}

@media (min-width: 767px) and (max-width: 991px) {
  .product-thumb .cart-button {
    padding-right: 5px;
  }
}
/* ==================    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%;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) and (max-width: 991px) {
  .product-grid .secondary-btns {
    text-align: center;
    margin-left: -10px;
    margin-top: 20px;
  }

  .product-grid .secondary-btns .rating, .product-grid .secondary-btns .product-btn {
    float: none;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }
}
/* ==================   SALE, NEW Message   =================== */
.sale, .new_pr {
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7ecefd;
  color: #fff;
  line-height: 22px;
  padding: 0 8px;
  z-index: 9;
}

/* ===================   Product Price    =================== */
.price-new, .price-old, .price {
  display: inline-block;
  font-size: 19px;
  line-height: 24px;
  color: #363b4b;
  float: left;
}

.product-info .price-new, .product-info .price-old, .product-info .price {
  float: none;
}

.price {
  max-width: 100px;
}

.price-old {
  display: block;
  font-weight: 300;
  text-decoration: line-through;
  vertical-align: top;
}

.price-section .price-new, .price-section .price-old {
  font-size: 30px;
  color: #7ecefd;
  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: none;
}

/* ===================   Product Rating   =================== */
.rating .fa-stack i {
  font-size: 11px;
}

.fa-stack {
  font-size: 11px;
  line-height: 20px;
  width: 0.9em;
}

.fa-stack i {
  color: #7ecefd;
}

.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 #dfdfdf;
  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 {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #7ecefd;
  text-align: center;
}

.quickview-style .cart-button .btn:hover {
  color: #525661;
}

.quickview-style .rating {
  margin-top: 5px;
}

.quickview-style .price {
  margin-right: 15px;
}

/*========================================================
               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;
  }
}
@media (max-width: 767px) {
  .product-thumb .quickview {
    display: none;
  }

  #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 15px 30px;
  text-align: center;
}

.box .box-heading h3 {
  margin: 0 auto;
  padding: 17px 49px 20px 29px;
  background: linear-gradient(to bottom, #4e525d 0%, #4f535e 100%);
  font: 600 15px/15px "Open Sans", sans-serif;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.bestsellers.box .box-heading {
  margin: 0 0 30px;
}

.box .box-content .last {
  clear: none;
}

aside .box .product-layout {
  width: 100%;
  margin-top: 30px;
}

aside .box .product-layout:first-child {
  margin-top: 0;
}

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .box.info .box-content ul a {
    padding: 13px 5px;
  }
}
@media (max-width: 991px) {
  aside .box .box-heading h3 {
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    cursor: pointer;
  }

  aside .box .box-heading:after {
    content: '\f055';
    position: absolute;
    right: 5px;
    top: 17px;
    font-size: 21px;
    font-family: "FontAwesome";
    color: #fff;
  }

  aside .box .box-heading.active:after {
    content: '\f056';
  }

  .featured.box .box-heading:after {
    display: none;
  }
}
/*========================================================
                        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: #333745;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  outline: none;
}

.btn:hover,
.btn:focus {
  background: #7ecefd;
  color: #fff;
}

/*================   Product Buttons BEGIN   ===============*/
.product-btn {
  background-color: #333745;
  background: #fff;
  border: 1px solid #dfdfdf;
}

.product-btn i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 34px;
  height: 34px;
  color: #7ecefd;
  padding-top: 8px;
}

.product-btn:hover i {
  color: #525661;
}

.secondary-btns {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.secondary-btns:before, .secondary-btns:after {
  display: table;
  content: "";
  line-height: 0;
}

.secondary-btns:after {
  clear: both;
}

.secondary-btns .rating {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.secondary-btns .product-btn {
  margin-left: 5px;
  float: right;
}

.product-btn-add {
  background-color: #fff;
  color: #202228;
  border: 1px solid #dfdfdf;
  margin-top: -8px;
}

.product-btn-add:before, .product-btn-add:after {
  display: table;
  content: "";
  line-height: 0;
}

.product-btn-add:after {
  clear: both;
}

.product-btn-add:hover i {
  color: #525661;
}

.product-btn-add i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  width: 34px;
  height: 34px;
  border-right: 1px solid #dfdfdf;
  font-size: 20px;
  color: #7ecefd;
  padding-top: 8px;
}

@media (max-width: 1199px) {
  .product-btn-add i {
    border-right: none;
  }
}
.product-btn-add span {
  float: right;
  padding: 5px 11px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
  color: #202228;
}

/* ================   QuickView  =============== */
.product-thumb .quickview {
  position: absolute;
  opacity: 0;
  padding: 6px 6px;
  max-width: 85px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  background: #7ecefd;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  left: 50%;
  margin-left: -41px;
  top: 22%;
  text-align: center;
  z-index: 2;
}

.product-thumb .quickview:hover {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@media (max-width: 1199px) {
  .product-thumb .quickview {
    top: 18%;
  }
}
@media (max-width: 991px) {
  .product-thumb .quickview {
    top: 14%;
  }
}
@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 {
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
  width: 100%;
  color: #202228;
  text-transform: uppercase;
}

.product-buttons li button i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7ecefd;
}

.product-buttons li button i:before {
  font-size: 17px;
}

.product-buttons li button:hover {
  background: #f9f9f9;
  color: #202228;
}

.product-buttons li button:hover i {
  color: #525661;
}

.product_page #button-cart {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
  width: 100%;
  color: #202228;
  text-transform: uppercase;
}

.product_page #button-cart i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7ecefd;
}

.product_page #button-cart i:before {
  font-size: 22px;
}

.product_page #button-cart:hover {
  background: #f9f9f9;
  color: #202228;
}

.product_page #button-cart:hover i {
  color: #525661;
}

.timepicker .btn {
  margin-top: 5px;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.timepicker .btn span {
  background: #fff;
  color: #7ecefd;
}

.timepicker .btn:hover {
  background: #fff;
}

.timepicker .btn:hover span {
  background: #fff;
  color: #525661;
}

.timepicker .timepicker-hour {
  margin-top: 5px;
}

.datepicker .day.active:hover {
  background: #7ecefd;
}

.btn-primary, .btn-primary + .btn-danger {
  margin-top: 5px;
}

/*========================================================
                 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;
  }
}
@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: "Open Sans", sans-serif;
  line-height: 30px;
  padding: 10px 17px;
  background: #7ecefd;
}

.menu-icon.active:after {
  content: "\f106";
}

.menu-icon:after {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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:after {
  color: #202228;
}

.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: 8px;
  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: #7ecefd;
}

.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
  background: none;
  color: #7ecefd;
}

.menu-gadget .menu a {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  border-top: 1px solid #202228;
  color: #fff;
  font-size: 14px;
  background: none;
  text-transform: uppercase;
}

.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 {
  margin-top: 27px;
  padding-bottom: 3px;
  position: relative;
}

.banners > div .banner-box > a {
  display: block;
}

.banners > div .banner-box h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banners > div .banner-box h2 {
  font-size: 25px;
  line-height: 25px;
  color: #7ecefd;
  text-transform: uppercase;
  margin-top: -6px;
}

.banners > div .banner-box span {
  position: absolute;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 28px;
  right: -82px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 34px 28px;
  border-color: transparent transparent transparent #fff;
}

.banners > div .s-desc {
  position: absolute;
  top: 42px;
  left: 36px;
}

.banners > div .banner-box a:hover .s-desc span {
  border-color: transparent transparent transparent #7ecefd;
}

/*========================================================
                   Responsive Banners
=========================================================*/
@media (max-width: 1199px) {
  .banners > div .banner-box span {
    right: -40px;
  }

  .banners > div .s-desc {
    top: 5px;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .banners > div .banner-box h1 {
    font-size: 30px;
  }

  .banners > div .banner-box h2 {
    font-size: 18px;
  }

  .banners > div .banner-box span {
    top: 20px;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #fff;
  }

  .banners > div .s-desc {
    top: 5px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .banners > div {
    text-align: center;
  }

  .banners > div .banner-box {
    display: inline-block;
    text-align: left;
  }

  .banners > div .banner-box h1 {
    font-size: 50px;
  }

  .banners > div .banner-box h2 {
    font-size: 25px;
  }

  .banners > div .banner-box span {
    top: 28px;
    right: -82px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 0 34px 28px;
    border-color: transparent transparent transparent #fff;
  }

  .banners > div .s-desc {
    top: 42px;
    left: 36px;
  }
}
@media (max-width: 400px) {
  .banners > div .banner-box {
    width: 290px;
  }

  .banners > div .banner-box h1 {
    font-size: 40px;
  }

  .banners > div .banner-box h2 {
    font-size: 25px;
  }

  .banners > div .banner-box span {
    top: 20px;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 20px;
    border-color: transparent transparent transparent #fff;
  }

  .banners > div .s-desc {
    top: 10px;
    left: 15px;
  }
}
/*========================================================
                      HTML boxes
=========================================================*/
/*========================================================
               Responsive HTML boxes
=========================================================*/
/* ===================   Breadcrumb   =================== */
.breadcrumb {
  margin: 0 0 30px;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  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 #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb + .row {
  padding-bottom: 20px;
}

@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: #333745;
  font-size: 27px;
  line-height: 30px;
}

#list-view.active,
#grid-view.active {
  color: #7ecefd;
}

/* ===================   Product Page   =================== */
.product-section, .product-content-columns {
  margin-bottom: 3em;
}

select.form-control {
  z-index: 9;
}

.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 #dfdfdf;
  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: #dfdfdf;
  content: '';
  margin-left: -10px;
}

.review-form-title h3:hover {
  color: #7ecefd;
}

.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: #7ecefd;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
}

.product-gallery .image-thumb li a {
  border: 1px solid #dfdfdf;
  display: block;
}

.product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {
  border-color: #7ecefd;
}

.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: #333745;
}

.reward-block span {
  display: block;
}

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

#product h3 {
  color: #7ecefd;
}

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

#full_gallery {
  display: none;
}

#full_gallery .bx-viewport {
  padding-right: 2px;
}

#full_gallery #gallery li {
  border: 1px solid #dfdfdf;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), (max-width: 767px) {
  #full_gallery {
    display: block;
  }

  .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 #dfdfdf;
    color: #333745;
    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: #7ecefd;
    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 #dfdfdf;
  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: #7ecefd;
}

.box-subcat li.first-in-line {
  clear: left;
}

.product-layout.product-grid:nth-child(4n+5) {
  clear: both;
}

@media (max-width: 767px) {
  .box-subcat li {
    text-align: left;
    float: left;
    width: 50%;
  }

  .box-subcat li .image {
    display: inline-block;
    float: none;
    margin-right: 15px;
    width: auto;
  }

  .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;
  }
}
/* ===================   Product Filter  =================== */
.product-filter {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  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 td + td {
    min-width: 270px;
  }

  .table.table-bordered {
    margin-bottom: 10px;
  }
}
/* ===================   About Page   =================== */
.extra-wrap {
  overflow: hidden;
}

.information-information #content h4, .information-information #content h5 {
  margin: 0 0 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #7ecefd;
}
.information-information #content h4 a:hover, .information-information #content h5 a:hover {
  color: #333;
}
.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: #dfdfdf;
  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: #7ecefd;
}
.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: #7ecefd;
  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 #7ecefd;
  font-size: 66px;
  color: #7ecefd;
  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 {
  text-align: center;
  padding-bottom: 15px;
  border: 1px solid #dfdfdf;
}
.testimonials blockquote:before {
  content: '\e09d';
  display: inline-block;
  color: #7ecefd;
  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;
}
.human_info p {
  margin: 0;
  text-indent: 2em;
}

.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: left;
}
.delivery_page h4 {
  color: #7ecefd;
}
.delivery_page .table {
  border-top: 2px solid #7ecefd;
  text-align: left;
}
.delivery_page .table tbody td:first-child {
  color: #7ecefd;
}
.delivery_page .table tbody td:last-child {
  color: #333;
  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: #7ecefd;
  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: #7ecefd;
  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: #7ecefd;
}
.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: 22px;
}
.site-map-page #content ul li + li {
  margin-top: 18px;
}
.site-map-page #content ul li a:hover {
  color: #7ecefd;
}
.site-map-page #content ul.category-list {
  position: relative;
}
.site-map-page #content ul.category-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 11px;
  width: 1px;
  background: #7ecefd;
}
.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: 11px;
}
.site-map-page #content ul.category-list .ul-with-ul:after {
  top: 5px;
}
.site-map-page #content ul.category-list ul {
  position: relative;
  margin-top: 18px;
}
.site-map-page #content ul.category-list ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  bottom: 11px;
  width: 1px;
  background: #dfdfdf;
}
.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: #dfdfdf;
}
.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: #7ecefd;
}
@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;
  }
}

/* ===================   Number   =================== */
.dropcap {
  background: none repeat scroll 0 0 #a8d7f3;
  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;
}

/* ===================   Manufacturer List  =================== */
.manufacturer-list {
  border: 1px solid #dfdfdf;
  margin-bottom: -1px;
}

.manufacturer-list .manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}

.manufacturer-list .manufacturer-heading span {
  background: none repeat scroll 0 0 #7ecefd;
  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 #dfdfdf;
  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: #7ecefd;
  float: left;
  font-size: 56px;
  margin-right: 14px;
  line-height: 60px;
}

.well .heading h2 {
  font-size: 23px;
  color: #333745;
  margin: 0 0 5px;
}

.well .heading strong {
  font-weight: normal;
  font-style: italic;
}

.well p {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  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: #7ecefd;
  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: #111215;
  padding-top: 46px;
}

footer h5 {
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 16px;
  color: #fff;
  font-family: "Arial", sans-serif;
  margin-bottom: -5px;
}

footer h5 + ul {
  margin-top: 15px;
}

footer h5 + ul li {
  font-size: 12px;
  line-height: 22px;
  color: #363b4b;
}

footer ul li + li {
  margin-top: 0px;
}

footer address {
  margin-top: 14px;
  position: relative;
  padding-left: 45px;
  color: #363b4b;
  font-size: 12px;
  line-height: 22px;
}

footer address:before {
  position: absolute;
  font-family: 'fontAwesome';
  font-size: 40px;
  line-height: 32px;
  color: #7ecefd;
  left: 2px;
  top: 8px;
}

footer address a {
  display: block;
}

.copyright br {
  display: none;
}

.copyright {
  margin-top: 65px;
  font-size: 11px;
  line-height: 20px;
  color: #363b4b;
  text-align: left;
}

.copyright > .container {
  border-top: 1px solid rgba(54, 59, 75, 0.3);
  padding-top: 18px;
  padding-bottom: 50px;
}

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  footer h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  footer > .container {
    display: none;
  }

  footer {
    text-align: center;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #7ecefd;
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20;
}

.toTop:hover {
  background: #000;
  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 #dfdfdf;
  }

  .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;
  }
}
