/*!
Theme Name:   	Megashop
Theme URI:    	http://wp.joommasters.com/megashop
Author:         Joommasters
Author URI:     http://joommasters.com/
Description:  	Megashop is the perfect theme for your next WooCommerce project. Designed and developed by Joommasters, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customise and extend. Looking for a WooCommerce theme? Look no further!
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	megashop
Tags: left-sidebar, right-sidebar, one-column, custom-colors, rtl-language-support
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
    5.1 - Links
    5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
    10.1 - Posts and pages
    10.2 - Asides
    10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
    12.1 - Captions
    12.2 - Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 10px 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #222222;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.3;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding: 0 0 0 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

table, th, td {
  border: 1px solid #ebebeb;
}

thead th {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 0.5em;
}

th {
  font-weight: 500;
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #ebebeb;
}

td {
  padding: 0.4em;
}

/*--------------------------------------------------------------
4.0 - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-align: center;
  border: 1px solid transparent;
  background: #00B0FF;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

.btn, .btn-default {
  border: 1px solid transparent;
  border-radius: 0;
  background: #00B0FF;
  color: #fff;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.btn:hover, .btn-default:hover {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

.btn:after, .btn-default:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn:hover:after, .btn:focus:after, .btn:active:after, .btn-default:hover:after, .btn-default:focus:after, .btn-default:active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.form-control {
  height: 35px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
}

.form-control:hover, .form-control:focus {
  border-color: #00B0FF;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 35px;
  font-size: 12px;
  padding: 0 10px;
  border-color: #ddd;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #00B0FF;
  box-shadow: none;
}

select {
  border: 1px solid #ebebeb;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4f4f4f;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

a:hover, a:focus {
  color: #00B0FF;
  text-decoration: none;
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.jms-megamenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.jms-megamenu ul {
  list-style: none;
}

.jms-megamenu img {
  max-width: 100%;
}

.jms-megamenu > li {
  position: relative;
}

.jms-megamenu > li > a {
  display: inline-block;
}

.jms-megamenu > li > a .menu-icon {
  margin-right: 10px;
}

.jms-megamenu > li > a .dropdown-toggle {
  margin-left: 7px;
}

.jms-megamenu > li > a .dropdown-toggle .fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
}

.jms-megamenu a:hover,
.jms-megamenu a:focus {
  color: #00B0FF;
}

.jms-megamenu .dropdown-menu {
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 1px 2px #b1b1b1;
  border: none;
  margin: 0;
  min-width: 175px;
  text-align: left;
  display: block;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  top: calc(100% + 30px);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jms-megamenu .dropdown-menu .mm-has-children {
  float: right;
  line-height: 20px;
}

.jms-megamenu .open > .dropdown-menu,
.jms-megamenu > li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.jms-megamenu > li > ul.sub-menu {
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  min-width: 175px;
  text-align: left;
  display: block;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  top: calc(100% + 30px);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jms-megamenu > li > ul.sub-menu li {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.jms-megamenu > li > ul.sub-menu li:last-child {
  border-bottom: none;
}

.jms-megamenu > li > ul.sub-menu li > a {
  display: block;
  padding: 10px 20px;
}

.jms-megamenu > li > ul.sub-menu li .dropdown-toggle {
  float: right;
}

.jms-megamenu > li > ul.sub-menu ul.sub-menu {
  border: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
  min-width: 170px;
  background: #fff;
  position: absolute;
  box-shadow: none;
  left: calc(100% + 30px);
  top: 0;
  padding: 0;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jms-megamenu > li:hover > ul.sub-menu {
  top: 100%;
}

.jms-megamenu > li ul.sub-menu > li:hover > ul.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.jms-megamenu .open > .dropdown-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.jms-megamenu .mega-full {
  position: static;
}

.jms-megamenu .dropdown-menu.fullwidth {
  width: 100%;
}

.jms-megamenu .mega-nav,
.jms-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0px;
  position: relative;
  left: 0px;
}

.jms-megamenu .mega-nav > li,
.jms-megamenu .dropdown-menu .mega-nav > li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 20px;
}

.jms-megamenu .mega-nav:last-child > li,
.jms-megamenu .dropdown-menu .mega-nav:last-child > li {
  border-bottom: none;
}

.jms-megamenu .mega-nav li > a,
.jms-megamenu .mega-nav li > span {
  font-weight: 400;
}

.jms-megamenu .mega-nav li:last-child {
  margin-bottom: 0px;
}

.jms-megamenu .mega-nav > div,
.jms-megamenu .dropdown-menu .mega-nav > li {
  list-style: outside none none;
  margin-left: 0;
}

.jms-megamenu .caret {
  margin-left: 5px;
}

.jms-megamenu .mega-nav li.selected > a {
  color: #333;
}

.jms-megamenu .mega-nav li.selected,
.mega-dropdown-menu.selected,
.mega-col-nav.selected > .mega-inner {
  border: 1px solid #07b !important;
}

.mega-nav .mega > a::after {
  border-color: transparent transparent transparent #555;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -15px;
  margin-top: 12px;
  width: 0;
}

.jms-megamenu .mega-nav li.column-heading > a {
  text-transform: uppercase;
  font-size: 16px;
  color: #191919;
}

.jms-megamenu .mega-nav > li > ul > li > a.column-heading,
.jms-megamenu .mega-nav > li > a.column-heading {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  font-size: 15px !important;
  font-weight: 500;
}

.mega-nav > .mega > .dropdown-menu {
  top: 0px;
  left: 100%;
  margin: 0px;
}

.jms-megamenu .dropdown-menu .dropdown-menu {
  margin-left: 0px;
}

.mega-nav > .mega {
  position: relative;
}

.jms-megamenu .menu-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}

.jms-megamenu .menu-align-left > .dropdown-menu {
  left: 0;
}

.jms-megamenu .menu-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}

.jms-megamenu .menu-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.jms-megamenu .mega-nav > .mega.menu-align-left > .dropdown-menu {
  left: 100%;
}

.jms-megamenu .mega-nav > .mega.menu-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}

.jms-megamenu .menu-align-justify {
  position: static;
}

.jms-megamenu .menu-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}

.jms-megamenu > li li li > ul {
  position: absolute;
  top: 0px;
  left: 100%;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  min-width: 210px;
  padding: 30px 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.jms-megamenu > li li li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.jms-megamenu > li > .sub-menu,
.jms-megamenu > li > li > .sub-menu {
  position: absolute;
  top: 100%;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  min-width: 210px;
  opacity: 0;
  padding: 30px 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
}

.jms-megamenu li:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.jms-megamenu li:hover > li > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.jms-megamenu li .menu-align-justify:hover > .sub-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}

.jms-megamenu li .menu-align-left:hover > .sub-menu {
  left: 100%;
}

.jms-megamenu li .menu-align-right:hover > .sub-menu {
  left: auto;
  right: 100%;
}

.jms-megamenu li .menu-align-center:hover > .sub-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.jms-megamenu > li.menu-align-justify:hover > .sub-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}

.jms-megamenu > li.menu-align-left:hover > .sub-menu {
  left: 0px;
}

.jms-megamenu > li.menu-align-right:hover > .sub-menu {
  left: auto;
  right: 0px;
}

.jms-megamenu > li.menu-align-center:hover > .sub-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

@media (max-width: 991px) {
  .vertical-wrap .megamenu-inner {
    display: none;
  }
}

/**
 *
 * Vertical Menu
 *
 */
.vertical-wrap .megamenu-inner {
  display: none;
}

.jms-megamenu.vertical-menu {
  padding-left: 0;
  margin-bottom: 0;
}

.jms-megamenu.vertical-menu > li {
  border-bottom: 1px solid #f2f1f1;
}

.jms-megamenu.vertical-menu > li:last-child {
  border-bottom: none;
}

.jms-megamenu.vertical-menu > li > a {
  font-size: 12px;
  font-weight: 400;
  padding: 11.5px 20px;
  text-transform: capitalize;
  display: block;
}

.jms-megamenu.vertical-menu > li > a .menu-icon {
  min-width: 15px;
  text-align: center;
  font-size: 13px;
}

.jms-megamenu.vertical-menu > li > a .fa {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.jms-megamenu.vertical-menu > li > a .dropdown-toggle {
  position: absolute;
  top: 12px;
  right: 20px;
}

.jms-megamenu.vertical-menu .dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.jms-megamenu.vertical-menu .dropdown-menu .mega-nav > li > a {
  font-size: 14px;
}

.jms-megamenu.vertical-menu .dropdown-menu .mega-nav > li ul.sub-menu a {
  font-size: 12px;
}

.jms-megamenu.vertical-menu > li > ul.sub-menu {
  top: 0;
  left: calc(100% + 30px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.jms-megamenu.vertical-menu > li:hover > .sub-menu,
.jms-megamenu.vertical-menu > li.menu-align-left:hover > .sub-menu {
  left: 100%;
}

.jms-megamenu.vertical-menu > li > ul.sub-menu li a {
  font-size: 12px;
}

.jms-megamenu.vertical-menu .menu-align-left > .dropdown-menu {
  left: calc(100% + 30px);
  top: 0;
}

.jms-megamenu.vertical-menu .menu-align-left:hover > .dropdown-menu {
  left: 100%;
}

/**
 *
 * Custom CSS
 *
 */
.menu-button {
  display: none;
}

.vertical-wrap .icon-menu {
  background: url("assets/images/icon/menu.png") no-repeat center center;
  height: 12px;
  width: 18px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.jms-megamenu .dropdown-menu {
  padding: 20px 15px 15px;
}

.jms-megamenu .dropdown-menu .mega-nav {
  padding: 0 15px;
}

.jms-megamenu .dropdown-menu .mega-nav > li {
  padding: 0;
  border-bottom: none;
}

.jms-megamenu .dropdown-menu .mega-nav > li > a {
  font-weight: 500;
  line-height: 40px;
  font-size: 15px;
}

.jms-megamenu .dropdown-menu .mega-nav > li .mm-has-children {
  display: none;
}

.jms-megamenu .dropdown-menu .mega-nav > li ul.sub-menu {
  padding-left: 0;
}

.jms-megamenu .dropdown-menu .mega-nav > li ul.sub-menu > li {
  border-bottom: 1px solid #ebebeb;
}

.jms-megamenu .dropdown-menu .mega-nav > li ul.sub-menu > li:last-child {
  border-bottom: none;
}

.jms-megamenu .dropdown-menu .mega-nav > li ul.sub-menu > li > a {
  line-height: 40px;
}

.jms-megamenu .dropdown-menu .content-element.html {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .menu-button {
    display: inline-block;
    width: 43px;
    height: 43px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    cursor: pointer;
  }
  .menu-button .fa {
    line-height: 43px;
    color: #fff;
  }
  .vertical-menu .sub-megamenu .dropdown-menu {
    padding: 0;
  }
  .jms-megamenu > li > ul.sub-menu li > a {
    padding: 0;
  }
}

.jms-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9995;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.show-menu .jms-mobile-overlay {
  visibility: visible;
  opacity: 1;
}

.show-menu .jms-mobile-menu {
  margin-left: 0;
}

.jms-mobile-menu {
  width: 80%;
  margin-left: -80%;
  position: fixed;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  z-index: 9997;
  -webkit-transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.jms-mobile-menu #off-canvas-title {
  background: #00B0FF;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 0 20px;
  position: relative;
}

.jms-mobile-menu #off-canvas-title .close-button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  line-height: 45px;
}

.jms-mobile-menu ul.horizonal-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.jms-mobile-menu ul.horizonal-menu > li:last-child {
  border-bottom: none;
}

.jms-mobile-menu ul.horizonal-menu > li > a {
  color: #333;
  line-height: 45px;
  display: block;
  text-transform: uppercase;
  padding: 0 20px;
}

.jms-mobile-menu ul.horizonal-menu > li > a:hover {
  color: #00B0FF;
}

.jms-mobile-menu ul.horizonal-menu > li > a > .dropdown-toggle {
  width: 20px;
  height: 20px;
  float: right;
  background: #DADADA;
  margin-top: 12px;
}

.jms-mobile-menu ul.horizonal-menu > li > a > .dropdown-toggle .fa {
  color: #fff;
  line-height: 20px;
  display: inherit;
  text-align: center;
}

.jms-mobile-menu ul.horizonal-menu > li.mega-toggle > a .dropdown-toggle .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jms-mobile-menu .jms-megamenu > li > ul.sub-menu {
  background: rgba(188, 188, 188, 0.1) !important;
  padding: 0px 15px !important;
  opacity: 1;
  visibility: visible;
  width: 100% !important;
  position: relative;
  top: 100%;
  transition: all 300ms;
  display: none;
  box-shadow: none !important;
  -webkit-transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.jms-mobile-menu .jms-megamenu > li > ul.sub-menu > li:hover > ul.sub-menu {
  left: auto;
}

.jms-mobile-menu .jms-megamenu > li > ul.sub-menu ul.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  left: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.jms-mobile-menu .jms-megamenu > li > ul.sub-menu li a {
  font-size: 12px;
}

.jms-mobile-menu .dropdown-menu {
  display: none;
  background: rgba(188, 188, 188, 0.1) !important;
  padding: 0px !important;
  opacity: 1;
  visibility: visible;
  width: 100% !important;
  position: relative;
  top: 100%;
  transition: all 300ms;
  box-shadow: none !important;
  -webkit-transition: all 400ms linear 0s;
  -moz-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.jms-mobile-menu .dropdown-menu .mega-nav {
  padding: 0 !important;
  border-bottom: 1px solid #eee;
}

.jms-mobile-menu .dropdown-menu ul li {
  padding: 0 20px !important;
}

.jms-mobile-menu .dropdown-menu ul li a {
  line-height: 40px !important;
  font-size: 12px !important;
  display: block !important;
  font-weight: 400 !important;
}

.jms-mobile-menu .dropdown-menu ul li a.column-heading {
  font-size: 12px !important;
}

.jms-mobile-menu .content-element.html {
  display: none;
}

@media (max-width: 991px) {
  header .horizonal-menu {
    display: none;
  }
  .vertical-menu > li > a > .dropdown-toggle {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 9px;
  }
  .vertical-menu > li > a > .dropdown-toggle .fa {
    color: #333;
    line-height: 20px;
    display: inherit;
    text-align: center;
  }
  .vertical-menu .dropdown-menu {
    padding: 0;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    left: auto !important;
    top: auto !important;
    position: inherit;
    box-shadow: none !important;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
  }
  .vertical-menu .dropdown-menu li a {
    padding-left: 20px;
    font-size: 12px !important;
  }
  .jms-megamenu.vertical-menu .dropdown-menu .mega-nav > li > a {
    border-bottom: 1px solid #ebebeb;
    display: block;
  }
  .jms-megamenu.vertical-menu .dropdown-menu .mega-nav > li ul.sub-menu > li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  .jms-megamenu > li .sub-menu,
  .jms-megamenu > li .dropdown-menu {
    display: none !important;
  }
  .jms-megamenu > li.mega-toggle .sub-menu,
  .jms-megamenu > li.mega-toggle .dropdown-menu {
    display: block !important;
    background: #f8f8f8;
  }
  .jms-megamenu > li.mega-toggle .sub-menu ul.sub-menu {
    background: #f8f8f8;
  }
  .jms-megamenu.vertical-menu > li.mega-toggle .sub-menu {
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0 20px;
    position: inherit;
    left: auto !important;
    right: auto !important;
    box-shadow: none;
  }
  .jms-megamenu .mega-nav {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/**
 *
 * Loading
 *
 */
#loading {
  position: fixed;
  z-index: 99999;
  background: #fff;
  width: 100%;
  height: 100%;
}

#loading .shape {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 4px solid #00B0FF;
  border-top-color: #fff;
  animation: spin 1000ms infinite linear;
  -webkit-animation: spin 1000ms infinite linear;
  -moz-animation: spin 1000ms infinite linear;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**
 *
 * Shortcodes
 *
 */
.megashop-title {
  margin-bottom: 25px !important;
}

.megashop-title h3 {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 0 5px;
  border-bottom: 2px solid #e0e0e0;
  margin: 0;
}

.megashop-title h3:after {
  background: #00B0FF;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}

.ms-code {
  background-color: #f7f7f7;
  clear: both;
  padding: 15px;
  font-size: 14px;
  margin: 10px 0;
  line-height: 20px;
  color: #333333;
}

.ms-message {
  line-height: 24px;
  font-weight: normal;
  padding: 15px 15px 15px 65px;
  position: relative;
  margin: 10px 0 30px !important;
}

.ms-message.error {
  background: url("assets/images/icon/error.png") no-repeat scroll 15px 10px #EFCEC9;
  border: 1px solid #AE3F2E;
}

.ms-message.warning {
  background: url("assets/images/icon/warning.png") no-repeat scroll 15px 10px #FFEA97;
  border: 1px solid #E2B500;
}

.ms-message.success {
  background: url("assets/images/icon/success.png") no-repeat scroll 15px 10px #EEF4D4;
  border: 1px solid #8FAD3D;
}

.ms-message.message {
  background: url("assets/images/icon/message.png") no-repeat scroll 15px 10px #C6D8F0;
  border: 1px solid #4282CC;
}

.ms-divider {
  margin: 20px 0;
}

.ms-divider.solid {
  border-top: 1px solid #ebebeb;
}

.ms-divider.double {
  border-top: 2px solid #ebebeb;
}

.ms-divider.dashed {
  border-top: 1px dashed #ebebeb;
}

.ms-divider.dotted {
  border-top: 1px dotted #ebebeb;
}

.ms-divider.groove {
  border-top: 1px groove;
}

.ms-button {
  padding: 0 15px;
  background: #00B0FF;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.ms-button:hover {
  color: #fff;
}

.ms-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.ms-button:hover:after, .ms-button:focus:after, .ms-button:active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ms-button.button_small {
  padding: 0 12px;
  height: 35px;
  line-height: 35px;
}

.ms-button.button_medium {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.ms-button.button_big {
  font-size: 15px;
  height: 45px;
  line-height: 45px;
}

.ms-button.left i {
  margin-right: 5px;
}

.ms-button.right i {
  margin-left: 5px;
}

/**
 *
 * Jms Breadcrumb
 *
 */
.jms-breadcrumb ul {
  padding: 16px 0 13px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  font-size: 13px;
}

.jms-breadcrumb ul li {
  display: inline-block;
  padding-right: 17px;
  margin-right: 15px;
  color: #7b7b7b;
  position: relative;
}

.jms-breadcrumb ul li:after {
  content: '\f111';
  font-family: 'FontAweSome';
  font-size: 5px;
  color: #7b7b7b;
  position: absolute;
  top: 5px;
  right: -2px;
}

.jms-breadcrumb ul li.active:after {
  content: none;
}

.jms-breadcrumb ul li a {
  color: #7b7b7b;
}

.jms-breadcrumb ul li a .fa {
  margin-right: 5px;
}

.jms-breadcrumb ul li a:hover {
  color: #00B0FF;
}

.widget {
  margin-bottom: 45px;
}

.widget ul {
  list-style: none;
  margin-bottom: 0;
}

.widget ul > li {
  border-bottom: 1px solid #eee;
}

.widget ul > li:last-child {
  border-bottom: none;
}

.widget ul > li > a {
  display: inline-block;
  line-height: 38px;
}

.widget > ul {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 10px 20px;
}

.widget ul.children {
  padding: 0;
  border-top: 1px solid #eee;
}

.widget ul.children li {
  padding: 0;
}

.widget ul.children li a {
  padding: 0 0 0 10px;
  font-size: 12px;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.widget select {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px;
  margin-top: 20px;
}

.widget .widget-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  padding: 13px 20px 11px;
  background: #00B0FF;
  margin-bottom: 0;
}

.widget .widget-title a {
  color: #fff;
}

.widget .tagcloud {
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px;
}

.widget .tagcloud a {
  font-size: 14px !important;
  display: inline-block;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  margin: 0 5px 8px 0;
}

.widget_nav_menu ul.menu {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 10px 20px;
}

.widget_archive > ul {
  color: #00B0FF;
}

.widget_categories > ul {
  color: #00B0FF;
}

.widget_categories > ul > li > a {
  color: #4f4f4f;
  font-weight: 400;
  display: inline-block;
  line-height: 38px;
}

.widget_categories > ul > li > a:hover {
  color: #00B0FF;
}

.widget_recent_comments > ul > li,
.widget_rss > ul > li {
  padding: 9px 0 7px;
}

.widget_recent_comments > ul > li > a,
.widget_rss > ul > li > a {
  line-height: 1.7;
}

.widget_recent_comments ul > li .comment-author-link {
  font-weight: 500;
}

.widget_text .widget-title,
.widget_calendar .widget-title {
  margin-bottom: 10px;
}

.widget_calendar table#wp-calendar {
  font-size: 12px;
  text-align: center;
}

.widget_calendar thead {
  font-size: 15px;
}

.widget_calendar th {
  text-align: center !important;
}

.widget_search .widget-title {
  margin-bottom: 15px;
}

.widget_search form > div {
  position: relative;
}

.widget_search form .screen-reader-text {
  display: none;
}

.widget_search form input[type='text'] {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  padding: 0 77px 0 10px;
  font-size: 12px;
  color: #4f4f4f;
}

.widget_search form input[type='submit'] {
  font-size: 12px;
  height: 40px;
  background: #00B0FF;
  border: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 13px;
}

.widget_recent_post ul {
  border: none;
}

.widget_recent_post .post-date {
  font-size: 12px;
  display: block;
  color: #d4d4d4;
  padding-top: 3px;
}

.widget_recent_post .entry-thumb {
  position: relative;
  overflow: hidden;
  width: 90px;
  float: left;
}

.widget_recent_post .entry-thumb img {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.widget_recent_post .entry-title {
  width: calc(100% - 90px);
  float: left;
  padding-left: 15px;
}

.widget_recent_post .entry-title a {
  display: block;
  margin-top: -4px;
}

.widget_recent_post ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.widget_recent_post ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.widget_recent_post ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_recent_post ul li:hover .entry-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.widget .searchform div {
  display: block;
}

/**
 *
 * Toogle Hide/Show Product Categories - Widget
 *
 */
.widget_product_categories .count {
  font-size: 13px;
}

.widget_product_categories ul.children {
  padding-left: 10px;
}

.woocommerce .widget_layered_nav > ul {
  border: 1px solid #ededed;
  border-top: none;
  padding: 10px 20px;
  font-size: 13px;
  color: #00B0FF;
}

.woocommerce .widget_layered_nav > ul li {
  position: relative;
}

.woocommerce .widget_layered_nav > ul li a {
  display: block;
  font-size: 14px;
}

.woocommerce .widget_layered_nav > ul li .count {
  position: absolute;
  top: 9px;
  right: 0;
  padding: 0;
}

.woocommerce .widget_rating_filter > ul {
  border: 1px solid #ededed;
  border-top: none;
  padding: 10px 20px;
}

.woocommerce .widget_rating_filter > ul > li > a {
  padding: 0;
}

.woocommerce .widget_rating_filter .star-rating {
  margin: 0;
}

.woocommerce .widget_price_filter form {
  border: 1px solid #ededed;
  border-top: none;
  padding: 30px 20px 20px;
}

.woocommerce .widget_price_filter form .price_label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 37px;
  color: #4f4f4f;
}

.woocommerce .widget_price_filter form .button {
  margin: 0;
  border: 1px solid #eee;
  padding: 0 20px;
  border-radius: 20px;
}

.woocommerce .widget_price_filter form .button:hover {
  border-color: #00B0FF;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  background-color: #00B0FF;
  border-radius: 50%;
  cursor: ew-resize;
  outline: 0;
  top: -5px;
  margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #fff;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.widget_product_tag_cloud .tagcloud {
  overflow: hidden;
  border: 1px solid #ededed;
  border-top: none;
  padding: 20px;
}

.widget_product_tag_cloud .tagcloud a {
  color: #4f4f4f;
  font-size: 12px !important;
  display: inline-block;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  margin: 0 5px 8px 0;
}

.widget_product_tag_cloud .tagcloud a:hover {
  border-color: #00B0FF;
  color: #00B0FF;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-top: none;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .cart_list {
  padding-top: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .cart_list .woocommerce-Price-amount {
  display: block;
  font-weight: 500;
  color: #00B0FF;
}

.widget.widget_shopping_cart .widget_shopping_cart_content p.total {
  margin-bottom: 20px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content p.button {
  margin-bottom: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content a.button {
  text-align: center;
  font-weight: 400;
  line-height: 40px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content a.button:last-child {
  margin-bottom: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content a.button:hover {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

.woocommerce.widget_products .item,
.woocommerce.widget_recently_viewed_products .item,
.woocommerce.widget_top_rated_products .item {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

.woocommerce.widget_products .item:last-child,
.woocommerce.widget_recently_viewed_products .item:last-child,
.woocommerce.widget_top_rated_products .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce.widget_products .product-box,
.woocommerce.widget_recently_viewed_products .product-box,
.woocommerce.widget_top_rated_products .product-box {
  border: none;
  text-align: left;
}

.woocommerce.widget_products .product-box .product-buttons,
.woocommerce.widget_recently_viewed_products .product-box .product-buttons,
.woocommerce.widget_top_rated_products .product-box .product-buttons {
  display: none;
}

.woocommerce.widget_products .product-box .preview,
.woocommerce.widget_recently_viewed_products .product-box .preview,
.woocommerce.widget_top_rated_products .product-box .preview {
  width: 80px;
  float: left;
  border: 1px solid #ebebeb;
}

.woocommerce.widget_products .product-box .preview span.onsale,
.woocommerce.widget_recently_viewed_products .product-box .preview span.onsale,
.woocommerce.widget_top_rated_products .product-box .preview span.onsale {
  display: none;
}

.woocommerce.widget_products .product-box .star-rating,
.woocommerce.widget_recently_viewed_products .product-box .star-rating,
.woocommerce.widget_top_rated_products .product-box .star-rating {
  margin: 0 0 7px;
}

.woocommerce.widget_products .product-box .product-info,
.woocommerce.widget_recently_viewed_products .product-box .product-info,
.woocommerce.widget_top_rated_products .product-box .product-info {
  padding: 0 0 0 15px;
  width: calc(100% - 80px);
  float: left;
}

.woocommerce ul.product_list_widget {
  padding: 20px 0 0 0;
  border: none;
}

.woocommerce ul.product_list_widget > li {
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.woocommerce ul.product_list_widget > li > a {
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce ul.product_list_widget > li .star-rating {
  margin: 7px 0 9px 0;
}

.woocommerce ul.product_list_widget > li .reviewer {
  font-size: 12px;
  color: #aaaaaa;
}

.woocommerce .single-widget .product_list_widget .item {
  margin-bottom: 20px;
}

.woocommerce .single-widget .product_list_widget .product-box {
  border: none;
}

.woocommerce .single-widget .product_list_widget .product-box .preview {
  width: 80px;
  float: left;
  border: 1px solid #ebebeb;
}

.woocommerce .single-widget .product_list_widget .product-box .preview .product-buttons {
  display: none;
}

.woocommerce .single-widget .product_list_widget .product-box .preview .onsale {
  display: none;
}

.woocommerce .single-widget .product_list_widget .product-box .product-info {
  text-align: left;
  width: calc(100% - 80px);
  float: left;
  padding: 0 0 0 15px;
}

.widget_product_search .widget-title {
  margin-bottom: 15px;
}

.widget_product_search form {
  position: relative;
}

.widget_product_search form .screen-reader-text {
  display: none;
}

.widget_product_search form input[type='search'] {
  height: 40px;
  border: 1px solid #ebebeb;
  padding: 0 77px 0 10px;
  font-size: 12px;
  color: #4f4f4f;
  width: 100%;
}

.widget_product_search form input[type='submit'] {
  font-size: 12px;
  height: 40px;
  background: #00B0FF;
  border: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 13px;
}

.page .page-content .content img {
  max-width: 100%;
  height: auto;
}

article.post {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

article.post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

article.post .sticky .entry-title i {
  margin-right: 10px;
}

article.post .entry-meta {
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

article.post .entry-meta li {
  color: #969696;
  display: inline-block;
  font-size: 12px;
  margin-right: 14px;
}

article.post .entry-meta li:last-child {
  margin-right: 0;
}

article.post .entry-meta li a {
  color: #969696;
}

article.post .entry-meta li a:hover {
  color: #00B0FF;
}

article.post .entry-meta li .fa {
  margin-right: 3px;
}

article.post .entry-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
}

article.post .entry-title i {
  margin-right: 10px;
}

article.post .entry-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

article.post .entry-thumb img {
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 600ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 600ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

article.post:hover .entry-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

article.post .entry-summary {
  margin-bottom: 20px;
  line-height: 1.6;
}

/**
 *
 * Single post
 *
 */
.post-password-form label {
  float: left;
}

.post-password-form input[type='password'] {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  padding: 0 10px;
}

.post-password-form input[type='submit'] {
  background: #00B0FF;
  color: #fff;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  border: none;
}

.entry-content a {
  color: #00B0FF;
}

article.single-default {
  border-bottom: none;
  margin-bottom: 0;
}

article.single-default .entry-title {
  font-size: 25px;
  margin: 0 0 5px;
}

article.single-default .entry-meta {
  margin-bottom: 20px;
}

article.single-default .addthis_sharing_toolbox {
  margin-bottom: 20px;
}

article.single-default .addthis_sharing_toolbox.bottom {
  margin-bottom: 20px;
}

article.single-default .addthis_sharing_toolbox .at-resp-share-element .at-share-btn:focus, article.single-default .addthis_sharing_toolbox .at-resp-share-element .at-share-btn:hover {
  transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}

article.single-default .single-thumbnail {
  margin: 0 0 20px 0;
}

article.single-default .entry-content {
  margin-bottom: 40px;
  line-height: 1.7;
}

article.single-default .entry-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

article.single-default .entry-tags {
  margin-bottom: 30px;
}

article.single-default .entry-tags .label-tag {
  color: #fff;
  background: #111;
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
}

article.single-default .entry-tags ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

article.single-default .entry-tags ul li {
  display: inline-block;
  margin-right: 5px;
}

article.single-default .entry-tags ul li a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #eee;
  font-size: 13px;
}

article.single-default .entry-tags ul li a:hover, article.single-default .entry-tags ul li a:focus {
  background: #00B0FF;
  color: #fff;
  border-color: #00B0FF;
}

article.single-default .entry-navigation {
  margin-bottom: 30px;
}

article.single-default .entry-navigation .post-prev-post, article.single-default .entry-navigation .post-next-post {
  width: 50%;
}

article.single-default .entry-navigation .label {
  margin-bottom: 7px;
  display: block;
  font-size: 12px;
  color: #c1c1c1;
  font-weight: 300;
  padding: 0;
  text-align: left;
}

article.single-default .entry-navigation .post-prev-post {
  float: left;
  padding-right: 20px;
}

article.single-default .entry-navigation .post-next-post {
  float: right;
  text-align: right;
  padding-left: 20px;
}

article.single-default .entry-navigation .post-next-post .label {
  text-align: right;
}

article.single-default .entry-footer {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 25px;
  padding: 25px 0;
}

article.single-default .entry-footer .cat-tags-links {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

article.single-default .entry-footer .cat-links, article.single-default .entry-footer .tags-links {
  display: block;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.7;
}

article.single-default .entry-footer .cat-links i, article.single-default .entry-footer .tags-links i {
  margin-right: 10px;
}

article.single-default .entry-footer .edit-link > a {
  border: 1px solid transparent;
  border-radius: 0;
  background: #00B0FF;
  color: #fff;
  font-size: 12px;
  padding: 8px 35px 7px;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

article.single-default .entry-footer .edit-link > a:hover {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

article.single-default .entry-footer .edit-link > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

article.single-default .entry-footer .edit-link > a:hover:after, article.single-default .entry-footer .edit-link > a:focus:after, article.single-default .entry-footer .edit-link > a:active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.author-box-wrap {
  border: 1px solid #ededed;
  padding: 20px;
  margin-bottom: 35px;
}

.author-box-wrap .author-avatar {
  width: 90px;
  float: left;
}

.author-box-wrap .author-name {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.author-box-wrap .author-website {
  margin-bottom: 5px;
}

.author-box-wrap .author-website a {
  font-size: 11px;
  font-style: italic;
  color: #9b9b9b;
}

.author-box-wrap .author-website a:hover {
  color: #00B0FF;
}

.author-box-wrap .author-description {
  font-size: 13px;
}

.author-box-wrap .author-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.author-box-wrap .author-social ul li {
  display: inline-block;
}

.author-box-wrap .author-social ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 12px;
}

.author-box-wrap .author-social ul li a .fa {
  line-height: 30px;
}

.author-box-wrap .author-social ul li a.facebook {
  background: #4867AA;
}

.author-box-wrap .author-social ul li a.twitter {
  background: #00ABF0;
}

.author-box-wrap .author-social ul li a.google-plus {
  background: #DF4B38;
}

.author-box-wrap .author-social ul li a.instagram {
  background: #375989;
}

.author-box-wrap .author-social ul li a.youtube {
  background: #E62B24;
}

.author-box-wrap .desc {
  float: left;
  width: calc(100% - 90px);
  padding-left: 20px;
}

.related-article-box .addon-title h3 {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #ebebeb;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}

.related-article-box ul {
  padding-left: 13px;
  list-style-type: square;
}

.related-article-box ul li {
  padding: 5px 0;
}

/**
 *
 * Lastest Post Default - Index
 *
 */
.navigation.pagination {
  width: 100%;
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links span.current {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

.navigation.pagination .nav-links span, .navigation.pagination .nav-links a {
  width: 35px;
  height: 35px;
  border: 1px solid #eee;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
}

.navigation.pagination .nav-links a:hover {
  background: #eee;
  color: #222;
}

/**
 *
 * Comment Form
 *
 */
.comment-area .comments-title {
  margin: 0;
  border-bottom: 1px solid #00B0FF;
  font-size: 14px;
  font-weight: 300;
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
}

.comment-area .comments-title span {
  background-color: #00B0FF;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
}

.comment-area .comment-list {
  list-style-type: none;
  padding-left: 0;
}

.comment-area .comment-list > li {
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px dashed #ededed;
  margin-bottom: 21px;
}

.comment-area .comment-list > li.pingback .comment-body {
  padding-left: 0;
}

.comment-area .comment-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-area .comment-list .comment-body {
  padding-left: 73px;
}

.comment-area .comment-list .comment-body ul, .comment-area .comment-list .comment-body ol {
  padding-left: 15px;
}

.comment-area .comment-list ol.children {
  list-style-type: none;
}

.comment-area .comment-list ol.children > li {
  position: relative;
  border-bottom: 1px dashed #ededed;
  margin-bottom: 21px;
}

.comment-area .comment-list ol.children > li:last-child {
  border-bottom: none;
}

.comment-area .comment-list .comment-author img {
  position: absolute;
  top: 0;
  left: 0;
}

.comment-area .comment-list .comment-author cite {
  font-style: normal;
  font-weight: 500;
}

.comment-area .comment-list .says {
  display: none;
}

.comment-area .comment-list .comment-meta {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.comment-area .comment-list .comment-meta a {
  color: #c1c1c1;
  font-weight: 3000;
}

.comment-area .comment-list .reply {
  font-size: 12px;
}

.comment-area .comment-list .reply a {
  color: #c1c1c1;
  font-weight: 300;
}

.comment-area .comment-list ol.children {
  margin-left: 70px;
  padding: 16px 0 0;
  border-top: 1px dashed #ededed;
  margin-top: 13px;
}

.comment-area .comment-respond {
  margin-top: 40px;
}

.comment-area .comment-respond .comment-reply-title {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.comment-area .comment-respond .comment-notes {
  font-size: 12px;
  color: #ababab;
  font-weight: 300;
  margin-bottom: 20px;
}

.comment-area .comment-respond textarea {
  min-width: 100%;
  max-width: 100%;
}

/**
 *
 * 404 error
 *
 */
.error-404 {
  text-align: center;
  padding: 40px 0;
}

.error-404 h1 {
  color: #00B0FF;
  font-size: 100px;
  font-weight: 400;
}

/**
 *
 * Contact Form
 *
 */
.section-contact .form-group {
  margin-bottom: 25px;
}

.section-contact .wpcf7-text {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
}

.section-contact .wpcf7-text:hover, .section-contact .wpcf7-text:focus {
  border-color: #00B0FF;
}

.section-contact .wpcf7-textarea {
  min-height: 200px;
  min-width: 100%;
  border: 1px solid #dddddd;
  max-width: 100%;
  padding: 10px;
}

.section-contact .wpcf7-textarea:hover, .section-contact .wpcf7-textarea:focus {
  border-color: #00B0FF;
}

div.wpcf7-response-output {
  margin: 0;
}

/**
 *
 * BAck to top
 *
 */
.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #333;
  text-align: center;
  cursor: pointer;
  z-index: 9994;
}

.back-to-top .fa {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

.back-to-top:hover {
  background: #00B0FF;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 2px #ddd;
  animation-name: slideInDown;
  animation-duration: 800ms;
}

#main-header ul {
  list-style: none;
}

/**
 *
 * Header 1
 *
 */
.header-1 {
  background: #fff;
  box-shadow: 0 0 3px #cccccc;
}

.header-1 .header-top {
  border-bottom: 1px solid #f0f0f0;
  color: #7f7f7f;
}

.header-1 .header-top .header-block {
  display: inline-block;
}

.header-1 .header-top a {
  font-size: 12px;
  color: #7f7f7f;
}

.header-1 .header-top .btn-xs {
  line-height: 35px;
  padding: 0;
  box-shadow: none;
}

.header-1 .header-top .btn-xs .fa {
  margin-left: 5px;
}

.header-1 .header-top .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 1px 2px #999;
  border-radius: 0;
  left: 0;
  min-width: 120px;
}

.header-1 .header-top .dropdown-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}

.header-1 .header-top .dropdown-menu ul li {
  border-bottom: 1px solid #ebebeb;
}

.header-1 .header-top .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.header-1 .header-top .dropdown-menu ul li a {
  display: block;
  padding: 0 20px;
  line-height: 35px;
}

.header-1 .header-top .dropdown-menu ul li a:hover {
  color: #00B0FF;
}

.header-1 .topbar-left .header-block {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #f0f0f0;
}

.header-1 .topbar-left .header-block:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.header-1 .topbar-left .fa {
  margin-right: 5px;
  margin-left: 0;
  line-height: 35px;
}

.header-1 .topbar-right .header-block {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #f0f0f0;
}

.header-1 .topbar-right .header-block:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.header-1 .topbar-right .header-block .btn-xs .fa-user,
.header-1 .topbar-right .header-block .btn-xs .fa-sign-out {
  margin-left: 0;
}

.header-1 .topbar-right .header-block .btn-xs .fa {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.header-1 .header-main {
  padding: 35px 0;
}

.header-1 .adv-search select {
  background: #fff;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 0;
  border: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.header-1 .adv-search select option {
  padding: 0 20px;
  font-size: 13px;
}

.header-1 .adv-search .icon-drop-down {
  width: 180px;
  display: inline-block;
  position: relative;
}

.header-1 .adv-search .icon-drop-down:after {
  content: '\f0d7';
  font-family: 'FontAweSome';
  font-size: 16px;
  line-height: 41px;
  position: absolute;
  right: 15px;
  top: 1px;
  pointer-events: none;
}

.header-1 .adv-search input[type='text'] {
  float: left;
  padding: 0 20px;
  width: calc(100% - 180px - 43px);
  height: 43px;
  font-size: 12px;
  line-height: 43px;
  border: 1px solid #d7d7d7;
}

.header-1 .adv-search button.submit {
  width: 43px;
  height: 43px;
  text-align: center;
  background: #00B0FF;
  color: #fff;
  border: none;
  font-size: 17px;
  float: right;
}

.header-1 #cart_block > a {
  background: #FD6052;
  line-height: 43px;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
  font-weight: 600;
}

.header-1 #cart_block > a .fa {
  font-size: 17px;
  margin-right: 5px;
}

.header-1 .mega-menu {
  border-top: 1px solid #00B0FF;
}

.header-1 .mega-menu.navbar-fixed-top {
  background: #fff;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.09);
}

.header-1 .main-menu .menu-button {
  background: #00B0FF;
}

.header-1 .main-menu ul.jms-megamenu {
  float: none;
  margin-bottom: 0;
}

.header-1 .main-menu ul.jms-megamenu > li {
  float: none;
  display: inline-block;
  border-right: 1px solid #f2f2f2;
}

.header-1 .main-menu ul.jms-megamenu > li:first-child {
  padding-left: 0;
}

.header-1 .main-menu ul.jms-megamenu > li:last-child {
  border-right: none;
}

.header-1 .main-menu ul.jms-megamenu > li.sub-megamenu .dropdown-menu {
  left: -142px;
}

.header-1 .main-menu ul.jms-megamenu > li > a {
  display: inline-block;
  padding: 0 30px;
  line-height: 42px;
  color: #000;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.header-1 .main-menu ul.jms-megamenu > li > a:hover {
  background: #fff;
  color: #00B0FF;
}

.header-1 .vertical-wrap {
  position: relative;
}

.header-1 .vertical-wrap .title-block {
  margin: 0;
  background: #00B0FF;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  padding: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.header-1 .vertical-wrap .title-block .fa {
  margin-right: 10px;
  font-size: 17px;
}

.header-1 .vertical-wrap .megamenu-inner {
  position: absolute;
  top: 42px;
  background: #fff;
  min-width: 270px;
  z-index: 10;
  box-shadow: 0 0px 2px #cccccc;
}

.header-1 .vertical-menu {
  padding-left: 0;
  margin-bottom: 0;
}

.header-1 .vertical-menu > li {
  border-bottom: 1px solid #f2f1f1;
}

.header-1 .vertical-menu > li:last-child {
  border-bottom: none;
}

.header-1 .vertical-menu > li > a.no-menu {
  padding: 8px 10px;
  line-height: 1.7;
}

.header-1 .vertical-menu > li > a .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 20px;
}

.home .header-1 .vertical-wrap .megamenu-inner {
  display: block;
}

.header-1 .mega-menu.navbar-fixed-top .vertical-wrap .megamenu-inner {
  display: none;
}

.home.blog .header-1 .vertical-wrap .megamenu-inner {
  display: none;
}

/**
 *
 * Header 2
 *
 */
.header-2 {
  background: #fff;
  box-shadow: 0 0 3px #cccccc;
}

.header-2 .header-top {
  border-bottom: 1px solid #f0f0f0;
  color: #7f7f7f;
}

.header-2 .header-top .header-block {
  border-right: 1px solid #f0f0f0;
  display: inline-block;
  padding: 0 20px;
}

.header-2 .header-top .header-block:last-child {
  border-right: none;
}

.header-2 .header-top .topbar-left .header-block:first-child {
  padding-left: 0;
}

.header-2 .header-top .topbar-right .header-block:last-child {
  border-right: none;
  padding-right: 0;
}

.header-2 .header-top a {
  font-size: 12px;
}

.header-2 .header-top .btn-xs {
  line-height: 35px;
  padding: 0;
  box-shadow: none;
}

.header-2 .header-top .btn-xs .fa {
  margin-right: 5px;
}

.header-2 .header-top .btn-xs .fa-caret-down {
  margin-left: 5px;
}

.header-2 .header-top .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 1px 2px #999;
  border-radius: 0;
  left: 0;
  min-width: 120px;
}

.header-2 .header-top .dropdown-menu.currency-box {
  left: -20px;
}

.header-2 .header-top .dropdown-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}

.header-2 .header-top .dropdown-menu ul li {
  border-bottom: 1px solid #ececec;
}

.header-2 .header-top .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.header-2 .header-top .dropdown-menu ul li a {
  display: block;
  padding: 0 20px;
  line-height: 35px;
}

.header-2 .header-top .dropdown-menu ul li a:hover {
  color: #00B0FF;
}

.header-2 #account_block .fa-user {
  display: none;
}

.header-2 .header-main {
  padding: 35px 0;
}

.header-2 .adv-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #fff;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #d7d7d7;
}

.header-2 .adv-search select option {
  padding: 0 20px;
  font-size: 13px;
}

.header-2 .adv-search .icon-drop-down {
  width: 207px;
  float: left;
  position: relative;
  display: inline-block;
}

.header-2 .adv-search .icon-drop-down:after {
  content: '\f0d7';
  font-family: 'FontAweSome';
  font-size: 16px;
  line-height: 41px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 25px;
  pointer-events: none;
}

.header-2 .adv-search input[type='text'] {
  font-size: 12px;
  padding: 0 20px;
  width: calc(100% - 205px - 43px);
  height: 43px;
  line-height: 43px;
  border: 1px solid #d7d7d7;
  margin-left: -1px;
  outline: none;
}

.header-2 .adv-search button.submit {
  width: 43px;
  height: 43px;
  text-align: center;
  background: #00B0FF;
  color: #fff;
  border: none;
  font-size: 17px;
  position: relative;
  margin-left: -5px;
  float: right;
}

.header-2 .jms-cart {
  text-align: right;
}

.header-2 #cart_block > a {
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  line-height: 43px;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  padding: 0 15px;
  font-weight: 400;
  box-shadow: none;
}

.header-2 #cart_block > a .fa {
  font-size: 17px;
  margin-right: 5px;
}

.header-2 #cart_block .widget_shopping_cart {
  left: auto;
  right: 0;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.header-2 #cart_block .widget_shopping_cart:after {
  right: 55px;
  left: auto;
}

.header-2 .main-menu {
  background: #00B0FF;
}

.header-2 .main-menu .vertical-wrap > .menu {
  display: none;
}

.header-2 .mega-menu.navbar-fixed-top {
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.09);
}

.header-2 .mega-menu .megamenu-inner {
  position: relative;
  left: -57px;
}

.header-2 .mega-menu .jms-megamenu {
  float: none;
  margin-bottom: 0;
}

.header-2 .mega-menu .jms-megamenu > li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header-2 .mega-menu .jms-megamenu > li:last-child {
  border-right: none;
}

.header-2 .mega-menu .jms-megamenu > li:hover {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

.header-2 .mega-menu .jms-megamenu > li > a {
  display: inline-block;
  padding: 0 30px;
  line-height: 42px;
  color: #fff;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.header-2 .box-categories .megamenu-inner {
  width: 275px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 0px 2px #cccccc;
  z-index: 10;
}

.header-2 .box-categories .jms-megamenu {
  margin-bottom: 0;
}

.header-2 .box-categories .jms-megamenu > li {
  border-bottom: 1px solid #eee;
}

.header-2 .box-categories .jms-megamenu > li:last-child {
  border-bottom: none;
}

.header-2 .box-categories .jms-megamenu > li > a {
  font-size: 12px;
  color: #464646;
  padding: 11px 20px;
  text-transform: capitalize;
}

.header-2 .box-categories .jms-megamenu > li > a .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 20px;
}

.header-2 .box-categories .jms-megamenu > li > a:hover {
  color: #00B0FF;
}

.header-2 .vertical-wrap {
  position: relative;
}

.header-2 .vertical-wrap .title-block {
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  background-image: url("assets/images/icon/menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  font-size: 0;
  font-weight: 500;
  width: 43px;
  height: 43px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

/**
 *
 * Header 3
 *
 */
.header-3 {
  background: #fff;
}

.header-3 .header-top {
  background: #2b2832;
  color: #E2E2E2;
}

.header-3 .header-top .header-block {
  border-right: 1px solid #4B4756;
  display: inline-block;
  padding: 0 20px;
}

.header-3 .header-top .header-block:last-child {
  border-right: none;
}

.header-3 .header-top .topbar-left .header-block:first-child {
  padding-left: 0;
}

.header-3 .header-top .topbar-right .header-block:last-child {
  border-right: none;
  padding-right: 0;
}

.header-3 .header-top a {
  font-weight: 300;
  font-size: 12px;
  color: #E2E2E2;
}

.header-3 .header-top .btn-xs {
  line-height: 35px;
  padding: 0;
  box-shadow: none;
}

.header-3 .header-top .btn-xs .fa {
  margin-right: 5px;
}

.header-3 .header-top .btn-xs .fa-caret-down {
  margin-left: 5px;
}

.header-3 .header-top .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 1px 2px #999;
  border-radius: 0;
  left: 50%;
  min-width: 120px;
  transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
}

.header-3 .header-top .dropdown-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}

.header-3 .header-top .dropdown-menu ul li {
  border-bottom: 1px solid #ebebeb;
}

.header-3 .header-top .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.header-3 .header-top .dropdown-menu ul li a {
  display: block;
  padding: 0 20px;
  line-height: 35px;
  color: #4f4f4f;
}

.header-3 .header-top .dropdown-menu ul li a:hover {
  color: #00B0FF;
}

.header-3 .mega-menu .header-block > .menu {
  display: none;
}

.header-3 .mega-menu .menu-button {
  background: #00B0FF;
}

.header-3 .mega-menu .jms-megamenu > li {
  display: inline-block;
  padding: 0 25px;
}

.header-3 .mega-menu .jms-megamenu > li:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}

.header-3 .mega-menu .jms-megamenu > li:first-child:before {
  content: none;
}

.header-3 .mega-menu .jms-megamenu > li:last-child {
  padding-right: 0;
}

.header-3 .mega-menu .jms-megamenu > li > a {
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-3 .mega-menu .jms-megamenu .sub-megamenu .dropdown-menu {
  left: -387px;
}

.header-3 .header-main {
  padding: 35px 0;
}

.header-3 .header-bottom .container {
  background: #00B0FF;
  padding: 15px;
}

.header-3 .adv-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #fff;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 0;
  border: none;
}

.header-3 .adv-search select option {
  padding: 0 20px;
  font-size: 13px;
}

.header-3 .adv-search .icon-drop-down {
  width: 268px;
  position: relative;
  display: inline-block;
}

.header-3 .adv-search .icon-drop-down:after {
  content: '\f0d7';
  font-family: 'FontAweSome';
  font-size: 16px;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 25px;
  background: #fff;
  pointer-events: none;
}

.header-3 .adv-search input[type='text'] {
  float: left;
  font-size: 12px;
  padding: 0 20px;
  width: calc(100% - 268px - 43px);
  height: 43px;
  line-height: 43px;
  border: none;
  border-right: 1px solid #ebebeb;
}

.header-3 .adv-search button.submit {
  width: 43px;
  height: 43px;
  text-align: center;
  background: #2b2832;
  color: #fff;
  border: none;
  font-size: 17px;
  position: relative;
  margin-left: -5px;
  float: right;
}

.header-3 .jms-cart {
  text-align: right;
}

.header-3 #cart_block > a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: block;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.header-3 #cart_block .icon-shopping {
  margin-left: 10px;
  float: right;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  line-height: 43px;
  font-size: 23px;
  text-align: center;
}

.header-3 #cart_block .cart-left {
  float: left;
}

.header-3 #cart_block .cart-left .text-box {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 3px;
}

.header-3 #cart_block .cart-left span {
  display: block;
}

.header-3 #cart_block .widget_shopping_cart {
  left: auto;
  right: -15px;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  margin-top: 15px;
}

.header-3 #cart_block .widget_shopping_cart:after {
  left: auto;
  right: 30px;
}

/**
 *
 * Header 4
 *
 */
.header-4 {
  background: #00B0FF;
}

.header-4 .header-top {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-4 .header-top .header-block {
  display: inline-block;
}

.header-4 .header-top a {
  color: #fff;
  font-size: 12px;
}

.header-4 .header-top .btn-xs {
  padding: 0;
  box-shadow: none;
  line-height: 35px;
  padding: 0;
}

.header-4 .header-top .btn-xs .fa {
  margin-right: 5px;
}

.header-4 .header-top .btn-xs .fa-caret-down {
  margin-left: 5px;
}

.header-4 .header-top .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 1px 2px #999;
  border-radius: 0;
  min-width: 120px;
}

.header-4 .header-top .dropdown-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}

.header-4 .header-top .dropdown-menu ul li {
  border-bottom: 1px solid #ececec;
}

.header-4 .header-top .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.header-4 .header-top .dropdown-menu ul li a {
  color: #6f6f6f;
  display: block;
  padding: 0 20px;
  line-height: 35px;
}

.header-4 .header-top .dropdown-menu ul li a:hover {
  color: #00B0FF;
}

.header-4 .topbar-left .header-block {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header-4 .topbar-left .header-block:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.header-4 .topbar-right .header-block {
  margin-left: 20px;
}

.header-4 .topbar-right .header-block:first-child {
  margin-left: 0;
}

.header-4 .adv-search form {
  width: 240px;
  position: relative;
}

.header-4 .adv-search .icon-drop-down {
  display: none;
}

.header-4 .adv-search input[type='text'] {
  border: none;
  background: rgba(0, 0, 0, 0.08);
  height: 35px;
  padding: 0 33px 0 15px;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
}

.header-4 .adv-search input[type='text']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 12px;
}

.header-4 .adv-search input[type='text']::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 12px;
}

.header-4 .adv-search input[type='text']:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 12px;
}

.header-4 .adv-search input[type='text']:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 12px;
}

.header-4 .adv-search button.submit {
  width: 33px;
  height: 35px;
  text-align: center;
  color: #fff;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
}

.header-4 .header-main {
  padding: 30px 0;
}

.header-4 .information-block {
  float: left;
}

.header-4 .information-block.phone {
  margin-right: 125px;
}

.header-4 .information-block .icon {
  background: rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 45px;
  text-align: center;
  margin: 0;
}

.header-4 .information-block .icon-phone {
  background: url("assets/images/icon/ico-phone.png") no-repeat center center;
}

.header-4 .information-block .icon-envelope {
  background: url("assets/images/icon/ico-envelope.png") no-repeat center center;
}

.header-4 .information-block p {
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  padding-top: 3px;
  margin-bottom: 0;
  font-weight: 300;
}

.header-4 .information-block p span {
  display: block;
  font-size: 14px;
  padding-top: 3px;
}

.header-4 #cart_block {
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-4 #cart_block > a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: block;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.header-4 #cart_block .icon-shopping {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.08);
  border: 3px solid rgba(255, 255, 255, 0.2);
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: url("assets/images/icon/ico-cart.png") no-repeat center center;
}

.header-4 #cart_block .cart-right {
  float: left;
  text-align: left;
  padding-top: 3px;
}

.header-4 #cart_block .cart-right .text-box {
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 6px;
}

.header-4 #cart_block .cart-right .quantity-items {
  font-size: 14px;
}

.header-4 #cart_block .cart-right .quantity-items .woocommerce-Price-amount {
  color: #fff;
  display: inline-block;
  font-weight: 300;
}

.header-4 #cart_block .widget_shopping_cart {
  right: 0;
  left: auto;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.header-4 .mega-menu {
  background: rgba(0, 0, 0, 0.08);
}

.header-4 .mega-menu.navbar-fixed-top {
  background: #00B0FF;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.09);
}

.header-4 .main-menu ul.jms-megamenu {
  float: none;
  margin-bottom: 0;
}

.header-4 .main-menu ul.jms-megamenu > li {
  float: none;
  display: inline-block;
  position: relative;
}

.header-4 .main-menu ul.jms-megamenu > li:after {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

.header-4 .main-menu ul.jms-megamenu > li:last-child:after {
  content: none;
}

.header-4 .main-menu ul.jms-megamenu > li.sub-megamenu .dropdown-menu {
  left: -145px;
}

.header-4 .main-menu ul.jms-megamenu > li > a {
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  color: #fff;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
}

.header-4 .vertical-wrap {
  position: relative;
}

.header-4 .vertical-wrap .title-block {
  margin: 0;
  background: rgba(0, 0, 0, 0.08);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px 13px 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.header-4 .vertical-wrap .title-block .fa {
  margin-right: 10px;
  font-size: 17px;
}

.header-4 .vertical-wrap .megamenu-inner {
  position: absolute;
  top: 50px;
  background: #fff;
  min-width: 270px;
  z-index: 10;
  box-shadow: 0 0px 2px #cccccc;
}

.header-4 .vertical-menu {
  padding-left: 0;
  margin-bottom: 0;
}

.header-4 .vertical-menu > li {
  border-bottom: 1px solid #f2f1f1;
}

.header-4 .vertical-menu > li:last-child {
  border-bottom: none;
}

.header-4 .vertical-menu > li > a {
  padding: 12px 20px;
}

.header-4 .vertical-menu > li > a .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 20px;
}

.home .header-4 .vertical-wrap .megamenu-inner {
  display: block;
}

.header-4 .mega-menu.navbar-fixed-top .vertical-wrap .megamenu-inner {
  display: none;
}

.home.blog .header-4 .vertical-wrap .megamenu-inner {
  display: none;
}

/**
 *
 * Header 5
 *
 */
.header-5 {
  background: #fff;
}

.header-5 .header-top {
  background: #e6e6e6;
  color: #747474;
  border-bottom: 1px solid #ddd;
}

.header-5 .header-top .header-block {
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 0 20px;
}

.header-5 .header-top a {
  font-size: 12px;
  color: #747474;
}

.header-5 .header-top .topbar-left .header-block:first-child {
  padding-left: 0;
}

.header-5 .header-top .topbar-right .header-block:last-child {
  border-right: none;
  padding-right: 0;
}

.header-5 .header-top .btn-xs {
  line-height: 35px;
  padding: 0;
  box-shadow: none;
}

.header-5 .header-top .btn-xs .fa {
  margin-right: 5px;
}

.header-5 .header-top .btn-xs .fa-caret-down {
  margin-left: 5px;
}

.header-5 .header-top .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 1px 2px #999;
  border-radius: 0;
  left: 0;
  min-width: 120px;
}

.header-5 .header-top .dropdown-menu.currency-box {
  left: 50%;
  min-width: 90px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.header-5 .header-top .dropdown-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}

.header-5 .header-top .dropdown-menu ul li {
  border-bottom: 1px solid #ebebeb;
}

.header-5 .header-top .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.header-5 .header-top .dropdown-menu ul li a {
  display: block;
  padding: 0 20px;
  line-height: 35px;
  color: #4f4f4f;
}

.header-5 .header-top .dropdown-menu ul li a:hover {
  color: #00B0FF;
}

.header-5 .header-main {
  padding: 35px 0;
}

.header-5 .adv-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #fff;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 0;
  border: 2px solid #00B0FF;
}

.header-5 .adv-search select option {
  padding: 0 20px;
  font-size: 13px;
}

.header-5 .adv-search .icon-drop-down {
  width: 207px;
  position: relative;
  display: inline-block;
  float: left;
}

.header-5 .adv-search .icon-drop-down:after {
  content: '\f0d7';
  font-family: 'FontAweSome';
  font-size: 16px;
  line-height: 39px;
  position: absolute;
  right: 1px;
  top: 2px;
  width: 25px;
  pointer-events: none;
}

.header-5 .adv-search input[type='text'] {
  font-size: 12px;
  padding: 0 20px;
  width: calc(100% - 207px - 43px);
  height: 43px;
  line-height: 43px;
  border: 2px solid #00B0FF;
  border-left: 1px solid #00B0FF;
  margin-left: -3px;
  float: left;
}

.header-5 .adv-search button.submit {
  width: 43px;
  height: 43px;
  text-align: center;
  background: #00B0FF;
  color: #fff;
  border: none;
  font-size: 17px;
  position: relative;
  margin-left: -5px;
  float: left;
}

.header-5 .mega-menu {
  background: #fff;
  border-top: 1px solid #d8d8d8;
  box-shadow: 0 1px 1px #ddd;
}

.header-5 .mega-menu.navbar-fixed-top {
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.09);
}

.header-5 .mega-menu .menu-button {
  background: #00B0FF;
}

.header-5 .mega-menu .jms-megamenu {
  text-align: center;
  float: none;
  margin-bottom: 0;
}

.header-5 .mega-menu .jms-megamenu > li {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.header-5 .mega-menu .jms-megamenu > li:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #d8d8d8;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}

.header-5 .mega-menu .jms-megamenu > li:last-child:after {
  content: none;
}

.header-5 .mega-menu .jms-megamenu > li > a {
  display: inline-block;
  padding: 0;
  line-height: 52px;
  color: #2b2832;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.header-5 .mega-menu .jms-megamenu > li > a:hover {
  color: #00B0FF;
}

.header-5 .mega-menu .jms-megamenu .sub-megamenu .dropdown-menu {
  left: -170px;
}

.header-5 #cart_block > a {
  box-shadow: none;
  display: inline-block;
  border-radius: 0;
  padding: 0;
}

.header-5 #cart_block > a .icon_cart {
  float: left;
  display: inline-block;
  background: #E62E2B url("assets/images/icon/cart.png") no-repeat center center;
  margin-right: 10px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
}

.header-5 #cart_block > a .cart-detail {
  float: left;
  line-height: 23px;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.header-5 #cart_block > a .cart-detail span {
  display: block;
}

.header-5 #cart_block > a .text-box {
  font-size: 12px;
  font-weight: 300;
}

.header-5 #cart_block .widget_shopping_cart {
  margin-top: 5px;
  left: 27px;
}

/**
 *
 * Header 6
 *
 */
.header-6 {
  background: #fff;
}

.header-6 .header-top {
  background: #e3e3e3;
  color: #393641;
}

.header-6 .header-top .header-block {
  border-right: 1px solid #d4d4d4;
  display: inline-block;
  padding: 0 20px;
}

.header-6 .header-top .header-block:last-child {
  border-right: none;
}

.header-6 .header-top .topbar-left .header-block:first-child {
  padding-left: 0;
}

.header-6 .header-top .topbar-right .header-block:last-child {
  border-right: none;
  padding-right: 0;
}

.header-6 .header-top a {
  font-size: 12px;
  color: #393641;
}

.header-6 .header-top .btn-xs {
  line-height: 35px;
  padding: 0;
  box-shadow: none;
}

.header-6 .header-top .btn-xs .fa {
  margin-right: 5px;
}

.header-6 .header-top .btn-xs .fa-caret-down {
  margin-left: 5px;
}

.header-6 .header-top .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 1px 2px #999;
  border-radius: 0;
  left: 0;
  min-width: 120px;
}

.header-6 .header-top .dropdown-menu.currency-box {
  left: auto;
  right: 0;
  min-width: 90px;
}

.header-6 .header-top .dropdown-menu ul {
  margin-bottom: 0;
  padding-left: 0;
}

.header-6 .header-top .dropdown-menu ul li {
  border-bottom: 1px solid #ebebeb;
}

.header-6 .header-top .dropdown-menu ul li:last-child {
  border-bottom: none;
}

.header-6 .header-top .dropdown-menu ul li a {
  display: block;
  padding: 0 20px;
  line-height: 35px;
  color: #4f4f4f;
}

.header-6 .header-top .dropdown-menu ul li a:hover {
  color: #00B0FF;
}

.header-6 .header-main {
  padding: 45px 0 35px;
}

.header-6 .header-main .jms-callus {
  text-align: right;
}

.header-6 .header-main .jms-callus .fa {
  font-size: 16px;
  line-height: 43px;
  color: #00B0FF;
  width: 43px;
  height: 43px;
  background: #e8e8e8;
  text-align: center;
  border-radius: 50%;
  float: right;
  margin-left: 10px;
}

.header-6 .header-main .jms-callus p span {
  display: block;
  color: #7f7f7f;
  line-height: 23px;
  font-size: 12px;
}

.header-6 .header-main .jms-callus p .label-call {
  font-size: 13px;
  color: #4f4f4f;
}

.header-6 .adv-search form {
  position: relative;
}

.header-6 .adv-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #fff;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  margin-left: -1px;
}

.header-6 .adv-search select option {
  padding: 0 20px;
  font-size: 13px;
}

.header-6 .adv-search .icon-drop-down {
  float: right;
  width: 207px;
  position: relative;
  display: inline-block;
}

.header-6 .adv-search .icon-drop-down:after {
  content: '\f0d7';
  font-family: 'FontAweSome';
  font-size: 16px;
  line-height: 41px;
  position: absolute;
  right: 2px;
  top: 1px;
  width: 25px;
  pointer-events: none;
}

.header-6 .adv-search input[type='text'] {
  font-size: 12px;
  padding: 0 20px;
  width: calc(100% - 207px);
  height: 43px;
  line-height: 43px;
  border: 1px solid #e2e2e2;
  padding-left: 53px;
}

.header-6 .adv-search button.submit {
  width: 43px;
  height: 43px;
  text-align: center;
  background: #e2e2e2;
  color: #222;
  border: none;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 0;
}

.header-6 .mega-menu.navbar-fixed-top {
  background: #00B0FF;
  position: fixed !important;
  bottom: auto;
}

.header-6 .mega-menu .container {
  background: #00B0FF;
}

.header-6 .mega-menu .jms-megamenu {
  margin-bottom: 0;
}

.header-6 .mega-menu .jms-megamenu > li {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.header-6 .mega-menu .jms-megamenu > li:first-child {
  border-left: none;
}

.header-6 .mega-menu .jms-megamenu > li > a {
  padding: 0 30px;
  line-height: 55px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.header-6 .jms-cart {
  padding-top: 5px;
  padding-right: 20px;
  text-align: right;
}

.header-6 #cart_block > a {
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  line-height: 45px;
  display: inline-block;
  border-radius: 0;
  color: #fff;
  padding: 0 21px;
  font-weight: 400;
  box-shadow: none;
}

.header-6 #cart_block > a .fa {
  font-size: 17px;
  margin-right: 5px;
}

.header-6 #cart_block .widget_shopping_cart {
  right: -5px;
  left: auto;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.header-6 #cart_block .widget_shopping_cart:after {
  left: auto;
  right: 65px;
}

body.page-homepage-6 .header-6 .header-main {
  padding: 45px 0 10px;
}

body.page-homepage-6 .header-6 .mega-menu {
  position: relative;
  bottom: -27px;
  z-index: 10;
}

body.home {
  background: #f2f2f2;
}

body.home.blog {
  background: #fff;
}

/**
 *
 * Banner
 *
 */
.hor-banner,
.hor-img-2,
.hor-img {
  position: relative;
  overflow: hidden;
}

.hor-banner img,
.hor-img-2 img,
.hor-img img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.hor-banner:after,
.hor-img-2:after,
.hor-img:after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 200%;
  top: 0;
  -webkit-transform: skew(-76deg, 0deg);
  -moz-transform: skew(-76deg, 0deg);
  -o-transform: skew(-76deg, 0deg);
  transform: skew(-76deg, 0deg);
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

.hor-banner:hover:after,
.hor-img-2:hover:after,
.hor-img:hover:after {
  right: -200%;
}

.hor-banner:hover img,
.hor-img-2:hover img,
.hor-img:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.banner-top {
  margin-bottom: 15px;
}

.banner-wrap,
.ver-img {
  position: relative;
  overflow: hidden;
}

.banner-wrap:after,
.ver-img:after {
  position: absolute;
  top: 0;
  left: -84%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.banner-wrap img,
.ver-img img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.banner-wrap:hover img,
.ver-img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.banner-wrap:hover:after,
.ver-img:hover:after {
  -moz-animation: shine 1s;
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.banner-wrap .banner-text,
.ver-img .banner-text {
  position: absolute;
  top: 0;
}

@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}

@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

.banner-1 .banner-text {
  padding-left: 30px;
  top: 43px;
}

.banner-1 .banner-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}

.banner-1 .banner-text h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  text-shadow: -1px 1px 0 #ffffff;
  color: #fb4231;
}

.banner-2 .banner-text {
  padding-left: 30px;
  top: 43px;
}

.banner-2 .banner-text p {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 5px;
}

.banner-2 .banner-text h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: -1px 1px 0 #ffffff;
  color: #1ABC9C;
}

/* Banner 3 */
.banner-3 .banner-text,
.banner-4 .banner-text {
  top: 43px;
  padding-left: 55% !important;
}

.banner-3 .banner-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}

.banner-3 .banner-text h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  color: #FD6052;
}

.banner-4 .banner-text p {
  font-size: 14px;
  margin-bottom: 8px;
}

.banner-4 .banner-text h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  color: #00B0FF;
}

.banner-5 {
  color: #fff;
  margin-bottom: 20px;
}

.banner-5 .banner-text {
  right: 0;
  text-align: right;
  padding-right: 30px;
  padding-top: 15px;
}

.banner-5 p {
  font-weight: 300;
  margin-bottom: 5px;
}

.banner-5 h3 {
  font-size: 19px;
  margin: 0;
}

.banner-6 {
  color: #fff;
}

.banner-6 .banner-text {
  padding-left: 20px;
  padding-top: 50px;
}

.banner-6 p {
  font-weight: 300;
}

.banner-6 h3 {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
}

.banner-7 .banner-text {
  position: absolute;
  top: 45px;
  padding-left: 30px;
}

.banner-7 h3 {
  color: #fe4c3c;
  font-size: 20px;
  margin: 0 0 8px;
  line-height: 1.4;
}

.banner-7 p {
  font-size: 15px;
}

.banner-8 .banner-text {
  position: absolute;
  top: 45px;
  padding-left: 40px;
}

.banner-8 h3 {
  color: #fe4c3c;
  font-size: 31px;
  margin: 0 0 8px;
  letter-spacing: 12px;
  padding-bottom: 5px;
  font-weight: 600;
  position: relative;
}

.banner-8 h3:after {
  content: '';
  width: 90%;
  height: 1px;
  background: #4f4f4f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-8 .sale {
  color: #fe4c3c;
  font-size: 82px;
  font-weight: 300;
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -155px;
}

.banner-8 p {
  font-size: 17px;
  font-weight: 300;
}

.banner-9 {
  color: #fff;
  margin-bottom: 20px;
}

.banner-9 .banner-text {
  right: 0;
  text-align: right;
  padding-right: 30px;
  padding-top: 15px;
}

.banner-9 p {
  font-weight: 300;
  margin-bottom: 5px;
}

.banner-9 h3 {
  font-size: 19px;
  margin: 0;
}

.banner-10 {
  color: #fff;
}

.banner-10 .banner-text {
  padding-left: 20px;
  padding-top: 50px;
}

.banner-10 p {
  font-weight: 300;
}

.banner-10 h3 {
  font-size: 21px;
  margin: 0;
  line-height: 30px;
}

.banner-11-12 .banner-text {
  right: 0;
  color: #fff;
  text-align: right;
  padding-right: 30px;
  top: 35px;
}

.banner-11-12 .banner-text p {
  font-weight: 300;
  margin-bottom: 10px;
}

.banner-11-12 .banner-text h3 {
  margin: 0 0 7px;
  font-size: 20px;
}

.banner-11-12 .banner-text h4 {
  margin: 0;
  color: #ff3333;
}

.banner-13 .banner-text {
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}

.banner-13 .banner-text p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.banner-13 .banner-text h3 {
  margin: 0;
  color: #fe4c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  padding-top: 0;
}

.banner-14-15 .banner-text {
  top: 35px;
  padding-left: 30px;
}

.banner-14-15 .banner-text p {
  font-weight: 300;
}

.banner-14-15 .banner-text h3 {
  margin: 0;
  color: #ff3333;
  font-weight: 600;
  font-size: 22px;
  text-shadow: 2px 2px 1px #fff;
}

.banner-16 .banner-text, .banner-17 .banner-text, .banner-18 .banner-text {
  top: 50px;
  right: 0;
  padding-right: 30px;
  text-align: right;
}

.banner-16 .banner-text h3, .banner-17 .banner-text h3, .banner-18 .banner-text h3 {
  margin: 0;
  font-size: 20px;
}

.banner-16 .banner-text p, .banner-17 .banner-text p, .banner-18 .banner-text p {
  font-weight: 300;
  margin-bottom: 8px;
}

.banner-16 .banner-text p {
  color: #FB3E43;
}

.banner-17 .banner-text {
  color: #fff;
}

.banner-18 .banner-text {
  padding-right: 20px;
}

.banner-18 .banner-text h3 {
  color: #FB3E43;
}

/**
 *
 * Slideshow
 *
 */
.fs-pager-wrapper a, .fs-custom-pager-wrapper a {
  background: rgba(0, 0, 0, 0.1) !important;
}

.fs-pager-wrapper .active, .fs-custom-pager-wrapper .active {
  background: #00B0FF !important;
}

.button-slide {
  display: inline-block;
  background: #fff;
  padding: 12px 15px 10px;
  font-weight: 600;
  font-size: 12px;
}

.button-slide:hover {
  background: #00B0FF;
  color: #fff;
}

/*==================================
=            HOMEPAGE 1            =
==================================*/
.slideshow-section-1.vc_column_container > .vc_column-inner {
  padding-left: 5px;
}

.slide-1-home-1 .poppins_bold p {
  font-size: 32px;
  color: #F9332E;
  font-weight: 600;
}

.slide-1-home-1 .desc p {
  font-size: 15px;
  line-height: 1.58 !important;
  color: #4f4f4f;
}

.slide-2-home-1 .poppins_bold p {
  font-size: 30px;
  color: #F9332E;
  font-weight: 600;
}

.slide-2-home-1 .desc p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.58 !important;
  color: #4f4f4f;
}

/**
 *
 * Jms Flashsales
 *
 */
.jmsflashsales.home1 .product-box {
  border: none;
}

.jmsflashsales.home1 .jmsflashsales-heading {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #FD6052;
}

.jmsflashsales.home1 .jmsflashsales-title h3 {
  font-size: 17px;
  background: #FD6052;
  color: #ffffff;
  display: inline-block;
  float: left;
  min-width: 235px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

.jmsflashsales.home1 .jmsflashsales-title h3:after {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #FD6052;
  border-top: 4px solid transparent;
  content: "";
  margin-top: -4px;
  position: absolute;
  right: -4px;
  top: 50%;
}

.jmsflashsales.home1 .jmsflashsales-title h3 i {
  margin-right: 10px;
}

.jmsflashsales.home1 .owl-theme .owl-nav {
  position: absolute;
  top: -41px;
  margin: 0;
  right: 0;
}

.jmsflashsales.home1 .owl-theme .owl-nav > div {
  color: #FFF;
  display: inline-block;
  border: 1px solid #FD6052;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #FD6052;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.jmsflashsales.home1 .owl-theme .owl-nav > div:hover {
  background: #fff;
}

.jmsflashsales.home1 .owl-theme .owl-nav > div:hover:after {
  color: #FD6052;
}

.jmsflashsales.home1 .owl-theme .owl-nav > div:after {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 39px;
}

.jmsflashsales.home1 .owl-theme .owl-nav div.owl-prev {
  margin-right: 1px;
}

.jmsflashsales.home1 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.jmsflashsales.home1 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.jmsflashsales.home1 .jmsflashsales-countdown {
  display: inline;
  position: relative;
  text-align: right;
  float: right;
  padding-right: 81px;
}

.jmsflashsales.home1 .jmsflashsales-countdown:before {
  background: transparent url("assets/images/icon/time-sale.png") no-repeat scroll center center;
  border-left: 1px solid #f0f0f0;
  content: "";
  display: inline-block;
  height: 38px;
  padding: 0 22px;
  vertical-align: middle;
}

.jmsflashsales.home1 .jmsflashsales-countdown .countdown-section {
  border-left: 1px solid #f0f0f0;
  display: inline-block;
  padding: 0 15px;
  line-height: 38px;
  color: #fd6052;
  text-transform: capitalize;
}

.jmsflashsales.home1 .jmsflashsales-countdown .countdown-amount {
  margin-right: 5px;
}

/**
 *
 * Mega Product
 *
 */
.mega-box.home1 .box-title {
  background: #fff;
}

.mega-box.home1 .box-title h3 {
  font-size: 17px;
  background: #00B0FF;
  color: #ffffff;
  display: inline-block;
  float: left;
  min-width: 235px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

.mega-box.home1 .box-title h3:after {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #00B0FF;
  border-top: 4px solid transparent;
  content: "";
  margin-top: -4px;
  position: absolute;
  right: -4px;
  top: 50%;
}

.mega-box.home1 .box-title h3 i {
  margin-right: 10px;
}

.mega-box.home1 .nav.nav-tabs {
  border-top: 1px solid #00B0FF;
  border-bottom: none;
  text-align: right;
  background: #fff;
  padding-right: 81px;
  overflow: hidden;
}

.mega-box.home1 .nav.nav-tabs li {
  display: inline-block;
  float: none;
  padding: 0 22px;
  border-left: 1px solid #ebebeb;
  width: auto;
}

.mega-box.home1 .nav.nav-tabs li > a {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 39px;
  background: none;
  border: none;
}

.mega-box.home1 .nav.nav-tabs li > a:hover, .mega-box.home1 .nav.nav-tabs li > a:focus {
  color: #00B0FF;
}

.mega-box.home1 .nav.nav-tabs li.active > a,
.mega-box.home1 .nav.nav-tabs li.active > a:hover,
.mega-box.home1 .nav.nav-tabs li.active > a:focus {
  color: #00B0FF;
}

.mega-box.home1 .nav.nav-tabs li.active > a:before {
  content: '';
  border-top: 4px solid #00B0FF;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 0px;
  left: calc(50% - 2px);
}

.mega-box.home1 .owl-theme .owl-nav {
  position: absolute;
  top: -169px;
  margin: 0;
  right: 0;
}

.mega-box.home1 .owl-theme .owl-nav > div {
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #00B0FF;
  border: 1px solid #00B0FF;
  opacity: 1;
  width: 40px;
  height: 39px;
  font-size: 0;
}

.mega-box.home1 .owl-theme .owl-nav > div:hover {
  background: #fff;
}

.mega-box.home1 .owl-theme .owl-nav > div:hover:after {
  color: #00B0FF;
}

.mega-box.home1 .owl-theme .owl-nav > div:after {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 40px;
}

.mega-box.home1 .owl-theme .owl-nav div.owl-prev {
  margin-right: 1px;
}

.mega-box.home1 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.mega-box.home1 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.mega-box.home1 .item .product-box {
  border: none;
  background: #fff;
}

.mega-box.home1 .tab-content > .tab-pane {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.mega-box.home1 .tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.mega-box.home1.orange .box-title h3 {
  background: #FF7E00;
}

.mega-box.home1.orange .box-title h3:after {
  border-left: 4px solid #FF7E00;
}

.mega-box.home1.orange .nav.nav-tabs {
  border-top: 1px solid #FF7E00;
}

.mega-box.home1.orange .nav.nav-tabs li > a:hover, .mega-box.home1.orange .nav.nav-tabs li > a:focus {
  color: #FF7E00;
}

.mega-box.home1.orange .nav.nav-tabs li.active > a,
.mega-box.home1.orange .nav.nav-tabs li.active > a:hover,
.mega-box.home1.orange .nav.nav-tabs li.active > a:focus {
  color: #FF7E00;
}

.mega-box.home1.orange .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #FF7E00;
}

.mega-box.home1.orange .owl-theme .owl-nav > div {
  background: #FF7E00;
  border: 1px solid #FF7E00;
}

.mega-box.home1.orange .owl-theme .owl-nav > div:hover {
  background: #fff;
}

.mega-box.home1.orange .owl-theme .owl-nav > div:hover:after {
  color: #FF7E00;
}

.mega-box.home1.green .box-title h3 {
  background: #27AE60;
}

.mega-box.home1.green .box-title h3:after {
  border-left: 4px solid #27AE60;
}

.mega-box.home1.green .nav.nav-tabs {
  border-top: 1px solid #27AE60;
}

.mega-box.home1.green .nav.nav-tabs li > a:hover, .mega-box.home1.green .nav.nav-tabs li > a:focus {
  color: #27AE60;
}

.mega-box.home1.green .nav.nav-tabs li.active > a,
.mega-box.home1.green .nav.nav-tabs li.active > a:hover,
.mega-box.home1.green .nav.nav-tabs li.active > a:focus {
  color: #27AE60;
}

.mega-box.home1.green .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #27AE60;
}

.mega-box.home1.green .owl-theme .owl-nav > div {
  background: #27AE60;
  border: 1px solid #27AE60;
}

.mega-box.home1.green .owl-theme .owl-nav > div:hover {
  background: #fff;
}

.mega-box.home1.green .owl-theme .owl-nav > div:hover:after {
  color: #27AE60;
}

.mega-box.home1.pink .box-title h3 {
  background: #FE2E62;
}

.mega-box.home1.pink .box-title h3:after {
  border-left: 4px solid #FE2E62;
}

.mega-box.home1.pink .nav.nav-tabs {
  border-top: 1px solid #FE2E62;
}

.mega-box.home1.pink .nav.nav-tabs li > a:hover, .mega-box.home1.pink .nav.nav-tabs li > a:focus {
  color: #FE2E62;
}

.mega-box.home1.pink .nav.nav-tabs li.active > a,
.mega-box.home1.pink .nav.nav-tabs li.active > a:hover,
.mega-box.home1.pink .nav.nav-tabs li.active > a:focus {
  color: #FE2E62;
}

.mega-box.home1.pink .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #FE2E62;
}

.mega-box.home1.pink .owl-theme .owl-nav > div {
  background: #FE2E62;
  border: 1px solid #FE2E62;
}

.mega-box.home1.pink .owl-theme .owl-nav > div:hover {
  background: #fff;
}

.mega-box.home1.pink .owl-theme .owl-nav > div:hover:after {
  color: #FE2E62;
}

/**
 *
 * Blog Carousel
 *
 */
.blog-section .container {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

.jmsblog.home1 .addon-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.jmsblog.home1 .addon-title h3 i.fa {
  display: none;
}

.jmsblog.home1 .addon-title h3:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00B0FF;
  position: absolute;
  top: calc(50% - 2px);
}

.jmsblog.home1 .addon-title h3 span {
  padding-right: 20px;
}

.jmsblog.home1 .blog-box .entry-title {
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.42;
}

.jmsblog.home1 .blog-box:hover .entry-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.jmsblog.home1 .blog-box:hover .entry-thumb .readmore-label {
  bottom: -6px;
  right: 0;
}

.jmsblog.home1 .blog-box .entry-thumb {
  position: relative;
  overflow: hidden;
}

.jmsblog.home1 .blog-box .entry-thumb img {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jmsblog.home1 .blog-box .entry-thumb .readmore-label {
  background: transparent none repeat scroll 0 0;
  border: 0 none !important;
  bottom: -50px;
  height: auto;
  padding: 0;
  position: absolute;
  right: -50px;
  width: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.jmsblog.home1 .blog-box .entry-thumb .readmore-label:before {
  border-right: 50px solid #00B0FF;
  border-top: 50px solid transparent;
  content: '';
  display: inline-block;
}

.jmsblog.home1 .blog-box .entry-thumb .readmore-label .icon-readmore {
  background: transparent url("assets/images/search.png") no-repeat scroll center center;
  display: inline-block;
  height: 13px;
  left: 60%;
  position: absolute;
  top: 55%;
  width: 13px;
  z-index: 2;
}

.jmsblog.home1 .blog-info {
  padding: 15px 0;
}

.jmsblog.home1 ul.entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}

.jmsblog.home1 ul.entry-meta li {
  display: inline-block;
  margin-right: 25px;
}

.jmsblog.home1 ul.entry-meta li span, .jmsblog.home1 ul.entry-meta li a {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.jmsblog.home1 ul.entry-meta li span .fa, .jmsblog.home1 ul.entry-meta li a .fa {
  margin-right: 5px;
}

/* Services Box */
.service-section .service-box {
  text-align: center;
}

.service-section .service-box .fa {
  font-size: 30px;
  color: #00B0FF;
  margin-bottom: 15px;
}

.service-section .service-box h3 {
  font-size: 15px;
  margin: 0 0 5px;
}

.service-section .service-box p {
  font-size: 12px;
}

/*==================================
=            Homepage 2            =
==================================*/
/**
 *
 * Slideshow section
 *
 */
.slideshow-section-2 .vc_column-inner {
  padding-right: 5px !important;
}

.slide-1-home-2 .poppins_bold p {
  font-size: 31px;
  color: #F9332E;
  font-weight: 600;
}

.slide-1-home-2 .desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.58 !important;
  color: #4f4f4f;
}

.slide-2-home-2 .poppins_bold p {
  font-size: 30px;
  color: #FB4E43;
  font-weight: 600;
  letter-spacing: 2px;
}

.slide-2-home-2 .desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.58 !important;
  color: #4f4f4f;
}

/**
 *
 * Service Section
 *
 */
.service-section-2 .service-box i.fa {
  float: left;
  font-size: 30px;
  color: #00B0FF;
  margin-right: 25px;
  position: relative;
  top: -2px;
  padding-bottom: 12px;
}

.service-section-2 .service-box i.fa:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #00B0FF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-section-2 .service-box .service-text {
  float: left;
}

.service-section-2 .service-box .service-text h3 {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.service-section-2 .service-box .service-text p {
  font-size: 12px;
  color: #7f7f7f;
  margin-bottom: 0;
}

/**
 *
 * Flashsales
 *
 */
.jmsflashsales.home2 .jmsflashsales-heading {
  float: left;
  width: 233px;
  background: #00B0FF;
  height: 327px;
  color: #fff;
  text-align: center;
}

.jmsflashsales.home2 .jmsflashsales-heading .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  background: rgba(0, 0, 0, 0.15);
  line-height: 50px;
}

.jmsflashsales.home2 .jmsflashsales-heading .desc {
  margin: 40px 0 35px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 0 20px;
}

.jmsflashsales.home2 .countdown-section {
  margin-right: 5px;
  width: 50px;
  height: 60px;
  position: relative;
  display: inline-block;
  background: #f5f5f5;
}

.jmsflashsales.home2 .countdown-section:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
}

.jmsflashsales.home2 .countdown-section:last-child {
  margin-right: 0;
}

.jmsflashsales.home2 .countdown-section span {
  display: block;
  color: #FA332E;
  line-height: 30px;
}

.jmsflashsales.home2 .countdown-section .countdown-amount {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  height: 33px;
  line-height: 33px;
  z-index: 11;
}

.jmsflashsales.home2 .countdown-section .countdown-period {
  background: #fff;
  font-size: 11px;
}

.jmsflashsales.home2 .owl-carousel {
  background: #ebebeb;
  width: calc(100% - 233px);
  float: left;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.jmsflashsales.home2 .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  margin: 0;
  right: 0;
}

.jmsflashsales.home2 .owl-carousel .owl-nav div {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #ebebeb;
  border: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.jmsflashsales.home2 .owl-carousel .owl-nav div:hover {
  background: #00B0FF;
}

.jmsflashsales.home2 .owl-carousel .owl-nav div:hover:after {
  color: #fff;
}

.jmsflashsales.home2 .owl-carousel .owl-nav div:after {
  color: #7c7c7c;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 30px;
}

.jmsflashsales.home2 .owl-carousel .owl-nav div.owl-prev {
  position: absolute;
  right: 0;
  top: -32px;
}

.jmsflashsales.home2 .owl-carousel .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.jmsflashsales.home2 .owl-carousel .owl-nav div.owl-next:after {
  content: "\f0da";
}

.jmsflashsales.home2 .owl-item .item {
  -webkit-backface-visibility: hidden;
}

.jmsflashsales.home2 .product-box {
  border: none;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.jmsflashsales.home2 .product-box .product-info {
  padding: 15px 0 16px;
}

/**
 *
 * Mega Product
 *
 */
.mega-box.home2 .box-title {
  background: #fff;
  border-top: 2px solid #00B0FF;
}

.mega-box.home2 .box-title h3 {
  font-size: 17px;
  color: #00B0FF;
  text-transform: uppercase;
  margin: 0;
}

.mega-box.home2 .box-title h3 i {
  width: 46px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #00B0FF;
  color: #fff;
  margin-right: 10px;
}

.mega-box.home2 .ver-img {
  width: 235px;
  float: left;
}

.mega-box.home2 .hor-img {
  padding-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

.mega-box.home2 .category-product-tab {
  width: calc(100% - 235px);
  float: left;
}

.mega-box.home2 .tabpanel {
  margin-top: -47px;
}

.mega-box.home2 .nav.nav-tabs {
  border-bottom: none;
  text-align: right;
  background: #fff;
  padding-right: 81px;
  overflow: hidden;
}

.mega-box.home2 .nav.nav-tabs li {
  display: inline-block;
  float: none;
  padding: 0 22px;
  width: auto;
  margin: 0;
  position: relative;
}

.mega-box.home2 .nav.nav-tabs li:first-child:after {
  content: none;
}

.mega-box.home2 .nav.nav-tabs li:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}

.mega-box.home2 .nav.nav-tabs li > a {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 47px;
  background: none;
  border: none;
}

.mega-box.home2 .nav.nav-tabs li > a:hover, .mega-box.home2 .nav.nav-tabs li > a:focus {
  color: #00B0FF;
}

.mega-box.home2 .nav.nav-tabs li.active > a,
.mega-box.home2 .nav.nav-tabs li.active > a:hover,
.mega-box.home2 .nav.nav-tabs li.active > a:focus {
  color: #00B0FF;
}

.mega-box.home2 .nav.nav-tabs li.active > a:before {
  content: '';
  border-top: 4px solid #00B0FF;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 0px;
  left: calc(50% - 2px);
}

.mega-box.home2 .owl-theme .owl-nav {
  position: absolute;
  top: -118px;
  margin: 0;
  right: 8px;
}

.mega-box.home2 .owl-theme .owl-nav div {
  color: #a0a0a0;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #dfdfdf;
  opacity: 1;
  width: 29px;
  height: 29px;
  font-size: 0;
}

.mega-box.home2 .owl-theme .owl-nav div:hover {
  background: #00B0FF;
  border-color: #00B0FF;
}

.mega-box.home2 .owl-theme .owl-nav div:hover:after {
  color: #fff;
}

.mega-box.home2 .owl-theme .owl-nav div:after {
  color: #a0a0a0;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 29px;
}

.mega-box.home2 .owl-theme .owl-nav div.owl-prev {
  margin-right: 1px;
}

.mega-box.home2 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.mega-box.home2 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.mega-box.home2 .item .product-box {
  border: none;
  border-top: 1px solid #ebeaea;
  background: #fff;
}

.mega-box.home2 .tab-content > .tab-pane {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.mega-box.home2 .tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.mega-box.home2.orange .box-title {
  border-color: #FF7E00;
}

.mega-box.home2.orange .box-title h3 {
  color: #FF7E00;
}

.mega-box.home2.orange .box-title h3 i {
  background: #FF7E00;
}

.mega-box.home2.orange .nav.nav-tabs li > a:hover, .mega-box.home2.orange .nav.nav-tabs li > a:focus {
  color: #FF7E00;
}

.mega-box.home2.orange .nav.nav-tabs li.active > a,
.mega-box.home2.orange .nav.nav-tabs li.active > a:hover,
.mega-box.home2.orange .nav.nav-tabs li.active > a:focus {
  color: #FF7E00;
}

.mega-box.home2.orange .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #FF7E00;
}

.mega-box.home2.orange .owl-theme .owl-nav div:hover {
  background: #FF7E00;
  border-color: #FF7E00;
}

.mega-box.home2.green .box-title {
  border-color: #27AE60;
}

.mega-box.home2.green .box-title h3 {
  color: #27AE60;
}

.mega-box.home2.green .box-title h3 i {
  background: #27AE60;
}

.mega-box.home2.green .nav.nav-tabs li > a:hover, .mega-box.home2.green .nav.nav-tabs li > a:focus {
  color: #27AE60;
}

.mega-box.home2.green .nav.nav-tabs li.active > a,
.mega-box.home2.green .nav.nav-tabs li.active > a:hover,
.mega-box.home2.green .nav.nav-tabs li.active > a:focus {
  color: #27AE60;
}

.mega-box.home2.green .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #27AE60;
}

.mega-box.home2.green .owl-theme .owl-nav div:hover {
  background: #27AE60;
  border-color: #27AE60;
}

.mega-box.home2.pink .box-title {
  border-color: #FE2E62;
}

.mega-box.home2.pink .box-title h3 {
  color: #FE2E62;
}

.mega-box.home2.pink .box-title h3 i {
  background: #FE2E62;
}

.mega-box.home2.pink .nav.nav-tabs li > a:hover, .mega-box.home2.pink .nav.nav-tabs li > a:focus {
  color: #FE2E62;
}

.mega-box.home2.pink .nav.nav-tabs li.active > a,
.mega-box.home2.pink .nav.nav-tabs li.active > a:hover,
.mega-box.home2.pink .nav.nav-tabs li.active > a:focus {
  color: #FE2E62;
}

.mega-box.home2.pink .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #FE2E62;
}

.mega-box.home2.pink .owl-theme .owl-nav div:hover {
  background: #FE2E62;
  border-color: #FE2E62;
}

/**
 *
 * Brand Section
 *
 */
.brand-section-2 .container {
  border-top: 1px solid #dadada;
  padding-top: 45px;
  padding-bottom: 45px;
}

.brand-section-2 .item {
  text-align: center;
}

.brand-section-2 .item img {
  margin: 0 auto;
  width: auto;
  opacity: 0.4;
}

.brand-section-2 .item:hover img {
  opacity: 1;
}

/*==================================
=            HOMEPAGE 3            =
==================================*/
.service-section-3 .service-box {
  padding-left: 30px;
}

.service-section-3 .service-box .fa {
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e1e1e1;
  background: #eeeeee;
  font-size: 20px;
  color: #00B0FF;
  float: left;
}

.service-section-3 .service-box .service-text {
  float: left;
  padding-left: 10px;
}

.service-section-3 .service-box .service-text h3 {
  font-weight: 400;
  margin-top: 0;
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 7px;
}

.service-section-3 .service-box .service-text p {
  font-size: 12px;
  color: #7f7f7f;
  margin-bottom: 0;
}

/**
 *
 * Vertical Megamenu
 *
 */
.home3 .vertical-wrap {
  background: #fff;
}

.home3 .vertical-wrap .title-block {
  background: #393641;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

.home3 .vertical-wrap .title-block .fa {
  background: #2c2a32;
  display: inline-block;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}

.home3 .vertical-wrap .megamenu-inner {
  display: block;
}

/**
 *
 * Slideshow section
 *
 */
.slideshow-section-3 .vc_column-inner {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.slide-1-home-3 .semi_bold p {
  color: #FE4235;
  font-size: 24px !important;
  font-weight: 600;
}

.slide-1-home-3 .desc p {
  line-height: 1.8 !important;
  color: #fff;
  font-weight: 300;
}

.slide-2-home-3 .semi_bold p {
  color: #ff0000;
  font-size: 24px !important;
  font-weight: 600;
}

.slide-2-home-3 .desc p {
  line-height: 1.8 !important;
  font-size: 14px !important;
  color: #4f4f4f;
  font-weight: 300;
}

.top-selling-3 {
  background: #f1f1f1;
}

.top-selling-3 .product-box {
  border: none;
}

.top-selling-3 .jmsproductslider-box .jmsproductslider-title h3 {
  width: calc(100% - 54px);
  font-size: 17px;
  color: #00B0FF;
  padding-bottom: 6px;
  margin: 0 0 15px;
  border-bottom: 2px solid #d8d8d8;
}

.top-selling-3 .jmsproductslider-box .jmsproductslider-title h3 .fa {
  margin-right: 10px;
}

.top-selling-3 .jmsproductslider-box .jmsproductslider-title h3 span {
  display: inline-block;
  position: relative;
}

.top-selling-3 .jmsproductslider-box .jmsproductslider-title h3 span:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #00B0FF;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.top-selling-3 .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -39px;
  right: 0;
}

.top-selling-3 .owl-theme .owl-nav > div {
  width: 24px;
  height: 24px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #acacac;
  padding: 0;
  margin: 0;
}

.top-selling-3 .owl-theme .owl-nav > div:hover {
  background: transparent;
  border-color: #00B0FF;
}

.top-selling-3 .owl-theme .owl-nav > div:hover:after {
  color: #00B0FF;
}

.top-selling-3 .owl-theme .owl-nav > div:after {
  color: #acacac;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 24px;
}

.top-selling-3 .owl-theme .owl-nav div.owl-prev {
  margin-right: 2px;
}

.top-selling-3 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.top-selling-3 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.hotdeal-block-3 .jmsflashsales-title h3 {
  text-transform: uppercase;
  font-size: 17px;
  color: #F9332E;
  padding-bottom: 6px;
  margin: 0;
  border-bottom: 2px solid #F9332E;
}

.hotdeal-block-3 .jmsflashsales-title h3 .fa {
  margin-right: 10px;
}

.hotdeal-block-3 .owl-theme {
  background: #fff;
  padding-top: 15px;
}

.hotdeal-block-3 .owl-theme .product-box .onsale {
  display: none;
}

.hotdeal-block-3 .owl-theme .product-box .preview a:after {
  content: none;
}

.hotdeal-block-3 .owl-theme .product-box .preview .product-buttons {
  display: none;
}

.hotdeal-block-3 .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  margin: 0;
  right: 0;
  left: 0;
}

.hotdeal-block-3 .owl-theme .owl-nav div {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #ebebeb;
  border: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hotdeal-block-3 .owl-theme .owl-nav div:hover {
  background: #00B0FF;
}

.hotdeal-block-3 .owl-theme .owl-nav div:hover:after {
  color: #fff;
}

.hotdeal-block-3 .owl-theme .owl-nav div:after {
  color: #7c7c7c;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 30px;
}

.hotdeal-block-3 .owl-theme .owl-nav div.owl-prev {
  left: -35px;
}

.hotdeal-block-3 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.hotdeal-block-3 .owl-theme .owl-nav div.owl-next {
  right: -35px;
}

.hotdeal-block-3 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.hotdeal-block-3 .owl-theme:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.hotdeal-block-3 .owl-theme:hover .owl-nav div.owl-prev {
  left: 0;
}

.hotdeal-block-3 .owl-theme:hover .owl-nav div.owl-next {
  right: 0;
}

.hotdeal-block-3 .jmsflashsales-countdown {
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}

.hotdeal-block-3 .countdown-section {
  margin-right: 18px;
  width: 45px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #eaeaea;
}

.hotdeal-block-3 .countdown-section:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #dad8d8;
  position: absolute;
  left: 0;
  top: 11px;
}

.hotdeal-block-3 .countdown-section:last-child {
  margin-right: 0;
}

.hotdeal-block-3 .countdown-section span {
  display: block;
  color: #FA332E;
  line-height: 28px;
}

.hotdeal-block-3 .countdown-section .countdown-amount {
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

.hotdeal-block-3 .countdown-section .countdown-period {
  background: #fff;
  border: 2px solid #e3e3e3;
  font-size: 11px;
}

/**
 *
 * Mega Product
 *
 */
.mega-box.home3 .box-title {
  background: #fff;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}

.mega-box.home3 .box-title h3 {
  display: inline-block;
  float: left;
  font-size: 17px;
  color: #00B0FF;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.mega-box.home3 .box-title h3:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #00B0FF;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.mega-box.home3 .box-title h3 i {
  margin-right: 10px;
}

.mega-box.home3 .box-title .viewall {
  float: right;
  line-height: 40px;
  font-size: 12px;
}

.mega-box.home3 .hor-img-2 {
  margin: 45px 0 35px;
  overflow: hidden;
  z-index: 99;
  position: relative;
}

.mega-box.home3 .ver-img {
  width: 222px;
  float: left;
}

.mega-box.home3 .category-product-tab {
  width: calc(100% - 222px);
  float: left;
  padding-left: 15px;
}

.mega-box.home3 .nav.nav-tabs {
  border-bottom: none;
  text-align: right;
  background: #fff;
}

.mega-box.home3 .nav.nav-tabs li {
  display: inline-block;
  float: none;
  padding: 0 22px;
  width: auto;
}

.mega-box.home3 .nav.nav-tabs li > a {
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 40px;
  background: none;
  border: none;
}

.mega-box.home3 .nav.nav-tabs li > a:hover, .mega-box.home3 .nav.nav-tabs li > a:focus {
  color: #00B0FF;
}

.mega-box.home3 .nav.nav-tabs li:after {
  content: '';
  width: 1px;
  height: 13px;
  background: #d6d6d6;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

.mega-box.home3 .nav.nav-tabs li:last-child {
  padding-right: 0;
}

.mega-box.home3 .nav.nav-tabs li:last-child:after {
  content: none;
}

.mega-box.home3 .nav.nav-tabs li.active > a,
.mega-box.home3 .nav.nav-tabs li.active > a:hover,
.mega-box.home3 .nav.nav-tabs li.active > a:focus {
  color: #00B0FF;
}

.mega-box.home3 .nav.nav-tabs li.active > a:before {
  content: '';
  border-bottom: 4px solid #00B0FF;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 4px);
}

.mega-box.home3 .nav.nav-tabs li.active > a:after {
  content: '';
  width: 26px;
  height: 2px;
  background: #00B0FF;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mega-box.home3 .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  margin: 0;
  right: 0;
  left: 0;
}

.mega-box.home3 .owl-theme .owl-nav div {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #ebebeb;
  border: none;
  opacity: 1;
  width: 24px;
  height: 24px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.mega-box.home3 .owl-theme .owl-nav div:hover {
  background: #00B0FF;
}

.mega-box.home3 .owl-theme .owl-nav div:hover:after {
  color: #fff;
}

.mega-box.home3 .owl-theme .owl-nav div:after {
  color: #7c7c7c;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 24px;
}

.mega-box.home3 .owl-theme .owl-nav div.owl-prev {
  left: -24px;
}

.mega-box.home3 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.mega-box.home3 .owl-theme .owl-nav div.owl-next {
  right: -24px;
}

.mega-box.home3 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.mega-box.home3 .owl-theme:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.mega-box.home3 .owl-theme:hover .owl-nav div.owl-prev {
  left: -12px;
}

.mega-box.home3 .owl-theme:hover .owl-nav div.owl-next {
  right: -12px;
}

.mega-box.home3.orange .box-title h3 {
  color: #FF7E00;
}

.mega-box.home3.orange .box-title h3:after {
  background: #FF7E00;
}

.mega-box.home3.orange .nav.nav-tabs li > a:hover, .mega-box.home3.orange .nav.nav-tabs li > a:focus {
  color: #FF7E00;
}

.mega-box.home3.orange .nav.nav-tabs li.active > a,
.mega-box.home3.orange .nav.nav-tabs li.active > a:hover,
.mega-box.home3.orange .nav.nav-tabs li.active > a:focus {
  color: #FF7E00;
}

.mega-box.home3.orange .nav.nav-tabs li.active > a:before {
  border-bottom: 4px solid #FF7E00;
}

.mega-box.home3.orange .nav.nav-tabs li.active > a:after {
  background: #FF7E00;
}

.mega-box.home3.orange .owl-theme .owl-nav div:hover {
  background: #FF7E00;
}

.mega-box.home3.green .box-title h3 {
  color: #27AE60;
}

.mega-box.home3.green .box-title h3:after {
  background: #27AE60;
}

.mega-box.home3.green .nav.nav-tabs li > a:hover, .mega-box.home3.green .nav.nav-tabs li > a:focus {
  color: #27AE60;
}

.mega-box.home3.green .nav.nav-tabs li.active > a,
.mega-box.home3.green .nav.nav-tabs li.active > a:hover,
.mega-box.home3.green .nav.nav-tabs li.active > a:focus {
  color: #27AE60;
}

.mega-box.home3.green .nav.nav-tabs li.active > a:before {
  border-bottom: 4px solid #27AE60;
}

.mega-box.home3.green .nav.nav-tabs li.active > a:after {
  background: #27AE60;
}

.mega-box.home3.green .owl-theme .owl-nav div:hover {
  background: #27AE60;
}

.mega-box.home3.pink .box-title h3 {
  color: #FE2E62;
}

.mega-box.home3.pink .box-title h3:after {
  background: #FE2E62;
}

.mega-box.home3.pink .nav.nav-tabs li > a:hover, .mega-box.home3.pink .nav.nav-tabs li > a:focus {
  color: #FE2E62;
}

.mega-box.home3.pink .nav.nav-tabs li.active > a,
.mega-box.home3.pink .nav.nav-tabs li.active > a:hover,
.mega-box.home3.pink .nav.nav-tabs li.active > a:focus {
  color: #FE2E62;
}

.mega-box.home3.pink .nav.nav-tabs li.active > a:before {
  border-bottom: 4px solid #FE2E62;
}

.mega-box.home3.pink .nav.nav-tabs li.active > a:after {
  background: #FE2E62;
}

.mega-box.home3.pink .owl-theme .owl-nav div:hover {
  background: #FE2E62;
}

.mega-box.home3 .product-box {
  border: 1px solid #efefef;
  background: #fff;
}

.mega-box.home3 .product-box .star-rating {
  margin-bottom: 7px;
}

.mega-box.home3 .product-box .product-info {
  padding-bottom: 9px;
}

.mega-box.home3 .tab-content > .tab-pane {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.mega-box.home3 .tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/**
 *
 * Blog Carousel
 *
 */
.jmsblog.home3 .addon-title {
  background: #fff;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 15px;
  width: calc(100% - 54px);
}

.jmsblog.home3 .addon-title h3 {
  display: inline-block;
  font-size: 17px;
  color: #00B0FF;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.jmsblog.home3 .addon-title h3:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #00B0FF;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.jmsblog.home3 .addon-title h3 i {
  margin-right: 10px;
}

.jmsblog.home3 .blog-box .entry-title {
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.42;
}

.jmsblog.home3 .blog-box:hover .entry-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.jmsblog.home3 .blog-box:hover .entry-thumb .readmore-label {
  bottom: -6px;
  right: 0;
}

.jmsblog.home3 .blog-box .entry-thumb {
  position: relative;
  overflow: hidden;
}

.jmsblog.home3 .blog-box .entry-thumb img {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jmsblog.home3 .blog-box .entry-thumb .readmore-label {
  background: transparent none repeat scroll 0 0;
  border: 0 none !important;
  bottom: -50px;
  height: auto;
  padding: 0;
  position: absolute;
  right: -50px;
  width: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.jmsblog.home3 .blog-box .entry-thumb .readmore-label:before {
  border-right: 50px solid #00B0FF;
  border-top: 50px solid transparent;
  content: '';
  display: inline-block;
}

.jmsblog.home3 .blog-box .entry-thumb .readmore-label .icon-readmore {
  background: transparent url("assets/images/search.png") no-repeat scroll center center;
  display: inline-block;
  height: 13px;
  left: 60%;
  position: absolute;
  top: 55%;
  width: 13px;
  z-index: 2;
}

.jmsblog.home3 .blog-info {
  padding: 15px 0;
}

.jmsblog.home3 ul.entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}

.jmsblog.home3 ul.entry-meta li {
  display: inline-block;
  margin-right: 25px;
}

.jmsblog.home3 ul.entry-meta li span, .jmsblog.home3 ul.entry-meta li a {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.jmsblog.home3 ul.entry-meta li span .fa, .jmsblog.home3 ul.entry-meta li a .fa {
  margin-right: 5px;
}

.jmsblog.home3 .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -39px;
  right: 0;
}

.jmsblog.home3 .owl-theme .owl-nav div {
  width: 24px;
  height: 24px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #acacac;
  padding: 0;
  margin: 0;
}

.jmsblog.home3 .owl-theme .owl-nav div:hover {
  border-color: #00B0FF;
}

.jmsblog.home3 .owl-theme .owl-nav div:hover:after {
  color: #00B0FF;
}

.jmsblog.home3 .owl-theme .owl-nav div:after {
  color: #acacac;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 24px;
}

.jmsblog.home3 .owl-theme .owl-nav div.owl-prev {
  margin-right: 2px;
}

.jmsblog.home3 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.jmsblog.home3 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

/*==================================
=            Homepage 4            =
==================================*/
/**
 *
 * Service box
 *
 */
.service-section-4 {
  box-shadow: 0 0 2px #ccc;
}

.service-section-4 .service-box {
  overflow: hidden;
  cursor: pointer;
}

.service-section-4 .service-box .fa {
  border: 3px solid rgba(16, 120, 190, 0.25);
  height: 47px;
  width: 47px;
  border-radius: 50%;
  text-align: center;
  float: left;
  color: #00B0FF;
  font-size: 16px;
  line-height: 42px;
  margin-right: 10px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.service-section-4 .service-box .service-text {
  float: left;
}

.service-section-4 .service-box .service-text h3 {
  margin: 5px 0;
  font-weight: 400;
  font-size: 14px;
}

.service-section-4 .service-box .service-text p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
}

.service-section-4 .service-box:hover .fa {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

/**
 *
 * Slideshow section
 *
 */
.slide-1-home-4 .poppins_bold p {
  color: #F8403D;
  font-family: 600;
  font-size: 27px;
}

.slide-1-home-4 .desc p {
  font-size: 16px;
  line-height: 1.58 !important;
  color: #4f4f4f;
}

.slide-2-home-4 .poppins_bold p {
  color: #fff;
  font-weight: 600;
  font-size: 27px;
}

.slide-2-home-4 .desc p {
  font-size: 16px;
  line-height: 1.58 !important;
  color: #4f4f4f;
}

.slide-3-home-4 .poppins_bold p {
  color: #1BAB4E;
  font-family: 600;
  font-size: 27px;
}

.slide-3-home-4 .desc p {
  font-size: 16px;
  line-height: 1.58 !important;
  color: #4f4f4f;
}

/**
 *
 * Flashsale tab
 *
 */
.jmsflashsales-tab .jmsflashsales-tabpanel {
  width: 234px;
  float: left;
  background: #fff;
}

.jmsflashsales-tab .tab-content {
  padding-top: 0;
  width: -webkit-calc(100% - 234px);
  width: -moz-calc(100% - 234px);
  width: calc(100% - 234px);
  float: left;
}

.jmsflashsales-tab .tab-content > .tab-pane {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.jmsflashsales-tab .tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.jmsflashsales-tab .jmsflashsales-title h3 {
  background: #00B0FF;
  color: #fff;
  font-size: 17px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  font-weight: 400;
}

.jmsflashsales-tab .jmsflashsales-title h3 .fa {
  margin-right: 7px;
}

.jmsflashsales-tab .nav-tabs {
  border: none;
}

.jmsflashsales-tab .nav-tabs > li {
  border: none;
  margin: 0;
  position: relative;
}

.jmsflashsales-tab .nav-tabs > li > a {
  display: block;
  border-radius: 0;
  color: #393641;
  font-size: 14px;
  font-weight: 400;
  padding: 0 30px;
  line-height: 50px;
  text-transform: capitalize;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin: 0;
  background: #fff;
}

.jmsflashsales-tab .nav-tabs > li.active > a, .jmsflashsales-tab .nav-tabs > li:focus > a {
  background: #fff;
  color: #00B0FF;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #fff;
}

.jmsflashsales-tab .jmsflashsales-countdown {
  position: relative;
  width: 100%;
  padding: 37px 0;
  border-right: 1px solid #ebebeb;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.jmsflashsales-tab .countdown-section {
  position: relative;
  border: 0;
  font-size: 11px;
  text-align: center;
  background: #efefef;
  line-height: normal;
  padding: 0;
  min-width: 45px;
  margin: 0 2.5px;
  color: #FE4C3C;
  float: left;
}

.jmsflashsales-tab .countdown-section:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e1e0e0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}

.jmsflashsales-tab .countdown-section .countdown-period {
  background: #fff;
  display: block;
  border: 2px solid #e9e9e9;
}

.jmsflashsales-tab .countdown-section .countdown-amount {
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  line-height: 33px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.jmsflashsales-tab .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  margin: 0;
  right: 0;
  left: 0;
}

.jmsflashsales-tab .owl-theme .owl-nav div {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #ebebeb;
  border: none;
  width: 24px;
  height: 24px;
  font-size: 0;
  opacity: 0;
  right: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.jmsflashsales-tab .owl-theme .owl-nav div:hover {
  background: #00B0FF;
}

.jmsflashsales-tab .owl-theme .owl-nav div:hover:after {
  color: #fff;
}

.jmsflashsales-tab .owl-theme .owl-nav div:after {
  color: #7c7c7c;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 24px;
}

.jmsflashsales-tab .owl-theme .owl-nav div.owl-prev {
  margin-top: -25px;
}

.jmsflashsales-tab .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.jmsflashsales-tab .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.jmsflashsales-tab .owl-theme:hover.owl-theme .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.jmsflashsales-tab .product-box {
  border: none;
}

/**
 *
 * Blog Carousel
 *
 */
.jmsblog.home4 .addon-title {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 15px;
  width: calc(100% - 54px);
}

.jmsblog.home4 .addon-title h3 {
  display: inline-block;
  font-size: 17px;
  color: #00B0FF;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.jmsblog.home4 .addon-title h3:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #00B0FF;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.jmsblog.home4 .addon-title h3 i {
  margin-right: 10px;
}

.jmsblog.home4 .blog-box .entry-title {
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.42;
}

.jmsblog.home4 .blog-box:hover .entry-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.jmsblog.home4 .blog-box:hover .entry-thumb .readmore-label {
  bottom: -6px;
  right: 0;
}

.jmsblog.home4 .blog-box .entry-thumb {
  position: relative;
  overflow: hidden;
}

.jmsblog.home4 .blog-box .entry-thumb img {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jmsblog.home4 .blog-box .entry-thumb .readmore-label {
  background: transparent none repeat scroll 0 0;
  border: 0 none !important;
  bottom: -50px;
  height: auto;
  padding: 0;
  position: absolute;
  right: -50px;
  width: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.jmsblog.home4 .blog-box .entry-thumb .readmore-label:before {
  border-right: 50px solid #00B0FF;
  border-top: 50px solid transparent;
  content: '';
  display: inline-block;
}

.jmsblog.home4 .blog-box .entry-thumb .readmore-label .icon-readmore {
  background: transparent url("assets/images/search.png") no-repeat scroll center center;
  display: inline-block;
  height: 13px;
  left: 60%;
  position: absolute;
  top: 55%;
  width: 13px;
  z-index: 2;
}

.jmsblog.home4 .blog-info {
  padding: 15px 0;
}

.jmsblog.home4 ul.entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}

.jmsblog.home4 ul.entry-meta li {
  display: inline-block;
  margin-right: 25px;
}

.jmsblog.home4 ul.entry-meta li span, .jmsblog.home4 ul.entry-meta li a {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.jmsblog.home4 ul.entry-meta li span .fa, .jmsblog.home4 ul.entry-meta li a .fa {
  margin-right: 5px;
}

.jmsblog.home4 .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -39px;
  right: 0;
}

.jmsblog.home4 .owl-theme .owl-nav div {
  width: 24px;
  height: 24px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #acacac;
  padding: 0;
  margin: 0;
}

.jmsblog.home4 .owl-theme .owl-nav div:hover {
  border-color: #00B0FF;
}

.jmsblog.home4 .owl-theme .owl-nav div:hover:after {
  color: #00B0FF;
}

.jmsblog.home4 .owl-theme .owl-nav div:after {
  color: #acacac;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 24px;
}

.jmsblog.home4 .owl-theme .owl-nav div.owl-prev {
  margin-right: 2px;
}

.jmsblog.home4 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.jmsblog.home4 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

/**
 *
 * Mega Product
 *
 */
.mega-box.home4 .box-title {
  background: #fff;
  border-top: 1px solid #00B0FF;
}

.mega-box.home4 .box-title h3 {
  padding: 0 20px;
  min-width: 235px;
  float: left;
  font-size: 17px;
  background: #00B0FF;
  color: #fff;
  line-height: 46px;
  text-transform: uppercase;
  margin: 0;
}

.mega-box.home4 .box-title h3 i {
  line-height: 46px;
  background: #00B0FF;
  color: #fff;
  margin-right: 5px;
}

.mega-box.home4 .ver-subcategory {
  width: 235px;
  min-height: 455px;
  float: left;
  background: #fff;
  border-right: 1px solid #f1f1f1;
}

.mega-box.home4 .ver-subcategory ul {
  list-style: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}

.mega-box.home4 .ver-subcategory ul li {
  border-bottom: 1px solid #eee;
}

.mega-box.home4 .ver-subcategory ul li:last-child {
  border-bottom: none;
}

.mega-box.home4 .ver-subcategory ul li a {
  line-height: 40px;
}

.mega-box.home4 .hor-banner {
  overflow: hidden;
}

.mega-box.home4 .category-product-tab {
  width: calc(100% - 235px);
  float: left;
}

.mega-box.home4 .nav.nav-tabs {
  text-align: right;
  background: #fff;
  padding-right: 81px;
  border-bottom: 1px solid #f1f1f1;
}

.mega-box.home4 .nav.nav-tabs li {
  display: inline-block;
  float: none;
  padding: 0 22px;
  width: auto;
  margin: 0;
  position: relative;
}

.mega-box.home4 .nav.nav-tabs li:first-child:after {
  content: none;
}

.mega-box.home4 .nav.nav-tabs li:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
}

.mega-box.home4 .nav.nav-tabs li > a {
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 46px;
  background: none;
  border: none;
}

.mega-box.home4 .nav.nav-tabs li > a:hover, .mega-box.home4 .nav.nav-tabs li > a:focus {
  color: #00B0FF;
}

.mega-box.home4 .nav.nav-tabs li.active > a,
.mega-box.home4 .nav.nav-tabs li.active > a:hover,
.mega-box.home4 .nav.nav-tabs li.active > a:focus {
  color: #00B0FF;
}

.mega-box.home4 .nav.nav-tabs li.active > a:before {
  content: '';
  border-top: 4px solid #00B0FF;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 0px;
  left: calc(50% - 2px);
}

.mega-box.home4 .owl-theme .owl-nav {
  position: absolute;
  top: -39px;
  margin: 0;
  right: 8px;
}

.mega-box.home4 .owl-theme .owl-nav div {
  color: #a0a0a0;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #dfdfdf;
  opacity: 1;
  width: 29px;
  height: 29px;
  font-size: 0;
}

.mega-box.home4 .owl-theme .owl-nav div:hover {
  background: #00B0FF;
  border-color: #00B0FF;
}

.mega-box.home4 .owl-theme .owl-nav div:hover:after {
  color: #fff;
}

.mega-box.home4 .owl-theme .owl-nav div:after {
  color: #a0a0a0;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 29px;
}

.mega-box.home4 .owl-theme .owl-nav div.owl-prev {
  margin-right: 1px;
}

.mega-box.home4 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.mega-box.home4 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.mega-box.home4 .item .product-box {
  border: none;
  background: #fff;
}

.mega-box.home4 .tab-content > .tab-pane {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.mega-box.home4 .tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.mega-box.home4.orange .box-title {
  border-top: 1px solid #FB7452;
}

.mega-box.home4.orange .box-title h3 {
  background: #FB7452;
}

.mega-box.home4.orange .box-title h3 i {
  background: #FB7452;
}

.mega-box.home4.orange .nav.nav-tabs li:hover, .mega-box.home4.orange .nav.nav-tabs li:focus {
  color: #FB7452;
}

.mega-box.home4.orange .nav.nav-tabs li.active > a,
.mega-box.home4.orange .nav.nav-tabs li.active > a:hover,
.mega-box.home4.orange .nav.nav-tabs li.active > a:focus {
  color: #FB7452;
}

.mega-box.home4.orange .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #FB7452;
}

.mega-box.home4.orange .vermega-carousel.owl-theme .owl-controls .owl-nav div:hover {
  background: #FB7452;
  border-color: #FB7452;
}

.mega-box.home4.green .box-title {
  border-top: 1px solid #1FB18A;
}

.mega-box.home4.green .box-title h3 {
  background: #1FB18A;
}

.mega-box.home4.green .box-title h3 i {
  background: #1FB18A;
}

.mega-box.home4.green .nav.nav-tabs li:hover, .mega-box.home4.green .nav.nav-tabs li:focus {
  color: #1FB18A;
}

.mega-box.home4.green .nav.nav-tabs li.active > a,
.mega-box.home4.green .nav.nav-tabs li.active > a:hover,
.mega-box.home4.green .nav.nav-tabs li.active > a:focus {
  color: #1FB18A;
}

.mega-box.home4.green .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #1FB18A;
}

.mega-box.home4.green .vermega-carousel.owl-theme .owl-controls .owl-nav div:hover {
  background: #1FB18A;
  border-color: #1FB18A;
}

.mega-box.home4.pink .box-title {
  border-top: 1px solid #F90C4F;
}

.mega-box.home4.pink .box-title h3 {
  background: #F90C4F;
}

.mega-box.home4.pink .box-title h3 i {
  background: #F90C4F;
}

.mega-box.home4.pink .nav.nav-tabs li:hover, .mega-box.home4.pink .nav.nav-tabs li:focus {
  color: #F90C4F;
}

.mega-box.home4.pink .nav.nav-tabs li.active > a,
.mega-box.home4.pink .nav.nav-tabs li.active > a:hover,
.mega-box.home4.pink .nav.nav-tabs li.active > a:focus {
  color: #F90C4F;
}

.mega-box.home4.pink .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #F90C4F;
}

.mega-box.home4.pink .vermega-carousel.owl-theme .owl-controls .owl-nav div:hover {
  background: #F90C4F;
  border-color: #F90C4F;
}

/**
 *
 * Brand section
 *
 */
.brand-section-4 .container {
  border-top: 1px solid #dadada;
  padding: 45px 0;
}

.brand-section-4 .item {
  text-align: center;
}

.brand-section-4 .item img {
  margin: 0 auto;
  width: auto;
  opacity: 0.4;
}

.brand-section-4 .item:hover img {
  opacity: 1;
}

/*==================================
=            Homepage 5            =
==================================*/
/**
 *
 * Slideshow
 *
 */
.slide-1-home-5 .poppins_bold p {
  color: #F8403D;
  font-weight: 600;
  font-size: 31px;
}

.slide-1-home-5 .desc p {
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  color: #4f4f4f;
  line-height: 1.9 !important;
}

.slide-2-home-5 .poppins_bold p {
  color: #FFF;
  font-family: 600;
  font-size: 25px;
}

.slide-2-home-5 .desc p {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  line-height: 1.8 !important;
}

/**
 *
 * Vertical Megamenu
 *
 */
.left-column-5 .vertical-wrap {
  background: #fff;
}

.left-column-5 .vertical-wrap .megamenu-inner {
  display: block;
}

.left-column-5 .vertical-wrap .title-block {
  background: #00B0FF;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

.left-column-5 .vertical-wrap .title-block .fa {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}

.left-column-5 .vertical-wrap .vertical-menu > li > a .menu-icon {
  color: #00B0FF;
}

.home .left-column-5 .vertical-wrap .megamenu-inner {
  display: block;
}

/**
 *
 * Hotdeal block
 *
 */
.hotdeal-block-5 {
  background: #fff;
}

.hotdeal-block-5 .jmsflashsales-title h3 {
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 17px;
  color: #F9332E;
  margin: 0;
  border-top: 2px solid #F9332E;
  border-bottom: 1px solid #ebebeb;
  padding: 0 15px;
}

.hotdeal-block-5 .jmsflashsales-title h3 .fa {
  margin-right: 10px;
}

.hotdeal-block-5 .owl-theme {
  background: #fff;
}

.hotdeal-block-5 .owl-theme .product-box {
  border: none;
}

.hotdeal-block-5 .owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  margin: 0;
  right: 0;
  left: 0;
}

.hotdeal-block-5 .owl-theme .owl-nav div {
  margin: 0;
  padding: 0;
  font-size: 12px;
  border-radius: 0;
  background: #ebebeb;
  border: none;
  opacity: 1;
  width: 30px;
  height: 30px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hotdeal-block-5 .owl-theme .owl-nav div:hover {
  background: #00B0FF;
}

.hotdeal-block-5 .owl-theme .owl-nav div:hover:after {
  color: #fff;
}

.hotdeal-block-5 .owl-theme .owl-nav div:after {
  color: #7c7c7c;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 30px;
}

.hotdeal-block-5 .owl-theme .owl-nav div.owl-prev {
  left: 0;
}

.hotdeal-block-5 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.hotdeal-block-5 .owl-theme .owl-nav div.owl-next {
  right: 0;
}

.hotdeal-block-5 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.hotdeal-block-5 .owl-theme:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.hotdeal-block-5 .jmsflashsales-countdown {
  text-align: center;
  position: relative;
}

.hotdeal-block-5 .jmsflashsales-countdown:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hotdeal-block-5 .countdown-section {
  margin-right: 18px;
  width: 45px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #eaeaea;
}

.hotdeal-block-5 .countdown-section:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #dad8d8;
  position: absolute;
  left: 0;
  top: 12px;
}

.hotdeal-block-5 .countdown-section:last-child {
  margin-right: 0;
}

.hotdeal-block-5 .countdown-section span {
  display: block;
  color: #FA332E;
}

.hotdeal-block-5 .countdown-section .countdown-amount {
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  position: relative;
  padding: 6px 0 2px;
  line-height: 1;
}

.hotdeal-block-5 .countdown-section .countdown-period {
  line-height: 23px;
  border: 2px solid #e3e3e3;
  font-size: 11px;
  background: #fff;
}

/**
 *
 * Top Selling
 *
 */
.top-selling-5 {
  background: #fff;
}

.top-selling-5 .jmsproductslider-title h3 {
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 17px;
  color: #FDAD0A;
  margin: 0;
  border-top: 2px solid #FDAD0A;
  border-bottom: 1px solid #ebebeb;
  padding: 0 15px;
}

.top-selling-5 .jmsproductslider-title h3 .fa {
  margin-right: 10px;
}

.top-selling-5 .product-box {
  border: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 1px;
  padding: 10px;
}

.top-selling-5 .product-box .preview {
  width: 90px;
  float: left;
}

.top-selling-5 .product-box .preview .onsale {
  display: none;
}

.top-selling-5 .product-box .preview .product-buttons {
  display: none;
}

.top-selling-5 .product-box .product-info {
  text-align: left;
  width: calc(100% - 90px);
  float: left;
  padding: 10px 0 0 15px;
}

.top-selling-5 .product-box .star-rating {
  margin: 0 0 10px;
}

.top-selling-5 .item:last-child .product-box {
  border-bottom: 0;
}

/**
 *
 * Service Box
 *
 */
.feature-box {
  color: #fff;
  border: 6px solid rgba(255, 255, 255, 0.35);
  padding: 25px 10px 20px 15px;
}

.feature-box.shipping {
  background: #70CAF8;
}

.feature-box.return {
  background: #FDB5A0;
}

.feature-box.customer {
  background: #FB84B0;
}

.feature-box .icon-service {
  cursor: pointer;
  font-size: 42px;
  float: left;
}

.feature-box .service-text {
  margin-left: 15px;
  display: inline-block;
}

.feature-box .service-text h4 {
  line-height: 23px;
  font-size: 18px;
  padding-bottom: 5px;
  margin: 0;
}

.feature-box .service-text p {
  font-weight: 300;
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 12px;
}

/**
 *
 * Blog Carousel
 *
 */
.jmsblog.home5 {
  background: #fff;
}

.jmsblog.home5 .addon-title h3 {
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  text-transform: uppercase;
  border-top: 2px solid #00B0FF;
  border-bottom: 1px solid #ebebeb;
  padding: 0 15px;
  margin: 0;
  color: #00B0FF;
}

.jmsblog.home5 .blog-box .entry-title {
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.42;
}

.jmsblog.home5 .blog-box:hover .entry-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.jmsblog.home5 .blog-box:hover .entry-thumb .readmore-label {
  bottom: -6px;
  right: 0;
}

.jmsblog.home5 .blog-box .entry-thumb {
  position: relative;
  overflow: hidden;
}

.jmsblog.home5 .blog-box .entry-thumb img {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jmsblog.home5 .blog-box .entry-thumb .readmore-label {
  background: transparent none repeat scroll 0 0;
  border: 0 none !important;
  bottom: -50px;
  height: auto;
  padding: 0;
  position: absolute;
  right: -50px;
  width: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.jmsblog.home5 .blog-box .entry-thumb .readmore-label:before {
  border-right: 50px solid #00B0FF;
  border-top: 50px solid transparent;
  content: '';
  display: inline-block;
}

.jmsblog.home5 .blog-box .entry-thumb .readmore-label .icon-readmore {
  background: transparent url("assets/images/search.png") no-repeat scroll center center;
  display: inline-block;
  height: 13px;
  left: 60%;
  position: absolute;
  top: 55%;
  width: 13px;
  z-index: 2;
}

.jmsblog.home5 .blog-info {
  padding: 15px 0;
}

.jmsblog.home5 ul.entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}

.jmsblog.home5 ul.entry-meta li {
  display: inline-block;
  margin-right: 25px;
}

.jmsblog.home5 ul.entry-meta li span, .jmsblog.home5 ul.entry-meta li a {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.jmsblog.home5 ul.entry-meta li span .fa, .jmsblog.home5 ul.entry-meta li a .fa {
  margin-right: 5px;
}

.jmsblog.home5 .owl-theme {
  padding: 25px 25px 5px;
}

.jmsblog.home5 .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -37px;
  right: 8px;
}

.jmsblog.home5 .owl-theme .owl-nav div {
  width: 30px;
  height: 30px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #dfe0df;
  padding: 0;
  margin: 0;
}

.jmsblog.home5 .owl-theme .owl-nav div:hover {
  border-color: #00B0FF;
}

.jmsblog.home5 .owl-theme .owl-nav div:hover:after {
  color: #00B0FF;
}

.jmsblog.home5 .owl-theme .owl-nav div:after {
  color: #a1a1a1;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 30px;
}

.jmsblog.home5 .owl-theme .owl-nav div.owl-prev {
  margin-right: 2px;
}

.jmsblog.home5 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.jmsblog.home5 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

/**
 *
 * Testimonial Box
 *
 */
.jmstestimonial-box {
  background: #fff;
  padding-bottom: 12px;
}

.jmstestimonial-box .jmstestimonial-title h3 {
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 17px;
  color: #00B0FF;
  margin: 0;
  border-top: 2px solid #00B0FF;
  border-bottom: 1px solid #ebebeb;
  padding: 0 15px;
}

.jmstestimonial-box .jmstestimonial-title h3 .fa {
  margin-right: 10px;
}

.jmstestimonial-box .owl-theme .owl-dots span {
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #dadada;
}

.jmstestimonial-box .owl-theme .owl-dot.active span {
  background: #00B0FF;
}

.jmstestimonial-box .testimonial-box {
  padding: 18px;
}

.jmstestimonial-box .testimonial-box .comments {
  font-weight: 300;
  line-height: 25px;
}

.jmstestimonial-box .testimonial-box .thumb {
  border-radius: 50px;
  float: left;
  height: 50px;
  margin-right: 15px;
  overflow: hidden;
  width: 50px;
}

.jmstestimonial-box .testimonial-box .thumb img {
  width: 50px;
  height: 50px;
}

.jmstestimonial-box .testimonial-box .author {
  float: left;
}

.jmstestimonial-box .testimonial-box .author h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
}

.jmstestimonial-box .testimonial-box .author span {
  font-size: 12px;
  font-weight: 300;
}

/**
 *
 * Mega Product
 *
 */
.mega-box.home5 .box-title {
  background: #fff;
  border-top: 2px solid #00B0FF;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 15px;
  padding-right: 100px;
}

.mega-box.home5 .box-title h3 {
  display: inline-block;
  float: left;
  font-size: 17px;
  color: #00B0FF;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}

.mega-box.home5 .box-title h3 i {
  margin-right: 10px;
}

.mega-box.home5 .nav.nav-tabs {
  border-bottom: none;
  text-align: right;
  background: #fff;
}

.mega-box.home5 .nav.nav-tabs li {
  display: inline-block;
  float: none;
  padding: 0 22px;
  width: auto;
}

.mega-box.home5 .nav.nav-tabs li > a {
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 40px;
  background: none;
  border: none;
}

.mega-box.home5 .nav.nav-tabs li > a:hover, .mega-box.home5 .nav.nav-tabs li > a:focus {
  color: #00B0FF;
}

.mega-box.home5 .nav.nav-tabs li:after {
  content: '';
  width: 1px;
  height: 13px;
  background: #d6d6d6;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

.mega-box.home5 .nav.nav-tabs li:last-child {
  padding-right: 0;
}

.mega-box.home5 .nav.nav-tabs li:last-child:after {
  content: none;
}

.mega-box.home5 .nav.nav-tabs li.active > a,
.mega-box.home5 .nav.nav-tabs li.active > a:hover,
.mega-box.home5 .nav.nav-tabs li.active > a:focus {
  color: #00B0FF;
}

.mega-box.home5 .nav.nav-tabs li.active > a:before {
  content: '';
  border-top: 4px solid #00B0FF;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 0px;
  left: calc(50% - 4px);
}

.mega-box.home5 .hor-img-2 {
  margin: 30px 0;
}

.mega-box.home5 .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -36px;
  right: 7px;
}

.mega-box.home5 .owl-theme .owl-nav div {
  width: 30px;
  height: 30px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #ebebeb;
  padding: 0;
  margin: 0;
}

.mega-box.home5 .owl-theme .owl-nav div:hover {
  border-color: #00B0FF;
}

.mega-box.home5 .owl-theme .owl-nav div:hover:after {
  color: #00B0FF;
}

.mega-box.home5 .owl-theme .owl-nav div:after {
  color: #acacac;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 30px;
}

.mega-box.home5 .owl-theme .owl-nav div.owl-prev {
  margin-right: 2px;
}

.mega-box.home5 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.mega-box.home5 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.mega-box.home5 .item .product-box {
  border: none;
  background: #fff;
}

.mega-box.home5 .product-box .product-buttons a.button {
  margin-right: 11px;
}

.mega-box.home5 .tab-content > .tab-pane {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.mega-box.home5 .tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.mega-box.home5.orange .box-title {
  border-top: 2px solid #FF7E00;
}

.mega-box.home5.orange .box-title h3 {
  color: #FF7E00;
}

.mega-box.home5.orange .nav.nav-tabs li > a:hover, .mega-box.home5.orange .nav.nav-tabs li > a:focus {
  color: #FF7E00;
}

.mega-box.home5.orange .nav.nav-tabs li.active > a,
.mega-box.home5.orange .nav.nav-tabs li.active > a:hover,
.mega-box.home5.orange .nav.nav-tabs li.active > a:focus {
  color: #FF7E00;
}

.mega-box.home5.orange .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #FF7E00;
}

.mega-box.home5.orange .owl-theme .owl-nav div:hover {
  border-color: #FF7E00;
}

.mega-box.home5.orange .owl-theme .owl-nav div:hover:after {
  color: #FF7E00;
}

.mega-box.home5.green .box-title {
  border-top: 2px solid #27AE60;
}

.mega-box.home5.green .box-title h3 {
  color: #27AE60;
}

.mega-box.home5.green .nav.nav-tabs li > a:hover, .mega-box.home5.green .nav.nav-tabs li > a:focus {
  color: #27AE60;
}

.mega-box.home5.green .nav.nav-tabs li.active > a,
.mega-box.home5.green .nav.nav-tabs li.active > a:hover,
.mega-box.home5.green .nav.nav-tabs li.active > a:focus {
  color: #27AE60;
}

.mega-box.home5.green .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #27AE60;
}

.mega-box.home5.green .owl-theme .owl-nav div:hover {
  border-color: #27AE60;
}

.mega-box.home5.green .owl-theme .owl-nav div:hover:after {
  color: #27AE60;
}

.mega-box.home5.pink .box-title {
  border-top: 2px solid #FE2E62;
}

.mega-box.home5.pink .box-title h3 {
  color: #FE2E62;
}

.mega-box.home5.pink .nav.nav-tabs li > a:hover, .mega-box.home5.pink .nav.nav-tabs li > a:focus {
  color: #FE2E62;
}

.mega-box.home5.pink .nav.nav-tabs li.active > a,
.mega-box.home5.pink .nav.nav-tabs li.active > a:hover,
.mega-box.home5.pink .nav.nav-tabs li.active > a:focus {
  color: #FE2E62;
}

.mega-box.home5.pink .nav.nav-tabs li.active > a:before {
  border-top: 4px solid #FE2E62;
}

.mega-box.home5.pink .owl-theme .owl-nav div:hover {
  border-color: #FE2E62;
}

.mega-box.home5.pink .owl-theme .owl-nav div:hover:after {
  color: #FE2E62;
}

/*==================================
=            Homepage 6            =
==================================*/
/**
 *
 * Slideshow section
 *
 */
.slideshow-section-6 .row {
  margin-left: 0;
  margin-right: 0;
}

.slideshow-section-6 .row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.slide-1-home-6 .poppins_bold p {
  color: #ff3333;
  font-weight: 600;
  font-size: 30px;
}

.slide-1-home-6 .desc p {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  line-height: 1.9 !important;
  color: #4f4f4f;
}

.slide-2-home-6 .poppins_bold p {
  color: #0F75C1;
  font-weight: 600;
  font-size: 30px;
}

.slide-2-home-6 .desc p {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  line-height: 1.9 !important;
  color: #4f4f4f;
}

.slide-3-home-6 .poppins_bold p {
  color: #0F75C1;
  font-weight: 600;
  font-size: 30px;
}

.slide-3-home-6 .desc p {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  line-height: 1.9 !important;
  color: #4f4f4f;
}

/**
 *
 * Services
 *
 */
.service-section-6 .service-box .service-content {
  overflow: hidden;
}

.service-section-6 .service-box i {
  font-size: 15px;
  background: #00B0FF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 15px;
}

.service-section-6 .service-box h3 {
  float: left;
  font-size: 17px;
  margin: 0;
  line-height: 40px;
}

.service-section-6 .service-box p {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

/**
 *
 * Mega Product
 *
 */
.megaproduct-section-6 .banner-wrap:first-child {
  margin-bottom: 15px;
}

.megaproduct-section-6 .right .vc_column-inner {
  padding-left: 0;
}

.megaproduct-section-6 .left .vc_column-inner {
  padding-right: 0;
}

.mega-box.home6 {
  border-top: 1px solid #00B0FF;
}

.mega-box.home6 .box-title {
  position: relative;
  background: #fff;
  width: 220px;
  min-height: 608px;
  float: left;
  margin-right: 1px;
}

.mega-box.home6 .box-title h3 {
  line-height: 40px;
  padding: 0 20px;
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  background: #00B0FF;
  color: #fff;
}

.mega-box.home6 .box-title h3 .fa {
  width: 45px;
  height: 45px;
  margin-right: 7px;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.mega-box.home6 .box-title .ver-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.mega-box.home6.mega-right .box-title {
  float: right;
  margin-right: 0;
  margin-left: 1px;
}

.mega-box.home6 .mega-box-content {
  width: calc(100% - 221px);
  float: left;
}

.mega-box.home6 .nav.nav-tabs {
  border-bottom: none;
  background: #fff;
}

.mega-box.home6 .nav.nav-tabs li {
  display: block;
  float: none;
  padding: 0 22px;
  width: auto;
}

.mega-box.home6 .nav.nav-tabs li > a {
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 40px;
  background: none;
  border: none;
}

.mega-box.home6 .nav.nav-tabs li > a:hover, .mega-box.home6 .nav.nav-tabs li > a:focus {
  color: #00B0FF;
}

.mega-box.home6 .nav.nav-tabs li.active > a,
.mega-box.home6 .nav.nav-tabs li.active > a:hover,
.mega-box.home6 .nav.nav-tabs li.active > a:focus {
  color: #00B0FF;
}

.mega-box.home6 .item-wrap .item:last-child .product-box {
  margin-bottom: 0;
}

.mega-box.home6 .product-box {
  border: none;
  margin-bottom: 1px;
}

.mega-box.home6 .product-box .product-info {
  padding: 11px 0;
}

.mega-box.home6 .product-box .star-rating {
  margin-bottom: 7px;
}

.mega-box.home6 .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: calc(50% - 15px);
  width: 100%;
}

.mega-box.home6 .owl-theme .owl-nav div {
  width: 30px;
  height: 30px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #efefef;
  padding: 0;
  margin: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.mega-box.home6 .owl-theme .owl-nav div:hover {
  border-color: #00B0FF;
}

.mega-box.home6 .owl-theme .owl-nav div:hover:after {
  color: #00B0FF;
}

.mega-box.home6 .owl-theme .owl-nav div:after {
  color: #acacac;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 30px;
}

.mega-box.home6 .owl-theme .owl-nav div.owl-prev {
  position: absolute;
  left: -1px;
}

.mega-box.home6 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.mega-box.home6 .owl-theme .owl-nav div.owl-next {
  position: absolute;
  right: -1px;
}

.mega-box.home6 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.mega-box.home6 .owl-theme:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.mega-box.home6 .tab-content > .tab-pane {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.mega-box.home6 .tab-content > .tab-pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/**
 *
 * Brand section
 *
 */
.jmsbrand.bottom {
  margin-top: -9px;
}

/**
 *
 * Blog Carousel
 *
 */
.jmsblog.home6 {
  background: #fff;
}

.jmsblog.home6 .addon-title h3 {
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  text-transform: uppercase;
  border-top: 2px solid #00B0FF;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  color: #00B0FF;
}

.jmsblog.home6 .addon-title h3 .fa {
  width: 45px;
  height: 43px;
  background: #00B0FF;
  color: #fff;
  line-height: 43px;
  text-align: center;
  margin-right: 7px;
}

.jmsblog.home6 .blog-box .entry-title {
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  line-height: 1.42;
}

.jmsblog.home6 .blog-box:hover .entry-thumb img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.jmsblog.home6 .blog-box:hover .entry-thumb .readmore-label {
  bottom: -6px;
  right: 0;
}

.jmsblog.home6 .blog-box .entry-thumb {
  position: relative;
  overflow: hidden;
}

.jmsblog.home6 .blog-box .entry-thumb img {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
}

.jmsblog.home6 .blog-box .entry-thumb .readmore-label {
  background: transparent none repeat scroll 0 0;
  border: 0 none !important;
  bottom: -50px;
  height: auto;
  padding: 0;
  position: absolute;
  right: -50px;
  width: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.jmsblog.home6 .blog-box .entry-thumb .readmore-label:before {
  border-right: 50px solid #00B0FF;
  border-top: 50px solid transparent;
  content: '';
  display: inline-block;
}

.jmsblog.home6 .blog-box .entry-thumb .readmore-label .icon-readmore {
  background: transparent url("assets/images/search.png") no-repeat scroll center center;
  display: inline-block;
  height: 13px;
  left: 60%;
  position: absolute;
  top: 55%;
  width: 13px;
  z-index: 2;
}

.jmsblog.home6 .blog-info {
  padding: 15px 0 25px;
}

.jmsblog.home6 ul.entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}

.jmsblog.home6 ul.entry-meta li {
  display: inline-block;
  margin-right: 25px;
}

.jmsblog.home6 ul.entry-meta li span, .jmsblog.home6 ul.entry-meta li a {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.jmsblog.home6 ul.entry-meta li span .fa, .jmsblog.home6 ul.entry-meta li a .fa {
  margin-right: 5px;
}

.jmsblog.home6 .owl-theme {
  padding: 25px 25px 5px;
}

.jmsblog.home6 .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -37px;
  right: 8px;
}

.jmsblog.home6 .owl-theme .owl-nav div {
  width: 30px;
  height: 30px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #dfe0df;
  padding: 0;
  margin: 0;
}

.jmsblog.home6 .owl-theme .owl-nav div:hover {
  border-color: #00B0FF;
}

.jmsblog.home6 .owl-theme .owl-nav div:hover:after {
  color: #00B0FF;
}

.jmsblog.home6 .owl-theme .owl-nav div:after {
  color: #a1a1a1;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 30px;
}

.jmsblog.home6 .owl-theme .owl-nav div.owl-prev {
  margin-right: 2px;
}

.jmsblog.home6 .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.jmsblog.home6 .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

/**
 *
 * Spinner
 *
 */
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-content .woocommerce h2 {
  margin-top: 0;
  font-size: 20px;
}

.page-content .woocommerce .title h3 {
  font-size: 20px;
}

/**
 *
 * Filter Panel
 *
 */
.tax-product_tag .filters-panel {
  margin-top: 0;
}

.filters-panel {
  margin-top: 45px;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.filters-panel.no-margin {
  margin-top: 0;
}

.filters-panel.bottom {
  padding: 20px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #ebebeb;
  border-bottom: none;
}

.view-mode {
  float: left;
  margin-right: 27px;
}

.view-mode a {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #a6a5a5;
  margin-right: 5px;
}

.view-mode a:last-child {
  margin-right: 0;
}

.view-mode a .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.view-mode a.view-grid .icon {
  background: url("assets/images/icon/grid.png") no-repeat center center;
}

.view-mode a.view-list .icon {
  background: url("assets/images/icon/list.png") no-repeat center center;
}

.view-mode a.active {
  border-color: #00B0FF;
  background: #00B0FF;
}

.view-mode a.active.view-grid .icon {
  background: url("assets/images/icon/grid-hover.png") no-repeat center center;
}

.view-mode a.active.view-list .icon {
  background: url("assets/images/icon/list-hover.png") no-repeat center center;
}

.ordering-block {
  float: left;
  color: #45414e;
}

.ordering-block > span {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  margin-right: 4px;
}

.ordering-block .woocommerce-ordering {
  margin-bottom: 0;
  position: relative;
}

.ordering-block .woocommerce-ordering select {
  background: #fff;
  border: 1px solid #a6a5a5;
  height: 30px;
  font-size: 12px;
  padding: 0 20px 0 5px;
  width: 120px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

.ordering-block .woocommerce-ordering select:focus {
  outline: none;
}

.ordering-block .woocommerce-ordering select:after {
  content: "\f0d7";
  font-family: 'FontAweSome';
}

.ordering-block .woocommerce-ordering .icon-down {
  position: absolute;
  right: 1px;
  line-height: 28px;
  pointer-events: none;
  top: 1px;
  width: 20px;
  text-align: center;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  font-size: 12px;
  line-height: 30px;
}

.pagination-block {
  float: right;
}

.pagination-block nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
}

.pagination-block nav.woocommerce-pagination ul li {
  border: none;
  margin-right: 4px;
}

.pagination-block nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}

.pagination-block nav.woocommerce-pagination ul li a,
.pagination-block nav.woocommerce-pagination ul li span {
  color: #8f8f8f;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  min-width: 30px;
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
}

.pagination-block nav.woocommerce-pagination ul li a:hover,
.pagination-block nav.woocommerce-pagination ul li span:hover {
  background: #00B0FF;
  color: #fff;
  border-color: #00B0FF;
}

.pagination-block nav.woocommerce-pagination ul li a.next {
  position: relative;
  font-size: 0;
}

.pagination-block nav.woocommerce-pagination ul li a.next:after {
  content: "\f0da";
  font-family: 'FontAweSome';
  font-size: 13px;
}

.pagination-block nav.woocommerce-pagination ul li span.current {
  background: #00B0FF;
  color: #fff;
  border-color: #00B0FF;
}

/**
 *
 * Category Thumb
 *
 */
.category-thumb {
  position: relative;
}

.category-thumb .category-box {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.category-thumb .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.category-thumb .text {
  vertical-align: middle;
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}

.category-thumb .text h1 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 7px;
}

.category-thumb .text h1:after {
  content: '';
  width: 35px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.category-thumb .text p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 300;
}

/**
 *
 * Product List
 *
 */
.products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.products-list .item {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.woocommerce.columns-1 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce.columns-1 .products-list .item {
  width: 100%;
}

.woocommerce.columns-2 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce.columns-2 .products-list .item {
  width: 50%;
}

.woocommerce.columns-3 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce.columns-3 .products-list .item {
  width: 33.33%;
}

.woocommerce.columns-4 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce.columns-4 .products-list .item {
  width: 25%;
}

.woocommerce.columns-5 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce.columns-5 .products-list .item {
  width: 20%;
}

.woocommerce.columns-6 {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce.columns-6 .products-list .item {
  width: 16.66%;
}

.woocommerce .star-rating {
  float: none;
  overflow: hidden;
  position: relative;
  height: 15px;
  line-height: 1;
  width: 5.1em;
  margin: 0 auto 8px;
}

.woocommerce .star-rating:before {
  content: '\e611\e611\e611\e611\e611';
  color: #999;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  font-size: 14px;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: '\e611\e611\e611\e611\e611';
  color: #ff9600;
  top: 0;
  position: absolute;
  left: 0;
  font-family: 'Pe-icon-7-stroke';
  font-size: 14px;
}

.product-box {
  background: #fff;
  text-align: center;
  border: 1px solid #ebebeb;
}

.product-box .star-rating {
  float: none;
  overflow: hidden;
  position: relative;
  height: 15px;
  line-height: 1;
  width: 5.1em;
  margin: 0 auto 8px;
}

.product-box .star-rating:before {
  content: '\e611\e611\e611\e611\e611';
  color: #999;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  font-size: 14px;
}

.product-box .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.product-box .star-rating span:before {
  content: '\e611\e611\e611\e611\e611';
  color: #ff9600;
  top: 0;
  position: absolute;
  left: 0;
  font-family: 'Pe-icon-7-stroke';
  font-size: 14px;
}

.product-box .preview {
  position: relative;
}

.product-box .preview > a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-box .preview > a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transform: rotate(-45deg) scale(0.5);
  -webkit-transform: rotate(-45deg) scale(0.5);
  -ms-transform: rotate(-45deg) scale(0.5);
  opacity: 0;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}

.product-box .preview img {
  width: 100%;
}

.product-box .preview span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 3px 4px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 10px;
  left: 10px;
  margin: 0;
  border-radius: 0;
  background-color: #FE4C3C;
  color: #fff;
  font-size: 11px;
}

.product-box .product-info-horizontal {
  display: none;
}

.product-box .product-info {
  padding: 15px 0;
}

.product-box h3 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 7px;
  padding: 0;
  line-height: 1.4;
}

.product-box .content_price {
  font-size: 15px;
  font-weight: 500;
  color: #00B0FF;
}

.product-box .content_price del {
  color: #7f7f7f;
  font-size: 12px;
  margin-right: 15px;
  font-weight: 400;
}

.product-box .content_price ins {
  background: none;
  text-decoration: none;
}

.product-box .product-buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
}

.product-box .product-buttons > a, .product-box .product-buttons > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  text-align: center;
}

.product-box .product-buttons .button {
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 0;
  border-radius: 0;
  margin: 0 14px 0 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-box .product-buttons .button.yith-wcqv-button {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.product-box .product-buttons .button.compare {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.product-box .product-buttons .button:hover:after {
  color: #fe4c3c;
}

.product-box .product-buttons .button:last-child {
  margin-right: 0;
}

.product-box .product-buttons .button:after {
  font-family: 'FontAweSome';
  font-size: 14px;
  line-height: 40px;
}

.product-box .product-buttons .button.product_type_simple:after, .product-box .product-buttons .button.add_to_cart_button:after, .product-box .product-buttons .button.product_type_grouped:after, .product-box .product-buttons .button.product_type_external:after {
  content: '\f07a';
  left: 0;
  right: 0;
  top: 0;
}

.product-box .product-buttons .button.product_type_simple.loading:after, .product-box .product-buttons .button.add_to_cart_button.loading:after, .product-box .product-buttons .button.product_type_grouped.loading:after, .product-box .product-buttons .button.product_type_external.loading:after {
  font-family: 'FontAweSome';
  content: '\f110';
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.product-box .product-buttons .button.product_type_simple.added:after, .product-box .product-buttons .button.add_to_cart_button.added:after, .product-box .product-buttons .button.product_type_grouped.added:after, .product-box .product-buttons .button.product_type_external.added:after {
  font-family: 'FontAweSome';
  content: '\f00c';
  margin: 0;
}

.product-box .product-buttons .button.yith-wcqv-button:after {
  content: '\f047';
}

.product-box .product-buttons .yith-wcwl-add-to-wishlist {
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  margin: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.product-box .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > a {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.product-box .product-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > a:after {
  content: "\f08a";
  font-family: 'FontAweSome';
  font-size: 14px;
  color: #4f4f4f;
  line-height: 40px;
}

.product-box .product-buttons .yith-wcwl-add-to-wishlist span.feedback {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.product-box .product-buttons .yith-wcwl-add-to-wishlist span.feedback:after {
  content: "\f004";
  font-family: 'FontAweSome';
  font-size: 14px;
  color: #4f4f4f;
  line-height: 40px;
}

.product-box .product-buttons .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button.show > a:after,
.product-box .product-buttons .yith-wcwl-add-to-wishlist:hover span.feedback:after {
  color: #fe4c3c;
}

.product-box .product-buttons .compare:after {
  content: "\f0ec";
  font-family: 'FontAweSome';
  font-size: 14px;
  color: #4f4f4f;
  line-height: 40px;
}

.product-box .product-buttons .compare:hover:after {
  color: #fe4c3c;
}

.product-box .added_to_cart {
  display: none !important;
}

.product-box:hover .preview > a:after {
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

.product-box:hover .product-buttons > a, .product-box:hover .product-buttons > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 15px;
  font-weight: 500;
  color: #00B0FF;
}

.products-list.no-sidebar .item {
  width: 25%;
}

.products-list.no-sidebar.product-list-row .item {
  width: 100%;
}

.product-list-row .item {
  float: none;
  width: 100%;
}

.product-list-row .product-box {
  overflow: hidden;
  text-align: left;
}

.product-list-row .product-box .preview {
  width: 270px;
  float: left;
}

.product-list-row .product-box .preview a:after {
  content: none;
}

.product-list-row .product-box .preview .product-buttons {
  display: none;
}

.product-list-row .product-box .product-info {
  display: none;
}

.product-list-row .product-box .product-info-horizontal {
  width: calc(100% - 270px);
  float: left;
  display: block;
  padding: 30px 20px;
}

.product-list-row .product-box .product-info-horizontal > a h3 {
  font-size: 15px;
}

.product-list-row .product-box .star-rating {
  float: left;
  width: 100%;
}

.product-list-row .product-box .content_price {
  margin-bottom: 15px;
}

.product-list-row .product-box .short-desc {
  margin-bottom: 20px;
}

.product-list-row .product-box .product-buttons {
  position: inherit;
  display: inherit;
}

.product-list-row .product-box .product-buttons > a, .product-list-row .product-box .product-buttons > div {
  float: left;
  border: 1px solid #ebebeb;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.product-list-row .product-box .product-buttons .clear {
  display: none;
}

/**
 *
 * Single Product
 *
 */
.product-top {
  margin-bottom: 40px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.yith_magnifier_zoom_wrap, .yith_magnifier_thumbnail a img {
  border: 1px solid #E6E6E6;
}

.yith_magnifier_zoom_magnifier {
  border: none;
}

.yith_magnifier_gallery li {
  box-sizing: border-box;
  padding: 0 5px;
}

.yith_magnifier_lens {
  background: rgba(0, 0, 0, 0.5) !important;
}

.yith_magnifier_zoom_magnifier {
  background: #fff;
  z-index: 9999;
  border: 2px solid #d8d8d8 !important;
  border-radius: 0px !important;
}

.products-widget .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}

.products-widget .bx-wrapper .bx-controls-direction a {
  width: 100%;
  height: 20px;
  border: 1px solid #ebebeb;
  color: #818181;
  background: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  text-indent: 0;
  font-size: 0;
  z-index: 9;
}

.products-widget .bx-wrapper .bx-controls-direction a:hover {
  border-color: #00B0FF;
}

.products-widget .bx-wrapper .bx-controls-direction a:hover:before {
  color: #00B0FF;
}

.products-widget .bx-wrapper .bx-controls-direction .bx-prev {
  top: 0;
}

.products-widget .bx-wrapper .bx-controls-direction .bx-prev:before {
  font-size: 14px;
  line-height: 20px;
  content: '\f0d8';
  font-family: 'FontAweSome';
}

.products-widget .bx-wrapper .bx-controls-direction .bx-next {
  top: auto;
  bottom: 0;
}

.products-widget .bx-wrapper .bx-controls-direction .bx-next:before {
  font-size: 14px;
  line-height: 20px;
  content: '\f0d7';
  font-family: 'FontAweSome';
}

.products-widget ul.slides {
  padding-left: 0;
}

.products-widget ul.slides li {
  border: 1px solid #eee;
}

.products-widget .bx-viewport {
  height: 390px !important;
  padding: 44px 0;
}

.jms-left-column {
  width: 470px;
  float: left;
}

.jms-left-column .image-thumbnails {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.jms-left-column .image-block {
  width: calc(100% - 100px);
  float: left;
  border: 1px solid #ebebeb;
}

.jms-right-column {
  width: calc(100% - 470px);
  float: left;
  padding-left: 30px;
}

.jms-right-column tr {
  border: none;
}

.jms-right-column td {
  padding: 0;
}

.jms-right-column .clear {
  display: inline-block;
}

.jms-right-column .woocommerce-product-rating {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.jms-right-column p.price {
  font-size: 22px !important;
}

.jms-right-column p.price del {
  font-size: 15px !important;
}

.jms-right-column p.price ins {
  background: none;
  text-decoration: none !important;
}

.jms-right-column .addthis_inline_share_toolbox_abpr {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  width: 100%;
  overflow: hidden;
  display: block;
}

.jms-right-column .star-rating {
  margin: 4px !important;
}

.jms-right-column .woocommerce-review-link {
  font-size: 12px;
  position: relative;
  top: -2px;
  margin-left: 20px;
}

.jms-right-column .single_add_to_cart_button {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #00B0FF;
  padding: 0 20px;
  border: none;
  height: 40px;
  display: inline-block;
  line-height: 44px;
}

.jms-right-column .yith-wcwl-add-to-wishlist {
  display: inline-block;
  float: left;
  font-size: 0;
  margin: 0 14px 0 0;
  width: 40px;
  height: 40px;
}

.jms-right-column .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  text-align: center;
}

.jms-right-column .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > a:hover {
  border-color: #00B0FF;
}

.jms-right-column .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show > a:after {
  content: "\f08a";
  font-family: 'FontAweSome';
  font-size: 14px;
  color: #8f8f8f;
  line-height: 40px;
}

.jms-right-column .yith-wcwl-add-to-wishlist span.feedback {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  text-align: center;
}

.jms-right-column .yith-wcwl-add-to-wishlist span.feedback:after {
  content: "\f004";
  font-family: 'FontAweSome';
  font-size: 14px;
  color: #8f8f8f;
  line-height: 40px;
}

.jms-right-column .yith-wcwl-add-to-wishlist:hover {
  background: #00B0FF;
  border-color: #00B0FF;
}

.jms-right-column .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button.show > a:after,
.jms-right-column .yith-wcwl-add-to-wishlist:hover span.feedback:after {
  color: #fff;
}

.jms-right-column .compare {
  font-size: 0 !important;
  width: 40px;
  height: 40px;
  background: #fff !important;
  border: 1px solid #ebebeb !important;
  border-radius: 0 !important;
  text-align: center;
}

.jms-right-column .compare:after {
  content: "\f0ec";
  font-family: 'FontAweSome';
  font-size: 14px;
  color: #8f8f8f;
  line-height: 40px;
  margin-left: 0 !important;
}

.jms-right-column .compare:hover {
  border-color: #00B0FF !important;
  background: #00B0FF !important;
}

.jms-right-column .compare:hover:after {
  color: #fff;
}

.product_title {
  font-size: 22px;
}

.short-description {
  color: #6f6f6f;
  line-height: 1.72;
}

.product_meta {
  margin-bottom: 7px;
}

.product_meta ul {
  list-style: none;
  padding-left: 0;
}

.product_meta ul li {
  font-size: 12px;
  color: #00B0FF;
  padding: 4px 0;
  letter-spacing: 0.2px;
}

.product_meta ul li a {
  color: #00B0FF;
}

.product_meta ul li span {
  color: #7f7f7f;
}

.pp_gallery ul {
  height: auto !important;
}

div.pp_woocommerce .pp_gallery ul li a {
  border: 1px solid #ebebeb;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  background: none;
  font-weight: 500;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
  font-weight: 300;
  font-size: 13px;
  margin-right: 20px;
  color: #979797;
}

.woocommerce div.product form.variations_form {
  float: none !important;
  display: block !important;
}

.woocommerce div.product form.variations_form .variations td.label {
  text-align: left;
}

.woocommerce div.product form.variations_form .variations label {
  color: #222;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 5px;
}

.woocommerce div.product form.variations_form .variations tr {
  border: none;
}

.woocommerce div.product form.variations_form .variations tr:first-child label {
  margin-top: 0;
}

.woocommerce div.product form.variations_form .variations td, .woocommerce div.product form.variations_form .variations th {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.woocommerce div.product form.variations_form .variations select {
  margin: 0;
  padding: 0 10px;
  min-width: auto;
  height: 40px;
  border: 1px solid #ebebeb;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 13px;
  margin-left: 10px;
}

.woocommerce .quantity {
  display: inline-block;
}

.woocommerce div.product form.cart div.quantity {
  display: inline-block;
  float: left;
  margin-right: 35px;
  text-align: left;
}

.woocommerce .quantity {
  position: relative;
}

.woocommerce .quantity .input-group-addon {
  text-align: center;
  background: #ebebeb;
  border: none;
  border-radius: 0;
  color: #8f8f8f;
  cursor: pointer;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  width: 14px;
  z-index: 3;
  position: absolute;
  right: -14px;
  top: 0;
}

.woocommerce .quantity .input-group-addon.add {
  background: #e0e0e0;
}

.woocommerce .quantity .input-group-addon.sub {
  top: 20px;
}

.woocommerce .quantity .qty {
  border: 1px solid #ebebeb;
  width: 48px;
  text-align: center;
  height: 40px;
  padding: 0 5px 0 5px;
  -moz-appearance: textfield;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 20px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product p.cart .single_add_to_cart_button {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #00B0FF;
  padding: 0 12px;
  border: none;
  height: 40px;
  float: left;
}

.woocommerce div.product form.cart .single_add_to_cart_button .fa,
.woocommerce div.product p.cart .single_add_to_cart_button .fa {
  margin-right: 7px;
  font-size: 14px;
}

.jms-product-tab {
  margin-bottom: 35px;
}

.jms-product-tab .nav-tabs {
  border-color: #ebebeb;
}

.jms-product-tab .nav-tabs > li {
  margin: 0;
  padding: 0 22px;
}

.jms-product-tab .nav-tabs > li:first-child {
  padding-left: 0;
}

.jms-product-tab .nav-tabs > li.active > a, .jms-product-tab .nav-tabs > li.active > a:focus, .jms-product-tab .nav-tabs > li.active > a:hover {
  background: none;
  color: #00B0FF;
  border: none;
  opacity: 1;
  font-weight: 500;
}

.jms-product-tab .nav-tabs > li.active > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #00B0FF;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.jms-product-tab .nav-tabs > li > a {
  border: none;
  padding: 0 0 5px;
  color: #323232;
  opacity: 0.5;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 0;
  background: none;
  margin: 0;
}

.jms-product-tab .tab-content {
  padding-top: 20px;
  color: rgba(50, 50, 50, 0.5);
  line-height: 1.75;
  color: #2c2c2c;
}

.jms-product-tab .tab-content .star-rating {
  display: inline-block;
}

.woocommerce table.shop_attributes {
  border: 1px solid #eee;
}

.woocommerce table.shop_attributes td p {
  padding: 8px;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

/**
 *
 * Related Carousel
 *
 */
.jms-related {
  margin-top: 50px;
}

.bottom-single h2 {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid #e0e0e0;
  color: #00B0FF;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 20px;
  width: calc(100% - 54px);
}

.bottom-single h2 span {
  display: inline-block;
  position: relative;
}

.bottom-single h2 span:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #00B0FF;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.bottom-single h2 .fa {
  margin-right: 10px;
}

.bottom-single .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -44px;
  right: 0;
}

.bottom-single .owl-theme .owl-nav > div {
  width: 24px;
  height: 24px;
  border-radius: 0;
  font-size: 0;
  background: none;
  border: 1px solid #acacac;
  padding: 0;
  margin: 0;
  font-size: 0;
  background: #fff;
}

.bottom-single .owl-theme .owl-nav > div:hover {
  background: #fff;
  border-color: #00B0FF;
}

.bottom-single .owl-theme .owl-nav > div:hover:after {
  color: #00B0FF;
}

.bottom-single .owl-theme .owl-nav > div:after {
  color: #acacac;
  font-size: 12px;
  text-align: center;
  font-family: 'FontAweSome';
  line-height: 24px;
}

.bottom-single .owl-theme .owl-nav div.owl-prev {
  margin-right: 2px;
}

.bottom-single .owl-theme .owl-nav div.owl-prev:after {
  content: "\f0d9";
}

.bottom-single .owl-theme .owl-nav div.owl-next:after {
  content: "\f0da";
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li.comment {
  overflow: hidden;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  width: 64px;
  height: auto;
  border-radius: 0;
  margin: 0 16px 0 0;
  box-shadow: none;
  padding: 0;
  position: relative;
  border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  width: calc(100% - 80px);
  margin: 0;
  float: left;
  border-radius: 0;
  border-color: #ececec;
}

.woocommerce #reviews #comments h2 {
  clear: none;
  margin: 0 0 20px;
  font-size: 15px;
  text-transform: uppercase;
}

/**
 *
 * My Account
 *
 */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #ddd;
  padding: 30px 20px;
  margin: 0 0 30px;
  text-align: left;
  border-radius: 0;
}

.woocommerce form.login .rememberme {
  float: right;
  margin: 6px 0;
}

.jms-my-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
}

.jms-my-account .woocommerce-MyAccount-navigation ul li {
  padding: 0 0 10px;
}

.jms-my-account .woocommerce-MyAccount-content p a {
  color: #00B0FF;
}

.jms-my-account .woocommerce-MyAccount-content p a:hover, .jms-my-account .woocommerce-MyAccount-content p a:focus {
  text-decoration: underline;
}

/**
 *
 * Cart Dropdown
 *
 */
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  width: 80px;
  height: auto;
  box-shadow: none;
  border: 1px solid #ececec;
  margin-right: 15px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 400;
  font-size: 13px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 40px;
  left: auto;
  right: 0;
  width: 17px;
  height: 17px;
  background: #a6a6a6;
  font-size: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:after, .woocommerce.widget_shopping_cart .cart_list li a.remove:after {
  content: "\f00d";
  font-family: 'FontAweSome';
  font-size: 9px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: none;
  padding: 0;
  text-align: left;
}

.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount, .woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
  display: inline-block !important;
  float: right;
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
  margin: 0 0 10px;
  padding: 0 10px;
  font-weight: 400;
  border-radius: 0;
  color: #4f4f4f;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #959595;
  line-height: 35px;
  display: block;
  text-align: center;
}

.woocommerce #respond input#submit:last-child,
.woocommerce button.button:last-child,
.woocommerce input.button:last-child {
  margin-bottom: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #00B0FF;
  border-color: #00B0FF;
  color: #fff;
}

/**
 *
 * Quick View
 *
 */
#yith-quick-view-content .quantity .input-group-addon {
  display: none;
}

#yith-quick-view-content .quantity .qty {
  -moz-appearance: inherit;
}

#yith-quick-view-content .woocommerce-product-rating {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

#yith-quick-view-content p.price {
  font-size: 22px !important;
}

#yith-quick-view-content p.price del {
  font-size: 15px !important;
}

#yith-quick-view-content p.price ins {
  background: none;
  text-decoration: none !important;
}

#yith-quick-view-content div.image-block {
  padding: 15px;
  box-sizing: border-box;
  margin: 0;
  width: 50%;
  float: left;
}

#yith-quick-view-content .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 15px;
  line-height: 1;
  width: 5.1em;
  margin: 0 auto 8px;
}

#yith-quick-view-content .star-rating:before {
  content: '\e611\e611\e611\e611\e611';
  color: #999;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  font-family: 'Pe-icon-7-stroke';
  font-size: 14px;
}

#yith-quick-view-content .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

#yith-quick-view-content .star-rating span:before {
  content: '\e611\e611\e611\e611\e611';
  color: #ff9600;
  top: 0;
  position: absolute;
  left: 0;
  font-family: 'Pe-icon-7-stroke';
  font-size: 14px;
}

#yith-quick-view-content .price {
  font-size: 18px;
}

#yith-quick-view-content form.cart {
  float: none;
}

#yith-quick-view-content .onsale {
  top: 30px;
  left: 30px;
  min-height: auto;
  min-width: auto;
  padding: 3px 4px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  line-height: 1;
  margin: 0;
  border-radius: 0;
  background-color: #FE4C3C;
  color: #fff;
  font-size: 11px;
}

#yith-quick-view-content div.summary {
  box-sizing: border-box;
  width: 50%;
}

.yith-wcqv-main .woocommerce-main-image img {
  border: 1px solid #ebebeb;
}

/**
 *
 * Shopping Cart
 *
 */
.woocommerce table.shop_table {
  border-radius: 0;
  border-collapse: collapse;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
  text-align: center;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 40px;
  background: #f7f7f7;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 6px 12px 6px 10px;
  width: 50%;
  background: #f7f7f7;
  line-height: 40px;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
  border-bottom: none;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
  box-shadow: none;
}

.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  min-width: 32px;
}

.woocommerce a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove {
  color: #000 !important;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 1em;
}

.woocommerce a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
  background: transparent;
  color: #00B0FF !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  text-align: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 0;
  background: #00B0FF;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #00B0FF;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
  min-width: 120px;
}

.woocommerce .btn-cart {
  border: none;
  line-height: 35px !important;
  padding: 0 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  height: 35px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  padding: 0 10px;
}

.woocommerce form .form-row input.input-text:hover, .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row textarea:focus {
  border-color: #00B0FF;
}

.woocommerce form .form-row textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  padding: 10px;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  text-transform: uppercase;
  font-size: 22px;
}

.select2-container .select2-choice {
  display: block;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  border-radius: 0;
  background-clip: padding-box;
  user-select: none;
  background-color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 35px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.order_details td {
  padding: 12px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
  border: 1px solid #e7e7e7;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #eee;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom: 1em solid #eee;
}

/**
 *
 * Wishlist
 *
 */
.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table td {
  text-align: center;
}

.woocommerce table.wishlist_table .product-thumbnail,
.woocommerce-page table.wishlist_table .product-thumbnail {
  width: 120px;
}

.wishlist_table tr td.product-thumbnail a {
  margin: auto;
}

.woocommerce table.wishlist_table tbody td {
  padding: 0 10px;
}

.woocommerce table.wishlist_table .product-name .button,
.woocommerce-page table.wishlist_table .product-name .button {
  display: none;
}

.woocommerce table.wishlist_table .product-add-to-cart .button,
.woocommerce-page table.wishlist_table .product-add-to-cart .button {
  background: #00B0FF;
  border-radius: 0;
  font-weight: 400;
}

/**
 *
 * Alert Message
 *
 */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  padding: 1em 1em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  color: #5e5e5e;
  list-style: none outside !important;
  width: auto;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-message:after {
  clear: both;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  content: "";
  height: 35px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding-top: 1em;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right;
}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li, .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-info li, .woocommerce-page .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
  border-top: 2px solid #000000;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
  background-color: #000000;
  content: "\2713";
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border-top: 2px solid #FF9900;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  background-color: #FF9900;
  content: "i";
  font-family: Times,Georgia,serif;
  font-style: italic;
}

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
  border-top: 2px solid #FF0000;
}

.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before {
  background-color: #FF0000;
  content: "\00d7";
  font-weight: 700;
}

/**
 *
 * Variables dropdown cart
 *
 */
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 0;
  border-left: none;
  font-size: 12px;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 400;
  padding: 0 0 6px;
  margin: 0 4px 0 0;
  clear: left;
}

ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding: 0;
  margin: 0;
}

/**
 *
 * Review
 *
 */
.woocommerce #review_form #respond .comment-reply-title {
  font-size: 18px;
  margin-bottom: 20px;
}

/**
 *
 * Form
 *
 */
.select2-results {
  font-size: 12px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  line-height: 1.5;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #00B0FF;
}

#main-footer ul {
  list-style: none;
}

.footer-widget.widget {
  margin-bottom: 40px;
}

.footer-widget.widget:last-child {
  margin-bottom: 0;
}

.footer-widget.widget > ul {
  border: none;
  padding: 0;
}

.footer-widget.widget ul > li {
  border-bottom: none;
}

.footer-widget.widget ul.children {
  padding-left: 10px;
  border-top: none;
}

.footer-widget.widget ul.menu {
  border: none;
  padding: 0;
  overflow: inherit;
}

.footer-widget.widget ul.menu .sub-menu {
  padding-left: 10px;
}

.footer-widget.widget .tagcloud {
  border: none;
  padding: 0;
  overflow: inherit;
}

.footer-widget.widget .tagcloud a {
  padding: 0;
  font-size: 12px !important;
  border: none;
}

.footer-widget.widget .star-rating {
  font-size: 14px;
}

.footer-widget.widget.widget_archive select,
.footer-widget.widget.widget_categories select {
  margin-top: 10px;
}

.footer-widget.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 0;
  border: none;
}

.footer-widget.widget.widget_shopping_cart .cart_list li {
  padding-left: 0;
}

.footer-widget.widget.widget_shopping_cart .cart_list li a.remove {
  top: -10px;
  left: -8px;
  right: auto;
  line-height: 1;
}

/**
 *
 * Footer 1
 *
 */
.footer-1 {
  background: #fff;
  color: #666;
  font-size: 12px;
  border-top: 1px solid #eee;
}

.footer-1 a {
  color: #666;
}

.footer-1 a:hover, .footer-1 a:focus {
  color: #00B0FF;
}

.footer-1 .footer-top {
  padding: 50px 0 30px;
}

.footer-1 .footer-top .container {
  background: transparent url("assets/images/map.png") no-repeat scroll left 0;
}

.footer-1 .widget-title {
  background: none !important;
  font-size: 16px;
  font-weight: 500;
  color: #464646;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

.footer-1 .widget-title a {
  color: #464646;
}

.footer-1 .footer-widget ul {
  padding-left: 0;
}

.footer-1 .footer-widget ul li a {
  line-height: 27px;
}

.footer-1 .logo-footer {
  margin-bottom: 20px;
}

.footer-1 .contact-info ul li {
  padding: 0 0 7px;
  line-height: 27px;
}

.footer-1 .contact-info ul li:last-child {
  padding-bottom: 0;
}

.footer-1 .contact-info ul li.address span {
  display: none;
  margin-right: 0;
}

.footer-1 .contact-info ul li span {
  margin-right: 3px;
  color: #444;
}

.footer-1 .social-network {
  text-align: right;
}

.footer-1 .social-network h4 {
  font-size: 16px;
  font-weight: 400;
  color: #4f4f4f;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 7px;
}

.footer-1 .social-network ul {
  display: inline-block;
}

.footer-1 .social-network ul li {
  display: inline-block;
  margin-right: 3px;
}

.footer-1 .social-network ul li:last-child {
  margin-right: 0;
}

.footer-1 .social-network ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}

.footer-1 .social-network ul li a.facebook {
  background: #30468A;
}

.footer-1 .social-network ul li a.twitter {
  background: #00ABF0;
}

.footer-1 .social-network ul li a.gplus {
  background: #D95433;
}

.footer-1 .social-network ul li a.youtube {
  background: #EE1C1B;
}

.footer-1 .social-network ul li a.instagram {
  background: #B86797;
}

.footer-1 .social-network ul li .fa {
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}

.footer-1 .footer-bottom .widget_wysija .widget-title {
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4f4f4f;
  text-transform: uppercase;
  float: left;
  display: inline-block;
}

.footer-1 .footer-bottom .widget_wysija label {
  display: none;
}

.footer-1 .footer-bottom .widget_wysija .widget_wysija_cont {
  position: relative;
  float: left;
  width: 370px;
  padding-left: 10px;
}

.footer-1 .footer-bottom .widget_wysija .widget_wysija_cont p {
  margin-bottom: 0;
}

.footer-1 .footer-bottom .widget_wysija .widget_wysija_cont input[type='text'] {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 10px;
  border: 1px solid #eee;
}

.footer-1 .footer-bottom .widget_wysija .widget_wysija_cont button {
  background: #00B0FF;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}

.footer-1 .footer-bottom .container {
  border-top: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-1 .footer-bottom .widget_product_tag_cloud {
  width: 70%;
  text-align: center;
  margin: 36px auto 0;
  float: none;
}

.footer-1 .footer-bottom .widget_product_tag_cloud .widget-title {
  display: none;
}

.footer-1 .footer-bottom .widget_product_tag_cloud .tagcloud a {
  font-size: 12px !important;
  border-left: 1px solid #dedede;
  color: #646464;
  display: inline-block;
  line-height: 12px;
  font-weight: 400;
  padding: 0 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-1 .footer-bottom .widget_product_tag_cloud .tagcloud a:hover {
  color: #00B0FF;
}

.footer-1 .footer-bottom .widget_product_tag_cloud .tagcloud a:first-child {
  border-left: none;
}

.footer-1 .copyright {
  background: #F1F1F1;
  color: #6f6f6f;
  padding: 16px 0;
}

.footer-1 .copyright a {
  color: #00B0FF;
}

.footer-1 .copyright p {
  margin-bottom: 0;
  line-height: 20px;
}

.footer-1 .copyright .payment-logo ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  height: 20px;
}

.footer-1 .copyright .payment-logo ul li {
  display: inline-block;
  margin-left: 10px;
}

.footer-1 .copyright .payment-logo ul li:first-child {
  margin-left: 0;
}

.footer-1 .copyright .payment-logo ul li a {
  font-size: 0;
  width: 35px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  overflow: hidden;
}

.footer-1 .copyright .payment-logo ul li .paypal {
  background-image: url("assets/images/icon/visa.png");
}

.footer-1 .copyright .payment-logo ul li .amazon {
  background-image: url("assets/images/icon/amazon.png");
}

.footer-1 .copyright .payment-logo ul li .skrill {
  background-image: url("assets/images/icon/skrill.png");
}

.footer-1 .copyright .payment-logo ul li .visa {
  background-image: url("assets/images/icon/visa.png");
}

.footer-1 .copyright .payment-logo ul li .discover {
  background-image: url("assets/images/icon/discover.png");
}

.footer-1 .copyright .payment-logo ul li .master-card {
  background-image: url("assets/images/icon/master-card.png");
}

/**
 *
 * Footer 2
 *
 */
.footer-2 {
  background: #fff;
  color: #646464;
  font-size: 12px;
  box-shadow: -2px 0px 2px #ccc;
}

.footer-2 a {
  color: #646464;
}

.footer-2 a:hover, .footer-2 a:focus {
  color: #00B0FF;
}

.footer-2 .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 22px;
  color: #00B0FF;
  background: none !important;
  padding: 0;
  text-transform: uppercase;
}

.footer-2 .widget-title a {
  color: #00B0FF;
}

.footer-2 .footer-top {
  padding: 35px 0 20px;
  border-bottom: 1px solid #f0f0f0;
}

.footer-2 .footer-logo {
  position: relative;
  top: -7px;
}

.footer-2 .footer-menu ul {
  padding-left: 0;
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.footer-2 .footer-menu ul > li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #ebebeb;
}

.footer-2 .footer-menu ul > li:first-child {
  padding-left: 0;
}

.footer-2 .footer-menu ul > li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-2 .footer-menu ul > li > a {
  font-size: 14px;
  color: #464646;
}

.footer-2 .footer-menu ul > li > a:hover {
  color: #00B0FF;
}

.footer-2 .social-network ul li {
  display: inline-block;
  margin-right: 3px;
}

.footer-2 .social-network ul li:last-child {
  margin-right: 0;
}

.footer-2 .social-network ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}

.footer-2 .social-network ul li a.facebook {
  background: #30468A;
}

.footer-2 .social-network ul li a.twitter {
  background: #00ABF0;
}

.footer-2 .social-network ul li a.gplus {
  background: #D95433;
}

.footer-2 .social-network ul li a.youtube {
  background: #EE1C1B;
}

.footer-2 .social-network ul li a.instagram {
  background: #B86797;
}

.footer-2 .social-network ul li .fa {
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}

.footer-2 .footer-middle {
  padding: 45px 0 40px;
}

.footer-2 .footer-middle .container {
  background: transparent url("assets/images/map.png") no-repeat scroll left 0;
}

.footer-2 .footer-widget ul {
  padding-left: 0;
}

.footer-2 .footer-widget ul li a {
  line-height: 30px;
}

.footer-2 .contact-info ul {
  padding-left: 0;
}

.footer-2 .contact-info ul li {
  padding: 8px 0;
}

.footer-2 .contact-info ul li:first-child span {
  display: none;
}

.footer-2 .contact-info ul li span {
  color: #222;
  margin-right: 4px;
}

.footer-2 .footer-bottom {
  background: #ececec;
  padding: 10px 0;
}

.footer-2 .footer-bottom .copyright p {
  color: #646464;
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 2px;
}

.footer-2 .footer-bottom .copyright a {
  color: #00B0FF;
}

.footer-2 .payment-logo ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  height: 20px;
}

.footer-2 .payment-logo ul li {
  display: inline-block;
  margin-left: 10px;
}

.footer-2 .payment-logo ul li:first-child {
  margin-left: 0;
}

.footer-2 .payment-logo ul li a {
  font-size: 0;
  width: 35px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  overflow: hidden;
}

.footer-2 .payment-logo ul li .paypal {
  background-image: url("assets/images/icon/visa.png");
}

.footer-2 .payment-logo ul li .amazon {
  background-image: url("assets/images/icon/amazon.png");
}

.footer-2 .payment-logo ul li .skrill {
  background-image: url("assets/images/icon/skrill.png");
}

.footer-2 .payment-logo ul li .visa {
  background-image: url("assets/images/icon/visa.png");
}

.footer-2 .payment-logo ul li .discover {
  background-image: url("assets/images/icon/discover.png");
}

.footer-2 .payment-logo ul li .master-card {
  background-image: url("assets/images/icon/master-card.png");
}

/**
 *
 * Footer 3
 *
 */
.footer-3 {
  background: #fff;
  color: #666;
  font-size: 12px;
}

.footer-3 a {
  color: #666;
}

.footer-3 a:hover, .footer-3 a:focus {
  color: #00B0FF;
}

.footer-3 .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
  text-transform: uppercase;
  background: none !important;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.footer-3 .widget-title a {
  color: #424242;
}

.footer-3 .footer-top {
  min-height: 80px;
  background: url("assets/images/newsletter_bg.jpg") no-repeat center center;
}

.footer-3 .footer-top .footer-widget.widget_wysija {
  padding-top: 20px;
  width: 50%;
  float: left;
  margin: 0;
}

.footer-3 .footer-top .footer-widget.widget_wysija .widget-title {
  display: inline-block;
  line-height: 41px;
  padding: 0 20px;
  margin: 0;
  background: #fff !important;
  position: relative;
  height: 40px;
  float: left;
  min-width: 111px;
  font-size: 13px;
  text-align: center;
}

.footer-3 .footer-top .footer-widget.widget_wysija .widget-title:after {
  content: '';
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 12px;
  background: #ccc;
}

.footer-3 .footer-top .footer-widget.widget_wysija .widget_wysija_cont {
  position: relative;
  display: inline-block;
  width: calc(100% - 111px);
  max-width: 360px;
}

.footer-3 .footer-top .footer-widget.widget_wysija .wysija-paragraph {
  margin-bottom: 0;
}

.footer-3 .footer-top .footer-widget.widget_wysija .wysija-paragraph label {
  display: none;
}

.footer-3 .footer-top .footer-widget.widget_wysija .wysija-paragraph .formError {
  top: 100% !important;
  left: 0 !important;
}

.footer-3 .footer-top .footer-widget.widget_wysija input[type='text'] {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 15px;
}

.footer-3 .footer-top .footer-widget.widget_wysija .wysija-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin-top: 0;
  border-radius: 0;
  border: none;
  width: 50px;
  height: 40px;
  background: #00B0FF;
  padding: 0 10px;
  font-size: 0;
}

.footer-3 .footer-top .footer-widget.widget_wysija .wysija-submit:after {
  content: "\f1d9";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 14px;
}

.footer-3 .footer-top .widget_text {
  width: 50%;
  padding-top: 20px;
  float: right;
  margin: 0;
}

.footer-3 .footer-top .widget_product_tag_cloud {
  display: none;
}

.footer-3 .footer-top #text-14 {
  display: none;
}

.footer-3 .social-network {
  text-align: right;
}

.footer-3 .social-network h4 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.footer-3 .social-network ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 10px;
}

.footer-3 .social-network ul li {
  display: inline-block;
  margin-right: 3px;
}

.footer-3 .social-network ul li:last-child {
  margin-right: 0;
}

.footer-3 .social-network ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
}

.footer-3 .social-network ul li a.facebook {
  color: #30468A;
}

.footer-3 .social-network ul li a.twitter {
  color: #00ABF0;
}

.footer-3 .social-network ul li a.gplus {
  color: #D95433;
}

.footer-3 .social-network ul li a.youtube {
  color: #EE1C1B;
}

.footer-3 .social-network ul li a.instagram {
  color: #B86797;
}

.footer-3 .social-network ul li .fa {
  line-height: 40px;
  font-size: 15px;
}

.footer-3 .footer-middle {
  padding: 50px 0 20px;
}

.footer-3 .footer-middle .container {
  background: transparent url("assets/images/map.png") no-repeat scroll left 0;
}

.footer-3 .footer-widget ul {
  padding-left: 0;
}

.footer-3 .footer-widget ul li a {
  line-height: 27px;
}

.footer-3 .logo-footer {
  margin-bottom: 20px;
}

.footer-3 .contact-info ul li {
  padding: 7px 0;
}

.footer-3 .contact-info ul li.address span {
  display: none;
  margin-right: 0;
}

.footer-3 .contact-info ul li span {
  margin-right: 3px;
  color: #444;
  font-weight: 500;
}

.footer-3 .footer-bottom .container {
  border-top: 1px solid #eee;
  padding: 35px 0 10px;
}

.footer-3 .footer-bottom .footer-menu {
  text-align: right;
}

.footer-3 .footer-bottom .footer-menu ul {
  margin-bottom: 4px;
}

.footer-3 .footer-bottom .footer-menu ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0;
}

.footer-3 .footer-bottom .footer-menu ul li:first-child a {
  border-left: none;
}

.footer-3 .footer-bottom .footer-menu ul li:last-child a {
  padding-right: 0;
}

.footer-3 .footer-bottom .footer-menu ul li a {
  border-left: 1px solid #dedede;
  color: #646464;
  display: inline-block;
  line-height: 11px;
  padding: 0 14px;
  margin-bottom: 10px;
}

.footer-3 .footer-bottom .footer-menu ul li a:hover {
  color: #00B0FF;
}

.footer-3 .footer-bottom .copyright a {
  color: #00B0FF;
}

.footer-3 .payment-logo ul {
  padding-top: 3px;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-3 .payment-logo ul li {
  display: inline-block;
  margin-left: 10px;
}

.footer-3 .payment-logo ul li:first-child {
  margin-left: 0;
}

.footer-3 .payment-logo ul li a {
  font-size: 0;
  width: 52px;
  height: 30px;
  display: inline-block;
  background-size: cover;
  overflow: hidden;
}

.footer-3 .payment-logo ul li .paypal {
  background-image: url("assets/images/icon/visa.png");
}

.footer-3 .payment-logo ul li .amazon {
  background-image: url("assets/images/icon/amazon.png");
}

.footer-3 .payment-logo ul li .skrill {
  background-image: url("assets/images/icon/skrill.png");
}

.footer-3 .payment-logo ul li .visa {
  background-image: url("assets/images/icon/visa.png");
}

.footer-3 .payment-logo ul li .discover {
  background-image: url("assets/images/icon/discover.png");
}

.footer-3 .payment-logo ul li .master-card {
  background-image: url("assets/images/icon/master-card.png");
}

/**
 *
 * Footer 4
 *
 */
.footer-4 {
  background: #2e2e2e;
  color: #b9b9b9;
  font-size: 12px;
  border-top: 3px solid #00B0FF;
}

.footer-4 a {
  color: #b9b9b9;
}

.footer-4 a:hover, .footer-4 a:focus {
  color: #00B0FF;
}

.footer-4 .footer-top {
  padding: 50px 0 20px;
}

.footer-4 .footer-top .container {
  position: relative;
  background: transparent url("assets/images/map-dark.png") no-repeat scroll left 70px;
}

.footer-4 .footer-top .logo-footer {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-4 .footer-top .footer-position {
  padding-top: 30px;
}

.footer-4 .widget-title {
  background: none !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

.footer-4 .widget-title a {
  color: #fff;
}

.footer-4 .footer-widget ul {
  padding-left: 0;
}

.footer-4 .footer-widget ul li a {
  line-height: 27px;
}

.footer-4 .widget_jms-contact-info .widget-title {
  display: none;
}

.footer-4 .contact-info {
  padding-top: 36px;
}

.footer-4 .contact-info ul li {
  padding: 0 0 7px;
  line-height: 27px;
}

.footer-4 .contact-info ul li:last-child {
  padding-bottom: 0;
}

.footer-4 .contact-info ul li.address span {
  display: none;
  margin-right: 0;
}

.footer-4 .contact-info ul li span {
  margin-right: 3px;
  color: #fff;
}

.footer-4 .footer-middle .container {
  border-top: 1px solid #3a3a3a;
  padding-top: 23px;
  padding-bottom: 23px;
}

.footer-4 .social-network {
  text-align: right;
}

.footer-4 .social-network h4 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer-4 .social-network ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

.footer-4 .social-network ul li {
  display: inline-block;
  margin-right: 3px;
}

.footer-4 .social-network ul li:last-child {
  margin-right: 0;
}

.footer-4 .social-network ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}

.footer-4 .social-network ul li a.facebook {
  background: #30468A;
}

.footer-4 .social-network ul li a.twitter {
  background: #00ABF0;
}

.footer-4 .social-network ul li a.gplus {
  background: #D95433;
}

.footer-4 .social-network ul li a.youtube {
  background: #EE1C1B;
}

.footer-4 .social-network ul li a.instagram {
  background: #B86797;
}

.footer-4 .social-network ul li .fa {
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}

.footer-4 .payment-logo {
  padding-top: 8px;
}

.footer-4 .payment-logo h4 {
  float: left;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0 10px 0 0;
}

.footer-4 .payment-logo ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  height: 25px;
}

.footer-4 .payment-logo ul li {
  display: inline-block;
  margin-left: 10px;
}

.footer-4 .payment-logo ul li:first-child {
  margin-left: 0;
}

.footer-4 .payment-logo ul li a {
  font-size: 0;
  width: 45px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  overflow: hidden;
}

.footer-4 .payment-logo ul li .paypal {
  background-image: url("assets/images/icon/visa.png");
}

.footer-4 .payment-logo ul li .amazon {
  background-image: url("assets/images/icon/amazon.png");
}

.footer-4 .payment-logo ul li .skrill {
  background-image: url("assets/images/icon/skrill.png");
}

.footer-4 .payment-logo ul li .visa {
  background-image: url("assets/images/icon/visa.png");
}

.footer-4 .payment-logo ul li .discover {
  background-image: url("assets/images/icon/discover.png");
}

.footer-4 .payment-logo ul li .master-card {
  background-image: url("assets/images/icon/master-card.png");
}

.footer-4 .footer-bottom .container {
  border-top: 1px solid #3a3a3a;
  padding-top: 30px;
}

.footer-4 .footer-menu ul {
  margin-bottom: 0;
  text-align: center;
}

.footer-4 .footer-menu ul > li {
  display: inline-block;
  padding: 0 20px;
  line-height: 12px;
  margin-bottom: 20px;
  border-right: 1px solid #3a3a3a;
}

.footer-4 .footer-menu ul > li:first-child {
  padding-left: 0;
}

.footer-4 .footer-menu ul > li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-4 .footer-menu ul > li > a {
  font-weight: 300;
  font-size: 12px;
  color: #fff;
}

.footer-4 .footer-menu ul > li > a:hover {
  color: #00B0FF;
}

.footer-4 .copyright {
  font-weight: 300;
  font-size: 12px;
  color: #b9b9b9;
}

.footer-4 .copyright a {
  color: #00B0FF;
}

.sticky {
  background: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl, .gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.commentlist .bypostauthor {
  background: #e7f8fb;
}

.commentlist li ul.children li.bypostauthor {
  background: #e7f8fb;
}

label {
  font-weight: 400;
}

.alert {
  border-radius: 0;
}

#main-site {
  overflow: hidden;
}

.tab-content > .tab-pane {
  height: auto;
}

.page-heading {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.page-title {
  margin: 0 0 20px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.page-content {
  padding-top: 40px;
}

.page-template-default .page-content .content .container {
  width: auto;
  line-height: 1.7;
}

.page-template-page-nosidebar {
  line-height: 1.7;
}

.home .page-content,
.error404 .page-content {
  padding-top: 0;
}

.home.blog .page-content {
  margin-top: 30px;
}

#main-footer {
  margin-top: 40px;
}

body.home.blog #main-footer {
  margin-top: 30px;
}

body.home #main-footer {
  margin-top: 0;
}

@media (max-width: 991px) {
  .footer-middle .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 5px 0px;
  color: #888;
}

.comment object, .comment embed, .embed-vimeo iframe, .embed-youtube iframe {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/**
 *
 * Content (Page post)
 *
 */
.vc_tta-accordion .vc_tta-panel-heading h4 {
  font-size: 14px;
  font-weight: 400;
}

.accordion-box h2 {
  font-size: 15px;
}

/**
 *
 * Visual Composer Custom
 *
 */
.stretch_row_content {
  overflow: hidden;
}

.stretch_row_content_no_spaces .row {
  margin-left: 0;
  margin-right: 0;
}

.stretch_row_content_no_spaces .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

/**
 *
 * Shopping Cart Dropdown
 *
 */
#cart_block .widget_shopping_cart {
  z-index: 9999;
  position: absolute;
  background: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  min-width: 270px;
  padding: 25px 25px 10px;
  margin-top: 10px;
  right: 0;
  left: 50%;
  top: calc(100% + 30px);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -o-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.52, 0.58, 0.8);
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

#cart_block .widget_shopping_cart .widget_shopping_cart_content {
  padding: 0;
  border: none;
}

#cart_block .widget_shopping_cart:after {
  top: -13px;
  content: "\f0d8";
  left: calc(50% - 10px);
  position: absolute;
  z-index: 2001;
  color: #FFF;
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.35);
}

#cart_block .widget_shopping_cart ul {
  padding-top: 0;
}

#cart_block .widget_shopping_cart ul li {
  text-align: left;
  border-bottom: 1px solid #ececec;
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 20px;
}

#cart_block .widget_shopping_cart ul li.empty {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#cart_block.open > a:after {
  top: calc(100% - 15px);
  visibility: visible;
  opacity: 1;
}

#cart_block.open .widget_shopping_cart {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#cart_block .woocommerce-Price-amount {
  display: block;
  color: #5FC6FF;
  font-weight: 500;
}

#cart_block p.buttons {
  margin-top: 20px;
}

#cart_block p.buttons a.button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #4f4f4f;
  text-transform: uppercase;
  border: 1px solid #959595;
  background: transparent;
  padding: 0 20px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}

#cart_block p.buttons a.button:hover {
  color: #fff;
  background: #00B0FF;
  border-color: #00B0FF;
}

/**
 *
 * Slideshow
 *
 */
.fraction-slider .prev, .fraction-slider .next {
  display: none;
  position: absolute;
  width: 55px !important;
  height: 55px !important;
  z-index: 9;
  border: 1px solid #666;
  border-radius: 50%;
}

.fraction-slider .prev {
  left: 35px !important;
  top: calc(50% - 27px) !important;
  background: url("assets/images/icon/prev.png") no-repeat center center !important;
}

.fraction-slider .next {
  right: 35px !important;
  top: calc(50% - 27px) !important;
  background: url("assets/images/icon/next.png") no-repeat center center !important;
}

.searchform div {
  display: inline-block;
  position: relative;
}

.searchform input[type='text'] {
  min-width: 270px;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
}

.searchform input[type='submit'] {
  height: 40px;
  border: none;
  line-height: 40px;
  background: #00B0FF;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
}

/**
 *
 * Setting panel
 *
 */
#setting-overlay {
  background: #2f2f2f;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.overlay-animate {
  opacity: 0.7 !important;
  z-index: 2999 !important;
}

#jmstools {
  position: fixed;
  left: -270px;
  top: 140px;
  font-weight: bold;
  color: #FFF;
  line-height: 30px;
  cursor: pointer;
  width: 310px;
  z-index: 10001;
  font-size: 12px;
}

#jmstools-arrow {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #333;
}

#jmstools-arrow i {
  font-size: 18px;
  line-height: 40px;
  color: #FFF;
}

#jmstools-content {
  width: 270px;
  background: #f0f0f2;
  padding: 20px;
  color: #000;
  line-height: 30px;
  overflow: auto;
}

select#jmsskin {
  width: auto;
  max-width: 110px;
  font-weight: normal;
  font-size: 12px;
}

#jmstools-content select {
  line-height: 38px;
  height: 38px;
  border: 1px solid #e2e2e2;
  width: 100%;
  color: #8c8c8c;
  font-weight: 300;
}

#jmstools label {
  color: #595959;
  font-size: 13px;
  display: block;
  clear: both;
  min-width: 100px;
  float: left;
  font-weight: 500;
  margin-top: 10px;
  width: 100%;
}

#jmswidth {
  width: 70px;
  font-size: 11px;
  display: inline-block;
}

#jmstools-content .row-fluid {
  padding: 5px 0px;
}

.pixel_unit {
  display: inline-block;
  margin-left: 5px;
}

.skin-box img {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
  overflow: hidden;
}

.skin-box.active img {
  border: 1px solid #000;
}

#jmstools .panel {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #DDD;
  margin-bottom: 5px;
}

#jmstools .panel-heading {
  background-color: whitesmoke;
  padding: 0px;
  border: none;
}

#jmstools .form-group {
  margin-bottom: 10px;
}

#jmstools .panel-heading a {
  display: block;
  padding: 0px 10px;
  color: #000;
  line-height: 26px;
  height: 26px;
}

#jmstools .panel-primary > .panel-heading {
  background-color: whitesmoke;
  border: none;
}

#jmstools .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #DDD;
  padding: 10px;
}

#jmstools .panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 10px;
}

#jmstools .panel-collapse label {
  float: left;
  min-width: 98px;
}

#jmstools .panel-collapse .color {
  float: left;
  line-height: 20px;
}

#jmstools .panel-collapse input[type="text"],
#jmstools .panel-collapse select {
  border: 1px solid #e2e2e2;
  border-radius: 0px;
  font-size: 11px;
  height: 26px;
  margin: 0 5px 0 0;
  padding: 6px;
  width: 65px;
  float: left;
}

#jmstools .panel-collapse .color {
  color: #FFF;
  text-transform: uppercase;
}

#jmstools .panel-collapse select {
  color: #000;
}

#jmstools .panel-collapse .clear-btn {
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 0px;
  float: left;
  padding: 0px 8px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  color: #000;
}

#jmstools .info {
  float: right;
  text-align: center;
  position: relative;
}

#jmstools .info .info-content {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  padding: 10px;
  background: #FFF;
  border-radius: 0px;
  border: 1px solid #333;
  width: 230px;
  line-height: 15px;
  font-weight: 400;
}

#jmstools .info .info-content:before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  right: 5px;
  position: absolute;
  top: -5px;
}

#jmstools .info i {
  border: 1px solid #CDCDCD;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.img-box {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #CDCDCD;
  width: 25px;
  height: 25px;
  border-radius: 0;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
}

.img-box.active {
  border: 1px solid red;
}

.img-box img {
  z-index: -1;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.imgs-box {
  clear: both;
}

#jmstools .btn-action {
  padding-top: 10px;
  text-align: right;
}

#jmstools .btn-action .btn {
  margin-right: 5px;
  height: 36px;
  line-height: 35px;
  padding: 0px 32px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  min-width: 80px;
  border: 1px solid #000;
  float: left;
  background: none;
}

#jmstools .btn-action .btn:hover {
  background: #000;
  color: #FFF;
}

.form-content label {
  float: left;
}

.form-content input {
  float: left;
}
